[dw-free] add control to display Tags page as list or cloud to core2
[commit: http://hg.dwscoalition.org/dw-free/rev/2d328761bcd0]
http://bugs.dwscoalition.org/show_bug.cgi?id=1178
Change default Tags Page list type (back) to multilevel
Patch by
draigwen.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1178
Change default Tags Page list type (back) to multilevel
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r 7c4fe97a9858 -r 2d328761bcd0 bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Tue May 12 13:36:51 2009 +0000 +++ b/bin/upgrading/s2layers/core2.s2 Tue May 12 14:17:42 2009 +0000 @@ -1027,7 +1027,7 @@ property string tags_page_type { des = "Type of tags display on tags page"; values="list|List|cloud|Cloud|multi|Multilevel"; } -set tags_page_type = ""; +set tags_page_type = "multi"; property string[] reverse_sortorder_group { des = "Display entries in reverse-chronological order on my:"; --------------------------------------------------------------------------------