Made mediaWiki JS test suite table no longer sortable. This functionality broke with...
[lhc/web/wiklou.git] / includes /
2011-01-28 PlatonidesRestore global wrongly removed in r80892
2011-01-28 PlatonidesRemove empty statement (r80993) and unused global ...
2011-01-28 PlatonidesFollow-up r81132 removal of pre-8.3 support.
2011-01-28 Chad HorohoegoodNames isn't used anymore
2011-01-28 Chad HorohoeFollowup r81132, missed some more ts2 removal
2011-01-28 Chad HorohoeMinor cleanup, docs
2011-01-28 Chad HorohoePer comment on bug 26612, we should drop the pre-Postgr...
2011-01-28 Roan KattouwImplement prop=wikitext in action=parse, (optionally...
2011-01-28 Roan KattouwAdd the resolved URL of each langlink to the API's...
2011-01-27 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-27 Bryan Tong Minh(bug 26285) Extensions will be automatically generated...
2011-01-27 Bryan Tong Minh(bug 26929) Introduced the edittools-upload message...
2011-01-27 Antoine MussoBug 26948 - hyphens incorrectly interpreted as range
2011-01-27 OverlordQFollowup r81067, use the right syntax for doing a join
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-27 Tim StarlingRemoved getConnectionOrDie(), accidentally added in...
2011-01-26 Sam ReedFixup query fail from r80936
2011-01-26 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-26 Sam ReedFollowup fixme on r80861,
2011-01-26 Roan KattouwEscape the output of $wgLang->timeanddate() in SpecialC...
2011-01-26 Mark A. Hershberger* Whitespace fixups
2011-01-26 Jack PhoenixMessageCache.php: fixed a typo, tweaked spacing, added...
2011-01-26 Chad HorohoeLast $wgArticle junk in Skin(Template). Just pass the...
2011-01-26 Chad Horohoesyntax error, stupid me
2011-01-26 Chad HorohoeFollowup r81034, remove the global statements
2011-01-26 Chad HorohoeFirst round of $wgArticle removals
2011-01-26 Jack PhoenixHooks.php: trim trailing spaces, tweak docs, etc.
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-26 Brion VibberProvisionally reverting r80430 (bug 529, 12974)
2011-01-26 PlatonidesTransforming a message uses automatically $wgTitle...
2011-01-25 PlatonidesgenerateUpgradeKey() could produce NULL return, which...
2011-01-25 PlatonidesThe function wfShorthandToInteger() is precisely for...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-25 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-25 Bryan Tong MinhUploads that throw a warning (UploadFromStash) a thumbn...
2011-01-25 Bryan Tong MinhHTMLForm: All section headers and footers. Added an...
2011-01-25 Antoine Mussorevert r80819 for now so we can use phpunit
2011-01-25 Sam ReedFix r80982, re-add accidental removed AND during debugging
2011-01-25 Sam ReedFollowup r80856, don't unconditionally add the "AND...
2011-01-25 KrinkleSmall fixes
2011-01-25 Trevor ParscalResolves bug 26931, where comments were not only not...
2011-01-25 Krinklewhitespace fix (tab too many)
2011-01-25 Philip TzouFollow r80973, fix a tiny error.
2011-01-25 Philip TzouUpdate Chinese conversion tables.
2011-01-25 Alexandre EmsenhuberReset the cache used in User::idFromName(), otherwise...
2011-01-25 Alexandre EmsenhuberAllow the $result parameter of the isValidPassword...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Sam ReedCouple more raw SQL to query arrays
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...
next