aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Pingback.php
Commit message (Expand)AuthorAgeFilesLines
* Use name constants to access config settings.daniel2022-04-071-3/+4
* build: Updating dependencieslibraryupgrader2021-07-221-9/+9
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-3/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-3/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Pingback.php: Minor cleanupReedy2021-01-181-3/+5
* Pingback: Don't instantiate service if disabled by configurationTimo Tijhof2020-12-221-0/+11
* Pingback: Refactor for dependency injection and cover with testsTimo Tijhof2020-12-221-63/+98
* Pingback: Re-order methods prior to refactorTimo Tijhof2020-12-221-82/+66
* Merge "Pass function name to database functions"jenkins-bot2020-06-071-2/+2
|\
| * Pass function name to database functionsUmherirrender2020-06-071-2/+2
* | Pass function name to HttpRequestFactory::createUmherirrender2020-06-071-1/+1
|/
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-1/+1
* Cleanup various calls to IDatabase::upsert()Aaron Schulz2020-02-271-1/+1
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Improve param docsUmherirrender2019-11-281-0/+1
* Pass options as array to IDatabase::insertUmherirrender2019-06-071-1/+1
* Deprecate the Http classAryeh Gregor2019-05-061-1/+2
* Fix pingback on non-MySQLTim Starling2018-08-011-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Added heartbeat for pingback.Cindy Cicalese2018-03-261-6/+23
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Pingback: Tweak docs a tiny bit to point to mw.org betterChad Horohoe2016-08-221-0/+3
* Pingback: Fix phpdocKunal Mehta2016-08-031-1/+1
* Pingback: Show exactly what data is being sent during the installerKunal Mehta2016-07-221-2/+13
* Add option for sharing info about this MediaWiki install via pingbackOri Livneh2016-07-211-0/+247