| Sun, 11 May 2025 20:02:31 -0400 |
John Rouillard |
fix: double escaping of data-calurl prevent use.
|
| Sun, 11 May 2025 18:51:57 -0400 |
John Rouillard |
docs: use bulleted list for deprecation; pydoc for shared dir
|
| Sun, 11 May 2025 17:59:32 -0400 |
John Rouillard |
issue2551398 - Browser number input
|
| Sun, 11 May 2025 17:50:44 -0400 |
John Rouillard |
build: issue2551397: remove support for python 3.6
|
| Sun, 11 May 2025 17:40:23 -0400 |
John Rouillard |
fix: issue2551396: os.path.stat.ST_MTIME + windows ... CHANGES.txt
|
| Sun, 11 May 2025 17:37:57 -0400 |
John Rouillard |
fix: issue2551396: os.path.stat.ST_MTIME + windows python 3.13 crashes
|
| Sun, 11 May 2025 17:24:34 -0400 |
John Rouillard |
chore: update 3-alpine image to resolve medium sev sqlite-lib issue
|
| Sun, 11 May 2025 17:13:31 -0400 |
John Rouillard |
build: issue2551397: remove support for python 3.6
|
| Sun, 11 May 2025 16:53:22 -0400 |
John Rouillard |
build: issue2551399 - CI is failing with flake8 syntax error F824
|
| Sun, 11 May 2025 16:41:19 -0400 |
John Rouillard |
chore: update ptyhon3-alpine hash.
|
| Mon, 10 Mar 2025 21:48:06 -0400 |
John Rouillard |
chore: update to latest 3.13 python alpine base image.
|
| 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
|
| Thu, 27 Feb 2025 10:05:38 +0100 |
Ralf Schlatterbeck |
Fix filter_iter so that exception is caught
|
| Wed, 26 Feb 2025 11:24:13 +0100 |
Ralf Schlatterbeck |
issue2551376: Fix tracebacks in item templates
|
| Wed, 19 Feb 2025 12:50:07 +0100 |
Ralf Schlatterbeck |
Add "form" parameter for Date field method
|
| Wed, 19 Feb 2025 12:38:06 +0100 |
Ralf Schlatterbeck |
Make native date and number elements configurable
|
| Wed, 22 Jan 2025 10:10:39 -0500 |
John Rouillard |
refactor(ruff): multiple changes to clear ruff issues
|
| Mon, 20 Jan 2025 16:32:39 -0500 |
John Rouillard |
backout bbc99def147a. All the other backends were programmed to accomodate the skip one nature of postgres sequences
|
| Mon, 20 Jan 2025 15:51:53 -0500 |
John Rouillard |
fix: issue2551238 - roundup-server should exit with error ...
|
| Mon, 20 Jan 2025 15:21:56 -0500 |
John Rouillard |
fix: issue1895197 - translated help texts in admin.py not displayed correctly.
|
| Sun, 19 Jan 2025 19:37:48 -0500 |
John Rouillard |
fix: issue2550815 - roundup-admin import for postgres causes id to be skipped.
|
| Sun, 19 Jan 2025 19:29:17 -0500 |
John Rouillard |
fix: issue2550962. remove assert in Role::hasPermission
|
| Sun, 19 Jan 2025 11:42:40 -0500 |
John Rouillard |
docs: updated DNS contact points and ownership.
|
| Sun, 19 Jan 2025 01:01:59 -0500 |
John Rouillard |
fix: revert part of changeset: ae7fadcac9e1
|
| Sat, 18 Jan 2025 22:20:38 -0500 |
John Rouillard |
fix: issue2551231 - template.py-HTMLClass::classhelp doesn't merge user defined classes.
|
| Sat, 18 Jan 2025 19:08:16 -0500 |
John Rouillard |
test: fix fuzz test
|
| Sat, 18 Jan 2025 17:43:08 -0500 |
John Rouillard |
refactor: change method used to assign radiobuttons for boolean
|
| Sat, 18 Jan 2025 16:54:35 -0500 |
John Rouillard |
test: basic testing for BooleanHTMLProperty
|
| Sat, 18 Jan 2025 15:15:42 -0500 |
John Rouillard |
test - fix broken test
|
| Sat, 18 Jan 2025 14:54:31 -0500 |
John Rouillard |
feat(web) - Use native number type input for Number() and Integer().
|
| Sat, 18 Jan 2025 12:23:23 -0500 |
John Rouillard |
fix: issue2551390 - Replace text input/calendar popup with native date input
|
| Sat, 18 Jan 2025 11:20:20 -0500 |
John Rouillard |
chore: quote some strings with variables and add comments
|
| Thu, 16 Jan 2025 21:13:20 -0500 |
John Rouillard |
doc: fix typo
|
| Thu, 16 Jan 2025 02:35:03 -0500 |
John Rouillard |
merging fix for missing id's on all inputs
|
| Thu, 16 Jan 2025 02:32:58 -0500 |
John Rouillard |
issue2551391 - checkboxes and radiobutton inputs get wrong id's.
|
| Wed, 15 Jan 2025 22:22:32 -0500 |
John Rouillard |
build: fixes for makfile to work with local autobuild of doc
|
| Mon, 13 Jan 2025 12:48:31 -0500 |
John Rouillard |
refactor: translator hint that 'user%s' should not be 'user %s'
|
| Sun, 12 Jan 2025 22:16:28 -0500 |
John Rouillard |
doc: update README for www.roundup-tracker.org.
|
| Sun, 12 Jan 2025 20:41:31 -0500 |
John Rouillard |
doc: typo fix.
|
| Sun, 12 Jan 2025 20:21:57 -0500 |
John Rouillard |
fix(locale): update translation files
|
| Sun, 12 Jan 2025 20:17:39 -0500 |
John Rouillard |
fix: missing space in translated message.
|
| Sun, 12 Jan 2025 20:13:36 -0500 |
John Rouillard |
doc: update tracker_config.txt
|
| Sun, 12 Jan 2025 19:50:31 -0500 |
John Rouillard |
doc: update roundup-server.1.html
|
| Sun, 12 Jan 2025 19:49:31 -0500 |
John Rouillard |
fix: correct strings with multiple %s that can't be translated
|
| Sun, 12 Jan 2025 18:22:40 -0500 |
John Rouillard |
doc: add make help to all Makefiles and fix 2 Makefiles
|
| Sun, 12 Jan 2025 14:14:09 -0500 |
John Rouillard |
test: Override Fuzz timeout from env variable.
|
| Sun, 12 Jan 2025 12:59:41 -0500 |
John Rouillard |
Handle timeout exception in roundup-server better.
|
| Sun, 12 Jan 2025 12:34:52 -0500 |
John Rouillard |
fix: issue2551387 - TypeError: not indexable.
|
| Thu, 09 Jan 2025 10:14:55 -0500 |
John Rouillard |
doc: remove uneeded comment. CORS preflight code path moved.
|
| Thu, 09 Jan 2025 09:32:10 -0500 |
John Rouillard |
doc: known issues with possible dependent tests
|
| Thu, 09 Jan 2025 09:30:08 -0500 |
John Rouillard |
fix(api): issue2551384. Verify REST authorization earlier
|
| Wed, 08 Jan 2025 11:39:54 -0500 |
John Rouillard |
docs: clarify wording, fix index, add superseder link
|
| Tue, 07 Jan 2025 23:00:35 -0500 |
John Rouillard |
docs: link to Client and TemplatingUtils class/method docstrings
|
| Tue, 07 Jan 2025 20:22:33 -0500 |
John Rouillard |
feat: add templating utils method dynamically; method to set http code
|
| Sun, 05 Jan 2025 00:59:12 -0500 |
John Rouillard |
fix: cae1bbf2536b - expression errors not setting result properly
|
| Sat, 04 Jan 2025 22:34:47 -0500 |
John Rouillard |
chore(ruff): variable renames, formatting, sort imports, use with open
|
| Sat, 04 Jan 2025 20:50:59 -0500 |
John Rouillard |
chore(ruff): var name changes; unused import; formatting
|
| Sat, 04 Jan 2025 18:48:35 -0500 |
John Rouillard |
chore(ruff): order imports.
|
| Wed, 01 Jan 2025 19:41:45 -0500 |
John Rouillard |
test: issue2551366. fix probe for open port in test_liveserver.py
|