Merged with 2.0-storage, reported some problems on IRC. Erasing all instance files, I got other two bugs with new pages. One of them is the preview, that was throwing exceptions when there was no revision saved yet. Other one was sometimes erasing the page on save (because the page's last editor had just gone). Corrected both, and made save button act the same as "save and continue" (don't send all content, just make server get it from mobwrite), but just redirecting later.

Also, I'm getting some errors like this (will investigate, but doesn't look like something related to my work):

2009-07-10 01:55:12,902 ERROR MoinMoin.wsgiapp:245 An exception has occurred.
Traceback (most recent call last):
  File "/home/ale/workspace/2.0-editor/MoinMoin/wsgiapp.py", line 234, in __call__
    context = init(request)
  File "/home/ale/workspace/2.0-editor/MoinMoin/wsgiapp.py", line 35, in init
    context.session = context.cfg.session_service.get_session(context)
  File "/home/ale/workspace/2.0-editor/MoinMoin/web/session.py", line 92, in get_session
    session = store.get(sid)
  File "/home/ale/workspace/2.0-editor/MoinMoin/support/werkzeug/contrib/sessions.py", line 224, in get
    data = load(f)
EOFError

MoinMoin: RealTimeEditing2009/2009-07-09 (last edited 2009-07-10 04:58:59 by AlexandreMartani)