| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
specials
* Wrote a tool to check the integrity of the autoloader class list, fixed some issues that came up.
* Start the autoloader before LocalSettings.php, so that when an extension writer thinks an inefficient one-file special page extension is the way to go, they don't have to use explicit includes to make the class inheritance work. Should continue to work with $IP set in LocalSettings.php as long as $IP is set before extensions are included.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/34125
|
|
|
|
|
|
|
|
| |
* remove empty lines at end of file
* remove "?>" where still present
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
balancers and connecting to foreign DBs.
* Wrote two concrete implementations. LBFactory_Simple is for general installations. LBFactory_Multi will replace the runtime configuration used on Wikimedia and allow load-balanced connections to any DB.
* Ported Special:Userrights, CentralAuth and OAI audit to the LBFactory system.
* Added ForeignDBViaLBRepo, a file repository which uses LBFactory.
* Removed $wgLoadBalancer and $wgAlternateMaster
* Improved the query group concept to allow failover and lag control
* Improved getReaderIndex(), it will now try all servers before waiting, instead of waiting after each.
* Removed the $fail parameter to getConnection(), obsolete.
* Removed the useless force() function.
* Abstracted the replication position interface to allow for future non-MySQL support.
* Rearranged Database.php. Added a few debugging features.
* Removed ancient benet-specific hack from waitForSlave.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32578
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30793
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30790
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30532
|
|
|
|
|
|
|
| |
superuser.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30531
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28628
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28544
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28214
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/27203
|
|
|
|
|
|
|
|
|
|
| |
Map bpchar to char
Don't change default search_path if schema not 'mediawiki' in LocalSettings
Clean up the output of updaters.inc
Make sure we set search_path and others for current session when altering user.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26210
|
|
|
|
|
|
|
| |
checks.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26209
|
|
|
|
|
|
|
|
|
| |
Postgres: replace CHAR(64) with TEXT for fa_storage_key of filearchive
Postgres: Add hasConstraint to allow replacing of oldimage fk constraint
Postgres: make oldimage cascade delete on image deletion
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26043
|
|
|
|
|
|
|
| |
object when slinging around blobs.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26040
|
|
|
|
|
|
|
| |
multiple wikis for a single user, per discussion on bug 11136
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25929
|
|
|
|
|
|
|
|
|
|
| |
when needed.
Made this an option rather than forcing the ORDER BY as testing show MySQL is
faster without it for large tables.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25410
|
|
|
|
|
|
|
| |
Bug #10763.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24702
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24460
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24181
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23857
|
|
|
|
|
|
|
| |
instead of a raw DB result resource. Backwards compatibility is maintained, except with naughty code that was calling database driver functions directly on result objects.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23756
|
|
|
|
|
|
|
| |
mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23257
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23241
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22912
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22831
|
|
|
|
|
|
|
| |
parts of the code that demand "result === false" rather than saying (!result)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22813
|
|
|
|
|
|
|
| |
DatabasePostgres
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22721
|
|
|
|
|
|
|
| |
rows method.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22543
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22212
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22211
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22186
|
|
|
|
|
|
|
| |
Fixes bug #9417
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22178
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21877
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21807
|
|
|
|
|
|
|
|
|
| |
* Add @addtogroup tags to various classes, to try and group conceptually-related classes together.
* Add brief descriptions to various Special pages, thanks to Phil Boswell.
* Moving some docs to be right above the classes they represent, so that they are picked up.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21402
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21358
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* @link. You might think @link would surely mean "here comes a web URL" ... but @link is a valid command
in Doxygen, which means an entirely different kind of link (an internal link to somewhere, so that you can separate
documentation and implementation). The result is a mess, and the best solution I can see is to use "@see" instead of "@link".
* Warning: argument `nourl' of command @param is not found in the argument list of Linker::makeMediaLinkObj($title,$text='')
* Moving few class descriptions to right above classes, and/or formatting into Javadoc style.
* "@addtogroup Special Pages" --> "@addtogroup SpecialPage" so that all special pages have the same @addtogroup tag.
* @fixme --> @todo (must have missed these before)
* "@param $specialPage @see" remove the "@" in the "@see" to stop warning.
* @throws wants type, then a brief description, to stop warning.
This last one is for PHPdocumentor only, but it fixes something for PHPDocumentor, and should be neutral for Doxygen:
* WARNING in includes/api/ApiFormatYaml_spyc.php on line 860: docblock template never terminated with /**#@-*/
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21343
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21091
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20985
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20776
|
|
|
|
|
|
|
| |
Alters behavior of wfTimestamp() and wfTimestampNow() in clearly broken ways, such that current time would not return current time anymore.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20749
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20689
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20687
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20685
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20585
|