Started work on item index view, suddenly moin crashed

Traceback: http://paste.pocoo.org/show/431586/

Please merge again, I had seen yesterday that I forgot mathjax in setup.py

There are two options First:

  1. read http://hg.moinmo.in/moin/2.0/rev/7a6b116afa20

  2. activate your env

  3. read setup.py

  4. pip install all xstatic packages

I decided for me to do the second option, because of the flask change

  1. remove env

  2. ./quickinstall

One of the reason for the xstatic packages is that we want to remove quickinstall and rely only on setup.py

And also i was busy all the day in some other stuff, so couldn't able to give more time.

bug ?

I get with an empty wiki (only the common items like Home, creole ... the following traceback for +index

http://paste.pocoo.org/show/431955/

This problem happens I guess because of the API change for Flask>=0.7.1.

   79           'Flask>=0.6', # micro framework
79              'Flask>=0.7.1', # micro framework

May be you have reverted back some API changes by your merge?

MoinMoin: AkashSinha/Gsoc2011Diary/2011-07-06 (last edited 2011-07-07 07:14:18 by ReimarBauer)