| Sun, 05 Jun 2016 00:17:26 -0400 |
John Rouillard |
Add support for an integer type to join the existing number type.
|
| Tue, 10 May 2016 15:21:30 +0200 |
Ralf Schlatterbeck |
Fix arguments to 'menu cgi method
|
| Sun, 08 May 2016 20:10:09 -0400 |
John Rouillard |
Issue2407750 Add missing call to urllib.quote
|
| Sat, 09 Apr 2016 01:15:22 -0400 |
John Rouillard |
issue2550748: Crash when creating new issues with non-existing multilink values (in classic template). Applied patch provided by user. (John Rouillard)
|
| Thu, 12 Feb 2015 00:55:00 +1100 |
John Kristensen |
Remove wrap and associated functions from roundup.support
|
| Tue, 01 Dec 2015 10:06:14 +0100 |
Ralf Schlatterbeck |
Help-Window now gets focus
|
| Mon, 29 Dec 2014 16:58:27 +0100 |
Ralf Schlatterbeck |
Another fix for 'try_id_parsing'
|
| Tue, 16 Dec 2014 13:44:12 +0100 |
Ralf Schlatterbeck |
Fix for 'try_id_parsing'
|
| Tue, 25 Nov 2014 16:31:06 +0100 |
Thomas Arendsen Hein |
Increase default height of classhelp windows from 400 to 600.
|
| Sat, 06 Sep 2014 21:53:46 +0200 |
Ralf Schlatterbeck |
Remove debug output
|
| Sat, 06 Sep 2014 21:21:05 +0200 |
Ralf Schlatterbeck |
In case of an error, date fields would lose the calendar help, fixed.
|
| Mon, 31 Mar 2014 18:19:23 +0200 |
Ralf Schlatterbeck |
Different approach to fix XSS in issue2550817
|
| Sat, 29 Mar 2014 11:59:37 +0100 |
Ralf Schlatterbeck |
HTML* classes for cgi: handle MissingValue case
|
| Sat, 29 Mar 2014 10:52:20 +0100 |
Ralf Schlatterbeck |
HTML* classes for cgi are now all new-style
|
| Fri, 28 Mar 2014 10:54:53 +0100 |
Ralf Schlatterbeck |
Fix batch.propchanged for transitive id properties (would result in a
|
| Wed, 12 Mar 2014 17:45:45 +0100 |
Bernhard Reiter |
issue2550830: Fixed. Made LinkHTMLProperty a new-style class.
|
| Wed, 13 Nov 2013 11:13:26 +0100 |
Thomas Arendsen Hein |
Fix issue2550822 (3e36a3bc0335 and 843886af0ea1) for multilinks, too
|
| Wed, 13 Nov 2013 11:12:55 +0100 |
Thomas Arendsen Hein |
Reformat previous change (3e36a3bc0335) to 80 chars
|
| Wed, 13 Nov 2013 11:12:21 +0100 |
Thomas Arendsen Hein |
issue2550822: Fix showing more than one additional property in class menu
|
| Tue, 22 Oct 2013 16:20:42 +0200 |
Thomas Arendsen Hein |
Allow using plain() on unsaved dates in HTML forms
|
| Mon, 07 Oct 2013 19:29:33 -0400 |
John Rouillard |
Fix copy_url to properly support properties that are mutlilinks.
|
| Mon, 08 Jul 2013 16:58:21 +0200 |
Ralf Schlatterbeck |
More fixes for form TypeError
|
| Sat, 08 Jun 2013 22:01:52 -0400 |
John Rouillard |
issue2550775 enhancement. Add rel=nofollow to journal links
|
| Wed, 24 Apr 2013 23:16:15 -0400 |
John Rouillard |
issue2550808 BooleanHTMLProperty::field method html needs to be more
|
| Wed, 24 Apr 2013 23:13:58 -0400 |
John Rouillard |
issue2550807 enhance classhelp method with ability to set html properties
|
| Tue, 22 Jan 2013 17:47:29 +0300 |
anatoly techtonik |
Templating proof of concept to use multiple engines simultaneously,
|
| Tue, 22 Jan 2013 17:29:06 +0300 |
anatoly techtonik |
templating: Move common TAL methods to TALLoaderBase class
|
| Mon, 21 Jan 2013 23:51:39 +0300 |
anatoly techtonik |
templating: rename precompileTemplates to precompile
|
| Mon, 21 Jan 2013 23:04:55 +0300 |
anatoly techtonik |
templating: Raise exception if configured template engine is unknown
|
| Thu, 17 Jan 2013 15:21:54 +0300 |
anatoly techtonik |
templating: proof of concept for Jinja2 support. Select 'jinja2'
|
| Thu, 17 Jan 2013 09:08:50 +0300 |
anatoly techtonik |
nested_scopes are here since Python 2.2
|
| Tue, 15 Jan 2013 00:10:01 +0300 |
anatoly techtonik |
Untangle template selection logic from template loading functionality.
|
| Mon, 14 Jan 2013 18:38:20 +0300 |
anatoly techtonik |
Doc: Improve Loader.load() description.
|
| Mon, 14 Jan 2013 00:13:58 +0300 |
anatoly techtonik |
templating: Rename 'extension' argument in Loader.load() to 'view'
|
| Sun, 13 Jan 2013 22:39:46 +0300 |
anatoly techtonik |
templating: Rename LoaderBase.get() to LoaderBase.load() for clarity
|
| Fri, 11 Jan 2013 17:15:06 +0300 |
anatoly techtonik |
Self-focument API in templating.py loader class
|
| Sun, 06 Jan 2013 16:39:21 +0300 |
anatoly techtonik |
Rename templating.get_templates to get_loader
|
| Sun, 06 Jan 2013 16:36:33 +0300 |
anatoly techtonik |
API break: rename Templates to Loader for zopetal and chameleon
|
| Sun, 06 Jan 2013 16:02:45 +0300 |
anatoly techtonik |
API break, bumping version to 1.15.0, renamed TemplatesBase to
|
| Sat, 15 Dec 2012 00:35:32 +0530 |
Pradip Caulagi |
Use bootstrap classes for displaying tables; bug.item is almost table free and uses bootstrap form classes and markup
|
| Wed, 01 Aug 2012 08:49:41 +0200 |
Bernhard Reiter |
issue2550765: Don't show links in calendar that will fail. Found and fixed by Cédric Krier.
|
| Sat, 14 Jul 2012 02:39:23 +0200 |
Ezio Melotti |
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
|
| Thu, 23 Feb 2012 18:10:03 +0100 |
Ralf Schlatterbeck |
New Chameleon templating engine, engine is now configurable.
|
| Mon, 30 Jan 2012 14:52:14 +0100 |
Ralf Schlatterbeck |
Fix override of TemplatingUtils in instance.py.
|
| Thu, 05 Jan 2012 15:56:15 +0100 |
Ralf Schlatterbeck |
issue2550711 Fix XSS vulnerability when username contains HTML code.
|
| Fri, 30 Sep 2011 09:35:34 +0000 |
Ralf Schlatterbeck |
Allow to turn off translation of generated html options in menu method...
|
| Fri, 15 Jul 2011 14:13:51 +0000 |
Ralf Schlatterbeck |
Allow HTMLRequest.batch to filter on other permissions than "View"...
|
| Thu, 14 Apr 2011 15:42:41 +0000 |
Ralf Schlatterbeck |
Second patch from issue2550688 -- with some changes:
|
| Thu, 14 Apr 2011 12:47:48 +0000 |
Stefan Seefeld |
Allow default value declaration in DB schema.
|
| Mon, 08 Nov 2010 16:21:02 +0000 |
Bernhard Reiter |
Multilinks can be filtered by combining elements with AND, OR and NOT now.
|
| Thu, 04 Nov 2010 22:34:20 +0000 |
Stefan Seefeld |
Make HTMLProperty report actual classname in repr().
|
| Tue, 19 Oct 2010 15:29:05 +0000 |
Ralf Schlatterbeck |
- Add explicit "Search" permissions, see Security Fix below.
|
| Fri, 10 Sep 2010 06:32:04 +0000 |
Richard Jones |
make sort more robust
|
| Thu, 12 Aug 2010 05:00:07 +0000 |
Richard Jones |
improve handling of '>' when URLs are converted to links
|
| Sat, 24 Jul 2010 09:44:58 +0000 |
Richard Jones |
allow trackers to override the classes used to render properties...
|
| Mon, 12 Jul 2010 04:14:02 +0000 |
Richard Jones |
make URL detection a little smarter about brackets per issue2550657
|
| Thu, 01 Jul 2010 01:41:54 +0000 |
Richard Jones |
fix potential XSS hole
|
| Fri, 19 Feb 2010 05:09:38 +0000 |
Richard Jones |
undo regression in 1.4.12: Multilink edit fields lose their values
1.4.13
|
| Mon, 01 Feb 2010 04:54:59 +0000 |
Richard Jones |
Allow value to be specified to multilink form element templating
|
| Sat, 30 Jan 2010 22:46:27 +0000 |
Richard Jones |
fix typo
|