aboutsummaryrefslogtreecommitdiffstats
path: root/includes/externalstore/ExternalStoreMwstore.php
Commit message (Expand)AuthorAgeFilesLines
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* externalstore: Improve overall documentationTimo Tijhof2021-12-151-9/+2
* Merge "ExternalStoreMwstore: Remove unnecessary check"jenkins-bot2021-03-131-1/+1
|\
| * ExternalStoreMwstore: Remove unnecessary checkAmmarpad2021-03-091-1/+1
* | ExternalStoreMwstore: Improve method docsAmmarpad2021-03-091-4/+7
|/
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-281-12/+34
* externalstore: Fix insert*() return docs and remove redundant checksDaimona Eaytoy2019-06-131-18/+21
* Use short assignment operator in PHPFomafix2019-03-071-1/+1
* Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-291-0/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* Fix typo accessable --> accessibleJayprakash123452018-03-141-1/+1
* Add ExternalStoreMedium::isReadOnly() methodAaron Schulz2018-02-221-7/+6
* Improve some parameter docsUmherirrender2017-09-101-0/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* Tweaked generated paths for ExternalStoreMwstoreAaron Schulz2014-02-131-2/+4
* Update formatting of externalstore classesSiebrand Mazeland2013-11-261-0/+3
* Do not call FileBackendGroup::get() staticallySiebrand Mazeland2013-11-221-1/+1
* Added batchFetchFromURLs() for mwstore backendAaron Schulz2013-08-131-0/+23
* [ExternalStore] Made ExternalStoreMwstore use private containers.Aaron Schulz2013-02-071-1/+1
* Fixed bogus function call.Aaron Schulz2013-02-071-1/+1
* [ExternalStore] Small documentation tweaks.Aaron Schulz2013-02-071-1/+2
* [ExternalStore] Added ExternalStoreMwstore class that uses a file backend.Aaron Schulz2013-02-071-0/+71