summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-02-28 08:36:29 +0100
committerPierre Schmitz <pierre@archlinux.de>2014-02-28 08:36:29 +0100
commita4edbfa031eb4cd72678051f1510afde4f77951e (patch)
tree76cef11b1a13538c8982a7491dbbf7324d4a7b2a /extensions/LocalisationUpdate/KNOWN_ISSUES.txt
parent1b65fa2a5f4c48b02ceda934e9c1aee2d03ce453 (diff)
Update to MediaWiki 1.22.3
Diffstat (limited to 'extensions/LocalisationUpdate/KNOWN_ISSUES.txt')
-rw-r--r--extensions/LocalisationUpdate/KNOWN_ISSUES.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/extensions/LocalisationUpdate/KNOWN_ISSUES.txt b/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
deleted file mode 100644
index 7ce14cd0..00000000
--- a/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-- Only works with SVN revision 50605 or later of the
- MediaWiki core
-
-
-
-Key issues at the moment:
-* Seems to want to store a copy of the localization updates in each local database.
-We've got hundreds of wikis run from the same installation set; we don't want to multiply our effort by 1000.
-
-* It doesn't seem to be using available memcached stuff; unsure yet whether this is taken care of
-by the general message caching or if we're going to end up making extra hits we don't need.