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





--- Comment #2 from Happy-melon <[email protected]>  2009-05-27 21:08:19 UTC 
---
Initially, extending the dropdown that currently default to "all public logs"
to look something like this:

*All public logs
*Block log
**Blocks
**Unblocks
**Modifications
*Protection
**Protection
**Unprotection
**Modifications
*etc

Where a user can select any of the fields: selecting, say "*Block log" would
have the same effect as currently: all actions of log_type='block'; but
selecting "**Blocks" would display only log entries where log_action='block'
(and redundantly, log_type='block').  Of course, this would probably require us
to keep a track of exactly what log_action values we're expecting, so we can
assign them system messages etc.  [[mw:Manual:Logging table]] suggests there're
some fairly obtuse values floating around, which might need some cleanup (or at
least working out where they came from and what to call them).  

Ultimately, it would be nice, in combination with bug17293, to implement a
multiple select (a la the selects for status and resolution on bugzilla's
advanced search) to select a number of log_types (or, even better, arbitrary
log_actions). This would make it much easier to resolve bugs like bug17148 (and
the similar one for suppression log entries showing up there, which I can't
find), simply by changing LogEventsList::showLogExtract() to disregard these
log_actions.  But that's a separate issue, and a separate bug.  


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

Reply via email to