* Enahle PLURAL
[lhc/web/wiklou.git] / includes /
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...
2008-09-07 Aaron SchulzFix link cache use with FOR_UPDATE
2008-09-07 Rotem LissShow properly-sized select elements in protection form...
2008-09-07 Aaron Schulz* Reduce hook usage
2008-09-07 Aaron SchulzFix misnamed variable
2008-09-07 Aaron SchulzSome form consistency tweaks
2008-09-07 Aaron SchulzAdd more error handling
2008-09-06 Aaron SchulzAdd edits-only filter to ListUsers (bug 10815)
2008-09-06 Aaron Schulz* Add time/reason dropdown for protect form (bug 10799)
2008-09-06 Aaron SchulzRemove type check for userIsNew(), shouldn't be needed
2008-09-06 Bryan Tong MinhCommitting a work on progress on improvements to the...
2008-09-06 Aaron SchulzMight as well be more consistent with "change protectio...
2008-09-06 Aaron SchulzFix regression from r40518; keep current values of...
2008-09-06 Aaron SchulzFix typo for OldChangesList
2008-09-06 Aaron Schulz* Mark non-autoconfirmed users in RC
2008-09-06 Tim StarlingImplemented blob support for SQLite. Allows null charac...
2008-09-06 Chad HorohoeSyntax error. Consequently, getCookie() returns null...
2008-09-06 Chad Horohoe* Add getCookie() method to WebRequest as a wrapper...
2008-09-06 Victor Vasiliev* (bug 15492) list=recentchanges&rctype=log does't...
2008-09-06 Bryan Tong MinhGive 3rd parameter of FauxRequest constructor default...
2008-09-06 Bryan Tong MinhAdd session accessor functions to WebRequest
2008-09-06 Aaron SchulzAdd class to textarea for protected pages (bug 11825)
2008-09-06 Aaron SchulzSet values from query params (bug 12750)
2008-09-06 Aaron Schulzclean up form (bug 15163)
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-09-06 Chad Horohoe(bug 11475) Remove useless final param in $dbw->replace...
2008-09-06 Chad HorohoeBump $wgStyleVersion for r40507
2008-09-05 Aaron SchulzAdd more protection info on edit (bug 6179)
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-05 Aaron SchulzAdd level select (bug 12961)
2008-09-05 Aaron Schulz*Add history link to protect log items
2008-09-05 Aryeh GregorRefresh category table counts sometimes for small categ...
2008-09-05 Aryeh GregorDon't fail fatally when Linker::link() is passed a...
2008-09-05 Roan Kattouw(bug 15486) API action=block ignores autoblock parameter
2008-09-05 Aaron Schulztweak comment
2008-09-05 Aaron SchulzShow localised log names in revision deletion log ...
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-05 Aaron SchulzAdd begin() for good housekeeping
2008-09-05 Tim StarlingIn wfDebugLog(): log the hostname if $wgShowHostnames...
2008-09-05 Chad HorohoeDocument isOpen() and lastQuery(). (set|clear|get)Flag...
2008-09-05 Tim StarlingIn wfShellExec(), log return code 127 to a special...
2008-09-04 Alexandre Emsenhuber(bug 15292) New message notification for unregistred...
2008-09-04 Alexandre Emsenhubermissing svn:keywords property
2008-09-04 Roan Kattouw(bug 15466) Added action=purge to the API. Modified...
2008-09-04 Alexandre Emsenhuber(bug 15482) Special:Recentchangeslinked has no longer...
2008-09-04 Aaron SchulzMore EditPage cleanup, mainly coding/whitespace tweaks...
2008-09-04 Roan Kattouw(bug 15479) action=login no longer sets wait parameter...
2008-09-04 Aaron SchulzClean up showIntro():
2008-09-04 Roan Kattouw* Split patrol code
2008-09-04 Daniel FriesenRevert r40251 by aaron. Broke &editintro= bug15455.
2008-09-04 Roan Kattouw(bug 15471) Fix regression from r40088 which caused...
2008-09-04 Roan Kattouw(bug 15473) Correcting Doxygen comment for ApiEditPage
2008-09-04 Tim StarlingClarify documentation
2008-09-04 Aaron SchulzAvoid string '::' call in $wgSpecialPageCacheUpdates
2008-09-04 Tim StarlingIgnore invalid titles in $out->getLanguageLinks().
2008-09-04 Tim StarlingFix for bug 13770, second attempt. Tested with a confli...
2008-09-04 Chad HorohoeNo more icky mkdir() calls. Grepping for mkdir() now...
2008-09-04 Tim StarlingWork around database corruption reported on WP:VPT...
2008-09-04 Tim StarlingDocumentation
2008-09-04 Brion Vibber* (bug 2889) MediaWiki:Print.css applies to the printab...
2008-09-04 Alexandre EmsenhuberNo need to wrap it in a ResultWrapper object as Databas...
2008-09-03 David McCabeMade ChangesList::insertUserRelatedLinks public for...
2008-09-03 Alexandre Emsenhuberfix XHTML error
2008-09-03 David McCabeAdded OldChangesListRecentChangesLine hook for customiz...
2008-09-03 Chad HorohoeAdd @ingroup definitions to these. Created new group...
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-09-03 Roan Kattouw(bug 15448) YAML output returns empty strings instead...
2008-09-03 Roan Kattouw(bug 15444) API: Throwing a regular 'unknownerror'...
2008-09-03 Chad Horohoe+docs
2008-09-03 Aaron Schulzfix case
2008-09-03 Aaron SchulzMove doMassUserBlock() to core
2008-09-03 Tim StarlingTemporarily reverted SpecialUpload.php to r37968, befor...
2008-09-03 Tim StarlingReverting r40323, as per comments on wikitech-l. Deprec...
2008-09-02 Aaron SchulzAdd ampersand to hook
2008-09-02 Aaron SchulzMake getLatestRevID faster
2008-09-02 Chad HorohoeFully deprecate $wgProxyKey. Has been marked as depreca...
2008-09-01 Ryan Schmidt* fixing error causing a PHP E_NOTICE.
2008-09-01 Aaron Schulz* Remove mysql var and move field init to updaters.inc
2008-09-01 Ryan Schmidt* $wgAllowExternalImagesFrom may now be an array of...
2008-09-01 Tim StarlingFix r40194, which was obviously incorrect. There's...
2008-09-01 Tim StarlingRename UploadFromBase to UploadBase. It's best to use...
2008-09-01 Tim StarlingFix spelling MIN_LENGHT_PARTNAME
2008-09-01 Tim Starlingheader() replaces by default, there's no need to pass...
next