TW
TW
crap, can't reproduce this any more!?
for normal, linear history, mtime sorting should be fine (assuming monotonic time). if there would be forks in history (which we do not generate, iirc), it would make a difference.
if one just has a list of revision, mtime sort is easier than by-parent-pointers. otoh, if you have a specific revision and want to know it's parent, obviously using the...
When adding celery, do it in a way so it is optional to use it (use it only if there is configuration for it).
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- https://developers.google.com/appengine/docs/java/datastore/overview#Quotas_and_Limits
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- first we need to research for a good library, maybe one that doesn't need to shell out and invoke the...
do this later, it is easier for developers to test stuff if ACLs are rather permissive right now.
of course the importer from moin-1.9 also needs to normalize (page content, page names, attachment names). about attachment content: guess if it ends up being a `text/*;coding=utf-8` item, we should...
@waldiTM please review ^^^
@waldiTM see above, can you review?