Code

Moved scripts from top-level dir to roundup.scripts subpackage
[roundup.git] / roundup-admin
2002-01-05 richardfixes
2002-01-05 richardI18N'ed roundup admin - and split the code off into...
2001-12-31 richard . #496360 ] table width does not work
2001-12-31 richardactually handle the advertised <cr> response to "commit...
2001-12-31 richardadded some quoting instructions to roundup-admin
2001-12-31 richardAdded better tokenising to roundup-admin - handles...
2001-12-17 richardImplemented file store rollback. As a bonus, the hyperd...
2001-12-15 richardSome cleanups in roundup-admin, also made it work again...
2001-12-13 richard . Centralised the python version check code, bumped...
2001-12-12 richard . Message author's name appears in From: instead of...
2001-12-10 richardFrom CHANGES:
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-12-01 richard. We now have basic transaction support! Information...
2001-11-27 richardtypo
2001-11-26 richardFeature:
2001-11-21 richardmore new property handling
2001-11-12 jhermannFixed option & associated error handling
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-11-09 richardMore error handling fixes.
2001-11-09 richard . roundup-admin now handles all hyperdb exceptions
2001-11-09 richardShould parse with python 1.5.2 now.
2001-11-08 richardExpanded the already-abbreviated "initialise" and ...
2001-11-08 richardroundup-admin now accepts abbreviated commands (eg...
2001-11-05 richardFixed newuser_action so it sets the cookie with the...
2001-10-23 richardRe-enabled login and registration access after lopping...
2001-10-21 richardAdded author identification to e-mail messages from...
2001-10-20 richardCatch errors in login - no username or password supplied.
2001-10-18 richardOops, committed the admin script with the wierd #!...
2001-10-17 richardDid a fair bit of work on the admin tool. Now has an...
2001-10-17 richardInteractive startup blurb - need to figure how to get...
2001-10-17 richardNow with readline support :)
2001-10-17 richardBeginnings of an interactive mode for roundup-admin
2001-10-16 richardadmin tool now complains if a "find" is attempted with...
2001-10-13 richardMore help in admin tool.
2001-10-11 richardImplemented the comma-separated printing option in...
2001-10-11 richardMarked the roundup-admin import/export as experimental...
2001-10-10 richardThe setup.cfg file is just causing pain. Away it goes.
2001-10-10 richardAdded database importing and exporting through CSV...
2001-10-09 richardSpit out command help if roundup-admin command doesn...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-10-04 richardAdded nicer command-line item adding: passing no argume...
2001-10-01 richardmade do_get have the args in the correct order
2001-09-18 richardAdded some more help to roundu-admin
2001-08-28 anthonybaxteradded missing 'import' statements.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-05 richardInstances are now opened by a special function that...
2001-08-03 richardUsed the much nicer load_package, pointed out by Steve...
2001-08-03 richardInstance import now imports the instance using imp...
2001-07-30 richardAdded time logging and file uploading to the templates.
2001-07-30 richardinit help now lists templates and backends
2001-07-30 richardFreshen is really broken. Commented out.
2001-07-30 richardBugfixes
2001-07-30 richardNow uses getopt, much improved command-line parsing...
2001-07-30 richardMade the "init" prompting more friendly.
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-23 richardok, so now "./roundup-admin init" will ask questions...
2001-07-23 richardMoved over to using marshal in the bsddb and anydbm...
2001-07-23 richardmoving the bin files to facilitate out-of-the-boxness