[dw-free] add option to change sticky entry text to all layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/2a64c36cd347]
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add pre-sticky-entry-subject text property to Tabula Rasa and Tabula-Rasa-
based layouts.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add pre-sticky-entry-subject text property to Tabula Rasa and Tabula-Rasa-
based layouts.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2base/layout.s2
-------------------------------------------------------------------------------- diff -r bc554df4efb5 -r 2a64c36cd347 bin/upgrading/s2layers/core2base/layout.s2 --- a/bin/upgrading/s2layers/core2base/layout.s2 Sat Oct 03 03:03:11 2009 +0000 +++ b/bin/upgrading/s2layers/core2base/layout.s2 Sat Oct 03 03:20:30 2009 +0000 @@ -245,6 +245,7 @@ propgroup text { property use text_watch_comments; property use text_unwatch_comments; property use text_permalink; + property use text_stickyentry_subject; property use text_module_customtext; property use text_module_customtext_content; --------------------------------------------------------------------------------