log

age author description
Fri, 12 Feb 2021 18:46:27 +0100 Ralf Schlatterbeck Factor preloading into a preload method
Sat, 06 Feb 2021 20:15:26 -0500 John Rouillard Merge trunk into branch issue2550923_computed_property
Fri, 05 Feb 2021 00:09:08 -0500 John Rouillard BAsic test of demo and server intialization.
Thu, 04 Feb 2021 22:47:46 -0500 John Rouillard merge wsgi_handler performance tweak
Thu, 04 Feb 2021 22:34:54 -0500 John Rouillard Remove import of reload from imp (deprecated module), use importlib
Wed, 03 Feb 2021 17:53:55 +0100 Ralf Schlatterbeck Pre-load imports and templates for wsgi
Fri, 15 Jan 2021 16:41:31 -0500 John Rouillard issue2551109 - improve keyword editing in jinja2 template.
Fri, 15 Jan 2021 16:34:30 -0500 John Rouillard issue2551109 - improve keyword editing in jinja2 template. issue2550923_computed_property
Fri, 01 Jan 2021 23:58:50 -0500 John Rouillard Add test for invaild action in rest.py patch_element.
Fri, 01 Jan 2021 23:37:38 -0500 John Rouillard Test delete of class and use of @protected.
Fri, 01 Jan 2021 23:21:00 -0500 John Rouillard Test handling of invalid API version using Accept header.
Fri, 01 Jan 2021 22:25:40 -0500 John Rouillard Update doc for jwt example to omit b2s() if pyjwt version >= 2.0.0
Fri, 01 Jan 2021 22:16:45 -0500 John Rouillard pyjwt 2.00 changed return type of jwt.encode from byte to str
Fri, 01 Jan 2021 18:25:39 -0500 John Rouillard Set maxfail to save processing cycles on major failures.
Fri, 01 Jan 2021 17:55:12 -0500 John Rouillard Fix test. Env without xml fails due to added ,
Fri, 01 Jan 2021 14:14:34 -0500 John Rouillard Fix uncaught error when parsing rest headers, document
Sun, 27 Dec 2020 15:04:02 -0500 John Rouillard Fix testing of :lastactivity
Thu, 24 Dec 2020 00:14:06 -0500 John Rouillard Change output to html4.
Thu, 24 Dec 2020 00:11:52 -0500 John Rouillard Fix rss generator. No private atribute in issues in this tracker.
Thu, 24 Dec 2020 00:10:53 -0500 John Rouillard more lighthouse fixes
Wed, 23 Dec 2020 21:39:26 -0500 John Rouillard Add labels for some inputs on issue.item.
Wed, 23 Dec 2020 21:31:54 -0500 John Rouillard Use html5 doctype
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
Mon, 21 Dec 2020 00:00:39 -0500 John Rouillard Test :lastactivity special variable for lastUserActivity()
Sun, 20 Dec 2020 23:17:59 -0500 John Rouillard Document translation updates.
Sun, 20 Dec 2020 23:17:17 -0500 John Rouillard actions.py translation. Using mapping rather than tuple for args.
Sun, 20 Dec 2020 15:43:07 -0500 John Rouillard Remove old code import imp, old style trackers db/backend_name
Sun, 20 Dec 2020 12:28:59 -0500 John Rouillard issue2551104 - fix issue with markdown autolink next to punctuation
Sun, 20 Dec 2020 11:09:26 -0500 John Rouillard actually remove run_tests.py 8-)
Sun, 20 Dec 2020 11:08:57 -0500 John Rouillard Remove standalone pytest run_tests.py bundle
Mon, 14 Dec 2020 21:25:56 -0500 John Rouillard Fix UTC timezone test case if pytz not available; add tests
Mon, 14 Dec 2020 09:52:58 -0500 John Rouillard Replace depricated base64.decodestring with base64.b64decode.
Sun, 29 Nov 2020 16:11:22 -0500 John Rouillard remove obsolete 2.2.2 version of bootstrap source. These files are riddled with securty issues. jinja2 template uses boostrap 4.4.1.
Sun, 29 Nov 2020 00:22:20 -0500 John Rouillard Remove redundant words in doc.
Fri, 27 Nov 2020 18:09:00 -0500 John Rouillard Initial implementation of Computed property issue2550923_computed_property
Fri, 27 Nov 2020 17:55:52 -0500 John Rouillard Document changing FileClass content files.
Fri, 27 Nov 2020 00:15:26 -0500 John Rouillard issue2551100 - out of date jquery fix security and user.help.html
Tue, 17 Nov 2020 21:32:20 -0500 John Rouillard Add missing word to phrase.
Tue, 17 Nov 2020 21:30:21 -0500 John Rouillard Add missing comma to rest.txt.
Sun, 15 Nov 2020 15:17:10 -0500 John Rouillard Add update to sync wiki.roundup-tracker.org's roundup theme. Current hg was missing a line, not sure what the line does, but we are in sync now.
Mon, 09 Nov 2020 16:14:26 -0500 John Rouillard add security analysis workflow
Wed, 04 Nov 2020 21:18:15 -0500 John Rouillard Add python 3.9 to classifiers in setup.py.
Sat, 31 Oct 2020 15:43:53 -0400 John Rouillard issue2551099 - disable processing of data url's in markdown.
Sat, 31 Oct 2020 14:54:46 -0400 John Rouillard Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
Sat, 31 Oct 2020 14:51:16 -0400 John Rouillard issue2551098: markdown links missing rel="noreferer nofollow"
Thu, 29 Oct 2020 23:43:05 -0400 John Rouillard Make rev 2345:acbed367 use hash not revision number
Thu, 29 Oct 2020 23:15:31 -0400 John Rouillard issue2551096 - enable markdown autolink for email and bare url's.
Thu, 29 Oct 2020 17:08:44 -0400 John Rouillard issue2551097 - fix call to markdown2 - fix fenced code blocks.
Mon, 26 Oct 2020 20:27:23 -0400 John Rouillard issue2551092 - fix crash due to use of string not bytes under py3
Sun, 25 Oct 2020 16:12:15 -0400 John Rouillard issue2551094 - markdown mismatch - new config for embedded newine
Fri, 23 Oct 2020 18:38:37 -0400 John Rouillard issue2551094 - simplemde now handles linebreaks like markdown backends
Thu, 22 Oct 2020 20:43:29 -0400 John Rouillard Handle exception raised from markdown processing
Thu, 22 Oct 2020 11:49:14 -0400 John Rouillard Add test for hard linebreak fomatting in markdown
Fri, 16 Oct 2020 18:50:29 -0400 John Rouillard fix nightly build. Assume it's python 3 for now.
Fri, 16 Oct 2020 18:03:53 -0400 John Rouillard travis still only has a 3.9-dev env. nighty is 3.10 but build is failing looks like configure not running so try to figure out what TRAVIS_PYHTON_VERSION is.
Fri, 16 Oct 2020 17:19:43 -0400 John Rouillard drop 3.5 as it is least used per https://pypistats.org/packages/__all__; keep 3.4 to guard against regression as it is earliest 3.x release supported. Add 3.9 now that it is GR. add nightly,
Tue, 29 Sep 2020 17:12:20 -0400 John Rouillard Document designator like classname-number.
Wed, 09 Sep 2020 21:38:28 -0400 John Rouillard Replace http:....roundup-tracker.org with https.
Wed, 09 Sep 2020 21:37:16 -0400 John Rouillard Replace http:....roundup-tracker.org with https.
Wed, 09 Sep 2020 21:30:22 -0400 John Rouillard Replace http:....roundup-tracker.org with https.

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