| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ib0f02202d075d4a56dc4e37b08d7ac9399e8c86c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These are needed for OAuth grants.
Note that we don't bother with a 'viewmyoptions' right, since the
majority will be determinable from just observing the interface.
Note that the fact of having a confirmed email address cannot be
reliably hidden, and if the user has 'sendemail' they may be able to
determine the real name and email address by sending an email to another
account that they control.
Change-Id: I3f03dd010020e8d43cc2d3bca7b3ef7196d1c548
|
|
|
|
|
|
|
| |
Added spaces before if, foreach
Added some braces for one line statements
Change-Id: Ibb8dd102db045522d12ff939075ba7420d95ab6b
|
|
|
|
| |
Change-Id: I37ce7fe392f4941c500fa0a88007664501d7e338
|
|
|
|
| |
Change-Id: I8f976013f33c5818e4402604fe8610aa3f43b0c6
|
|
|
| |
Change-Id: Ie7bb35871cc99237f3a655f7db22ca1f0646df5e
|
|
|
|
|
|
| |
From phpcs
Change-Id: I169c80a911ba75d64ab8a503088903ce3b8a7cca
|
|
|
|
|
|
|
| |
* makes booleans lower case
* add spaces before open braces
Change-Id: Id88884e08bc23d7730361ee91646f54f5e16920b
|
|
|
|
|
|
|
| |
Doing this in steps of roughly 100 changes per commit, so that it remains
reviewable.
Change-Id: Ie349afa5c809c887c787c7c04c49c9dd3478ccac
|
|
|
|
|
|
| |
Also made file/class documentation more consistent.
Change-Id: I0db3461139284edcb6ac02923eb83d54e6756ffb
|
|
|
|
|
|
|
|
|
|
| |
core calls to it except AjaxDispatcher.php
* Changed FeedUtils' call to it to be similar than feeds are completely disabled
* Use local context instead of global variables in Special:Userlogout
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/97314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and WikiCategoryPage from CategoryPage.
* WikiPage functions/fields are "magically" part of Article when accessed for b/c. Magic is kind of ugly but there are too many callers to make breaking changes atm. Some functions are just wrappers for WikiPage ones (were magic won't work).
* Added newFromID() to each WikiPage subclass (works around pre-existing inheritance problem).
* Added Page class for convenient type hinting and changed hints from Article -> Page. This lets things use WikiPage objects without getting type errors.
* Updated FlaggedPage to extend WikiPage. Worked around getOldIdFromRequest().
* Added setTimestamp() to WikiPage and moved some timestamp setting code from ParserCache to Article.
* Removed ampersands from $dbw arguments.
* @TODO: dependency inject user objects for WikiPage
The idea is to migrate things to use WikiPage, as the run-of-the-mill "new Article()" call doesn't care about $oldid and $wgRequest. After that, Article, ImagePage, and CategoryPage can be rewritten as an Action class or something sane (a Viewer class of sorts).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91123
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91018
|
|
|
|
|
|
|
|
|
| |
Trimming trailing whitespace also
Doing in 3 commits (2/3), so hopefully reviewable in CR...
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/90281
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89043
|
|
|
|
|
|
|
| |
Swap while to foreach
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88917
|
|
|
|
|
|
|
| |
Add back links for metadata in <head>
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88876
|
|
|
|
|
|
|
| |
Moved CreativeCommonsRDF out to extension
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88873
|
|
|
|
|
|
|
| |
Moved dublincore out to extension
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88868
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87589
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75786
|
|
|
|
|
|
|
| |
http://www.mediawiki.org/wiki/Manual:Coding_conventions#Assignment_expressions
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75767
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sed -i 's/$wgContLanguageCode/$wgLanguageCode/g'
These are now the same, always. Per and since r15827.
$wgLanguageCode wins due to being the one set by LocalSettings.
$wgContLanguageCode definition at includes/Setup.php kept for now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72561
|
|
|
|
|
|
|
|
| |
* Added some descriptions
* Added @file where needed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70699
|
|
|
|
|
|
|
| |
Removal of one setting of a variable to '', then not using further
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69839
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66237
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39947
|
|
|
|
|
|
|
| |
$1 param, it just wasn't in the message.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39944
|
|
|
|
|
|
|
|
|
| |
* Put all functions into classed so that they can be autoloaded
* Marked all private methods as protected
* Article::getContributors() now returns UserArrayFromResult object
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39603
|
|
|
|
|
|
|
|
| |
* remove empty lines at end of file
* remove "?>" where still present
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
|
|
|
|
|
|
|
| |
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/20731
|
|
|
|
|
|
|
| |
difference in behavior, due to behavior of the receiving function, but who knows, it makes more sense. More semantic-y, kinda.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20729
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20728
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20725
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to forestall additional UTF-7-autodetect XSS issues. Probably not an
issue on Apache 2.0+, but most servers send only 'text/html' by default
when the script didn't specify more details.
This fixes an issue with the Ajax interface error message on MSIE when
$wgUseAjax is enabled (not default configuration); this UTF-7 variant
on a previously fixed attack vector was discovered by Moshe BA from BugSec:
http://www.bugsec.com/articles.php?Security=24
* Trackback responses now specify XML content type
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20007
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
|
|
|
|
|
|
|
|
| |
license is not actually set up
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18765
|
|
|
|
|
|
|
| |
unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17991
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14700
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13489
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12470
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11956
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6209
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5461
|
|
|
|
|
|
|
| |
changed some double quotes to single and used function foo () { shema
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5069
|
|
|
|
|
|
|
| |
Phpdocumentor
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5032
|
|
|
|
|
|
|
| |
a lot of testing
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4904
|
|
|
|
|
|
|
| |
Something is not right though; it barfs in the list of authors.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4685
|