more fixes for backward-compatibility form entries - file edit page is busted tho
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1504 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1504 57a73879-2fb5-44c3-a270-3262357dd7e2
new form handling complete
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1503 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1503 57a73879-2fb5-44c3-a270-3262357dd7e2
anydbm should return brand new items, even if cache is turned off
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1502 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1502 57a73879-2fb5-44c3-a270-3262357dd7e2
reminder
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1501 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1501 57a73879-2fb5-44c3-a270-3262357dd7e2
more info in docstring
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1500 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1500 57a73879-2fb5-44c3-a270-3262357dd7e2
oops, forgot the templating :)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1499 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1499 57a73879-2fb5-44c3-a270-3262357dd7e2
- implemented extension to form parsing to allow editing of multiple items
and creation of multiple items (but only one per class)
- the colon ":" special form variable designator may now be any of : + @
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1498 57a73879-2fb5-44c3-a270-3262357dd7e2
and creation of multiple items (but only one per class)
- the colon ":" special form variable designator may now be any of : + @
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1498 57a73879-2fb5-44c3-a270-3262357dd7e2
included UN*X manual pages from Bastian Kleineidam
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1497 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1497 57a73879-2fb5-44c3-a270-3262357dd7e2
- fixed error in indexargs_url (thanks Patrick Ohly)
- fixed getnode (sf bug 684531)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1495 57a73879-2fb5-44c3-a270-3262357dd7e2
- fixed getnode (sf bug 684531)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1495 57a73879-2fb5-44c3-a270-3262357dd7e2
mysql backend passes all tests (at last!)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1493 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1493 57a73879-2fb5-44c3-a270-3262357dd7e2
another attempt to fix cookie misbehaviour
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1492 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1492 57a73879-2fb5-44c3-a270-3262357dd7e2
make future intervals obvious too
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1491 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1491 57a73879-2fb5-44c3-a270-3262357dd7e2
add "ago" to intervals in the past (sf bug 679232)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1490 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1490 57a73879-2fb5-44c3-a270-3262357dd7e2
handle FutureWarning not existing in py <2.3
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1489 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1489 57a73879-2fb5-44c3-a270-3262357dd7e2
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
- 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
more proper multilink sorting/grouping
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1486 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1486 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
- fixed layout issues with forms in sidebar
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1485 57a73879-2fb5-44c3-a270-3262357dd7e2
fixes to time tracking customisation
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1484 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1484 57a73879-2fb5-44c3-a270-3262357dd7e2
handle properly empty date values in history
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1483 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1483 57a73879-2fb5-44c3-a270-3262357dd7e2
Handle situation when timezone is not set
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1482 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1482 57a73879-2fb5-44c3-a270-3262357dd7e2
Added users' timezone support (typo fix)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1481 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1481 57a73879-2fb5-44c3-a270-3262357dd7e2
Added users' timezone support
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1480 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1480 57a73879-2fb5-44c3-a270-3262357dd7e2
*** empty log message ***
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1476 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1476 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
for confirming fix)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1475 57a73879-2fb5-44c3-a270-3262357dd7e2
info about moving trackers
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1474 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1474 57a73879-2fb5-44c3-a270-3262357dd7e2
extra info in template error report
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1473 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1473 57a73879-2fb5-44c3-a270-3262357dd7e2
minor changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1472 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1472 57a73879-2fb5-44c3-a270-3262357dd7e2
fix incorrect hyperlinking markup
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1471 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1471 57a73879-2fb5-44c3-a270-3262357dd7e2
more CGI fixes and tests
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1470 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1470 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
- 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
*** empty log message ***
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1466 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1466 57a73879-2fb5-44c3-a270-3262357dd7e2
small cleanup, more info on config changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1465 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1465 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1464 57a73879-2fb5-44c3-a270-3262357dd7e2
notes about upgrading to unicode
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1463 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1463 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
- 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
applied unicode patch
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1460 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1460 57a73879-2fb5-44c3-a270-3262357dd7e2
really fix bug 663235, and test it
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1458 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1458 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1457 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1456 57a73879-2fb5-44c3-a270-3262357dd7e2
missed a fix to the mailing patches
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1455 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1455 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1454 57a73879-2fb5-44c3-a270-3262357dd7e2
start of CGI form handling tests
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1453 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1453 57a73879-2fb5-44c3-a270-3262357dd7e2
.get() was intentional after all
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1452 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1452 57a73879-2fb5-44c3-a270-3262357dd7e2
added mysql backend
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1451 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1451 57a73879-2fb5-44c3-a270-3262357dd7e2
fix StringHTMLProperty hyperlinking
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1450 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1450 57a73879-2fb5-44c3-a270-3262357dd7e2
typo
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1449 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1449 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1448 57a73879-2fb5-44c3-a270-3262357dd7e2
oops
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1446 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1446 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1445 57a73879-2fb5-44c3-a270-3262357dd7e2
open server logfile unbuffered
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1443 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1443 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
- 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
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1440 57a73879-2fb5-44c3-a270-3262357dd7e2
oops, forgot upgrade note
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1439 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1439 57a73879-2fb5-44c3-a270-3262357dd7e2
cleanup
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1438 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1438 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1437 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
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
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1435 57a73879-2fb5-44c3-a270-3262357dd7e2
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
interface
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1434 57a73879-2fb5-44c3-a270-3262357dd7e2
better hyperlinking
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1433 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1433 57a73879-2fb5-44c3-a270-3262357dd7e2
pre-release changes
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1430 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1430 57a73879-2fb5-44c3-a270-3262357dd7e2
cleanup
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1429 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1429 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1428 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1427 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1426 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1425 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1424 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1423 57a73879-2fb5-44c3-a270-3262357dd7e2
better match for mailgw help "command" text
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1422 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1422 57a73879-2fb5-44c3-a270-3262357dd7e2
*** empty log message ***
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1421 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1421 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1420 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
(multipart/alternative, "fw" and content-type "name")
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1419 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1418 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1417 57a73879-2fb5-44c3-a270-3262357dd7e2
oops
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1416 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1416 57a73879-2fb5-44c3-a270-3262357dd7e2
fix for config example change
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1415 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1415 57a73879-2fb5-44c3-a270-3262357dd7e2
not fully backed-out
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1414 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1414 57a73879-2fb5-44c3-a270-3262357dd7e2
not quite right
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1413 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1413 57a73879-2fb5-44c3-a270-3262357dd7e2
always default time to 00:00:00
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1412 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1412 57a73879-2fb5-44c3-a270-3262357dd7e2
hyperlinking of special message text
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1411 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1411 57a73879-2fb5-44c3-a270-3262357dd7e2
small clarification
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1410 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1410 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1409 57a73879-2fb5-44c3-a270-3262357dd7e2
implemented whole-database locking
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1408 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1408 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1407 57a73879-2fb5-44c3-a270-3262357dd7e2
*** empty log message ***
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1405 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1405 57a73879-2fb5-44c3-a270-3262357dd7e2
fixes to mailgw tests
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1404 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1404 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1403 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1402 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1401 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1400 57a73879-2fb5-44c3-a270-3262357dd7e2
allow StringHTMLProperty in MultilinkHTMLProperty test to work
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1399 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1399 57a73879-2fb5-44c3-a270-3262357dd7e2
bleah
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1398 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1398 57a73879-2fb5-44c3-a270-3262357dd7e2
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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1397 57a73879-2fb5-44c3-a270-3262357dd7e2
- 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
[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
- 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
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1395 57a73879-2fb5-44c3-a270-3262357dd7e2
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
- 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
disable b0rken locking test
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1393 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1393 57a73879-2fb5-44c3-a270-3262357dd7e2
fix Date.local()
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1392 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1392 57a73879-2fb5-44c3-a270-3262357dd7e2
clarifications
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1391 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1391 57a73879-2fb5-44c3-a270-3262357dd7e2
don't undersell the roundup-server
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1390 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1390 57a73879-2fb5-44c3-a270-3262357dd7e2
allow unsetting of date/interval
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1389 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1389 57a73879-2fb5-44c3-a270-3262357dd7e2