log roundup/admin.py @ 6180:4f45ce95f016

age author description
Tue, 19 May 2020 17:10:08 -0400 John Rouillard pep8 changes.
Tue, 19 May 2020 00:16:21 -0400 John Rouillard Fix postgres/mysql testing; test filter.
Mon, 18 May 2020 23:28:03 -0400 John Rouillard Add roundup-admin filter command; fix bad doc example; add tests
Thu, 26 Dec 2019 21:17:48 -0500 John Rouillard BANDIT reports assert. Replace assert with raise.
Thu, 14 Nov 2019 21:37:13 -0500 John Rouillard Add support for -u to roundup-admin
Sat, 05 Oct 2019 12:33:23 -0400 John Rouillard Provide a method for identifying invalid properties in permissions
Tue, 04 Jun 2019 18:42:05 -0400 John Rouillard issue2551029: Jinja2 template install error. maint-1.6
Tue, 04 Jun 2019 18:42:05 -0400 John Rouillard issue2551029: Jinja2 template install error.
Sun, 02 Sep 2018 23:48:04 +0000 Joseph Myers Make CSV import/export compatible across Python versions (also RDBMS journals) (issue 2550976, issue 2550975).
Tue, 24 Jul 2018 21:25:09 +0100 Christof Meerwald export csv as text file
Mon, 23 Jul 2018 21:41:23 +0100 Christof Meerwald import UserDict from collections or UserDict
Wed, 25 Jul 2018 00:39:37 +0000 Joseph Myers Python 3 preparation: comparisons.
Tue, 24 Jul 2018 23:47:10 +0000 Joseph Myers Python 3 preparation: replace raw_input uses.
Sat, 26 Aug 2017 00:24:01 -0400 Eric S. Raymond Make admin.py 2/3-agnostic.
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Thu, 24 Aug 2017 17:27:49 -0400 Eric S. Raymond Fix token_split() so its one error throws ValueError w/out extra arg.
Fri, 14 Apr 2017 23:24:18 -0400 John Rouillard issue2550864 - Potential information leakage via journal/history
Tue, 11 Apr 2017 21:51:28 -0400 John Rouillard Add new command updateconfig to admin command. This acts like
Tue, 11 Apr 2017 21:49:18 -0400 John Rouillard Remove code for unsupported/removed config command.
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.
Sat, 23 Jul 2016 17:08:44 -0400 John Rouillard Some patches from wking to make admin.py bypass checks like nuking a
Wed, 29 Jun 2016 18:35:19 -0400 John Rouillard Adding some tests for admin.py. Specifically for issue2550572: setting
Sun, 26 Jun 2016 22:10:40 -0400 John Rouillard Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Thu, 26 Jun 2014 15:39:19 +1000 John Kristensen Correctly locate templates in a virtualenv (issue2550841)
Tue, 23 Apr 2013 23:06:09 -0400 John Rouillard Implementation for:
Fri, 15 Apr 2011 08:09:59 +0000 Ralf Schlatterbeck Add new config-option 'password_pbkdf2_default_rounds'...
Mon, 08 Mar 2010 15:12:42 +0000 Ralf Schlatterbeck use config.DATABASE in cases where 'db' was still hard-coded
Mon, 22 Feb 2010 05:26:57 +0000 Richard Jones Beginnings of a big code cleanup / modernisation to make 2to3 happy
Mon, 07 Dec 2009 00:33:39 +0000 Richard Jones include info on what a designator is in all commands that use them
Fri, 09 Oct 2009 14:32:21 +0000 Ralf Schlatterbeck corrections for python2.3 compatibility:
Tue, 29 Sep 2009 07:27:17 +0000 Ralf Schlatterbeck New config option csv_field_size:
Fri, 24 Jul 2009 04:48:28 +0000 Pygi Fixed some stuf for 2to3 gsoc-2009
Fri, 24 Jul 2009 04:35:05 +0000 Pygi Some preparations for 3.0 migration gsoc-2009
Thu, 12 Mar 2009 02:52:56 +0000 Richard Jones Add compatibility package to allow us to deal with Python versions 2.3..2.6.
Mon, 23 Feb 2009 20:12:23 +0000 Stefan Seefeld Revert docstring markup for use with gettext tool.
Sun, 22 Feb 2009 19:28:07 +0000 Stefan Seefeld Uniformly use """...""" instead of '''...''' for comments.
Sun, 22 Feb 2009 01:49:15 +0000 Stefan Seefeld Move 'UsageError' definition from roundup.admin to roundup.exceptions.
Thu, 07 Feb 2008 03:28:34 +0000 Richard Jones Fix race condition for key properties in rdbms backends [SF#1876683]
Wed, 26 Sep 2007 14:09:59 +0000 Justus Pendleton use str instead of repr during roundup-admin display of values
Tue, 11 Sep 2007 04:12:17 +0000 Justus Pendleton Marek Kubica's patch to find templates installed by easy_install
Fri, 07 Sep 2007 20:18:15 +0000 Justus Pendleton fix [SF#297014]: roundup-admin interactive tracks uncommitted state
Wed, 10 Jan 2007 18:17:47 +0000 Ralf Schlatterbeck Error message fixes.
Fri, 11 Aug 2006 05:13:06 +0000 Richard Jones fix help message for roundup-admin install [SF#1494990]
Fri, 11 Aug 2006 05:10:15 +0000 Richard Jones fix importing into anydbm backend [SF#1512939]
Fri, 11 Aug 2006 05:00:19 +0000 Richard Jones new "exporttables" command in roundup-admin [SF#1533791]
Mon, 17 Jul 2006 14:47:23 +0000 Ralf Schlatterbeck Spacing and CHANGES.txt fixed.
Sat, 15 Jul 2006 10:15:17 +0000 Ralf Schlatterbeck Seems like node ids in the verbose option aren't integers.
Sat, 15 Jul 2006 10:04:32 +0000 Ralf Schlatterbeck Fix verbose option for roundup-admin (for import and export)
Thu, 27 Apr 2006 03:38:53 +0000 Richard Jones verbose output during import is optional now [SF#1475624]
Mon, 06 Feb 2006 21:00:47 +0000 Richard Jones Features and fixes.
Sat, 03 Dec 2005 11:26:08 +0000 Alexander Smishlajev install: accept configuration setting overrides (based on patch [SF#237110])
Tue, 12 Jul 2005 01:43:17 +0000 Richard Jones merge from HEAD maint-0.8
Tue, 12 Jul 2005 01:37:50 +0000 Richard Jones applied patch [SF#236087]
Tue, 05 Jul 2005 06:28:35 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 24 Jun 2005 05:34:15 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 24 Jun 2005 05:32:56 +0000 Richard Jones have 'roundup-admin security' display property restrictions [SF#1222135]
Fri, 06 May 2005 06:53:00 +0000 Alexander Smishlajev use binary mode for csv export [SF#1195742]; maint-0.8
Fri, 06 May 2005 06:53:00 +0000 Alexander Smishlajev use binary mode for csv export [SF#1195742];
Mon, 02 May 2005 06:15:25 +0000 Richard Jones merge from maint-0-8

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