Mon, 13 Apr 2015 17:33:32 +0200 cache optimisation : no more cache.clear() but 2 "keys sets" for each repository: one for the categories and one for the comments and discussion + corrected slight mistake in macro that messed up with sessions
durandn [Mon, 13 Apr 2015 17:33:32 +0200] rev 97
cache optimisation : no more cache.clear() but 2 "keys sets" for each repository: one for the categories and one for the comments and discussion + corrected slight mistake in macro that messed up with sessions
Mon, 13 Apr 2015 12:37:41 +0200 forgotten references to session["properties"]
durandn [Mon, 13 Apr 2015 12:37:41 +0200] rev 96
forgotten references to session["properties"]
Mon, 13 Apr 2015 12:03:48 +0200 Properties are now cached globally instead of being stored in the session
durandn [Mon, 13 Apr 2015 12:03:48 +0200] rev 95
Properties are now cached globally instead of being stored in the session
Fri, 10 Apr 2015 17:46:38 +0200 made session dict usage a lot safer (using dict.setdefault("key, default) instead of directly using dict["key"])
durandn [Fri, 10 Apr 2015 17:46:38 +0200] rev 94
made session dict usage a lot safer (using dict.setdefault("key, default) instead of directly using dict["key"])
(0) -30 -10 -4 +4 +10 +30 tip