Code

roundup.git
21 years agoimport fixes
richard [Mon, 23 Sep 2002 08:17:05 +0000 (08:17 +0000)]
import fixes

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

21 years agobad RE
richard [Mon, 23 Sep 2002 07:27:23 +0000 (07:27 +0000)]
bad RE

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

21 years agofix to LRU cache
richard [Mon, 23 Sep 2002 07:15:32 +0000 (07:15 +0000)]
fix to LRU cache

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

21 years agooops
richard [Mon, 23 Sep 2002 07:09:15 +0000 (07:09 +0000)]
oops

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

21 years agoSome speedups - both of the SQL backends can handle using only one cursor.
richard [Mon, 23 Sep 2002 06:48:35 +0000 (06:48 +0000)]
Some speedups - both of the SQL backends can handle using only one cursor.
Better date unserialisation too.

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

21 years agodon't create instances that aren't used
richard [Mon, 23 Sep 2002 01:01:06 +0000 (01:01 +0000)]
don't create instances that aren't used

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

21 years agosome speedups, some fixes to the benchmarking
richard [Mon, 23 Sep 2002 00:50:32 +0000 (00:50 +0000)]
some speedups, some fixes to the benchmarking

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

21 years agomissing import ... how odd
richard [Fri, 20 Sep 2002 23:20:57 +0000 (23:20 +0000)]
missing import ... how odd

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

21 years agoRemove some nasty debugging code.
gmcm [Fri, 20 Sep 2002 19:33:18 +0000 (19:33 +0000)]
Remove some nasty debugging code.

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

21 years agoRemove some assumptions about what idi numbers will be created.
gmcm [Fri, 20 Sep 2002 19:26:28 +0000 (19:26 +0000)]
Remove some assumptions about what idi numbers will be created.

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

21 years agoFix as many of the unit test cases as possible.
gmcm [Fri, 20 Sep 2002 19:25:25 +0000 (19:25 +0000)]
Fix as many of the unit test cases as possible.

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

21 years agoOn second thought, that last checkin was dumb.
richard [Fri, 20 Sep 2002 05:08:00 +0000 (05:08 +0000)]
On second thought, that last checkin was dumb.
The old, nasty, for-purely-historical-reasons journaltag-as-username has
gone away now. The code should handle existing journaltag-as-username
entries, but will use userid from now on.

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

21 years agomissed some of the creator prop spec fixes .. metakit may be busted by this
richard [Fri, 20 Sep 2002 01:48:34 +0000 (01:48 +0000)]
missed some of the creator prop spec fixes .. metakit may be busted by this

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

21 years ago- verify contents of tracker module when the tracker is opened
richard [Fri, 20 Sep 2002 01:20:32 +0000 (01:20 +0000)]
- verify contents of tracker module when the tracker is opened
- performance improvements in *dbm and sq backends
- new benchmark module. To use:
  PYTHONPATH=. python2 test/benchmark.py
  (yes, it's a little basic at present ;)

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

21 years agosimple LRU cache for SQL databases
richard [Thu, 19 Sep 2002 05:30:25 +0000 (05:30 +0000)]
simple LRU cache for SQL databases

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

21 years agoremoved debugging
richard [Thu, 19 Sep 2002 03:56:20 +0000 (03:56 +0000)]
removed debugging

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

21 years agofix to setid
richard [Thu, 19 Sep 2002 03:39:48 +0000 (03:39 +0000)]
fix to setid

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

21 years agoAdded some words to the installation doc about choosing backends.
richard [Thu, 19 Sep 2002 02:37:41 +0000 (02:37 +0000)]
Added some words to the installation doc about choosing backends.
Added hyperdb Class.filter unit tests - gadfly currently fails substring
 searching, but I knew it would :(
Lots of fixes to the RDBMS backend - it works a treat now!
A couple of other cleanups in CGI land...

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

21 years agobugfix to (multi)link menu() label generation
richard [Wed, 18 Sep 2002 22:26:07 +0000 (22:26 +0000)]
bugfix to (multi)link menu() label generation

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

21 years agofixes to the rdbms backends
richard [Wed, 18 Sep 2002 07:04:39 +0000 (07:04 +0000)]
fixes to the rdbms backends

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

21 years agomissed a db close
richard [Wed, 18 Sep 2002 06:33:06 +0000 (06:33 +0000)]
missed a db close

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

21 years agoadditions
richard [Wed, 18 Sep 2002 05:13:11 +0000 (05:13 +0000)]
additions

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

21 years agosqlite backend!
richard [Wed, 18 Sep 2002 05:07:49 +0000 (05:07 +0000)]
sqlite backend!

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

21 years agomore info
richard [Wed, 18 Sep 2002 01:33:49 +0000 (01:33 +0000)]
more info

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

21 years agooops
richard [Wed, 18 Sep 2002 00:57:54 +0000 (00:57 +0000)]
oops

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

21 years agoold habits...
richard [Wed, 18 Sep 2002 00:02:13 +0000 (00:02 +0000)]
old habits...

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

21 years agobugfixes for redirect and form handling
richard [Wed, 18 Sep 2002 00:01:28 +0000 (00:01 +0000)]
bugfixes for redirect and form handling

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

21 years agono idea why this code existed, but bye bye
richard [Wed, 18 Sep 2002 00:00:24 +0000 (00:00 +0000)]
no idea why this code existed, but bye bye

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

21 years agoinclude the "content" property in getprops....
richard [Tue, 17 Sep 2002 23:59:59 +0000 (23:59 +0000)]
include the "content" property in getprops....

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

21 years agosanity check instance attributes on open
richard [Tue, 17 Sep 2002 23:59:32 +0000 (23:59 +0000)]
sanity check instance attributes on open

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

21 years agofixed various URL / base URL issues
richard [Mon, 16 Sep 2002 22:37:26 +0000 (22:37 +0000)]
fixed various URL / base URL issues

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

21 years agogadfly backend now complete - can handle schema changes in non-Multilinks
richard [Mon, 16 Sep 2002 08:04:46 +0000 (08:04 +0000)]
gadfly backend now complete - can handle schema changes in non-Multilinks
(though only one at a time at present)

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

21 years ago*cough* sort list results *cough*
richard [Mon, 16 Sep 2002 06:51:13 +0000 (06:51 +0000)]
*cough* sort list results *cough*

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

21 years agomore wizard example
richard [Mon, 16 Sep 2002 06:50:40 +0000 (06:50 +0000)]
more wizard example

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

21 years agoraise not found earlier, where it makes more sense to the user
richard [Mon, 16 Sep 2002 06:39:12 +0000 (06:39 +0000)]
raise not found earlier, where it makes more sense to the user

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

21 years ago*** empty log message ***
richard [Mon, 16 Sep 2002 05:33:58 +0000 (05:33 +0000)]
*** empty log message ***

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

21 years agomaking it easier to add new actions, and more docco
richard [Mon, 16 Sep 2002 05:32:09 +0000 (05:32 +0000)]
making it easier to add new actions, and more docco

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

21 years agomore doc
richard [Mon, 16 Sep 2002 04:30:45 +0000 (04:30 +0000)]
more doc

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

21 years agomore doc
richard [Mon, 16 Sep 2002 04:28:59 +0000 (04:28 +0000)]
more doc

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

21 years agotypo
richard [Mon, 16 Sep 2002 02:22:23 +0000 (02:22 +0000)]
typo

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

21 years agomore doc, "fixer" example
richard [Mon, 16 Sep 2002 02:07:44 +0000 (02:07 +0000)]
more doc, "fixer" example

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

21 years ago*** empty log message ***
richard [Sun, 15 Sep 2002 23:18:29 +0000 (23:18 +0000)]
*** empty log message ***

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

21 years agonicer error message for invalid class lookup
richard [Sun, 15 Sep 2002 23:06:20 +0000 (23:06 +0000)]
nicer error message for invalid class lookup

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

21 years ago . password edit now has a confirmation field
richard [Sun, 15 Sep 2002 22:41:15 +0000 (22:41 +0000)]
 . password edit now has a confirmation field
 . registration error punts back to register page

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

21 years agoFixed:
richard [Fri, 13 Sep 2002 08:20:13 +0000 (08:20 +0000)]
Fixed:
 . handling of None for Date/Interval/Password values in export/import
 . handling of journal values in export/import
Also played with metakit backend some, fixing some of the unit tests
breakages. Hrm.

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

21 years agodoc
richard [Fri, 13 Sep 2002 04:57:38 +0000 (04:57 +0000)]
doc

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

21 years agono, really
richard [Fri, 13 Sep 2002 04:39:12 +0000 (04:39 +0000)]
no, really

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

21 years agoahah, found ya
richard [Fri, 13 Sep 2002 04:27:04 +0000 (04:27 +0000)]
ahah, found ya

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

21 years agopre-beta2 stuff
richard [Fri, 13 Sep 2002 04:14:07 +0000 (04:14 +0000)]
pre-beta2 stuff

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

21 years agofixed manifest
richard [Fri, 13 Sep 2002 04:09:35 +0000 (04:09 +0000)]
fixed manifest

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

21 years ago*cough*
richard [Fri, 13 Sep 2002 03:31:49 +0000 (03:31 +0000)]
*cough*

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

21 years ago . added generic item editing
richard [Fri, 13 Sep 2002 03:31:19 +0000 (03:31 +0000)]
 . added generic item editing
 . much nicer layout of template rendering errors
 . added context/is_edit_ok and context/is_view_ok convenience methods and
   implemented use of them in the classic template

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

21 years ago*** empty log message ***
richard [Fri, 13 Sep 2002 01:29:24 +0000 (01:29 +0000)]
*** empty log message ***

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

21 years agogeneric item editing
richard [Fri, 13 Sep 2002 01:28:54 +0000 (01:28 +0000)]
generic item editing

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

21 years agoCleaned up CHANGES/TODO
richard [Fri, 13 Sep 2002 00:08:44 +0000 (00:08 +0000)]
Cleaned up CHANGES/TODO
Added try/finally to enforce db.close()
Changed default classic issue item display to only show message summary

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

21 years ago*** empty log message ***
richard [Thu, 12 Sep 2002 07:41:22 +0000 (07:41 +0000)]
*** empty log message ***

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

21 years agoadd close() methods where they are missing!
richard [Thu, 12 Sep 2002 07:23:23 +0000 (07:23 +0000)]
add close() methods where they are missing!

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

21 years agotell clients/caches not to cache our dynamic bits
richard [Thu, 12 Sep 2002 07:00:41 +0000 (07:00 +0000)]
tell clients/caches not to cache our dynamic bits

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

21 years agooops
richard [Thu, 12 Sep 2002 06:05:34 +0000 (06:05 +0000)]
oops

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

21 years agonicer errors
richard [Thu, 12 Sep 2002 06:02:45 +0000 (06:02 +0000)]
nicer errors

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

21 years agonicer error message
richard [Thu, 12 Sep 2002 05:51:42 +0000 (05:51 +0000)]
nicer error message

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

21 years agoclose the databases before test cleanup
richard [Thu, 12 Sep 2002 04:21:21 +0000 (04:21 +0000)]
close the databases before test cleanup

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

21 years agomore doc
richard [Thu, 12 Sep 2002 03:57:09 +0000 (03:57 +0000)]
more doc

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

21 years agomore doc, bugfix in Batch
richard [Thu, 12 Sep 2002 03:33:04 +0000 (03:33 +0000)]
more doc, bugfix in Batch

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

21 years agomore documentation, fixed bug in request/description
richard [Thu, 12 Sep 2002 02:02:35 +0000 (02:02 +0000)]
more documentation, fixed bug in request/description

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

21 years agomore batching cleanup
richard [Thu, 12 Sep 2002 00:10:34 +0000 (00:10 +0000)]
more batching cleanup

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

21 years agocleaner implementation
richard [Wed, 11 Sep 2002 23:56:33 +0000 (23:56 +0000)]
cleaner implementation

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

21 years agoExposed the Batch mechanism through the top-level "utils" variable. See the
richard [Wed, 11 Sep 2002 23:54:26 +0000 (23:54 +0000)]
Exposed the Batch mechanism through the top-level "utils" variable. See the
keyword.item template for an example of how it can be used.

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

21 years agostoopid
richard [Wed, 11 Sep 2002 21:39:17 +0000 (21:39 +0000)]
stoopid

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

21 years ago*** empty log message ***
richard [Wed, 11 Sep 2002 09:59:49 +0000 (09:59 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
richard [Wed, 11 Sep 2002 07:32:32 +0000 (07:32 +0000)]
*** empty log message ***

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

21 years agooops
richard [Wed, 11 Sep 2002 07:11:57 +0000 (07:11 +0000)]
oops

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

21 years agohrm. don't activate detectors if they're just pyc
richard [Wed, 11 Sep 2002 07:10:08 +0000 (07:10 +0000)]
hrm. don't activate detectors if they're just pyc

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

21 years ago*** empty log message ***
richard [Wed, 11 Sep 2002 03:24:58 +0000 (03:24 +0000)]
*** empty log message ***

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

21 years agoAdded the missing keyword/topic interface to classic template (blush)
richard [Wed, 11 Sep 2002 02:49:56 +0000 (02:49 +0000)]
Added the missing keyword/topic interface to classic template (blush)
Cleaned up the classhelp API
Fixed some stuff in the customisation doc example.

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

21 years agoremove hard-coded "issue"
richard [Wed, 11 Sep 2002 02:20:35 +0000 (02:20 +0000)]
remove hard-coded "issue"

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

21 years agotest gadfly init
richard [Wed, 11 Sep 2002 01:21:01 +0000 (01:21 +0000)]
test gadfly init

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

21 years agorestrict access to the generic class edit form
richard [Wed, 11 Sep 2002 01:20:41 +0000 (01:20 +0000)]
restrict access to the generic class edit form

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

21 years agodefault value for GADFLY_DATABASE
richard [Wed, 11 Sep 2002 01:20:09 +0000 (01:20 +0000)]
default value for GADFLY_DATABASE

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

21 years agoimplemented set for all items in a class, and unset
richard [Wed, 11 Sep 2002 01:19:45 +0000 (01:19 +0000)]
implemented set for all items in a class, and unset

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

21 years agoreorganised mailgw code
richard [Wed, 11 Sep 2002 01:19:16 +0000 (01:19 +0000)]
reorganised mailgw code

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

21 years agobetter explanation
richard [Wed, 11 Sep 2002 01:18:42 +0000 (01:18 +0000)]
better explanation

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

21 years agoanonymous may view by default
richard [Wed, 11 Sep 2002 01:18:24 +0000 (01:18 +0000)]
anonymous may view by default

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

21 years agoRemeber values in edit/new submission error pages.
richard [Tue, 10 Sep 2002 23:05:00 +0000 (23:05 +0000)]
Remeber values in edit/new submission error pages.
Some work done on query editing (search refinement)
Fixed logout link to work with cgi-bin

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

21 years agohandled some XXXs
richard [Tue, 10 Sep 2002 12:44:42 +0000 (12:44 +0000)]
handled some XXXs

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

21 years agofirst cut at 0.5 announcement
richard [Tue, 10 Sep 2002 12:44:08 +0000 (12:44 +0000)]
first cut at 0.5 announcement

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

21 years agobetter traversal error info
richard [Tue, 10 Sep 2002 12:43:18 +0000 (12:43 +0000)]
better traversal error info

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

21 years agomore docco
richard [Tue, 10 Sep 2002 12:42:46 +0000 (12:42 +0000)]
more docco

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

21 years agoMade "creator" property a String like it should be (we can't lookup()
richard [Tue, 10 Sep 2002 08:04:57 +0000 (08:04 +0000)]
Made "creator" property a String like it should be (we can't lookup()
retired users reliably)

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

21 years agomore doc
richard [Tue, 10 Sep 2002 07:07:16 +0000 (07:07 +0000)]
more doc

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

21 years agoquery "editing" now working, minus filling the form in with the query params
richard [Tue, 10 Sep 2002 03:57:50 +0000 (03:57 +0000)]
query "editing" now working, minus filling the form in with the query params

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

21 years agoMore cleaning up of configuration, and the "instance" -> "tracker"
richard [Tue, 10 Sep 2002 03:01:20 +0000 (03:01 +0000)]
More cleaning up of configuration, and the "instance" -> "tracker"
renaming.

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

21 years agounit tests pass again
richard [Tue, 10 Sep 2002 02:37:28 +0000 (02:37 +0000)]
unit tests pass again

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

21 years agofixes to tests and Interval unmarshalling
richard [Tue, 10 Sep 2002 01:27:13 +0000 (01:27 +0000)]
fixes to tests and Interval unmarshalling

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

21 years agoout of date tests
richard [Tue, 10 Sep 2002 01:11:30 +0000 (01:11 +0000)]
out of date tests

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

21 years agomore Log removal
richard [Tue, 10 Sep 2002 01:07:06 +0000 (01:07 +0000)]
more Log removal

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

21 years agomore doc
richard [Tue, 10 Sep 2002 00:45:46 +0000 (00:45 +0000)]
more doc

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

21 years agoremoved Log
richard [Tue, 10 Sep 2002 00:19:55 +0000 (00:19 +0000)]
removed Log

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

21 years agoinstance -> tracker, node -> item
richard [Tue, 10 Sep 2002 00:15:59 +0000 (00:15 +0000)]
instance -> tracker, node -> item

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

21 years agoremoved Log
richard [Tue, 10 Sep 2002 00:11:50 +0000 (00:11 +0000)]
removed Log

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