Commit graph

76 commits

Author SHA1 Message Date
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
Antoine Musso
b83e46ab19 A note about symbolic link and dirname() / include() ... 2010-10-12 18:20:48 +00:00
Alexandre Emsenhuber
32dbbb55ae Fix for r59276: move extension to correct location 2009-11-20 08:00:04 +00:00
Trevor Parscal
934c7e34de Initial check in for the SVGZoom tool. 2009-11-20 02:24:28 +00:00
Tomasz Finc
1b389a2afc Wrong dir ... deleting .. om nom nom 2009-11-06 14:19:54 +00:00
Tomasz Finc
817f33d30f Adding working proof of concept for quick geo ip redirection 2009-11-06 14:13:31 +00:00
Jack D. Pond
9955aa3d86 Accidently put into phase3/extensions instead of extensions. Idiot operator error 2009-09-11 23:21:25 +00:00
Jack D. Pond
d941edc9be Added string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the use of c-type escaped characters ("\n","\t", etc.) in relevant existing string functions. 2009-09-11 22:50:34 +00:00
Jack D. Pond
df5d82045e Enhanced existing extension to conditionally show content based on user group membership. 2009-09-11 02:30:48 +00:00
Arash Boostani
1bf5285304 Inadvertently committed an extension to the extension directory, so I am now removing those files 2009-05-05 23:16:58 +00:00
Arash Boostani
f81f4c1fa6 Added an extension, called EditSectionHiliteLink, that highlights the appropriate section when the user mouses over the section edit links. Also, modified the Parser to enclose each section in a div if $wgSectionContainers is set. 2009-05-05 22:49:45 +00:00