aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/README
Commit message (Collapse)AuthorAgeFilesLines
* docs: Don't point people to deprecated Diffusion copies of gerrit reposMeno252023-04-031-1/+1
| | | | Change-Id: I72e511dba5b607b3b215435b9d7ec8a3621d5cf8
* Use spacey style also for code in comments and documentationFomafix2022-08-121-1/+1
| | | | Change-Id: I5ab30489fb1241b89d1bec88a4d1fcebcc69bb9a
* Revert "Creating new WMF 1.30.0-wmf.17 branch"Kunal Mehta2017-09-071-0/+30
| | | | | | This reverts commit 579f1bb11996f5e83d02828ab460335ebb7c1272. Change-Id: I59e97e578d4c7e46f4aecc330fc14047a40c3495
* Creating new WMF 1.30.0-wmf.17 branchChad Horohoe2017-09-051-30/+0
|
* Revert "Creating new WMF 1.30.0-wmf.2 branch"Timo Tijhof2017-05-251-0/+30
| | | | | | | | Also revert the automatic "Update git submodules" commits since then. This reverts commit 264fc98588a4851324d3e5f2e39ece01e993127e. Change-Id: Ica6ad77c46cc8a7f6b5576da2580ea9e07ac8637
* Creating new WMF 1.30.0-wmf.2 branchTyler Cipriani2017-05-231-30/+0
|
* Added a link to Developer Hub in docs/README, Sectioning minor rewording, ↵zppix12016-07-311-1/+4
| | | | | | localisation links added to extentsions/README. Other minor changes Change-Id: Iec401322fbaa0a69d6d0eb368d2b5e109a05b01e
* Point skins/extension READMEs to PhabricatorChad Horohoe2016-04-291-2/+1
| | | | | | | | 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
* Update release notes and documentation about skinsBartosz Dziewoński2014-08-131-11/+7
| | | | | | | | skins/README based on extensions/README. Also updated the latter. Bug: 68402 Bug: 69372 Change-Id: I6d045af0509aa8fc485255b507554d771d101ee0
* Clean up some old readme files and remove references to SVNThis, that and the other2013-11-161-5/+7
| | | | | | | | | | | | | | | | | 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
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Revert "Creating new WMF 1.22wmf3 branch"Reedy2013-04-291-0/+30
| | | | | | This reverts commit 98c77dd229d8a0b77d63c12c7aecc7fd51554083. Change-Id: I01d0416822d85e45c1bda63d475826c805167d82
* Creating new WMF 1.22wmf3 branchReedy2013-04-291-30/+0
|
* Revert "Creating new WMF 1.21wmf11 branch"Reedy2013-03-041-0/+30
| | | | | | This reverts commit 4a5fa0c4246adf52cd9351d82f4917aec19b7a92. Change-Id: I0c9d813b0e82f399ab815007452a8cc6c9dde145
* Creating new WMF 1.21wmf11 branchReedy2013-03-041-30/+0
|
* Undoing more of my branching mistake, delete submodules from masterChad Horohoe2012-12-101-0/+30
| | | | Change-Id: I08fe85ebf7713bc3f783529ef532e3fdfa230bed
* Creating new WMF 1.21wmf6 branchChad Horohoe2012-12-101-30/+0
|
* Follow up to dirname( __FILE__ ) clean upHoo man2012-08-281-1/+1
| | | | | | | | 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
* Use __DIR__ instead of dirname( __FILE__ )Hoo man2012-08-271-2/+2
| | | | | | | | 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
* Big oops - merged to wrong branch.awjrichards2012-06-051-3/+6
| | | | | Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up" This reverts commit ee0d3d330f76b97c451c168dc9b052ee84609b5b
* Revert to arbitrarily old point before initial remote branch creation to ↵awjrichards2012-06-021-6/+3
| | | | | | help clean up Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
* (bug 37151) Updating extensions/README file, using Git and https:// in the URLspmolina2012-06-031-3/+6
| | | | Change-Id: I22c8073ee851d7a0d188c1aa39e6b2463ede00ab
* Revert "Creating new WMF 1.20wmf2 branch"Catrope2012-04-301-0/+27
| | | | | | This reverts commit 5bc567031c235d9cdbff711b7360e4adb1a722b5. Change-Id: I28424a7ac2c24c65f643d9316e836d94e4b87109
* Creating new WMF 1.20wmf2 branchReedy2012-04-301-27/+0
|
* Change require to require_once in extensions/READMESam Reed2011-12-241-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107236
* Follow up r74684 : use default path if MW_INSTALL_PATH is not present.Antoine Musso2010-10-301-4/+9
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75693
* A note about symbolic link and dirname() / include() ...Antoine Musso2010-10-121-0/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/74684
* update, add URLsAntoine Musso2007-04-131-5/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/21247
* small comment for devsAntoine Musso2007-01-201-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/19493
* Quick readme for the empty dirBrion Vibber2004-04-221-0/+3
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3261