Code

roundup.git
22 years agoTo create a roundup .pot file, use:
jhermann [Wed, 21 Nov 2001 23:27:33 +0000 (23:27 +0000)]
To create a roundup .pot file, use:
tools/pygettext.py -a -o roundup.pot -p build -v roundup/cgi_client.py

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

22 years agoAdded dummy hooks for I18N and some preliminary (test) markup of
jhermann [Wed, 21 Nov 2001 22:57:29 +0000 (22:57 +0000)]
Added dummy hooks for I18N and some preliminary (test) markup of
translatable messages

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

22 years ago*sigh* more missing value handling
richard [Wed, 21 Nov 2001 04:04:43 +0000 (04:04 +0000)]
*sigh* more missing value handling

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

22 years agomore new property handling
richard [Wed, 21 Nov 2001 03:40:54 +0000 (03:40 +0000)]
more new property handling

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

22 years agooops
richard [Wed, 21 Nov 2001 03:21:13 +0000 (03:21 +0000)]
oops

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

22 years agoBetter handling of new properties.
richard [Wed, 21 Nov 2001 03:11:28 +0000 (03:11 +0000)]
Better handling of new properties.

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

22 years agoAdded a target version field to the extended issue schema
richard [Wed, 21 Nov 2001 02:34:18 +0000 (02:34 +0000)]
Added a target version field to the extended issue schema

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

22 years ago . incorporated patch from Roch'e Compaan implementing attachments in nosy
richard [Thu, 15 Nov 2001 10:36:17 +0000 (10:36 +0000)]
 . incorporated patch from Roch'e Compaan implementing attachments in nosy
    e-mail

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

22 years ago . missing "return" in filter_section (thanks Roch'e Compaan)
richard [Thu, 15 Nov 2001 10:26:01 +0000 (10:26 +0000)]
 . missing "return" in filter_section (thanks Roch'e Compaan)

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

22 years agohandle the case where there is no file attached
richard [Thu, 15 Nov 2001 10:24:27 +0000 (10:24 +0000)]
handle the case where there is no file attached

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

22 years ago . users may attach files to issues (and support in ext) through the web now
richard [Wed, 14 Nov 2001 21:35:22 +0000 (21:35 +0000)]
 . users may attach files to issues (and support in ext) through the web now

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

22 years ago . re-open the database as the author in mail handling
richard [Tue, 13 Nov 2001 21:44:44 +0000 (21:44 +0000)]
 . re-open the database as the author in mail handling

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

22 years agoCode using copyDigestedFile() that passes unit tests
jhermann [Mon, 12 Nov 2001 23:17:38 +0000 (23:17 +0000)]
Code using copyDigestedFile() that passes unit tests

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

22 years agoCopy function, and proper handling of unknown file types
jhermann [Mon, 12 Nov 2001 23:14:40 +0000 (23:14 +0000)]
Copy function, and proper handling of unknown file types

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

22 years agoFixed option & associated error handling
jhermann [Mon, 12 Nov 2001 22:51:59 +0000 (22:51 +0000)]
Fixed option & associated error handling

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

22 years agobleah typo
richard [Mon, 12 Nov 2001 22:38:48 +0000 (22:38 +0000)]
bleah typo

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

22 years agoHandle all the various file formats in roundup
richard [Mon, 12 Nov 2001 22:37:13 +0000 (22:37 +0000)]
Handle all the various file formats in roundup

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

22 years agoAdded install utils (digest calculation)
jhermann [Mon, 12 Nov 2001 22:26:32 +0000 (22:26 +0000)]
Added install utils (digest calculation)

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

22 years agooops, left debug in there
richard [Mon, 12 Nov 2001 22:04:29 +0000 (22:04 +0000)]
oops, left debug in there

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

22 years agochanges
richard [Mon, 12 Nov 2001 22:02:21 +0000 (22:02 +0000)]
changes

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

22 years agoFixed issues with nosy reaction and author copies.
richard [Mon, 12 Nov 2001 22:01:07 +0000 (22:01 +0000)]
Fixed issues with nosy reaction and author copies.

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

22 years agoMore error handling fixes.
richard [Fri, 9 Nov 2001 22:33:28 +0000 (22:33 +0000)]
More error handling fixes.

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

22 years agochanges
richard [Fri, 9 Nov 2001 10:14:13 +0000 (10:14 +0000)]
changes

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

22 years ago . roundup-admin now handles all hyperdb exceptions
richard [Fri, 9 Nov 2001 10:11:08 +0000 (10:11 +0000)]
 . roundup-admin now handles all hyperdb exceptions

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

22 years agoShould parse with python 1.5.2 now.
richard [Fri, 9 Nov 2001 01:25:40 +0000 (01:25 +0000)]
Should parse with python 1.5.2 now.

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

22 years agoFixed bug #479511 ] mailgw to pop once engelbert gruber tested the POP
richard [Fri, 9 Nov 2001 01:05:55 +0000 (01:05 +0000)]
Fixed bug #479511 ] mailgw to pop once engelbert gruber tested the POP
gateway.

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

22 years agochanges in mailgw
richard [Thu, 8 Nov 2001 05:18:08 +0000 (05:18 +0000)]
changes in mailgw

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

22 years agoRolled roundup-popgw into roundup-mailgw. Cleaned mailgw up significantly,
richard [Thu, 8 Nov 2001 05:16:55 +0000 (05:16 +0000)]
Rolled roundup-popgw into roundup-mailgw. Cleaned mailgw up significantly,
tested unix mailbox some more. POP still untested.

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

22 years agoExpanded the already-abbreviated "initialise" and "specification" commands,
richard [Thu, 8 Nov 2001 04:42:00 +0000 (04:42 +0000)]
Expanded the already-abbreviated "initialise" and "specification" commands,
and added a comment to the command help about the abbreviation.

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

22 years agoroundup-admin now accepts abbreviated commands (eg. l = li = lis = list)
richard [Thu, 8 Nov 2001 04:29:59 +0000 (04:29 +0000)]
roundup-admin now accepts abbreviated commands (eg. l = li = lis = list)
[thanks Engelbert Gruber for the inspiration]

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

22 years agoInfo on setting up a local spool handling mail gateway.
richard [Wed, 7 Nov 2001 05:38:57 +0000 (05:38 +0000)]
Info on setting up a local spool handling mail gateway.

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

22 years agoMore roundup-mailgw usage help.
richard [Wed, 7 Nov 2001 05:32:58 +0000 (05:32 +0000)]
More roundup-mailgw usage help.

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

22 years agoNicer usage message.
richard [Wed, 7 Nov 2001 05:30:11 +0000 (05:30 +0000)]
Nicer usage message.

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

22 years agoModified roundup-mailgw so it can read e-mails from a local mail spool
richard [Wed, 7 Nov 2001 05:29:26 +0000 (05:29 +0000)]
Modified roundup-mailgw so it can read e-mails from a local mail spool
file. Truncates the spool file after parsing.
Fixed a couple of small bugs introduced in roundup.mailgw when I started
the popgw.

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

22 years agoDocumented setup.py change
jhermann [Wed, 7 Nov 2001 02:47:53 +0000 (02:47 +0000)]
Documented setup.py change

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

22 years agoHandling of damaged login cookies
jhermann [Wed, 7 Nov 2001 02:34:06 +0000 (02:34 +0000)]
Handling of damaged login cookies

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

22 years agoRemove the '=' padding from cookie value so quoting isn't an issue.
richard [Wed, 7 Nov 2001 01:16:12 +0000 (01:16 +0000)]
Remove the '=' padding from cookie value so quoting isn't an issue.

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

22 years agoMore IE fixes: it does not like quotes around cookie values; in the
jhermann [Tue, 6 Nov 2001 23:22:05 +0000 (23:22 +0000)]
More IE fixes: it does not like quotes around cookie values; in the
hope this does not break anything for other browser; if it does, we
need to check HTTP_USER_AGENT

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

22 years agoFixed debug output in page footer; added expiry date to the login cookie
jhermann [Tue, 6 Nov 2001 23:11:22 +0000 (23:11 +0000)]
Fixed debug output in page footer; added expiry date to the login cookie
(expires 1 year in the future) to prevent probs with certain versions
of IE

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

22 years agoChanged samples to use "share/roundup" paths
jhermann [Tue, 6 Nov 2001 22:41:26 +0000 (22:41 +0000)]
Changed samples to use "share/roundup" paths

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

22 years agoInstall roundup.cgi to share/roundup
jhermann [Tue, 6 Nov 2001 22:32:15 +0000 (22:32 +0000)]
Install roundup.cgi to share/roundup

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

22 years agoAdded samples for "external" CGI config
jhermann [Tue, 6 Nov 2001 22:22:20 +0000 (22:22 +0000)]
Added samples for "external" CGI config

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

22 years agoAdded env config; fixed request wrapper & index list; sort list by key
jhermann [Tue, 6 Nov 2001 22:10:11 +0000 (22:10 +0000)]
Added env config; fixed request wrapper & index list; sort list by key

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

22 years agoGet debug level from ROUNDUP_DEBUG env var
jhermann [Tue, 6 Nov 2001 22:00:34 +0000 (22:00 +0000)]
Get debug level from ROUNDUP_DEBUG env var

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

22 years agoFixed HTTP headers for top-level index in CGI script
richard [Tue, 6 Nov 2001 21:51:19 +0000 (21:51 +0000)]
Fixed HTTP headers for top-level index in CGI script

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

22 years agochanges
richard [Tue, 6 Nov 2001 00:08:25 +0000 (00:08 +0000)]
changes

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

22 years agoFixed newuser_action so it sets the cookie with the unencrypted password.
richard [Mon, 5 Nov 2001 23:45:40 +0000 (23:45 +0000)]
Fixed newuser_action so it sets the cookie with the unencrypted password.
Also made it present nicer error messages (not tracebacks).

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

22 years agoFixed various cookie-related bugs:
richard [Sun, 4 Nov 2001 03:07:12 +0000 (03:07 +0000)]
Fixed various cookie-related bugs:
 . bug #477685 ] base64.decodestring breaks
 . bug #477837 ] lynx does not like the cookie
 . bug #477892 ] Password edit doesn't fix login cookie
Also closed a security hole - a logged-in user could edit another user's
details.

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

22 years agochanges
richard [Sat, 3 Nov 2001 01:59:33 +0000 (01:59 +0000)]
changes

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

22 years agoMore HTML compliance fixes. This will probably fix the Netscape problem
richard [Sat, 3 Nov 2001 01:56:51 +0000 (01:56 +0000)]
More HTML compliance fixes. This will probably fix the Netscape problem
too.

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

22 years agoAhah! Fixed the lynx problem - there was a hidden input field misplaced.
richard [Sat, 3 Nov 2001 01:43:47 +0000 (01:43 +0000)]
Ahah! Fixed the lynx problem - there was a hidden input field misplaced.

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

22 years agoOops. uses pagefoot now.
richard [Sat, 3 Nov 2001 01:30:18 +0000 (01:30 +0000)]
Oops. uses pagefoot now.

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

22 years agoLogin page didn't have all close tags.
richard [Sat, 3 Nov 2001 01:29:28 +0000 (01:29 +0000)]
Login page didn't have all close tags.

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

22 years agopossibly fix truncated base64'ed user:pass
richard [Sat, 3 Nov 2001 01:26:55 +0000 (01:26 +0000)]
possibly fix truncated base64'ed user:pass

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

22 years agoasdf
richard [Thu, 1 Nov 2001 22:20:39 +0000 (22:20 +0000)]
asdf

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

22 years agomake popgw use the Message interface
richard [Thu, 1 Nov 2001 22:09:36 +0000 (22:09 +0000)]
make popgw use the Message interface

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

22 years agoCompletely untested pop gateway. It's a start.
richard [Thu, 1 Nov 2001 22:07:11 +0000 (22:07 +0000)]
Completely untested pop gateway. It's a start.

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

22 years agoStarted work on supporting a pop3-fetching server
richard [Thu, 1 Nov 2001 22:04:37 +0000 (22:04 +0000)]
Started work on supporting a pop3-fetching server
Fixed bugs:
 . bug #477104 ] HTML tag error in roundup-server
 . bug #477107 ] HTTP header problem

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

22 years agoAdded the wrap="hard" attribute to the textarea of the note field so the
richard [Wed, 31 Oct 2001 06:58:51 +0000 (06:58 +0000)]
Added the wrap="hard" attribute to the textarea of the note field so the
messages wrap sanely.

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

22 years agochanges
richard [Wed, 31 Oct 2001 06:24:51 +0000 (06:24 +0000)]
changes

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

22 years agoAdded do_stext to htmltemplate, thanks Brad Clements.
richard [Wed, 31 Oct 2001 06:24:35 +0000 (06:24 +0000)]
Added do_stext to htmltemplate, thanks Brad Clements.

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

22 years agoCase-insensitive match for ISSUE_TRACKER_EMAIL in address in e-mail.
richard [Tue, 30 Oct 2001 11:26:10 +0000 (11:26 +0000)]
Case-insensitive match for ISSUE_TRACKER_EMAIL in address in e-mail.

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

22 years agoFeeble addition to documentation for instance configuration. Well, it'll
richard [Tue, 30 Oct 2001 00:58:12 +0000 (00:58 +0000)]
Feeble addition to documentation for instance configuration. Well, it'll
hopefully change before 0.3.0 final, so I guess I have an excuse ;)

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

22 years agoFeatures:
richard [Tue, 30 Oct 2001 00:54:45 +0000 (00:54 +0000)]
Features:
 . #467129 ] Lossage when username=e-mail-address
 . #473123 ] Change message generation for author
 . MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue.

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

22 years agoFix to CGI top-level index (thanks Juergen Hermann)
richard [Mon, 29 Oct 2001 23:55:44 +0000 (23:55 +0000)]
Fix to CGI top-level index (thanks Juergen Hermann)

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

22 years agochanges
richard [Sun, 28 Oct 2001 23:25:58 +0000 (23:25 +0000)]
changes

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

22 years agofixed bug #474749 ] Indentations lost
richard [Sun, 28 Oct 2001 23:22:28 +0000 (23:22 +0000)]
fixed bug #474749 ] Indentations lost

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

22 years agoAdded more useful header to the classic schema.
richard [Sun, 28 Oct 2001 23:03:08 +0000 (23:03 +0000)]
Added more useful header to the classic schema.

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

22 years agoFixed ENOENT/WindowsError thing, thanks Juergen Hermann
richard [Sun, 28 Oct 2001 22:51:38 +0000 (22:51 +0000)]
Fixed ENOENT/WindowsError thing, thanks Juergen Hermann

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

22 years agoFixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
richard [Sat, 27 Oct 2001 00:22:35 +0000 (00:22 +0000)]
Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.

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

22 years agoMade Class.stringFind() do caseless matching.
richard [Sat, 27 Oct 2001 00:17:41 +0000 (00:17 +0000)]
Made Class.stringFind() do caseless matching.

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

22 years agoFixed roundup-server for windows, thanks Juergen Hermann.
richard [Sat, 27 Oct 2001 00:12:21 +0000 (00:12 +0000)]
Fixed roundup-server for windows, thanks Juergen Hermann.

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

22 years agoFixed manifest template
richard [Sat, 27 Oct 2001 00:10:59 +0000 (00:10 +0000)]
Fixed manifest template
Fixed install notes

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

22 years agoRemoved the "infinite authentication loop", thanks Roch'e
richard [Wed, 24 Oct 2001 00:04:41 +0000 (00:04 +0000)]
Removed the "infinite authentication loop", thanks Roch'e

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

22 years agoMore fixes to lockout logic.
richard [Wed, 24 Oct 2001 00:01:42 +0000 (00:01 +0000)]
More fixes to lockout logic.

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

22 years agoHTML typo
richard [Tue, 23 Oct 2001 23:56:03 +0000 (23:56 +0000)]
HTML typo

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

22 years agochanges
richard [Tue, 23 Oct 2001 23:54:22 +0000 (23:54 +0000)]
changes

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

22 years agoFixed lock-out logic, thanks Roch'e for pointing out the problems.
richard [Tue, 23 Oct 2001 23:52:35 +0000 (23:52 +0000)]
Fixed lock-out logic, thanks Roch'e for pointing out the problems.

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

22 years agoSome cleanup.
richard [Tue, 23 Oct 2001 23:06:39 +0000 (23:06 +0000)]
Some cleanup.

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

22 years agoFix unread->chatting auto transition, thanks Roch'e
richard [Tue, 23 Oct 2001 22:57:52 +0000 (22:57 +0000)]
Fix unread->chatting auto transition, thanks Roch'e

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

22 years agoBugfix in filter "widget" placement, thanks Roch'e
richard [Tue, 23 Oct 2001 22:56:36 +0000 (22:56 +0000)]
Bugfix in filter "widget" placement, thanks Roch'e

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

22 years agochanges
richard [Tue, 23 Oct 2001 01:11:39 +0000 (01:11 +0000)]
changes

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

22 years agoRe-enabled login and registration access after lopping them off via
richard [Tue, 23 Oct 2001 01:00:18 +0000 (01:00 +0000)]
Re-enabled login and registration access after lopping them off via
disabling access for anonymous users.
Major re-org of the htmltemplate code, cleaning it up significantly. Fixed
a couple of bugs while I was there. Probably introduced a couple, but
things seem to work OK at the moment.

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

22 years agoRemoved debug print from mailsplit test.
richard [Tue, 23 Oct 2001 00:57:32 +0000 (00:57 +0000)]
Removed debug print from mailsplit test.

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

22 years agoAdded configuration for:
richard [Mon, 22 Oct 2001 03:25:01 +0000 (03:25 +0000)]
Added configuration for:
 . anonymous user access and registration (deny/allow)
 . filter "widget" location on index page (top, bottom, both)
Updated some documentation.

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

22 years agoCommitted the changes to the templates for file indexes.
richard [Sun, 21 Oct 2001 11:42:15 +0000 (11:42 +0000)]
Committed the changes to the templates for file indexes.

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

22 years agoUpdated the documentation for recent html template changes.
richard [Sun, 21 Oct 2001 11:39:49 +0000 (11:39 +0000)]
Updated the documentation for recent html template changes.

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

22 years agofeature #473127: Filenames. I modified the file.index and htmltemplate
richard [Sun, 21 Oct 2001 07:26:35 +0000 (07:26 +0000)]
feature #473127: Filenames. I modified the file.index and htmltemplate
 source so that the filename is used in the link and the creation
 information is displayed.

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

22 years agobug #473124: UI inconsistency with Link fields.
richard [Sun, 21 Oct 2001 04:44:50 +0000 (04:44 +0000)]
bug #473124: UI inconsistency with Link fields.
   This also prompted me to fix a fairly long-standing usability issue -
   that of being able to turn off certain filters.

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

22 years agoMailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.
richard [Sun, 21 Oct 2001 04:00:20 +0000 (04:00 +0000)]
MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.

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

22 years agobug #473125: Paragraph in e-mails
richard [Sun, 21 Oct 2001 03:35:30 +0000 (03:35 +0000)]
bug #473125: Paragraph in e-mails

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

22 years agobug #473130: Nosy list not set correctly
richard [Sun, 21 Oct 2001 00:53:42 +0000 (00:53 +0000)]
bug #473130: Nosy list not set correctly

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

22 years agoAdded author identification to e-mail messages from roundup.
richard [Sun, 21 Oct 2001 00:45:15 +0000 (00:45 +0000)]
Added author identification to e-mail messages from roundup.

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

22 years agoCGI interface view customisation section may now be hidden (patch from
richard [Sun, 21 Oct 2001 00:17:56 +0000 (00:17 +0000)]
CGI interface view customisation section may now be hidden (patch from
 Roch'e Compaan.)

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

22 years agoFixed Checklist function - wasn't always working on a list.
richard [Sun, 21 Oct 2001 00:00:16 +0000 (00:00 +0000)]
Fixed Checklist function - wasn't always working on a list.

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

22 years agoHyperdatabase sorts strings-that-look-like-numbers as numbers now.
richard [Sat, 20 Oct 2001 23:44:27 +0000 (23:44 +0000)]
Hyperdatabase sorts strings-that-look-like-numbers as numbers now.

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

22 years agochange note
richard [Sat, 20 Oct 2001 12:36:35 +0000 (12:36 +0000)]
change note

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

22 years agoFixed grouping of non-str properties (thanks Roch'e Compaan)
richard [Sat, 20 Oct 2001 12:13:44 +0000 (12:13 +0000)]
Fixed grouping of non-str properties (thanks Roch'e Compaan)

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

22 years agoCatch errors in login - no username or password supplied.
richard [Sat, 20 Oct 2001 11:58:48 +0000 (11:58 +0000)]
Catch errors in login - no username or password supplied.
Fixed editing of password (Password property type) thanks Roch'e Compaan.

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

22 years agoOops, committed the admin script with the wierd #! line.
richard [Thu, 18 Oct 2001 02:16:42 +0000 (02:16 +0000)]
Oops, committed the admin script with the wierd #! line.
Also, made the thing into a class to reduce parameter passing.
Nuked the leading whitespace from the help __doc__ displays too.

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