fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-02-04 11:55 am

[dw-free] siteadmin:themes missing from DW/Hooks/PrivList.pm

[commit: http://hg.dwscoalition.org/dw-free/rev/08a830db9a65]

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

Add siteadmin:themes to the list of documented privs.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/Hooks/PrivList.pm
--------------------------------------------------------------------------------
diff -r 0d421138560e -r 08a830db9a65 cgi-bin/DW/Hooks/PrivList.pm
--- a/cgi-bin/DW/Hooks/PrivList.pm	Sat Feb 04 19:53:57 2012 +0800
+++ b/cgi-bin/DW/Hooks/PrivList.pm	Sat Feb 04 19:56:34 2012 +0800
@@ -124,6 +124,7 @@
         rename         => "Access to rename_opts console command",
         sitemessages   => "Access to /admin/sitemessages",
         spamreports    => "Access to /admin/spamreports",
+        themes         => "Access to /admin/themes",
         theschwartz    => "Access to /admin/theschwartz",
         usernames      => "Bypasses is_protected_username check",
         userpics       => "Access to expunge_userpic console command",
--------------------------------------------------------------------------------