summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/LocalisationUpdate/KNOWN_ISSUES.txt')
-rw-r--r--extensions/LocalisationUpdate/KNOWN_ISSUES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/LocalisationUpdate/KNOWN_ISSUES.txt b/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
new file mode 100644
index 00000000..7ce14cd0
--- /dev/null
+++ b/extensions/LocalisationUpdate/KNOWN_ISSUES.txt
@@ -0,0 +1,11 @@
+- 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.