Code

roundup.git
20 years agoFix title.
jlgijsbers [Fri, 3 Oct 2003 19:13:50 +0000 (19:13 +0000)]
Fix title.

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

20 years agoMoved out tal:condition up one element, to prevent an empty form form appearing.
jlgijsbers [Fri, 3 Oct 2003 19:11:56 +0000 (19:11 +0000)]
Moved out tal:condition up one element, to prevent an empty form form appearing.

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

20 years agoRemove outdated htmlbase.py.
jlgijsbers [Fri, 3 Oct 2003 17:50:18 +0000 (17:50 +0000)]
Remove outdated htmlbase.py.

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

20 years agoReplaced all uses of the 'nowrap' attribute with its CSS equivalent:
jlgijsbers [Fri, 3 Oct 2003 16:57:28 +0000 (16:57 +0000)]
Replaced all uses of the 'nowrap' attribute with its CSS equivalent:
'white-space: nowrap;'.

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

20 years agoFirst steps towards HTML4.01 Strict validation.
jlgijsbers [Thu, 2 Oct 2003 16:00:45 +0000 (16:00 +0000)]
First steps towards HTML4.01 Strict validation.

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

20 years agoadded DOCTYPE
richard [Tue, 30 Sep 2003 23:57:02 +0000 (23:57 +0000)]
added DOCTYPE

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

20 years agoadded test to confirm behaviour of summary generation from quoted-only email
richard [Tue, 30 Sep 2003 23:55:54 +0000 (23:55 +0000)]
added test to confirm behaviour of summary generation from quoted-only email

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

20 years agoUse FormError.
jlgijsbers [Wed, 24 Sep 2003 14:54:23 +0000 (14:54 +0000)]
Use FormError.

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

20 years ago- Actually use FormError, so we can move the handling of this exception up to
jlgijsbers [Wed, 24 Sep 2003 14:53:58 +0000 (14:53 +0000)]
- Actually use FormError, so we can move the handling of this exception up to
inner_main().
- Implement newItemAction using editItemAction, removing duplication.

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

20 years agooops
richard [Thu, 18 Sep 2003 23:42:51 +0000 (23:42 +0000)]
oops

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

20 years agoadded another example
richard [Thu, 18 Sep 2003 23:41:01 +0000 (23:41 +0000)]
added another example

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

20 years agochange note for Apply Error fix
kedder [Thu, 18 Sep 2003 07:33:57 +0000 (07:33 +0000)]
change note for Apply Error fix

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

20 years agoadded note about hidden :template var in user.item (bug 799842)
richard [Wed, 17 Sep 2003 22:30:30 +0000 (22:30 +0000)]
added note about hidden :template var in user.item (bug 799842)

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

20 years agofixed Apply Error that was raised, when property was deleted from class and we are...
kedder [Tue, 16 Sep 2003 16:12:38 +0000 (16:12 +0000)]
fixed Apply Error that was raised, when property was deleted from class and we are trying to edit an instance.

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

20 years agoRemove line testing for just one testcase.
jlgijsbers [Mon, 15 Sep 2003 19:37:28 +0000 (19:37 +0000)]
Remove line testing for just one testcase.

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

20 years agoAdd a test for looking up alternate adresses and case-insensitivity.
jlgijsbers [Mon, 15 Sep 2003 19:35:53 +0000 (19:35 +0000)]
Add a test for looking up alternate adresses and case-insensitivity.

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

20 years agoSimplify backend importing, by moving the imports into the backend modules.
jlgijsbers [Sun, 14 Sep 2003 18:55:37 +0000 (18:55 +0000)]
Simplify backend importing, by moving the imports into the backend modules.

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

20 years agonew example and some more installation docs
richard [Fri, 12 Sep 2003 04:29:35 +0000 (04:29 +0000)]
new example and some more installation docs

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

20 years agoWe need a stable set of chars to be able to match the subject lines of
jlgijsbers [Wed, 10 Sep 2003 13:04:05 +0000 (13:04 +0000)]
We need a stable set of chars to be able to match the subject lines of
registration confirmation. Py2.1's string.letters also depends on locales, so
we can't use it.

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

20 years agoReplying to email to confirm registration works!
jlgijsbers [Wed, 10 Sep 2003 12:43:18 +0000 (12:43 +0000)]
Replying to email to confirm registration works!

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

20 years agoOops.
jlgijsbers [Mon, 8 Sep 2003 21:27:16 +0000 (21:27 +0000)]
Oops.

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

20 years agoSend a message confirming the confirmation.
jlgijsbers [Mon, 8 Sep 2003 21:18:56 +0000 (21:18 +0000)]
Send a message confirming the confirmation.

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

20 years agoLet standard_message accept a different author.
jlgijsbers [Mon, 8 Sep 2003 21:08:59 +0000 (21:08 +0000)]
Let standard_message accept a different author.

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

20 years agoFix misnamed exception clause.
jlgijsbers [Mon, 8 Sep 2003 21:08:18 +0000 (21:08 +0000)]
Fix misnamed exception clause.

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

20 years agoChange the message asking for confirmation of registration to incorporate the
jlgijsbers [Mon, 8 Sep 2003 21:07:29 +0000 (21:07 +0000)]
Change the message asking for confirmation of registration to incorporate the
option to just reply to the email.

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

20 years ago- Extended getuid() to replace figure_curuserid().
jlgijsbers [Mon, 8 Sep 2003 20:39:18 +0000 (20:39 +0000)]
- Extended getuid() to replace figure_curuserid().
- Replace all references to curuserid with calls to getuid().
- Changed the docs to point to always point to getuid() and mention the change
in upgrading.txt.

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

20 years agoExtracted duplicated mail-sending code from mailgw, roundupdb and client.py to
jlgijsbers [Mon, 8 Sep 2003 09:28:28 +0000 (09:28 +0000)]
Extracted duplicated mail-sending code from mailgw, roundupdb and client.py to
the new mailer.py module.

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

20 years agopy2.1 fix
richard [Sun, 7 Sep 2003 22:12:24 +0000 (22:12 +0000)]
py2.1 fix

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

20 years agoOptimize mailgw and cgi tests by creating an empty instance before the tests
jlgijsbers [Sun, 7 Sep 2003 20:37:33 +0000 (20:37 +0000)]
Optimize mailgw and cgi tests by creating an empty instance before the tests
start (only if needed). In setUp(), this instance is then copied to another
directory for the actual tests.

On my system, this about halved the execution time for test_cgi (33s -> 14s)
and test_mailgw (40s -> 25s).

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

20 years agoSimplify Message comparison.
jlgijsbers [Sun, 7 Sep 2003 18:27:47 +0000 (18:27 +0000)]
Simplify Message comparison.

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

20 years agoMessage comparison is no longer a straight text comparison, but a semantic
jlgijsbers [Sun, 7 Sep 2003 13:08:08 +0000 (13:08 +0000)]
Message comparison is no longer a straight text comparison, but a semantic
comparison. The header order changed while refactoring email sending, but this
way we won't have to worry about that affecting the tests anymore.

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

20 years agoMove up figure_curuserid(), it should be available for all backends.
jlgijsbers [Sat, 6 Sep 2003 20:02:23 +0000 (20:02 +0000)]
Move up figure_curuserid(), it should be available for all backends.

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

20 years agoOops, forgot to run all tests. Fixed.
jlgijsbers [Sat, 6 Sep 2003 10:37:11 +0000 (10:37 +0000)]
Oops, forgot to run all tests. Fixed.

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

20 years agomailgw now accepts registration confirmation mail that contains the following in
jlgijsbers [Sat, 6 Sep 2003 10:21:18 +0000 (10:21 +0000)]
mailgw now accepts registration confirmation mail that contains the following in
the subject line:
-- key <32-char otk, such as Aj4euk4LZSAdwePohj90SME5SpopLETL>.

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

20 years agoDon't use locale-dependent string.letters for one time keys: this could be
jlgijsbers [Sat, 6 Sep 2003 09:45:30 +0000 (09:45 +0000)]
Don't use locale-dependent string.letters for one time keys: this could be
problematic when matching registration confirmation emails.

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

20 years agoExtract confirm_registration() from client to roundupdb, for use in mailgw
jlgijsbers [Sat, 6 Sep 2003 07:27:30 +0000 (07:27 +0000)]
Extract confirm_registration() from client to roundupdb, for use in mailgw
registration confirmation.

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

20 years agoNormalize multiline strings for emacs.
jlgijsbers [Fri, 5 Sep 2003 21:05:18 +0000 (21:05 +0000)]
Normalize multiline strings for emacs.

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

20 years agoNormalize multiline strings for emacs.
jlgijsbers [Fri, 5 Sep 2003 20:56:39 +0000 (20:56 +0000)]
Normalize multiline strings for emacs.

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

20 years agofixed file leak in detector initialisation (patch 800715)
richard [Thu, 4 Sep 2003 23:44:56 +0000 (23:44 +0000)]
fixed file leak in detector initialisation (patch 800715)

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

20 years agostopped pyc writing to current directory! yay! (patch 800718 with changes)
richard [Thu, 4 Sep 2003 23:39:18 +0000 (23:39 +0000)]
stopped pyc writing to current directory! yay! (patch 800718 with changes)

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

20 years agocommented out example tracker homes
richard [Thu, 4 Sep 2003 23:28:50 +0000 (23:28 +0000)]
commented out example tracker homes

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

20 years agoInitial implementaion (half-baked) at new Tracker instance.
richard [Thu, 4 Sep 2003 00:47:01 +0000 (00:47 +0000)]
Initial implementaion (half-baked) at new Tracker instance.
Cleaned up caching API / comments in backends.
Fixes to docs.

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

20 years agocustomisation doc update
richard [Sun, 31 Aug 2003 03:43:07 +0000 (03:43 +0000)]
customisation doc update

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

20 years agoapplied patch 739314 (sorry John!)
richard [Fri, 29 Aug 2003 12:43:03 +0000 (12:43 +0000)]
applied patch 739314 (sorry John!)

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

20 years agovarious cosmetic fixes
richard [Thu, 28 Aug 2003 05:53:40 +0000 (05:53 +0000)]
various cosmetic fixes

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

20 years agoset the content type on page templates (can have XML templates now)
richard [Thu, 28 Aug 2003 05:15:50 +0000 (05:15 +0000)]
set the content type on page templates (can have XML templates now)

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

20 years agovarious minor bugfixes
richard [Thu, 28 Aug 2003 05:09:08 +0000 (05:09 +0000)]
various minor bugfixes

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

20 years agopython2.3 CSV support, also missing thankyou in index.txt :)
richard [Thu, 28 Aug 2003 04:46:54 +0000 (04:46 +0000)]
python2.3 CSV support, also missing thankyou in index.txt :)

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

20 years ago - fix CGI editCSV action to handle metakit's integer itemids
richard [Thu, 28 Aug 2003 01:39:15 +0000 (01:39 +0000)]
 - fix CGI editCSV action to handle metakit's integer itemids
 - apply fix for "remove" links from Klamer Schutte
 - added permission check on "remove" link while I was there..

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

20 years agoChecked in patch by Kurt Steinkraus fixing JavaScript error when help was asked
jlgijsbers [Wed, 27 Aug 2003 17:34:57 +0000 (17:34 +0000)]
Checked in patch by Kurt Steinkraus fixing JavaScript error when help was asked
while no keyword was defined.

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

20 years agoCorrected customizing url (patch #791963).
jlgijsbers [Tue, 26 Aug 2003 12:54:08 +0000 (12:54 +0000)]
Corrected customizing url (patch #791963).

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

20 years agoAdd a missing '?' to fix queries.
jlgijsbers [Tue, 26 Aug 2003 12:44:23 +0000 (12:44 +0000)]
Add a missing '?' to fix queries.

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

20 years agoAdded text about removing '?' from url field when upgrading (bug #790326).
jlgijsbers [Tue, 26 Aug 2003 12:37:51 +0000 (12:37 +0000)]
Added text about removing '?' from url field when upgrading (bug #790326).

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

20 years agoIgnore demo directory.
jlgijsbers [Tue, 26 Aug 2003 12:34:15 +0000 (12:34 +0000)]
Ignore demo directory.

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

20 years agofixed 0xffff0000 literal. finally.
richard [Tue, 26 Aug 2003 00:29:20 +0000 (00:29 +0000)]
fixed 0xffff0000 literal. finally.

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

20 years agoImporting wasn't setting None values explicitly when it should have been
richard [Tue, 26 Aug 2003 00:06:56 +0000 (00:06 +0000)]
Importing wasn't setting None values explicitly when it should have been

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

20 years agocgi-bin install note
richard [Mon, 18 Aug 2003 06:31:59 +0000 (06:31 +0000)]
cgi-bin install note

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

20 years agoReST tweaks
richard [Mon, 18 Aug 2003 01:02:18 +0000 (01:02 +0000)]
ReST tweaks

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

20 years agominor rest tweak
richard [Mon, 18 Aug 2003 00:41:33 +0000 (00:41 +0000)]
minor rest tweak

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

20 years agooops
richard [Mon, 18 Aug 2003 00:23:40 +0000 (00:23 +0000)]
oops

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

20 years agopre-release machinations
richard [Mon, 18 Aug 2003 00:21:58 +0000 (00:21 +0000)]
pre-release machinations

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

20 years agoadd action attribute to issue.item form action tag
richard [Sun, 17 Aug 2003 23:54:42 +0000 (23:54 +0000)]
add action attribute to issue.item form action tag

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

20 years agofix file downloading
richard [Wed, 13 Aug 2003 23:51:59 +0000 (23:51 +0000)]
fix file downloading

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

20 years agoAdded a little text about the new search page structure.?b
jlgijsbers [Tue, 12 Aug 2003 14:01:48 +0000 (14:01 +0000)]
Added a little text about the new search page structure.?b

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

20 years agodon't have RDBMS backends list retired nodes (sf bug 767319)
richard [Tue, 12 Aug 2003 02:22:22 +0000 (02:22 +0000)]
don't have RDBMS backends list retired nodes (sf bug 767319)

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

20 years agobatch the (list) listings at 500 entries per page (sf bug 759906)
richard [Tue, 12 Aug 2003 02:10:12 +0000 (02:10 +0000)]
batch the (list) listings at 500 entries per page (sf bug 759906)

Unfortunately, the doovy javascript falls over when the next/prev links are
used, so I've added some simple checking to remove that stuff when we're paging
through the results (the simple test fails if you page back to the first
page, but it'll do for now)

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

20 years agosort multilinks a little better for grouping (sf bug 772935)
richard [Tue, 12 Aug 2003 01:49:30 +0000 (01:49 +0000)]
sort multilinks a little better for grouping (sf bug 772935)

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

20 years agotimelog editing via csv interface crashes (sf bug 699837)
richard [Tue, 12 Aug 2003 01:26:08 +0000 (01:26 +0000)]
timelog editing via csv interface crashes (sf bug 699837)

this needs a better approach :)
we've needed a generic string-to-hyperdb-type converter since day one...

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

20 years agologfile must be specified if pidfile is (sf bug 772820)
richard [Tue, 12 Aug 2003 01:14:11 +0000 (01:14 +0000)]
logfile must be specified if pidfile is (sf bug 772820)

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

20 years agoroundup-server now logs IP addresses by default (sf bug 778795)
richard [Tue, 12 Aug 2003 01:11:43 +0000 (01:11 +0000)]
roundup-server now logs IP addresses by default (sf bug 778795)

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

20 years agoRegression test case to ensure FileClass attribute bug doesn't show up again.
jlgijsbers [Mon, 11 Aug 2003 11:28:31 +0000 (11:28 +0000)]
Regression test case to ensure FileClass attribute bug doesn't show up again.

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

20 years agoUpdated to reflect query editing and FileClass changes.
jlgijsbers [Sun, 10 Aug 2003 18:52:45 +0000 (18:52 +0000)]
Updated to reflect query editing and FileClass changes.

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

20 years agoQueries are no longer viewable to unauthorized users.
jlgijsbers [Sun, 10 Aug 2003 18:51:49 +0000 (18:51 +0000)]
Queries are no longer viewable to unauthorized users.

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

20 years agoFixed editing properties on FileClass nodes. Previously, if there was no
jlgijsbers [Sun, 10 Aug 2003 13:38:43 +0000 (13:38 +0000)]
Fixed editing properties on FileClass nodes. Previously, if there was no
'content' property in the form when editing properties, other changes wold be
discarded silently. Now, an exception is raised when there is a empty content
property. Also, when there is no content property, other attributes can be
edited.

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

20 years agoFinal touches to fix query editing. It should work now.
jlgijsbers [Sun, 10 Aug 2003 10:30:56 +0000 (10:30 +0000)]
Final touches to fix query editing. It should work now.

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

20 years agorelease
richard [Mon, 28 Jul 2003 23:41:04 +0000 (23:41 +0000)]
release

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

20 years agofixed generic template discovery
richard [Mon, 28 Jul 2003 23:19:21 +0000 (23:19 +0000)]
fixed generic template discovery

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

20 years agooops
richard [Mon, 28 Jul 2003 23:17:50 +0000 (23:17 +0000)]
oops

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

20 years ago*** empty log message ***
richard [Sun, 27 Jul 2003 23:16:33 +0000 (23:16 +0000)]
*** empty log message ***

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

20 years agoclose tag was missed
kedder [Tue, 22 Jul 2003 12:55:45 +0000 (12:55 +0000)]
close tag was missed

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

20 years agooops, we really do need a database
richard [Mon, 21 Jul 2003 22:56:54 +0000 (22:56 +0000)]
oops, we really do need a database

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

20 years agoadd xp lookup slowness
richard [Tue, 15 Jul 2003 22:47:09 +0000 (22:47 +0000)]
add xp lookup slowness

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

20 years ago*** empty log message ***
richard [Thu, 3 Jul 2003 23:46:34 +0000 (23:46 +0000)]
*** empty log message ***

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

20 years agoremove ; - quoted <> get picked up
anthonybaxter [Tue, 1 Jul 2003 08:21:57 +0000 (08:21 +0000)]
remove ; - quoted <> get picked up

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

20 years agoexpand list of chars considered in an email address for the auto-
anthonybaxter [Tue, 1 Jul 2003 08:16:59 +0000 (08:16 +0000)]
expand list of chars considered in an email address for the auto-
hyperlink-quoting. It's still not the full list (see RFC2822, 3.4.1),
but unless you want to go down the "dealing with quoted whitespace"
path, this is probably good enough.

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

20 years agoMove documenting of curuserid to Database class.
neaj [Thu, 26 Jun 2003 13:06:40 +0000 (13:06 +0000)]
Move documenting of curuserid to Database class.

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

20 years agoChange so setting a property to its current value is also accepted as an
neaj [Wed, 25 Jun 2003 09:49:34 +0000 (09:49 +0000)]
Change so setting a property to its current value is also accepted as an
explicit change. This is useful in a case where an issue is resolved,
and you want to mail in a comment without making the status revert to
chatting.

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

20 years agoThe .replace in getheader would fail for absent headers (that return
neaj [Wed, 25 Jun 2003 08:02:51 +0000 (08:02 +0000)]
The .replace in getheader would fail for absent headers (that return
None).

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

20 years agodoc/customizing.txt, doc/design.txt
neaj [Tue, 24 Jun 2003 12:39:20 +0000 (12:39 +0000)]
doc/customizing.txt, doc/design.txt
    Documented 'db.curuserid'.
doc/design.txt
    Reflowed to 72 columns (even the layer cake fits :)
roundup/mailgw.py
    Strip '\n' introduced by rfc822.readheaders

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

20 years agochanged rdbms_common to fix sql backends under Py2.3
anthonybaxter [Tue, 24 Jun 2003 08:07:34 +0000 (08:07 +0000)]
changed rdbms_common to fix sql backends under Py2.3

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

20 years agosqlite backend now passes all tests under 2.3. Searching for other parts
anthonybaxter [Tue, 24 Jun 2003 08:06:27 +0000 (08:06 +0000)]
sqlite backend now passes all tests under 2.3. Searching for other parts
of the code that was assigning the value of a boolean test (either =.*not or
=.*==) showed nothing else that looked likely.

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

20 years agorewrite to fix english.
anthonybaxter [Tue, 24 Jun 2003 07:06:12 +0000 (07:06 +0000)]
rewrite to fix english.

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

20 years agoenglish nits
anthonybaxter [Tue, 24 Jun 2003 06:53:17 +0000 (06:53 +0000)]
english nits

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

20 years ago*** empty log message ***
anthonybaxter [Tue, 24 Jun 2003 06:48:35 +0000 (06:48 +0000)]
*** empty log message ***

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

20 years agoforward-port patch to cache session-database-type.
anthonybaxter [Tue, 24 Jun 2003 06:47:44 +0000 (06:47 +0000)]
forward-port patch to cache session-database-type.

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

20 years agodon't open the database for static files
richard [Tue, 24 Jun 2003 05:00:43 +0000 (05:00 +0000)]
don't open the database for static files

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

20 years agofix HTML file detection (hence history xref linking) (sf bug 741478)
richard [Tue, 24 Jun 2003 04:52:26 +0000 (04:52 +0000)]
fix HTML file detection (hence history xref linking) (sf bug 741478)

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

20 years agoattempt to fix query editing
richard [Tue, 24 Jun 2003 04:16:58 +0000 (04:16 +0000)]
attempt to fix query editing

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

20 years agoaudit some user properties for valid values (roles, address) (sf bugs 742968 and...
richard [Tue, 24 Jun 2003 04:16:35 +0000 (04:16 +0000)]
audit some user properties for valid values (roles, address) (sf bugs 742968 and 739653)

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

20 years agooops
richard [Tue, 24 Jun 2003 03:58:57 +0000 (03:58 +0000)]
oops

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