aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site/SiteSQLStore.php
Commit message (Expand)AuthorAgeFilesLines
* Canonicalise '@deprecated since' doc commentsBartosz DziewoƄski2016-08-021-2/+2
* Revert "Allow reset of global services."Catrope2016-04-111-2/+0
* Allow reset of global services.daniel2016-04-111-0/+2
* Introduce top level service locator.daniel2016-04-021-14/+16
* Remove ORM use from DBSiteStoreBrad Jorsch2015-10-061-2/+8
* Use CACHE_ACCEL for SiteLists if on HHVMMarius Hoch2015-07-191-1/+1
* Split SiteLookup interface from SiteStoreaude2015-03-181-390/+4
* Remove obvious function-level profilingChad Horohoe2015-01-071-17/+0
* Inject cache as constructor param of SiteSQLStoreaude2014-11-221-9/+18
* Remove deprecated (since 1.21) Sites classaude2014-11-201-49/+0
* Fixed spacingumherirrender2014-09-291-1/+1
* Replaced more trx DIY with startAtomic()Aaron Schulz2014-09-161-10/+2
* Made SiteSQLStore use startAtomic() instead of DIYAaron Schulz2014-09-161-8/+2
* Add since to @deprecated in includes/siteumherirrender2014-07-211-4/+4
* Pass phpcs-strict on includes/site/Siebrand Mazeland2014-05-091-3/+4
* Fixed some @params documentation (includes/*)umherirrender2014-04-191-6/+7
* Fix [missing] variables in @param docsumherirrender2014-04-061-1/+1
* Reduce complexity of SiteSQLStore saveSites methodaude2013-09-181-18/+34
* Set timeout for Sites object in memcached.daniel2013-02-111-1/+6
* Make Sites::singleton() actually return a singleton.daniel2013-01-311-1/+7
* add profiling points in SiteSQLStoreaude2013-01-251-0/+25
* Merge "(bug 44338) set the site internal id when loading sites from the db"jenkins-bot2013-01-251-0/+2
|\
| * (bug 44338) set the site internal id when loading sites from the dbaude2013-01-251-1/+3
* | Add a method to clear the site list programmatically.daniel2013-01-241-0/+28
* | Clear caches automatically when changing site list.daniel2013-01-241-1/+17
|/
* Fix cache key used by SiteSQLStore.daniel2013-01-241-2/+36
* Design improvements to sites codejeroendedauw2013-01-221-0/+375