diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2014-11-27 06:08:05 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2014-11-27 06:08:05 +0100 |
commit | 888eab1a076a287bddd84fdf9dd9c57154c91e3f (patch) | |
tree | 7264d1dfeb20d833187007cac80a7f7ef6038845 /extensions/Vector | |
parent | 45b4484864b492a40570e99a9f5c87d2512cc6ad (diff) |
Update to MediaWiki 1.22.14
Diffstat (limited to 'extensions/Vector')
-rw-r--r-- | extensions/Vector/README | 9 | ||||
-rw-r--r-- | extensions/Vector/Vector.php | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/extensions/Vector/README b/extensions/Vector/README new file mode 100644 index 00000000..386c3c6d --- /dev/null +++ b/extensions/Vector/README @@ -0,0 +1,9 @@ +The Vector extension has been discontinued and most of its +functionality was moved into MediaWiki core. If you see this file, +you should remove the extension from your MediaWiki installation. + +It used to provide enhancements to the Vector skin, some experimental, +some well-established. The good parts have been integrated and the +failed experiments were removed. + +See: https://www.mediawiki.org/wiki/Extension:Vector diff --git a/extensions/Vector/Vector.php b/extensions/Vector/Vector.php new file mode 100644 index 00000000..041d5c84 --- /dev/null +++ b/extensions/Vector/Vector.php @@ -0,0 +1,6 @@ +<?php +// The Vector extension has been discontinued and most of its +// functionality was moved into MediaWiki core. If you see this file, +// you should remove the extension from your MediaWiki installation. +// +// See: https://www.mediawiki.org/wiki/Extension:Vector |