| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I72e511dba5b607b3b215435b9d7ec8a3621d5cf8
|
|
|
|
| |
Change-Id: I5ab30489fb1241b89d1bec88a4d1fcebcc69bb9a
|
|
|
|
|
|
| |
This reverts commit 579f1bb11996f5e83d02828ab460335ebb7c1272.
Change-Id: I59e97e578d4c7e46f4aecc330fc14047a40c3495
|
| |
|
|
|
|
|
|
|
|
| |
Also revert the automatic "Update git submodules" commits since then.
This reverts commit 264fc98588a4851324d3e5f2e39ece01e993127e.
Change-Id: Ica6ad77c46cc8a7f6b5576da2580ea9e07ac8637
|
| |
|
|
|
|
|
|
| |
localisation links added to extentsions/README. Other minor changes
Change-Id: Iec401322fbaa0a69d6d0eb368d2b5e109a05b01e
|
|
|
|
|
|
|
|
| |
These are actually far more useful listings than the mediawiki
group on Gitblit, which is everything MediaWiki and provides
no actual listing beyond "recently active"
Change-Id: I741cb53ca417bddfa176868fb78ce67b1475fc70
|
|
|
|
|
|
|
|
| |
skins/README based on extensions/README. Also updated the latter.
Bug: 68402
Bug: 69372
Change-Id: I6d045af0509aa8fc485255b507554d771d101ee0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
docs/README: Updated links, got rid of 2008 date at top of file
docs/maintenance.txt: Updated link
extensions/README: Some cleanup, added link to new git.wikimedia.org
includes/DefaultSettings.php: SVN -> Git for udpprofile
includes/profiler/ProfilerSimpleUDP.php: ditto
languages/MessagesRo.php: removed link to mime.types on SVN from the
mimesearch-summary message. This file seems to have been deleted from the
modern-day Git repository
maintenance/postgres/mediawiki_mysql2postgres.pl: removed SVN magic words
That takes care of most of the remaining references to SVN etc.
Bug: 38714
Change-Id: I261921df4b4c0545658d6d38c5f3c1f9dfa63ad1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Squiz.WhiteSpace.LanguageConstructSpacing:
Language constructs must be followed by a single space;
expected "require_once expression" but found
"require_once(expression)"
It is a keyword (e.g. like `new`, `return` and `print`). As
such the parentheses don't make sense.
Per our code conventions, we use a space after keywords like
these. We appeared to have an unwritten exception for `require`
that doesn't make sense. About 60% of require/include usage
was missing the space and/or had superfluous parentheses.
It is as silly as print("foo") or return("foo"), it works
because keywords have no significance for whitespace between
it and the expression that follows, and since experessions can
be wrapped in parentheses for clarity (e.g. when doing string
concatenation or mathematical operations) the parenthesis
before and after basiclaly just ignored.
Change-Id: I2df2f80b8123714bea7e0771bf94b51ad5bb4b87
|
|
|
|
|
|
| |
This reverts commit 98c77dd229d8a0b77d63c12c7aecc7fd51554083.
Change-Id: I01d0416822d85e45c1bda63d475826c805167d82
|
| |
|
|
|
|
|
|
| |
This reverts commit 4a5fa0c4246adf52cd9351d82f4917aec19b7a92.
Change-Id: I0c9d813b0e82f399ab815007452a8cc6c9dde145
|
| |
|
|
|
|
| |
Change-Id: I08fe85ebf7713bc3f783529ef532e3fdfa230bed
|
| |
|
|
|
|
|
|
|
|
| |
Remove a trailing whitespace added by me in dirname( __FILE__ )
clean up and add some comments to the PHP version checks (they
can't use __DIR__ as they have to run in older PHP versions.
Change-Id: I6a7e8cb7dbf384d91dda4d0ecbef7ce588bc3073
|
|
|
|
|
|
|
|
| |
Removed left over uses of dirname( __FILE__ ) to __DIR__, even in comments.
Running the PHP version test in maintenance/Maintenance.php earlier, so that
we no longer have to stay PHP < 5.3 compatible in there.
Change-Id: I5a00bd5c6af44b7f826c4e5576a7b3de7b5026d8
|
|
|
|
|
| |
Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up"
This reverts commit ee0d3d330f76b97c451c168dc9b052ee84609b5b
|
|
|
|
|
|
| |
help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
|
|
|
|
| |
Change-Id: I22c8073ee851d7a0d188c1aa39e6b2463ede00ab
|
|
|
|
|
|
| |
This reverts commit 5bc567031c235d9cdbff711b7360e4adb1a722b5.
Change-Id: I28424a7ac2c24c65f643d9316e836d94e4b87109
|
| |
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/107236
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75693
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74684
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21247
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19493
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3261
|