It would be nice to have standard functions that supports storing associative arrays in log_params rather than fragile ordered lists. I ended up hacking up a quick function in FlaggedRevs for this. Newer log types could make use of this and existing ones could if they had some b/c code.
Bugzilla from [email protected] wrote: > > Hello, I'm currently partially rewriting the log system, because the > current one doesn't support i18n well enough. > > I'm trying to avoid any radical changes like changes to the database > schema. My changes mostly touch > handling log entries and formatting them. > > So, if you know any defects in the current log system, or have an wish > what the new should do, or know someplace where these kind of wishes > exist, please tell me. > I have scanned the list of bugs in bugzilla quickly, but it is a bit > hard to find relevant bugs when there is no logging component. > > I'm aiming to solve at least these bugs: > https://bugzilla.wikimedia.org/30737 User names should be moved into > log messages. > https://bugzilla.wikimedia.org/24156 Messages of log entries should > support GENDER > https://bugzilla.wikimedia.org/24620 Log entries are difficult to > localize; rewrite logs system > https://bugzilla.wikimedia.org21716 Log entries assume sentence starts > with username > > -Niklas > -- > Niklas Laxström > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > > -- View this message in context: http://old.nabble.com/Requests-about-log-system-tp32396608p32397174.html Sent from the Wikipedia Developers mailing list archive at Nabble.com. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
