log roundup/instance.py @ 8527:d4a43d9da8ef

age author description
Tue, 07 Jan 2025 20:22:33 -0500 John Rouillard feat: add templating utils method dynamically; method to set http code
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()
Sun, 05 Nov 2023 11:38:18 -0500 John Rouillard merge default trunk into branch issue2550923_computed_property
Thu, 28 Sep 2023 09:43:37 -0400 John Rouillard refactor: issue2551293 - remove schema_hook from Tracker instance.
Thu, 08 Jun 2023 00:10:32 -0400 John Rouillard merge from tip into issue2550923_computed_property issue2550923_computed_property
Sat, 18 Mar 2023 14:16:31 -0400 John Rouillard flake8 fixes: whitespace, remove unused imports
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, 03 May 2022 14:51:59 +0200 Ralf Schlatterbeck Add i18n object to roundupdb.Database
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
Mon, 29 Nov 2021 11:31:14 +0100 Ralf Schlatterbeck post_init must be called on the database
Fri, 08 Oct 2021 00:14:44 -0400 John Rouillard merge from trunk. travisci xenil plus more issue2550923_computed_property
Thu, 16 Sep 2021 14:30:56 -0400 John Rouillard merge trunk changes into this branch issue2550923_computed_property
Sun, 05 Sep 2021 23:38:10 -0400 John Rouillard Clean leaking file descriptors. Eliminates ResourceWarnings.
Tue, 02 Mar 2021 00:08:51 -0500 John Rouillard Test case for backend not defined; remove unreachable code
Sat, 06 Feb 2021 20:15:26 -0500 John Rouillard Merge trunk into branch issue2550923_computed_property
Sun, 20 Dec 2020 15:43:07 -0500 John Rouillard Remove old code import imp, old style trackers db/backend_name
Fri, 27 Nov 2020 18:09:00 -0500 John Rouillard Initial implementation of Computed property issue2550923_computed_property
Fri, 03 Apr 2020 16:18:59 -0400 John Rouillard issue2551083 Replace BaseException and Exception with RoundupException
Tue, 31 Dec 2019 21:22:48 -0500 John Rouillard Flake8 cleanup. Formating only no code changes.
Wed, 12 Jun 2019 21:19:22 -0400 John Rouillard Fix: DeprecationWarning: Using or importing the ABCs from 'collections'
Wed, 25 Jul 2018 00:13:52 +0000 Joseph Myers Python 3 preparation: use isinstance(x, collections.Callable) instead of callable(x).
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:10:24 +0000 Joseph Myers Python 3 preparation: use open() instead of file().
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.
Mon, 04 Sep 2017 21:56:49 -0400 John Rouillard Python 2 and 3 support. Convert Exception into BaseException in core code.
Wed, 22 Mar 2017 22:03:01 -0400 John Rouillard make roundup-admin init function set the transaction source. Otherwise when initial_data.py is loaded as part of init, db.tx_Source is set to None and thus checks like db.tx_Source in [ 'cli' ] will fail.
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Fri, 11 Sep 2015 09:44:31 +0300 anatoly techtonik Transform instance.web_handlers to list to maintain order routing
Fri, 11 Sep 2015 08:16:38 +0300 anatoly techtonik Improve docs for registerHandler routing
Tue, 25 Nov 2014 17:29:38 +0300 anatoly techtonik Add support for extensions to provide custom pages to Roundup routing
Tue, 23 Apr 2013 23:06:09 -0400 John Rouillard Implementation for:
Mon, 21 Jan 2013 23:51:39 +0300 anatoly techtonik templating: rename precompileTemplates to precompile
Fri, 11 Jan 2013 00:46:23 +0300 anatoly techtonik Restore compatibility with an old style trackers (not sure if
Sun, 06 Jan 2013 16:39:21 +0300 anatoly techtonik Rename templating.get_templates to get_loader
Sun, 06 Jan 2013 16:36:33 +0300 anatoly techtonik API break: rename Templates to Loader for zopetal and chameleon
Mon, 23 Apr 2012 11:33:20 +0800 Cheer Xiao More fix for improvements on instance.py.
Fri, 24 Feb 2012 12:11:10 +0100 Ralf Schlatterbeck Fix improvements on instance.py.
Fri, 24 Feb 2012 10:00:09 +0100 Ralf Schlatterbeck Small improvements on instance.py by Cheer Xiao.
Thu, 23 Feb 2012 18:10:03 +0100 Ralf Schlatterbeck New Chameleon templating engine, engine is now configurable.
Mon, 30 Jan 2012 14:52:14 +0100 Ralf Schlatterbeck Fix override of TemplatingUtils in instance.py.
Thu, 23 Jun 2011 08:26:14 +0000 Bernhard Reiter Removed superfluous import.
Wed, 22 Jun 2011 21:50:46 +0000 Richard Jones the "file" alias was introduced some time after this code was written
Wed, 22 Jun 2011 12:34:31 +0000 Bernhard Reiter Do not depend on a CPython implementation detail anymore...
Thu, 21 Oct 2010 19:19:58 +0000 Ralf Schlatterbeck Fix setting of sys.path when importing schema.py, fixes issue2550675,
Tue, 13 Jul 2010 05:03:49 +0000 Richard Jones typo
Mon, 12 Jul 2010 04:02:14 +0000 Richard Jones doc tweak
Mon, 08 Mar 2010 15:12:42 +0000 Ralf Schlatterbeck use config.DATABASE in cases where 'db' was still hard-coded
Fri, 09 Oct 2009 13:54:54 +0000 Stefan Seefeld Add schema consistency checks.
Tue, 14 Jul 2009 09:10:43 +0000 Ralf Schlatterbeck Process each message through the mail gateway as a separate transaction.
Fri, 27 Feb 2009 17:46:47 +0000 Stefan Seefeld XMLRPC improvements:
Mon, 11 Dec 2006 23:36:15 +0000 Richard Jones Sorry for the mega-patch - was all done on the train:
Fri, 01 Dec 2006 10:38:40 +0000 Ralf Schlatterbeck ... ooops ...
Fri, 01 Dec 2006 10:31:58 +0000 Ralf Schlatterbeck Fixes for directory handling.
Fri, 01 Dec 2006 09:48:56 +0000 Ralf Schlatterbeck Directory structure changes.
Mon, 29 Nov 2004 02:55:47 +0000 Richard Jones unit test fixes
Thu, 18 Nov 2004 16:52:18 +0000 Alexander Smishlajev register all backend modules for old-style trackers
Thu, 11 Nov 2004 12:02:30 +0000 Alexander Smishlajev if optimize is set, load the schema file in __init__()...

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