Bookmark functionality almost done, just have few doubts

Doubts: 1) is it possible to check in the template itself that whether a user is logged in or not.

look at user.valid e.g.

    {%- if  user.valid -%}
    TEST
    {%- endif %}

2) how to get current timestamp in the template itself, rather than passing it through the python (i searched for this, but didn't get any info)

What is the current timestamp? Is it the latest timestamp of an item? or is it current time?

Blockers: Everything was working fine but suddenly, this error started to come whenever i try to access history page and moin gets halted on it. Error python: /builddir/build/BUILD/Python-2.7/Modules/gcmodule.c:311: update_refs: Assertion gc->gc.gc_refs != 0' failed.`

Please try a new env

Reply - I get this, only when i am logged in otherwise everything works fine. And regarding creating new env, first delete the current one and install everything from scratch ? OR just re-install few packages ?

This is the current review link http://codereview.appspot.com/4592048 for the same.

MoinMoin: AkashSinha/Gsoc2011Diary/2011-06-09 (last edited 2011-06-11 13:57:55 by AkashSinha)