Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / LogEventsList.php
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-08-08 Alexandre EmsenhuberSeems I forgot to commit these files in r70699
2010-07-25 PlatonidesAdd used global $wgOut.
2010-07-24 Sam ReedRemoval of unused globals
2010-06-03 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-23 Andrew GarrettUgly temporary fix for bug 21279:
2010-04-07 Alexandre Emsenhuber* (bug 23078) "All public logs" option on Special:Log...
2010-03-18 Alexandre Emsenhuber* Follow-up r63914: SpecialPage has methods for that...
2010-03-01 Aaron Schulz* Split up logLine() with helper functions
2010-01-16 Tobiasprovided option for showLogExtract to wrap result....
2010-01-01 Alexandre Emsenhuber* If two log type have the same description, they're...
2009-12-11 Aryeh GregorDelete refs to variable removed in r59692
2009-12-04 Alexandre Emsenhuber* (bug 21559) "logempty" message is now wrapped in...
2009-12-03 OverlordQ(bug 20150): Change query to explicity select distinct...
2009-11-29 Aaron SchulzRestored r59537 - fixed silly typo
2009-11-29 Siebrand MazelandRevert r59537. Breaks page deletion with "PHP Notice...
2009-11-29 Aaron Schulz* Made log_user_type_time index available when needed
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-17 Alexandre Emsenhuber* (bug 21079) There is no more line wrapping between...
2009-10-15 Aaron SchulzRefactored unmaintainable userCan() code by making...
2009-10-15 Aaron SchulzRemoved inapplicable deletedtext userCan() check
2009-10-11 Alexandre Emsenhuber* removed trailing spaces
2009-10-10 Domas Mituzasum, don't die with fatal error?
2009-10-10 Aaron Schulzblank invalid usernames for "revision author" field too
2009-10-10 Aaron SchulzFill in class names for r57530
2009-10-09 Aaron SchulzFollow up r57530 elsewhere
2009-10-02 Aaron SchulzMade log extracts default to 25 items
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-20 TobiasFollow-up on r55909: showLogExtract can now tell Pager...
2009-09-18 Niklas LaxströmShut up warnings from r56420 that have annoyed us few...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-14 Siebrand MazelandFollow-up to r56324 per IRC comments by Nikerabbit...
2009-09-14 Siebrand MazelandSupport GENDER in 'renameuser-renamed-notice', changing...
2009-09-14 Alex ZReplace the user rename log display for non-existent...
2009-09-14 Aaron Schulzbug 18472 Suppression log filtered by "offender", as...
2009-09-14 Alex ZFixes for r56284:
2009-09-13 TobiasFollow-up on r56251 - merging showLogs and showLogExtract
2009-08-31 Happy-melon(bug 18880) Make LogEventsList::showLogExtract() more...
2009-08-10 Andrew GarrettRewrite some spaghetti code in Special:Log to fix inval...
2009-07-30 Aaron Schulz(bug 19864) Removed overzealous hiding of deleted ...
2009-07-26 Aaron SchulzAdd diff links to suppress log for deleted revs too
2009-07-20 Aaron Schulz(bug 19596) Fix more fucked up garbage from when $types...
2009-07-19 Siebrand MazelandUse localised parentheses and $wgLang->pipeList() inste...
2009-06-22 Aaron SchulzFix bogus var reference
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-09 Aaron SchulzFollow up to r51465, replaced old index name reference...
2009-06-08 Siebrand MazelandReplace a few remaining uses of deprecated makeKnownLin...
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-30 X!(bug 19014) If user had deletedhistory right, but not...
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-19 Aaron Schulz(bug 17060) Renders edit comments the same for all...
2009-05-14 Aaron SchulzTweaks to r50567:
2009-05-13 Aaron Schulz[schema change] Use new log_search table to replace...
2009-05-04 Aryeh GregorUpdate docs to note what passing empty string does
2009-05-04 Tim Starling(bug 18657) Workaround for MySQL optimiser bug. Replace...
2009-05-02 Aaron SchulzFixed dropdown selector display and other log type...
2009-05-02 Aaron SchulzFixed total log breakage due to type safety issues
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-24 Aryeh GregorFix variable name in comment
2009-04-24 Aryeh Gregor(bug 16950) Show move log when recreating a page
2009-04-10 Aaron Schulz(bug 18361) Suppression log should be in the UI languag...
2009-04-04 Aaron SchulzHide show/hide links for NO_ACTION_LINK
2009-04-03 Aaron SchulzRevisionDelete log extract query optimizations
2009-03-31 Andrew GarrettFix tag filtering by adding a FORCE INDEX to the releva...
2009-03-27 Aaron SchulzDon't show unclickable show/hide links for suppression log
2009-03-27 Aaron SchulzFix r48837: Add target param back, still needed in...
2009-03-25 Aaron SchulzFix url params for multi-item deletion by converting...
2009-03-22 Jack Phoenixprefix two input IDs on Special:Log with 'mw-log-'...
2009-03-22 Aaron SchulzAdded diff links to revision delete log items
2009-03-20 Aaron SchulzDon't apply DELETED_USER restriction on query for users...
2009-03-10 Aaron Schulzminor tweak: revisiondelete id url param is an array
2009-03-03 Aaron Schulz* Only show private logs on specific request
2009-02-18 Andrew GarrettPartial revert of r47192 (* removed DefaultQuery cruft...
2009-02-12 Aaron SchulzFollow-up to r47192: do the same for PageHistory
2009-02-12 Aaron Schulz* consolidated getDateMenu duplication into xml.php
2009-02-10 Alexandre EmsenhuberOops, accidentally reverted r47053 in m last commit
2009-02-10 Alexandre EmsenhuberAllow entities so that the " " in pipe-separator...
2009-02-09 Siebrand MazelandReplace hard coded pipe separators with locale based
2009-02-09 Siebrand Mazeland* Update message 'pipe-separator' to have leading and...
2009-02-04 Aaron Schulz(bug 17342) Prevent deleted log item leaking (via slow...
2009-02-02 Siebrand Mazeland(bug 17283) Remove double URL escaping in show/hide...
2009-01-30 Andrew GarrettDon't show tag filter boxes if no tags are defined...
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-18 Alex Z(bug 17055) Use a CSS class ('mw-revdelundel-link'...
2009-01-12 Raimond SpekkingAdd a linebreak per mediawiki.org/wiki/Special:Code...
2009-01-02 Aaron Schulz(bug 16045) Pagination links break on Special:Log/Username
2008-12-30 Brion VibberCleanup to r44994 -- use __METHOD__ rather than __FUNCT...
2008-12-26 Raimond Spekking* Special:Log: Add log type specific CSS classes 'mw...
2008-12-26 Raimond Spekking* Special:Log: Add 'change protection' link for unprote...
2008-12-24 Aaron SchulzWhitespace/line breaks to keep this decent looking
2008-12-22 Raimond Spekking* (bug 16760) Add CSS-class to action links of Special:Log
next