Ejegg has uploaded a new change for review.
https://gerrit.wikimedia.org/r/298326
Change subject: More fundraising/ customizations for 1_26
......................................................................
More fundraising/ customizations for 1_26
Apply same changes as 1_25
* add favicon
* zap a couple READMEs
* gitignore changes
* monolog is not just a dev dependency
Change-Id: I2cb9ca348f5f76829d0dd4f909a917a2a8e3c081
---
M .gitignore
M composer.json
D extensions/README
A favicon.ico
D skins/README
5 files changed, 2 insertions(+), 63 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/26/298326/1
diff --git a/.gitignore b/.gitignore
index 01a11bf..d42b78d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,9 +46,7 @@
/tests/phpunit/phpunit.phar
# Composer
-/vendor
/composer.lock
-/composer.json
/composer.local.json
# MediaWiki UI documentation
diff --git a/composer.json b/composer.json
index 991084e..10a11e7 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,8 @@
"wikimedia/ip-set": "1.0.1",
"wikimedia/utfnormal": "1.0.3",
"wikimedia/wrappedstring": "2.0.0",
- "zordius/lightncandy": "0.21"
+ "zordius/lightncandy": "0.21",
+ "monolog/monolog": "1.14.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9",
diff --git a/extensions/README b/extensions/README
deleted file mode 100644
index bad230e..0000000
--- a/extensions/README
+++ /dev/null
@@ -1,28 +0,0 @@
-Extensions are distributed separately. Drop them into this directory and enable
-as per the extension's installation instructions.
-
-You can find a list of extensions and documentation at
-<https://www.mediawiki.org/wiki/Category:Extensions>.
-
-
-If you are a developer, you might want to fetch the extension tree in another
-directory and make a symbolic link:
-
- mediawiki/extensions$ ln -s ../../extensions-trunk/FooBar
-
-Most extensions are available through Git:
-
https://gerrit.wikimedia.org/r/#/admin/projects/?filter=mediawiki%252Fextensions%252F
- https://git.wikimedia.org/project/mediawiki
-
-
-Please note that under POSIX systems (Linux...), parent of a symbolic path
-refers to the link source, NOT to the target! You should check the env
-variable MW_INSTALL_PATH in case the extension is not in the default location.
-
-The following code snippet lets you override the default path:
-
- $IP = getenv( 'MW_INSTALL_PATH' );
- if( $IP === false ) {
- $IP = __DIR__ . '/../..';
- }
- require_once "$IP/maintenance/Maintenance.php"; // a MediaWiki core file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..bde61ef
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/skins/README b/skins/README
deleted file mode 100644
index 7a980f7..0000000
--- a/skins/README
+++ /dev/null
@@ -1,32 +0,0 @@
-Skins, such as the default skin Vector, are distributed separately. Drop them
-into this directory and enable as per the skin's installation instructions.
-
-You can find a list of available skins at
-<https://www.mediawiki.org/wiki/Category:All_skins>,
-and more information about installing and configuring skins at
-<https://www.mediawiki.org/wiki/Manual:Skin_configuration>.
-
-If you are a developer, you might want to fetch the skin tree in another
-directory and make a symbolic link:
-
- mediawiki/skins$ ln -s ../../skins-trunk/FooBar
-
-The default skin Vector can be installed by cloning from Git:
- git clone https://git.wikimedia.org/git/mediawiki/skins/Vector.git
-
-Other skins are also available:
-
https://gerrit.wikimedia.org/r/#/admin/projects/?filter=mediawiki%252Fskins%252F
- https://git.wikimedia.org/project/mediawiki
-
-
-Please note that under POSIX systems (Linux...), parent of a symbolic path
-refers to the link source, NOT to the target! You should check the env
-variable MW_INSTALL_PATH in case the extension is not in the default location.
-
-The following code snippet lets you override the default path:
-
- $IP = getenv( 'MW_INSTALL_PATH' );
- if( $IP === false ) {
- $IP = __DIR__ . '/../..';
- }
- require_once "$IP/maintenance/Maintenance.php"; // a MediaWiki core file
--
To view, visit https://gerrit.wikimedia.org/r/298326
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cb9ca348f5f76829d0dd4f909a917a2a8e3c081
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/REL1_26
Gerrit-Owner: Ejegg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits