Merge "Use $wgUser in ResourceLoaderUserGroupsModule when possible."
[lhc/web/wiklou.git] / includes /
2012-04-12 CatropeMerge "Use $wgUser in ResourceLoaderUserGroupsModule...
2012-04-12 Mark A. Hershbergermisleading comment: s/append/prepend/
2012-04-11 Alexandre EmsenhuberUse local context to get messages
2012-04-11 Aaron SchulzMerge "Check for namespace existence in Title::makeTitl...
2012-04-11 AaronFixed missing argument to pingExpensiveCache() call.
2012-04-11 HasharMerge "Refresh INSTALL's version numbers from RELEASE...
2012-04-11 Alexandre EmsenhuberCheck for namespace existence in Title::makeTitleSafe().
2012-04-11 Niklas LaxströmHtml::setSubmitTextMsg double escapes
2012-04-10 Brion VIBBERMerge "Follow-up I5b02aa914916f64492c85ce6dcc3272b64065...
2012-04-10 Aaron SchulzMerge "Remove request_with_session/request_without_session"
2012-04-10 Brion VIBBERMerge "Employing MediaWikiTestCase's temporary file...
2012-04-10 Alexandre EmsenhuberFollow-up I5b02aa914916f64492c85ce6dcc3272b6406551a...
2012-04-10 Brion VIBBERMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
2012-04-10 Aaron SchulzMerge "makes gitweb URL points to full sha1"
2012-04-10 DemonMerge "Normalise categorymembers to take ascending...
2012-04-10 Antoine Mussomakes gitweb URL points to full sha1
2012-04-10 saperbug35572 Blocks appear to succeed w/DB error
2012-04-10 Brion VIBBERMerge "Fix PostgreSQL updater to produce 1.19 schema"
2012-04-10 Brion VIBBERMerge "- Fix bug 35076 - More tests, test comments"
2012-04-10 Brion VIBBERMerge "Adding temp file/dir management to MediaWikiTest...
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-10 saperFix PostgreSQL updater to produce 1.19 schema
2012-04-10 Aaron SchulzMerged r114672 from wmf1.19 plus tests; crosswiki block...
2012-04-10 ReedyAdd some spacing
2012-04-10 ReedyNormalise categorymembers to take ascending/descending...
2012-04-10 Alexandre EmsenhuberUse local context to get messages
2012-04-10 Santhosh Thottingal(bug 33658) support for {{GRAMMAR:}} in jqueryMsg
2012-04-10 tstarlingRemove request_with_session/request_without_session
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 umherirrender(bug 33564) transwiki import sometimes result in invali...
2012-04-09 jarry1250Resolve bug #18704 ("Add an unique CSS class or ID...
2012-04-09 Alexandre EmsenhuberUse $wgUser in ResourceLoaderUserGroupsModule when...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-09 Mark A. HershbergerBug 35601 — Watchlist doesn't show or count pages not...
2012-04-09 Brion VIBBERMerge "GENDER should use the GenderCache"
2012-04-09 Aaron SchulzMerge "(bug 32498) Allow comparing pages using pageids"
2012-04-09 Aaron SchulzMerge "parent::report() returns nothing, so don't attem...
2012-04-09 Aaron SchulzMerge "Export::dumpFrom() doesn't return any values...
2012-04-09 Brion VIBBERMerge "(bug 35069) Keep history line from ending '...
2012-04-09 umherirrenderUse Linker::userToolLinks on Special:ListUsers to forma...
2012-04-09 Brion VIBBERMerge "Check that the result of Title::makeTitleSafe...
2012-04-09 Brion VIBBERMerge "Fix for chunked uploading support in API."
2012-04-09 ReedyMerge "Document $mDb"
2012-04-09 Alexandre EmsenhuberCheck that the result of Title::makeTitleSafe() is...
2012-04-09 HasharMerge "Fix documentation to match potential code"
2012-04-09 Erik MoellerFix for chunked uploading support in API.
2012-04-08 Kevin Israel(bug 35069) Keep history line from ending ' . . '
2012-04-08 Aaron SchulzMerge "setGroup doesn't return anything, so don't try...
2012-04-07 Aaron SchulzMerge "Action::checkCanExecute doesn't return anything...
2012-04-07 Aaron SchulzMerge "Fix assignment in conditional"
2012-04-07 ReedyFix assignment in conditional
2012-04-07 Aaron SchulzMerge "A set method doesn't need to return anything...
2012-04-07 Aaron SchulzMerge "Document StringUtils"
2012-04-07 Aaron SchulzMerge "Document spawn* class variables"
2012-04-07 Aaron SchulzMerge "$rootCode isn't used so no point creating it"
2012-04-07 Aaron SchulzMerge "Fix convIPTC docs"
2012-04-07 Aaron SchulzMerge "wfLocalFile returns a LocalFile (or null) not...
2012-04-07 Aaron SchulzMerge "Fix variable collision"
2012-04-07 Aaron SchulzMerge "Fix repo type of a LocalFile to be LocalRepo...
2012-04-07 Aaron SchulzMerge "Fix duplicate array key of fa_deleted in LocalFile"
2012-04-07 Alex Monk(bug 32498) Allow comparing pages using pageids
2012-04-07 ReedyMerge "(bug 32497) API now allows changing of protectio...
2012-04-07 NikerabbitMerge "Make $procOpenResource protected as it's used...
2012-04-07 ReedywfLocalFile returns a LocalFile (or null) not a File
2012-04-07 umherirrenderGENDER should use the GenderCache
2012-04-07 Alex Monk(bug 32497) API now allows changing of protection level...
2012-04-07 ReedyFix convIPTC docs
2012-04-07 ReedyFix documentation to match potential code
2012-04-07 ReedyFix repo type of a LocalFile to be LocalRepo, which...
2012-04-07 ReedyDocument StringUtils
2012-04-07 Reedyparent::report() returns nothing, so don't attempt...
2012-04-07 PlatonidesRemove BOM and parser error in parent commit 77b72c24fc...
2012-04-07 ReedysetGroup doesn't return anything, so don't try and...
2012-04-07 ReedyExport::dumpFrom() doesn't return any values, and hence...
2012-04-07 ReedyMake $procOpenResource protected as it's used on line...
2012-04-07 ReedyAction::checkCanExecute doesn't return anything on...
2012-04-07 ReedyA set method doesn't need to return anything (and besid...
2012-04-07 ReedyFix duplicate array key of fa_deleted in LocalFile
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-07 ReedyMerge "(bug 35723) Fix exception in API list=watchlist"
2012-04-07 grunny(bug 35723) Fix exception in API list=watchlist
2012-04-07 ReedyMerge "Revert "Resolve bug #18704 ("Add an unique CSS...
2012-04-06 Aaron SchulzMerged ImageFunctions.php into GlobalFunctions.php
2012-04-06 Aaron SchulzRevert "Resolve bug #18704 ("Add an unique CSS class...
2012-04-06 Aaron Schulz[FileRepo] Added support for temp file repos (to preser...
2012-04-06 Aaron SchulzMerge "Implement routing for HTCP purges"
2012-04-06 CatropeImplement routing for HTCP purges
2012-04-06 Aaron Schulz[LanguageConverter] Added some cache code based on...
2012-04-06 Aaron Schulz[FileBackend] Use LRU for stat/sha1 cache.
2012-04-06 Brion VIBBERMerge "Correcting type of DatabaseSqlite::insertId()"
2012-04-06 Aaron Schulz[FileRepo] Added some cache code based on the problems...
2012-04-06 Christian AistleitnerCorrecting type of DatabaseSqlite::insertId()
2012-04-06 Brion VIBBERMerge "(bug 35751) Fix git revision links on Special...
2012-04-06 CatropeMerge "Revert "[LanguageConverter] Added some cache...
2012-04-06 Brion VIBBERRevert "[LanguageConverter] Added some cache code based...
2012-04-06 Brion VIBBERMerge "[LanguageConverter] Added some cache code based...
2012-04-06 CatropeRemove duplicate URLs in SquidUpdate.php
2012-04-06 Aaron Schulz[LanguageConverter] Added some cache code based on...
2012-04-06 Brion VIBBERMerge "Make SITENAME with value mw.config.get( 'wgSiteN...
2012-04-06 Max Semenik(bug 32492) API now allows editing using pageid
next