Index: trunk/extensions/LocalisationUpdate/KNOWN_ISSUES.txt |
— | — | @@ -1,2 +1,16 @@ |
2 | 2 | - Only works with SVN revision 50605 or later of the |
3 | 3 | MediaWiki core |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +Key issues at the moment: |
| 8 | +* Seems to want to store a copy of the localization updates in each local database. |
| 9 | +We've got hundreds of wikis run from the same installation set; we don't want to multiply our effort by 1000. |
| 10 | + |
| 11 | +* The SVN URL is missing the protocol and the branch path, which are mysteriously hardcoded to |
| 12 | +'http://' (ok in our case) and the SVN checkout of the current working directory of your MW install |
| 13 | +(very bad, since it makes it impossible to pull trunk updates for wmf-deployment branch; also |
| 14 | +means you couldn't run it on a release tarball) |
| 15 | + |
| 16 | +* It doesn't seem to be using available memcached stuff; unsure yet whether this is taken care of |
| 17 | +by the general message caching or if we're going to end up making extra hits we don't need. |