| Fri, 07 Oct 2022 16:46:56 -0400 |
John Rouillard |
flake8 convert type comparisons to isinstance.
|
| Fri, 07 Oct 2022 15:59:09 -0400 |
John Rouillard |
flake8 use isinstance rather than comparing types.
|
| Fri, 07 Oct 2022 13:24:26 -0400 |
John Rouillard |
change variable name l -> kept_entries
|
| Fri, 07 Oct 2022 13:21:01 -0400 |
John Rouillard |
Value is unused, indicate that by leading underscore (flake8)
|
| Fri, 07 Oct 2022 13:18:01 -0400 |
John Rouillard |
in clear() clear journals and node files.
|
| Thu, 06 Oct 2022 23:37:40 -0400 |
John Rouillard |
Replace mutable type and function call in arguments of function declaration.
|
| Thu, 06 Oct 2022 23:11:37 -0400 |
John Rouillard |
remove last_set_entry
|
| Thu, 06 Oct 2022 23:10:45 -0400 |
John Rouillard |
Remove uneeded \
|
| Thu, 06 Oct 2022 23:06:31 -0400 |
John Rouillard |
Final whitespace cleanups.
|
| Thu, 06 Oct 2022 21:55:55 -0400 |
John Rouillard |
More whiespace fixes
|
| Thu, 06 Oct 2022 21:44:21 -0400 |
John Rouillard |
Remove whitespace before ( and [
|
| Thu, 06 Oct 2022 21:40:22 -0400 |
John Rouillard |
Flake8 fixes: spaces around modulo, need extra blank lines, underindent
|
| Wed, 05 Oct 2022 23:37:40 -0400 |
John Rouillard |
backout checkin 60b37f632601
|
| Wed, 05 Oct 2022 23:09:44 -0400 |
John Rouillard |
flake8: fix imports; fix shadowed import; silence unused var warning
|
| Wed, 05 Oct 2022 22:20:11 -0400 |
John Rouillard |
Flake8 fix whitespace/indent issues.
|
| Sun, 07 Aug 2022 00:43:31 -0400 |
John Rouillard |
redis import failure on python2 causes crash
|
| Thu, 04 Aug 2022 14:41:58 -0400 |
John Rouillard |
Summary: Support selecion session/otk data store. Add redis as data store.
|
| Tue, 03 May 2022 14:51:59 +0200 |
Ralf Schlatterbeck |
Add i18n object to roundupdb.Database
|
| Thu, 16 Sep 2021 14:30:56 -0400 |
John Rouillard |
merge trunk changes into this branch
issue2550923_computed_property
|
| Thu, 03 Jun 2021 21:48:28 -0400 |
John Rouillard |
Fix find() with anydbm. Add fast return shortcut.
|
| Mon, 17 May 2021 17:35:50 +0200 |
Ralf Schlatterbeck |
Tests for Link expressions
|
| Sat, 08 May 2021 12:52:35 +0200 |
Ralf Schlatterbeck |
Make rev multilink expressions work for anydbm
|
| Sat, 08 May 2021 09:45:38 +0200 |
Ralf Schlatterbeck |
Allow '-1' (empty) in multilink expression
|
| Fri, 07 May 2021 20:50:08 +0200 |
Ralf Schlatterbeck |
Multilink expressions with simple "or"
|
| Sat, 27 Mar 2021 13:05:50 -0400 |
John Rouillard |
Remove debugging print statement.
|
| Sat, 27 Mar 2021 11:57:02 -0400 |
John Rouillard |
Enable testMultilinkOrdering check. Fix back_anydbm to pass.
|
| Mon, 21 Dec 2020 00:46:35 -0500 |
John Rouillard |
Computed needs to be hyperdb.Computed. Symbol not imported in anydbm like it is in rdbms.
issue2550923_computed_property
|
| Fri, 27 Nov 2020 18:09:00 -0500 |
John Rouillard |
Initial implementation of Computed property
issue2550923_computed_property
|
| Tue, 28 Jul 2020 06:24:39 -0400 |
John Rouillard |
Summary: Constrain format of classname and document
|
| 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
|