log roundup/hyperdb.py @ 8565:792eb77554fb

age author description
Sat, 01 Mar 2025 18:55:54 +0100 Ralf Schlatterbeck Generate savepoint only if necessary
Sat, 01 Mar 2025 13:08:09 +0100 Ralf Schlatterbeck Factor common code to hyperdb/roundupdb
Wed, 19 Feb 2025 12:38:06 +0100 Ralf Schlatterbeck Make native date and number elements configurable
Thu, 24 Oct 2024 09:19:25 +0200 Ralf Schlatterbeck Rename parameter of hasPermission permission-performance
Wed, 23 Oct 2024 17:46:05 +0200 Ralf Schlatterbeck Make permission filter functions configurable permission-performance
Wed, 23 Oct 2024 16:29:43 +0200 Ralf Schlatterbeck Test new filter function in security checks permission-performance
Tue, 22 Oct 2024 12:04:50 +0200 Ralf Schlatterbeck Filter exact_match_spec in filter_with_permissions permission-performance
Mon, 21 Oct 2024 18:12:03 +0200 Ralf Schlatterbeck Move permission check code to hyperdb permission-performance
Mon, 10 Jul 2023 17:31:34 -0400 John Rouillard merge default into branch issue2550923_computed_property
Mon, 10 Jul 2023 00:39:32 -0400 John Rouillard Reformat docstring for _Pointer::__init__
Thu, 08 Jun 2023 00:10:32 -0400 John Rouillard merge from tip into issue2550923_computed_property issue2550923_computed_property
Sat, 04 Mar 2023 11:51:45 -0500 John Rouillard Add config argument for one more call
Wed, 21 Dec 2022 20:13:39 +0100 Ralf Schlatterbeck issue2551250: Fix sorting of detectors
Mon, 21 Nov 2022 18:02:19 -0500 John Rouillard Fix internationalized strings with multiple unlabeled % replacements.
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
Tue, 13 Sep 2022 17:42:32 -0400 John Rouillard inital flake8 cleanups
Sun, 15 May 2022 12:02:57 -0400 John Rouillard issue2551159 - cl.filter fails if filterspec is None ...
Thu, 21 Apr 2022 16:54:17 -0400 John Rouillard merge from default branch. Fix travis.ci so CI builds don't error out issue2550923_computed_property
Sat, 05 Mar 2022 19:04:50 -0500 John Rouillard Database class close method was not raising NotImplementedError
Thu, 21 Oct 2021 13:07:33 +0200 Ralf Schlatterbeck Fix dict being changed during iteration
Thu, 16 Sep 2021 14:30:56 -0400 John Rouillard merge trunk changes into this branch issue2550923_computed_property
Mon, 02 Aug 2021 23:26:20 -0400 John Rouillard fix isset() for StringHTMLProperty
Mon, 17 May 2021 20:52:27 +0200 Ralf Schlatterbeck Fix searching+sorting for Link properties
Mon, 17 May 2021 17:35:50 +0200 Ralf Schlatterbeck Tests for Link expressions
Wed, 12 May 2021 13:32:18 +0200 Ralf Schlatterbeck Bug-fix in expression parser
Tue, 11 May 2021 11:32:26 +0200 Ralf Schlatterbeck Add documentation for multilink expression syntax
Mon, 10 May 2021 16:19:37 +0200 Ralf Schlatterbeck Tests and bug-fix for issue2551119
Sat, 08 May 2021 18:13:20 +0200 Ralf Schlatterbeck Make rev multilink for Link work
Sat, 08 May 2021 12:52:35 +0200 Ralf Schlatterbeck Make rev multilink expressions work for anydbm
Fri, 27 Nov 2020 18:09:00 -0500 John Rouillard Initial implementation of Computed property issue2550923_computed_property
Wed, 05 Aug 2020 02:05:10 -0400 John Rouillard issue2550522 - add transitive searching to filter in roundup-admin
Tue, 28 Jul 2020 06:24:39 -0400 John Rouillard Summary: Constrain format of classname and document
Wed, 15 Jul 2020 13:28:58 +0200 Ralf Schlatterbeck Fix reverse multilink iteration
Wed, 20 May 2020 10:21:12 +0200 Ralf Schlatterbeck Fix __repr__ of hyperdb.Class
Tue, 19 May 2020 09:25:48 +0200 Ralf Schlatterbeck Fix rev_multilink properties search/retrieval
Wed, 29 Apr 2020 16:30:27 +0200 Ralf Schlatterbeck Allow to define reverse Multilinks
Sat, 28 Dec 2019 14:41:55 -0500 John Rouillard Flake8 fixes; use isinstance rather than type equality.
Mon, 26 Aug 2019 22:45:42 +0200 Ralf Schlatterbeck Backwards-compatible signature of _proptree method
Mon, 26 Aug 2019 20:23:53 +0200 Ralf Schlatterbeck Implement limit and offset for filter
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, 12 Jun 2019 19:38:33 -0400 John Rouillard Try to deal with this warning/error: DeprecationWarning: generator
Mon, 08 Apr 2019 19:38:06 -0400 John Rouillard Properly handle mapping of KeyError to AttributeError in __getattr__
Fri, 15 Mar 2019 17:27:31 -0400 John Rouillard Python3: fix crash bug when importing binary file (like jpeg). The
Thu, 27 Sep 2018 11:33:01 +0000 Joseph Myers Avoid errors from selecting "no selection" on multilink (issue2550722).
Mon, 03 Sep 2018 12:00:46 +0200 Ralf Schlatterbeck No traceback for non-existent items in history
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).
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

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