Code

Add new config-option 'password_pbkdf2_default_rounds' in 'main' section
[roundup.git] / roundup / admin.py
2011-04-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2010-03-08 schlatterbeckuse config.DATABASE in cases where 'db' was still hard...
2010-02-22 richardBeginnings of a big code cleanup / modernisation to...
2009-12-07 richardinclude info on what a designator is in all commands...
2009-10-09 schlatterbeckcorrections for python2.3 compatibility:
2009-09-29 schlatterbeckNew config option csv_field_size: Pythons csv module...
2009-03-12 richardAdd compatibility package to allow us to deal with...
2009-02-23 stefanRevert docstring markup for use with gettext tool.
2009-02-22 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-22 stefanMove 'UsageError' definition from roundup.admin to...
2009-02-06 stefansvn repository setup
2004-04-17 richardmore doc
2004-04-05 richardversion info in scripts
2004-04-05 richardroundup-admin install checks for existing tracker in...
2004-04-03 richard*** empty log message ***
2004-04-02 richardExport and import now include journals (incompatible...
2004-03-21 richardThat's the last of the RDBMS migration steps done!...
2004-02-11 richarddocumentation cleanup
2003-11-13 richardimplemented munging of template name for installed...
2003-11-11 richardCentralised conversion of user-input data to hyperdb...
2003-10-24 jlgijsbersClarify listTemplates docstring using sourceforge.net...
2003-08-29 richardapplied patch 739314 (sorry John!)
2003-08-28 richardpython2.3 CSV support, also missing thankyou in index...
2003-08-26 richardImporting wasn't setting None values explicitly when...
2003-06-23 neajGet rid of TABs, use spaces instead.
2003-05-29 richardattempt to fix the template finding
2003-05-09 richardbetter string splitting
2003-04-17 richardmore places to look for templates
2003-04-17 richardmoving templates around
2003-03-27 richardfix the "set" command usage statement
2003-03-26 richardadded command-line functionality for roundup-adming...
2003-03-26 richardClass.find() may now find unset Links (sf bug 700620)
2003-03-23 richardbugfix
2003-03-23 richardfinally, tables autosize columns (sf bug 609070)
2003-03-21 richardfixed rdbms export - getnodeids in particular with...
2003-03-18 richardonly look for csv files on import
2003-03-16 kedderadded ability to restore retired nodes
2003-03-06 richardrelaxed CVS importing (sf feature 693277)
2003-03-06 richardmore info in the "set" command
2003-02-28 richardfixes to import/export
2003-02-26 richardfixed export/import of retired nodes (sf bug 685273)
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-15 keddertrackers on mysql can be initialised
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2002-10-03 richardmerge from maintenance branch
2002-09-26 richardehem ... for create too
2002-09-26 richardadded "crypt" password encoding and ability to set...
2002-09-24 richardmake import set the id counter to maxid+1
2002-09-18 richardsqlite backend!
2002-09-13 richardCleaned up CHANGES/TODO
2002-09-11 richardimplemented set for all items in a class, and unset
2002-09-10 richardhandled some XXXs
2002-09-10 richardmore doc
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-10 richardremoved Log
2002-09-09 richardinstance_config -> config, and other related cleanups
2002-08-19 richardfull database export and import is done
2002-08-16 richardmoving towards full database export
2002-08-01 richardinclude info about new user roles
2002-08-01 richardAdded the web access and email access permissions,...
2002-07-25 richardBugger it. Here's the current shape of the new security...
2002-07-18 gmcmAdd Number and Boolean types to hyperdb.
2002-07-14 richard . fixed the date module so that Date(". - 2d") works
2002-07-09 richardAdded reindex command to roundup-admin.
2002-06-17 richard. #569415 ] {version}
2002-06-11 richardRemoved prompt for admin email in initialisation.
2002-05-30 richardoops
2002-05-26 richardout by one in the init args
2002-05-23 richard . split instance initialisation into two steps, allowi...
2002-04-27 richardminor fix to error message
2002-03-12 richard . #527416 ] roundup-admin uses undefined value
2002-02-27 richardRan it through pychecker, made fixes
2002-02-20 richardWasn't handling the cvs parser feeding properly.
2002-01-23 grubert . allow abbreviation of "help" in admin tool too.
2002-01-21 rochecompaanYou can now use the roundup-admin tool to pack the...
2002-01-14 richard . #503164 ] create and passwords
2002-01-08 rochecompaanMissing "self" in props_from_args
2002-01-07 richard#500140 ] AdminTool.get_class() returns nothing
2002-01-05 richardI18N'ed roundup admin - and split the code off into...