| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
... now that f508561f7bde ("Moved $wgQueryPages stuff out of the global
scope and into a function") has been merged, which eliminated hardcoding
of the pathname except in the AutoLoader.
WantedQueryPage is moved to a separate file.
Bug: 60445
Change-Id: If2019492722083819b82afa6302670b94b181098
|
|
|
|
|
|
|
|
|
| |
Swapped some "$var type" to "type $var" or added missing types
before the $var. Changed some other types to match the more common
spelling. Makes beginning of some text in captial.
Also added some missing @param.
Change-Id: I7f605aa9e117b5fd80d9b1440864fe526d2b14a5
|
|
|
|
|
|
|
|
|
| |
Reaching this by doing a LinkBatch and than using
Linker::link instead of Linker::linkKnown.
This adds also the stub color to the link.
Bug: 56912
Change-Id: I516f95302546ccdf8d0fdc7101c2ff72daa5f2fb
|
|
|
|
| |
Change-Id: I897d5833cdaf7dc2d3bca5bb5551958611f22bd9
|
|
|
|
|
|
| |
Also made file/class documentation more consistent.
Change-Id: Ia45d0756cd84138da267bf1cbd1a58be7f28c6d1
|
|
|
|
|
|
|
|
|
| |
in various places.
This method will use two new messages 'invalidtitle-knownnamespace' and 'invalidtitle-unknownnamespace' depending on the fact that the given namespace number exists or not.
I did put that method in Linker because I plan to use it in various places, notably in other QueryPage and Pager subclasses.
Change-Id: I13e7cdc2c0a8e86dc5e4b144b6012f3864d2ec06
|
|
|
|
|
|
|
|
|
| |
That one removed wfLoadExtensionMessages() . We do not want to break
back compatiliblity right now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/111323
|
|
|
|
|
|
|
|
| |
* Add missing action message and remove unused global in UploadLocal.
* Some whitespace updates in Maps.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/111231
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/96302
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* QueryPage now uses array-based query building instead of raw SQL
* Converted all QueryPage-based special pages that were using old-style wfSpecialFoo functions to new-style SpecialPage subclasses; this is possible because QueryPage is changed to extend SpecialPage
* Backward compatibility for extensions is partly preserved: getSQL() is fallen back on for QueryPage subclasses that don't implement getQueryInfo(), but getOrder() will be ignored (implement getOrderFields() instead). This also means that dual compatibility (1.18 compat and b/c with pre-1.18) is trivial
Extension changes will be merged after this commit.
These changes make it easier to write an API module for QueryPages (bug 14869); this wasn't done in the branch but will be done in trunk soon.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/78786
|
|
|
|
|
|
|
| |
Fixing up documentation
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77499
|
|
|
|
|
|
|
| |
instead of null so we can see what the bad title actually is.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41726
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41677
|
|
|
|
|
|
|
| |
This also avoids PHP fatal errors if for whatever reason there's an invalid title in the results.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* remove empty lines at end of file
* remove "?>" where still present
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
|
|
|
|
|
|
|
|
|
|
| |
* Remove deprecated "@package MediaWiki" from comments
* Kill ending ?> tag in AdminSettings.sample
* remove uneeded comment in SpecialPage.php
* update some links to docs/skin.txt instead of skin.txt
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32112
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* 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/20874
|