Code

roundup.git
21 years agoAdded ability for unit tests to turn off exception handling in mailgw so
richard [Tue, 9 Jul 2002 01:21:24 +0000 (01:21 +0000)]
Added ability for unit tests to turn off exception handling in mailgw so
that exceptions are reported earlier (and hence make sense).

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

21 years ago*** empty log message ***
richard [Tue, 9 Jul 2002 01:20:01 +0000 (01:20 +0000)]
*** empty log message ***

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

21 years agoSwich to new indexer.
gmcm [Mon, 8 Jul 2002 16:02:19 +0000 (16:02 +0000)]
Swich to new indexer.

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

21 years agoPagination of index pages.
gmcm [Mon, 8 Jul 2002 15:32:06 +0000 (15:32 +0000)]
Pagination of index pages.
New search form.

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

21 years agoMetakit backend. Metakit's home is equi4.com.
gmcm [Mon, 8 Jul 2002 15:29:24 +0000 (15:29 +0000)]
Metakit backend. Metakit's home is equi4.com.

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

21 years agoehem
richard [Mon, 8 Jul 2002 07:26:14 +0000 (07:26 +0000)]
ehem

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

21 years agocleaned up the indexer code:
richard [Mon, 8 Jul 2002 06:58:15 +0000 (06:58 +0000)]
cleaned up the indexer code:
 - it splits more words out (much simpler, faster splitter)
 - removed code we'll never use (roundup.roundup_indexer has the full
   implementation, and replaces roundup.indexer)
 - only index text/plain and rfc822/message (ideas for other text formats to
   index are welcome)
 - added simple unit test for indexer. Needs more tests for regression.

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

21 years agoNot sure why the cgi_client had an indexer argument.
richard [Mon, 8 Jul 2002 06:53:57 +0000 (06:53 +0000)]
Not sure why the cgi_client had an indexer argument.

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

21 years agoWas reopening the database with 'n'.
richard [Mon, 8 Jul 2002 06:41:03 +0000 (06:41 +0000)]
Was reopening the database with 'n'.

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

21 years agoFixed unit test support class so the tests ran again.
richard [Mon, 8 Jul 2002 06:39:00 +0000 (06:39 +0000)]
Fixed unit test support class so the tests ran again.

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

21 years agoIdeas
richard [Mon, 8 Jul 2002 04:44:22 +0000 (04:44 +0000)]
Ideas

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

21 years agoHrm... this slipped off the list some time ago :(
richard [Mon, 8 Jul 2002 04:40:48 +0000 (04:40 +0000)]
Hrm... this slipped off the list some time ago :(

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

21 years agoNote correct API calls in the doc ;)
richard [Mon, 8 Jul 2002 03:07:37 +0000 (03:07 +0000)]
Note correct API calls in the doc ;)

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

21 years agoCleaned up the TODO for 0.5 (note, one of the issues is "switch to a
richard [Mon, 8 Jul 2002 03:06:55 +0000 (03:06 +0000)]
Cleaned up the TODO for 0.5 (note, one of the issues is "switch to a
Roundup instance for Roundup bug/feature tracking" :)

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

21 years agofixed #576086 (dumb copying mistake)
dman13 [Thu, 4 Jul 2002 01:26:26 +0000 (01:26 +0000)]
fixed #576086 (dumb copying mistake)

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

21 years agoFix the cycles (a clear method, called after render, that removes
gmcm [Thu, 27 Jun 2002 15:38:53 +0000 (15:38 +0000)]
Fix the cycles (a clear method, called after render, that removes
the bound methods from the globals dict).
Use cl.filter instead of cl.list followed by sortfunc. For some
backends (Metakit), filter can sort at C speeds, cutting >10 secs
off of filling in the <select...> box for assigned_to when you
have 600+ users.

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

21 years agoImprove an error message.
gmcm [Thu, 27 Jun 2002 12:06:20 +0000 (12:06 +0000)]
Improve an error message.

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

21 years agoDefault labelprops to id.
gmcm [Thu, 27 Jun 2002 12:05:25 +0000 (12:05 +0000)]
Default labelprops to id.
In history, make sure there's a .item before making a link / multilink into an href.
Also in history, cgi.escape String properties.
Clean up some of the reference cycles.

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

21 years agoIf the form has a :multilink, put a back href in the pageheader (back to the linked...
gmcm [Thu, 27 Jun 2002 12:01:53 +0000 (12:01 +0000)]
If the form has a :multilink, put a back href in the pageheader (back to the linked-to node).
Some minor optimizations (only compile regexes once).

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

21 years agoHack for implementing LDAP auth. Might be useful to use as a basis for a
richard [Tue, 25 Jun 2002 04:08:15 +0000 (04:08 +0000)]
Hack for implementing LDAP auth. Might be useful to use as a basis for a
more complete solution.

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

21 years ago*** empty log message ***
richard [Tue, 25 Jun 2002 04:07:33 +0000 (04:07 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
richard [Mon, 24 Jun 2002 23:19:07 +0000 (23:19 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
richard [Mon, 24 Jun 2002 23:08:07 +0000 (23:08 +0000)]
*** empty log message ***

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

21 years agoDocco changes and new build system using the New Improved tool supplied
richard [Mon, 24 Jun 2002 23:06:58 +0000 (23:06 +0000)]
Docco changes and new build system using the New Improved tool supplied
with docutils.

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

21 years agoModifications for the final 0.4.2 release.
richard [Mon, 24 Jun 2002 01:09:33 +0000 (01:09 +0000)]
Modifications for the final 0.4.2 release.

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

21 years ago*** empty log message ***
richard [Mon, 24 Jun 2002 01:06:56 +0000 (01:06 +0000)]
*** empty log message ***

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

21 years agoRemoved a couple of unnecessary files from distro.
richard [Mon, 24 Jun 2002 01:01:00 +0000 (01:01 +0000)]
Removed a couple of unnecessary files from distro.

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

21 years agoAdded better explanation of the instance configuration.
richard [Mon, 24 Jun 2002 00:57:23 +0000 (00:57 +0000)]
Added better explanation of the instance configuration.
Also fixed the stylesheet to remove the extra whitespace in <dd> and <li>
first paras.

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

21 years agounittest comes with the minimum requirement python now.
richard [Mon, 24 Jun 2002 00:05:04 +0000 (00:05 +0000)]
unittest comes with the minimum requirement python now.

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

21 years ago*baff* richard.
richard [Fri, 21 Jun 2002 00:24:53 +0000 (00:24 +0000)]
*baff* richard.

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

21 years agoMention upgrading.txt in the README, remove refs to the nonexistant HTML.
richard [Thu, 20 Jun 2002 23:54:29 +0000 (23:54 +0000)]
Mention upgrading.txt in the README, remove refs to the nonexistant HTML.

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

21 years agoMoved to doc/
richard [Thu, 20 Jun 2002 23:53:29 +0000 (23:53 +0000)]
Moved to doc/

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

21 years agoMore changes
richard [Thu, 20 Jun 2002 23:53:19 +0000 (23:53 +0000)]
More changes

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

21 years agoDefault template makes the superseder entry too wide
richard [Thu, 20 Jun 2002 23:53:04 +0000 (23:53 +0000)]
Default template makes the superseder entry too wide

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

21 years agoMore informative error message
richard [Thu, 20 Jun 2002 23:52:35 +0000 (23:52 +0000)]
More informative error message

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

21 years agoBetter handling of unauth attempt to edit stuff
richard [Thu, 20 Jun 2002 23:52:11 +0000 (23:52 +0000)]
Better handling of unauth attempt to edit stuff

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

21 years agoCleaned up the hyperdb tests
richard [Thu, 20 Jun 2002 23:51:48 +0000 (23:51 +0000)]
Cleaned up the hyperdb tests

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

21 years ago*** empty log message ***
richard [Thu, 20 Jun 2002 23:51:29 +0000 (23:51 +0000)]
*** empty log message ***

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

21 years agoYes, I know it's not perfect, but I want something in there now ;)
richard [Thu, 20 Jun 2002 23:51:09 +0000 (23:51 +0000)]
Yes, I know it's not perfect, but I want something in there now ;)

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

21 years agoMoved the MIGRATION text in with the rest of the docco, fixed up for 0.4.2
richard [Thu, 20 Jun 2002 23:48:54 +0000 (23:48 +0000)]
Moved the MIGRATION text in with the rest of the docco, fixed up for 0.4.2

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

21 years ago*** empty log message ***
richard [Wed, 19 Jun 2002 03:41:48 +0000 (03:41 +0000)]
*** empty log message ***

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

21 years agomention demo
richard [Wed, 19 Jun 2002 03:19:31 +0000 (03:19 +0000)]
mention demo

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

21 years ago0.4.2pr1 release announcement
richard [Wed, 19 Jun 2002 03:18:39 +0000 (03:18 +0000)]
0.4.2pr1 release announcement

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

21 years agoMoved the file storage commit into blobfiles where it belongs.
richard [Wed, 19 Jun 2002 03:07:19 +0000 (03:07 +0000)]
Moved the file storage commit into blobfiles where it belongs.

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

21 years agoUpdated message strings to match the RFC822 address quoting performed
dman13 [Tue, 18 Jun 2002 03:59:59 +0000 (03:59 +0000)]
Updated message strings to match the RFC822 address quoting performed
by the 'email' and 'rfc822' modules.  The verification really should
use a RFC2822 message parser rather than literal string comparisions
to allow for legal variations in messages.

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

21 years agoFixed name/address display problem introduced by an earlier change.
dman13 [Tue, 18 Jun 2002 03:55:25 +0000 (03:55 +0000)]
Fixed name/address display problem introduced by an earlier change.
(instead of "name<addr>" display "name <addr>")

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

21 years agoCan debug to stdout now
richard [Mon, 17 Jun 2002 23:15:29 +0000 (23:15 +0000)]
Can debug to stdout now

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

21 years agoMore thoughts
richard [Mon, 17 Jun 2002 23:15:05 +0000 (23:15 +0000)]
More thoughts

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

21 years ago. #569415 ] {version}
richard [Mon, 17 Jun 2002 23:14:44 +0000 (23:14 +0000)]
. #569415 ] {version}

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

21 years agoRemoved temporary workaround -- it seems it was a bug in the
dman13 [Sun, 16 Jun 2002 01:05:15 +0000 (01:05 +0000)]
Removed temporary workaround -- it seems it was a bug in the
nosyreaction detector in the 0.4.1 extended template and has already
been fixed in CVS.  We'll see.

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

21 years agoremove CR characters embedded in messages (ZRoundup)
dman13 [Sun, 16 Jun 2002 01:01:42 +0000 (01:01 +0000)]
remove CR characters embedded in messages (ZRoundup)

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

21 years agoUse 'email' instead of 'rfc822', if available.
dman13 [Sat, 15 Jun 2002 15:49:29 +0000 (15:49 +0000)]
Use 'email' instead of 'rfc822', if available.
Don't use isinstance() on a string (not allowed in python 2.1).
Return an error message instead of crashing if 'oldvalues' isn't a
    dict (in generateChangeNote).

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

21 years ago#565992 ] if ISSUE_TRACKER_WEB doesn't have the trailing '/', add it
dman13 [Fri, 14 Jun 2002 03:54:21 +0000 (03:54 +0000)]
#565992 ] if ISSUE_TRACKER_WEB doesn't have the trailing '/', add it

use the rfc822 module to ensure that every (oddball) email address and
real-name is properly quoted

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

21 years agoFixed bug #558867 by redirecting /instance requests to /instance/
dman13 [Fri, 14 Jun 2002 01:25:46 +0000 (01:25 +0000)]
Fixed bug #558867 by redirecting /instance requests to /instance/

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

21 years agoAllow form to set user-properties on a Fileclass.
gmcm [Wed, 12 Jun 2002 21:28:25 +0000 (21:28 +0000)]
Allow form to set user-properties on a Fileclass.
Don't assume that a Fileclass is named "files".

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

21 years agoadded entry for ZRoundup commit
dman13 [Wed, 12 Jun 2002 01:46:23 +0000 (01:46 +0000)]
added entry for ZRoundup commit

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

21 years agoFixed the logic for determing the cookie path. (Closes #562130.)
dman13 [Wed, 12 Jun 2002 00:59:44 +0000 (00:59 +0000)]
Fixed the logic for determing the cookie path.  (Closes #562130.)

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

21 years ago . #564271 ] find() and new properties
richard [Tue, 11 Jun 2002 06:52:03 +0000 (06:52 +0000)]
 . #564271 ] find() and new properties

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

21 years agoRemoved prompt for admin email in initialisation.
richard [Tue, 11 Jun 2002 06:41:50 +0000 (06:41 +0000)]
Removed prompt for admin email in initialisation.

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

21 years ago . #565996 ] The "Attach a File to this Issue" fails
richard [Tue, 11 Jun 2002 06:38:24 +0000 (06:38 +0000)]
 . #565996 ] The "Attach a File to this Issue" fails

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

21 years ago . #565979 ] code error in hyperdb.Class.find
richard [Tue, 11 Jun 2002 05:02:37 +0000 (05:02 +0000)]
 . #565979 ] code error in hyperdb.Class.find

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

21 years agoMissed a change note
richard [Tue, 11 Jun 2002 04:59:51 +0000 (04:59 +0000)]
Missed a change note

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

21 years agoenabled testing of bsddb in test_init
richard [Tue, 11 Jun 2002 04:59:14 +0000 (04:59 +0000)]
enabled testing of bsddb in test_init

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

21 years agodetabbing
richard [Tue, 11 Jun 2002 04:58:07 +0000 (04:58 +0000)]
detabbing

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

21 years agoAdded optional additional property to display in a Multilink form menu.
richard [Tue, 11 Jun 2002 04:57:04 +0000 (04:57 +0000)]
Added optional additional property to display in a Multilink form menu.

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

21 years agoIgnore the generated files.
richard [Tue, 11 Jun 2002 04:55:33 +0000 (04:55 +0000)]
Ignore the generated files.

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

21 years agocan now just display a link/multilink id - useful for stylesheet stuff
richard [Fri, 31 May 2002 00:08:02 +0000 (00:08 +0000)]
can now just display a link/multilink id - useful for stylesheet stuff

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

21 years agooops
richard [Thu, 30 May 2002 23:58:14 +0000 (23:58 +0000)]
oops

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

21 years agoSorry about this huge checkin! It's fixing a lot of related stuff in one go
richard [Wed, 29 May 2002 01:16:17 +0000 (01:16 +0000)]
Sorry about this huge checkin! It's fixing a lot of related stuff in one go
though.

. #541941 ] changing multilink properties by mail
. #526730 ] search for messages capability
. #505180 ] split MailGW.handle_Message
  - also changed cgi client since it was duplicating the functionality
. build htmlbase if tests are run using CVS checkout (removed note from
  installation.txt)
. don't create an empty message on email issue creation if the email is empty

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

21 years agoInstallation note for people running the tests with a CVS checkout.
richard [Tue, 28 May 2002 11:52:08 +0000 (11:52 +0000)]
Installation note for people running the tests with a CVS checkout.

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

21 years agoout by one in the init args
richard [Sun, 26 May 2002 09:04:42 +0000 (09:04 +0000)]
out by one in the init args

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

22 years agooops
rochecompaan [Sat, 25 May 2002 07:24:29 +0000 (07:24 +0000)]
oops

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

22 years agoMerged search_indexing-branch with HEAD
rochecompaan [Sat, 25 May 2002 07:16:25 +0000 (07:16 +0000)]
Merged search_indexing-branch with HEAD

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

22 years agoAdded commentage to the dbinit files to help people with their
richard [Fri, 24 May 2002 04:03:23 +0000 (04:03 +0000)]
Added commentage to the dbinit files to help people with their
customisation.

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

22 years agonew CSS
richard [Fri, 24 May 2002 03:12:39 +0000 (03:12 +0000)]
new CSS

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

22 years agoMuch easier way to run the tests.
richard [Fri, 24 May 2002 02:39:29 +0000 (02:39 +0000)]
Much easier way to run the tests.

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

22 years agoNothing like a live demo to show up the bugs ;)
richard [Fri, 24 May 2002 02:09:24 +0000 (02:09 +0000)]
Nothing like a live demo to show up the bugs ;)

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

22 years agono longer needed
richard [Thu, 23 May 2002 04:36:28 +0000 (04:36 +0000)]
no longer needed

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

22 years ago*** empty log message ***
richard [Thu, 23 May 2002 04:26:39 +0000 (04:26 +0000)]
*** empty log message ***

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

22 years ago'I must run unit tests before committing\n' * 100
richard [Thu, 23 May 2002 04:26:05 +0000 (04:26 +0000)]
'I must run unit tests before committing\n' * 100

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

22 years agoCleanup
richard [Thu, 23 May 2002 03:35:34 +0000 (03:35 +0000)]
Cleanup

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

22 years agomore marketing ;)
richard [Thu, 23 May 2002 02:26:48 +0000 (02:26 +0000)]
more marketing ;)

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

22 years agoAdded a Features doc
richard [Thu, 23 May 2002 01:28:15 +0000 (01:28 +0000)]
Added a Features doc

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

22 years ago . split instance initialisation into two steps, allowing config changes
richard [Thu, 23 May 2002 01:14:20 +0000 (01:14 +0000)]
 . split instance initialisation into two steps, allowing config changes
   before the database is initialised.

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

22 years agoOops
richard [Wed, 22 May 2002 05:04:13 +0000 (05:04 +0000)]
Oops

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

22 years ago . applied patch #558876 ] cgi client customization
richard [Wed, 22 May 2002 04:12:05 +0000 (04:12 +0000)]
 . applied patch #558876 ] cgi client customization
   ... with significant additions and modifications ;)
   - extended handling of ML assignedto to all places it's handled
   - added more NotFound info

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

22 years agooops... and section-bar
richard [Wed, 22 May 2002 01:27:30 +0000 (01:27 +0000)]
oops... and section-bar

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

22 years agoAdded note to MIGRATION about new config vars. Also made us more resilient
richard [Wed, 22 May 2002 01:24:51 +0000 (01:24 +0000)]
Added note to MIGRATION about new config vars. Also made us more resilient
for upgraders. Reinstated list header style (oops)

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

22 years ago . changed the default message list in issues to display the message body
richard [Wed, 22 May 2002 00:32:34 +0000 (00:32 +0000)]
 . changed the default message list in issues to display the message body
 . made backends.__init__ be more specific about which ImportErrors it really
   wants to ignore
 . fixed the example addresses in the templates to use correct example domains
 . cleaned out the template stylesheets, removing a bunch of junk that really
   wasn't necessary (font specs, styles never used) and added a style for
   message content

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

22 years ago*** empty log message ***
richard [Tue, 21 May 2002 06:08:59 +0000 (06:08 +0000)]
*** empty log message ***

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

22 years agoHandle migration
richard [Tue, 21 May 2002 06:08:10 +0000 (06:08 +0000)]
Handle migration

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

22 years ago . #551483 ] assignedto in Client.make_index_link
richard [Tue, 21 May 2002 06:05:54 +0000 (06:05 +0000)]
 . #551483 ] assignedto in Client.make_index_link

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

22 years ago"upgrade you doofus" text inserted to appease anthony ;)
richard [Tue, 21 May 2002 06:05:26 +0000 (06:05 +0000)]
"upgrade you doofus" text inserted to appease anthony ;)

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

22 years agoLatest thoughts.
richard [Tue, 21 May 2002 06:04:04 +0000 (06:04 +0000)]
Latest thoughts.

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

22 years agoNote the version that is known to work.
richard [Tue, 21 May 2002 05:55:05 +0000 (05:55 +0000)]
Note the version that is known to work.

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

22 years agoWell whadya know, bsddb3 works again.
richard [Tue, 21 May 2002 05:52:11 +0000 (05:52 +0000)]
Well whadya know, bsddb3 works again.
The backend is implemented _exactly_ the same as bsddb - so there's no
using its transaction or locking support. It'd be nice to use those some
day I suppose.

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

22 years agoInitial doc holding collated thoughts on roundup security.
richard [Fri, 17 May 2002 00:43:42 +0000 (00:43 +0000)]
Initial doc holding collated thoughts on roundup security.

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

22 years agoMade ZRoundup install info more accessible.
richard [Thu, 16 May 2002 01:28:19 +0000 (01:28 +0000)]
Made ZRoundup install info more accessible.

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

22 years agoignore pyo
richard [Wed, 15 May 2002 23:45:06 +0000 (23:45 +0000)]
ignore pyo

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

22 years agoehem and the unit test
richard [Wed, 15 May 2002 06:37:31 +0000 (06:37 +0000)]
ehem and the unit test

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