[Bug 30134] Highlight pages that are a member of a certain category on Special:NewPages

2011-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30134

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|In es.wp pages marked for   |Highlight pages that are a
   |deletion in |member of a certain
   |Special:NewPages should be  |category on
   |shown red and the   |Special:NewPages
   |non-patrolled yellow|

-- 
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


[Bug 30134] Highlight pages that are a member of a certain category on Special:NewPages

2011-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30134

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #6 from Krinkle krinklem...@gmail.com 2011-08-14 20:13:20 UTC ---
Anyone familiar with JavaScript and jQuery should be able to do this:
* Fetch the page names from the page
* Make a request to the API for those titles with the categorymembers
querymodule
* If the returned object contains a certain category store it in an array
* Create a CSS selector fed to jQuery for all these page names and call
addClass()

-- 
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


[Bug 30134] Highlight pages that are a member of a certain category on Special:NewPages

2011-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30134

Daniel Kinzler brightb...@gmail.com changed:

   What|Removed |Added

 CC||brightb...@gmail.com

--- Comment #7 from Daniel Kinzler brightb...@gmail.com 2011-08-14 20:17:02 
UTC ---
how about fixing the actual issue, namely, that patrolling only allows for
unpatrolled and patrolled states. What you want is a third state, basically
found to be bad. So, how hard would it be to add support for more than two
states to the patrolling feature?

-- 
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


[Bug 30134] Highlight pages that are a member of a certain category on Special:NewPages

2011-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30134

--- Comment #8 from Krinkle krinklem...@gmail.com 2011-08-14 20:21:52 UTC ---
(In reply to comment #7)
 how about fixing the actual issue, namely, that patrolling only allows for
 unpatrolled and patrolled states. What you want is a third state, 
 basically
 found to be bad. So, how hard would it be to add support for more than two
 states to the patrolling feature?

It wouldn't be too complicated, but it seems to be out of scope for the
patrolling feature. Mainly because patrolling is for revisions, not pages.
Assuming the latest revision for the entire page may be okay for the
FlaggedRevs extension but not for core patrolling.

This sounds like a great feature request for FlaggedRevs, or perhaps
FlaggedPages.

Another long-time proposal that seems to overlap with this a little bit is the
Special rights requests queue extension. An extension where users can make
request for certain actions to be taken that they do not want or are
unauthorized to perform (page moves, user blocks, user right changes, deletions
etc.)

Such an extension could then hook into patrolling of core, FlaggedRevs or both
to filter out ones that have pending requests for a certain action (eg.
delete).

The obvious conclusion is though that neither templates, categories or long
pure-wikitext pages are a long-term solution to deletion requests, page moves
and the like (as also concluded by Jimmy Wales' talk at Wikimania 2011).

-- 
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