2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-04-06 |
Sylvain Thénault |
fix EditController._ordered_formparams method in case some mandatory relation isn't specified
|
file |
diff |
annotate
|
2013-04-25 |
Anthony Truchet |
[forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
|
file |
diff |
annotate
|
2014-05-02 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
2014-04-07 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
2014-02-26 |
Denis Laxalde |
Make EditController edit_entity method always return an eid
stable
|
file |
diff |
annotate
|
2014-02-03 |
Florent Cayré |
Drop 3.13 incomplete backward compat in edit controller.
|
file |
diff |
annotate
|
2013-09-11 |
Aurelien Campeas |
[editcontroller] fix cardinality computation (closes #3120495)
|
file |
diff |
annotate
|
2013-08-26 |
Aurelien Campeas |
remove 3.9 bw compat
|
file |
diff |
annotate
|
2013-07-26 |
Denis Laxalde |
[editcontrollers] Account for role in the ordering of entities (Complements #3031719)
stable
|
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-07-22 |
Sylvain Thénault |
[editcontroller] extract RQLQuery.set_attribute/set_inlined methods from handle_field/handle_inlined_relation
stable
|
file |
diff |
annotate
|
2013-07-22 |
Sylvain Thénault |
[editcontroller] req=self._cw makes things easier to read
stable
|
file |
diff |
annotate
|
2013-04-02 |
Pierre-Yves David |
merge with stable fix
|
file |
diff |
annotate
|
2013-03-28 |
Aurelien Campeas |
[editcontroller] a small debugging help (closes #2518980)
stable
|
file |
diff |
annotate
|
2013-03-12 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite has_key() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2012-09-17 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2011-12-16 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
2011-11-02 |
Sylvain Thénault |
[edit controller] only display warning on specific adapters
|
file |
diff |
annotate
|
2011-10-28 |
Florent Cayré |
replace adapter by simple selector to ease edit controller overloading; fixes #2042349
|
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-13 |
Florent Cayré |
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[form, controller] closes #1787233: form should provide a method to process posted content
|
file |
diff |
annotate
|
2011-03-31 |
Florent Cayré |
[edit controller] fix subform formid in EditController (would need further improvement)
stable
|
file |
diff |
annotate
|
2011-01-21 |
Sylvain Thénault |
[adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class
stable
|
file |
diff |
annotate
|
2010-10-06 |
Aurelien Campeas |
restore vital block of code (gone in 6384:89d5b339ebdd)
|
file |
diff |
annotate
|
2010-10-01 |
Sylvain Thénault |
#1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py
|
file |
diff |
annotate
|
2010-07-28 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-28 |
Aurelien Campeas |
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)
stable
|
file |
diff |
annotate
|
2010-07-27 |
Sylvain Thénault |
[dbapi] update renamed argument
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
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-05-25 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
2010-05-21 |
Sylvain Thénault |
[adapters] refactoring fixes
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
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-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-03-29 |
Sylvain Thénault |
[cleanup]
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
file |
diff |
annotate
|
2010-03-18 |
Sylvain Thénault |
[web deletion] must use set_message
|
file |
diff |
annotate
|
2010-03-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-17 |
Sylvain Thénault |
add missing warn imports
stable
|
file |
diff |
annotate
|
2010-03-12 |
Sylvain Thénault |
[web] cleanup: move delete_entities to the edit controller
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
when validating a form, we should properly call 'actual_fields(form) on edited field else compound field are not correctly processed
stable
|
file |
diff |
annotate
|
2010-01-27 |
Sylvain Thénault |
reorganize code:
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
fix Bytes submission pb on POST, due to multiple call to field.process_form_value
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
turn all the stuff used to handle 'generic relations' in forms into proper
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
don't call handle_inlined_relation where we're not on the relation'subject
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
iirk reminder
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
should use a set for pending fields
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
refactor form error handling:
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|