Localisation updates Cantonese, Chinese and Literary Chinese
[lhc/web/wiklou.git] / includes /
2009-05-18 X!Watchlist now has a specialized <div> tag that contains...
2009-05-17 Siebrand Mazeland* replace hard coded namespace numbers by the php define
2009-05-17 Siebrand Mazeland(bug 18411) The upload form now also checks post_max_si...
2009-05-17 Siebrand Mazeland(bug 18438) Tweak HTML for preview bar for consistency...
2009-05-17 Siebrand Mazeland(bug 18466) Add note or warning when overruling a move...
2009-05-17 Niklas Laxström* Follow-up for r50691, add \n to be safe in case there...
2009-05-17 Siebrand Mazeland(bug 18522) Wrap MediaWiki:Protect-cascadeon in a div...
2009-05-17 Siebrand Mazeland* (bug 18389) Localise numbers in EXIF data (patch...
2009-05-17 Alexandre Emsenhuberreplace ereg(i) by preg_match since the former is depre...
2009-05-17 Chad HorohoeRm unused $wgLang and some trailing whitespace.
2009-05-16 Alexandre Emsenhuber* fix MessageCache::get()'s $isFullKey param: full...
2009-05-15 Aryeh Gregor(bug 16912) Tooltips on images with link= disappear
2009-05-15 Chad HorohoeUse getTitle() instead of getTitleFor()
2009-05-15 Chad Horohoe(bug 18549) Make Special:Blockip (and api action=block...
2009-05-15 Chad HorohoeDon't need to use $wgUser, isValidEmailAddr() is static.
2009-05-15 Roan KattouwFix up r50600, which had no effect
2009-05-15 Tim StarlingFix breakage of SQLite ResultWrapper due to r45769...
2009-05-14 Tom MaaswinkelAdded a new hook to handle messages that aren't found...
2009-05-14 Chad Horohoe(bug 18656) Use proper directory separators in wfMkdirP...
2009-05-14 Chad HorohoeFollowup to r50423: Check if the row is null, since...
2009-05-14 Aaron SchulzTweaks to r50567:
2009-05-14 Philip TzouUpdate the Chinese conversion tables.
2009-05-14 Philip TzouUpdate the Chinese conversion tables.
2009-05-13 Aaron SchulzGive failure message rather than assuming field 0 for...
2009-05-13 Aaron Schulz[schema change] Use new log_search table to replace...
2009-05-12 Philip TzouUpdate the Chinese conversion tables.
2009-05-12 Roan KattouwFix E_STRICT reported on Translatewiki.net
2009-05-11 Alexandre Emsenhuber__FUNCTION__ -> __METHOD__ in SpecialRecentchanges...
2009-05-11 Aryeh GregorPartial revert of r50478 "Preparations for Oracle datab...
2009-05-11 Jure KajzerPreparations for Oracle database abstraction update.
2009-05-11 Tim StarlingProposed fix for bug 16937: pg_version() missing server...
2009-05-11 Tim Starling(bug 18726) Fixed double URL escaping in the links...
2009-05-10 Ilmari Karonenfix regression from r49677 by refusing to format old...
2009-05-10 Alexandre Emsenhuberremoved useless "$skin->link( $title );"
2009-05-10 Roan KattouwAPI: (bug 18749) Add generator flag to action=paraminfo...
2009-05-10 Roan KattouwAPI: (bug 18743) Add ucprop=size (enabled by default...
2009-05-10 Roan KattouwRevert r50180 ("Proper error message on action=protect...
2009-05-09 Siebrand MazelandFollow-up on r50351. Fix adding key/value pair.
2009-05-09 Roan KattouwEfficiency fix: don't call Title::isRedirect() on title...
2009-05-09 Roan KattouwAPI: (bug 18730) Add version information to action...
2009-05-09 Roan KattouwAPI: (bug 18731) Show correct SVN links for extension...
2009-05-08 Siebrand MazelandFollow-up on r50351. Fix syntax errors in CategoryPage.php
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-05-08 Roan KattouwAPI: (bug 18709) Missing descriptions for some paramete...
2009-05-07 Chad Horohoe(bug 18710) Fixed internal error with empty parameter...
2009-05-07 Chad HorohoeDon't explicitly check for false. Most modules without...
2009-05-07 Chad HorohoeAdd $this as a parameter to LoadAllMessages.
2009-05-07 Aaron SchulzRemoved StartProfiler.php from SVN control and added...
2009-05-07 Alexandre Emsenhuberfix E_PARSE from r50310
2009-05-07 Chad HorohoeSupress chmod() errors, they're annoying and very commo...
2009-05-07 Chad Horohoe(bug 16925) Diffs no longer silently fail when $wgExter...
2009-05-06 Arash BoostaniFixed a minor problem with $wgSectionContainers that...
2009-05-06 Robert StojnićFollow-up for r50207: mysql won't estimate total number...
2009-05-06 Alexandre EmsenhuberIf passing a callback in an array in $wgExtensionFuncti...
2009-05-06 Arash BoostaniSet the default value for $wgSectionContainers and...
2009-05-06 Philip TzouUpdate the Chinese conversion tables.
2009-05-06 Arash BoostaniFixed problem with call to closeSectionContainers that...
2009-05-05 Arash BoostaniAdded an extension, called EditSectionHiliteLink, that...
2009-05-05 Roan KattouwFix up r47473: descend into subarrays in ForeignAPIFile...
2009-05-04 Robert StojnićRedesign of the "new search UI" per Trevor's design...
2009-05-04 Robert StojnićFix annoying bug with mwsuggest that makes it shown...
2009-05-04 Robin PepermansAdd $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf...
2009-05-04 Aaron Schulz(bug 18666) Add show/hide to deleted diffs
2009-05-04 Roan KattouwAPI: (bug 18518) Add clprop=hidden to prop=categories...
2009-05-04 Roan Kattouw(bug 18677) Give proper error message when viewing...
2009-05-04 Aaron Schulz(bug 18666) Add show/hide links to deletedcontribs
2009-05-04 Aaron Schulz(bug 18666) Add show/hide to contribs
2009-05-04 Aryeh GregorUpdate docs to note what passing empty string does
2009-05-04 Aaron Schulz*(bug 18676) Fixed nonsensical cache invalidation on...
2009-05-04 Tim Starling(bug 18657) Workaround for MySQL optimiser bug. Replace...
2009-05-04 Tim StarlingReverted r48983: obsolete since r48989, replaced by...
2009-05-04 Roan KattouwFix up r50126: dump $wgDBtype rather than a class name...
2009-05-03 Alexandre EmsenhuberCleanup in MagicWord::$mVariableIDs, removed IDs that...
2009-05-03 Philip TzouUpdate the Chinese conversion tables.
2009-05-02 Roan KattouwFix interesting regression from r49324: on a redirected...
2009-05-02 Roan KattouwFollowup to r50132: I guess I was smoking some pretty...
2009-05-02 Roan KattouwAPI: Set $wgTitle to a dummy title in api.php, and...
2009-05-02 Aaron SchulzFixed dropdown selector display and other log type...
2009-05-02 Roan KattouwAPI: (bug 18533) Add readonly message to meta=siteinfo...
2009-05-02 Aaron SchulzFixed total log breakage due to type safety issues
2009-05-02 Roan KattouwAPI: Add PHP and database version to meta=siteinfo...
2009-05-02 Niklas Laxström* Hack for checkLanguage.php to work without database
2009-05-02 ShinjimanChange to show the checkout revision number by default...
2009-05-01 Victor Vasiliev* (bug 15008) Redirect images are now subject to Bad...
2009-05-01 Rotem LissRemoved float from the user login form in RTL interface...
2009-05-01 ShinjimanShow the SVN revision numbers as a separate column...
2009-05-01 Chad HorohoeFollowup to r50102: increment style version.
2009-05-01 ShinjimanFollow up r49997, showing both last modified and checko...
2009-05-01 Andrew GarrettSanitize class names applied by change tagging -- was...
2009-05-01 Tim StarlingIncrement version to 1.16. Basic release notes update...
2009-05-01 Chad HorohoeDefault true :)
2009-05-01 Chad Horohoe(bug 9219) Auth plugins can control editing RealName...
2009-04-30 Aaron SchulzTweaked account hiding & renaming limits
2009-04-30 Tim StarlingSmall-scale data loss logged on Wikimedia along these...
2009-04-30 Tim StarlingAssorted minor live patches to command-line scripts.
2009-04-30 Tim StarlingWait for slaves after each page (from live patch).
2009-04-30 Tim StarlingAdd lots more information to the siteinfo query. Based...
2009-04-30 Tim StarlingLog function name for SHOW PROCESSLIST query in getLag().
2009-04-30 Tim StarlingSanitize cleanCallback on wakeup. Extra security check...
2009-04-29 Brion VibberMake export depth > 1 actually work. :) Assuming it...
next