Midterm evals begin

This day I'm working on fixing my repo and appling fixes to my code.

I'm really crushed by news what content indexing doesn't working with load/xml true.

I have had troubles with that function because it loaded default items like "Home", "moin", "creole", etc. from .xml file each time when moin starts. That items have uuid = name, but next revisions of that documents have other uuids so indexation can't work normal due that. So mentor suggested me to specify load_xml = None and I'm feeling much better.

But after start testing code we founded what moin tries add this documents to index by using MoinMoin.storage.backends.indexing functions. But it failed because flaskg don't initialized at this time. Full traceback here http://paste.pocoo.org/show/436005/

Mentor suggested me to apply this patch http://paste.pocoo.org/show/436049/ So content indexing not working at all and I'm really sorry what I haven't much time before midterm to fix that, but I hope, what I can pass midterm and continue woking on that stuff.

MoinMoin: MichaelMayorov/GSoC2011Diary/2011-07-11 (last edited 2011-07-12 04:26:56 by MichaelMayorov)