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

       Web browser: ---
            Bug ID: 56604
           Summary: Add checkbox to Special:AllPages to hide pages lacking
                    page summaries
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Special pages
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Add checkbox to Special:AllPages to hide pages lacking page summaries. A few
possible implementations: (1) hardcode this feature into SpecialAllPages.php,
perhaps with a configuration setting turning the feature on or off; (2) add
hooks to SpecialAllPages.php allowing additional Xml labels, GET values,
SpecialAllPages::showChunk() SELECT conditions, etc. to be added by extensions;
or (3) create an entirely new special page, extending the SpecialAllPages
class, with the desired functionality.

The goal is to enable page metadata extensions (e.g. Extension:BedellPenDragon)
to add more options to AllPages. Options #1 and #2 above could reduce the
amount of code duplication.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to