Revert r40627, r40551, r40536, r40535 (mark non-autoconfirmed users in RC and watchli...
[lhc/web/wiklou.git] / includes /
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:
2008-09-10 Alexandre Emsenhuber(bug 15543) fix for r38139: don't include $wgUser-...
2008-09-10 Aaron SchulzExternalStore tweaks:
2008-09-10 Chad HorohoeBug 15514. Allow plaintext copyright notices if $wgCopy...
2008-09-09 X!Add rnredirect parameter, to get a random redirect...
2008-09-09 Roan Kattouw(bug 15535) prop=info&inprop=protection doesn't list...
2008-09-09 Alexandre EmsenhuberAdd the list of restrictions to the "titleprotectedwarn...
2008-09-09 Raimond Spekking* Enahle PLURAL
2008-09-09 Raimond Spekkingfix for r40623: declare $wgUser helps to avoid a fatal...
2008-09-09 Raimond Spekking* (bug 5619) Break messages used in Special:Statistics...
2008-09-09 Raimond SpekkingUse comma-separator message instead of a hardcoded...
2008-09-09 Jack D. PondFixed so that 'EditSectionLink' hook works again.
2008-09-08 X!Fix action=rollback to now revert IPs too. Patch submit...
2008-09-08 Aaron SchulzAlso mark new user edits here too
2008-09-08 Aryeh Gregor(bug 15528) Don't fail fatally on invalid titles
2008-09-08 Aryeh GregorMake 40621 not break CentralAuth
2008-09-08 Antoine MussoPartially fix #15528. Use Linker::link() from r40496...
2008-09-08 Aryeh GregorRedirect on login instead of showing a message
2008-09-08 Chad HorohoeTypo in comment.
2008-09-08 Chad HorohoeSelf-revert 40530, 40531. Too many things still depend...
2008-09-07 Aaron SchulzPass in $latest value (for bug 12650)
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
2008-09-07 Roan Kattouw(bug 15359) Add APIGetAllowedParams and APIGetParamDesc...
2008-09-07 Niklas Laxström* When using a {{SITENAME}} in a message, better to...
2008-09-07 Rotem LissProtection form: Show action as header of an action...
next