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

--- Comment #3 from akshay chugh <chughaksha...@gmail.com> 2012-03-29 10:05:45 
UTC ---
Created attachment 10348
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10348
It provides a checkbox to filter out the sub pages.

The changes made are :-
In SpecialAllPages.php
1. $hideSubPages = $req->getBool('hideSub',false) - to get the value of
checkbox
2. change in SQL query
one more WHERE condition is added 
'page_title NOT'.$dbr->buildLike($dbr->anyString(),'/',$dbr->anyString())
The same set of changes are made for SpecialPrefixIndex.php

In MessagesEn.php
'prefixhidesub' => 'Hide Sub Pages'

I havent added messages in other languages.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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