log roundup/cgi/templating.py @ 8286:6445e63bb423

age author description
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
Thu, 16 Jan 2025 02:32:58 -0500 John Rouillard issue2551391 - checkboxes and radiobutton inputs get wrong id's.
Tue, 07 Jan 2025 20:22:33 -0500 John Rouillard feat: add templating utils method dynamically; method to set http code
Mon, 21 Oct 2024 18:12:03 +0200 Ralf Schlatterbeck Move permission check code to hyperdb permission-performance
Mon, 21 Oct 2024 16:11:13 +0200 Ralf Schlatterbeck Optimize filtering of search results permission-performance
Fri, 18 Oct 2024 18:04:46 +0200 Ralf Schlatterbeck When computing batch check class-permissions first permission-performance
Tue, 16 Jul 2024 02:10:25 -0400 John Rouillard fix: keep python2 working a little longer.
Tue, 16 Jul 2024 01:05:49 -0400 John Rouillard refactor!: replace os.listdir() with os.scandir()
Sat, 18 May 2024 21:28:05 -0400 John Rouillard bug: make classhelper link open in new window when js is disabled
Mon, 06 May 2024 00:49:43 -0400 John Rouillard feat: issue1525113 - notation to filter by logged-in user
Tue, 30 Apr 2024 22:27:57 -0400 John Rouillard issue2551285 - Remove StructuredText support
Sun, 21 Apr 2024 21:50:36 -0400 John Rouillard doc: fix spelling in docstring.
Sun, 07 Apr 2024 20:52:17 -0400 John Rouillard issue2551331 - Fix repeat first/last methods.
Sun, 07 Apr 2024 15:27:18 -0400 John Rouillard fix: document/fix wrapped HtmlProperty method.
Tue, 26 Mar 2024 14:15:46 -0400 John Rouillard issue2551270 - Better templating support for JavaScript
Mon, 04 Mar 2024 19:11:42 -0500 John Rouillard chore: replace id with itemid
Mon, 04 Mar 2024 19:09:13 -0500 John Rouillard chore: replace id with itemid
Mon, 04 Mar 2024 18:51:41 -0500 John Rouillard chore: replace use of dir with template_dir.
Fri, 01 Mar 2024 16:22:15 -0500 John Rouillard chore(lint): sort imports
Fri, 01 Mar 2024 16:16:25 -0500 John Rouillard fix: remove mutable object as default for method/function values
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
Mon, 24 Jul 2023 17:49:58 -0400 John Rouillard fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
Sun, 23 Jul 2023 23:26:03 -0400 John Rouillard flake8: whitespace fixes
Sun, 23 Jul 2023 16:50:35 -0400 John Rouillard Support markdown2 2.4.10, 2.4.8- and exclude 2.4.9
Mon, 10 Jul 2023 17:31:34 -0400 John Rouillard merge default into branch issue2550923_computed_property
Sun, 11 Jun 2023 22:40:38 -0400 John Rouillard Fix bug reported by Gabor Nagy in MultilinkHTMLProperty::sorted
Thu, 08 Jun 2023 00:10:32 -0400 John Rouillard merge from tip into issue2550923_computed_property issue2550923_computed_property
Sat, 21 Jan 2023 12:52:24 -0500 John Rouillard Fix traceback on integer order attribute, fix comment
Thu, 19 Jan 2023 14:40:52 +0100 Ralf Schlatterbeck Fix Traceback on empty numeric order attribute
Mon, 21 Nov 2022 18:50:17 -0500 John Rouillard Remove translation marker.
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
Mon, 10 Oct 2022 15:43:13 -0400 John Rouillard flake8 whitepace, indents, var names
Mon, 10 Oct 2022 15:07:17 -0400 John Rouillard flake8 fixes: lambda assign squash, over/under indent, var names
Mon, 10 Oct 2022 14:41:11 -0400 John Rouillard flake8 E228 missing whitespace around modulo operator
Mon, 10 Oct 2022 14:35:50 -0400 John Rouillard flake8 fix E228 missing whitespace around modulo operator
Sun, 09 Oct 2022 18:40:46 -0400 John Rouillard flake8: fix imports,
Sun, 09 Oct 2022 18:06:16 -0400 John Rouillard flake8 fix 2: E303 too many blank lines
Sun, 09 Oct 2022 17:58:53 -0400 John Rouillard flake8 E225 missing whitespace around operator
Sun, 09 Oct 2022 17:55:25 -0400 John Rouillard flake8: E251 unexpected spaces around keyword / parameter equals
Sun, 09 Oct 2022 17:53:36 -0400 John Rouillard flake8: remove trailing whitespace after reformat
Sun, 09 Oct 2022 17:52:53 -0400 John Rouillard flake8 fix multiple spaces after operator.
Sun, 09 Oct 2022 17:51:42 -0400 John Rouillard flake8 E231 missing whitespace after ',' or ':'
Sun, 09 Oct 2022 17:46:17 -0400 John Rouillard flake8 E303 too many blank lines
Sun, 09 Oct 2022 17:44:45 -0400 John Rouillard flake8: E721 do not compare types, use 'isinstance()'
Sun, 09 Oct 2022 17:40:14 -0400 John Rouillard flake8: E711 comparison to None should be 'if cond is not None:'
Sun, 09 Oct 2022 17:34:42 -0400 John Rouillard flake8 inline comment spacing; too many leading #
Sun, 09 Oct 2022 17:30:47 -0400 John Rouillard flake8: remove trailing whitespace; blank lines for definitions
Sun, 09 Oct 2022 17:26:30 -0400 John Rouillard flake8 E211 remove space before ( in function calls
Sun, 09 Oct 2022 17:25:23 -0400 John Rouillard flake8 remove space from blank lines W293
Sun, 09 Oct 2022 17:22:32 -0400 John Rouillard flake8: fix whitespace around : and operator and add blank lines
Sun, 09 Oct 2022 17:13:56 -0400 John Rouillard flake8 fix additional spaces within () and []
Wed, 31 Aug 2022 22:55:19 -0400 John Rouillard flake8 undefined symbol fixes.
Tue, 16 Aug 2022 22:39:04 -0400 John Rouillard issue2550559 - Pretty printing / formatting for Number types.
Sun, 07 Aug 2022 01:51:11 -0400 John Rouillard Refactor session db logging and key generation for sessions/otks
Thu, 04 Aug 2022 14:41:58 -0400 John Rouillard Summary: Support selecion session/otk data store. Add redis as data store.
Wed, 15 Jun 2022 21:44:21 -0400 John Rouillard Undo raise NoTemplate on missing template. Breaks _generic fallback.
Tue, 14 Jun 2022 20:34:16 -0400 John Rouillard Handle case where template file doesn't exist.
Mon, 30 May 2022 18:03:39 +0200 Ralf Schlatterbeck Fix traceback if an order attribute is None
Tue, 03 May 2022 14:51:59 +0200 Ralf Schlatterbeck Add i18n object to roundupdb.Database

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