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
|
Mon, 29 Mar 2010 13:34:24 +0200 |
Sylvain Thénault |
[cleanup]
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 13:33:32 +0100 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:14:01 +0100 |
Sylvain Thénault |
[web deletion] must use set_message
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 11:37:47 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 11:30:39 +0100 |
Sylvain Thénault |
add missing warn imports
stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 10:53:15 +0100 |
Sylvain Thénault |
[web] cleanup: move delete_entities to the edit controller
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 13:19:16 +0100 |
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
|
Wed, 27 Jan 2010 09:53:48 +0100 |
Sylvain Thénault |
reorganize code:
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 10:34:29 +0100 |
Sylvain Thénault |
fix Bytes submission pb on POST, due to multiple call to field.process_form_value
|
file |
diff |
annotate
|
Wed, 20 Jan 2010 10:06:12 +0100 |
Sylvain Thénault |
turn all the stuff used to handle 'generic relations' in forms into proper
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 12:33:45 +0100 |
Sylvain Thénault |
don't call handle_inlined_relation where we're not on the relation'subject
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 16:01:53 +0100 |
Sylvain Thénault |
iirk reminder
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 15:57:57 +0100 |
Sylvain Thénault |
should use a set for pending fields
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 15:54:07 +0100 |
Sylvain Thénault |
refactor form error handling:
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 20:28:01 +0100 |
Sylvain Thénault |
make new editcontroller works, based on a _cw_edited_fields hidden input
|
file |
diff |
annotate
|
Mon, 21 Dec 2009 19:52:21 +0100 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Thu, 10 Dec 2009 18:00:15 +0100 |
Arthur Lutz |
[mq]: fix_for_forms
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 12:23:31 +0100 |
Sandrine Ribeau |
cw 3.6 api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 07:54:51 -0800 |
Sandrine Ribeau |
more api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 16:50:36 +0100 |
Sandrine Ribeau |
cw 3.6 api update
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 07:10:40 -0800 |
Sandrine Ribeau |
more api renaming/fixing update
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 17:17:43 +0100 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Fri, 27 Nov 2009 09:36:42 +0100 |
Sylvain Thénault |
don't type __maineid, it may not be an eid actually
stable
|
file |
diff |
annotate
|
Fri, 27 Nov 2009 09:10:40 +0100 |
Sylvain Thénault |
edit controller now informs server side about its main eid through transaction data
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 10:31:54 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 16:48:03 +0200 |
Sylvain Thénault |
give correctly typed eid
stable
|
file |
diff |
annotate
|
Thu, 24 Sep 2009 20:28:25 +0200 |
Adrien Di Mascio |
[editcontroller] fix bad method name: s/process_form_data/process_form_value
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:40:19 +0200 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:54:25 +0200 |
Adrien Di Mascio |
merge
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 13:08:42 +0200 |
Adrien Di Mascio |
backport old changesets corresponding to new form / controller implementation
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:15:56 +0200 |
Adrien Di Mascio |
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:14:34 +0200 |
Adrien Di Mascio |
[editcontroller] rename is_edited variable into is_main_entity to make things clearer
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 09:05:40 +0200 |
Adrien Di Mascio |
[forms] work-in-progress: get rid of edits- / edito-
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:29:39 +0200 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 12:11:12 +0200 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
Fri, 18 Sep 2009 09:17:20 +0200 |
Sylvain Thénault |
we may have some entity forms with nothing to edit for an entity, no RequestError in that case
3.5
|
file |
diff |
annotate
|
Mon, 14 Sep 2009 11:25:56 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Fri, 11 Sep 2009 20:37:30 +0200 |
Adrien Di Mascio |
[controllers] fix bad if/elif switch in handle_attribute
stable
|
file |
diff |
annotate
|
Fri, 11 Sep 2009 15:57:34 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 12:23:16 +0200 |
Sylvain Thénault |
nicer fix
stable
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 08:13:22 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 22:28:09 +0200 |
Adrien Di Mascio |
[editcontrollers] handle_attribute: test for value presence before trying to convert it to int/float
stable
|
file |
diff |
annotate
|
Wed, 02 Sep 2009 09:30:50 +0200 |
Adrien Di Mascio |
[edition] convert integer and float values coming from edit forms so that values are correctly typed in before_xxx hooks
stable
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 14:45:56 +0200 |
Sylvain Thénault |
backport 3.5 step 1, remaining wf changes in hooks to merge
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 23:23:30 +0200 |
Nicolas Chauvat |
B #323887 misleading message after hitting cancel form button
stable
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 11:49:56 +0200 |
Sylvain Thénault |
remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 17:11:50 +0200 |
Sylvain Thénault |
[R] use req.entity_from_eid
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 10:50:57 +0200 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 17:57:33 +0200 |
Sylvain Thénault |
no more true since a while
stable
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 17:57:19 +0200 |
Sylvain Thénault |
more generic way to detect json requests (not yet perfect though)
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Tue, 26 May 2009 19:46:08 +0200 |
Sylvain Thénault |
cosmetic
stable
|
file |
diff |
annotate
|
Tue, 26 May 2009 11:23:39 +0200 |
Sylvain Thénault |
fix so that one can edit an entity with a Bytes field without specifying a new file
stable
|
file |
diff |
annotate
|
Thu, 14 May 2009 11:38:40 +0200 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
Wed, 13 May 2009 19:51:30 +0200 |
Aurelien Campeas |
pass default values along the whole call chain, fix hidden field update bug
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 20:47:42 +0200 |
sylvain thenault |
check a file is submitted first
tls-sprint
|
file |
diff |
annotate
|
Tue, 12 May 2009 18:16:11 +0200 |
sylvain thenault |
delete-trailing-spaces
tls-sprint
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 14:41:38 +0200 |
sylvain thenault |
ignore browser submitted values for file's MIME type
tls-sprint
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 14:41:06 +0200 |
sylvain thenault |
rename attribute_metadata method to attr_metadata to save a few chars
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 14:55:44 +0100 |
Stephanie Marcu |
fix for booelan attribute which have empty string as false value and didn't work if default value for this attribute was True.
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 20:07:20 +0100 |
sylvain thenault |
has_metadata is a schema method
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 19:39:34 +0100 |
sylvain thenault |
unification of meta-attributes handling:
tls-sprint
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 17:20:53 +0100 |
sylvain thenault |
FileField backport
tls-sprint
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 01:49:00 +0100 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|