| Wed, 25 Feb 2004 23:27:54 +0000 |
Richard Jones |
forward-port from maint branch
|
| Wed, 25 Feb 2004 23:26:30 +0000 |
Richard Jones |
ehem
maint-0.6
|
| Wed, 25 Feb 2004 23:23:56 +0000 |
Richard Jones |
made errors from bad input in the quick "Show issue:" form more user-friendly
maint-0.6
|
| Wed, 25 Feb 2004 03:39:53 +0000 |
Richard Jones |
document and make easier the actions-returning-content idiom
|
| Wed, 25 Feb 2004 03:24:43 +0000 |
Richard Jones |
Forward-porting of fixes from the maintenance branch.
|
| Tue, 24 Feb 2004 23:37:10 +0000 |
Richard Jones |
use JS instead of 302 to redirect during rego confirmation
maint-0.6
|
| Tue, 24 Feb 2004 21:13:26 +0000 |
Richard Jones |
fixed rego
maint-0.6
|
| Fri, 20 Feb 2004 03:48:16 +0000 |
Richard Jones |
fixes to some unit tests, and a cleanup
|
| Sun, 15 Feb 2004 10:08:20 +0000 |
Johannes Gijsbers |
Call actions in a different way so we won't hide any bad TypeErrors.
|
| Sat, 14 Feb 2004 19:58:20 +0000 |
Johannes Gijsbers |
Remove duplication in permission handling:
|
| Sat, 14 Feb 2004 11:27:23 +0000 |
Johannes Gijsbers |
Add backwards compatible action handling.
|
| Sat, 14 Feb 2004 01:17:38 +0000 |
Johannes Gijsbers |
Fix last commit to make editing/creating items work again.
|
| Fri, 13 Feb 2004 01:35:02 +0000 |
Richard Jones |
oops, python2.3-ism
maint-0.6
|
| Fri, 13 Feb 2004 01:32:37 +0000 |
Richard Jones |
forward-porting of fixed edit action / parsePropsFromForm...
|
| Fri, 13 Feb 2004 01:13:25 +0000 |
Richard Jones |
fixed edit action / parsePropsFromForm to handle index-page edits better
maint-0.6
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Wed, 11 Feb 2004 21:34:31 +0000 |
Johannes Gijsbers |
Move out parts of client.py to new modules:
|
| Wed, 21 Jan 2004 04:54:27 +0000 |
Richard Jones |
merge from HEAD
maint-0.6
|
| Tue, 20 Jan 2004 05:55:24 +0000 |
Richard Jones |
fix the filename fallback
|
| Tue, 20 Jan 2004 03:58:38 +0000 |
Richard Jones |
use the upload-supplied content-type if there is one
|
| Mon, 19 Jan 2004 23:56:07 +0000 |
Richard Jones |
changes to support the new templating Unauthorised exception.
|
| Sat, 17 Jan 2004 02:48:00 +0000 |
Richard Jones |
merge from HEAD
maint-0.6
|
| Sat, 17 Jan 2004 01:59:33 +0000 |
Richard Jones |
fix re-enabling queries [SF#861940]
|
| Thu, 15 Jan 2004 00:05:52 +0000 |
Richard Jones |
backport from HEAD
maint-0.6
|
| Thu, 15 Jan 2004 00:01:15 +0000 |
Richard Jones |
commit old file-serving bugfix, and new pt content-type fix
|
| Wed, 07 Jan 2004 22:44:44 +0000 |
Richard Jones |
allow serving of non-"file"-Class file content (eg. paper_file)
maint-0.6
|
| Fri, 05 Dec 2003 03:28:38 +0000 |
Richard Jones |
Refactored CGI file serving so that FileClass contents are...
|
| Fri, 21 Nov 2003 22:22:32 +0000 |
Johannes Gijsbers |
Some reformatting and fixing docstrings for emacs.
|
| Fri, 21 Nov 2003 21:59:05 +0000 |
Johannes Gijsbers |
Add 'return' after failed permission checks in search/editCSV actions.
|
| Thu, 13 Nov 2003 05:56:48 +0000 |
Richard Jones |
oops
|
| Wed, 12 Nov 2003 01:00:59 +0000 |
Richard Jones |
fixed ZRoundup - mostly changes to classic template
|
| Tue, 11 Nov 2003 00:35:14 +0000 |
Richard Jones |
Centralised conversion of user-input data to hyperdb values
|
| Fri, 24 Oct 2003 09:32:19 +0000 |
Johannes Gijsbers |
Anonymous user can no longer edit or view itself.
maint-0.6
|
| Fri, 24 Oct 2003 09:32:19 +0000 |
Johannes Gijsbers |
Anonymous user can no longer edit or view itself.
|
| Wed, 22 Oct 2003 16:47:55 +0000 |
Johannes Gijsbers |
Add a note to the 'Invalid One Time Key' message...
|
| Sat, 04 Oct 2003 11:21:47 +0000 |
Johannes Gijsbers |
Fix mailer bug [SF#817470]...
|
| Wed, 24 Sep 2003 14:53:58 +0000 |
Johannes Gijsbers |
Actually use FormError, so we can move the handling up to inner_main().
|
| Wed, 10 Sep 2003 13:04:05 +0000 |
Johannes Gijsbers |
We need a stable set of chars to be able to match...
|
| Mon, 08 Sep 2003 21:08:18 +0000 |
Johannes Gijsbers |
Fix misnamed exception clause.
0.6.11
|
| Mon, 08 Sep 2003 21:07:29 +0000 |
Johannes Gijsbers |
Change the message asking for confirmation of registration...
|
| Mon, 08 Sep 2003 09:28:28 +0000 |
Johannes Gijsbers |
Extracted duplicated mail-sending code...
|
| Sun, 07 Sep 2003 22:12:24 +0000 |
Richard Jones |
py2.1 fix
|
| Sat, 06 Sep 2003 09:45:30 +0000 |
Johannes Gijsbers |
Don't use locale-dependent string.letters for one time keys:
|
| Sat, 06 Sep 2003 07:27:30 +0000 |
Johannes Gijsbers |
Extract confirm_registration() from client to roundupdb...
|
| Thu, 28 Aug 2003 04:53:04 +0000 |
Richard Jones |
merge CSV fix from HEAD
maint-0.6
|
| Thu, 28 Aug 2003 04:46:54 +0000 |
Richard Jones |
python2.3 CSV support, also missing thankyou in index.txt :)
|
| Thu, 28 Aug 2003 04:21:22 +0000 |
Richard Jones |
merge from HEAD
maint-0.6
|
| Thu, 28 Aug 2003 01:39:15 +0000 |
Richard Jones |
fix CGI editCSV action to handle metakit's integer itemids
|
| Wed, 13 Aug 2003 23:51:59 +0000 |
Richard Jones |
fix file downloading
|
| Tue, 12 Aug 2003 01:26:08 +0000 |
Richard Jones |
timelog editing via csv interface crashes [SF#699837]
|
| Sun, 10 Aug 2003 13:38:43 +0000 |
Johannes Gijsbers |
Fixed editing properties on FileClass nodes.
|
| Sun, 10 Aug 2003 10:30:56 +0000 |
Johannes Gijsbers |
Final touches to fix query editing. It should work now.
|
| Mon, 21 Jul 2003 22:56:54 +0000 |
Richard Jones |
oops, we really do need a database
|
| Fri, 18 Jul 2003 05:40:44 +0000 |
Richard Jones |
missed a usage of the database
maint-0.5
|
| Thu, 03 Jul 2003 23:46:34 +0000 |
Richard Jones |
*** empty log message ***
|
| Tue, 24 Jun 2003 05:19:10 +0000 |
Richard Jones |
last-modified and if-modified-since header support for static files...
maint-0.5
|
| Tue, 24 Jun 2003 05:02:45 +0000 |
Richard Jones |
don't open the database for static files (backport from HEAD)
maint-0.5
|
| Tue, 24 Jun 2003 05:00:43 +0000 |
Richard Jones |
don't open the database for static files
|
| Tue, 24 Jun 2003 04:23:35 +0000 |
Anthony Baxter |
only clean sessions once per hour (backport from trunk)
maint-0.5
|
| Tue, 24 Jun 2003 04:16:35 +0000 |
Richard Jones |
audit some user properties for valid values (roles, address)
|