Localisation updates for core and extension messages from translatewiki.net (2009...
[lhc/web/wiklou.git] / includes /
2009-11-04 Jure KajzerFixed some Oracle-specific installer and Strict Standar...
2009-11-04 Alexandre Emsenhuber* (bug 21083) API: list=allusers no longer returns...
2009-11-04 Raimond SpekkingFollow-up r55613: Fix typo. I guess that 'baddaccess...
2009-11-04 Max Semenik(bug 18609) Search index was empty for some pages
2009-11-04 Bryan Tong Minh* (bug 6579) Fixed protecting images from uploading...
2009-11-04 Bryan Tong Minh* Disable autofill for reuploads
2009-11-04 Alexandre EmsenhuberFix Special:ProtectedTitles' canonical name (Protectedt...
2009-11-04 Michael Dale* set $wgScriptModifiedMsgCheck to off by default
2009-11-04 Michael Dale( bug 21374 ) fixed default search repository
2009-11-04 Michael Dale* ( bug 21373 ) improved mwEmbed localization support
2009-11-03 Alexandre Emsenhuber* $fname -> __METHOD__
2009-11-03 Jure KajzerDatabaseOracle removed makeList overload and added...
2009-11-03 Roan KattouwAnother fatal in r58419
2009-11-03 Siebrand MazelandFix parse error from r58419
2009-11-02 Raimond Spekkingi18n tweak: Use 'colon-separator' instead of hardcoded...
2009-11-02 Raimond SpekkingPartly revert r57148. The search&replace was a bit...
2009-11-02 Roan KattouwRedo r58410, r58411 (attempts to to fix r58399) properl...
2009-11-01 Alexandre EmsenhuberFix for r58410: isset already checks for null, no need...
2009-11-01 Siebrand MazelandShould fix Undefined index: tag in includes/api/ApiQue...
2009-11-01 TobiasMake it possible to link to Special:Ipblocklist/<ip...
2009-11-01 Roan KattouwRevert accidentally committed stuff in r58399
2009-11-01 Chad HorohoeFix another regression from r57558, bug 21369 - Lowerca...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-11-01 Philip TzouUpdate the Chinese conversion tables. Modify Makefile...
2009-10-31 Aaron Schulzplural tweak for bug 21352
2009-10-31 Alexandre EmsenhuberFix for r51559: removed double urlencode()'ing
2009-10-31 Raimond Spekking* (bug 20478) Add a note to Special:Block when the...
2009-10-30 Chad Horohoe(bug 3340) Allow configuring of /16 limit on range...
2009-10-30 Max SemenikMatch lowercase titles in SearchSqlite
2009-10-30 Greg Sabino MullaneFix groupby issue in SpecialActiveusers
2009-10-30 Max SemenikUsing plain strtolower() here broke non-English search...
2009-10-30 Roan KattouwRemove section edit links in edit conflict form pointin...
2009-10-30 Max SemenikFollow-up to r58322: removed debugging code
2009-10-30 Jure Kajzeroverloaded makeList in DatabaseOracle to handle CLOBs...
2009-10-30 Aaron SchulzA few cleanups for r58351
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-30 Chad HorohoeAdd new define for localisation cache support
2009-10-29 Bryan Tong MinhDo a weak boolean comparison against $asyncdownload...
2009-10-29 Max SemenikNamespace:: --> MWNamespace::, requested by ^demon...
2009-10-29 Raimond SpekkingFollow-up r58192: Improved version. Split info for...
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk
2009-10-29 Jure KajzerSwitch to default skin if user session found without...
2009-10-29 Happy-melonUse CSS rather than hardcoded nbsps to add space before...
2009-10-29 Aaron SchulzUse revDeleteLink() to remove duplication
2009-10-29 Aaron SchulzUse revDeleteLink() to remove duplication
2009-10-28 Bryan Tong Minh* Validate sessionkey for stashed uploads
2009-10-28 Jure Kajzer* Replaced LIMIT with limitResult call in rebuildrecent...
2009-10-28 Chad Horohoe(bug 19859) Remove HTMLDiff. Could possibly be salvaged...
2009-10-28 Ryan Schmidt* re-commit r58172 with the fix for the issue mentioned...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-28 Bryan Tong MinhThrow a bit more helpful unknownerror at AS_END, indica...
2009-10-28 Raimond SpekkingAdd clear:both to avoid overlapping with other elements
2009-10-28 Raimond SpekkingRevert r58246. Committed a lot of half done stuff by...
2009-10-28 Raimond Spekking(no commit message)
2009-10-28 Aaron Schulzbug 21282 &unhide=1 on next/prev diff links if already...
2009-10-28 Raimond SpekkingFollow-up r58237: fixing PHP Notice: Undefined variable...
2009-10-28 Michael Dale( bug 21320 ) adds early checks for wgAllowCopyUpload...
2009-10-28 Chad Horohoe(bug 21106) tag deprecated parameter in action=paraminf...
2009-10-27 Bryan Tong Minh* Fix hook invocation
2009-10-27 Adam Millerfixing a slight bug with watch/unwatch. The icon watch...
2009-10-27 Raimond SpekkingConsistency tweak: 'show'/'hide' should be linked only...
2009-10-27 Jure Kajzerremoved ts_tags from getQueryInfo. it's already added...
2009-10-27 Raimond SpekkingNew hook getOtherBlockLogLink, called in Special:IPBloc...
2009-10-27 Domas Mituzasset read/write timeouts to 50ms down from 1s
2009-10-27 Domas Mituzaswtf:)
2009-10-27 Domas Mituzasfix blacklist of dead servers
2009-10-27 Raimond SpekkingRevert r58171/r58172 for now. It seems it breaks login...
2009-10-27 Domas Mituzasfirst few changes to memcached client:
2009-10-27 OverlordQ(bug 18909) Add missing INSERT SELECT wrapper for Postgres
2009-10-26 Ryan Schmidt* User::isValidPassword now only returns boolean result...
2009-10-26 Ryan Schmidt* Any strings returned by the isValidPassword hook...
2009-10-26 TobiasPartially fixing bug 20186: Allow filtering history...
2009-10-26 Adam Millerrebulding vector's rtl stylesheet
2009-10-26 Bryan Tong MinhFollow-up to r57868: Add edit.js unconditionally like...
2009-10-26 Leons Petrazickis- DB2 bugfix: Blob class now converted to string where...
2009-10-26 Chad Horohoe(bug 21280) Document Linker.php
2009-10-25 Raimond SpekkingRevert r58064: half done work committed by accident
2009-10-25 Katie Filbertfollow-up for r58035, escape message
2009-10-25 Max SemenikCache result of class_exists() in Services_JSON to...
2009-10-25 Aaron SchulzTweak r58117: removed diff-multi class
2009-10-25 Aaron SchulzAdded deleted diff notice for unhide=1 urls to be clear...
2009-10-25 Alexandre Emsenhuber* $fname -> __METHOD__
2009-10-25 Chad HorohoePartial revert r58111
2009-10-25 Chad HorohoeAdd bunch of missing classes to the Autoloader
2009-10-25 Max SemenikFollow-up to r58067: removed UploadFormMogile from...
2009-10-25 Max Semenik* Abstracted table locks in maintenance/updateSearchInd...
2009-10-24 Aaron Schulzbug 21265 Special:Revisiondelete: disable revision...
2009-10-24 Aaron SchulzFollow-up r57470: Add show/hide links for users that...
2009-10-24 Michael Dale* improved script loader language support
2009-10-24 Aaron SchulzSplit confirm message from revdelete-text (bug 21264)
2009-10-24 Aaron SchulzShow UI edit link only as needed (bug 21263)
2009-10-24 Raimond SpekkingFollow-up r58087: formatNum the number of revisions
2009-10-24 Alexandre Emsenhuber* (bug 3480) MediaWiki:Historywarning now has a paramet...
2009-10-24 Alexandre Emsenhuber* (bug 21085) list=deletedrevs no longer returns only...
2009-10-24 Alex Z(bug 18019) Warn users when moving a file to a name...
2009-10-24 Aaron Schulz* Don't use existing block values on "already blocked...
2009-10-23 Alexandre Emsenhubermoving SpecialUploadMogile.php from phase3/includes...
2009-10-23 Bryan Tong Minh* Updated upload hooks documentation
2009-10-23 Raimond SpekkingLocalisation updates for core and extension messages...
2009-10-23 Alexandre Emsenhuber* (bug 21172) $wgSorbsUrl can now be an array with...
next