Prep for pre-release #2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@292 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@292 57a73879-2fb5-44c3-a270-3262357dd7e2
Reverted a change in hyperdb so the default value for missing property
values in a create() is None and not '' (the empty string.) This obviously
breaks CSV import/export - the string 'None' will be created in an
export/import operation.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@291 57a73879-2fb5-44c3-a270-3262357dd7e2
values in a create() is None and not '' (the empty string.) This obviously
breaks CSV import/export - the string 'None' will be created in an
export/import operation.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@291 57a73879-2fb5-44c3-a270-3262357dd7e2
Getting ready for a preview release for 0.3.0.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@289 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@289 57a73879-2fb5-44c3-a270-3262357dd7e2
The setup.cfg file is just causing pain. Away it goes.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@288 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@288 57a73879-2fb5-44c3-a270-3262357dd7e2
Updated doc for recent roundup-admin changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@287 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@287 57a73879-2fb5-44c3-a270-3262357dd7e2
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.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@286 57a73879-2fb5-44c3-a270-3262357dd7e2
Uses the csv module from object-craft for exporting if it's available.
Requires the csv module for importing.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@286 57a73879-2fb5-44c3-a270-3262357dd7e2
more doc
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@285 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@285 57a73879-2fb5-44c3-a270-3262357dd7e2
More info for 0.2.x -> 0.3.0 migration
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@284 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@284 57a73879-2fb5-44c3-a270-3262357dd7e2
Moved the data stringification up into the hyperdb.Class class' get, set
and create methods. This means that the data is also stringified for the
journal call, and removes duplication of code from the backends. The
backend code now only sees strings.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@283 57a73879-2fb5-44c3-a270-3262357dd7e2
and create methods. This means that the data is also stringified for the
journal call, and removes duplication of code from the backends. The
backend code now only sees strings.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@283 57a73879-2fb5-44c3-a270-3262357dd7e2
Spit out command help if roundup-admin command doesn't get an argument.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@282 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@282 57a73879-2fb5-44c3-a270-3262357dd7e2
Pushed the base code for the extended schema CGI interface back into the
code cgi_client module so that future updates will be less painful.
Also removed a debugging print statement from cgi_client.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@281 57a73879-2fb5-44c3-a270-3262357dd7e2
code cgi_client module so that future updates will be less painful.
Also removed a debugging print statement from cgi_client.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@281 57a73879-2fb5-44c3-a270-3262357dd7e2
Steps to follow when migrating between versions of roundup.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@280 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@280 57a73879-2fb5-44c3-a270-3262357dd7e2
Added some more doc.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@279 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@279 57a73879-2fb5-44c3-a270-3262357dd7e2
Added the Password property type. See "pydoc roundup.password" for
implementation details. Have updated some of the documentation too.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@278 57a73879-2fb5-44c3-a270-3262357dd7e2
implementation details. Have updated some of the documentation too.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@278 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed a typo, thanks Jean Jordaan.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@277 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@277 57a73879-2fb5-44c3-a270-3262357dd7e2
Minor pre- 0.3.0 changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@276 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@276 57a73879-2fb5-44c3-a270-3262357dd7e2
Change message was stuffing up for multilinks with no key property.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@275 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@275 57a73879-2fb5-44c3-a270-3262357dd7e2
more doc cleanup
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@274 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@274 57a73879-2fb5-44c3-a270-3262357dd7e2
Some more documentation.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@273 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@273 57a73879-2fb5-44c3-a270-3262357dd7e2
. 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.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@272 57a73879-2fb5-44c3-a270-3262357dd7e2
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.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@272 57a73879-2fb5-44c3-a270-3262357dd7e2
Forgot to pass the protected flag down *sigh*.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@271 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@271 57a73879-2fb5-44c3-a270-3262357dd7e2
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).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@270 57a73879-2fb5-44c3-a270-3262357dd7e2
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).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@270 57a73879-2fb5-44c3-a270-3262357dd7e2
made do_get have the args in the correct order
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@269 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@269 57a73879-2fb5-44c3-a270-3262357dd7e2
More documentation and a new TODO item.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@268 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@268 57a73879-2fb5-44c3-a270-3262357dd7e2
stop people setting up roundup with our addresses as default - need to
handle this better in the init
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@267 57a73879-2fb5-44c3-a270-3262357dd7e2
handle this better in the init
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@267 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixes to the top-level index
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@266 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@266 57a73879-2fb5-44c3-a270-3262357dd7e2
more doc
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@265 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@265 57a73879-2fb5-44c3-a270-3262357dd7e2
more doc
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@264 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@264 57a73879-2fb5-44c3-a270-3262357dd7e2
Bug fix for test_init on Windows.
More documenation!!
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@263 57a73879-2fb5-44c3-a270-3262357dd7e2
More documenation!!
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@263 57a73879-2fb5-44c3-a270-3262357dd7e2
cvs tag
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@262 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@262 57a73879-2fb5-44c3-a270-3262357dd7e2
More doc, straight out of the mailgw module and roundup-admin help
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@261 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@261 57a73879-2fb5-44c3-a270-3262357dd7e2
CGI interfaces now spit up a top-level index of all the instances they can
serve.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@260 57a73879-2fb5-44c3-a270-3262357dd7e2
serve.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@260 57a73879-2fb5-44c3-a270-3262357dd7e2
Started working on some _real_ documentation!
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@259 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@259 57a73879-2fb5-44c3-a270-3262357dd7e2
*gak* ... xmp is Old Skool apparently. Am using pre again by have the option
on the plain() template function to escape the text for HTML.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@258 57a73879-2fb5-44c3-a270-3262357dd7e2
on the plain() template function to escape the text for HTML.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@258 57a73879-2fb5-44c3-a270-3262357dd7e2
Messages are now displayed with content, and <xmp>xmp</xmp>'ed instead of
pre'ed.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@257 57a73879-2fb5-44c3-a270-3262357dd7e2
pre'ed.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@257 57a73879-2fb5-44c3-a270-3262357dd7e2
Added some more help to roundu-admin
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@256 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@256 57a73879-2fb5-44c3-a270-3262357dd7e2
handle cases where mime type is not guessable
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@255 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@255 57a73879-2fb5-44c3-a270-3262357dd7e2
Started changes log for 0.2.9
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@254 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@254 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed bug in the generation of links to Link/Multilink in indexes.
(thanks Hubert Hoegl)
Added AssignedTo to the "classic" schema's item page.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@253 57a73879-2fb5-44c3-a270-3262357dd7e2
(thanks Hubert Hoegl)
Added AssignedTo to the "classic" schema's item page.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@253 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed missing import in mailgw :(
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@252 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@252 57a73879-2fb5-44c3-a270-3262357dd7e2
Disabled the bsddb3 module entirely in the unit testing. See CHANGES for
details.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@250 57a73879-2fb5-44c3-a270-3262357dd7e2
details.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@250 57a73879-2fb5-44c3-a270-3262357dd7e2
minor stuff
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@249 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@249 57a73879-2fb5-44c3-a270-3262357dd7e2
Added the release announcement text to the CVS so I don't have to hunt for
it every time I make a release.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@248 57a73879-2fb5-44c3-a270-3262357dd7e2
it every time I make a release.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@248 57a73879-2fb5-44c3-a270-3262357dd7e2
prep for release
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@247 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@247 57a73879-2fb5-44c3-a270-3262357dd7e2
change notes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@246 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@246 57a73879-2fb5-44c3-a270-3262357dd7e2
change messages weren't being saved when there was no-one on the nosy list.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@245 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@245 57a73879-2fb5-44c3-a270-3262357dd7e2
didn't clean up fully after debugging :(
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@244 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@244 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed CGI client change messages so they actually include the properties
changed (again).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@243 57a73879-2fb5-44c3-a270-3262357dd7e2
changed (again).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@243 57a73879-2fb5-44c3-a270-3262357dd7e2
added missing 'import' statements.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@242 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@242 57a73879-2fb5-44c3-a270-3262357dd7e2
fixed prettification of intervals of 1 week
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@241 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@241 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@240 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@240 57a73879-2fb5-44c3-a270-3262357dd7e2
reverted back to sending messages always regardless of who is doing the web
edit. change notes weren't being saved. bleah. hackish.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@239 57a73879-2fb5-44c3-a270-3262357dd7e2
edit. change notes weren't being saved. bleah. hackish.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@239 57a73879-2fb5-44c3-a270-3262357dd7e2
better CGI text searching - but hidden filter fields are disappearing...
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@238 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@238 57a73879-2fb5-44c3-a270-3262357dd7e2
all searches use re now - and they're all case insensitive
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@237 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@237 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@236 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@236 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed some isFooTypes that I missed.
Refactored some code in the CGI code.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@235 57a73879-2fb5-44c3-a270-3262357dd7e2
Refactored some code in the CGI code.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@235 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@234 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@234 57a73879-2fb5-44c3-a270-3262357dd7e2
Make the mail parser a little more robust.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@233 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@233 57a73879-2fb5-44c3-a270-3262357dd7e2
fixed a 2.1-ism
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@232 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@232 57a73879-2fb5-44c3-a270-3262357dd7e2
using isinstance(blah, Foo) now instead of isFooType
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@231 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@231 57a73879-2fb5-44c3-a270-3262357dd7e2
Next release is 0.2.6
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@230 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@230 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@228 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@228 57a73879-2fb5-44c3-a270-3262357dd7e2
Added better error handling to mailgw.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@227 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@227 57a73879-2fb5-44c3-a270-3262357dd7e2
removed a print
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@226 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@226 57a73879-2fb5-44c3-a270-3262357dd7e2
included some instructions on how to test mailgw
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@225 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@225 57a73879-2fb5-44c3-a270-3262357dd7e2
oops ;)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@224 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@224 57a73879-2fb5-44c3-a270-3262357dd7e2
more install note changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@223 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@223 57a73879-2fb5-44c3-a270-3262357dd7e2
further clarification for gettnig started
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@222 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@222 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@221 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@221 57a73879-2fb5-44c3-a270-3262357dd7e2
stupid typo
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@220 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@220 57a73879-2fb5-44c3-a270-3262357dd7e2
Added the copyright/license notice to (nearly) all files at request of
Bizar Software.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@219 57a73879-2fb5-44c3-a270-3262357dd7e2
Bizar Software.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@219 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@218 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@218 57a73879-2fb5-44c3-a270-3262357dd7e2
Now releasing the software under the Python License.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@217 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@217 57a73879-2fb5-44c3-a270-3262357dd7e2
Am now bundling unittest with the package so that everyone can use the unit
tests.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@216 57a73879-2fb5-44c3-a270-3262357dd7e2
tests.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@216 57a73879-2fb5-44c3-a270-3262357dd7e2
Better install info
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@215 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@215 57a73879-2fb5-44c3-a270-3262357dd7e2
Added documentaion.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@214 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@214 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@213 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@213 57a73879-2fb5-44c3-a270-3262357dd7e2
Changed date.Date to use regular string formatting instead of strftime -
win32 seems to have problems with %T and no hour... or something...
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@212 57a73879-2fb5-44c3-a270-3262357dd7e2
win32 seems to have problems with %T and no hour... or something...
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@212 57a73879-2fb5-44c3-a270-3262357dd7e2
Added tests for instance initialisation
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@211 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@211 57a73879-2fb5-44c3-a270-3262357dd7e2
Instances are now opened by a special function that generates a unique
module name for the instances on import time.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@210 57a73879-2fb5-44c3-a270-3262357dd7e2
module name for the instances on import time.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@210 57a73879-2fb5-44c3-a270-3262357dd7e2
added tests for roundup.init - but they're disabled until I can figure _if_
we can run them (import problems).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@209 57a73879-2fb5-44c3-a270-3262357dd7e2
we can run them (import problems).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@209 57a73879-2fb5-44c3-a270-3262357dd7e2
removed some print statements
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@208 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@208 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed sf.net bug #447671 - typo
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@207 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@207 57a73879-2fb5-44c3-a270-3262357dd7e2
er, removed the innocent from the the code :)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@206 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@206 57a73879-2fb5-44c3-a270-3262357dd7e2
updated version number for 0.2.6
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2
Implemented correct mail splitting (was taking a shortcut). Added unit
tests. Also snips signatures now too.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@204 57a73879-2fb5-44c3-a270-3262357dd7e2
tests. Also snips signatures now too.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@204 57a73879-2fb5-44c3-a270-3262357dd7e2
detect unit tests
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@203 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@203 57a73879-2fb5-44c3-a270-3262357dd7e2
'n' -> 'c' for create.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@202 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@202 57a73879-2fb5-44c3-a270-3262357dd7e2
regenerated on Fri Aug 3 12:12:00 EST 2001
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@201 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@201 57a73879-2fb5-44c3-a270-3262357dd7e2
Started stuff off for the 0.2.5 release
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@200 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@200 57a73879-2fb5-44c3-a270-3262357dd7e2
Used the much nicer load_package, pointed out by Steve Majewski.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@199 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@199 57a73879-2fb5-44c3-a270-3262357dd7e2
finished of colourising the classic template
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@198 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@198 57a73879-2fb5-44c3-a270-3262357dd7e2
chnages
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@197 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@197 57a73879-2fb5-44c3-a270-3262357dd7e2
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.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@196 57a73879-2fb5-44c3-a270-3262357dd7e2
we can have instance homes of "roundup" or other existing python package
names.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@196 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@195 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@195 57a73879-2fb5-44c3-a270-3262357dd7e2
Roundupdb now appends "mailing list" information to its messages which
include the e-mail address and web interface address. Templates may
override this in their db classes to include specific information (support
instructions, etc).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@194 57a73879-2fb5-44c3-a270-3262357dd7e2
include the e-mail address and web interface address. Templates may
override this in their db classes to include specific information (support
instructions, etc).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@194 57a73879-2fb5-44c3-a270-3262357dd7e2
anges
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@193 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@193 57a73879-2fb5-44c3-a270-3262357dd7e2
Web edit messages aren't sent to the person who did the edit any more. No
message is generated if they are the only person on the nosy list.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@192 57a73879-2fb5-44c3-a270-3262357dd7e2
message is generated if they are the only person on the nosy list.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@192 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@191 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@191 57a73879-2fb5-44c3-a270-3262357dd7e2
Added the 'clean' command to the instructions - distutils doesn't seem to
always detect when it needs to rebuild when it should.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@190 57a73879-2fb5-44c3-a270-3262357dd7e2
always detect when it needs to rebuild when it should.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@190 57a73879-2fb5-44c3-a270-3262357dd7e2