aboutsummaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Add a hook to Special:Version so we can customize the version URLChad Horohoe2012-11-291-3/+7
* Merge "(bug 42215) "Welcome, X" account creation title #2"Ori.livneh2012-11-291-1/+1
|\
| * (bug 42215) "Welcome, X" account creation title #2S Page2012-11-281-1/+1
* | Merge "[FileBackend] Actually unset the "conn" field in closeConnection()."Catrope2012-11-291-0/+1
|\ \ | |/ |/|
| * [FileBackend] Actually unset the "conn" field in closeConnection().Aaron Schulz2012-11-271-0/+1
* | Merge "Improve type hint"Nikerabbit2012-11-281-1/+1
|\ \
| * | Improve type hintjeroendedauw2012-11-281-1/+1
* | | Merge "API: Fix description for YAML format"Nikerabbit2012-11-281-1/+1
|\ \ \
| * | | API: Fix description for YAML formatBrad Jorsch2012-11-281-1/+1
| |/ /
* | | Localisation updates from http://translatewiki.net.Translation updater bot2012-11-281-1/+1
* | | Merge "Add 'dimensions' and 'thumbmine' to resultproperties in prop=imageinfo"Catrope2012-11-281-0/+16
|\ \ \ | |/ / |/| |
| * | Add 'dimensions' and 'thumbmine' to resultproperties in prop=imageinfoumherirrender2012-11-181-0/+16
* | | Merge "Addition of SearchAfterNoDirectMatch hook"Ori.livneh2012-11-281-3/+4
|\ \ \
| * | | Addition of SearchAfterNoDirectMatch hookReedy2012-11-281-3/+4
* | | | [JobQueue] Improved refreshLinks/htmlCacheUpdate job de-duplication.Aaron Schulz2012-11-2812-284/+595
* | | | Store "bad metadata" placeholder metadata for SVGs.Aaron Schulz2012-11-281-12/+26
* | | | Changed Status class to allow passing of Message objects.Tyler Anthony Romeo2012-11-271-20/+31
* | | | Merge "Fix hash validation in api"Aaron Schulz2012-11-271-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix hash validation in apiumherirrender2012-11-181-2/+2
| | |/ | |/|
* | | RefreshLinksJob parsed with incorrect revision variablesumherirrender2012-11-271-1/+4
* | | Merge "Fix per-connection database name in DBAccessBase."Demon2012-11-271-2/+3
|\ \ \
| * | | Fix per-connection database name in DBAccessBase.daniel2012-11-271-2/+3
* | | | Merge "Made BackLinkCache use object caching better."Demon2012-11-272-17/+27
|\ \ \ \
| * | | | Made BackLinkCache use object caching better.Aaron Schulz2012-11-272-17/+27
* | | | | Merge "Make clear that reportConnectionError() stops the code flow."Demon2012-11-271-4/+4
|\ \ \ \ \
| * | | | | Make clear that reportConnectionError() stops the code flow.Platonides2012-11-261-4/+4
* | | | | | Merge "Move around User::getEditCount() code."Demon2012-11-271-21/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move around User::getEditCount() code.Platonides2012-11-261-21/+20
* | | | | | Merge "Base class for objects accessign databases."Demon2012-11-273-27/+90
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Base class for objects accessign databases.daniel2012-11-273-27/+90
* | | | | | Merge "(bug 38110) provide a way to separate out schema changes"Demon2012-11-274-56/+222
|\ \ \ \ \ \
| * | | | | | (bug 38110) provide a way to separate out schema changesMarkAHershberger2012-11-214-56/+222
* | | | | | | Merge changes Idfc2e2b6,I9b30d602Demon2012-11-272-3/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Global tweaks wrt $wgSecureLogin.Platonides2012-11-262-3/+1
* | | | | | | Merge "Typo in comment's Example code."Hashar2012-11-271-7/+6
|\ \ \ \ \ \ \
| * | | | | | | Typo in comment's Example code.S Page2012-11-261-7/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Removal of unused globals."Nikerabbit2012-11-273-4/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Removal of unused globals.Platonides2012-11-263-4/+1
| |/ / / / /
* | | | | | (bug 36780) Improve display of IPv6 addressescsteipp2012-11-261-0/+3
* | | | | | Merge "(bug 42337) Simplify "my talk" link logic in personal tools"Ori.livneh2012-11-261-7/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | (bug 42337) Simplify "my talk" link logic in personal toolsAmir E. Aharoni2012-11-261-7/+0
* | | | | | Merge "Kill DeviceDetection"awjrichards2012-11-263-477/+0
|\ \ \ \ \ \
| * | | | | | Kill DeviceDetectionMax Semenik2012-11-153-477/+0
* | | | | | | Merge "Stopped some debug notice warnings from showing on SpecialPages."IAlex2012-11-261-5/+9
|\ \ \ \ \ \ \
| * | | | | | | Stopped some debug notice warnings from showing on SpecialPages.Aaron Schulz2012-11-241-5/+9
* | | | | | | | (bug 14901) Email notification mistakes log action for new page creationbsitu2012-11-263-17/+58
* | | | | | | | Bug 42445: Fix file revert with local repoJan Gerber2012-11-261-3/+7
* | | | | | | | Merge "(bug 42410) Add $pageObj->clear() for newtimestamp"Anomie2012-11-261-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | (bug 42410) Add $pageObj->clear() for newtimestampburthsceh2012-11-261-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge "[FileRepo] Added File::getStreamHeaders() function for convenience."Demon2012-11-261-0/+12
|\ \ \ \ \ \ \ \