Code

roundup.git
21 years agoaccess controls in the user page
richard [Fri, 16 Aug 2002 04:29:04 +0000 (04:29 +0000)]
access controls in the user page

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

21 years agoremoved old, unused config vars
richard [Fri, 16 Aug 2002 04:28:41 +0000 (04:28 +0000)]
removed old, unused config vars

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

21 years agoadded is_retired query to Class
richard [Fri, 16 Aug 2002 04:28:13 +0000 (04:28 +0000)]
added is_retired query to Class

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

21 years agomoving towards full database export
richard [Fri, 16 Aug 2002 04:26:42 +0000 (04:26 +0000)]
moving towards full database export

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

21 years agopreparation for moving cgi modules around
richard [Fri, 16 Aug 2002 04:26:00 +0000 (04:26 +0000)]
preparation for moving cgi modules around

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

21 years agocleanup: moved templatebuilder into templates.builder
richard [Fri, 16 Aug 2002 04:25:03 +0000 (04:25 +0000)]
cleanup: moved templatebuilder into templates.builder

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

21 years agocleanup
richard [Thu, 15 Aug 2002 00:40:10 +0000 (00:40 +0000)]
cleanup

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

21 years agodoc updates
richard [Thu, 15 Aug 2002 00:39:51 +0000 (00:39 +0000)]
doc updates

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

21 years agoUse a real parser for templates.
gmcm [Tue, 13 Aug 2002 20:16:10 +0000 (20:16 +0000)]
Use a real parser for templates.
Rewrite htmltemplate to use the parser (hack, hack).
Move the "do_XXX" methods to template_funcs.py.
Redo the funcion tests (but not Template tests - they're hopeless).
Simplified query form in cgi_client.
Ability to delete msgs, files, queries.
Ability to edit the metadata on files.

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

21 years ago*** empty log message ***
richard [Tue, 13 Aug 2002 07:09:47 +0000 (07:09 +0000)]
*** empty log message ***

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

21 years agofixes to the new template parser
richard [Fri, 2 Aug 2002 23:45:41 +0000 (23:45 +0000)]
fixes to the new template parser

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

21 years agothis oughta be better
richard [Fri, 2 Aug 2002 04:43:53 +0000 (04:43 +0000)]
this oughta be better

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

21 years agoUse same regex to split search terms as used to index text.
gmcm [Thu, 1 Aug 2002 15:06:26 +0000 (15:06 +0000)]
Use same regex to split search terms as used to index text.
Fix to back_metakit for not changing journaltag on reopen.
Fix htmltemplate's do_link so [No <whatever>] strings are href'd.
Fix bogus "nosy edited ok" msg - the **d syntax does NOT share d between caller and callee.

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

21 years agoinclude info about new user roles
richard [Thu, 1 Aug 2002 01:07:37 +0000 (01:07 +0000)]
include info about new user roles

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

21 years agoAdded the web access and email access permissions, so people can restrict
richard [Thu, 1 Aug 2002 00:56:22 +0000 (00:56 +0000)]
Added the web access and email access permissions, so people can restrict
access to users who register through the email interface (for example).
Also added "security" command to the roundup-admin interface to display the
Role/Permission config for an instance.

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

21 years ago . web forms may now unset Link values (like assignedto)
richard [Wed, 31 Jul 2002 23:57:37 +0000 (23:57 +0000)]
 . web forms may now unset Link values (like assignedto)

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

21 years agoFixes to the search form and saving queries.
gmcm [Wed, 31 Jul 2002 22:40:50 +0000 (22:40 +0000)]
Fixes to the search form and saving queries.
Fixes to  sorting in back_metakit.py.

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

21 years ago*** empty log message ***
richard [Wed, 31 Jul 2002 22:04:48 +0000 (22:04 +0000)]
*** empty log message ***

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

21 years agocleanup
richard [Wed, 31 Jul 2002 22:04:33 +0000 (22:04 +0000)]
cleanup

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

21 years ago*** empty log message ***
richard [Wed, 31 Jul 2002 03:42:10 +0000 (03:42 +0000)]
*** empty log message ***

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

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

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

21 years agooops, thanks Duncan Booth for spotting this one
richard [Tue, 30 Jul 2002 21:37:43 +0000 (21:37 +0000)]
oops, thanks Duncan Booth for spotting this one

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

21 years agoOops, fix the permission check!
gmcm [Tue, 30 Jul 2002 20:43:18 +0000 (20:43 +0000)]
Oops, fix the permission check!

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

21 years agoAdapt metakit backend to new security scheme.
gmcm [Tue, 30 Jul 2002 20:04:39 +0000 (20:04 +0000)]
Adapt metakit backend to new security scheme.
Put some more permission checks in cgi_client.

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

21 years agoLock the database, which means another round of making sure there's only one.
gmcm [Tue, 30 Jul 2002 16:10:41 +0000 (16:10 +0000)]
Lock the database, which means another round of making sure there's only one.

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

21 years agoSimple optimization.
gmcm [Tue, 30 Jul 2002 16:09:11 +0000 (16:09 +0000)]
Simple optimization.

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

21 years agoSession storage in the hyperdb was horribly, horribly inefficient. We use
richard [Tue, 30 Jul 2002 08:22:38 +0000 (08:22 +0000)]
Session storage in the hyperdb was horribly, horribly inefficient. We use
a simple anydbm wrapper now - which could be overridden by the metakit
backend or RDB backend if necessary.
Much, much better.

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

21 years agonicer error messages, and a bugfix
richard [Tue, 30 Jul 2002 05:27:30 +0000 (05:27 +0000)]
nicer error messages, and a bugfix

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

21 years agowider field easier to use
richard [Tue, 30 Jul 2002 05:27:02 +0000 (05:27 +0000)]
wider field easier to use

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

21 years agoRemoved the confusing, ugly two-column sorting stuff. Column heading clicks
richard [Tue, 30 Jul 2002 02:41:04 +0000 (02:41 +0000)]
Removed the confusing, ugly two-column sorting stuff. Column heading clicks
now only sort on one column. Nice and simple and obvious.

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

21 years agoaargh
richard [Tue, 30 Jul 2002 01:46:25 +0000 (01:46 +0000)]
aargh

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

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

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

21 years agodocumentation reorg post-new-security
richard [Mon, 29 Jul 2002 23:30:14 +0000 (23:30 +0000)]
documentation reorg post-new-security

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

21 years agoFix to hasPermission, thanks Stefan Seefeld.
richard [Mon, 29 Jul 2002 21:53:29 +0000 (21:53 +0000)]
Fix to hasPermission, thanks Stefan Seefeld.

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

21 years agoRemoved the unnecessary volatiledb and the related complications. Security
richard [Mon, 29 Jul 2002 00:56:06 +0000 (00:56 +0000)]
Removed the unnecessary volatiledb and the related complications. Security
much simpler and self-contained now.

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

21 years agodocumentation updates
richard [Mon, 29 Jul 2002 00:54:41 +0000 (00:54 +0000)]
documentation updates

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

21 years agounnecessary
richard [Mon, 29 Jul 2002 00:27:36 +0000 (00:27 +0000)]
unnecessary

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

21 years agoVery close now. The cgi and mailgw now use the new security API. The two
richard [Fri, 26 Jul 2002 08:27:00 +0000 (08:27 +0000)]
Very close now. The cgi and mailgw now use the new security API. The two
templates have been migrated to that setup. Lots of unit tests. Still some
issue in the web form for editing Roles assigned to users.

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

21 years ago*** empty log message ***
richard [Thu, 25 Jul 2002 07:53:44 +0000 (07:53 +0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
richard [Thu, 25 Jul 2002 07:47:40 +0000 (07:47 +0000)]
*** empty log message ***

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

21 years agoBugger it. Here's the current shape of the new security implementation.
richard [Thu, 25 Jul 2002 07:14:06 +0000 (07:14 +0000)]
Bugger it. Here's the current shape of the new security implementation.
Still to do:
 . call the security funcs from cgi and mailgw
 . change shipped templates to include correct initialisation and remove
   the old config vars
... that seems like a lot. The bulk of the work has been done though. Honest :)

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

21 years agoehem
richard [Thu, 25 Jul 2002 04:14:46 +0000 (04:14 +0000)]
ehem

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

21 years agoEhem
richard [Thu, 25 Jul 2002 04:14:17 +0000 (04:14 +0000)]
Ehem

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

21 years agoThis commit was generated by cvs2svn to compensate for changes in r913,
richard [Thu, 25 Jul 2002 04:01:24 +0000 (04:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r913,
which included commits to RCS files with non-trunk default branches.

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

21 years agomore info
richard [Thu, 25 Jul 2002 02:25:54 +0000 (02:25 +0000)]
more info

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

21 years agoclarification
richard [Thu, 25 Jul 2002 02:10:20 +0000 (02:10 +0000)]
clarification

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

21 years agoGordon, does this help?
richard [Sun, 21 Jul 2002 03:26:37 +0000 (03:26 +0000)]
Gordon, does this help?

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

21 years agoFixes/improvements to the search form & saved queries.
gmcm [Sat, 20 Jul 2002 19:29:10 +0000 (19:29 +0000)]
Fixes/improvements to the search form & saved queries.

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

21 years agoAn indexer that uses Metakit for storage.
gmcm [Sat, 20 Jul 2002 19:27:51 +0000 (19:27 +0000)]
An indexer that uses Metakit for storage.
Undo the dynamic re-open madness (now always RW).
Various bug fixes.

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

21 years agoImplemented the destroy() method needed by the session database (and possibly
richard [Fri, 19 Jul 2002 03:36:34 +0000 (03:36 +0000)]
Implemented the destroy() method needed by the session database (and possibly
others). At the same time, I removed the leading underscores from the hyperdb
methods that Really Didn't Need Them.
The journal also raises IndexError now for all situations where there is a
request for the journal of a node that doesn't have one. It used to return
[] in _some_ situations, but not all. This _may_ break code, but the tests
pass...

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

21 years agoUnit tests and a few fixes.
richard [Thu, 18 Jul 2002 23:07:08 +0000 (23:07 +0000)]
Unit tests and a few fixes.

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

21 years ago*** empty log message ***
richard [Thu, 18 Jul 2002 21:53:10 +0000 (21:53 +0000)]
*** empty log message ***

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

21 years agooops
richard [Thu, 18 Jul 2002 11:52:00 +0000 (11:52 +0000)]
oops

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

21 years agoadded tests for number type too
richard [Thu, 18 Jul 2002 11:50:58 +0000 (11:50 +0000)]
added tests for number type too

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

21 years agoadded tests for boolean type, and fixes to anydbm backend
richard [Thu, 18 Jul 2002 11:41:10 +0000 (11:41 +0000)]
added tests for boolean type, and fixes to anydbm backend

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

21 years ago*** empty log message ***
richard [Thu, 18 Jul 2002 11:29:49 +0000 (11:29 +0000)]
*** empty log message ***

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

21 years agoupdate
richard [Thu, 18 Jul 2002 11:28:22 +0000 (11:28 +0000)]
update

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

21 years agows
richard [Thu, 18 Jul 2002 11:27:47 +0000 (11:27 +0000)]
ws

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

21 years agoclearing up ambiguous ref name
richard [Thu, 18 Jul 2002 11:27:35 +0000 (11:27 +0000)]
clearing up ambiguous ref name

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

21 years agobetter mailgw user docs
richard [Thu, 18 Jul 2002 11:26:56 +0000 (11:26 +0000)]
better mailgw user docs

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

21 years agoAdd Number and Boolean types to hyperdb.
gmcm [Thu, 18 Jul 2002 11:17:31 +0000 (11:17 +0000)]
Add Number and Boolean types to hyperdb.
Add conversion cases to web, mail & admin interfaces.
Add storage/serialization cases to back_anydbm & back_metakit.

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

21 years agominor bugfix
richard [Thu, 18 Jul 2002 07:01:54 +0000 (07:01 +0000)]
minor bugfix

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

21 years agothis could work...
richard [Wed, 17 Jul 2002 23:40:19 +0000 (23:40 +0000)]
this could work...

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

21 years agoGetting closer to a good framework.
richard [Wed, 17 Jul 2002 23:29:34 +0000 (23:29 +0000)]
Getting closer to a good framework.

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

21 years agojust some formatting and a minor clarification.
richard [Wed, 17 Jul 2002 21:44:14 +0000 (21:44 +0000)]
just some formatting and a minor clarification.

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

21 years agoFix bug in setting activity.
gmcm [Wed, 17 Jul 2002 13:28:37 +0000 (13:28 +0000)]
Fix bug in setting activity.

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

21 years agoSaving queries.
gmcm [Wed, 17 Jul 2002 12:53:48 +0000 (12:53 +0000)]
Saving queries.

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

21 years agoSaving, running & editing queries.
gmcm [Wed, 17 Jul 2002 12:39:11 +0000 (12:39 +0000)]
Saving, running & editing queries.

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

22 years agoMore (hopefully final) thoughts.
richard [Mon, 15 Jul 2002 22:05:17 +0000 (22:05 +0000)]
More (hopefully final) thoughts.

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

22 years agomore thoughts... almost there I think
richard [Mon, 15 Jul 2002 02:04:57 +0000 (02:04 +0000)]
more thoughts... almost there I think

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

22 years ago. fixed the journal bloat from multilink changes - we just log the add or
richard [Sun, 14 Jul 2002 23:18:20 +0000 (23:18 +0000)]
. fixed the journal bloat from multilink changes - we just log the add or
  remove operations, not the whole list

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

22 years agominor change to make testing easier
richard [Sun, 14 Jul 2002 23:17:45 +0000 (23:17 +0000)]
minor change to make testing easier

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

22 years agooops
richard [Sun, 14 Jul 2002 23:17:24 +0000 (23:17 +0000)]
oops

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

22 years agocleaned up structure
richard [Sun, 14 Jul 2002 23:17:15 +0000 (23:17 +0000)]
cleaned up structure

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

22 years agoSome refinements
richard [Sun, 14 Jul 2002 23:16:52 +0000 (23:16 +0000)]
Some refinements

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

22 years agoSome more TODOs
richard [Sun, 14 Jul 2002 06:14:40 +0000 (06:14 +0000)]
Some more TODOs

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

22 years agoSome TODOs
richard [Sun, 14 Jul 2002 06:11:16 +0000 (06:11 +0000)]
Some TODOs

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

22 years agoDid some old TODOs
richard [Sun, 14 Jul 2002 06:06:34 +0000 (06:06 +0000)]
Did some old TODOs

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

22 years ago . fixed the date module so that Date(". - 2d") works
richard [Sun, 14 Jul 2002 06:05:50 +0000 (06:05 +0000)]
 . fixed the date module so that Date(". - 2d") works

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

22 years agoImplemented a switch to disable journalling for a Class. CGI session
richard [Sun, 14 Jul 2002 04:03:15 +0000 (04:03 +0000)]
Implemented a switch to disable journalling for a Class. CGI session
database now uses it.

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

22 years agoFixes for the metakit backend (removed the cut-n-paste IssueClass, removed
richard [Sun, 14 Jul 2002 02:16:29 +0000 (02:16 +0000)]
Fixes for the metakit backend (removed the cut-n-paste IssueClass, removed
a special case for it in testing)

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

22 years ago. all storage-specific code (ie. backend) is now implemented by the backends
richard [Sun, 14 Jul 2002 02:05:54 +0000 (02:05 +0000)]
. all storage-specific code (ie. backend) is now implemented by the backends

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

22 years agoFixed the unit tests for the new multilist controls in the mailgw
richard [Sun, 14 Jul 2002 02:02:43 +0000 (02:02 +0000)]
Fixed the unit tests for the new multilist controls in the mailgw

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

22 years ago*** empty log message ***
richard [Thu, 11 Jul 2002 01:13:13 +0000 (01:13 +0000)]
*** empty log message ***

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

22 years agoForgot to add to init tests
richard [Thu, 11 Jul 2002 01:12:34 +0000 (01:12 +0000)]
Forgot to add to init tests

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

22 years agoAdded metakit backend to the db tests and fixed the more easily fixable test
richard [Thu, 11 Jul 2002 01:11:03 +0000 (01:11 +0000)]
Added metakit backend to the db tests and fixed the more easily fixable test
failures.

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

22 years agoremoved debugging
richard [Wed, 10 Jul 2002 07:00:30 +0000 (07:00 +0000)]
removed debugging

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

22 years ago. #576241 ] MultiLink problems in parsePropsFromForm
richard [Wed, 10 Jul 2002 06:51:08 +0000 (06:51 +0000)]
. #576241 ] MultiLink problems in parsePropsFromForm

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

22 years agoehem, forgot to add
richard [Wed, 10 Jul 2002 06:40:01 +0000 (06:40 +0000)]
ehem, forgot to add

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

22 years ago . made mailgw handle set and modify operations on multilinks (bug #579094)
richard [Wed, 10 Jul 2002 06:39:37 +0000 (06:39 +0000)]
 . made mailgw handle set and modify operations on multilinks (bug #579094)

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

22 years ago*** empty log message ***
richard [Wed, 10 Jul 2002 06:34:13 +0000 (06:34 +0000)]
*** empty log message ***

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

22 years ago...except of course it's nice to use valid Python syntax
richard [Wed, 10 Jul 2002 06:30:30 +0000 (06:30 +0000)]
...except of course it's nice to use valid Python syntax

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

22 years agoBe extra safe
richard [Wed, 10 Jul 2002 06:21:38 +0000 (06:21 +0000)]
Be extra safe

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

22 years agobraino
richard [Wed, 10 Jul 2002 00:24:10 +0000 (00:24 +0000)]
braino

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

22 years agoUpdated documents
richard [Wed, 10 Jul 2002 00:22:49 +0000 (00:22 +0000)]
Updated documents

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

22 years ago . switched to using a session-based web login
richard [Wed, 10 Jul 2002 00:22:34 +0000 (00:22 +0000)]
 . switched to using a session-based web login

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

22 years agoexplicit database closing
richard [Wed, 10 Jul 2002 00:21:45 +0000 (00:21 +0000)]
explicit database closing

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

22 years agoDamn they were some ugly colours!
richard [Wed, 10 Jul 2002 00:21:28 +0000 (00:21 +0000)]
Damn they were some ugly colours!

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

22 years agoAdded explicit closing of backend database handles.
richard [Wed, 10 Jul 2002 00:19:48 +0000 (00:19 +0000)]
Added explicit closing of backend database handles.

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

22 years ago . added sorting of checklist HTML display
richard [Wed, 10 Jul 2002 00:17:46 +0000 (00:17 +0000)]
 . added sorting of checklist HTML display

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