Code

Pushed the base code for the extended schema CGI interface back into the
[roundup.git] / roundup-admin
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