Fix extra space from r64084
[lhc/web/wiklou.git] / includes / LogPage.php
2010-03-22 PlatonidesRevisionDeleter has added i18n to his friends list.
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-01-09 Alexandre Emsenhuber* (bug 9794) User rights log entries for foreign user...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-09-17 Aaron Schulzbug 20701: fixed strange breakage from r53173
2009-09-16 Aaron SchulzSet log_page on save
2009-07-30 Aaron Schulz(bug 19864) Removed overzealous hiding of deleted ...
2009-07-20 Alexandre Emsenhuber(bug 19839) fix for r53173: Comments in log items are...
2009-07-20 Aaron Schulz(bug 19596) Fix more fucked up garbage from when $types...
2009-07-13 Tim StarlingFix dodgy uses of wfMsgHtml() and related HTML escaping
2009-06-27 Aaron SchulzFill in log_user_text column on log save
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-14 Aaron SchulzTweaks to r50567:
2009-05-13 Aaron Schulz[schema change] Use new log_search table to replace...
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-04-16 Aaron Schulzreverted change committed by mistake
2009-04-16 Aaron SchulzTweaked r49408: Improved hiding and changed 1 revision...
2009-04-11 Aaron Schulzuse correct item for count display
2009-04-10 Aaron Schulz(bug 18361) Suppression log should be in the UI languag...
2009-03-14 Aaron Schulz* Log unsuppressed names in the suppress log as normal
2009-03-08 Siebrand Mazeland* Use $wgLang->commaList( array ) instead of implode...
2009-03-04 Andrew GarrettExpand a bit
2009-03-04 Andrew GarrettDocument r7855
2009-01-29 Aaron SchulzIf an item isn't going into RC, don't send to UDP unles...
2009-01-25 Alexandre EmsenhuberUse wfMsgForContent() when needed so that IRC notificat...
2009-01-15 Aaron SchulzUse new notifyRC2UDP() function in LogPage to avoid...
2009-01-14 Aaron SchulzTweak $udp param
2009-01-09 Aaron SchulzMinor code style tweaks & cleanup
2009-01-09 Aaron SchulzCheck $wgLogRestrictions for udp-only case
2009-01-09 Aaron SchulzClean up log restrictions check
2009-01-09 Aaron SchulzRevert r45605 and generalize the ability to have logs...
2009-01-07 Raimond SpekkingReplaced some hardcoded colons with the colon-separator...
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-30 Raimond Spekking* (Bug 16121) Add a note that a page move was without...
2008-10-30 Alex Z(bug 10080) (bug 15820) - Allow modification of blocks...
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-16 Tim StarlingRevert revert r40717 of my formatting change r40416.
2008-09-15 Aaron SchulzRevert r40808. No need to make log_params and output...
2008-09-14 Alex Z* Update title protection to be more consistent with...
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-10 Aaron SchulzRefactor this code some
2008-09-10 Aaron SchulzShow protection details in RC too
2008-09-05 Aaron Schulztweak comment
2008-09-05 Aaron SchulzShow localised log names in revision deletion log ...
2008-09-04 Tim StarlingWork around database corruption reported on WP:VPT...
2008-08-25 Tim StarlingMinor log-related changes for documentation and to...
2008-08-20 Aaron SchulzLoad messages in a less shitty and more consistent...
2008-07-11 Niklas Laxström* (bug 12487) Rights log is not fully internationalized
2008-07-09 Andrew GarrettFatal errors are bad
2008-07-09 Andrew GarrettCore change for AbuseFilter extension: allow log entrie...
2008-07-06 Brion Vibber* (bug 14646) Fix some double-escaping of HTML in feed...
2008-05-22 Aaron SchulzMake saveContent() protected
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-14 Victor Vasiliev* Move $var ? true : false check to boolval function
2008-04-28 Aaron SchulzUse $log_id
2008-04-28 Aaron SchulzLooks like this is not over yet. Silently log failures...
2008-04-27 Aaron SchulzRemove log debugging code, not needed anymore
2008-04-27 Aaron SchulzwfReadOnly() check does not belong here
2008-04-26 Aaron SchulzAdd debug log entry
2008-04-25 Aaron Schulz-1 is bad too
2008-04-17 Aaron SchulzAll or nothing
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-16 Aaron SchulzNo need to pass db around, should be the same
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
2008-04-15 Aaron SchulzReturn false if nothing changed
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Alexandre EmsenhuberBe sure that the text is escaped
2008-04-08 Aaron SchulzKill useless div that bumps everything down
2008-04-08 Raimond SpekkingAdd a CSS class to the headertext
2008-04-02 Aaron SchulzMove isDeleted and userCan functions
2008-04-02 Aaron Schulz* User Pager for special:log
2008-03-12 Aaron Schulz* Merge in log_deleted constants
2008-03-06 Aryeh GregorMore typos
2008-03-06 Alexandre Emsenhuber(bug 13012) Use content messages for block options...
2007-11-25 Aaron Schulz*Add a special page to merge non-overlapping page histo...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-28 Niklas Laxström* Load all messages because extensions can add new...
2007-09-10 Rotem Liss(bug 5387) Block log items on RecentChanges don't make...
2007-08-06 Rob ChurchErrant escaping of titles
2007-08-06 Rob Church* (bug 10655) Show standard tool links for blocked...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-05-07 Tim StarlingCompromise: don't reference log_id on MySQL.
2007-05-04 Brion VibberTemporarily revert r21784; field changes not live
2007-05-02 Niklas Laxström* Added date headers to logs to make them a bit clearer
2007-05-02 River Tarnellmissing log_id in insert causes sadness on Oracle,...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-21 Rotem LissUse the expanded text (e.g. anonymous users only, accou...
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
next