log

age author description
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
Wed, 01 Jan 2025 17:51:05 -0500 John Rouillard fix: crash when logging ip if roundup-server times out
Wed, 01 Jan 2025 15:48:01 -0500 John Rouillard docs: doc new types in user_guide; alphabetize types in reference.
Wed, 01 Jan 2025 09:54:32 -0500 John Rouillard chore: it's 2025, update copyrights
Wed, 01 Jan 2025 02:06:00 -0500 John Rouillard fix: issue2551374 - Add error handling for filter expressions. Fix UI
Wed, 01 Jan 2025 01:02:09 -0500 John Rouillard test: added pytest-testmon
Wed, 01 Jan 2025 00:54:58 -0500 John Rouillard test: try to handle loss of testmon data when cancelling test.
Wed, 01 Jan 2025 00:47:14 -0500 John Rouillard test: add comment that I modified wsgi_liveserver.py
Wed, 01 Jan 2025 00:27:52 -0500 John Rouillard test: make probe_ports a class method under python2.
Tue, 31 Dec 2024 23:48:38 -0500 John Rouillard test: issue2551366. Probe for open port in test_liveserver.py
Tue, 31 Dec 2024 17:11:17 -0500 John Rouillard feat: issue2551372 - REST-API CSRF protection should document mandatory Origin header
Mon, 30 Dec 2024 22:51:46 -0500 John Rouillard chore(translation): update roundup.pot and .po files
Mon, 30 Dec 2024 21:17:59 -0500 John Rouillard test: fix failing test setup for change in PBKDF2 rounds.
Mon, 30 Dec 2024 21:03:01 -0500 John Rouillard test: fix failing test setup for change in PBKDF2 rounds.
Mon, 30 Dec 2024 20:54:46 -0500 John Rouillard test: issue2551253. fix test for default hash is PBKDF2-SHA512.
Mon, 30 Dec 2024 20:30:26 -0500 John Rouillard test: missed change in error wording.
Mon, 30 Dec 2024 20:22:55 -0500 John Rouillard fix: issue2551374. Error handling for filter expressions.
Mon, 30 Dec 2024 02:59:27 -0500 John Rouillard fix: crash roundup-admin perftest password without rounds= argument.
Mon, 30 Dec 2024 02:57:46 -0500 John Rouillard issue2551253. default hash is PBKDF2-SHA512.
Sun, 29 Dec 2024 19:48:42 -0500 John Rouillard issue2551116 - difusedxml support - python2 fixups.
Sun, 29 Dec 2024 19:11:01 -0500 John Rouillard issue2551116 - Replace xmlrpclib (xmlrpc.client) with defusedxml.
Mon, 23 Dec 2024 21:10:54 -0500 John Rouillard doc: clarify adding ctx argument to check command in schema.py
Sat, 21 Dec 2024 17:31:04 -0500 John Rouillard chore(ruff): update scanning rules.
Sat, 21 Dec 2024 16:50:00 -0500 John Rouillard fix: html templates reference missing issue.index macros
Sat, 21 Dec 2024 16:48:00 -0500 John Rouillard fix: html templates reference missing issue.index macros
Sat, 21 Dec 2024 16:35:11 -0500 John Rouillard fix: issue2550924. clean up schema for devel/responsive templates.
Sat, 21 Dec 2024 15:23:12 -0500 John Rouillard chore: format schema.pys in templates so ruff is ok.
Thu, 19 Dec 2024 17:58:10 -0500 John Rouillard chore(ruff): remove unused noqa comments.
Thu, 19 Dec 2024 17:56:24 -0500 John Rouillard chore(ruff): handle magic number warnings.
Thu, 19 Dec 2024 17:51:48 -0500 John Rouillard doc: explicitly refer to POE lifetime in seconds.
Thu, 19 Dec 2024 17:26:39 -0500 John Rouillard chore(lint): remove unneeded blank line.
Thu, 19 Dec 2024 17:23:04 -0500 John Rouillard chore(lint): mark unused variables in assignment with leading _

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