2014-01-21 |
Denis Laxalde |
[web/formfields] Make CompoundField inherit needs_multipart from its subfields
|
file |
diff |
annotate
|
2013-10-10 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
2013-10-01 |
Aurelien Campeas |
[formfields] py3k kill future compat warning
stable
|
file |
diff |
annotate
|
2013-08-26 |
Aurelien Campeas |
remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
|
file |
diff |
annotate
|
2013-08-07 |
David Douard |
merge stable in default (3.18) branch
|
file |
diff |
annotate
|
2013-08-01 |
Sylvain Thénault |
[inlined form field] fix regression introduced in 3.16.4/570208f74a84. Closes #3064653
stable
|
file |
diff |
annotate
|
2013-07-30 |
David Douard |
merge stable in default (3.18) branch
|
file |
diff |
annotate
|
2013-07-24 |
Sylvain Thénault |
[editcontrollers] Ensure entities are created in an order satisfying schema constraints. Closes #3031719
stable
|
file |
diff |
annotate
|
2013-06-24 |
Aurelien Campeas |
[etwist] fix handling of multiple files per field
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-01-21 |
Florent Cayré |
make ui configurations selectable (closes #2406609)
|
file |
diff |
annotate
|
2013-01-10 |
Aurelien Campeas |
[uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
|
file |
diff |
annotate
|
2012-08-22 |
Sylvain Thénault |
[form] add assertion to ensure field has a name when `role_name` is called
stable
|
file |
diff |
annotate
|
2012-07-09 |
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
|
2012-02-20 |
Damien Garaud |
Fix bug about missing Interval field (closes #1463996).
stable
|
file |
diff |
annotate
|
2012-02-16 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
2011-10-20 |
Florent Cayré |
[entity] restrict creation form field vocabulary using __linkto information (closes #1799997)
|
file |
diff |
annotate
|
2011-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-09-28 |
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
|
2011-09-27 |
Florent Cayré |
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
|
file |
diff |
annotate
|
2011-09-05 |
Sylvain Thénault |
[form fields doc] explain when field.role should be None
stable
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[formfields] use support_args instead of catching type error avoid hiding other issues and making debugging difficult
stable
|
file |
diff |
annotate
|
2011-06-06 |
Nicolas Chauvat |
[web] fix typo
|
file |
diff |
annotate
|
2011-06-06 |
Sylvain Thénault |
[schema] support for BigInt type. Closes #1720995
|
file |
diff |
annotate
|
2011-04-15 |
Aurelien Campeas |
[widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
|
file |
diff |
annotate
|
2011-04-01 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
2011-03-10 |
Adrien Di Mascio |
[web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
|
file |
diff |
annotate
|
2010-11-05 |
Sylvain Thénault |
[forms] remove some deprecation warnings
stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
file |
diff |
annotate
|
2010-09-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-17 |
Sylvain Thénault |
[boolean field] we've to override format_single_value as well in case where None are allowed
stable
|
file |
diff |
annotate
|
2010-09-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-13 |
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
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-08-17 |
Sylvain Thénault |
[formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans
stable
|
file |
diff |
annotate
|
2010-08-10 |
Adrien Di Mascio |
[forms] callable field kwargs now always take form _and_ field parameters
|
file |
diff |
annotate
|
2010-07-12 |
Sylvain Thénault |
[form] take care to not unicodify None values
|
file |
diff |
annotate
|
2010-07-07 |
Sylvain Thénault |
[form fields] smarter __str__ / __repr__
|
file |
diff |
annotate
|
2010-07-06 |
Sylvain Thénault |
[form] vocab function must now return values as unicode
|
file |
diff |
annotate
|
2010-07-06 |
Sylvain Thénault |
[forms] bw compat code for vocabulary function returning typed values
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
[form] apply patch #933771: format_single_value / vocabulary methods should *always* return actual value as an unicode string
|
file |
diff |
annotate
|
2010-06-16 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-16 |
Stephanie Marcu |
[filefield] normalized file names to deal with windows files
stable
|
file |
diff |
annotate
|
2010-06-10 |
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
|
2010-06-09 |
Sylvain Thénault |
[form] fix untested (unread?) has_been_modified implementation...
|
file |
diff |
annotate
|
2010-06-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-07 |
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
|
2010-06-03 |
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
|
2010-05-20 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
2010-05-06 |
Alexandre Fayolle |
Handle new way of reporting unmodified FileFields
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-21 |
Sylvain Thénault |
[book] start documenting the HTML form system
stable
|
file |
diff |
annotate
|
2010-04-21 |
Sylvain Thénault |
[form] small api cleanup and refactoring before documenting the form system
stable
|
file |
diff |
annotate
|