log roundup/configuration.py @ 5876:716d50585c8d

age author description
Wed, 12 Jun 2019 20:34:47 -0400 John Rouillard Try to fix:
Fri, 07 Jun 2019 21:53:55 -0400 John Rouillard Sanity checking improvements. All IntegerNumberOption really have to
Fri, 07 Jun 2019 17:28:12 -0400 John Rouillard Yeah, let's actually return the option value.....
Fri, 07 Jun 2019 13:50:57 -0400 John Rouillard Finish up login rate limit code. Set config item to 0 disables, make
Wed, 05 Jun 2019 21:11:50 -0400 John Rouillard Validate that TRACKER_WEB url starts with https:// or http:// and ends
Sat, 01 Jun 2019 17:59:20 -0400 John Rouillard Fix Issue2551030: Roundup fails to start if pytz to access Olson
Sat, 01 Jun 2019 09:05:23 -0400 John Rouillard Fix issue2551029 (Jinja2 template install error) by deleting
Sun, 26 May 2019 19:30:29 -0400 John Rouillard Change umask default to python 3 (put python2 compatible) format with
Sat, 25 May 2019 16:50:25 -0400 John Rouillard Rest rate limiting code first commit. It is a bit rough and turned off
Thu, 23 May 2019 18:56:57 -0400 John Rouillard issue2551033: prevent reverse engineering hidden data by using etags
Sat, 11 May 2019 17:24:58 -0400 John Rouillard issue2550949: Rate limit password guesses/login attempts.
Mon, 08 Apr 2019 20:00:01 -0400 John Rouillard Update rest.txt example to include headers required for CSRF
Mon, 20 Aug 2018 00:50:16 +0000 Joseph Myers Fix issue2550994: breakage caused by configparser backports. maint-1.6
Wed, 30 Jan 2019 13:58:18 +0100 Ralf Schlatterbeck Make xmlrpc and rest APIs configurable REST-rebased
Mon, 20 Aug 2018 00:50:16 +0000 Joseph Myers Fix issue2550994: breakage caused by configparser backports.
Sun, 12 Aug 2018 16:17:14 +0100 Christof Meerwald use gpg module instead of pyme module for PGP encryption
Wed, 25 Jul 2018 09:31:50 +0000 Joseph Myers Python 3 preparation: avoid logging._levelNames.
Wed, 25 Jul 2018 09:05:58 +0000 Joseph Myers Python 3 preparation: unicode.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:20:20 +0000 Joseph Myers Python 3 preparation: use sys.maxsize instead of sys.maxint.
Tue, 24 Jul 2018 22:10:24 +0000 Joseph Myers Python 3 preparation: use open() instead of file().
Thu, 19 Apr 2018 12:59:23 +0200 Ralf Schlatterbeck Fix issue2550954: History display breaks
Fri, 13 Oct 2017 21:46:59 -0400 John Rouillard issue2550799: provide basic support for handling html only emails
Mon, 04 Sep 2017 21:56:49 -0400 John Rouillard Python 2 and 3 support. Convert Exception into BaseException in core code.
Thu, 24 Aug 2017 17:41:38 -0400 Eric S. Raymond Make an import work with either Python 2 or 3.
Tue, 11 Apr 2017 22:20:13 -0400 John Rouillard Fix issue with retreiving raw template files using the @@file mechanism.
Mon, 20 Mar 2017 20:18:20 -0400 John Rouillard Fix text formatting, typos and, English grammar of the descriptive text.
Sun, 19 Mar 2017 19:01:41 -0400 John Rouillard Added support for SameSite cookie option for CSRF prevention
Sat, 18 Mar 2017 16:59:01 -0400 John Rouillard issue 2550690 - Adding anti-csrf measures to roundup following
Sat, 25 Feb 2017 17:48:46 -0500 John Rouillard Fix spelling error. Make it match the name of the field.
Mon, 04 Jul 2016 15:14:54 -0400 John Rouillard replacing depricated has_key references by in to support python 3. Errors reported by python -3 roundup_server. Unit tests test_config test_security pass although test_config is a bit weak in coverage.
Sat, 02 Jul 2016 20:05:06 -0400 John Rouillard Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
Sun, 26 Jun 2016 20:53:11 -0400 John Rouillard issue2161722: oudated docs
Sun, 26 Jun 2016 00:36:23 -0400 John Rouillard issue2550803: Replying to NOSY mail goes to the tracker through
Sat, 25 Jun 2016 20:10:03 -0400 John Rouillard - issue2550636, issue2550909: Added support for Whoosh indexer.
Fri, 18 Mar 2016 16:18:20 +0100 Peter Funk Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Sun, 06 Apr 2014 11:11:04 +0200 Ralf Schlatterbeck New rdbms configuration option 'isolation_level'
Sun, 05 May 2013 00:21:27 +0200 Bernhard Reiter Removing remains of "rlog" module, fixes db unit test debug logging via environment variable.
Fri, 28 Dec 2012 01:02:48 +0100 Bernhard Reiter Typo fixed: Chamaleon -> Chameleon
Thu, 23 Feb 2012 18:10:03 +0100 Ralf Schlatterbeck New Chameleon templating engine, engine is now configurable.
Wed, 16 Nov 2011 09:51:38 -0500 Eric S. Raymond Remove keyword expansions from CVS. All regression tests passed afterwards.
Wed, 19 Oct 2011 11:32:20 -0400 Ralf Schlatterbeck Add config-option "nosy" to messages_to_author setting in [nosy] section...
Fri, 07 Oct 2011 14:21:57 +0000 Ralf Schlatterbeck PGP support is again working (pyme API has changed significantly)...
Fri, 15 Apr 2011 18:57:17 +0000 Ralf Schlatterbeck more verbose description of password hashing, thanks to Eli Collins
Fri, 15 Apr 2011 08:09:59 +0000 Ralf Schlatterbeck Add new config-option 'password_pbkdf2_default_rounds'...
Thu, 14 Apr 2011 18:10:58 +0000 Ralf Schlatterbeck Add new config-option 'migrate_passwords' in section 'web'...
Tue, 29 Mar 2011 20:13:53 +0000 Stefan Seefeld Add flags to allow to restrict DB modifications.
Wed, 16 Mar 2011 11:26:50 +0000 Ralf Schlatterbeck Configuration issue:
Tue, 05 Oct 2010 14:24:25 +0000 Ralf Schlatterbeck Mail gateway fixes and improvements.
Tue, 07 Sep 2010 15:42:04 +0000 Ralf Schlatterbeck new rdbms config item sqlite_timeout...
Mon, 09 Aug 2010 07:36:06 +0000 Ralf Schlatterbeck - No longer use the root logger, use a logger with prefix "roundup"...
Wed, 04 Aug 2010 10:01:23 +0000 Ralf Schlatterbeck new mailgw config option subject_updates_title...
Tue, 02 Feb 2010 04:44:18 +0000 Richard Jones add in-memory hyperdb implementation to speed up testing
Mon, 01 Feb 2010 02:58:07 +0000 Richard Jones Fix file handle leak in some web interfaces with logging turned on
Tue, 29 Sep 2009 07:27:17 +0000 Ralf Schlatterbeck New config option csv_field_size:
Thu, 12 Mar 2009 02:25:03 +0000 Richard Jones Plug a number of security holes:
Tue, 24 Feb 2009 01:10:13 +0000 Stefan Seefeld Make RDBMS cache-size configurable.
Mon, 01 Sep 2008 02:30:06 +0000 Richard Jones Try to clarify mail_domain config setting 1.4.6
Wed, 14 Nov 2007 14:57:47 +0000 Ralf Schlatterbeck Mail improvements:

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