https://bugzilla.wikimedia.org/show_bug.cgi?id=63458

            Bug ID: 63458
           Summary: allow removing impossible page-actions
           Product: MobileFrontend
           Version: unspecified
          Hardware: All
               URL: http://lists.wikimedia.org/pipermail/mobile-l/2014-Apr
                    il/006875.html
                OS: All
            Status: NEW
          Keywords: easy
          Severity: enhancement
          Priority: Unprioritized
         Component: stable
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: jida...@jidanni.org
                CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
                    jrob...@wikimedia.org, kw...@wikimedia.org,
                    maxsem.w...@gmail.com, rkald...@wikimedia.org,
                    tf...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

One notes that despite in LocalSettings.php having

foreach(array('createaccount','edit','createpage','createtalk','writeapi')as
$i){$wgGroupPermissions['*'][$i]=false;}

etc., one still sees in mobile view the page-actions (ca-edit,
ca-upload, and watch-this-article) icons appearing each page.

On read-only wikis these waste a whole line of real estate and just add to user
frustration (Why do they trick me into clicking things only to tell me they
aren't allowed?)

It would be great if one could zap it via LocalSettings.php

/**
 * Save a whole line on read-only wikis,
 * where users cannot edit, upload, discuss, etc.
 */
$wgMFNoPageActions = false;
Perhaps better would be an array of items to zap, and if one zaps them all, the
whole line disappears.
$wgMFRemovedPageActions = array(); #Add example.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to