Thu, 03 Dec 2009 09:56:53 +0100 this invalid constraint now fails with new constraints checking stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:56:53 +0100] rev 3981
this invalid constraint now fails with new constraints checking
Thu, 03 Dec 2009 09:56:28 +0100 this constraint is actually unusable in yams schema for cw stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:56:28 +0100] rev 3980
this constraint is actually unusable in yams schema for cw
Thu, 03 Dec 2009 09:56:15 +0100 unused since a long time now stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:56:15 +0100] rev 3979
unused since a long time now
Thu, 03 Dec 2009 09:55:18 +0100 finish yesterday work on rql constraints: stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:55:18 +0100] rev 3978
finish yesterday work on rql constraints: * Fix inheritance pb: there are some places where we filter constraints according to the class hierarchy, so rql unique constraint should'nt be neither a RQLContraint nor a RQLVocabularyConstraint subclass. Added test in unittest_schema reflecting this. * So now we have to get explicitly RQLUniqueConstraint where desired (eg in server/hooks.py) * Update i18ncubicweb command to include constraint types in generated pot file (this should have been there for a while...) * Update unittest_schemaserial which has been broken when serializing format for rql constraints has changed
Wed, 02 Dec 2009 18:36:16 +0100 synchronize rdef where unique constraints have been updated/added stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 18:36:16 +0100] rev 3977
synchronize rdef where unique constraints have been updated/added
Wed, 02 Dec 2009 18:35:31 +0100 oops, should have been updated stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 18:35:31 +0100] rev 3976
oops, should have been updated
Wed, 02 Dec 2009 17:39:56 +0100 add a fourth item to 'view box' defintion, dispctrl, so that stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 17:39:56 +0100] rev 3975
add a fourth item to 'view box' defintion, dispctrl, so that we can later globally sort all boxes instead of having view boxes before component boxes. 'view' boxes order is configured through uicfg.primaryview_display_ctrl, 'component' boxes order through the cwproperty system.
Wed, 02 Dec 2009 16:57:17 +0100 slightly adapt title and hide boxes when view is called as a non primary view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 16:57:17 +0100] rev 3974
slightly adapt title and hide boxes when view is called as a non primary view
Wed, 02 Dec 2009 16:56:28 +0100 allow to override is_primary result using an argument given to object constructor (have to be given to 'initargs' argument of .render like initargs={'is_primary': False} stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 16:56:28 +0100] rev 3973
allow to override is_primary result using an argument given to object constructor (have to be given to 'initargs' argument of .render like initargs={'is_primary': False}
Wed, 02 Dec 2009 15:08:11 +0100 typo stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 02 Dec 2009 15:08:11 +0100] rev 3972
typo
Wed, 02 Dec 2009 14:38:17 +0100 new generic urlattr view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 14:38:17 +0100] rev 3971
new generic urlattr view
Wed, 02 Dec 2009 14:37:19 +0100 update _render_attribute / _render_relation prototype to gain more control on label through uicfg (for attributes and relations). Keep bw compat for crm/iliane stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 14:37:19 +0100] rev 3970
update _render_attribute / _render_relation prototype to gain more control on label through uicfg (for attributes and relations). Keep bw compat for crm/iliane
Wed, 02 Dec 2009 14:35:23 +0100 when fields are displayed in a table and label should'nt be displayed, set colspan to 2 on the field value cell stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 14:35:23 +0100] rev 3969
when fields are displayed in a table and label should'nt be displayed, set colspan to 2 on the field value cell
Wed, 02 Dec 2009 13:22:50 +0100 fix format string stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 02 Dec 2009 13:22:50 +0100] rev 3968
fix format string
Wed, 02 Dec 2009 12:55:51 +0100 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 12:55:51 +0100] rev 3967
cleanup
Wed, 02 Dec 2009 12:55:41 +0100 fix workflow consistency: check state/transition name uniqness in the wf when state/transition name is modified ; use the new msg argument of rql constraints to have a nicer error message on failure stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 12:55:41 +0100] rev 3966
fix workflow consistency: check state/transition name uniqness in the wf when state/transition name is modified ; use the new msg argument of rql constraints to have a nicer error message on failure
Wed, 02 Dec 2009 12:54:16 +0100 nicer __str__ and __repr__ methods on rql constraints stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 12:54:16 +0100] rev 3965
nicer __str__ and __repr__ methods on rql constraints
Wed, 02 Dec 2009 12:53:46 +0100 refactor so that we can specify an extra argument to constraints which stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 12:53:46 +0100] rev 3964
refactor so that we can specify an extra argument to constraints which will be used as error message
Wed, 02 Dec 2009 12:52:55 +0100 nicer mainvars/expression handling when initializing rql constraints stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 12:52:55 +0100] rev 3963
nicer mainvars/expression handling when initializing rql constraints
Wed, 02 Dec 2009 11:57:38 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 11:57:38 +0100] rev 3962
merge
Wed, 02 Dec 2009 11:53:25 +0100 fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 11:53:25 +0100] rev 3961
fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing to specify variables that should be used in selection. See usage on state_of / transition_of relations.
Wed, 02 Dec 2009 11:04:40 +0100 don't fail on error while render a notification mail stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Dec 2009 11:04:40 +0100] rev 3960
don't fail on error while render a notification mail
Tue, 01 Dec 2009 19:58:51 +0100 improve error message for redundant initial workflow states stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 01 Dec 2009 19:58:51 +0100] rev 3959
improve error message for redundant initial workflow states
Tue, 01 Dec 2009 19:29:56 +0100 fix name error while debugging stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 19:29:56 +0100] rev 3958
fix name error while debugging
Tue, 01 Dec 2009 17:38:35 +0100 oops, this is an object relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 17:38:35 +0100] rev 3957
oops, this is an object relation
Tue, 01 Dec 2009 12:06:17 +0100 don't use html/dtd validator as default validator for non html views. Closes #550162 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 12:06:17 +0100] rev 3956
don't use html/dtd validator as default validator for non html views. Closes #550162
Tue, 01 Dec 2009 12:03:42 +0100 support x.set_relations(a_relation=None) to delete a_relation relations from this entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 12:03:42 +0100] rev 3955
support x.set_relations(a_relation=None) to delete a_relation relations from this entity
Tue, 01 Dec 2009 12:00:20 +0100 properly fail if user has entered wrong connection information for the system database, closes #549136 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 12:00:20 +0100] rev 3954
properly fail if user has entered wrong connection information for the system database, closes #549136
Tue, 01 Dec 2009 08:43:37 +0100 [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 08:43:37 +0100] rev 3953
[forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) to fix a pitfall in form_render prototype: there is no way to distinguish between arguments that should be given to build_context from arguments that should be given to the renderer. This was problematic for instance with inlined form where a 'title' argument is given for the renderer, but is also used as default value for field whose name is 'title'...
Tue, 01 Dec 2009 08:38:02 +0100 wfhistory isn't anymore selectable if the entity has no record in its history stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 08:38:02 +0100] rev 3952
wfhistory isn't anymore selectable if the entity has no record in its history
Tue, 01 Dec 2009 08:37:30 +0100 fix name error if ValueError is raised stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Dec 2009 08:37:30 +0100] rev 3951
fix name error if ValueError is raised
Mon, 30 Nov 2009 17:48:24 +0100 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 30 Nov 2009 17:48:24 +0100] rev 3950
merge
Mon, 30 Nov 2009 17:48:01 +0100 fix rset.column_types docstring to reflect reality stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 30 Nov 2009 17:48:01 +0100] rev 3949
fix rset.column_types docstring to reflect reality
Mon, 30 Nov 2009 11:15:59 +0100 make wfhistory non selectable for entities without record in its workflow history stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 30 Nov 2009 11:15:59 +0100] rev 3948
make wfhistory non selectable for entities without record in its workflow history
Mon, 30 Nov 2009 10:24:01 +0100 when one is adding an inline entity for a relation of a single card, stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 30 Nov 2009 10:24:01 +0100] rev 3947
when one is adding an inline entity for a relation of a single card, the 'add a new xxx' link disappears. If the user then cancel the addition, we have to make this link appears back. This is done by giving add new link id to removeInlineForm.
Sun, 29 Nov 2009 23:48:22 +0100 Added tag cubicweb-debian-version-3.5.9-1 for changeset d7f2d32340fb stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 29 Nov 2009 23:48:22 +0100] rev 3946
Added tag cubicweb-debian-version-3.5.9-1 for changeset d7f2d32340fb
Sun, 29 Nov 2009 23:48:22 +0100 Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3 stable cubicweb-debian-version-3.5.9-1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 29 Nov 2009 23:48:22 +0100] rev 3945
Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3
Sun, 29 Nov 2009 23:30:03 +0100 prepare 3.5.9 stable cubicweb-version-3.5.9
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 29 Nov 2009 23:30:03 +0100] rev 3944
prepare 3.5.9
Sun, 29 Nov 2009 23:22:32 +0100 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 29 Nov 2009 23:22:32 +0100] rev 3943
oops
Sun, 29 Nov 2009 23:17:31 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 29 Nov 2009 23:17:31 +0100] rev 3942
merge
Sun, 29 Nov 2009 23:16:40 +0100 fix ze fix stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 29 Nov 2009 23:16:40 +0100] rev 3941
fix ze fix
Sun, 29 Nov 2009 22:43:59 +0100 prepare 3.5.8 stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 29 Nov 2009 22:43:59 +0100] rev 3940
prepare 3.5.8
Sun, 29 Nov 2009 16:45:47 +0100 fix inline-creation form when called through ajax stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 29 Nov 2009 16:45:47 +0100] rev 3939
fix inline-creation form when called through ajax
Sat, 28 Nov 2009 12:16:30 +0100 Added tag cubicweb-debian-version-3.5.7-1 for changeset 7a96c0544c13 stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 28 Nov 2009 12:16:30 +0100] rev 3938
Added tag cubicweb-debian-version-3.5.7-1 for changeset 7a96c0544c13
Sat, 28 Nov 2009 12:16:29 +0100 Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746 stable cubicweb-debian-version-3.5.7-1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 28 Nov 2009 12:16:29 +0100] rev 3937
Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746
Sat, 28 Nov 2009 11:53:18 +0100 prepare 3.5.7 stable cubicweb-version-3.5.7
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 28 Nov 2009 11:53:18 +0100] rev 3936
prepare 3.5.7
Sat, 28 Nov 2009 11:42:37 +0100 imported patch cwctl-shell-textfile stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 28 Nov 2009 11:42:37 +0100] rev 3935
imported patch cwctl-shell-textfile
Sat, 28 Nov 2009 10:27:58 +0100 bugfix typo in exception name stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 28 Nov 2009 10:27:58 +0100] rev 3934
bugfix typo in exception name
Fri, 27 Nov 2009 23:47:28 +0100 ease customization of title stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 23:47:28 +0100] rev 3933
ease customization of title
Fri, 27 Nov 2009 23:45:18 +0100 implements is enough stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 23:45:18 +0100] rev 3932
implements is enough
Fri, 27 Nov 2009 22:05:10 +0100 make title overriddable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 22:05:10 +0100] rev 3931
make title overriddable
Fri, 27 Nov 2009 22:04:54 +0100 fix test: required to fake parent form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 22:04:54 +0100] rev 3930
fix test: required to fake parent form
Fri, 27 Nov 2009 19:04:26 +0100 [web] rename TabedPrimary to TabbedPrimary with backward compat stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 27 Nov 2009 19:04:26 +0100] rev 3929
[web] rename TabedPrimary to TabbedPrimary with backward compat
Fri, 27 Nov 2009 15:43:45 +0100 rename sql script to make cw3.5.6 happy stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 27 Nov 2009 15:43:45 +0100] rev 3928
rename sql script to make cw3.5.6 happy
Fri, 27 Nov 2009 10:24:13 +0100 consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 10:24:13 +0100] rev 3927
consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit
Fri, 27 Nov 2009 10:23:11 +0100 some doc stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 10:23:11 +0100] rev 3926
some doc
Fri, 27 Nov 2009 09:36:58 +0100 force_session_key default to None stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:36:58 +0100] rev 3925
force_session_key default to None
Fri, 27 Nov 2009 09:36:42 +0100 don't type __maineid, it may not be an eid actually stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:36:42 +0100] rev 3924
don't type __maineid, it may not be an eid actually
Fri, 27 Nov 2009 09:15:30 +0100 fix previous post values handling (eg on validation error) for sub-forms stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:15:30 +0100] rev 3923
fix previous post values handling (eg on validation error) for sub-forms
Fri, 27 Nov 2009 09:14:31 +0100 refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:14:31 +0100] rev 3922
refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value
Fri, 27 Nov 2009 09:10:40 +0100 edit controller now informs server side about its main eid through transaction data stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:10:40 +0100] rev 3921
edit controller now informs server side about its main eid through transaction data
Fri, 27 Nov 2009 09:09:14 +0100 refactor to ease overriding stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:09:14 +0100] rev 3920
refactor to ease overriding
Fri, 27 Nov 2009 09:08:54 +0100 fix nasty pluggable mixins bug, where mixins take precedence other user class stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 27 Nov 2009 09:08:54 +0100] rev 3919
fix nasty pluggable mixins bug, where mixins take precedence other user class
Wed, 25 Nov 2009 11:14:04 -0800 [views] fix gmap url / avoid double escaping stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 25 Nov 2009 11:14:04 -0800] rev 3918
[views] fix gmap url / avoid double escaping
Tue, 24 Nov 2009 11:10:33 -0800 [views] ticket #34808, make sure timetable view uses datetime and not date stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 24 Nov 2009 11:10:33 -0800] rev 3917
[views] ticket #34808, make sure timetable view uses datetime and not date
Tue, 24 Nov 2009 17:27:10 +0100 more conditions have to be verified before unfolding the 'more actions' menu content directly into the box stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 24 Nov 2009 17:27:10 +0100] rev 3916
more conditions have to be verified before unfolding the 'more actions' menu content directly into the box
Tue, 24 Nov 2009 13:59:46 +0100 allow to test cubes within apycot using cubicweb from the debian package stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 24 Nov 2009 13:59:46 +0100] rev 3915
allow to test cubes within apycot using cubicweb from the debian package
Tue, 24 Nov 2009 10:51:53 +0100 fix name error in timetable view, always write unicode stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 24 Nov 2009 10:51:53 +0100] rev 3914
fix name error in timetable view, always write unicode
Tue, 24 Nov 2009 10:51:29 +0100 ignore validation error during auto-population of a test db stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 24 Nov 2009 10:51:29 +0100] rev 3913
ignore validation error during auto-population of a test db
Tue, 24 Nov 2009 10:51:02 +0100 set appid attribute before super call to avoid attribute error when fetching configuration's defaults stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 24 Nov 2009 10:51:02 +0100] rev 3912
set appid attribute before super call to avoid attribute error when fetching configuration's defaults
Mon, 23 Nov 2009 20:16:40 +0100 Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 20:16:40 +0100] rev 3911
Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1
Mon, 23 Nov 2009 20:16:40 +0100 Added tag cubicweb-version-3.5.6 for changeset 4e619e97b3fd stable cubicweb-debian-version-3.5.6-1
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 20:16:40 +0100] rev 3910
Added tag cubicweb-version-3.5.6 for changeset 4e619e97b3fd
Mon, 23 Nov 2009 19:33:56 +0100 merge stable cubicweb-version-3.5.6
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 19:33:56 +0100] rev 3909
merge
Mon, 23 Nov 2009 19:30:00 +0100 Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 19:30:00 +0100] rev 3908
Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6
Mon, 23 Nov 2009 19:29:59 +0100 Added tag cubicweb-version-3.5.6 for changeset b79f361839a7 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 19:29:59 +0100] rev 3907
Added tag cubicweb-version-3.5.6 for changeset b79f361839a7
Mon, 23 Nov 2009 19:29:02 +0100 version 3.5.6 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 23 Nov 2009 19:29:02 +0100] rev 3906
version 3.5.6
Mon, 23 Nov 2009 19:08:13 +0100 rhauum stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 19:08:13 +0100] rev 3905
rhauum
Mon, 23 Nov 2009 19:01:17 +0100 default_instance id should also be available when silently rebuilding soures file stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 19:01:17 +0100] rev 3904
default_instance id should also be available when silently rebuilding soures file
Mon, 23 Nov 2009 18:13:20 +0100 fix #544758 by calling custom sql scripts in add_cubes. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 18:13:20 +0100] rev 3903
fix #544758 by calling custom sql scripts in add_cubes. Refactor to benefit from code of db initialization on the migration handler.
Mon, 23 Nov 2009 17:13:48 +0100 fix #499846 by handling timedelta type in json serialization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 17:13:48 +0100] rev 3902
fix #499846 by handling timedelta type in json serialization
Mon, 23 Nov 2009 16:18:13 +0100 fix https://www.logilab.net/cwo/ticket/481727 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 16:18:13 +0100] rev 3901
fix https://www.logilab.net/cwo/ticket/481727 the pb lies more in sqlite library, since it's fixed by opening the sqlite database using an absolute path.
Mon, 23 Nov 2009 16:16:58 +0100 password is required, else we get obscure validation failure when inserting the admin user into cw stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 16:16:58 +0100] rev 3900
password is required, else we get obscure validation failure when inserting the admin user into cw
Mon, 23 Nov 2009 14:56:44 +0100 test update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 14:56:44 +0100] rev 3899
test update
Mon, 23 Nov 2009 14:56:40 +0100 a new help action has been introduced, fix test stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 14:56:40 +0100] rev 3898
a new help action has been introduced, fix test
Mon, 23 Nov 2009 14:56:24 +0100 cacheable queries to serialize permissions, update relevant tests stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 14:56:24 +0100] rev 3897
cacheable queries to serialize permissions, update relevant tests
Mon, 23 Nov 2009 14:55:36 +0100 remove debug stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 14:55:36 +0100] rev 3896
remove debug
Mon, 23 Nov 2009 14:13:53 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 23 Nov 2009 14:13:53 +0100] rev 3895
merge
Fri, 20 Nov 2009 19:56:35 +0100 forgotten stuff
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 20 Nov 2009 19:56:35 +0100] rev 3894
forgotten stuff
Sun, 22 Nov 2009 15:48:26 +0100 fix buglet stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 22 Nov 2009 15:48:26 +0100] rev 3893
fix buglet
Fri, 20 Nov 2009 23:44:57 +0100 backport stable branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 20 Nov 2009 23:44:57 +0100] rev 3892
backport stable branch
Fri, 20 Nov 2009 23:43:49 +0100 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 20 Nov 2009 23:43:49 +0100] rev 3891
merge
Fri, 20 Nov 2009 19:35:54 +0100 backport stable branch (one more time painfully)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 20 Nov 2009 19:35:54 +0100] rev 3890
backport stable branch (one more time painfully)
Fri, 20 Nov 2009 17:51:34 +0100 backport stable branch reldefsecurity
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 20 Nov 2009 17:51:34 +0100] rev 3889
backport stable branch
Fri, 20 Nov 2009 15:17:56 +0100 use ITree api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 20 Nov 2009 15:17:56 +0100] rev 3888
use ITree api
Fri, 20 Nov 2009 18:18:01 +0100 remove bad invisible character stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Nov 2009 18:18:01 +0100] rev 3887
remove bad invisible character
Fri, 20 Nov 2009 18:11:14 +0100 check we're not deleting the relation before checking its cardinality... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 20 Nov 2009 18:11:14 +0100] rev 3886
check we're not deleting the relation before checking its cardinality...
Thu, 19 Nov 2009 19:50:36 +0100 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 19 Nov 2009 19:50:36 +0100] rev 3885
merge
Thu, 19 Nov 2009 19:48:41 +0100 fix typo stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 19 Nov 2009 19:48:41 +0100] rev 3884
fix typo
Thu, 19 Nov 2009 18:02:19 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 19 Nov 2009 18:02:19 +0100] rev 3883
merge
Thu, 19 Nov 2009 18:02:04 +0100 backported from confman stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 19 Nov 2009 18:02:04 +0100] rev 3882
backported from confman
Thu, 19 Nov 2009 18:01:57 +0100 typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 19 Nov 2009 18:01:57 +0100] rev 3881
typo
Thu, 19 Nov 2009 17:06:46 +0100 [forms] muledit mainform should copy nav params, its subforms shouldn't stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Nov 2009 17:06:46 +0100] rev 3880
[forms] muledit mainform should copy nav params, its subforms shouldn't
Thu, 19 Nov 2009 14:28:59 +0100 fix tests stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 19 Nov 2009 14:28:59 +0100] rev 3879
fix tests
Thu, 19 Nov 2009 12:58:57 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 19 Nov 2009 12:58:57 +0100] rev 3878
merge
Thu, 19 Nov 2009 12:55:47 +0100 reldefsecurity branch : reldefsecurity
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 19 Nov 2009 12:55:47 +0100] rev 3877
reldefsecurity branch : * follow yams default branch api changes * now consider permissions on relation definitions, not relation types. This is still experimental.
Wed, 18 Nov 2009 09:16:38 +0100 properly use substitution for rql query argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 18 Nov 2009 09:16:38 +0100] rev 3876
properly use substitution for rql query argument
Wed, 18 Nov 2009 09:16:00 +0100 use shorter notation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 18 Nov 2009 09:16:00 +0100] rev 3875
use shorter notation
Wed, 18 Nov 2009 12:50:23 +0100 [formfields] allow fields ordering with autoform_field_kwargs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Nov 2009 12:50:23 +0100] rev 3874
[formfields] allow fields ordering with autoform_field_kwargs
Wed, 18 Nov 2009 12:32:57 +0100 [web] remove widget.render backward compatibility stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Nov 2009 12:32:57 +0100] rev 3873
[web] remove widget.render backward compatibility there are very few widgets outside CW that used old render API and they should have all been updated by now.
Wed, 18 Nov 2009 10:05:41 +0100 [migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Nov 2009 10:05:41 +0100] rev 3872
[migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file
Tue, 17 Nov 2009 11:48:36 +0100 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Nov 2009 11:48:36 +0100] rev 3871
merge
Tue, 17 Nov 2009 11:47:58 +0100 [hooks] update CWUser class after schema changes stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Nov 2009 11:47:58 +0100] rev 3870
[hooks] update CWUser class after schema changes
Tue, 17 Nov 2009 11:46:07 +0100 [server] remove not-so-useful entity_name and entity_attr functions, introduce entity_oldnewvalue stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Nov 2009 11:46:07 +0100] rev 3869
[server] remove not-so-useful entity_name and entity_attr functions, introduce entity_oldnewvalue entity_oldnewvalue(entity, attr) is usable in before_update_entity and returns both old and new value of entity
Mon, 16 Nov 2009 19:42:27 +0100 oops, fix wf entity types vocabulary while in creation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 19:42:27 +0100] rev 3868
oops, fix wf entity types vocabulary while in creation
Mon, 16 Nov 2009 19:05:54 +0100 fix vocabulary for destination_state/allowed_transitions when creating state or transition stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 19:05:54 +0100] rev 3867
fix vocabulary for destination_state/allowed_transitions when creating state or transition
Mon, 16 Nov 2009 18:36:31 +0100 fix potential key error stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 18:36:31 +0100] rev 3866
fix potential key error
Mon, 16 Nov 2009 18:10:51 +0100 actually fix rgx_action stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 18:10:51 +0100] rev 3865
actually fix rgx_action
Mon, 16 Nov 2009 17:51:45 +0100 fix UnboundLocalError stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 17:51:45 +0100] rev 3864
fix UnboundLocalError
Mon, 16 Nov 2009 17:20:03 +0100 [forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Nov 2009 17:20:03 +0100] rev 3863
[forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms
Mon, 16 Nov 2009 17:18:48 +0100 [breadcrumbs] make it easier to redefine html structure of breadcrumbs component stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Nov 2009 17:18:48 +0100] rev 3862
[breadcrumbs] make it easier to redefine html structure of breadcrumbs component
(0) -3000 -1000 -120 +120 +1000 +3000 tip