[dw-free] Theme categories (tags?) are hardcoded in the code backend
[commit: http://hg.dwscoalition.org/dw-free/rev/ac79fa2feb93]
http://bugs.dwscoalition.org/show_bug.cgi?id=1744
Fix layout attribution display.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1744
Fix layout attribution display.
Patch by
Files modified:
- bin/upgrading/s2layers/easyread/layout.s2
- bin/upgrading/s2layers/easyread/themes.s2
- bin/upgrading/s2layers/skittlishdreams/layout.s2
--------------------------------------------------------------------------------
diff -r 47b272e3265c -r ac79fa2feb93 bin/upgrading/s2layers/easyread/layout.s2
--- a/bin/upgrading/s2layers/easyread/layout.s2 Sat Oct 30 12:06:19 2010 +0800
+++ b/bin/upgrading/s2layers/easyread/layout.s2 Sat Oct 30 12:10:36 2010 +0800
@@ -1,7 +1,7 @@ layerinfo "type" = "layout";
layerinfo "type" = "layout";
layerinfo "name" = "EasyRead";
layerinfo redist_uniq = "easyread/layout";
-layerinfo author_name = "Ricky Buchanan";
+layerinfo author_name = "rb";
layerinfo "des" = "A journal layout which is friendly to low vision users who need a large font, and to screen reader users. Accessibility is paramount.";
layerinfo author_email = "ricky@notdoneliving.net";
diff -r 47b272e3265c -r ac79fa2feb93 bin/upgrading/s2layers/easyread/themes.s2
--- a/bin/upgrading/s2layers/easyread/themes.s2 Sat Oct 30 12:06:19 2010 +0800
+++ b/bin/upgrading/s2layers/easyread/themes.s2 Sat Oct 30 12:10:36 2010 +0800
@@ -29,7 +29,7 @@ layerinfo type = "theme";
layerinfo type = "theme";
layerinfo name = "Green";
layerinfo redist_uniq = "easyread/green";
-layerinfo author_name = "Ricky Buchanan";
+layerinfo author_name = "rb";
layerinfo author_email = "ricky@notdoneliving.net";
##===============================
diff -r 47b272e3265c -r ac79fa2feb93 bin/upgrading/s2layers/skittlishdreams/layout.s2
--- a/bin/upgrading/s2layers/skittlishdreams/layout.s2 Sat Oct 30 12:06:19 2010 +0800
+++ b/bin/upgrading/s2layers/skittlishdreams/layout.s2 Sat Oct 30 12:10:36 2010 +0800
@@ -5,7 +5,7 @@ layerinfo "author_name" = "Kaigou";
layerinfo "author_name" = "Kaigou";
layerinfo "lang" = "en";
-set layout_authors = [ { "name" => "kaigou", "type" => "user" } ];
+set layout_authors = [ { "name" => "Kaigou" } ];
set layout_resources = [ { "name" => "Circular Icons", "url" => "http://prothemedesign.com/circular-icons/" } ];
set entry_management_links = "text";
--------------------------------------------------------------------------------
