| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
so they become fully-qualified even if they were originally protocol-relative
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92044
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79669
|
|
|
|
|
|
|
| |
like r77079
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77080
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70647
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introduced a "cache mode" concept to simplify the header generation code, and to avoid odd results when conflicting cache header requests are received from submodules, or at least to formalise the handling of such cases.
* Made the cache mode private by default, so that code written in ignorance of caching tends to be safe. If different query modules are used in a single request, private caching is preferred over public caching.
* Removed the "must-revalidate" option from all CC headers, this is really specific to page views with a hacked squid in front, I don't think it's applicable here.
* Made the watchlist module private. This is really the definition of private data. There's nothing in the HTTP spec that says the URL for a CC:public request is private and can't be leaked. CC:private provides protection against unknown proxy behaviour.
* In ApiQueryAllmessages: avoid calling $wgLang->getCode() to check if it's necessary to make a new $wgLang when lang= is specified, since this is the only thing that unstubs $wgUser.
* Removed "FIXME: should this check $user instead of $wgUser?" Answer is no.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69776
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69761
|
|
|
|
|
|
|
| |
59 Temple Place -> 51 Franklin Street
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68353
|
|
|
|
|
|
|
|
|
| |
while ( $row = $db->fectchObject( $res ) ) to foreach ( $res as row )
On ApiQueryUsers switch $r to row, and remove nested brackets
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68337
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68332
|
|
|
|
|
|
|
| |
Use title to make interwiki
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66885
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66872
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66870
|
|
|
|
|
|
|
|
|
| |
that module help is available before
Minor comment tweak to ApiQueryIWLinks
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66464
|
|
table to track inline interwiki link usage)
Addition of ApiQueryIWLinks (prop=iwlinks)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66440
|