mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-17 02:04 am

[dw-nonfree] add control to display Tags page as list or cloud to core2

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/0312605f3cbb]

http://bugs.dwscoalition.org/show_bug.cgi?id=1178

Expose tag type option in transmo style.

Patch by [personal profile] draigwen.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r db5ddf48c9f0 -r 0312605f3cbb bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Sat May 16 19:34:32 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Sun May 17 02:04:50 2009 +0000
@@ -17,10 +17,12 @@ propgroup presentation {
     property use use_journalstyle_entry_page;
     property use layout_type;
     property use sidebar_width;
+    property use tags_page_type;
 }
 
 set layout_type = "two-columns-right";
 set sidebar_width = "230px";
+set tags_page_type = "";
 
 propgroup modules {
     property use module_userprofile_group;
--------------------------------------------------------------------------------