Started to simplify storage configuration for the wiki admin by providing MoinMoin.storage.backends.enduser.get_enduser_backend
- This method accepts just a backend_uri and the correct combination of of backends is glued together automatically.
- One may also choose to provide a mountpoint-backend manually.
- Additional tests and fixes.
- In particular, a failing testcase for cross-backend renames was added.
- A first attempt to solve that problem was added as well. To ultimately solve this problem we need nuke_item on the storage api layer. This is difficult to achieve since some backends like the mercurial backend may not even support really deleting an item.
See: