Code

only look for csv files on import
[roundup.git] / roundup / admin.py
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...