http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup-admin Mercurial Repository: p/roundup/code: roundup-admin history 2002-01-05T02:22:33+00:00 fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-18d4051bdae7b52bf77dd81a423dd2c8a9d0e639 Richard Jones richard@users.sourceforge.net 2002-01-05T02:22:33+00:00 2002-01-05T02:22:33+00:00
changeset 18d4051bdae7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fixes
files
I18N'ed roundup admin... http://hg.code.sf.net:8000/p/roundup/code/#changeset-b35f229dd04953d644654b5adf82aec8d3469a52 Richard Jones richard@users.sourceforge.net 2002-01-05T02:11:22+00:00 2002-01-05T02:11:22+00:00
changeset b35f229dd049
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description I18N'ed roundup admin...

...and split the code off into a module so it can be used elsewhere.

Big issue with this is the doc strings - that's the help. We're
probably going to have to switch to not use docstrings, which will
suck a little :(
files
[SF#496360] table width does not work http://hg.code.sf.net:8000/p/roundup/code/#changeset-ef06a66a0b72cdf88211016436da599303010a96 Richard Jones richard@users.sourceforge.net 2001-12-31T05:20:34+00:00 2001-12-31T05:20:34+00:00
changeset ef06a66a0b72
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description [SF#496360] table width does not work
files
actually handle the advertised <cr> response to "commit y/N?" http://hg.code.sf.net:8000/p/roundup/code/#changeset-e18210e77a39e30fca1b55fa32038ecd2d7002e9 Richard Jones richard@users.sourceforge.net 2001-12-31T05:12:52+00:00 2001-12-31T05:12:52+00:00
changeset e18210e77a39
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description actually handle the advertised <cr> response to "commit y/N?"
files
added some quoting instructions to roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-f51b017eff05493e8c6102fb7a0bf16d0f84823c Richard Jones richard@users.sourceforge.net 2001-12-31T05:12:01+00:00 2001-12-31T05:12:01+00:00
changeset f51b017eff05
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description added some quoting instructions to roundup-admin
files
Added better tokenising to roundup-admin - handles spaces and stuff. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9f7320624bc23f6b61d1710544739b67f275931a Richard Jones richard@users.sourceforge.net 2001-12-31T05:09:20+00:00 2001-12-31T05:09:20+00:00
changeset 9f7320624bc2
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added better tokenising to roundup-admin - handles spaces and stuff.

Can use quoting or backslashes. See the roundup.token pydoc.
files
Implemented file store rollback. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b579418f7ed125f8dced036a823a3312d2150754 Richard Jones richard@users.sourceforge.net 2001-12-17T03:52:48+00:00 2001-12-17T03:52:48+00:00
changeset b579418f7ed1
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Implemented file store rollback.

As a bonus, the hyperdb is now capable of storing more than one file
per node - if a property name is supplied, the file is called
designator.property.

I decided not to migrate the existing files stored over to the new naming
scheme - the FileClass just doesn't specify the property name.
files
Some cleanups in roundup-admin, also made it work again... http://hg.code.sf.net:8000/p/roundup/code/#changeset-2198e5445d6b0ddbc4fae8f71673ffc2078c3719 Richard Jones richard@users.sourceforge.net 2001-12-15T23:09:23+00:00 2001-12-15T23:09:23+00:00
changeset 2198e5445d6b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Some cleanups in roundup-admin, also made it work again...
files
Centralised the python version check code, bumped version to 2.1.1 http://hg.code.sf.net:8000/p/roundup/code/#changeset-141aacfdb34f026c3f1ce89ae02fc4bee0532671 Richard Jones richard@users.sourceforge.net 2001-12-13T00:20:01+00:00 2001-12-13T00:20:01+00:00
changeset 141aacfdb34f
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Centralised the python version check code, bumped version to 2.1.1

(really needs to be 2.1.2, but that isn't released yet :)
files
Message author's name appears in From: instead of roundup instance name http://hg.code.sf.net:8000/p/roundup/code/#changeset-208697858c8b73daa2d8f5274f320691cba44d4b Richard Jones richard@users.sourceforge.net 2001-12-12T21:47:45+00:00 2001-12-12T21:47:45+00:00
changeset 208697858c8b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Message author's name appears in From: instead of roundup instance name

(which still appears in the Reply-To:)

envelope-from is now set to the roundup-admin and not roundup itself so
delivery reports aren't sent to roundup (thanks Patrick Ohly)
files
Notes from changes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9d97c1a4ddadaf37cc14c33cc62a416710033861 Richard Jones richard@users.sourceforge.net 2001-12-10T00:57:38+00:00 2001-12-10T00:57:38+00:00
changeset 9d97c1a4ddad
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Notes from changes.

>From CHANGES:
. Added the "display" command to the admin tool - displays a node's values
. [SF#489760] [issue] only subject
. fixed the doc/index.html to include the quoting in the mail alias.

Also:
. fixed roundup-admin so it works with transactions
. disabled the back_anydbm module if anydbm tries to use dumbdbm
files
Eliminate database close method by using weakrefs. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a28a80b714f93dc5996b6155dccc90f126437915 Richard Jones richard@users.sourceforge.net 2001-12-02T05:06:16+00:00 2001-12-02T05:06:16+00:00
changeset a28a80b714f9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Eliminate database close method by using weakrefs.

. We now use weakrefs in the Classes to keep the database reference, so
the close() method on the database is no longer needed.
I bumped the minimum python requirement up to 2.1 accordingly.
. [SF#487480] roundup-server
. [SF#487476] INSTALL.txt

I also cleaned up the change message / post-edit stuff in the cgi client.
There's now a clearly marked "TODO: append the change note" where I believe
the change note should be added there. The "changes" list will obviously
have to be modified to be a dict of the changes, or somesuch.

More testing needed.
files
Database transactions. http://hg.code.sf.net:8000/p/roundup/code/#changeset-350685601f3703bb6e4e9d823e3793bb7e242185 Richard Jones richard@users.sourceforge.net 2001-12-01T07:17:50+00:00 2001-12-01T07:17:50+00:00
changeset 350685601f37
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Database transactions.

. We now have basic transaction support! Information is only written to
the database when the commit() method is called. Only the anydbm
backend is modified in this way - neither of the bsddb backends have been.
The mail, admin and cgi interfaces all use commit (except the admin tool
doesn't have a commit command, so interactive users can't commit...)
. Fixed login/registration forwarding the user to the right page (or not,
on a failure)
files
typo http://hg.code.sf.net:8000/p/roundup/code/#changeset-3e31e53a6ff616849787c48383ec92e915b415bd Richard Jones richard@users.sourceforge.net 2001-11-27T22:32:03+00:00 2001-11-27T22:32:03+00:00
changeset 3e31e53a6ff6
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description typo
files
Features and fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a6088556e9bafa7aa130cb4759ce5526a9cd2450 Richard Jones richard@users.sourceforge.net 2001-11-26T22:55:56+00:00 2001-11-26T22:55:56+00:00
changeset a6088556e9ba
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Features and fixes.

Feature:
. Added INSTANCE_NAME to configuration - used in web and email to identify
the instance.
. Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
signature info in e-mails.
. Some more flexibility in the mail gateway and more error handling.
. Login now takes you to the page you back to the were denied access to.

Fixed:
. Lots of bugs, thanks Roch�nd others on the devel mailing list!
files
more new property handling http://hg.code.sf.net:8000/p/roundup/code/#changeset-d47818b09265ea794a5cbc2b58662659aa309048 Richard Jones richard@users.sourceforge.net 2001-11-21T03:40:54+00:00 2001-11-21T03:40:54+00:00
changeset d47818b09265
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more new property handling
files
Fixed option & associated error handling http://hg.code.sf.net:8000/p/roundup/code/#changeset-59ed29a879f6fecf749a68b2ad57625dfbbc2705 Jürgen Hermann jhermann@users.sourceforge.net 2001-11-12T22:51:59+00:00 2001-11-12T22:51:59+00:00
changeset 59ed29a879f6
branch
bookmark
tag
user Jürgen Hermann <jhermann@users.sourceforge.net>
description Fixed option & associated error handling
files
Fixed issues with nosy reaction and author copies. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a1331423eb938d7668659f5147e64f105f9085fa Richard Jones richard@users.sourceforge.net 2001-11-12T22:01:07+00:00 2001-11-12T22:01:07+00:00
changeset a1331423eb93
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed issues with nosy reaction and author copies.
files
More error handling fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c7b5b1aa6b4a54a3b5d1a08c1b9aac70590b5273 Richard Jones richard@users.sourceforge.net 2001-11-09T22:33:28+00:00 2001-11-09T22:33:28+00:00
changeset c7b5b1aa6b4a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description More error handling fixes.
files
roundup-admin now handles all hyperdb exceptions http://hg.code.sf.net:8000/p/roundup/code/#changeset-93dc08528ad92443451f5b79d8fea97d6c1ff86d Richard Jones richard@users.sourceforge.net 2001-11-09T10:11:08+00:00 2001-11-09T10:11:08+00:00
changeset 93dc08528ad9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description roundup-admin now handles all hyperdb exceptions
files
Should parse with python 1.5.2 now. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c6d6ea15068badc34367abca6623c57e9e6f4bd3 Richard Jones richard@users.sourceforge.net 2001-11-09T01:25:40+00:00 2001-11-09T01:25:40+00:00
changeset c6d6ea15068b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Should parse with python 1.5.2 now.
files
Expanded the already-abbreviated "initialise" and "specification" commands... http://hg.code.sf.net:8000/p/roundup/code/#changeset-3b9410cb8b61d3ac415ba3d30888e8ee3657f228 Richard Jones richard@users.sourceforge.net 2001-11-08T04:42:00+00:00 2001-11-08T04:42:00+00:00
changeset 3b9410cb8b61
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Expanded the already-abbreviated "initialise" and "specification" commands...

...and added a comment to the command help about the abbreviation.
files
roundup-admin now accepts abbreviated commands (eg. l = li = lis = list) http://hg.code.sf.net:8000/p/roundup/code/#changeset-f348aa576d51ffde3fe9c7b419caa14ddf4dc12c Richard Jones richard@users.sourceforge.net 2001-11-08T04:29:59+00:00 2001-11-08T04:29:59+00:00
changeset f348aa576d51
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description roundup-admin now accepts abbreviated commands (eg. l = li = lis = list)

[thanks Engelbert Gruber for the inspiration]
files
Fixed newuser_action so it sets the cookie with the unencrypted password. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f90abe9e811d58269144351e55bb7d8ece99a4a6 Richard Jones richard@users.sourceforge.net 2001-11-05T23:45:40+00:00 2001-11-05T23:45:40+00:00
changeset f90abe9e811d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed newuser_action so it sets the cookie with the unencrypted password.

Also made it present nicer error messages (not tracebacks).
files
Re-enabled login and registration access... http://hg.code.sf.net:8000/p/roundup/code/#changeset-e18dd72277805e85fc36ea6acd34a8d56240756b Richard Jones richard@users.sourceforge.net 2001-10-23T01:00:18+00:00 2001-10-23T01:00:18+00:00
changeset e18dd7227780
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Re-enabled login and registration access...

...after lopping them off via disabling access for anonymous users.

Major re-org of the htmltemplate code, cleaning it up significantly. Fixed
a couple of bugs while I was there. Probably introduced a couple, but
things seem to work OK at the moment.
files
Added author identification to e-mail messages from roundup. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e32af1eff4ea29be78ddbee53d65fa215519a3ba Richard Jones richard@users.sourceforge.net 2001-10-21T00:45:15+00:00 2001-10-21T00:45:15+00:00
changeset e32af1eff4ea
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added author identification to e-mail messages from roundup.
files
Catch errors in login - no username or password supplied. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d1fb3fcdb11b30f7aee7b2ce6760a5795af04e3b Richard Jones richard@users.sourceforge.net 2001-10-20T11:58:48+00:00 2001-10-20T11:58:48+00:00
changeset d1fb3fcdb11b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Catch errors in login - no username or password supplied.

Fixed editing of password (Password property type) thanks Roch'e Compaan.
files
Oops, committed the admin script with the wierd #! line. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7901b58cfae82d6f6a5f9765bd0a9521d28ce6da Richard Jones richard@users.sourceforge.net 2001-10-18T02:16:42+00:00 2001-10-18T02:16:42+00:00
changeset 7901b58cfae8
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Oops, committed the admin script with the wierd #! line.

Also, made the thing into a class to reduce parameter passing.
Nuked the leading whitespace from the help __doc__ displays too.
files
Did a fair bit of work on the admin tool. http://hg.code.sf.net:8000/p/roundup/code/#changeset-fd9835c1e58ddd5b45d6cd952e703be5d8c7666e Richard Jones richard@users.sourceforge.net 2001-10-17T23:13:19+00:00 2001-10-17T23:13:19+00:00
changeset fd9835c1e58d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Did a fair bit of work on the admin tool.

Now has an extra command "table" which displays node information in a
tabular format. Also fixed import and export so they work. Removed
freshen. Fixed quopri usage in mailgw from bug reports.
files
Interactive startup blurb - need to figure how to get the version in there. http://hg.code.sf.net:8000/p/roundup/code/#changeset-07a64ec2a79d37ac3c9ea555133ed1066739476b Richard Jones richard@users.sourceforge.net 2001-10-17T06:57:29+00:00 2001-10-17T06:57:29+00:00
changeset 07a64ec2a79d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Interactive startup blurb - need to figure how to get the version in there.
files
Now with readline support :) http://hg.code.sf.net:8000/p/roundup/code/#changeset-1bbc16563d893c0584b0e47a0e7636a1eab02bbb Richard Jones richard@users.sourceforge.net 2001-10-17T06:17:26+00:00 2001-10-17T06:17:26+00:00
changeset 1bbc16563d89
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Now with readline support :)
files
Beginnings of an interactive mode for roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-e155eca83f40d4df9b62e8b8243b3a36261606a6 Richard Jones richard@users.sourceforge.net 2001-10-17T06:04:00+00:00 2001-10-17T06:04:00+00:00
changeset e155eca83f40
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Beginnings of an interactive mode for roundup-admin
files
admin tool now complains if a "find" is attempted with a non-link property. http://hg.code.sf.net:8000/p/roundup/code/#changeset-49be38bb6e9ad6da48658e1024c5709739470af8 Richard Jones richard@users.sourceforge.net 2001-10-16T03:48:01+00:00 2001-10-16T03:48:01+00:00
changeset 49be38bb6e9a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description admin tool now complains if a "find" is attempted with a non-link property.
files
More help in admin tool. http://hg.code.sf.net:8000/p/roundup/code/#changeset-ee7705d7bb0692821533181d97c9a69236579e58 Richard Jones richard@users.sourceforge.net 2001-10-13T00:07:39+00:00 2001-10-13T00:07:39+00:00
changeset ee7705d7bb06
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description More help in admin tool.
files
Implemented the comma-separated printing option in the admin tool. http://hg.code.sf.net:8000/p/roundup/code/#changeset-ee2f4cb160bd1cd06160f7e160d4056896445693 Richard Jones richard@users.sourceforge.net 2001-10-11T23:43:04+00:00 2001-10-11T23:43:04+00:00
changeset ee2f4cb160bd
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Implemented the comma-separated printing option in the admin tool.

Fixed a typo (more of a vim-o actually :) in mailgw.
files
Marked the roundup-admin import/export as experimental... http://hg.code.sf.net:8000/p/roundup/code/#changeset-a6e3a9164814798c6e16545c65e0ec72807cf548 Richard Jones richard@users.sourceforge.net 2001-10-11T05:03:51+00:00 2001-10-11T05:03:51+00:00
changeset a6e3a9164814
branch
bookmark
tag 0.3.0-pre2
user Richard Jones <richard@users.sourceforge.net>
description Marked the roundup-admin import/export as experimental...

...since they're not fully operational.
files
The setup.cfg file is just causing pain. Away it goes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-80ad2bf9cf7b0f283415bdb91df393405d800a78 Richard Jones richard@users.sourceforge.net 2001-10-10T04:12:32+00:00 2001-10-10T04:12:32+00:00
changeset 80ad2bf9cf7b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description The setup.cfg file is just causing pain. Away it goes.
files
Added database importing and exporting through CSV files. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a5dabf2430c558f2dc1835240cb720cbdc9a3b89 Richard Jones richard@users.sourceforge.net 2001-10-10T03:54:57+00:00 2001-10-10T03:54:57+00:00
changeset a5dabf2430c5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added database importing and exporting through CSV files.

Uses the csv module from object-craft for exporting if it's available.
Requires the csv module for importing.
files
Spit out command help if roundup-admin command doesn't get an argument. http://hg.code.sf.net:8000/p/roundup/code/#changeset-79226fbb7741af8d59ce37cef4c6baace4c21b7f Richard Jones richard@users.sourceforge.net 2001-10-09T23:36:25+00:00 2001-10-09T23:36:25+00:00
changeset 79226fbb7741
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Spit out command help if roundup-admin command doesn't get an argument.
files
Added the Password property type. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a4241ddd22d7b35f2d311773f5b0ed8c7f9f6fd8 Richard Jones richard@users.sourceforge.net 2001-10-09T07:25:59+00:00 2001-10-09T07:25:59+00:00
changeset a4241ddd22d7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added the Password property type.

See "pydoc roundup.password" for implementation details. Have updated
some of the documentation too.
files
Many features and fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a671e5917b33040322bad0aa31bcf55f2e908525 Richard Jones richard@users.sourceforge.net 2001-10-05T02:23:24+00:00 2001-10-05T02:23:24+00:00
changeset a671e5917b33
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Many features and fixes.

. roundup-admin create now prompts for property info if none is supplied
on the command-line.
. hyperdb Class getprops() method may now return only the mutable
properties.
. Login now uses cookies, which makes it a whole lot more flexible. We can
now support anonymous user access (read-only, unless there's an
"anonymous" user, in which case write access is permitted). Login
handling has been moved into cgi_client.Client.main()
. The "extended" schema is now the default in roundup init.
. The schemas have had their page headings modified to cope with the new
login handling. Existing installations should copy the interfaces.py
file from the roundup lib directory to their instance home.
. Incorrectly had a Bizar Software copyright on the cgitb.py module from
Ping - has been removed.
. Fixed a whole bunch of places in the CGI interface where we should have
been returning Not Found instead of throwing an exception.
. Fixed a deviation from the spec: trying to modify the 'id' property of
an item now throws an exception.
files
Added nicer command-line item adding: http://hg.code.sf.net:8000/p/roundup/code/#changeset-ab921dc53ccde0aae200b091100479f741f9f9c2 Richard Jones richard@users.sourceforge.net 2001-10-04T02:12:42+00:00 2001-10-04T02:12:42+00:00
changeset ab921dc53ccd
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added nicer command-line item adding:

passing no arguments will enter an interactive more which asks for
each property in turn. While I was at it, I fixed an implementation
problem WRT the spec - I wasn't raising a ValueError if the key
property was missing from a create(). Also added a protected=boolean
argument to getprops() so we can list only the mutable properties
(defaults to yes, which lists the immutables).
files
made do_get have the args in the correct order http://hg.code.sf.net:8000/p/roundup/code/#changeset-0ca5381a72b54bc58db0ade2c501cbda008c9516 Richard Jones richard@users.sourceforge.net 2001-10-01T06:40:43+00:00 2001-10-01T06:40:43+00:00
changeset 0ca5381a72b5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description made do_get have the args in the correct order
files
Added some more help to roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-96cdd8ef0581eb25049faf23f5d1756e9320ea48 Richard Jones richard@users.sourceforge.net 2001-09-18T22:58:37+00:00 2001-09-18T22:58:37+00:00
changeset 96cdd8ef0581
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added some more help to roundup-admin
files
added missing 'import' statements. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d7d358408537474a5b8e398e19be5456377e86a8 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-08-28T05:58:33+00:00 2001-08-28T05:58:33+00:00
changeset d7d358408537
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description added missing 'import' statements.
files
using isinstance(blah, Foo) now instead of isFooType http://hg.code.sf.net:8000/p/roundup/code/#changeset-ad2c98faec97feb6d20112d3f383fff0343d02c0 Richard Jones richard@users.sourceforge.net 2001-08-12T06:32:36+00:00 2001-08-12T06:32:36+00:00
changeset ad2c98faec97
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description using isinstance(blah, Foo) now instead of isFooType
files
stupid typo http://hg.code.sf.net:8000/p/roundup/code/#changeset-18134bffab37adb31b9748bde68b0d2f890b6d1e Richard Jones richard@users.sourceforge.net 2001-08-07T00:24:43+00:00 2001-08-07T00:24:43+00:00
changeset 18134bffab37
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description stupid typo
files
Added the copyright/license notice to (nearly) all files... http://hg.code.sf.net:8000/p/roundup/code/#changeset-d45384bc6420d1fe5aa6252310d04956315bdd69 Richard Jones richard@users.sourceforge.net 2001-08-07T00:15:51+00:00 2001-08-07T00:15:51+00:00
changeset d45384bc6420
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added the copyright/license notice to (nearly) all files...

...at request of Bizar Software.
files
Instances are now opened by a special function... http://hg.code.sf.net:8000/p/roundup/code/#changeset-c1461733cbf99187986314b7c3db2478e8d55008 Richard Jones richard@users.sourceforge.net 2001-08-05T07:44:36+00:00 2001-08-05T07:44:36+00:00
changeset c1461733cbf9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Instances are now opened by a special function...

...that generates a unique module name for the instances on import
time.
files
Used the much nicer load_package, pointed out by Steve Majewski. http://hg.code.sf.net:8000/p/roundup/code/#changeset-241a0323aacbda79b93782f57dcd0b31b82841fb Richard Jones richard@users.sourceforge.net 2001-08-03T01:28:33+00:00 2001-08-03T01:28:33+00:00
changeset 241a0323aacb
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Used the much nicer load_package, pointed out by Steve Majewski.
files
Instance import now imports the instance using imp.load_module... http://hg.code.sf.net:8000/p/roundup/code/#changeset-996eaf90c01ea1084a8fc7ac620ff8ce093aa73b Richard Jones richard@users.sourceforge.net 2001-08-03T00:59:34+00:00 2001-08-03T00:59:34+00:00
changeset 996eaf90c01e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Instance import now imports the instance using imp.load_module...

...so that we can have instance homes of "roundup" or other existing
python package names.
files
Added time logging and file uploading to the templates. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a49c8a2ddd261c5efe3c71b68f50562eb11a58eb Richard Jones richard@users.sourceforge.net 2001-07-30T08:12:17+00:00 2001-07-30T08:12:17+00:00
changeset a49c8a2ddd26
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added time logging and file uploading to the templates.
files
init help now lists templates and backends http://hg.code.sf.net:8000/p/roundup/code/#changeset-002249ffa5d078d6b48c481075b4e96c2ac6f007 Richard Jones richard@users.sourceforge.net 2001-07-30T03:52:55+00:00 2001-07-30T03:52:55+00:00
changeset 002249ffa5d0
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description init help now lists templates and backends
files
Freshen is really broken. Commented out. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b07b9a5b6aa98a33f413372fd3c0ae2b4069d3f4 Richard Jones richard@users.sourceforge.net 2001-07-30T02:37:07+00:00 2001-07-30T02:37:07+00:00
changeset b07b9a5b6aa9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Freshen is really broken. Commented out.
files
Bugfixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-0e3cb7a4290f0cbae19fdefe128f53f342e12fc7 Richard Jones richard@users.sourceforge.net 2001-07-30T01:28:46+00:00 2001-07-30T01:28:46+00:00
changeset 0e3cb7a4290f
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Bugfixes
files
Now uses getopt, much improved command-line parsing. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a4383d62a4079f4d355eb70c4887f26c4548424d Richard Jones richard@users.sourceforge.net 2001-07-30T00:57:51+00:00 2001-07-30T00:57:51+00:00
changeset a4383d62a407
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Now uses getopt, much improved command-line parsing.

Much fuller help. Much better internal structure. It's just BETTER. :)
files
Made the "init" prompting more friendly. http://hg.code.sf.net:8000/p/roundup/code/#changeset-4a87e0b0d3f789d26bd110481ce28a2981fb36df Richard Jones richard@users.sourceforge.net 2001-07-30T00:04:48+00:00 2001-07-30T00:04:48+00:00
changeset 4a87e0b0d3f7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Made the "init" prompting more friendly.
files
Added vim command to all source so that we don't get no steenkin' tabs :) http://hg.code.sf.net:8000/p/roundup/code/#changeset-0791d13baea72ae994dbc9229f0f8603e0440a6d Richard Jones richard@users.sourceforge.net 2001-07-29T07:01:39+00:00 2001-07-29T07:01:39+00:00
changeset 0791d13baea7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added vim command to all source so that we don't get no steenkin' tabs :)
files
ok, so now "./roundup-admin init" will ask questions... http://hg.code.sf.net:8000/p/roundup/code/#changeset-3a7e5515c1bdf009da6213cb6d90aabaf3a868c3 Richard Jones richard@users.sourceforge.net 2001-07-23T08:45:28+00:00 2001-07-23T08:45:28+00:00
changeset 3a7e5515c1bd
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description ok, so now "./roundup-admin init" will ask questions...

...in an attempt to get a workable instance_home set up :)

_and_ anydbm has had its first test :)
files
Moved over to using marshal in the bsddb and anydbm backends. http://hg.code.sf.net:8000/p/roundup/code/#changeset-6712038786524cc70d41ab3cb9da9fdb30d2f2b8 Richard Jones richard@users.sourceforge.net 2001-07-23T08:20:44+00:00 2001-07-23T08:20:44+00:00
changeset 671203878652
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Moved over to using marshal in the bsddb and anydbm backends.

roundup-admin now has a "freshen" command that'll load/save all nodes (not
retired - mod hyperdb.Class.list() so it lists retired nodes)
files