log MoinMoin/action/cache.py @ 6103:500f68d3e2fd

age author description
Tue, 06 Sep 2016 01:00:25 +0200 Thomas Waldmann remove our own usage of python_compatibility module
Thu, 28 Feb 2013 15:48:49 +0100 Thomas Waldmann fix 304 http status for cache action, see MoinMoinBugs/CacheActionComparesTimestampsIncorrectly
Sat, 27 Feb 2010 02:04:17 +0100 Thomas Waldmann http headers: for most cases, do not use .add, but .__setitem__
Sat, 14 Feb 2009 23:47:37 +0100 Thomas Waldmann cache action: fix emitting headers for werkzeug API
Sun, 16 Nov 2008 22:20:21 +0100 Thomas Waldmann pre-1.9: request.form has qs args and post data, 1.9: .form only post data, .args only qs args, .values both
Sun, 05 Oct 2008 00:38:07 +0200 Thomas Waldmann merged moin/1.8
Fri, 03 Oct 2008 22:33:35 +0200 Thomas Waldmann remove direct usage of deprecated sha module - use hashlib, if possible
Mon, 28 Jul 2008 12:04:00 +0200 zenhase Merged with 1.8 base MoinMoin/action/sendcached.py@7a4576b48066
Sun, 27 Jul 2008 14:08:14 +0200 Thomas Waldmann merged some 1.7 changesets
Sun, 20 Jul 2008 18:30:51 +0200 Thomas Waldmann fix tests, PEP8
Sun, 27 Jul 2008 13:55:04 +0200 Thomas Waldmann merged some 1.7 changesets
Sun, 20 Jul 2008 17:00:07 +0200 Thomas Waldmann cache action: use dict for metadata, store also original item name and last_modified (as UNIX timestamp)
Sun, 27 Jul 2008 13:38:06 +0200 Thomas Waldmann merged some 1.7 changesets
Sat, 19 Jul 2008 16:11:19 +0200 Thomas Waldmann action cache (and tests), backported from 1.8
Sat, 19 Jul 2008 14:10:15 +0200 Thomas Waldmann cache action: respond with 404 if cache key is not found or other CacheError happens
Sat, 19 Jul 2008 13:33:15 +0200 Thomas Waldmann cache action: cleanup docstrings / TODO
Sat, 19 Jul 2008 13:29:16 +0200 Thomas Waldmann secrets configuration refactored - see the snippet for an example usage
Sat, 19 Jul 2008 10:26:47 +0200 Thomas Waldmann cache action: improve docstrings
Sat, 19 Jul 2008 09:52:44 +0200 Thomas Waldmann cache action: don't let put() return the cache url (useless, most code will have a call to url() anyway)
Wed, 16 Jul 2008 22:09:12 +0200 Thomas Waldmann caching: support file-like content for update(), new size() function. cache action: use file-like api of caching
Mon, 14 Jul 2008 19:53:24 +0200 Thomas Waldmann cache action: calculate action_name, more comments
Mon, 14 Jul 2008 19:44:28 +0200 Thomas Waldmann cache action: add some hint, cosmetic changes
Mon, 14 Jul 2008 19:14:06 +0200 Thomas Waldmann cache action: add remove() function
Mon, 14 Jul 2008 16:40:14 +0200 Thomas Waldmann action cache: rename some methods, add 'del' subaction
Mon, 14 Jul 2008 16:11:20 +0200 Thomas Waldmann cache action: s/sendcached/cache/
Mon, 14 Jul 2008 16:01:20 +0200 Thomas Waldmann action sendcached renamed to cache (no other changes) base MoinMoin/action/sendcached.py@975de7723a3c