| Tue, 30 Nov 2004 08:32:57 +0000 |
Richard Jones |
Stuff from the train ride this morning:
|
| Thu, 25 Nov 2004 22:51:06 +0000 |
Richard Jones |
py2.1 compatibility
|
| Thu, 25 Nov 2004 22:29:30 +0000 |
Richard Jones |
oops
|
| Thu, 25 Nov 2004 22:26:36 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Thu, 25 Nov 2004 22:19:51 +0000 |
Richard Jones |
allow use of XML templates again
|
| Thu, 25 Nov 2004 10:31:00 +0000 |
Alexander Smishlajev |
format parameter for DateHTMLProperty.field() (based on patch [SF#1072834])
|
| Thu, 25 Nov 2004 10:21:11 +0000 |
Alexander Smishlajev |
format parameter for DateHTMLProperty.field()
maint-0.7
|
| Sun, 07 Nov 2004 23:46:55 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Sun, 07 Nov 2004 23:18:58 +0000 |
Richard Jones |
NumberHTMLProperty should return "" not "None" if not set
|
| Sun, 07 Nov 2004 21:43:50 +0000 |
Richard Jones |
*** empty log message ***
|
| Sat, 06 Nov 2004 15:00:47 +0000 |
Alexander Smishlajev |
ShowDict: return True for any name if columns list is empty.
|
| Sat, 06 Nov 2004 14:53:57 +0000 |
Alexander Smishlajev |
ShowDict: return True for any name if columns list is empty.
maint-0.7
|
| Tue, 02 Nov 2004 10:08:59 +0000 |
Alexander Smishlajev |
Templates.precompileTemplates: skip files without ".html" extension
|
| Mon, 25 Oct 2004 09:15:23 +0000 |
Alexander Smishlajev |
fix HTMLClass.is_view_ok: permission to create new items
|
| Thu, 21 Oct 2004 09:28:26 +0000 |
Richard Jones |
oops
maint-0.7
|
| Tue, 19 Oct 2004 22:34:26 +0000 |
Richard Jones |
better cross-link detection
maint-0.7
|
| Fri, 15 Oct 2004 00:48:05 +0000 |
Richard Jones |
allow listing popup to be used in query forms (thanks Marcus Priesch)
|
| Thu, 16 Sep 2004 07:07:01 +0000 |
Alexander Smishlajev |
fix sre_constants.error:
|
| Fri, 03 Sep 2004 02:24:14 +0000 |
Richard Jones |
relaxed hyperlinking in web interface (accept "issue123" or "Issue 123")
|
| Thu, 19 Aug 2004 23:01:18 +0000 |
Richard Jones |
another TODO
|
| Wed, 28 Jul 2004 05:10:45 +0000 |
Richard Jones |
Couple of fixes - make the interface just be is_edit_ok...
|
| Wed, 28 Jul 2004 02:29:46 +0000 |
Richard Jones |
Buncha stuff (sorry about the large checkin):
|
| Tue, 27 Jul 2004 04:28:39 +0000 |
Richard Jones |
The "type" parameter is supposed to be optional
|
| Tue, 27 Jul 2004 01:59:28 +0000 |
Richard Jones |
The demo.py script works again using the new configuration system.
|
| Thu, 22 Jul 2004 00:43:55 +0000 |
Richard Jones |
merge from HEAD, with some additional code re-arranging
|
| Thu, 22 Jul 2004 00:39:08 +0000 |
Richard Jones |
fixed history display when "ascending"
maint-0.7
|
| Tue, 20 Jul 2004 00:43:55 +0000 |
Richard Jones |
oops
|
| Mon, 19 Jul 2004 06:12:40 +0000 |
Richard Jones |
*** empty log message ***
|
| Mon, 19 Jul 2004 00:46:52 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Mon, 19 Jul 2004 00:44:01 +0000 |
Richard Jones |
fixed DateHTMLProperty for invalid date entry [SF#986538]
|
| Wed, 14 Jul 2004 04:19:00 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Wed, 14 Jul 2004 04:14:52 +0000 |
Richard Jones |
make user permissions check more sane (fix search page for anonymous)
|
| Tue, 13 Jul 2004 06:11:06 +0000 |
Alexander Smishlajev |
add 'i18n' to the rendering context dictionary description
|
| Mon, 12 Jul 2004 09:18:08 +0000 |
Alexander Smishlajev |
always use translation service set in the tracker client instance;
|
| Sun, 11 Jul 2004 14:27:48 +0000 |
Alexander Smishlajev |
TranslationService definitions moved to separate module;
|
| Mon, 05 Jul 2004 11:39:14 +0000 |
Alexander Smishlajev |
translate action names and property names in the history list
|
| Sun, 04 Jul 2004 05:05:19 +0000 |
Alexander Smishlajev |
make client.translator available to templates as 'i18n'
|
| Sat, 03 Jul 2004 14:07:00 +0000 |
Alexander Smishlajev |
use client instance to translate Date and Interval objects
|
| Fri, 02 Jul 2004 08:41:57 +0000 |
Alexander Smishlajev |
fix single string split into three separate MsgIDs
|
| Mon, 21 Jun 2004 05:54:11 +0000 |
Richard Jones |
include "context" always, as documented [SF#965447]
maint-0.7
|
| Wed, 16 Jun 2004 00:29:54 +0000 |
Richard Jones |
new templating features
|
| Tue, 15 Jun 2004 09:15:14 +0000 |
Alexander Smishlajev |
add translation to Unauthorised exception; mark missed text for translation
|
| Mon, 14 Jun 2004 10:09:33 +0000 |
Alexander Smishlajev |
translate labels hardcoded in HTMLClass and HTMLItem
|
| Wed, 09 Jun 2004 04:52:19 +0000 |
Richard Jones |
another TODO
|
| Sun, 06 Jun 2004 13:50:36 +0000 |
Alexander Smishlajev |
HTMLInputMixin provides translation interface for all its hiers...
|
| Sun, 06 Jun 2004 12:32:36 +0000 |
Alexander Smishlajev |
added module function context()...
|
| Sat, 05 Jun 2004 12:07:47 +0000 |
Alexander Smishlajev |
StaticTranslationService got methods gettext() and ngettext()...
|
| Fri, 28 May 2004 23:53:35 +0000 |
Alexander Smishlajev |
StaticTranslationService moved here out of the code originating from Zope;
|
| Thu, 20 May 2004 23:16:58 +0000 |
Richard Jones |
implement __nonzero__ for HTMLProperty
|
| Tue, 18 May 2004 19:23:44 +0000 |
Alexander Smishlajev |
remove excessive spaces in the translatable strings;
|
| Tue, 18 May 2004 01:07:25 +0000 |
Richard Jones |
*** empty log message ***
|
| Sun, 16 May 2004 22:00:08 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Sun, 16 May 2004 21:57:04 +0000 |
Richard Jones |
fix Interval editing [SF#954891]
|
| Sat, 15 May 2004 09:40:05 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Sat, 15 May 2004 03:53:43 +0000 |
Richard Jones |
fix DateHTMLProperty so local() can override user timezone [SF#953678]
|
| Wed, 12 May 2004 22:35:12 +0000 |
Richard Jones |
HTML templating isset() inverted [SF#951779]
maint-0.7
|
| Wed, 12 May 2004 22:35:12 +0000 |
Richard Jones |
HTML templating isset() inverted [SF#951779]
|
| Thu, 06 May 2004 23:23:20 +0000 |
Richard Jones |
fix user creation page
maint-0.7
|
| Thu, 06 May 2004 02:35:46 +0000 |
Richard Jones |
*** empty log message ***
|
| Sun, 02 May 2004 23:16:05 +0000 |
Richard Jones |
fixed journal marshalling in RDBMS backends [SF#943627]
|