log roundup/hyperdb.py @ 5507:0db3779702d9

age author description
Wed, 01 Aug 2018 22:03:50 +0100 Christof Meerwald helper to allow comparing dicts and None values in Python 3
Sat, 28 Jul 2018 20:34:31 +0100 Christof Meerwald Python 3 built-in types can't be compared against None
Tue, 24 Jul 2018 21:25:38 +0100 Christof Meerwald container modification while iterating over it
Tue, 24 Jul 2018 23:13:17 +0000 Joseph Myers Python 3 preparation: use list() around zip() as needed.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:22:08 +0000 Joseph Myers Python 3 preparation: make relative imports explicit.
Tue, 24 Jul 2018 22:08:17 +0000 Joseph Myers Python 3 preparation: change "x.has_key(y)" to "y in x".
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Tue, 29 May 2018 13:41:52 +0200 Ralf Schlatterbeck Merge old commit
Mon, 12 Dec 2016 16:51:01 +0100 Ralf Schlatterbeck Remove duplicate super call
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, 19 Apr 2018 12:59:23 +0200 Ralf Schlatterbeck Fix issue2550954: History display breaks
Wed, 25 Oct 2017 23:07:35 -0400 John Rouillard Fix bug where unsetting a text value triggered an exception because
Mon, 28 Aug 2017 21:51:12 -0400 John Rouillard Fixed quiet history filter for linked items. Test for same fixed.
Sun, 27 Aug 2017 22:44:30 -0400 John Rouillard I botched something in the history filter code for links. Commenting
Sun, 27 Aug 2017 00:19:48 -0400 John Rouillard - issue2550864: Potential information leakage via journal/history
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
Mon, 12 Dec 2016 13:53:47 +0100 Ralf Schlatterbeck Implement double-precision Number
Fri, 02 Sep 2016 23:45:57 -0400 John Rouillard fix multilink support of try_id_parsing=no and add test for multilink cases.
Thu, 30 Jun 2016 20:38:23 -0400 John Rouillard - issue1714899: Feature Request: Optional Change Note. Added a new
Sun, 26 Jun 2016 20:50:06 -0400 John Rouillard Tried to explain the use of hyperdb's exportFilename
Fri, 17 Jun 2016 22:10:01 -0400 John Rouillard Fix issue2550826 third try. This limits the capture of exceptions to
Sat, 11 Jun 2016 12:32:56 -0400 John Rouillard Prior patch for issue2550826 captured too many exceptions
Fri, 10 Jun 2016 23:33:11 -0400 John Rouillard issue2550826 IOError in detector causes apache 'premature end of script headers' error
Sun, 05 Jun 2016 20:48:07 -0400 John Rouillard issue2550763 Strip whitespace from Multilink values after + or -.
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Tue, 10 May 2016 16:26:24 +0200 Ralf Schlatterbeck New Link/Multilink attribute 'msg_header_property'
Sat, 16 Apr 2016 22:49:38 -0400 John Rouillard issue 2550880: Ability to choose password store scheme and SSHA support.
Fri, 09 May 2014 23:50:52 +1000 John Kristensen Remove reversed/sorted from roundup.support
Thu, 02 Oct 2014 16:57:28 +0300 anatoly techtonik Attempt to clarify hyperdb.Proptree meaning
Fri, 28 Mar 2014 16:47:36 +0100 Ralf Schlatterbeck New Link / Multilink option "try_id_parsing"
Wed, 18 Dec 2013 09:02:40 +0100 Ralf Schlatterbeck Fix bug in SQL generation
Wed, 28 Nov 2012 06:45:30 +0300 anatoly techtonik Python 2.3 workarounds cleanup
Thu, 14 Apr 2011 15:42:41 +0000 Ralf Schlatterbeck Second patch from issue2550688 -- with some changes:
Thu, 14 Apr 2011 12:47:48 +0000 Stefan Seefeld Allow default value declaration in DB schema.
Thu, 14 Apr 2011 12:24:59 +0000 Ralf Schlatterbeck Fix first part of Password handling security issue2550688
Mon, 21 Mar 2011 20:44:39 +0000 Ralf Schlatterbeck Multilink fixes and optimizations:
Thu, 07 Oct 2010 13:57:19 +0000 Ralf Schlatterbeck - fix import (now passes for memorydb, too)
Thu, 07 Oct 2010 12:22:10 +0000 Ralf Schlatterbeck - refactor: move import_journal to hyperdb
Mon, 09 Aug 2010 04:45:28 +0000 Richard Jones fix for incorrect except: syntax, issue2550661
Tue, 15 Dec 2009 15:11:27 +0000 Ralf Schlatterbeck Clean up all the places where role processing occurs.
Fri, 24 Jul 2009 04:35:05 +0000 Pygi Some preparations for 3.0 migration gsoc-2009
Thu, 12 Mar 2009 02:52:56 +0000 Richard Jones Add compatibility package to allow us to deal with Python versions 2.3..2.6.
Fri, 20 Feb 2009 16:03:03 +0000 Stefan Seefeld Uniformly use """...""" instead of '''...''' for comments.
Tue, 17 Feb 2009 13:05:44 +0000 Stefan Seefeld Clarify 'search_matches' docs.
Mon, 16 Feb 2009 22:43:07 +0000 Stefan Seefeld Fix issue2550505.
Mon, 18 Aug 2008 06:21:53 +0000 Richard Jones allow binary data for "content" props through rawToHyperdb
Thu, 27 Sep 2007 06:18:53 +0000 Justus Pendleton i18n for hyperdb and backend errors
Thu, 27 Sep 2007 06:12:57 +0000 Justus Pendleton assorted pyflakes fixes
Wed, 10 Jan 2007 18:17:00 +0000 Ralf Schlatterbeck Bug-fix: Only index the content property if it has the indexme attribute set
Thu, 09 Nov 2006 03:08:22 +0000 Richard Jones fix unstable ordering of detectors [SF#1585378]
Wed, 30 Aug 2006 09:35:31 +0000 Ralf Schlatterbeck Add an attribute for sort-order fix in rdbms backends
Tue, 29 Aug 2006 04:20:50 +0000 Richard Jones Postgres backend allows transaction collisions to be ignored when...
Tue, 22 Aug 2006 19:33:02 +0000 Ralf Schlatterbeck Fixes:
Mon, 21 Aug 2006 12:19:48 +0000 Ralf Schlatterbeck More transitive-property support.
Fri, 11 Aug 2006 04:50:24 +0000 Richard Jones hyperdb handling of empty raw values for Multilink and Password [SF#1507814]
Thu, 13 Jul 2006 10:14:56 +0000 Ralf Schlatterbeck Transitive-property support.
Sat, 08 Jul 2006 18:28:18 +0000 Ralf Schlatterbeck Implemented what I'll call for now "transitive searching"...

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