| Mon, 30 Dec 2024 20:22:55 -0500 |
John Rouillard |
fix: issue2551374. Error handling for filter expressions.
|
| Tue, 22 Oct 2024 12:57:32 +0200 |
Ralf Schlatterbeck |
Fix file descriptor leak in anydbm
permission-performance
|
| Mon, 06 May 2024 00:49:43 -0400 |
John Rouillard |
feat: issue1525113 - notation to filter by logged-in user
|
| Thu, 18 Apr 2024 20:22:08 -0400 |
John Rouillard |
fix: support dumbdbm on windows.
|
| Fri, 01 Mar 2024 14:04:05 -0500 |
John Rouillard |
fix(i18n): fix incorrect lookup of some translations
|
| Mon, 11 Sep 2023 00:10:29 -0400 |
John Rouillard |
merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
issue2550923_computed_property
|
| Fri, 14 Jul 2023 20:34:30 -0400 |
John Rouillard |
issue685275 - show retired/unretire commands
|
| Thu, 08 Jun 2023 00:10:32 -0400 |
John Rouillard |
merge from tip into issue2550923_computed_property
issue2550923_computed_property
|
| Wed, 24 May 2023 11:44:35 -0400 |
John Rouillard |
Make anydbm indexer handle missing items the same as rdbms backend
|
| Sat, 04 Mar 2023 00:17:26 -0500 |
John Rouillard |
Add config argument to more password.Password invocations.
|
| Mon, 07 Nov 2022 22:58:38 -0500 |
John Rouillard |
merge from main tip. This should fix test failure in Markdown2TestCase.test_string_markdown_code_block_attribute by merging html diff method used in tests.
issue2550923_computed_property
|
| Wed, 12 Oct 2022 22:16:56 -0400 |
John Rouillard |
replace for a,b in x.items() with for a in x.keys()
|
| 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
|