Code

roundup.git
22 years agoMinor pre- 0.3.0 changes
richard [Mon, 8 Oct 2001 21:49:30 +0000 (21:49 +0000)]
Minor pre- 0.3.0 changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@276 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoChange message was stuffing up for multilinks with no key property.
richard [Mon, 8 Oct 2001 00:34:31 +0000 (00:34 +0000)]
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

22 years agomore doc cleanup
richard [Fri, 5 Oct 2001 07:42:46 +0000 (07:42 +0000)]
more doc cleanup

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@274 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoSome more documentation.
richard [Fri, 5 Oct 2001 02:44:06 +0000 (02:44 +0000)]
Some more documentation.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@273 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years ago . roundup-admin create now prompts for property info if none is supplied
richard [Fri, 5 Oct 2001 02:23:24 +0000 (02:23 +0000)]
 . 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

22 years agoForgot to pass the protected flag down *sigh*.
richard [Thu, 4 Oct 2001 02:16:15 +0000 (02:16 +0000)]
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

22 years agoAdded nicer command-line item adding: passing no arguments will enter an
richard [Thu, 4 Oct 2001 02:12:42 +0000 (02:12 +0000)]
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

22 years agomade do_get have the args in the correct order
richard [Mon, 1 Oct 2001 06:40:43 +0000 (06:40 +0000)]
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

22 years agoMore documentation and a new TODO item.
richard [Mon, 1 Oct 2001 06:30:23 +0000 (06:30 +0000)]
More documentation and a new TODO item.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@268 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agostop people setting up roundup with our addresses as default - need to
richard [Mon, 1 Oct 2001 06:10:42 +0000 (06:10 +0000)]
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

22 years agoFixes to the top-level index
richard [Mon, 1 Oct 2001 05:55:41 +0000 (05:55 +0000)]
Fixes to the top-level index

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@266 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agomore doc
richard [Mon, 1 Oct 2001 04:58:33 +0000 (04:58 +0000)]
more doc

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@265 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agomore doc
richard [Sun, 30 Sep 2001 01:19:22 +0000 (01:19 +0000)]
more doc

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@264 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoBug fix for test_init on Windows.
richard [Sat, 29 Sep 2001 23:48:06 +0000 (23:48 +0000)]
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

22 years agocvs tag
richard [Sat, 29 Sep 2001 13:44:44 +0000 (13:44 +0000)]
cvs tag

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@262 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoMore doc, straight out of the mailgw module and roundup-admin help
richard [Sat, 29 Sep 2001 13:42:07 +0000 (13:42 +0000)]
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

22 years agoCGI interfaces now spit up a top-level index of all the instances they can
richard [Sat, 29 Sep 2001 13:27:00 +0000 (13:27 +0000)]
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

22 years agoStarted working on some _real_ documentation!
richard [Sat, 29 Sep 2001 13:09:32 +0000 (13:09 +0000)]
Started working on some _real_ documentation!

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@259 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years ago*gak* ... xmp is Old Skool apparently. Am using pre again by have the option
richard [Thu, 27 Sep 2001 06:45:58 +0000 (06:45 +0000)]
*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

22 years agoMessages are now displayed with content, and <xmp>xmp</xmp>'ed instead of
richard [Thu, 27 Sep 2001 06:36:42 +0000 (06:36 +0000)]
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

22 years agoAdded some more help to roundu-admin
richard [Tue, 18 Sep 2001 22:58:37 +0000 (22:58 +0000)]
Added some more help to roundu-admin

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@256 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agohandle cases where mime type is not guessable
richard [Wed, 12 Sep 2001 08:31:42 +0000 (08:31 +0000)]
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

22 years agoStarted changes log for 0.2.9
richard [Mon, 10 Sep 2001 09:48:35 +0000 (09:48 +0000)]
Started changes log for 0.2.9

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@254 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoFixed bug in the generation of links to Link/Multilink in indexes.
richard [Mon, 10 Sep 2001 09:47:18 +0000 (09:47 +0000)]
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

22 years agoFixed missing import in mailgw :(
richard [Thu, 30 Aug 2001 06:01:17 +0000 (06:01 +0000)]
Fixed missing import in mailgw :(

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@252 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoDisabled the bsddb3 module entirely in the unit testing. See CHANGES for
richard [Wed, 29 Aug 2001 06:23:59 +0000 (06:23 +0000)]
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

22 years agominor stuff
richard [Wed, 29 Aug 2001 05:47:55 +0000 (05:47 +0000)]
minor stuff

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@249 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded the release announcement text to the CVS so I don't have to hunt for
richard [Wed, 29 Aug 2001 05:44:14 +0000 (05:44 +0000)]
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

22 years agoprep for release
richard [Wed, 29 Aug 2001 05:40:59 +0000 (05:40 +0000)]
prep for release

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@247 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochange notes
richard [Wed, 29 Aug 2001 05:32:47 +0000 (05:32 +0000)]
change notes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@246 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochange messages weren't being saved when there was no-one on the nosy list.
richard [Wed, 29 Aug 2001 05:30:49 +0000 (05:30 +0000)]
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

22 years agodidn't clean up fully after debugging :(
richard [Wed, 29 Aug 2001 04:49:39 +0000 (04:49 +0000)]
didn't clean up fully after debugging :(

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@244 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoFixed CGI client change messages so they actually include the properties
richard [Wed, 29 Aug 2001 04:47:18 +0000 (04:47 +0000)]
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

22 years agoadded missing 'import' statements.
anthonybaxter [Tue, 28 Aug 2001 05:58:33 +0000 (05:58 +0000)]
added missing 'import' statements.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@242 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agofixed prettification of intervals of 1 week
richard [Fri, 17 Aug 2001 03:08:11 +0000 (03:08 +0000)]
fixed prettification of intervals of 1 week

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@241 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Fri, 17 Aug 2001 00:09:39 +0000 (00:09 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@240 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoreverted back to sending messages always regardless of who is doing the web
richard [Fri, 17 Aug 2001 00:08:10 +0000 (00:08 +0000)]
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

22 years agobetter CGI text searching - but hidden filter fields are disappearing...
richard [Thu, 16 Aug 2001 07:34:59 +0000 (07:34 +0000)]
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

22 years agoall searches use re now - and they're all case insensitive
richard [Thu, 16 Aug 2001 06:59:58 +0000 (06:59 +0000)]
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

22 years agochanges
richard [Wed, 15 Aug 2001 23:43:58 +0000 (23:43 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@236 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoFixed some isFooTypes that I missed.
richard [Wed, 15 Aug 2001 23:43:18 +0000 (23:43 +0000)]
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

22 years agochanges
richard [Mon, 13 Aug 2001 23:04:12 +0000 (23:04 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@234 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoMake the mail parser a little more robust.
richard [Mon, 13 Aug 2001 23:02:54 +0000 (23:02 +0000)]
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

22 years agofixed a 2.1-ism
richard [Mon, 13 Aug 2001 23:01:53 +0000 (23:01 +0000)]
fixed a 2.1-ism

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@232 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agousing isinstance(blah, Foo) now instead of isFooType
richard [Sun, 12 Aug 2001 06:32:36 +0000 (06:32 +0000)]
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

22 years agoNext release is 0.2.6
richard [Wed, 8 Aug 2001 03:29:35 +0000 (03:29 +0000)]
Next release is 0.2.6

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@230 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Wed, 8 Aug 2001 02:50:55 +0000 (02:50 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@228 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded better error handling to mailgw.
richard [Wed, 8 Aug 2001 01:27:00 +0000 (01:27 +0000)]
Added better error handling to mailgw.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@227 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoremoved a print
richard [Wed, 8 Aug 2001 00:27:18 +0000 (00:27 +0000)]
removed a print

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@226 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoincluded some instructions on how to test mailgw
richard [Wed, 8 Aug 2001 00:26:30 +0000 (00:26 +0000)]
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

22 years agooops ;)
richard [Wed, 8 Aug 2001 00:08:03 +0000 (00:08 +0000)]
oops ;)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@224 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agomore install note changes
richard [Tue, 7 Aug 2001 04:17:39 +0000 (04:17 +0000)]
more install note changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@223 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agofurther clarification for gettnig started
richard [Tue, 7 Aug 2001 02:51:23 +0000 (02:51 +0000)]
further clarification for gettnig started

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@222 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Tue, 7 Aug 2001 00:26:44 +0000 (00:26 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@221 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agostupid typo
richard [Tue, 7 Aug 2001 00:24:43 +0000 (00:24 +0000)]
stupid typo

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@220 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded the copyright/license notice to (nearly) all files at request of
richard [Tue, 7 Aug 2001 00:15:51 +0000 (00:15 +0000)]
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

22 years agochanges
richard [Mon, 6 Aug 2001 23:58:33 +0000 (23:58 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@218 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoNow releasing the software under the Python License.
richard [Mon, 6 Aug 2001 23:57:55 +0000 (23:57 +0000)]
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

22 years agoAm now bundling unittest with the package so that everyone can use the unit
richard [Mon, 6 Aug 2001 23:57:20 +0000 (23:57 +0000)]
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

22 years agoBetter install info
richard [Mon, 6 Aug 2001 08:57:21 +0000 (08:57 +0000)]
Better install info

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@215 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded documentaion.
richard [Mon, 6 Aug 2001 01:20:00 +0000 (01:20 +0000)]
Added documentaion.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@214 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Sun, 5 Aug 2001 07:46:47 +0000 (07:46 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@213 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoChanged date.Date to use regular string formatting instead of strftime -
richard [Sun, 5 Aug 2001 07:46:12 +0000 (07:46 +0000)]
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

22 years agoAdded tests for instance initialisation
richard [Sun, 5 Aug 2001 07:45:27 +0000 (07:45 +0000)]
Added tests for instance initialisation

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@211 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoInstances are now opened by a special function that generates a unique
richard [Sun, 5 Aug 2001 07:44:36 +0000 (07:44 +0000)]
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

22 years agoadded tests for roundup.init - but they're disabled until I can figure _if_
richard [Sun, 5 Aug 2001 07:07:58 +0000 (07:07 +0000)]
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

22 years agoremoved some print statements
richard [Sun, 5 Aug 2001 07:06:25 +0000 (07:06 +0000)]
removed some print statements

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@208 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoFixed sf.net bug #447671 - typo
richard [Sat, 4 Aug 2001 22:42:43 +0000 (22:42 +0000)]
Fixed sf.net bug #447671 - typo

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@207 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoer, removed the innocent from the the code :)
richard [Fri, 3 Aug 2001 07:23:09 +0000 (07:23 +0000)]
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

22 years agoupdated version number for 0.2.6
richard [Fri, 3 Aug 2001 07:18:57 +0000 (07:18 +0000)]
updated version number for 0.2.6

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoImplemented correct mail splitting (was taking a shortcut). Added unit
richard [Fri, 3 Aug 2001 07:18:22 +0000 (07:18 +0000)]
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

22 years agodetect unit tests
richard [Fri, 3 Aug 2001 02:51:06 +0000 (02:51 +0000)]
detect unit tests

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@203 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years ago'n' -> 'c' for create.
anthonybaxter [Fri, 3 Aug 2001 02:45:47 +0000 (02:45 +0000)]
'n' -> 'c' for create.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@202 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoregenerated on Fri Aug 3 12:12:00 EST 2001
anthonybaxter [Fri, 3 Aug 2001 02:12:07 +0000 (02:12 +0000)]
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

22 years agoStarted stuff off for the 0.2.5 release
richard [Fri, 3 Aug 2001 01:54:58 +0000 (01:54 +0000)]
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

22 years agoUsed the much nicer load_package, pointed out by Steve Majewski.
richard [Fri, 3 Aug 2001 01:28:33 +0000 (01:28 +0000)]
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

22 years agofinished of colourising the classic template
richard [Fri, 3 Aug 2001 01:19:43 +0000 (01:19 +0000)]
finished of colourising the classic template

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@198 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochnages
richard [Fri, 3 Aug 2001 00:59:47 +0000 (00:59 +0000)]
chnages

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@197 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoInstance import now imports the instance using imp.load_module so that
richard [Fri, 3 Aug 2001 00:59:34 +0000 (00:59 +0000)]
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

22 years agochanges
richard [Thu, 2 Aug 2001 10:26:26 +0000 (10:26 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@195 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoRoundupdb now appends "mailing list" information to its messages which
richard [Thu, 2 Aug 2001 06:38:17 +0000 (06:38 +0000)]
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

22 years agoanges
richard [Thu, 2 Aug 2001 06:00:33 +0000 (06:00 +0000)]
anges

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@193 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoWeb edit messages aren't sent to the person who did the edit any more. No
richard [Thu, 2 Aug 2001 05:55:25 +0000 (05:55 +0000)]
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

22 years agochanges
richard [Thu, 2 Aug 2001 01:01:12 +0000 (01:01 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@191 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded the 'clean' command to the instructions - distutils doesn't seem to
richard [Thu, 2 Aug 2001 01:00:39 +0000 (01:00 +0000)]
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

22 years agoEven better (more useful) headings
richard [Thu, 2 Aug 2001 00:43:06 +0000 (00:43 +0000)]
Even better (more useful) headings

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@189 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoMade all the user-specific link names the same (My Foo)
richard [Thu, 2 Aug 2001 00:36:42 +0000 (00:36 +0000)]
Made all the user-specific link names the same (My Foo)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@188 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agobleah syntax error
richard [Thu, 2 Aug 2001 00:34:10 +0000 (00:34 +0000)]
bleah syntax error

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@187 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Thu, 2 Aug 2001 00:27:58 +0000 (00:27 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@186 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoExtended the range of intervals that are pretty-printed before actual dates
richard [Thu, 2 Aug 2001 00:27:04 +0000 (00:27 +0000)]
Extended the range of intervals that are pretty-printed before actual dates
are displayed.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@185 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoChanged the order of the information in the message generated by web edits.
richard [Thu, 2 Aug 2001 00:26:16 +0000 (00:26 +0000)]
Changed the order of the information in the message generated by web edits.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@184 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Wed, 1 Aug 2001 05:15:36 +0000 (05:15 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@183 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoAdded "My Issues" and "My Support" to extended template.
richard [Wed, 1 Aug 2001 05:15:09 +0000 (05:15 +0000)]
Added "My Issues" and "My Support" to extended template.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@182 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Wed, 1 Aug 2001 05:06:41 +0000 (05:06 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@181 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agohtmlbase doesn't have extraneous $Foo$ in it any more
richard [Wed, 1 Aug 2001 05:06:10 +0000 (05:06 +0000)]
htmlbase doesn't have extraneous $Foo$ in it any more

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@180 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years ago*** empty log message ***
richard [Wed, 1 Aug 2001 04:29:31 +0000 (04:29 +0000)]
*** empty log message ***

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@179 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agomailgw was assuming certain properties existed on the issues being created.
richard [Wed, 1 Aug 2001 04:24:21 +0000 (04:24 +0000)]
mailgw was assuming certain properties existed on the issues being created.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@178 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoChecklist was using wrong name.
richard [Wed, 1 Aug 2001 03:52:23 +0000 (03:52 +0000)]
Checklist was using wrong name.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@177 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agoJust a new idea...
richard [Wed, 1 Aug 2001 03:48:01 +0000 (03:48 +0000)]
Just a new idea...

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@176 57a73879-2fb5-44c3-a270-3262357dd7e2

22 years agochanges
richard [Tue, 31 Jul 2001 09:58:57 +0000 (09:58 +0000)]
changes

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@175 57a73879-2fb5-44c3-a270-3262357dd7e2