| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ieeffc9895ff15d59c03f379afd9165d78ca74729
|
|
|
|
| |
Change-Id: I72e511dba5b607b3b215435b9d7ec8a3621d5cf8
|
|
|
|
| |
Change-Id: I5ab30489fb1241b89d1bec88a4d1fcebcc69bb9a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default while using vscode live share it is hard to work on
skins and extensions of mediawiki using the core repo as a project
base, as extensions and skins are included in .gitignore files.
Configuration of the sharing behaviour is possible and documented at
https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/security
The files added in this commit mean that by default:
- .gitignore files are treated in the default way for the system
meaning they are hidden, but accessible.
- core node_modules and vendor and shared and in the tree
- extensions and skins are shared and in the tree
Change-Id: I5e44483bcf09aa2fb6d568de1e0689a76ab7338a
|
|
|
|
| |
Change-Id: Ia1dfd909b9a0d3a91be3dc6108ba1f2e749f7c31
|
|
|
|
|
|
| |
This reverts commit 579f1bb11996f5e83d02828ab460335ebb7c1272.
Change-Id: I59e97e578d4c7e46f4aecc330fc14047a40c3495
|
|
|
|
|
|
|
| |
* Update extensions/AbuseFilter from branch 'wmf/1.30.0-wmf.17'
- Avoid CommentStore errors by selecting correct set of columns
Change-Id: I7d83a45fbf86dc0144d50e8b6258b97f1b0c7188
|
|
|
|
| |
Change-Id: I3c88a2242f7fc738da2f952dca0f5e4639959aa9
|
|
|
|
|
| |
Bug: T175302
Change-Id: Ic3f277a7e8727a188ed4a8bb046928592d137598
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/MobileFrontend from branch 'wmf/1.30.0-wmf.17'
- Do not use deprecated fallback handling for History/Contributions
The Contributions page extends the History page so this change
also fixes the warnings there.
Bug: T175161
Change-Id: Ia79d6e72c185fb3ffd47d62a0dc5342b31382294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/WikimediaEvents from branch 'wmf/1.30.0-wmf.17'
- Encode human search relevance survey into html output
Moves the search relevance configuration from javascript into php
configuration so it can be run on a larger number of pages without
exploding the size of javascript delivered to everyone with all
that config.
The downside of this approach is that because the config is cached
into the page html any updates have to work their way through varnish
caching. For the initial test this should be fine as we can purge the
relevant pages over some small time period. In the future when we are
doing larger scale collection we just have to keep in mind that
configuration changes take around 7 days to propogate.
Bug: T174387
Change-Id: I7ae522155e67610d25b5857d7b3918559bce8bc7
(cherry picked from commit e722fe1a9b0d41c3597f9f9326e7fc6f0e1cd9c6)
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/Flow from branch 'wmf/1.30.0-wmf.17'
- Handle new fields for RecentChange object attributes
See core change Ic3a434c0.
Bug: T166732
Change-Id: I284b5aae6979cd97ab53241c00a84077afd1e95d
(cherry picked from commit 088142f6f0e6e92fc6f1c92c4861216b769c740e)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/Scribunto from branch 'wmf/1.30.0-wmf.17'
- Fix tests
Iaa880531 added extra frames in the call stack, so the frame being
tested by the "setfenv invalid level" and "getfenv invalid level" tests
was no longer invalid.
Bug: T175065
Change-Id: Id1028e7c8bbb92fb9d7d01ebeabd94e8ba284b1c
(cherry picked from commit 7418a571ac59cc25b682c681a9c2dd330c4a983a)
|
| |
|
|
|
|
|
|
|
|
| |
Also revert the automatic "Update git submodules" commits since then.
This reverts commit 264fc98588a4851324d3e5f2e39ece01e993127e.
Change-Id: Ica6ad77c46cc8a7f6b5576da2580ea9e07ac8637
|
|
|
|
|
|
|
| |
We had deleted some localization strings that donatewiki needs.
Bug: T166302
Change-Id: I27a03a64de80bdf58f7d7f2f69173933aa4b23ea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/wikihiero from branch 'wmf/1.30.0-wmf.2'
- Fix styles queue violation for "ext.wikihiero.Special"
The same module is explicitly being loaded twice, once just the
styles, and again with the JS/messages/dependencies as well.
This is wasteful and also unsupported.
Move the two style rules to the main stylesheet and load the
proper styles module it belongs to instead.
Bug: T92459
Change-Id: I012b4d9bff5bd0379f8b9eb663d5b5dbf71f1885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update extensions/ProofreadPage from branch 'wmf/1.30.0-wmf.2'
- Properly handle batches of pages to update
Using LIMIT on UPDATE/DELETE queries is unsafe when using statement-based
replication as you can't ensure the same sets of rows are updated.
Instead, select a batch of problematic page_ids, update by them, then
continue until we don't find any more to fix
Bug: T166261
Change-Id: I8a5d2989285c72450d6a48ccc12d88fdeeb3fb6f
|
|
|
|
|
|
|
|
|
| |
* Update extensions/TimedMediaHandler from branch 'wmf/1.30.0-wmf.2'
- Make getContentHeaders rely on fallback width/height
Bug: T150741
Change-Id: I89cc083aac39f71460b10bfc0ce341c115bd6b64
Depends-On: I2c0f39b2b01f364c3fab997ccc2f874b7f101d8a
|
|
|
|
|
|
|
|
|
| |
* Update extensions/PagedTiffHandler from branch 'wmf/1.30.0-wmf.2'
- Update getContentHeaders signature
Bug: T150741
Change-Id: I714bd9a340c64e5b8536c031923ad0b486434632
Depends-On: I2c0f39b2b01f364c3fab997ccc2f874b7f101d8a
|
|
|
|
|
|
|
|
| |
* Update extensions/PdfHandler from branch 'wmf/1.30.0-wmf.2'
- Update getContentHeaders signature
Bug: T150741
Change-Id: I3a62185243d5a0d561da63a5e5ccafed093d41bb
|
| |
|
|
|
|
|
|
| |
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 bac30003c96388b7545a621bda5074429812b8c5
Change-Id: Id561d227deab388bf733d79f16a54a7a358f356a
|
|
|
|
| |
Change-Id: Ibc067012b1031f0ffad579364018de5508aae3de
|
| |
|
|
|
|
|
|
| |
This reverts commit 4a5fa0c4246adf52cd9351d82f4917aec19b7a92.
Change-Id: I0c9d813b0e82f399ab815007452a8cc6c9dde145
|
|
|
|
|
|
| |
This reverts commit dd9a9650eb7bd975577b2dbc7854a2c7010c424a
Change-Id: I9526696616c7f1d941cc02fb8b5749d36cc9022c
|
|
|
|
| |
Change-Id: I55645efb152388d6c84c2afaba270d049a1711f9
|
| |
|
|
|
|
| |
Change-Id: I18272893fcde9afb6b197078e4e22d7144c81c25
|
|
|
|
| |
Change-Id: I08fe85ebf7713bc3f783529ef532e3fdfa230bed
|
|
|
|
| |
Change-Id: I1888e5b9810bc72d960d5a18c3e525ab338f992b
|
| |
|
|
|
|
|
|
|
|
| |
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 d5bfa3bff2be3b29abb02d9619aa8e3cbd2954ac
|
|
|
|
| |
Change-Id: Ib81dd7aa301680272e3e51c5709d04c4265a4371
|
|
|
|
|
|
| |
This reverts commit 5bc567031c235d9cdbff711b7360e4adb1a722b5.
Change-Id: I28424a7ac2c24c65f643d9316e836d94e4b87109
|
| |
|
|
|
|
| |
Change-Id: I118733a47e154125a3a797c2763ea08b008f831c
|
|
|
|
|
|
|
|
|
| |
Why are we committing extensions to phase3/extensions...?
Svn move WindowsAzureSDK ad WindowsAzureStorage to /trunk/extensions
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108450
|