Commit graph

86 commits

Author SHA1 Message Date
Kunal Mehta
7495d5e816 Actually delete extensions/ArticleCreationWorkflow
Change-Id: Ia1dfd909b9a0d3a91be3dc6108ba1f2e749f7c31
2017-09-07 18:18:36 -07:00
Kunal Mehta
3815a7e3ce Revert "Creating new WMF 1.30.0-wmf.17 branch"
This reverts commit 579f1bb119.

Change-Id: I59e97e578d4c7e46f4aecc330fc14047a40c3495
2017-09-07 18:03:28 -07:00
Chad Horohoe
434ebdf9a5 Update git submodules
* Update extensions/AbuseFilter from branch 'wmf/1.30.0-wmf.17'
  - Avoid CommentStore errors by selecting correct set of columns
    
    Change-Id: I7d83a45fbf86dc0144d50e8b6258b97f1b0c7188
2017-09-08 00:36:32 +00:00
Max Semenik
ea418d2687 Bump ACW
Change-Id: I3c88a2242f7fc738da2f952dca0f5e4639959aa9
2017-09-07 15:30:11 -07:00
Max Semenik
adf008f74d Branch ArticleCreationWorkflow
Bug: T175302
Change-Id: Ic3f277a7e8727a188ed4a8bb046928592d137598
2017-09-07 13:41:20 -07:00
jdlrobson
e3c9da4f6a Update git submodules
* 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
2017-09-07 19:03:43 +00:00
Erik Bernhardson
695b0bd1cc Update git submodules
* 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)
2017-09-06 23:05:18 +00:00
Brad Jorsch
f548099aaa Update git submodules
* 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)
2017-09-06 16:48:39 +00:00
Brad Jorsch
821b211aea Update git submodules
* 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)
2017-09-06 00:07:34 +00:00
Chad Horohoe
579f1bb119 Creating new WMF 1.30.0-wmf.17 branch 2017-09-05 17:12:08 +00:00
Timo Tijhof
eaf2957ba7 Revert "Creating new WMF 1.30.0-wmf.2 branch"
Also revert the automatic "Update git submodules" commits since then.

This reverts commit 264fc98588.

Change-Id: Ica6ad77c46cc8a7f6b5576da2580ea9e07ac8637
2017-05-25 22:57:06 +02:00
Elliott Eggleston
d7dae4519e Fix version of DonationInterface deployed to donatewiki
We had deleted some localization strings that donatewiki needs.

Bug: T166302
Change-Id: I27a03a64de80bdf58f7d7f2f69173933aa4b23ea
2017-05-25 13:15:32 -07:00
Timo Tijhof
687dfcd17d Update git submodules
* 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
2017-05-24 22:23:06 +00:00
Chad Horohoe
6b1362131f Update git submodules
* 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
2017-05-24 21:08:15 +00:00
Gilles Dubuc
9567432a94 Update git submodules
* 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
2017-05-24 18:36:06 +00:00
Gilles Dubuc
86c4feacdd Update git submodules
* Update extensions/PagedTiffHandler from branch 'wmf/1.30.0-wmf.2'
  - Update getContentHeaders signature
    
    Bug: T150741
    Change-Id: I714bd9a340c64e5b8536c031923ad0b486434632
    Depends-On: I2c0f39b2b01f364c3fab997ccc2f874b7f101d8a
2017-05-24 18:36:04 +00:00
Gilles Dubuc
bcc2c17621 Update git submodules
* Update extensions/PdfHandler from branch 'wmf/1.30.0-wmf.2'
  - Update getContentHeaders signature
    
    Bug: T150741
    Change-Id: I3a62185243d5a0d561da63a5e5ccafed093d41bb
2017-05-24 18:16:12 +00:00
Tyler Cipriani
264fc98588 Creating new WMF 1.30.0-wmf.2 branch 2017-05-23 17:26:26 +00:00
zppix1
6027eee4c5 Added a link to Developer Hub in docs/README, Sectioning minor rewording, localisation links added to extentsions/README. Other minor changes
Change-Id: Iec401322fbaa0a69d6d0eb368d2b5e109a05b01e
2016-07-31 17:33:42 +00:00
Chad Horohoe
f55e4cb5d1 Point skins/extension READMEs to Phabricator
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
2016-04-29 12:23:04 -07:00
Bartosz Dziewoński
c505afca41 Update release notes and documentation about skins
skins/README based on extensions/README. Also updated the latter.

Bug: 68402
Bug: 69372
Change-Id: I6d045af0509aa8fc485255b507554d771d101ee0
2014-08-13 21:58:01 +02:00
This, that and the other
3631901139 Clean up some old readme files and remove references to SVN
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
2013-11-16 10:38:50 +00:00
Timo Tijhof
50e7985d4d phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
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
2013-05-09 05:56:26 +02:00
Reedy
22f2a62077 Revert "Creating new WMF 1.22wmf3 branch"
This reverts commit 98c77dd229.

Change-Id: I01d0416822d85e45c1bda63d475826c805167d82
2013-04-29 19:20:01 +01:00
Reedy
58bacc38b8 Revert "Update wikidata extensions to versions in 1.22wmf2"
This reverts commit bac30003c9

Change-Id: Id561d227deab388bf733d79f16a54a7a358f356a
2013-04-29 18:11:31 +00:00
Reedy
bac30003c9 Update wikidata extensions to versions in 1.22wmf2
Change-Id: Ibc067012b1031f0ffad579364018de5508aae3de
2013-04-29 18:32:01 +01:00
Reedy
98c77dd229 Creating new WMF 1.22wmf3 branch 2013-04-29 15:44:47 +00:00
Reedy
8ec267026f Revert "Creating new WMF 1.21wmf11 branch"
This reverts commit 4a5fa0c424.

Change-Id: I0c9d813b0e82f399ab815007452a8cc6c9dde145
2013-03-04 18:39:55 +00:00
Reedy
b6299d0ee3 Revert "Update WikiData extensions to correct points for 1.21wmf11"
This reverts commit dd9a9650eb

Change-Id: I9526696616c7f1d941cc02fb8b5749d36cc9022c
2013-03-04 18:34:21 +00:00
Reedy
dd9a9650eb Update WikiData extensions to correct points for 1.21wmf11
Change-Id: I55645efb152388d6c84c2afaba270d049a1711f9
2013-03-04 18:20:39 +00:00
Reedy
4a5fa0c424 Creating new WMF 1.21wmf11 branch 2013-03-04 18:03:36 +00:00
Chad Horohoe
c535b9f6d1 Deleting one last extension I left in master
Change-Id: I18272893fcde9afb6b197078e4e22d7144c81c25
2012-12-10 20:59:57 -05:00
Chad Horohoe
340c563e81 Undoing more of my branching mistake, delete submodules from master
Change-Id: I08fe85ebf7713bc3f783529ef532e3fdfa230bed
2012-12-10 20:50:27 -05:00
Chad Horohoe
a8945b21f4 Updating Wikibase
Change-Id: I1888e5b9810bc72d960d5a18c3e525ab338f992b
2012-12-10 14:29:04 -05:00
Chad Horohoe
039415ae2a Creating new WMF 1.21wmf6 branch 2012-12-10 13:33:11 -05:00
Hoo man
d13c6fa967 Follow up to dirname( __FILE__ ) clean up
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
2012-08-28 23:47:56 +02:00
Hoo man
8ffbb077b3 Use __DIR__ instead of dirname( __FILE__ )
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
2012-08-27 23:58:28 +02:00
awjrichards
c29fd59775 Big oops - merged to wrong branch.
Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up"

This reverts commit ee0d3d330f
2012-06-05 22:58:54 +00:00
awjrichards
ee0d3d330f Revert to arbitrarily old point before initial remote branch creation to help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
2012-06-02 08:43:04 -07:00
pmolina
d80273d7a3 (bug 37151) Updating extensions/README file, using Git and https:// in the URLs
Change-Id: I22c8073ee851d7a0d188c1aa39e6b2463ede00ab
2012-06-03 11:47:55 -03:00
Reedy
268fa20776 Revert "Added RandomRootPage extension ( bug 16655 )"
This reverts commit d5bfa3bff2
2012-05-16 00:50:07 +00:00
Reedy
d5bfa3bff2 Added RandomRootPage extension ( bug 16655 )
Change-Id: Ib81dd7aa301680272e3e51c5709d04c4265a4371
2012-05-16 01:46:48 +01:00
Catrope
92fb474b52 Revert "Creating new WMF 1.20wmf2 branch"
This reverts commit 5bc567031c.

Change-Id: I28424a7ac2c24c65f643d9316e836d94e4b87109
2012-04-30 14:02:17 -07:00
Reedy
5bc567031c Creating new WMF 1.20wmf2 branch 2012-04-30 18:34:28 +00:00
Antoine Musso
e7544995a0 git ignore almost everything in ./extensions/
Change-Id: I118733a47e154125a3a797c2763ea08b008f831c
2012-03-23 16:40:53 +01:00
Sam Reed
a80065f795 Followup r108425, r108426
Why are we committing extensions to phase3/extensions...?

Svn move WindowsAzureSDK ad WindowsAzureStorage to /trunk/extensions
2012-01-09 18:41:58 +00:00
Markus Glaser
310f7c20f4 Enables MediaWiki to use Windows Azure as a file backend.
Initial commit
2012-01-09 16:18:19 +00:00
Markus Glaser
898e32c31d This extension makes sure PHPAzure library is properly included.
Initial commit
2012-01-09 16:16:25 +00:00
Sam Reed
921efabc7c Change require to require_once in extensions/README 2011-12-24 23:12:09 +00:00
Antoine Musso
61cc469f96 Follow up r74684 : use default path if MW_INSTALL_PATH is not present. 2010-10-30 11:43:03 +00:00