Tue, 16 Feb 2016 19:18:37 +0100 |
Julien Cristau |
merge changes from 3.21.6
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 17:16:45 +0100 |
Julien Cristau |
merge changes from 3.19.14
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 10:52:38 +0100 |
Julien Cristau |
[web/views] fix editcontroller regression
|
file |
diff |
annotate
|
Tue, 26 Jan 2016 14:04:45 +0100 |
Florent Cayré |
[edit controller] Fix composite entity reparenting when inlined
|
file |
diff |
annotate
|
Mon, 07 Dec 2015 11:58:17 +0100 |
Florent Cayré |
[edit controller] Cancel RQL queries to be performed on entities to be deleted
|
file |
diff |
annotate
|
Fri, 04 Dec 2015 14:56:20 +0100 |
Florent Cayré |
[edit controller] fix handling of removal of subentities from an edit form
|
file |
diff |
annotate
|
Fri, 20 Nov 2015 12:29:13 +0100 |
Aurelien Campeas |
[editcontroller] a slight code reorganisation, in preparation for a fix
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 09:23:23 +0100 |
Sylvain Thénault |
[schema] Use TZDatetime for creation_date and modification_date
|
file |
diff |
annotate
|
Tue, 08 Dec 2015 16:28:20 +0100 |
Rémi Cardona |
Use cubicweb._
|
file |
diff |
annotate
|
Wed, 25 Nov 2015 18:31:48 +0100 |
Rabah Meradi |
[views] remove breadcrumbs usage to retrieve last visited page
|
file |
diff |
annotate
|
Tue, 22 Sep 2015 15:24:58 +0200 |
Rémi Cardona |
[py3k] unicode → six.text_type
|
file |
diff |
annotate
|
Fri, 18 Sep 2015 14:29:53 +0200 |
Rémi Cardona |
[py3k] use next builtin instead of next method
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:15:03 +0200 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 21:49:06 +0200 |
Sylvain Thénault |
fix EditController._ordered_formparams method in case some mandatory relation isn't specified
|
file |
diff |
annotate
|
Thu, 25 Apr 2013 10:16:25 +0200 |
Anthony Truchet |
[forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
|
file |
diff |
annotate
|
Fri, 02 May 2014 14:26:14 +0200 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 17:02:04 +0200 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
Wed, 26 Feb 2014 14:50:13 +0100 |
Denis Laxalde |
Make EditController edit_entity method always return an eid
stable
|
file |
diff |
annotate
|
Mon, 03 Feb 2014 16:30:07 +0100 |
Florent Cayré |
Drop 3.13 incomplete backward compat in edit controller.
|
file |
diff |
annotate
|
Wed, 11 Sep 2013 18:04:05 +0200 |
Aurelien Campeas |
[editcontroller] fix cardinality computation (closes #3120495)
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:14:09 +0200 |
Aurelien Campeas |
remove 3.9 bw compat
|
file |
diff |
annotate
|
Fri, 26 Jul 2013 13:47:52 +0200 |
Denis Laxalde |
[editcontrollers] Account for role in the ordering of entities (Complements #3031719)
stable
|
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, 22 Jul 2013 12:07:46 +0200 |
Sylvain Thénault |
[editcontroller] extract RQLQuery.set_attribute/set_inlined methods from handle_field/handle_inlined_relation
stable
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 11:38:48 +0200 |
Sylvain Thénault |
[editcontroller] req=self._cw makes things easier to read
stable
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 18:15:24 +0200 |
Pierre-Yves David |
merge with stable fix
|
file |
diff |
annotate
|
Thu, 28 Mar 2013 15:01:02 +0100 |
Aurelien Campeas |
[editcontroller] a small debugging help (closes #2518980)
stable
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 12:50:05 +0100 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 16:45:07 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite has_key() (part of #2711624)
|
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, 17 Sep 2012 17:48:55 +0200 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Fri, 16 Dec 2011 12:30:12 +0100 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
Wed, 02 Nov 2011 10:33:33 +0100 |
Sylvain Thénault |
[edit controller] only display warning on specific adapters
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 11:31:11 +0200 |
Florent Cayré |
replace adapter by simple selector to ease edit controller overloading; fixes #2042349
|
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, 13 Oct 2011 09:15:16 +0200 |
Florent Cayré |
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 18:57:23 +0200 |
Sylvain Thénault |
[form, controller] closes #1787233: form should provide a method to process posted content
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 14:23:11 +0200 |
Florent Cayré |
[edit controller] fix subform formid in EditController (would need further improvement)
stable
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 11:48:19 +0100 |
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
|
Wed, 06 Oct 2010 11:57:21 +0200 |
Aurelien Campeas |
restore vital block of code (gone in 6384:89d5b339ebdd)
|
file |
diff |
annotate
|
Fri, 01 Oct 2010 17:27:54 +0200 |
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
|
Wed, 28 Jul 2010 16:31:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 28 Jul 2010 14:27:28 +0200 |
Aurelien Campeas |
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)
stable
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 09:06:55 +0200 |
Sylvain Thénault |
[dbapi] update renamed argument
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 12:04:32 +0200 |
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
|
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
|
Tue, 25 May 2010 09:50:12 +0200 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
Fri, 21 May 2010 15:04:29 +0200 |
Sylvain Thénault |
[adapters] refactoring fixes
|
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, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|