* Add XML log dump support
[lhc/web/wiklou.git] / includes /
2008-09-18 Aaron Schulz* Add XML log dump support
2008-09-17 Roan KattouwAPI: Adding APIAfterExecute, APIQueryAfterExecute and...
2008-09-17 Alexandre EmsenhuberFix for r40937 (and per talk with brion): merge the...
2008-09-17 Alexandre Emsenhuberfix some doxygen warnings
2008-09-17 Aaron SchulzBah, revert to r40753
2008-09-17 Aaron Schulz*Should need to escape twice
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-17 Andrew GarrettWork around misconfiguration by requiring strict compar...
2008-09-17 X!Readding 'Full Block Log' link, after being removed...
2008-09-16 Brion Vibber* (bug 10463) Apply $wgRenderHashAppend to sitenotice...
2008-09-16 Chad HorohoeRemove two useless classes from HTMLDiff. One was entir...
2008-09-16 Alexandre Emsenhuber* Added $wgUseMetadataEdit and $wgMetadataWhitelist...
2008-09-16 Alex ZTweak to ProtectionForm: Title::getRestrictionExpiry...
2008-09-16 Aaron Schulz* Add transaction to undelete
2008-09-16 Aaron SchulzAvoid undefined var errors if data fetch fails
2008-09-16 Alex Z*Re-implement r40723 in Article::view()
2008-09-16 Aaron Schulz* Make sure we have the right article ID, not slave...
2008-09-16 Aaron Schulzminor refactoring
2008-09-16 Aaron Schulz* Deal with new page move scenario (bug 3481)
2008-09-16 Aaron Schulz* Remove unneeded code
2008-09-16 Aaron SchulzThis is indexed now, do live. (bug 3945)
2008-09-16 Aaron Schulzwhitespace tweaks
2008-09-16 Tim StarlingRevert r40723, and associated i18n. Unexpected side...
2008-09-16 Tim StarlingFixed documentation. Don't use empty() to determine...
2008-09-16 Tim StarlingRevert r40627, r40551, r40536, r40535 (mark non-autocon...
2008-09-16 Tim StarlingRevert revert r40717 of my formatting change r40416.
2008-09-16 Tim Starling* Reverted code style change made by Aaron, "if ("...
2008-09-16 Tim StarlingIn protect.js:
2008-09-16 X!(bug 15617)
2008-09-16 Aaron SchulzUndefined var error fix
2008-09-15 Siebrand Mazeland* Fix common spelling error (seperate -> separate)
2008-09-15 Aaron SchulzRemove syntax typo that made line dupes
2008-09-15 Aaron SchulzRevert r40808. No need to make log_params and output...
2008-09-15 Brion VibberRevert r40838 -- patch is very scary and builds its...
2008-09-15 Brion VibberRevert r40837, r40839, r40840 (bug 332 - broken UTF-8)
2008-09-15 Chad HorohoeMinor cleanup (docs, visibilities, formatting)
2008-09-15 Aaron SchulzClean up OldChangesListRecentChangesLine hooks some...
2008-09-15 Daniel Kinzlerbug #15602: use echo for error messages if STDERR is...
2008-09-15 Tim StarlingRevert r40712, replace_variables is correct.
2008-09-15 Tim StarlingFix $user parameter to Article::doEdit(), which was...
2008-09-15 Fran RogersReverted r40771 for now - causes problems with CentralAuth
2008-09-15 Fran RogersAddendum to r40837: only validate/clean the body text...
2008-09-15 X!(bug 14638)
2008-09-15 Fran RogersFix for bug #332 - all UTF-8 output is now cleaned...
2008-09-14 Siebrand Mazeland* Add functionality of extension LinkSearch to core
2008-09-14 Rotem LissLocalization: Keep date as the first parameter, before...
2008-09-14 Thomas BleherEscape $1 in message (was PHP syntax error)
2008-09-14 Aaron SchulzDon't throw fatals for bogus feed types (bug 15596)
2008-09-14 Alex Z(bug 15598) Special:Newpages default limit uses user...
2008-09-14 Ilmari KaronenMake sure no outgoing links are listed for nonexistent...
2008-09-14 Alex Z* Update title protection to be more consistent with...
2008-09-14 Alex ZAllow cascading protection to be turned off without...
2008-09-14 Aryeh GregorMake sure to pass the right types to LinkBegin
2008-09-13 Siebrand Mazeland* split time and date in 'emailauthenticated', and...
2008-09-13 Aaron SchulzRevert r40792. Filesort is gone, but table scan is...
2008-09-13 Roan KattouwReverting r40790 and fixing the filesort properly ...
2008-09-13 Aaron SchulzI swear this table scan filesort was disabled before...
2008-09-13 Aaron Schulz$msg not defined...use $text?
2008-09-13 Aaron Schulz* Fix edit comment spacing
2008-09-13 Aaron Schulzmake "other time" chain properly with JS
2008-09-13 Aaron SchulzCleanup for r40770:
2008-09-13 Chad HorohoeClean up some of the i18n stuff in HTMLDiff. Still...
2008-09-13 X!(bug 12284) Special:Preferences now sets a returnto...
2008-09-13 Chad HorohoeA few misc. docs here and there.
2008-09-13 Fran Rogers#15577: Moved spreading of autoblocks from User::isBloc...
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-13 Aaron SchulzAdd newuser log to core
2008-09-12 Bryan Tong MinhDon't access $_SESSION in UploadBase::stashSession.
2008-09-12 Alexandre Emsenhuberand pass the reason too *stab*
2008-09-12 Alexandre Emsenhuber$this is better that $wgOut :P
2008-09-12 Chad HorohoeNeeds mw- prefix.
2008-09-12 Chad HorohoeAdd a unique identifier for read-only pages.
2008-09-12 Aryeh Gregor(bug 6702) Improve default English messages
2008-09-12 Aaron SchulzDon't hang up page views with jobs
2008-09-12 Aaron Schulzfix typo
2008-09-12 Aaron SchulzUse wfEscapeShellArg() since it works on windows (bug...
2008-09-12 Aaron SchulzTweak transaction for bug 13039
2008-09-12 Aaron SchulzRedo RefreshLinksJob2 commit with trivial notice fix.
2008-09-12 Siebrand MazelandRevert 40741. Causes "Division by zero in includes...
2008-09-12 Aaron Schulzjob-queue insert should no longer fail for highly used...
2008-09-12 Raimond SpekkingFix weird typo from r40734
2008-09-12 Chad HorohoeBump style version for r40733.
2008-09-11 X!Add new special page Wantedfiles.
2008-09-11 Alexandre EmsenhuberWe already have an Article object, so no need to recrea...
2008-09-11 Chad HorohoeDon't use $wgTitle here, as it would return an invalid...
2008-09-11 Alexandre EmsenhuberUse content language as this will be hardcoded in the...
2008-09-11 Alex Z(bug 15551) Show deletion log excerpts when a user...
2008-09-11 Chad HorohoeRemove unused global declaration.
2008-09-11 Chad HorohoeAdd $options param to Http::get() and friends. Now...
2008-09-11 Chad Horohoe(bug 15544) non-index.php entry points prior to setup...
2008-09-10 Chad HorohoeRevert r40707. Could produce broken XHTML if the source...
2008-09-10 Aaron SchulzRefactor this code some
2008-09-10 Aaron SchulzShow protection details in RC too
2008-09-10 Aaron SchulzExclude bot edits from Special:Contributions/newbies...
2008-09-10 Aaron SchulzWe still want details in page history
2008-09-10 Aaron SchulzMove protection log parameters to log_params. Solves...
2008-09-10 Alexandre Emsenhuber(bug 15555) misspelled replace_variables() function...
2008-09-10 Chad Horohoe(bug 12400) Add class to content transcluded from IW...
2008-09-10 Roan Kattouw* (bug 15497) Removed encoding attribute from <?xml...
2008-09-10 Roan KattouwTweaks for r40686, r40687:
next