Merge "(bug 32297) Use symbolic names, not offsets for a default timezone."
[lhc/web/wiklou.git] / maintenance / benchmarks /
2012-07-01 SiebrandMerge "(bug 32297) Use symbolic names, not offsets...
2012-07-01 SiebrandMerge "Special:EditWatchlist/raw now make use of Gender...
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-06-28 Tim StarlingMerge "Reduced some master queries by adding flags...
2012-06-27 DemonMerge "Follow-up Idae8d920 (8c65834): no need to call...
2012-06-26 Tim StarlingMerge "[FileBackend] Changed copy script to use batches...
2012-06-19 Aaron SchulzMerge "For consistency of the interface, don't do expen...
2012-06-17 GWickeMerge "(bug 21660) "Pipe trick" full width commas ...
2012-06-15 HasharMerge "[FileBackend] Process cache fixes and cleanups."
2012-06-15 SiebrandMerge "(bug 34933) Create "Check: [All] [None]" buttons...
2012-06-14 Aaron SchulzMerge "Check validity of fetched titles and show a...
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-12 Aaron SchulzMerge "(bug 1) doc for SiteConfiguration"
2012-06-08 Aaron SchulzMerge "Use local context to get messages"
2012-06-07 Aaron SchulzMerge "Fix error message for MySQL connection failures"
2012-06-06 Aaron SchulzMerge "Change of Title->exists() to Title->isKnown...
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-06-05 awjrichardsBig oops - merged to wrong branch.
2012-06-05 KrinkleMerge "Reverse the dependency for mediawiki.language...
2012-06-04 DemonMerge "[FileBackend] Gave doQuickOperations() some...
2012-06-04 DemonMerge "[FileBackend] Purge Swift process cache before...
2012-06-04 DemonMerge "[FileBackend] Worked around Akamai CDN purge...
2012-06-04 DemonMerge "[FileRepo] Made getDescription() respect *_delet...
2012-06-03 Brion VIBBERMerge "Revert "Adding sanity check to Title::isRedirect...
2012-06-02 Aaron SchulzMerge "Adding sanity check to the LinksUpdate() constru...
2012-06-02 Aaron SchulzMerge "PHP >= 5.4.0 started taking advantage of $limit...
2012-06-02 awjrichardsRevert to arbitrarily old point before initial remote...
2012-06-02 SiebrandMerge "(bug 36819) Make language names lowercase first...
2012-06-01 ReedyMerge "Added base class for testing ORMRow deriving...
2012-06-01 ReedyMerge "Adding interfaces for ORM row and table classes...
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-31 Aaron SchulzMerge "Revision::getTitle produce rev_id IS NULL query"
2012-05-31 ReedyMerge "(bug 37194) remove obsoletes *.deps.php"
2012-05-31 Tim StarlingMerge "(bug 36839) Use mb_check_encoding() if available."
2012-05-31 lupo(bug 36839) Use mb_check_encoding() if available.
2012-02-08 Antoine MussoFix doc for maintenance/benchmarks
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-10-18 Sam ReedRemove some unused getting of non existent arguments
2011-10-17 KrinkleFix svn props, r99919
2011-10-16 Sam Reedsvn:eol-style native
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-15 Sam ReedAnd 100
2011-10-15 Sam ReedRefactor out duplicate code
2011-10-15 Sam ReedRudimentary hook benchmarks
2011-06-20 Tim StarlingIn Database.php:
2011-03-30 Sam ReedFix class name
2011-01-31 Sam ReedAdd a fairly pants TRUNCATE vs DELETE benchmark...
2011-01-14 Antoine Mussouse require( RUN_MAINTENANCE_IF_MAIN ) as per r80205
2011-01-14 Antoine Mussolame benchmark of if/elseif/else versus switch/case...
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-08 Brion VibberFix & additions for strtr vs str_replace benchmarks...
2011-01-06 Sam ReedAdd benchmark for bug 26605 Use strtr instead of str_re...
2010-12-31 Sam ReedMake BenchmarkPurge subclass benchmark, not really...
2010-12-31 Sam ReedAdd descriptions
2010-12-31 Sam ReedMove benchmarkPurge to maintenance/benchmarks folder
2010-12-16 Alexandre EmsenhuberPart of bug 26280: added license headers to PHP files...
2010-11-12 Alexandre EmsenhuberDoxygen fix: @defgroup require group name *and* a title
2010-10-27 Antoine MussoCompare latency between http and https by querying...
2010-10-26 Antoine MussoFollow up r75446 : use a default for --count
2010-10-26 Antoine MussoFollow up r75446 : simpler bench function, correct...
2010-10-26 Antoine MussoFollow up r75429 : benchmark for wfIsWindows();