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
Even better (more useful) headings
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@189 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@189 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@188 57a73879-2fb5-44c3-a270-3262357dd7e2
bleah syntax error
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@187 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@187 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@186 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@186 57a73879-2fb5-44c3-a270-3262357dd7e2
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
are displayed.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@185 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@184 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@183 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@183 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@182 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@181 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@181 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@180 57a73879-2fb5-44c3-a270-3262357dd7e2
*** empty log message ***
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@179 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@179 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@178 57a73879-2fb5-44c3-a270-3262357dd7e2
Checklist was using wrong name.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@177 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@177 57a73879-2fb5-44c3-a270-3262357dd7e2
Just a new idea...
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@176 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@176 57a73879-2fb5-44c3-a270-3262357dd7e2
changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@175 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@175 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixed the 2.1-specific gmtime() (no arg) call in roundup.date. (Paul Wright)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@174 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@174 57a73879-2fb5-44c3-a270-3262357dd7e2
Added time logging and file uploading to the templates.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@173 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@173 57a73879-2fb5-44c3-a270-3262357dd7e2
oops
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@172 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@172 57a73879-2fb5-44c3-a270-3262357dd7e2
Fixes to the uploading stuff (I forgot to put the code in the issue class ;)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@171 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@171 57a73879-2fb5-44c3-a270-3262357dd7e2
Just making sure we've got the right version in there for development.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@170 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@170 57a73879-2fb5-44c3-a270-3262357dd7e2