aboutsummaryrefslogtreecommitdiffstats
path: root/includes/dao
Commit message (Expand)AuthorAgeFilesLines
* rdbms: Move IDBAccessObject from /includes/dao/ to /libs/rdbmsTimo Tijhof2023-06-012-179/+0
* auth: Use IConnectionProvider instead of LoadBalancerAmir Sarabadani2023-05-031-0/+22
* Simplify assertion for false around wiki id and domain idUmherirrender2022-06-181-2/+1
* rdbms: remove deprecated DBAccessBase classAaron Schulz2022-01-261-99/+0
* Make Block objects aware of which wiki they belong toAlexander Vorwerk2022-01-172-0/+2
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* DBAccessBase: do not document as both stable and deprecatedDannyS7122021-06-021-3/+0
* Hard-deprecate DBAccessBase classLucas Werkmeister2021-05-171-0/+2
* Merge "Soft-deprecate DBAccessBase class"jenkins-bot2021-05-141-0/+5
|\
| * Soft-deprecate DBAccessBase classLucas Werkmeister2021-05-141-0/+5
* | Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-142-9/+9
|/
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Introduce helper WikiAwareEntityTraitPetr Pchelko2021-02-081-0/+102
* Add WikiAwareEntity interface for cross-wiki entity methods.Petr Pchelko2021-01-291-0/+60
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+1
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
|/
* Annotate extensible classes.daniel2020-07-091-0/+3
* Stability annotations for interfaces.daniel2020-07-071-0/+2
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-6/+6
* Make DBAccessBase use DBConnRef, rename $wiki, and hide getLoadBalancer()Aaron Schulz2019-09-081-20/+15
* dao: Correct return type doc for getLoadBalancer()Derick Alangi2019-04-111-2/+2
* Fix usage of MediaWikiServices in comments and documentationFomafix2019-03-031-1/+1
* dao: Add a type hint to getConnection() and some extra newlinesDerick Alangi2019-01-162-1/+4
* Use PHP 5.6 constant expressions for some bitfield constantsBartosz Dziewoński2018-05-301-2/+2
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Replace wfGetLBUmherirrender2018-05-021-3/+5
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* Use IDatabase interface instead of Database in DBAccessBaseThiemo Mättig2018-01-091-4/+4
* Use short type bool/int in param documentationUmherirrender2017-08-202-8/+8
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+1
* Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-0/+2
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-2/+2
* Only apply DB_MASTER fallback in Revision::fetchText() if READ_LATESTAaron Schulz2016-09-081-13/+35
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-5/+5
* Beef up and generalize IDBAccessObject constants a bitAaron Schulz2016-08-081-8/+19
* Convert all array() syntax to []Kunal Mehta2016-02-172-3/+3
* Fix some space-related phpcs warnings in includes/Ricordisamoa2015-08-151-1/+1
* Added DBAccessObjectUtils class to avoid duplicationAaron Schulz2015-07-141-0/+59
* Avoid key conflict errors in User::addToDatabaseAaron Schulz2014-06-241-5/+8
* Fixed some @params documentationumherirrender2014-04-141-2/+2
* Remove underscore from classes LBFactory_*, LoadBalancer_*, LoadMonitor_*Siebrand Mazeland2013-12-261-1/+1
* Update formatting in includes/dao/Siebrand Mazeland2013-11-201-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-03-071-1/+1