Code

roundup.git
21 years agoFixed a backlog of bug reports, and worked on python 2.3 compatibility:
richard [Thu, 6 Feb 2003 05:43:49 +0000 (05:43 +0000)]
Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
- fixed templating filter function arguments (sf bug 678911)
- fixed multiselect in searching (sf bug 676874)
- fixed parsing of content-disposition filenames (sf bug 675116)
- added 'h' to roundup-server optarg list (sf bug 674070)
- fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
- fixed timelog example so it handles new issues (sf bug 678908)
- handle missing os.fork() (sf bug 681046)
- fixed roundup-reminder (sf bug 681042)
- fixed int assumptions about Number values (sf bug 677762)
- added warning filter for "FutureWarning: hex/oct constants > sys.maxint will
  return positive values..." (literal 0xffff0000 in portalocker.py)
- fixed ZPT code generating SyntaxWarning for assignment to None

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

21 years agomore proper multilink sorting/grouping
kedder [Mon, 3 Feb 2003 11:14:16 +0000 (11:14 +0000)]
more proper multilink sorting/grouping

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

21 years ago- added a form to show a specific issue
richard [Mon, 3 Feb 2003 00:01:44 +0000 (00:01 +0000)]
- added a form to show a specific issue
- fixed layout issues with forms in sidebar

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

21 years agofixes to time tracking customisation
richard [Sun, 2 Feb 2003 23:59:48 +0000 (23:59 +0000)]
fixes to time tracking customisation

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

21 years agohandle properly empty date values in history
kedder [Mon, 27 Jan 2003 17:34:03 +0000 (17:34 +0000)]
handle properly empty date values in history

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

21 years agoHandle situation when timezone is not set
kedder [Mon, 27 Jan 2003 17:02:46 +0000 (17:02 +0000)]
Handle situation when timezone is not set

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

21 years agoAdded users' timezone support (typo fix)
kedder [Mon, 27 Jan 2003 16:40:37 +0000 (16:40 +0000)]
Added users' timezone support (typo fix)

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

21 years agoAdded users' timezone support
kedder [Mon, 27 Jan 2003 16:32:50 +0000 (16:32 +0000)]
Added users' timezone support

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

21 years ago*** empty log message ***
richard [Fri, 24 Jan 2003 06:22:03 +0000 (06:22 +0000)]
*** empty log message ***

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

21 years ago- fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Luke Opperman
richard [Fri, 24 Jan 2003 06:21:17 +0000 (06:21 +0000)]
- fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Luke Opperman
  for confirming fix)

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

21 years agoinfo about moving trackers
richard [Thu, 23 Jan 2003 02:14:39 +0000 (02:14 +0000)]
info about moving trackers

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

21 years agoextra info in template error report
richard [Tue, 21 Jan 2003 23:54:28 +0000 (23:54 +0000)]
extra info in template error report

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

21 years agominor changes
richard [Tue, 21 Jan 2003 23:44:27 +0000 (23:44 +0000)]
minor changes

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

21 years agofix incorrect hyperlinking markup
richard [Tue, 21 Jan 2003 22:34:18 +0000 (22:34 +0000)]
fix incorrect hyperlinking markup

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

21 years agomore CGI fixes and tests
richard [Mon, 20 Jan 2003 23:05:20 +0000 (23:05 +0000)]
more CGI fixes and tests

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

21 years ago- fixed bug in metakit unlink journalling
richard [Mon, 20 Jan 2003 23:03:41 +0000 (23:03 +0000)]
- fixed bug in metakit unlink journalling
- metakit now handles "unset" for most types (not Number and Boolean)
- fixed bug in metakit search-by-ID

Metakit now passes all unit tests! w00t! (except the Number/Boolean unset)

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

21 years ago*** empty log message ***
richard [Sun, 19 Jan 2003 23:15:17 +0000 (23:15 +0000)]
*** empty log message ***

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

21 years agosmall cleanup, more info on config changes
richard [Sun, 19 Jan 2003 23:15:04 +0000 (23:15 +0000)]
small cleanup, more info on config changes

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

21 years agolatest version of portalocker fixed for win98 and winnt, thanks James Kew
richard [Sun, 19 Jan 2003 23:14:42 +0000 (23:14 +0000)]
latest version of portalocker fixed for win98 and winnt, thanks James Kew

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

21 years agonotes about upgrading to unicode
kedder [Sun, 19 Jan 2003 16:15:38 +0000 (16:15 +0000)]
notes about upgrading to unicode

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

21 years ago- more fixes to CGI form handling
richard [Wed, 15 Jan 2003 22:39:07 +0000 (22:39 +0000)]
- more fixes to CGI form handling
- switch metakit to use "compressed" multilink journal change representation

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

21 years agoapplied unicode patch
kedder [Wed, 15 Jan 2003 22:17:20 +0000 (22:17 +0000)]
applied unicode patch

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

21 years agoreally fix bug 663235, and test it
richard [Wed, 15 Jan 2003 11:14:01 +0000 (11:14 +0000)]
really fix bug 663235, and test it

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

21 years agomore cgi form parsing tests, and a fix for an outstanding couple of bugs
richard [Wed, 15 Jan 2003 11:07:45 +0000 (11:07 +0000)]
more cgi form parsing tests, and a fix for an outstanding couple of bugs

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

21 years agofixes to CGI form handling (NEEDS BACKPORTING TO 0.5)
richard [Tue, 14 Jan 2003 22:21:35 +0000 (22:21 +0000)]
fixes to CGI form handling (NEEDS BACKPORTING TO 0.5)

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

21 years agomissed a fix to the mailing patches
richard [Tue, 14 Jan 2003 22:19:27 +0000 (22:19 +0000)]
missed a fix to the mailing patches

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

21 years agonote on how to fix mysql tests - also indicate which tests are being run
richard [Tue, 14 Jan 2003 10:52:05 +0000 (10:52 +0000)]
note on how to fix mysql tests - also indicate which tests are being run

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

21 years agostart of CGI form handling tests
richard [Tue, 14 Jan 2003 06:15:58 +0000 (06:15 +0000)]
start of CGI form handling tests

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

21 years ago.get() was intentional after all
richard [Tue, 14 Jan 2003 03:56:44 +0000 (03:56 +0000)]
.get() was intentional after all

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

21 years agoadded mysql backend
richard [Mon, 13 Jan 2003 23:32:12 +0000 (23:32 +0000)]
added mysql backend

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

21 years agofix StringHTMLProperty hyperlinking
richard [Mon, 13 Jan 2003 23:30:44 +0000 (23:30 +0000)]
fix StringHTMLProperty hyperlinking

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

21 years agotypo
kedder [Mon, 13 Jan 2003 22:26:57 +0000 (22:26 +0000)]
typo

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

21 years agocleaning old unused sessions only once per hour, not on every cgi request
kedder [Mon, 13 Jan 2003 22:14:00 +0000 (22:14 +0000)]
cleaning old unused sessions only once per hour, not on every cgi request

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

21 years agooops
richard [Mon, 13 Jan 2003 03:32:02 +0000 (03:32 +0000)]
oops

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

21 years agofixed history display code for 2.1 compatibility
richard [Mon, 13 Jan 2003 03:26:28 +0000 (03:26 +0000)]
fixed history display code for 2.1 compatibility

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

21 years agoopen server logfile unbuffered
richard [Mon, 13 Jan 2003 02:44:42 +0000 (02:44 +0000)]
open server logfile unbuffered

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

21 years ago- fixed rdbms searching by ID (sf bug 666615)
richard [Sun, 12 Jan 2003 23:53:20 +0000 (23:53 +0000)]
- fixed rdbms searching by ID (sf bug 666615)
- detect corrupted index and raise semi-useful exception (sf bug 666767)

also some mysql support (in tests)

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

21 years agoapplied patch for nicer history display (sf feature 638280)
richard [Sun, 12 Jan 2003 02:22:27 +0000 (02:22 +0000)]
applied patch for nicer history display (sf feature 638280)

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

21 years agooops, forgot upgrade note
richard [Sun, 12 Jan 2003 02:16:56 +0000 (02:16 +0000)]
oops, forgot upgrade note

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

21 years agocleanup
richard [Sun, 12 Jan 2003 00:46:30 +0000 (00:46 +0000)]
cleanup

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

21 years agoreminder comments for where we need new tests
richard [Sun, 12 Jan 2003 00:43:43 +0000 (00:43 +0000)]
reminder comments for where we need new tests

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

21 years ago- allow additional control over the roundupdb email sending (explicit
richard [Sun, 12 Jan 2003 00:41:27 +0000 (00:41 +0000)]
- allow additional control over the roundupdb email sending (explicit
  cc addresses, different from address and different nosy list property)
  (thanks John Rouillard)

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

21 years agomissed this part of the patch, added doc
richard [Sun, 12 Jan 2003 00:03:11 +0000 (00:03 +0000)]
missed this part of the patch, added doc

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

21 years agosupport setting of properties on message and file through web and email
richard [Sat, 11 Jan 2003 23:52:28 +0000 (23:52 +0000)]
support setting of properties on message and file through web and email
interface

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

21 years agobetter hyperlinking
kedder [Fri, 10 Jan 2003 12:09:33 +0000 (12:09 +0000)]
better hyperlinking

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

21 years agopre-release changes
richard [Thu, 9 Jan 2003 22:59:20 +0000 (22:59 +0000)]
pre-release changes

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

21 years agocleanup
richard [Thu, 9 Jan 2003 22:58:17 +0000 (22:58 +0000)]
cleanup

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

21 years agodisplay of saved queries is now performed correctly
kedder [Thu, 9 Jan 2003 14:41:20 +0000 (14:41 +0000)]
display of saved queries is now performed correctly

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

21 years agofixed form elements names in search form to allow grouping and sorting
kedder [Thu, 9 Jan 2003 09:40:19 +0000 (09:40 +0000)]
fixed form elements names in search form to allow grouping and sorting

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

21 years agofixed searching on date / interval fields (sf bug 658157)
richard [Wed, 8 Jan 2003 05:39:40 +0000 (05:39 +0000)]
fixed searching on date / interval fields (sf bug 658157)

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

21 years agohandle all-whitespace multilink values in forms (sf bug 663855)
richard [Wed, 8 Jan 2003 04:57:42 +0000 (04:57 +0000)]
handle all-whitespace multilink values in forms (sf bug 663855)

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

21 years agohandle all-whitespace multilink values in forms (sf bug 663855)
richard [Wed, 8 Jan 2003 04:39:36 +0000 (04:39 +0000)]
handle all-whitespace multilink values in forms (sf bug 663855)

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

21 years agohandle :add: better in cgi form parsing (sf bug 663235)
richard [Wed, 8 Jan 2003 04:33:56 +0000 (04:33 +0000)]
handle :add: better in cgi form parsing (sf bug 663235)

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

21 years agobetter match for mailgw help "command" text
richard [Mon, 6 Jan 2003 21:28:38 +0000 (21:28 +0000)]
better match for mailgw help "command" text

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

21 years ago*** empty log message ***
richard [Sun, 5 Jan 2003 10:56:16 +0000 (10:56 +0000)]
*** empty log message ***

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

21 years agofire auditors and reactors in rdbms retire (thanks Sheila King)
richard [Sun, 5 Jan 2003 10:55:16 +0000 (10:55 +0000)]
fire auditors and reactors in rdbms retire (thanks Sheila King)

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

21 years ago- applied patches for handling Outlook quirks (thanks Andrey Lebedev)
richard [Fri, 27 Dec 2002 23:54:05 +0000 (23:54 +0000)]
- applied patches for handling Outlook quirks (thanks Andrey Lebedev)
  (multipart/alternative, "fw" and content-type "name")

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

21 years agofixed handling of missing password (sf bug 655632)
richard [Wed, 18 Dec 2002 23:57:09 +0000 (23:57 +0000)]
fixed handling of missing password (sf bug 655632)

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

21 years agofixed error in cgi/templates.py (sf bug 652089)
richard [Wed, 18 Dec 2002 23:21:17 +0000 (23:21 +0000)]
fixed error in cgi/templates.py (sf bug 652089)

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

21 years agooops
richard [Wed, 18 Dec 2002 05:24:41 +0000 (05:24 +0000)]
oops

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

21 years agofix for config example change
richard [Wed, 18 Dec 2002 00:42:03 +0000 (00:42 +0000)]
fix for config example change

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

21 years agonot fully backed-out
richard [Wed, 18 Dec 2002 00:15:53 +0000 (00:15 +0000)]
not fully backed-out

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

21 years agonot quite right
richard [Mon, 16 Dec 2002 05:03:02 +0000 (05:03 +0000)]
not quite right

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

21 years agoalways default time to 00:00:00
richard [Mon, 16 Dec 2002 04:39:36 +0000 (04:39 +0000)]
always default time to 00:00:00

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

21 years agohyperlinking of special message text
richard [Sun, 15 Dec 2002 23:55:34 +0000 (23:55 +0000)]
hyperlinking of special message text

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

21 years agosmall clarification
richard [Sun, 15 Dec 2002 23:55:16 +0000 (23:55 +0000)]
small clarification

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

21 years agomore words for configuring the tracker web var
richard [Fri, 13 Dec 2002 22:20:10 +0000 (22:20 +0000)]
more words for configuring the tracker web var

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

21 years agoimplemented whole-database locking
richard [Thu, 12 Dec 2002 09:31:04 +0000 (09:31 +0000)]
implemented whole-database locking

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

21 years agokey the templates cache off full path, not filename
richard [Wed, 11 Dec 2002 11:37:07 +0000 (11:37 +0000)]
key the templates cache off full path, not filename

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

21 years ago*** empty log message ***
richard [Wed, 11 Dec 2002 03:29:04 +0000 (03:29 +0000)]
*** empty log message ***

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

21 years agofixes to mailgw tests
richard [Wed, 11 Dec 2002 03:17:50 +0000 (03:17 +0000)]
fixes to mailgw tests

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

21 years agoadded date header to emails (sf bug 651358)
richard [Wed, 11 Dec 2002 01:52:20 +0000 (01:52 +0000)]
added date header to emails (sf bug 651358)

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

21 years agoallow multiple :remove and :add elements per property being edited
richard [Wed, 11 Dec 2002 01:46:46 +0000 (01:46 +0000)]
allow multiple :remove and :add elements per property being edited

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

21 years agofixed nasty sorting bug that was lowercasing properties
richard [Wed, 11 Dec 2002 01:03:38 +0000 (01:03 +0000)]
fixed nasty sorting bug that was lowercasing properties

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

21 years agodon't set explicit None Link properties in web create
richard [Tue, 10 Dec 2002 23:39:40 +0000 (23:39 +0000)]
don't set explicit None Link properties in web create

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

21 years agoallow StringHTMLProperty in MultilinkHTMLProperty test to work
richard [Tue, 10 Dec 2002 23:14:33 +0000 (23:14 +0000)]
allow StringHTMLProperty in MultilinkHTMLProperty test to work

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

21 years agobleah
richard [Tue, 10 Dec 2002 06:08:36 +0000 (06:08 +0000)]
bleah

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

21 years agoFix to handle bad form submissions, Links and the magic -1 form value.
richard [Tue, 10 Dec 2002 06:02:00 +0000 (06:02 +0000)]
Fix to handle bad form submissions, Links and the magic -1 form value.

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

21 years ago- finished of handling of retired flag in filter() (sf bug 635260)
richard [Tue, 10 Dec 2002 00:46:55 +0000 (00:46 +0000)]
- finished of handling of retired flag in filter() (sf bug 635260)
[bugfix in mailgw unit tests for x-roundup-loop too]

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

21 years ago- detect and break email loops (sf bug 640854)
richard [Tue, 10 Dec 2002 00:23:36 +0000 (00:23 +0000)]
- detect and break email loops (sf bug 640854)

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

21 years agoLots of little fixes in this update:
richard [Tue, 10 Dec 2002 00:11:16 +0000 (00:11 +0000)]
Lots of little fixes in this update:
- fixed Date.local()
- email quoted text stripping is controllable again (sf bug 650742)
- extract attachment name from content-disposition if name is missing (sf
  bug 637278)
- removed FILTER_POSITION from bundled configs
- reverse message listing in issue display (reversion of recent change)
- bad entries for multilink editing in cgi don't traceback now (sf bug 640310)

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

21 years agodisable b0rken locking test
richard [Mon, 9 Dec 2002 02:51:46 +0000 (02:51 +0000)]
disable b0rken locking test

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

21 years agofix Date.local()
richard [Mon, 9 Dec 2002 02:43:21 +0000 (02:43 +0000)]
fix Date.local()

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

21 years agoclarifications
richard [Mon, 9 Dec 2002 02:37:20 +0000 (02:37 +0000)]
clarifications

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

21 years agodon't undersell the roundup-server
richard [Thu, 28 Nov 2002 07:26:33 +0000 (07:26 +0000)]
don't undersell the roundup-server

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

21 years agoallow unsetting of date/interval
richard [Thu, 28 Nov 2002 07:08:39 +0000 (07:08 +0000)]
allow unsetting of date/interval

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

21 years ago*** empty log message ***
richard [Thu, 28 Nov 2002 07:05:00 +0000 (07:05 +0000)]
*** empty log message ***

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

21 years agovalue is already extracted...
richard [Thu, 28 Nov 2002 07:02:48 +0000 (07:02 +0000)]
value is already extracted...

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

21 years agodon't double-close
richard [Thu, 28 Nov 2002 07:02:23 +0000 (07:02 +0000)]
don't double-close

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

21 years agohandle KeyboardInterrupt nicely
richard [Thu, 28 Nov 2002 06:55:57 +0000 (06:55 +0000)]
handle KeyboardInterrupt nicely

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

21 years agomore URL trailing-/ requirements
richard [Sun, 17 Nov 2002 08:00:33 +0000 (08:00 +0000)]
more URL trailing-/ requirements

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

21 years agoremoved use of string/strop from TAL/TALInterpreter
richard [Sat, 16 Nov 2002 07:43:22 +0000 (07:43 +0000)]
removed use of string/strop from TAL/TALInterpreter

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

21 years agofixed upgrading doc to have CGI changes in the correct order
richard [Fri, 8 Nov 2002 00:40:30 +0000 (00:40 +0000)]
fixed upgrading doc to have CGI changes in the correct order

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

21 years agomention needed trailing "/" in TRACKER_WEB
richard [Thu, 7 Nov 2002 21:17:44 +0000 (21:17 +0000)]
mention needed trailing "/" in TRACKER_WEB

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

21 years agoadded mention of how to give users multiple Roles
richard [Thu, 7 Nov 2002 06:27:16 +0000 (06:27 +0000)]
added mention of how to give users multiple Roles

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

21 years agooops, fixed unit tests for journal change
richard [Wed, 6 Nov 2002 11:45:25 +0000 (11:45 +0000)]
oops, fixed unit tests for journal change

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

21 years agoworking toward 0.5.2 release
richard [Wed, 6 Nov 2002 11:38:43 +0000 (11:38 +0000)]
working toward 0.5.2 release

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

21 years ago- fixed filtering by id in anydbm
richard [Wed, 6 Nov 2002 05:39:50 +0000 (05:39 +0000)]
- fixed filtering by id in anydbm
- show issue ID in the headings (sf bug 631598)

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

21 years agoadded ID to the search page (sf bug 631601)
richard [Wed, 6 Nov 2002 04:24:24 +0000 (04:24 +0000)]
added ID to the search page (sf bug 631601)

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

21 years agoensured there's no zero-length files in source (sf bug 633622)
richard [Wed, 6 Nov 2002 04:17:12 +0000 (04:17 +0000)]
ensured there's no zero-length files in source (sf bug 633622)

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