| Mon, 12 Dec 2016 13:53:47 +0100 |
Ralf Schlatterbeck |
Implement double-precision Number
|
| Thu, 30 Jun 2016 20:38:23 -0400 |
John Rouillard |
- issue1714899: Feature Request: Optional Change Note. Added a new
|
| Sat, 25 Jun 2016 20:10:03 -0400 |
John Rouillard |
- issue2550636, issue2550909: Added support for Whoosh indexer.
|
| Sat, 18 Jun 2016 22:48:21 -0400 |
John Rouillard |
issue2550549 Postgres error on message templating
|
| 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, 09 May 2014 23:50:52 +1000 |
John Kristensen |
Remove reversed/sorted from roundup.support
|
| Fri, 04 Apr 2014 08:09:30 +0200 |
Ralf Schlatterbeck |
Fix sort-representation for RDBMS backends
|
| Thu, 12 Dec 2013 16:15:25 +0100 |
Ralf Schlatterbeck |
Fix SQL wildcards in string search
|
| Mon, 08 Jul 2013 16:55:20 +0200 |
Ralf Schlatterbeck |
Bug-fix: need to return None for empty query
|
| Fri, 10 May 2013 23:24:10 +0200 |
Bernhard Reiter |
Closed issue2550805 (Postgresql should search title case insensitive), by Tom Ekberg.
|
| Fri, 22 Mar 2013 15:53:27 +0100 |
Thomas Arendsen Hein |
Fixed issue2550595: Allow migrating from roundup 0.x to 1.4
|
| Fri, 17 Aug 2012 15:30:36 +0200 |
Ralf Schlatterbeck |
Add an interface to register clearCache callbacks in roundupdb.
|
| Fri, 15 Jul 2011 04:32:50 +0000 |
Richard Jones |
how odd, the Retire permission wasn't being registered;
|
| Sat, 16 Apr 2011 11:02:01 +0000 |
Ralf Schlatterbeck |
Fixed bug in filter_iter refactoring (lazy multilinks)...
|
| 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
|
| Wed, 06 Apr 2011 13:29:32 +0000 |
Ralf Schlatterbeck |
- small performance optimisation for 'get': do common case first
|
| Tue, 29 Mar 2011 20:13:53 +0000 |
Stefan Seefeld |
Add flags to allow to restrict DB modifications.
|
| Mon, 21 Mar 2011 20:49:56 +0000 |
Ralf Schlatterbeck |
- optimisation for date:
|
| Mon, 21 Mar 2011 20:44:39 +0000 |
Ralf Schlatterbeck |
Multilink fixes and optimizations:
|
| Mon, 08 Nov 2010 16:21:02 +0000 |
Bernhard Reiter |
Multilinks can be filtered by combining elements with AND, OR and NOT now.
|
| Thu, 04 Nov 2010 22:31:39 +0000 |
Stefan Seefeld |
fix SQL generation for empty WHERE clause.
|
| Fri, 22 Oct 2010 14:14:26 +0000 |
Ralf Schlatterbeck |
clear the cache on commit for rdbms backends:
|
| Thu, 07 Oct 2010 12:22:10 +0000 |
Ralf Schlatterbeck |
- refactor: move import_journal to hyperdb
|
| Thu, 07 Oct 2010 12:02:12 +0000 |
Ralf Schlatterbeck |
- lower memory footprint for (journal-) import
|
| 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...
|
| Mon, 09 Aug 2010 04:52:16 +0000 |
Richard Jones |
remove unnecessary brackets
|
| Fri, 05 Mar 2010 15:51:11 +0000 |
Ralf Schlatterbeck |
- unify bool searching (filter method) across backends
|
| Tue, 23 Feb 2010 11:18:34 +0000 |
Richard Jones |
another module modernised
|
| Mon, 16 Mar 2009 18:04:44 +0000 |
Stefan Seefeld |
Fix issue2550505
|
| Thu, 12 Mar 2009 14:08:31 +0000 |
Stefan Seefeld |
Don't check for node's existence if we know it exists.
|
| Tue, 10 Mar 2009 01:08:45 +0000 |
Richard Jones |
Fix some broken logging.
|
| Tue, 24 Feb 2009 01:10:13 +0000 |
Stefan Seefeld |
Make RDBMS cache-size configurable.
|
| Fri, 20 Feb 2009 12:45:57 +0000 |
Stefan Seefeld |
Fix typo.
|
| Fri, 20 Feb 2009 04:54:13 +0000 |
Stefan Seefeld |
Correct handling of a Multilink filterspec with an empty list of linked-to items.
|
| Fri, 20 Feb 2009 04:50:39 +0000 |
Stefan Seefeld |
Robustify SQL<->HyperDB data type conversion.
|
| Fri, 20 Feb 2009 04:38:34 +0000 |
Stefan Seefeld |
Enhance and simplify logging.
|
| Mon, 16 Feb 2009 22:43:07 +0000 |
Stefan Seefeld |
Fix issue2550505.
|
| Mon, 16 Feb 2009 20:53:40 +0000 |
Stefan Seefeld |
Fuse multiple DELETE calls into one for multilinks.
|
| Mon, 16 Feb 2009 20:47:59 +0000 |
Stefan Seefeld |
Execute cursor via Database.sql().
|
| Thu, 12 Feb 2009 05:07:00 +0000 |
Stefan Seefeld |
Fix issue2550501
|
| Mon, 18 Aug 2008 06:25:47 +0000 |
Richard Jones |
Don't run old code on newer database
|
| Thu, 07 Aug 2008 05:53:14 +0000 |
Richard Jones |
Fire reactors after file storage is all done (patch [SF#2001243])
|
| Thu, 07 Aug 2008 05:50:03 +0000 |
Richard Jones |
Fix for postgres 8.3 compatibility (and bug) (patch [SF#2030479])
|
| Wed, 27 Feb 2008 08:32:51 +0000 |
Richard Jones |
fix mysql breakage in 1.4.2
1.4.3
|
| Thu, 07 Feb 2008 05:01:42 +0000 |
Richard Jones |
don't recompute the index name
1.4.2
|
| Thu, 07 Feb 2008 03:28:34 +0000 |
Richard Jones |
Fix race condition for key properties in rdbms backends [SF#1876683]
|
| Thu, 25 Oct 2007 07:26:11 +0000 |
Richard Jones |
Handle export and import of old trackers that have data attached to...
|
| 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
|
| 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
|
| Thu, 21 Jun 2007 07:35:51 +0000 |
Ralf Schlatterbeck |
Indexing fixes.
|
| Wed, 11 Apr 2007 20:04:06 +0000 |
Erik Forsberg |
Fix for [SF#698136] Trouble with full-text indexer, with test.
|
| Sun, 01 Apr 2007 18:48:06 +0000 |
Erik Forsberg |
Use """ instead of ''' for multi-line strings...
|
| Tue, 20 Feb 2007 05:30:17 +0000 |
Richard Jones |
Handling of unset Link search in RDBMS backend
|