Wed, 30 Apr 2014 21:04:14 +0200 |
Christophe de Vienne |
[RichString] Add markdown support
|
file |
diff |
annotate
|
Fri, 02 May 2014 17:57:37 +0200 |
Aurelien Campeas |
remove most 3.10 bw compat
|
file |
diff |
annotate
|
Fri, 27 Jun 2014 11:48:26 +0200 |
Julien Cristau |
merge from 3.19 branch
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 09:49:45 +0200 |
Julien Cristau |
merge 3.18.5 into 3.19 branch
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 15:10:57 +0100 |
Christophe de Vienne |
[formfields] Handle 'placeholder' attribute for text and textarea
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 12:07:00 +0200 |
Rémi Cardona |
an unicode string -> a unicode string
stable
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 17:14:05 +0100 |
Denis Laxalde |
[web/formfields] Make CompoundField inherit needs_multipart from its subfields
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 13:26:11 +0200 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
Tue, 01 Oct 2013 12:11:00 +0200 |
Aurelien Campeas |
[formfields] py3k kill future compat warning
stable
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:15:29 +0200 |
Aurelien Campeas |
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
|
file |
diff |
annotate
|
Wed, 07 Aug 2013 09:02:47 +0200 |
David Douard |
merge stable in default (3.18) branch
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 13:55:11 +0200 |
Sylvain Thénault |
[inlined form field] fix regression introduced in 3.16.4/570208f74a84. Closes #3064653
stable
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 20:31:57 +0200 |
David Douard |
merge stable in default (3.18) branch
|
file |
diff |
annotate
|
Wed, 24 Jul 2013 08:43:16 +0200 |
Sylvain Thénault |
[editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719
stable
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 19:00:40 +0200 |
Aurelien Campeas |
[etwist] fix handling of multiple files per field
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 16:34:09 +0100 |
Florent Cayré |
make ui configurations selectable (closes #2406609)
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:34:10 +0100 |
Aurelien Campeas |
[uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 14:17:22 +0200 |
Sylvain Thénault |
[form] add assertion to ensure field has a name when `role_name` is called
stable
|
file |
diff |
annotate
|
Mon, 09 Jul 2012 12:24:05 +0200 |
Florent Cayré |
[html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 11:45:16 +0100 |
Damien Garaud |
Fix bug about missing Interval field (closes #1463996).
stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:14:52 +0100 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 16:03:51 +0200 |
Florent Cayré |
[entity] restrict creation form field vocabulary using __linkto information (closes #1799997)
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 14:47:04 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 18:46:36 +0200 |
Florent Cayré |
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
|
file |
diff |
annotate
|
Mon, 05 Sep 2011 16:48:37 +0200 |
Sylvain Thénault |
[form fields doc] explain when field.role should be None
stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 16:04:01 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 15:50:26 +0200 |
Sylvain Thénault |
[formfields] use support_args instead of catching type error avoid hiding other issues and making debugging difficult
stable
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 16:33:21 +0200 |
Nicolas Chauvat |
[web] fix typo
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 16:13:09 +0200 |
Sylvain Thénault |
[schema] support for BigInt type. Closes #1720995
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 12:58:31 +0200 |
Aurelien Campeas |
[widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 15:04:47 +0200 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
Thu, 10 Mar 2011 12:04:46 +0100 |
Adrien Di Mascio |
[web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 18:48:05 +0100 |
Sylvain Thénault |
[forms] remove some deprecation warnings
stable
|
file |
diff |
annotate
|
Fri, 22 Oct 2010 09:15:35 +0200 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 17 Sep 2010 17:25:51 +0200 |
Sylvain Thénault |
[boolean field] we've to override format_single_value as well in case where None are allowed
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 12:24:11 +0200 |
Sylvain Thénault |
[form fields] option may be a 3-uple (3d element being dict containing widget options)
stable cubicweb-version-3.9.6
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 09:43:12 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 15:22:57 +0200 |
Sylvain Thénault |
[formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans
stable
|
file |
diff |
annotate
|
Tue, 10 Aug 2010 08:39:06 +0200 |
Adrien Di Mascio |
[forms] callable field kwargs now always take form _and_ field parameters
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 12:25:19 +0200 |
Sylvain Thénault |
[form] take care to not unicodify None values
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 12:08:10 +0200 |
Sylvain Thénault |
[form fields] smarter __str__ / __repr__
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 19:31:50 +0200 |
Sylvain Thénault |
[form] vocab function must now return values as unicode
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 17:11:44 +0200 |
Sylvain Thénault |
[forms] bw compat code for vocabulary function returning typed values
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:58:13 +0200 |
Sylvain Thénault |
[form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 14:51:17 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 09:33:04 +0200 |
Stephanie Marcu |
[filefield] normalized file names to deal with windows files
stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 14:16:47 +0200 |
Sylvain Thénault |
[form] refactor meta-attributes handling: hide them by default using uicfg.afs instead of returning None (or not, according to skip_meta_attr flag argument) in guess_field
|
file |
diff |
annotate
|
Wed, 09 Jun 2010 12:32:54 +0200 |
Sylvain Thénault |
[form] fix untested (unread?) has_been_modified implementation...
|
file |
diff |
annotate
|
Mon, 07 Jun 2010 13:22:24 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 07 Jun 2010 12:39:15 +0200 |
Sylvain Thénault |
[edit ctrl] fix bad interaction with fields: the loop on actual fields should be done in has_been_modified
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 16:37:01 +0200 |
Aurelien Campeas |
[web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 06 May 2010 16:23:39 +0000 |
Alexandre Fayolle |
Handle new way of reporting unmodified FileFields
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|