log roundup/instance.py @ 5840:b68d3d8531d5 maint-1.6 1.6.1

age author description
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__()...
Wed, 10 Nov 2004 08:58:47 +0000 Alexander Smishlajev if optimize is set, load all extension modules in __init__()...
Wed, 10 Nov 2004 08:05:21 +0000 Alexander Smishlajev get_backend_name() is a lengthy thing (file I/O).
Wed, 03 Nov 2004 01:34:21 +0000 Richard Jones don't try to import all backends in backends.__init__ unless we *want* to
Tue, 02 Nov 2004 10:00:36 +0000 Alexander Smishlajev trackers got a 'templates' attribute, containing html templates collection...
Fri, 29 Oct 2004 14:01:24 +0000 Alexander Smishlajev load interfaces in __init__():
Wed, 20 Oct 2004 05:28:51 +0000 Richard Jones journaltag is optional
Fri, 08 Oct 2004 05:37:44 +0000 Richard Jones postgres backend open doesn't hide corruption in schema [SF#956375]
Wed, 29 Sep 2004 07:26:17 +0000 Alexander Smishlajev remove unused import
Wed, 29 Sep 2004 07:01:44 +0000 Alexander Smishlajev load user interfaces
Sun, 26 Sep 2004 13:16:40 +0000 Alexander Smishlajev fix load_extensions():
Fri, 24 Sep 2004 08:21:22 +0000 Alexander Smishlajev fix .load_extensions():
Tue, 27 Jul 2004 11:34:11 +0000 Alexander Smishlajev Main Roundup configuration class renamed to CoreConfig.
Tue, 27 Jul 2004 02:30:32 +0000 Richard Jones Load up extensions in the tracker "extensions" directory.
Tue, 27 Jul 2004 00:57:19 +0000 Richard Jones I thought I committed this last night. Ho hum.
Sun, 25 Jul 2004 13:14:57 +0000 Alexander Smishlajev use new style config;
Mon, 19 Jul 2004 01:49:26 +0000 Richard Jones allow override of log level when no filename specified
Tue, 08 Jun 2004 05:29:18 +0000 Richard Jones added basic logging support
Mon, 10 May 2004 00:42:49 +0000 Richard Jones merge from maint-0-7
Thu, 06 May 2004 23:04:01 +0000 Richard Jones fix typo in instance.py maint-0.7
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Sat, 06 Dec 2003 02:46:34 +0000 Richard Jones fix roundup win service
Thu, 04 Sep 2003 23:09:48 +0000 Richard Jones merge from HEAD maint-0.6
Thu, 04 Sep 2003 00:47:01 +0000 Richard Jones Initial implementation (half-baked) at new Tracker instance.
Fri, 20 Sep 2002 01:20:32 +0000 Richard Jones Verify contents of tracker module when the tracker is opened
Wed, 18 Sep 2002 00:02:13 +0000 Richard Jones old habits...
Tue, 17 Sep 2002 23:59:32 +0000 Richard Jones sanity check instance attributes on open

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