afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-12 02:18 pm

[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 [personal profile] draigwen.

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:";
--------------------------------------------------------------------------------