log roundup/backends/back_anydbm.py @ 6209:e9d12d516517

age author description
Sun, 28 Jun 2020 20:23:36 -0400 John Rouillard If gdbm import fails try python3 fallback
Tue, 19 May 2020 09:25:48 +0200 Ralf Schlatterbeck Fix rev_multilink properties search/retrieval
Fri, 01 May 2020 16:34:35 +0200 Ralf Schlatterbeck Make 'find' work for rev_multilink properties
Wed, 29 Apr 2020 16:30:27 +0200 Ralf Schlatterbeck Allow to define reverse Multilinks
Mon, 02 Mar 2020 19:02:16 +0100 Ralf Schlatterbeck Better Date filtering
Thu, 26 Dec 2019 21:44:50 -0500 John Rouillard Cleanups for bandit
Mon, 26 Aug 2019 18:18:02 +0200 Ralf Schlatterbeck Implement exact string search
Wed, 12 Jun 2019 20:34:47 -0400 John Rouillard Try to fix:
Wed, 22 May 2019 20:56:59 -0400 John Rouillard Handle UnicodeDecodeError in file class when file contents are not
Wed, 10 Apr 2019 22:43:16 -0400 John Rouillard Anydbm back end didn't list creator or actor as protected properties.
Sun, 16 Sep 2018 20:04:03 +0000 Joseph Myers Avoid errors indexing binary uploads with Python 3.
Sun, 02 Sep 2018 23:48:04 +0000 Joseph Myers Make CSV import/export compatible across Python versions (also RDBMS journals) (issue 2550976, issue 2550975).
Sun, 12 Aug 2018 16:05:42 +0100 Christof Meerwald blobfiles now always stores/returns bytes
Sat, 28 Jul 2018 20:41:06 +0100 Christof Meerwald strings have an __iter__ method on Python 3, but we don't want to consider them iterable
Wed, 25 Jul 2018 12:31:32 +0000 Joseph Myers Python 3 preparation: convert dbm keys back from bytes to strings.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Thu, 19 Apr 2018 20:01:43 +0200 Ralf Schlatterbeck Add a 'retired' parameter to Class.filter
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Fri, 14 Apr 2017 23:24:18 -0400 John Rouillard issue2550864 - Potential information leakage via journal/history
Thu, 30 Jun 2016 20:38:23 -0400 John Rouillard - issue1714899: Feature Request: Optional Change Note. Added a new
Mon, 27 Jun 2016 18:50:39 -0400 John Rouillard spelling error fixed in comment
Sun, 26 Jun 2016 16:13:41 -0400 John Rouillard issue1926124: fix crash in roundup_admin migrate option wih anydbm
Sat, 25 Jun 2016 20:10:03 -0400 John Rouillard - issue2550636, issue2550909: Added support for Whoosh indexer.
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Fri, 13 Feb 2015 00:20:43 +1100 John Kristensen Remove key_in() from roundup.anypy.dbm_
Fri, 09 May 2014 23:50:52 +1000 John Kristensen Remove reversed/sorted from roundup.support
Fri, 17 Aug 2012 15:30:36 +0200 Ralf Schlatterbeck Add an interface to register clearCache callbacks in roundupdb.
Thu, 06 Oct 2011 07:03:15 +0000 Ralf Schlatterbeck - fix import/export regression test for anydbm for latest journal fix
Wed, 28 Sep 2011 11:06:24 +0000 Ralf Schlatterbeck issue2550729: Fix password history display for anydbm backend...
Fri, 15 Jul 2011 06:53:48 +0000 Bernhard Reiter Fixed typo in permission "Reture" -> "Retire".
Fri, 15 Jul 2011 04:32:50 +0000 Richard Jones how odd, the Retire permission wasn't being registered;
Thu, 14 Apr 2011 15:42:41 +0000 Ralf Schlatterbeck Second patch from issue2550688 -- with some changes:
Thu, 14 Apr 2011 12:24:59 +0000 Ralf Schlatterbeck Fix first part of Password handling security issue2550688
Mon, 08 Nov 2010 16:21:02 +0000 Bernhard Reiter Multilinks can be filtered by combining elements with AND, OR and NOT now.
Thu, 21 Oct 2010 20:31:13 +0000 Ralf Schlatterbeck python2.3 compatibility fixes
Thu, 07 Oct 2010 12:22:10 +0000 Ralf Schlatterbeck - refactor: move import_journal to hyperdb
Fri, 17 Sep 2010 06:47:58 +0000 Ralf Schlatterbeck - more logger fixes, sorry for the noise.
Thu, 16 Sep 2010 07:44:50 +0000 Ralf Schlatterbeck - more logger fixes -- use correct hierarchical logger names...
Sat, 10 Jul 2010 03:45:17 +0000 Richard Jones fix up some pre-Python2.6 compatibility issues in the *dbm interface
Fri, 05 Mar 2010 15:51:11 +0000 Ralf Schlatterbeck - unify bool searching (filter method) across backends
Fri, 05 Mar 2010 14:22:34 +0000 Ralf Schlatterbeck - unify number searching across backends
Mon, 22 Feb 2010 05:26:57 +0000 Richard Jones Beginnings of a big code cleanup / modernisation to make 2to3 happy
Mon, 08 Feb 2010 04:25:48 +0000 Richard Jones actually tuples are fine and expected; also remove debug print
Fri, 05 Feb 2010 05:10:52 +0000 Richard Jones make some more memorydb tests pass
Tue, 02 Feb 2010 04:44:18 +0000 Richard Jones add in-memory hyperdb implementation to speed up testing
Tue, 24 Feb 2009 02:12:23 +0000 Stefan Seefeld Uniformly use """...""" instead of '''...''' for comments.
Mon, 16 Feb 2009 22:43:07 +0000 Stefan Seefeld Fix issue2550505.
Thu, 07 Aug 2008 05:53:14 +0000 Richard Jones Fire reactors after file storage is all done (patch [SF#2001243])
Thu, 07 Feb 2008 00:57:59 +0000 Richard Jones Workaround race condition in file storage during transaction commit [SF#883580]
Sun, 23 Dec 2007 01:52:07 +0000 Richard Jones Final fix for date range searching stuff: fix the test :)
Thu, 27 Sep 2007 06:18:53 +0000 Justus Pendleton i18n for hyperdb and backend errors
Sun, 16 Sep 2007 06:51:48 +0000 Justus Pendleton destroy blobfiles if they exist
Tue, 11 Sep 2007 21:33:30 +0000 Justus Pendleton respect umask on filestorage backend (fixes [SF#744328])
Fri, 31 Aug 2007 15:44:03 +0000 Justus Pendleton Allow multilinks to take None (treated as an empty list).
Wed, 29 Aug 2007 16:40:20 +0000 Justus Pendleton Allow Multilinks to take any iterable
Wed, 14 Mar 2007 15:23:11 +0000 Ralf Schlatterbeck Journal and database testing.
Tue, 29 Aug 2006 04:20:50 +0000 Richard Jones Postgres backend allows transaction collisions to be ignored when...

Roundup Issue Tracker: http://roundup-tracker.org/