log roundup/hyperdb.py @ 4339:663664c4e626

age author description
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"...
Sat, 06 May 2006 17:19:58 +0000 Alexander Smishlajev timezone support (patch [SF#1465296])
Thu, 27 Apr 2006 01:39:47 +0000 Richard Jones indexing may be turned off for FileClass "content" now
Fri, 03 Mar 2006 02:02:50 +0000 Richard Jones date spec wasn't allowing week intervals
Tue, 07 Feb 2006 04:14:02 +0000 Richard Jones fixes to import_files
Mon, 06 Feb 2006 21:00:47 +0000 Richard Jones Features and fixes.
Wed, 25 Jan 2006 02:24:28 +0000 Richard Jones fix detection of "missing" existing values in CGI form parser [SF#1414149]
Tue, 24 Jan 2006 08:22:42 +0000 Alexander Smishlajev common initialization code and detectors interface...
Fri, 20 Jan 2006 02:40:56 +0000 Richard Jones added setorderprop() and setlabelprop() to Class (lots of patches)
Fri, 13 Jan 2006 01:29:48 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 13 Jan 2006 00:05:46 +0000 Richard Jones fixed documentation of filter()...
Mon, 18 Jul 2005 02:35:18 +0000 Richard Jones merge from maint-0-8
Mon, 18 Jul 2005 02:30:00 +0000 Richard Jones fixes maint-0.8 0.8.4
Mon, 18 Jul 2005 01:43:56 +0000 Richard Jones merge from maint-0-8
Mon, 18 Jul 2005 01:43:06 +0000 Richard Jones bugfixes, thanks alex maint-0.8
Tue, 12 Jul 2005 01:43:17 +0000 Richard Jones merge from HEAD maint-0.8
Tue, 12 Jul 2005 01:37:50 +0000 Richard Jones applied patch [SF#236087]
Thu, 03 Mar 2005 22:12:36 +0000 Richard Jones clearer docs for find(); couple of other post-release fixes maint-0.8
Sat, 18 Dec 2004 11:12:04 +0000 Johannes Gijsbers First cut at exporting/importing file content from and to the hyperdb.
Thu, 25 Nov 2004 22:56:14 +0000 Richard Jones fix some introduced import bugs maint-0.7
Thu, 25 Nov 2004 22:51:06 +0000 Richard Jones py2.1 compatibility
Sat, 13 Nov 2004 07:11:14 +0000 Alexander Smishlajev Database instances must have method close()
Fri, 12 Nov 2004 04:07:05 +0000 Richard Jones fix some bugs introduced in refactoring of blobfiles filename()
Fri, 08 Oct 2004 05:44:33 +0000 Richard Jones removed safeget() from the API [SF#994750]
Fri, 08 Oct 2004 00:57:22 +0000 Richard Jones merge from HEAD maint-0.7
Fri, 08 Oct 2004 00:56:12 +0000 Richard Jones handle deleted properties in RDBMS history
Tue, 20 Jul 2004 23:24:27 +0000 Richard Jones fix metakit handling of filter on Link==None; fix some unit tests
Tue, 20 Jul 2004 06:00:07 +0000 Richard Jones *** empty log message *** maint-0.7
Tue, 20 Jul 2004 05:58:47 +0000 Richard Jones merge from HEAD maint-0.7
Wed, 14 Jul 2004 01:12:25 +0000 Richard Jones roundup-mailgw now logs fatal exceptions rather than mailing them to admin
Fri, 02 Jul 2004 05:22:09 +0000 Richard Jones Initial logging integration: replace all debug prints with logging calls...
Thu, 24 Jun 2004 07:14:49 +0000 Richard Jones merge from HEAD maint-0.7
Thu, 24 Jun 2004 06:39:07 +0000 Richard Jones WIP
Tue, 18 May 2004 21:53:18 +0000 Richard Jones add "checked" to truth values for Boolean input
Tue, 18 May 2004 21:53:18 +0000 Richard Jones add "checked" to truth values for Boolean input maint-0.7
Sun, 02 May 2004 23:16:05 +0000 Richard Jones fixed journal marshalling in RDBMS backends [SF#943627]
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Sun, 16 Nov 2003 22:56:46 +0000 Johannes Gijsbers Add docstring to safeget method.
Sun, 16 Nov 2003 20:01:16 +0000 Johannes Gijsbers Small readability improvements.
Sun, 16 Nov 2003 19:59:10 +0000 Johannes Gijsbers Add 'safeget' method to hyperdb, including tests...
Sun, 16 Nov 2003 18:41:40 +0000 Johannes Gijsbers Remove implementations of Class.getnode from back_anydbm and rdbms_common...
Tue, 11 Nov 2003 00:35:14 +0000 Richard Jones Centralised conversion of user-input data to hyperdb values
Fri, 24 Oct 2003 22:54:06 +0000 Richard Jones backport from HEAD maint-0.6

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