port rtl specific parts of modern RTL css to main.css
[lhc/web/wiklou.git] / includes /
2011-01-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-24 Brion VibberTweak comments on User::isValidEmailAddr to replace...
2011-01-24 Chad Horohoe(bug 26907) MediaWiki Default -> MediaWiki default
2011-01-24 Antoine MussoUser::isValidEmailAddr comment update
2011-01-24 Trevor ParscalResolves issue in r80656 where escaped quotes within...
2011-01-24 Chad HorohoeWorkaround null Title error in parser during main page...
2011-01-24 Alexandre EmsenhuberFix for r80864: the $dbname variable was not there...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-24 Chad HorohoeFollowup r80864: DatabaseSqlite exploded on installer...
2011-01-24 Chad HorohoeFollowup to r79848 (and really, make it useful...)
2011-01-24 Sam ReedFixup usage of raw sql in Title
2011-01-24 Sam ReedStart another attack on raw sql queries
2011-01-24 Sam Reed(bug 26895) in /include/db/LoadBalancer.php function...
2011-01-23 Alexandre EmsenhuberAssignment inside if clause is bad
2011-01-23 Bryan Tong MinhFollow-up r69233: use getDbKey() instead of getText...
2011-01-23 PlatonidesAccept being passed a null Title to startExternalParse...
2011-01-23 PlatonidesAdd types to prototypes.
2011-01-23 PlatonidesReplace the repeated prologues to set mOptions, clearSt...
2011-01-23 PlatonidesRemove a couple of calls to ParserOptions::resetUsage...
2011-01-23 KrinkleFollow-up per r80813 CR
2011-01-23 KrinkleBug 26870 - add width/height param to {{filepath:}}
2011-01-23 KrinkleObviously no need for a foreach loop here. (Follow...
2011-01-23 Krinkleadding available skins to mw.config.values
2011-01-23 Sam Reed* Expose list of skins in meta=siteinfo
2011-01-23 Sean ColomboMinor fix to capitalization in some documentation.
2011-01-23 Derk-Jan HartmanPort the remaining Skin.php skins standard(classic...
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-22 Bryan Tong Minh(bug 26809) Uploading files with multiple extensions...
2011-01-22 Bryan Tong MinhAdd automatic formatting of numeric parameters to Message
2011-01-22 Siebrand MazelandLocalisation updates for core from translatewiki.net.
2011-01-22 Brion Vibber* (bug 26861) avoid warning in OutputPage::addVaryHeade...
2011-01-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-22 Siebrand Mazeland* changed 'searchmenu-new-nocreate' to no longer be...
2011-01-22 Ryan Kaldariadding comment
2011-01-22 Ilmari KaronenAdd extension and MIME type as parameters to filetype...
2011-01-21 Ilmari KaronenCheck that the MIME type is allowed before checking...
2011-01-21 Zak GreantMake paraminfo output examples along with parameter...
2011-01-21 Sam ReedFold Avars Nogomatch extension into core
2011-01-21 Antoine MussoHack invalid w3 spec to validate @localhost email
2011-01-21 Roan KattouwFix r80666: botched variable rename
2011-01-21 Chad HorohoePartially revert r69738 (splitting Installer/CoreInstal...
2011-01-21 Chad Horohoe(bug 26288) $wgDeletedDirectory looks funny on Windows...
2011-01-21 Roan Kattouw(bug 26762) Fix order of namespace list
2011-01-21 Trevor ParscalAddresses issues raised in an excellent review of r80656.
2011-01-20 Trevor ParscalResolved bug 26791 by replacing JSMin with a new librar...
2011-01-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-20 Jeroen De DauwAdded since notice to indicate method was not present...
2011-01-20 Tim StarlingRevert r75769, r80475: mistaken attempt to fix bug...
2011-01-20 Niklas LaxströmKill some duplicated queries by also caching negative...
2011-01-20 Tim StarlingRevert r70418, r70959: direct use of $_GET is not neede...
2011-01-20 Tim StarlingIn getCategorySortkey: strip tabs and line feeds from...
2011-01-20 Chad HorohoePartial revert r78450: doQuery() and query() are not...
2011-01-20 Brian Wolff(bug 26716, well partially anyways. kind of second...
2011-01-20 Chad HorohoeRm unused assignment of $wgOut. $wgOut needs to be...
2011-01-19 Brian WolffFollow up r80432. Don't use 'known', 'noclasses' when...
2011-01-19 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-19 Roan KattouwFollowup r73686: make private modules really private...
2011-01-19 Brian Wolff(follow-up r66913) Per CR, make the editsummary length...
2011-01-19 Andrew GarrettRevert r80544 -- need to handle the case in which there...
2011-01-19 Roan KattouwFix typo in r80433
2011-01-19 Andrew GarrettQuick adjustments to the if-block layout in r80381...
2011-01-19 Roan KattouwVarious fixes for API category changes:
2011-01-18 Ilmari Karonenfollowup r80511: make {{PAGENAMEE}} and friends also...
2011-01-18 Ilmari Karonenbug 26781: make wfEscapeWikiText() escape "*", "#"...
2011-01-18 Andrew GarrettFix r66267, make hook code consistent with documentatio...
2011-01-18 Chad HorohoeSpacing and NULL -> null
2011-01-18 Philip TzouFollow up r77452. Follow mark's suggest to remove getCo...
2011-01-17 Derk-Jan HartmanUse str_replace instead of preg_replace. Follow up...
2011-01-17 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
2011-01-17 Tim StarlingFix broken query in File::getLinksTo()
2011-01-17 Brian WolffChange the default collation from strtoupper to Languag...
2011-01-17 X!Add new Hooks class, because $wgHooks globals are evil.
2011-01-17 Brian WolffMake it so that editintro's included using the editintr...
2011-01-17 Brian Wolff(follow-up r70415) Fixes the function that determines...
2011-01-17 Brian Wolff(bug 26737; follow-up r70415) Make new category stuff...
2011-01-16 Happy-melon(bug 529, bug 12974) alter behaviour of the table-...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-16 Alexandre EmsenhuberRemoved unused global
2011-01-16 PlatonidesPasting lines typo in r80025
2011-01-16 Derk-Jan HartmanAdd comments with how values are calculated. Follow...
2011-01-16 Daniel FriesenMake Special:WhatLinksHere set the related title so...
2011-01-16 Daniel FriesenFix another bad boolean from r80248.
2011-01-16 Brian Wolff(bug 2585) Image pages should send 404 if no image...
2011-01-15 Brian Wolff(bug 26729) Categories that do not have a page, and...
2011-01-15 Alexandre EmsenhuberAdded wfDeprecated() to Article::insertNewArticle(...
2011-01-15 Alexandre EmsenhuberModified EditPage to use Article::doEdit() instead...
2011-01-15 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-15 Niklas LaxströmSome cleanup to this horrible piece of code
2011-01-15 Niklas LaxströmDo the title construction in a smarter way. Linker...
2011-01-15 Niklas LaxströmFix mistake in r80248 and restructure a bit
2011-01-15 Roan KattouwAdd width parameter to Special:Filepath to allow gettin...
2011-01-15 Sam ReedFix spaes from r80362
2011-01-15 Sam ReedLast bits of bug 24650 Fix API to work with categorylin...
2011-01-15 Sam ReedMore for bug 24650. Update continue to be usable unique...
2011-01-14 Sam ReedBye bye filesorts. Making order by cl_type, and then...
2011-01-14 Sam ReedBleh, didn't press save again (r80350)
2011-01-14 Sam ReedMore query reorganisation, in an attempt to be index...
2011-01-14 Daniel FriesenFix boolean for $editnotice_base message existance...
2011-01-14 Sam ReedFix indenting, rearrange some where statements
next