author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 21 Aug 2002 07:07:27 +0000 (07:07 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 21 Aug 2002 07:07:27 +0000 (07:07 +0000) | ||
commit | abe22597873a735c1b84b3dc74bee8e6b9cb0e58 | |
tree | edb815e13d6e80cbeb2775167b73c6a5874d1525 | tree | snapshot |
parent | be218d5ba7d769d0e0aac8a467e5412b94abc784 | commit | diff |
In preparing to turn back on link/unlink journal events (by default these
are turned off) I've:
- fixed back_anydbm so it can journal those events again (had broken it
with recent changes)
- changed the serialisation format for dates and intervals to use a
numbers-only (and sign for Intervals) string instead of tuple-of-ints.
Much smaller.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@981 57a73879-2fb5-44c3-a270-3262357dd7e2
are turned off) I've:
- fixed back_anydbm so it can journal those events again (had broken it
with recent changes)
- changed the serialisation format for dates and intervals to use a
numbers-only (and sign for Intervals) string instead of tuple-of-ints.
Much smaller.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@981 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/back_anydbm.py | diff | blob | history | |
roundup/date.py | diff | blob | history |