Fri, 22 Jan 2010 10:07:29 +0100 we need extrapath when trying to import site_cubicweb files
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 10:07:29 +0100] rev 4324
we need extrapath when trying to import site_cubicweb files
Fri, 22 Jan 2010 10:07:03 +0100 move extra path computing as a configuration class property so we can reused it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 10:07:03 +0100] rev 4323
move extra path computing as a configuration class property so we can reused it
Fri, 22 Jan 2010 08:49:16 +0100 first draft for a simple hooks based custom attribute storage,
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 08:49:16 +0100] rev 4322
first draft for a simple hooks based custom attribute storage, with a BytesFileSystemStorage POC implementation. Basically: * a dictionary contains maps from which attribute of which entity types are mapped to which custom storage * hooks check for one of these entity type being added/modified/deleted * read is based on the sql generator callback mecanism (used in vcsfile for instance) * all storages have the same basic interface (read, add, update, delete), and should be pluggable in a transparent way (except at migration time when one want to change from a storage to another) * the sample BytesFileSystemStorage: * may store Bytes attributes content of any entity type as file on the file system * is based on one FSPATH rql/sql function and another _fsopen only available in sql * has a dumb file name allocation algorithm
Fri, 22 Jan 2010 08:40:38 +0100 d-t-w
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 08:40:38 +0100] rev 4321
d-t-w
Thu, 21 Jan 2010 17:38:31 +0100 closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 17:38:31 +0100] rev 4320
closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named replaced by multi_lines_rset, multi_columns_rset, multi_etypes_rset, all taking optional 'nb' argument allowing to specify and exact count. Bw compat is kept, usage of deprecated function updated in cw itself. Also drop custom at_least_two_columns selector (in views.plots) since it was the same as multi_columns_rset. Hopefuly the renaming will help in avoid such pb... We should now decide if we want to deprecate one_* selector in favor of multi_*(nb=1). See note on this at then end of selectors.py
Thu, 21 Jan 2010 17:03:30 +0100 fix #636936: read_permission relation should not be mandatory
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 17:03:30 +0100] rev 4319
fix #636936: read_permission relation should not be mandatory
Thu, 21 Jan 2010 16:58:40 +0100 fix #615848: undefined 'new' variable was refering to the newly introduced subquery / remove_subquery doesn't take an undefine argument (probable copy/paste from the remove_node call) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 16:58:40 +0100] rev 4318
fix #615848: undefined 'new' variable was refering to the newly introduced subquery / remove_subquery doesn't take an undefine argument (probable copy/paste from the remove_node call)
Thu, 21 Jan 2010 16:52:35 +0100 some docstring stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 16:52:35 +0100] rev 4317
some docstring
Thu, 21 Jan 2010 14:10:23 +0100 [doc] reformulate dependencies stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 14:10:23 +0100] rev 4316
[doc] reformulate dependencies
Thu, 21 Jan 2010 11:13:39 +0100 [views] FinalView should display an empty string if value is None stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 Jan 2010 11:13:39 +0100] rev 4315
[views] FinalView should display an empty string if value is None
Thu, 21 Jan 2010 11:08:41 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 11:08:41 +0100] rev 4314
merge
Thu, 21 Jan 2010 11:07:32 +0100 move base form renderer label handling into a function to reuse it in CompositeFormRenderer and avoid seeing a tuple in column headers... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 11:07:32 +0100] rev 4313
move base form renderer label handling into a function to reuse it in CompositeFormRenderer and avoid seeing a tuple in column headers...
Thu, 21 Jan 2010 11:02:36 +0100 minor schema deserialization optimizations
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 11:02:36 +0100] rev 4312
minor schema deserialization optimizations
Thu, 21 Jan 2010 10:59:58 +0100 oopb, widget has been renamed
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:59:58 +0100] rev 4311
oopb, widget has been renamed
Thu, 21 Jan 2010 10:57:20 +0100 specify formvid=edition to get multiple edition working w/ 3.6
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:57:20 +0100] rev 4310
specify formvid=edition to get multiple edition working w/ 3.6
Thu, 21 Jan 2010 10:52:47 +0100 reminder
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:52:47 +0100] rev 4309
reminder
Thu, 21 Jan 2010 10:52:24 +0100 this clutter startup screen for little benefit, remove it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:52:24 +0100] rev 4308
this clutter startup screen for little benefit, remove it
Thu, 21 Jan 2010 10:51:07 +0100 update copyright
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:51:07 +0100] rev 4307
update copyright
Thu, 21 Jan 2010 10:48:00 +0100 move bookmark related uicfg stuff into bookmark specific module, use the EditableURLWidget widget for Bookmark.path
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:48:00 +0100] rev 4306
move bookmark related uicfg stuff into bookmark specific module, use the EditableURLWidget widget for Bookmark.path
Thu, 21 Jan 2010 10:47:01 +0100 new field's responsibility POC: EditableURLWidget allow to edit Bookmark.path in two separated fields, displaying unquoted values which are requoted on form post processing
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:47:01 +0100] rev 4305
new field's responsibility POC: EditableURLWidget allow to edit Bookmark.path in two separated fields, displaying unquoted values which are requoted on form post processing
Thu, 21 Jan 2010 10:42:37 +0100 refactor field's value retreiving from the widget (eg 'display value' concept):
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:42:37 +0100] rev 4304
refactor field's value retreiving from the widget (eg 'display value' concept): * kill field's display_value method, since getting value specified in a previous post or in req.form should be the widget responsibility (the widget nows what inputs to display, not the field) * new typed_value / format_value on widgets, mainly to ease overriding
Thu, 21 Jan 2010 10:39:12 +0100 dom_id now accepts a suffix argument as input_name
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:39:12 +0100] rev 4303
dom_id now accepts a suffix argument as input_name
Thu, 21 Jan 2010 10:38:46 +0100 cleaner input_name implementation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:38:46 +0100] rev 4302
cleaner input_name implementation
Thu, 21 Jan 2010 10:21:09 +0100 when the vregistry is initialized, no need to call vreg.set_schema (else we trigger appobjects registration twice. This allows significant startup speedup.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:21:09 +0100] rev 4301
when the vregistry is initialized, no need to call vreg.set_schema (else we trigger appobjects registration twice. This allows significant startup speedup.
Thu, 21 Jan 2010 10:19:38 +0100 new url_parse_qs method on base request to parse unicode url formatted query strings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 21 Jan 2010 10:19:38 +0100] rev 4300
new url_parse_qs method on base request to parse unicode url formatted query strings
Wed, 20 Jan 2010 17:07:48 +0100 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 20 Jan 2010 17:07:48 +0100] rev 4299
merge
Wed, 20 Jan 2010 09:00:36 +0100 enable cubicweb-ctl db-dump and db-restore on Windows with SQL Server stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 20 Jan 2010 09:00:36 +0100] rev 4298
enable cubicweb-ctl db-dump and db-restore on Windows with SQL Server os.system has some issues on Windows, especially regarding whitespace handling, which subprocess handles correctly.
Wed, 20 Jan 2010 15:03:30 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 15:03:30 +0100] rev 4297
3.6 api update
Wed, 20 Jan 2010 14:41:04 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 14:41:04 +0100] rev 4296
merge
Wed, 20 Jan 2010 14:39:44 +0100 allow control of generic relations field display through display_fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 14:39:44 +0100] rev 4295
allow control of generic relations field display through display_fields
Wed, 20 Jan 2010 14:39:10 +0100 no self._cw on widget objects while '_' is defined locally
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 14:39:10 +0100] rev 4294
no self._cw on widget objects while '_' is defined locally
Wed, 20 Jan 2010 14:38:45 +0100 delete remaining stuff w/ handling of the generic relations
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 14:38:45 +0100] rev 4293
delete remaining stuff w/ handling of the generic relations
Wed, 20 Jan 2010 14:34:06 +0100 test update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 14:34:06 +0100] rev 4292
test update
Wed, 20 Jan 2010 13:03:08 +0100 clear vreg's parent_classes cache to fix etype cache / auto-reloading bug
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 20 Jan 2010 13:03:08 +0100] rev 4291
clear vreg's parent_classes cache to fix etype cache / auto-reloading bug EtypeRegistry.parent_classes()'s is cached. When the registry is reloaded, if the cache is not cleared, we might get the old list of parent classes and that leads to strange bugs. Typical scenario : 1/ start application in debug mode 2/ go to add/Bookmark -> everything's fine 3/ change the source 4/ reload add/Bookmark -> 'creation' not selectable because : a/ cw detects a change in the source and reloads vreg b/ cw tries to select 'creation' view for 'Bookmark' - 'creation' view uses specified_etype_implements('Any') - cw compares Bookmark.__bases__[0] (i.e. new version of AnyEntity) with the old version of AnyEntity cached in the vreg. They don't match => view is not applicable.
Wed, 20 Jan 2010 11:31:38 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:31:38 +0100] rev 4290
merge
Wed, 20 Jan 2010 11:31:28 +0100 fix bad indent stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:31:28 +0100] rev 4289
fix bad indent
Wed, 20 Jan 2010 11:29:58 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:29:58 +0100] rev 4288
backport stable
Wed, 20 Jan 2010 11:29:08 +0100 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:29:08 +0100] rev 4287
cleanup
Wed, 20 Jan 2010 11:29:00 +0100 fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:29:00 +0100] rev 4286
fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information
Wed, 20 Jan 2010 11:27:41 +0100 don't record deambiguifier when it has no type restriction using 'is', so we don't miss later some available constraints stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:27:41 +0100] rev 4285
don't record deambiguifier when it has no type restriction using 'is', so we don't miss later some available constraints
Wed, 20 Jan 2010 11:23:27 +0100 fix warning stack level
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:23:27 +0100] rev 4284
fix warning stack level
Wed, 20 Jan 2010 11:23:18 +0100 cw 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 11:23:18 +0100] rev 4283
cw 3.6 api update
Wed, 20 Jan 2010 10:14:14 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:14:14 +0100] rev 4282
merge
Wed, 20 Jan 2010 10:13:45 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:13:45 +0100] rev 4281
merge
Wed, 20 Jan 2010 10:13:02 +0100 more input/button fixes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:13:02 +0100] rev 4280
more input/button fixes
Wed, 20 Jan 2010 10:10:17 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:10:17 +0100] rev 4279
backport stable
Wed, 20 Jan 2010 10:06:53 +0100 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:06:53 +0100] rev 4278
cleanup
Wed, 20 Jan 2010 10:06:12 +0100 turn all the stuff used to handle 'generic relations' in forms into proper
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 10:06:12 +0100] rev 4277
turn all the stuff used to handle 'generic relations' in forms into proper field / widget. -> regroup code from web.request, web.controller, web.views.autoform, web.views.formrenderers, web.views.editcontroller (!) into GenericRelationsField, GenericRelationsWidget in the editviews module (together with the UnrelatedDiv view). So: * almost everything in one place * no more specific behaviour in the form renderer * almost no custom behaviour in autoform (simply add the field when it think it should) Also, the form renderer now display field's value with colspan=2 when field.label is None.
Wed, 20 Jan 2010 08:43:41 +0100 fix tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 Jan 2010 08:43:41 +0100] rev 4276
fix tests
Wed, 20 Jan 2010 10:05:10 +0100 [rql2sql] added test that shows crash during sql generation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 20 Jan 2010 10:05:10 +0100] rev 4275
[rql2sql] added test that shows crash during sql generation Original query in cubicweb-drh: Any A,E,CV,group_concat(TN) GROUPBY A,E,CV WHERE A is Application, A for_person P, P has_studied_in E?, T? tags A, T name TN, A curriculum CV? Corresponding bug in tracker: #628798
Tue, 19 Jan 2010 18:26:22 +0100 apply patch proposed by 2web to properly remove hidden input set to represent the button used to submit the form, so forms may be properly reused after a post
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 18:26:22 +0100] rev 4274
apply patch proposed by 2web to properly remove hidden input set to represent the button used to submit the form, so forms may be properly reused after a post
Tue, 19 Jan 2010 18:22:05 +0100 fix dumb name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 18:22:05 +0100] rev 4273
fix dumb name error
Tue, 19 Jan 2010 18:21:59 +0100 missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 18:21:59 +0100] rev 4272
missing import
Tue, 19 Jan 2010 18:20:43 +0100 remove input from jquery filter, so it works as well with buttons stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 18:20:43 +0100] rev 4271
remove input from jquery filter, so it works as well with buttons
Tue, 19 Jan 2010 18:11:31 +0100 unicode(arg) else we may get some encoding exception
alex & cheb [Tue, 19 Jan 2010 18:11:31 +0100] rev 4270
unicode(arg) else we may get some encoding exception
Tue, 19 Jan 2010 18:10:01 +0100 remove deprecation warnings + name error
alex & cheb [Tue, 19 Jan 2010 18:10:01 +0100] rev 4269
remove deprecation warnings + name error
Tue, 19 Jan 2010 17:50:48 +0100 remove common/test/data directory from __pkginfo__, MANIFEST and debian rules to allow cubicweb installation
Stephanie Marcu <stephanie.marcu@logilab.fr> [Tue, 19 Jan 2010 17:50:48 +0100] rev 4268
remove common/test/data directory from __pkginfo__, MANIFEST and debian rules to allow cubicweb installation
Tue, 19 Jan 2010 17:50:36 +0100 fix syntax error
Stephanie Marcu <stephanie.marcu@logilab.fr> [Tue, 19 Jan 2010 17:50:36 +0100] rev 4267
fix syntax error
Tue, 19 Jan 2010 14:41:23 +0100 test fixes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 14:41:23 +0100] rev 4266
test fixes
Tue, 19 Jan 2010 14:41:19 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 14:41:19 +0100] rev 4265
3.6 api update
Tue, 19 Jan 2010 12:34:52 +0100 update selectors.py: change entity.schema with entity._cw.vreg.schema
Stephanie Marcu <stephanie.marcu@logilab.fr> [Tue, 19 Jan 2010 12:34:52 +0100] rev 4264
update selectors.py: change entity.schema with entity._cw.vreg.schema
Tue, 19 Jan 2010 12:27:55 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 12:27:55 +0100] rev 4263
merge
Tue, 19 Jan 2010 12:19:14 +0100 we should access to __regid__ instead of id since in that case bw compat fail: access to id throuhg a class returns the property object instead of calling the property's method
Stephanie Marcu [Tue, 19 Jan 2010 12:19:14 +0100] rev 4262
we should access to __regid__ instead of id since in that case bw compat fail: access to id throuhg a class returns the property object instead of calling the property's method
Tue, 19 Jan 2010 12:17:22 +0100 fix autoform_is_inlined bw compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 12:17:22 +0100] rev 4261
fix autoform_is_inlined bw compat
Tue, 19 Jan 2010 11:58:07 +0100 [forms] fix implementation of backward compat method form_render
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 19 Jan 2010 11:58:07 +0100] rev 4260
[forms] fix implementation of backward compat method form_render previous implemtation used form_default_renderer() which is now replaced by default_renderer()
Tue, 19 Jan 2010 10:43:48 +0100 inherit from FieldWidget to inherit from the process_field_data required by the edit controller
Stephanie Marcu <stephanie.marcu@logilab.fr> [Tue, 19 Jan 2010 10:43:48 +0100] rev 4259
inherit from FieldWidget to inherit from the process_field_data required by the edit controller
Tue, 19 Jan 2010 10:42:47 +0100 with cw 3.6 we've to specify entity's relation role
Stephanie Marcu <stephanie.marcu@logilab.fr> [Tue, 19 Jan 2010 10:42:47 +0100] rev 4258
with cw 3.6 we've to specify entity's relation role
Tue, 19 Jan 2010 10:19:08 +0100 fix bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 Jan 2010 10:19:08 +0100] rev 4257
fix bad merge
Wed, 16 Dec 2009 14:19:01 +0100 import uicfg.auto_form doc stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 16 Dec 2009 14:19:01 +0100] rev 4256
import uicfg.auto_form doc
Tue, 19 Jan 2010 09:51:38 +0100 update i18n doc stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 19 Jan 2010 09:51:38 +0100] rev 4255
update i18n doc
Tue, 19 Jan 2010 09:49:42 +0100 Fix element tree import for python2.4 stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 19 Jan 2010 09:49:42 +0100] rev 4254
Fix element tree import for python2.4
Mon, 18 Jan 2010 19:40:59 +0100 forgotten buffer
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 19:40:59 +0100] rev 4253
forgotten buffer
Mon, 18 Jan 2010 19:21:30 +0100 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 19:21:30 +0100] rev 4252
backport stable branch
Mon, 18 Jan 2010 19:05:08 +0100 fix pb with bytes field processing: currently when an existing file is edited
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 19:05:08 +0100] rev 4251
fix pb with bytes field processing: currently when an existing file is edited and no new file is specified, it finds no value in req.form and so try to detach the current file, which is wrong. In that case, nothing should be done. So introduce a new UnmodifiedField exception that may be raised in field's process_form_value method (catched in field.process_posted).
Mon, 18 Jan 2010 15:58:06 +0100 fix NameError stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 Jan 2010 15:58:06 +0100] rev 4250
fix NameError
Mon, 18 Jan 2010 12:33:45 +0100 don't call handle_inlined_relation where we're not on the relation'subject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 12:33:45 +0100] rev 4249
don't call handle_inlined_relation where we're not on the relation'subject
Mon, 18 Jan 2010 11:55:37 +0100 don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 11:55:37 +0100] rev 4248
don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
Mon, 18 Jan 2010 11:50:54 +0100 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 11:50:54 +0100] rev 4247
cleanup
Mon, 18 Jan 2010 11:50:34 +0100 don't use matching_groups() for is_in_group implementation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 Jan 2010 11:50:34 +0100] rev 4246
don't use matching_groups() for is_in_group implementation
Fri, 15 Jan 2010 09:36:49 +0100 a few french translation typo corrections stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 15 Jan 2010 09:36:49 +0100] rev 4245
a few french translation typo corrections
Fri, 15 Jan 2010 09:05:40 +0100 rename need_navigation into paginable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 15 Jan 2010 09:05:40 +0100] rev 4244
rename need_navigation into paginable paginable has been recently introduced by changeset d4eeaf0393e2. We already had the need_navigation attribute to control the same thing (pagination). As paginable sounds like a better name, deprecates need_navigation (bw compat ok). Also: * fix main pagination functions responsability * deprecate limit_rset_using_nav in favor of paginate/do_paginate * navigation module should be renamed to pagination at some point
Thu, 14 Jan 2010 11:37:08 +0100 backport tracker permission utility functions into the cw.schemas package stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 14 Jan 2010 11:37:08 +0100] rev 4243
backport tracker permission utility functions into the cw.schemas package
Thu, 14 Jan 2010 11:28:32 +0100 Backed out changeset b8ea99f5e8ea, tags.a escape its content. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 14 Jan 2010 11:28:32 +0100] rev 4242
Backed out changeset b8ea99f5e8ea, tags.a escape its content.
Thu, 14 Jan 2010 11:14:40 +0100 fix dumb name errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 14 Jan 2010 11:14:40 +0100] rev 4241
fix dumb name errors
Thu, 14 Jan 2010 11:13:22 +0100 fix global errors display when there is more than one error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 14 Jan 2010 11:13:22 +0100] rev 4240
fix global errors display when there is more than one error
Thu, 14 Jan 2010 11:12:52 +0100 fix error key / field input detection (field's name include -role when specified, the error key *may* include it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 14 Jan 2010 11:12:52 +0100] rev 4239
fix error key / field input detection (field's name include -role when specified, the error key *may* include it
Wed, 13 Jan 2010 18:04:29 +0100 missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 Jan 2010 18:04:29 +0100] rev 4238
missing xml escapes (but textoutofcontext probably ought to be just outofcontext, with no escaping then)
Wed, 13 Jan 2010 17:44:29 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 17:44:29 +0100] rev 4237
3.6 api update
Wed, 13 Jan 2010 17:44:11 +0100 move autoform's field_by_name implementation on base EntityFieldsForm
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 17:44:11 +0100] rev 4236
move autoform's field_by_name implementation on base EntityFieldsForm
Wed, 13 Jan 2010 17:42:27 +0100 specify name *and* role when raising FieldNotFound helps debugging
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 17:42:27 +0100] rev 4235
specify name *and* role when raising FieldNotFound helps debugging
Wed, 13 Jan 2010 17:41:42 +0100 if specified, benefit from target_etype information in the [partial_]add_relation selector
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 17:41:42 +0100] rev 4234
if specified, benefit from target_etype information in the [partial_]add_relation selector
Wed, 13 Jan 2010 17:40:53 +0100 ouch, has_perm was always returning False...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 17:40:53 +0100] rev 4233
ouch, has_perm was always returning False...
Wed, 13 Jan 2010 16:07:54 +0100 more 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 16:07:54 +0100] rev 4232
more 3.6 api update
Wed, 13 Jan 2010 16:01:53 +0100 iirk reminder
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 16:01:53 +0100] rev 4231
iirk reminder
Wed, 13 Jan 2010 16:01:34 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 16:01:34 +0100] rev 4230
3.6 api update
Wed, 13 Jan 2010 16:00:42 +0100 has_been_modified shouldn't raise ProcessFormError
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 16:00:42 +0100] rev 4229
has_been_modified shouldn't raise ProcessFormError
Wed, 13 Jan 2010 16:00:06 +0100 related entities are returned as tuple since a few months ago
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 16:00:06 +0100] rev 4228
related entities are returned as tuple since a few months ago
Wed, 13 Jan 2010 15:59:31 +0100 should skip INTERNAL_FIELD_VALUE
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:59:31 +0100] rev 4227
should skip INTERNAL_FIELD_VALUE
Wed, 13 Jan 2010 15:57:57 +0100 should use a set for pending fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:57:57 +0100] rev 4226
should use a set for pending fields
Wed, 13 Jan 2010 15:56:31 +0100 fix process_form_values: we should handle value errors and properly raise ProcessFormError
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:56:31 +0100] rev 4225
fix process_form_values: we should handle value errors and properly raise ProcessFormError
Wed, 13 Jan 2010 15:54:07 +0100 refactor form error handling:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:54:07 +0100] rev 4224
refactor form error handling: * almost everything is in the base form class, with other form errors related code * deprecate form_field_error in favor of field_error and format_error on the renderer * fix pb with js localization of errors by properly using field.role_name() * rename 'errors' into 'error' in forminfo to avoid confusion
Wed, 13 Jan 2010 15:48:24 +0100 new DBG_ALL debug level
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:48:24 +0100] rev 4223
new DBG_ALL debug level
Wed, 13 Jan 2010 15:48:07 +0100 return localized message on parse_datetime errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 13 Jan 2010 15:48:07 +0100] rev 4222
return localized message on parse_datetime errors
Tue, 12 Jan 2010 17:24:46 +0100 raising ConfigurationError is cleaner; remove some unused imports stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 Jan 2010 17:24:46 +0100] rev 4221
raising ConfigurationError is cleaner; remove some unused imports
Tue, 12 Jan 2010 15:12:51 +0100 [javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 12 Jan 2010 15:12:51 +0100] rev 4220
[javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE
Mon, 11 Jan 2010 14:13:26 +0100 do not attempt to daemonize under windows stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 Jan 2010 14:13:26 +0100] rev 4219
do not attempt to daemonize under windows
Sat, 09 Jan 2010 15:31:37 +0100 [cwctl] reset-admin-pwd was failing when db-host was not set stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 09 Jan 2010 15:31:37 +0100] rev 4218
[cwctl] reset-admin-pwd was failing when db-host was not set
Fri, 08 Jan 2010 18:20:03 +0100 [javascript] IE doesn't support dynamic enctype modification, we have to set encoding too stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 18:20:03 +0100] rev 4217
[javascript] IE doesn't support dynamic enctype modification, we have to set encoding too
Fri, 08 Jan 2010 12:17:42 +0100 [forms] make it easier to override CWProperty form buttons stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 12:17:42 +0100] rev 4216
[forms] make it easier to override CWProperty form buttons
Fri, 08 Jan 2010 12:14:29 +0100 [forms] make it easier to override StringField's mininum size stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 12:14:29 +0100] rev 4215
[forms] make it easier to override StringField's mininum size
Fri, 08 Jan 2010 11:45:37 +0100 [skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 11:45:37 +0100] rev 4214
[skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt
Thu, 07 Jan 2010 17:41:50 +0100 [web/views] if view has attribute paginable=False, do not try to paginate it stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 07 Jan 2010 17:41:50 +0100] rev 4213
[web/views] if view has attribute paginable=False, do not try to paginate it
Thu, 07 Jan 2010 16:52:32 +0100 update copyright: welcome 2010 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 07 Jan 2010 16:52:32 +0100] rev 4212
update copyright: welcome 2010
Thu, 07 Jan 2010 08:02:52 +0100 [views] backport progressbar template from shingouz
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 07 Jan 2010 08:02:52 +0100] rev 4211
[views] backport progressbar template from shingouz
Tue, 05 Jan 2010 22:11:37 +0100 [forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 05 Jan 2010 22:11:37 +0100] rev 4210
[forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 Changeset cebdf8ee5ad7 assumed that edited entity was either explicitly passed to the form or found in first row / first col of the resultset because of the one_line_rset() selector. But one_line_rset() is actually trickier : the selector returns 1 if the resultset has more than one row **if** an explicit row is specified during selection process. This is exactly what is done in the 'muledit' form : for row in xrange(len(self.rset)): form = self.vreg['forms'].select('edition', self.req, rset=self.rset, row=row, #... This changeset thus takes row in consideration to find edited entity if 'row' was explcitly specified.
Tue, 05 Jan 2010 18:28:27 +0100 do not recompute the plot on subsequent onload events #615338 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 05 Jan 2010 18:28:27 +0100] rev 4209
do not recompute the plot on subsequent onload events #615338
Tue, 05 Jan 2010 17:04:29 +0100 fix stripEmptyTextNodes for IE (part of #615337) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 05 Jan 2010 17:04:29 +0100] rev 4208
fix stripEmptyTextNodes for IE (part of #615337) this does not seem to make the function really work but it does not fail any more
Mon, 04 Jan 2010 19:02:09 +0100 [javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 04 Jan 2010 19:02:09 +0100] rev 4207
[javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs
Mon, 04 Jan 2010 18:58:35 +0100 [forms] edited_entity must be set before calling session_key() stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 04 Jan 2010 18:58:35 +0100] rev 4206
[forms] edited_entity must be set before calling session_key() EntityFieldsForm.__init__ calls FieldsForm.__init__ which in turn calls self.session_key(). self.session_key() uses self.edited_key to compute the correct session key. We thus need edited_entity to be set **before** calling super's __init__. The bug only occured when EntityFieldsForm was selected because of its one_line_rset() selector instead of match_kwargs('entity').
Wed, 23 Dec 2009 13:05:53 +0100 must escape user_rql_callback stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 13:05:53 +0100] rev 4205
must escape user_rql_callback
Wed, 23 Dec 2009 12:20:10 +0100 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 12:20:10 +0100] rev 4204
backport stable branch
Wed, 23 Dec 2009 11:57:03 +0100 Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 11:57:03 +0100] rev 4203
Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2
Wed, 23 Dec 2009 11:57:02 +0100 Added tag cubicweb-version-3.5.11 for changeset f48b2f193961 stable cubicweb-debian-version-3.5.11-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 11:57:02 +0100] rev 4202
Added tag cubicweb-version-3.5.11 for changeset f48b2f193961
Wed, 23 Dec 2009 10:27:33 +0100 3.5.11 stable cubicweb-version-3.5.11
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 10:27:33 +0100] rev 4201
3.5.11
Wed, 23 Dec 2009 09:07:17 +0100 i18nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 09:07:17 +0100] rev 4200
i18nupdate
Wed, 23 Dec 2009 08:59:01 +0100 must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:59:01 +0100] rev 4199
must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper.
Wed, 23 Dec 2009 08:56:38 +0100 TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:56:38 +0100] rev 4198
TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type
Wed, 23 Dec 2009 08:22:18 +0100 quick and dirty fix to avoid crash when running db-create command with an sqlite source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:22:18 +0100] rev 4197
quick and dirty fix to avoid crash when running db-create command with an sqlite source
Tue, 22 Dec 2009 23:45:43 +0100 add es.po to default skel, closes #591625 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 23:45:43 +0100] rev 4196
add es.po to default skel, closes #591625
Tue, 22 Dec 2009 21:02:37 +0100 closes #601987 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 21:02:37 +0100] rev 4195
closes #601987 1) sqlutils.restore_from_file have to use its confirm argument when a command fail, to propose to continue there (this can't be handled by the caller) 2) source.restore method hence needs to take this confirmation callback as argument 3) properly fix places where 'drop' was given instead of 'confirm'
Tue, 22 Dec 2009 20:06:24 +0100 missing one litle char stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 20:06:24 +0100] rev 4194
missing one litle char
Tue, 22 Dec 2009 20:05:52 +0100 closes #607344 by simply appending '/' to base url if necessary instead of insulting the user stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 20:05:52 +0100] rev 4193
closes #607344 by simply appending '/' to base url if necessary instead of insulting the user
Tue, 22 Dec 2009 19:27:51 +0100 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:27:51 +0100] rev 4192
cleanup
Tue, 22 Dec 2009 19:27:48 +0100 test update. All cw tests OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:27:48 +0100] rev 4191
test update. All cw tests OK
Tue, 22 Dec 2009 19:27:26 +0100 fix bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:27:26 +0100] rev 4190
fix bad merge
Tue, 22 Dec 2009 19:26:59 +0100 make groupmap argument optional / sort for testing purpose
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:26:59 +0100] rev 4189
make groupmap argument optional / sort for testing purpose
Tue, 22 Dec 2009 19:26:12 +0100 fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:26:12 +0100] rev 4188
fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
Tue, 22 Dec 2009 19:25:08 +0100 necessary to fix some security test, unclear why did I set perms below at some point...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:25:08 +0100] rev 4187
necessary to fix some security test, unclear why did I set perms below at some point...
Tue, 22 Dec 2009 19:23:59 +0100 import cleanup, check data file exists
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:23:59 +0100] rev 4186
import cleanup, check data file exists
Tue, 22 Dec 2009 18:25:53 +0100 should turn password into a Binary properly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 18:25:53 +0100] rev 4185
should turn password into a Binary properly
Tue, 22 Dec 2009 13:16:17 +0100 should not simplify previous to preprocess
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 13:16:17 +0100] rev 4184
should not simplify previous to preprocess
Tue, 22 Dec 2009 13:14:34 +0100 use ._cw instead of .req (reintroduced by merge of stable)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 13:14:34 +0100] rev 4183
use ._cw instead of .req (reintroduced by merge of stable)
Tue, 22 Dec 2009 13:13:53 +0100 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 13:13:53 +0100] rev 4182
oops
Tue, 22 Dec 2009 10:27:49 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 10:27:49 +0100] rev 4181
backport stable
Tue, 22 Dec 2009 14:18:48 +0100 more extra_args cleanup stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 22 Dec 2009 14:18:48 +0100] rev 4180
more extra_args cleanup
Tue, 22 Dec 2009 13:43:24 +0100 only give extra_args if there is something to be fed (breaks some db connectors otherwise) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 22 Dec 2009 13:43:24 +0100] rev 4179
only give extra_args if there is something to be fed (breaks some db connectors otherwise)
Tue, 22 Dec 2009 11:07:07 +0100 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 22 Dec 2009 11:07:07 +0100] rev 4178
merge
Tue, 22 Dec 2009 09:38:08 +0100 SqlServer: support single sign on / Windows credential authentication stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 22 Dec 2009 09:38:08 +0100] rev 4177
SqlServer: support single sign on / Windows credential authentication This is done through a new db-extra-arguments section in instance_dir/sources which is passed as a string to the extra_args named argument of lgc.db.get_connection. If this argument is Trusted_Connection, windows authentication is used instead of login/password. This change requires at least revision 5475ec3f6412 of logilab.common which will be included in logilab-common 0.46. debian/control updated to mention this new dependency.
Tue, 22 Dec 2009 09:33:08 +0100 SQL Server port: convert Password to Binary stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 22 Dec 2009 09:33:08 +0100] rev 4176
SQL Server port: convert Password to Binary This conversion is required because pyodbc uses buffers for Binary fields and won't be able to cast a string/unicode value to the db VARBINARY column type otherwise.
Tue, 22 Dec 2009 10:42:51 +0100 [javascript] cleanup, remove tabs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Dec 2009 10:42:51 +0100] rev 4175
[javascript] cleanup, remove tabs
Tue, 22 Dec 2009 10:42:39 +0100 [javascript] remove ajaxHtmlHead from dom response once it has been processed. stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Dec 2009 10:42:39 +0100] rev 4174
[javascript] remove ajaxHtmlHead from dom response once it has been processed. This fixes #549138: treeview: folding is broken The new, systematic, pageid management (introduced by rev 37b376bb4088) made the treeview return : <ul class="treeview">...</ul> <div class="ajaxHtmlHead">...</div> which was then processed by getDomFromResponse and wrapped into a single div node : <div> <ul class="treeview">...</ul> <div class="ajaxHtmlHead">...</div> </div> In the treeview case, the node inserted into the tree was the wrapping <div> instead of the <ul>, causing the folding bug mentioned in the ticket.
Tue, 22 Dec 2009 09:27:28 +0100 msg isn't defined there, but we've to give traceback information to record error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 09:27:28 +0100] rev 4173
msg isn't defined there, but we've to give traceback information to record error
Mon, 21 Dec 2009 20:28:08 +0100 all web tests OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:28:08 +0100] rev 4172
all web tests OK
Mon, 21 Dec 2009 20:28:01 +0100 make new editcontroller works, based on a _cw_edited_fields hidden input
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:28:01 +0100] rev 4171
make new editcontroller works, based on a _cw_edited_fields hidden input
Mon, 21 Dec 2009 20:27:14 +0100 crecord introduced junk...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:27:14 +0100] rev 4170
crecord introduced junk...
Mon, 21 Dec 2009 20:26:52 +0100 strip string by default
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:26:52 +0100] rev 4169
strip string by default
Mon, 21 Dec 2009 20:26:30 +0100 nicer StringField __init__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:26:30 +0100] rev 4168
nicer StringField __init__
Mon, 21 Dec 2009 20:25:58 +0100 fix render (formerly form_render) prototype
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:25:58 +0100] rev 4167
fix render (formerly form_render) prototype
Mon, 21 Dec 2009 20:24:47 +0100 process_posted yield field instead of field's name
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:24:47 +0100] rev 4166
process_posted yield field instead of field's name
Mon, 21 Dec 2009 20:23:56 +0100 proper field's role handling: may be 'subject' / 'object' *in case
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:23:56 +0100] rev 4165
proper field's role handling: may be 'subject' / 'object' *in case of entity's relation*, but None in other case. So you should correctly specify it to field_by_name
Mon, 21 Dec 2009 20:21:56 +0100 form_add_hidden -> add_hidden
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:21:56 +0100] rev 4164
form_add_hidden -> add_hidden form_needs_multipart -> needs_multipart
Mon, 21 Dec 2009 20:18:53 +0100 substitute _render_attrs by values_and_attributes method, keeping bw compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:18:53 +0100] rev 4163
substitute _render_attrs by values_and_attributes method, keeping bw compat
Mon, 21 Dec 2009 20:04:33 +0100 replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:04:33 +0100] rev 4162
replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
Mon, 21 Dec 2009 20:00:18 +0100 refactor vocabulary handling to avoid having to define methods
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 20:00:18 +0100] rev 4161
refactor vocabulary handling to avoid having to define methods on form objects, use .choices instead even for non final relations. Details: * deprecated support of <role>_<relation>_vocabulary methods on forms * new utility functions for relations vocabulary * most logic now on the RelationField class
Mon, 21 Dec 2009 19:52:21 +0100 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 19:52:21 +0100] rev 4160
cleanup
Mon, 21 Dec 2009 19:45:24 +0100 refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 19:45:24 +0100] rev 4159
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value Details: * new .typed_value / .display_value on fields * droped form_field_value on form * .value attribute of field instead of .initial * nicer field's __init__, allowing to give a lambda as value's value
Mon, 21 Dec 2009 19:25:07 +0100 missing imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 19:25:07 +0100] rev 4158
missing imports
Mon, 21 Dec 2009 19:20:45 +0100 yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 19:20:45 +0100] rev 4157
yams api update
Mon, 21 Dec 2009 19:18:49 +0100 drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 19:18:49 +0100] rev 4156
drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
Mon, 21 Dec 2009 18:46:46 +0100 NothingToEdit is not a ValidationError, simplify
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:46:46 +0100] rev 4155
NothingToEdit is not a ValidationError, simplify
Mon, 21 Dec 2009 18:45:42 +0100 fix translation of message to view newly created entity: must be done once language is set...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:45:42 +0100] rev 4154
fix translation of message to view newly created entity: must be done once language is set...
Mon, 21 Dec 2009 18:45:03 +0100 accord avec 'entité'
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:45:03 +0100] rev 4153
accord avec 'entité'
Mon, 21 Dec 2009 18:44:42 +0100 new catch_error context manager, nicer controller __init__ and new iter_and_commit(datakey) method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:44:42 +0100] rev 4152
new catch_error context manager, nicer controller __init__ and new iter_and_commit(datakey) method
Mon, 21 Dec 2009 18:43:16 +0100 this bw compat doesn't work, drop it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:43:16 +0100] rev 4151
this bw compat doesn't work, drop it
Mon, 21 Dec 2009 18:42:53 +0100 don't try to write .row/.col, use new cw_row/cw_col attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:42:53 +0100] rev 4150
don't try to write .row/.col, use new cw_row/cw_col attributes
Mon, 21 Dec 2009 18:27:29 +0100 etype_class('Any') should return bare 'Any' class
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Dec 2009 18:27:29 +0100] rev 4149
etype_class('Any') should return bare 'Any' class
Fri, 18 Dec 2009 15:59:19 +0100 cubicweb security #36257: les urls /add/EntityName sont accessibles en anonyme stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 15:59:19 +0100] rev 4148
cubicweb security #36257: les urls /add/EntityName sont accessibles en anonyme
Fri, 18 Dec 2009 15:10:57 +0100 3.6 remove deprecation warning
Pierre-Yves David <pierre-yves.david@logilab.fr> [Fri, 18 Dec 2009 15:10:57 +0100] rev 4147
3.6 remove deprecation warning
Fri, 18 Dec 2009 15:10:38 +0100 Improve warning message
Pierre-Yves [Fri, 18 Dec 2009 15:10:38 +0100] rev 4146
Improve warning message
Fri, 18 Dec 2009 15:08:20 +0100 [mq]: fix_es_po_file_creation
Charles Hébert [Fri, 18 Dec 2009 15:08:20 +0100] rev 4145
[mq]: fix_es_po_file_creation
Fri, 18 Dec 2009 15:07:54 +0100 [mq]: plural_display_name_fix
Charles Hébert [Fri, 18 Dec 2009 15:07:54 +0100] rev 4144
[mq]: plural_display_name_fix
Fri, 18 Dec 2009 15:07:26 +0100 [mq]: doc
Charles Hébert [Fri, 18 Dec 2009 15:07:26 +0100] rev 4143
[mq]: doc
Fri, 18 Dec 2009 15:06:55 +0100 Add the search javascript to the html layout
Charles Hébert [Fri, 18 Dec 2009 15:06:55 +0100] rev 4142
Add the search javascript to the html layout
Wed, 16 Dec 2009 14:19:01 +0100 improve error message
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 16 Dec 2009 14:19:01 +0100] rev 4141
improve error message
Fri, 18 Dec 2009 14:28:29 +0100 tweaks output
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:28:29 +0100] rev 4140
tweaks output
Fri, 18 Dec 2009 14:12:53 +0100 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:12:53 +0100] rev 4139
oops
Fri, 18 Dec 2009 14:10:05 +0100 clearer api: distinguish app_publish / ctrl_publish
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:10:05 +0100] rev 4138
clearer api: distinguish app_publish / ctrl_publish
Fri, 18 Dec 2009 14:09:24 +0100 override publisher's error handler to ease debugging
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:09:24 +0100] rev 4137
override publisher's error handler to ease debugging
Fri, 18 Dec 2009 14:08:41 +0100 dataimport refactoring / improvments, keeping bw compat (for now)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:08:41 +0100] rev 4136
dataimport refactoring / improvments, keeping bw compat (for now)
Fri, 18 Dec 2009 14:07:16 +0100 look for cubicweb-ctl plugins in the ccplugin.py file, keeping bw compat on ecplugin.py
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 14:07:16 +0100] rev 4135
look for cubicweb-ctl plugins in the ccplugin.py file, keeping bw compat on ecplugin.py
Fri, 18 Dec 2009 13:28:20 +0100 check entity has an eid before using absolute_url stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 13:28:20 +0100] rev 4134
check entity has an eid before using absolute_url
Fri, 18 Dec 2009 13:02:13 +0100 force_session_key default to None in base form class... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 13:02:13 +0100] rev 4133
force_session_key default to None in base form class...
Fri, 18 Dec 2009 10:26:47 +0100 fix mainvars detection bug with EXISTS (paren, actually) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Dec 2009 10:26:47 +0100] rev 4132
fix mainvars detection bug with EXISTS (paren, actually)
Thu, 17 Dec 2009 17:22:36 +0100 call super class if choices specified to get std behaviour stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Dec 2009 17:22:36 +0100] rev 4131
call super class if choices specified to get std behaviour
Thu, 17 Dec 2009 16:18:36 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Dec 2009 16:18:36 +0100] rev 4130
merge
Thu, 17 Dec 2009 16:17:57 +0100 check name changed first stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Dec 2009 16:17:57 +0100] rev 4129
check name changed first
Thu, 17 Dec 2009 11:52:44 +0100 no 3.6 code in 3.5... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Dec 2009 11:52:44 +0100] rev 4128
no 3.6 code in 3.5...
Wed, 16 Dec 2009 11:17:51 +0100 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Dec 2009 11:17:51 +0100] rev 4127
merge
Wed, 16 Dec 2009 10:06:00 +0100 make cubicweb-ctl db-init -d work with postgresql backend stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 16 Dec 2009 10:06:00 +0100] rev 4126
make cubicweb-ctl db-init -d work with postgresql backend
Wed, 16 Dec 2009 09:11:41 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Dec 2009 09:11:41 +0100] rev 4125
merge
Wed, 16 Dec 2009 09:11:00 +0100 fix backout stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Dec 2009 09:11:00 +0100] rev 4124
fix backout
Tue, 15 Dec 2009 17:01:33 +0100 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 15 Dec 2009 17:01:33 +0100] rev 4123
merge
Tue, 15 Dec 2009 17:00:58 +0100 fix NameError stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 15 Dec 2009 17:00:58 +0100] rev 4122
fix NameError
Tue, 15 Dec 2009 12:24:38 +0100 backout a75a6e770717, unmeetable condition and introduce a bug with boolean values stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Dec 2009 12:24:38 +0100] rev 4121
backout a75a6e770717, unmeetable condition and introduce a bug with boolean values
Tue, 15 Dec 2009 11:30:44 +0100 load site_cubicweb as a module instead of execing it, avoid reimport pbs stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Dec 2009 11:30:44 +0100] rev 4120
load site_cubicweb as a module instead of execing it, avoid reimport pbs
Mon, 14 Dec 2009 17:54:45 +0100 fix name error stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 14 Dec 2009 17:54:45 +0100] rev 4119
fix name error
Mon, 14 Dec 2009 16:25:25 +0100 quick and dirty fix trying to avoid rest directive conflicts when using sphinx (which seems to import the code) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Dec 2009 16:25:25 +0100] rev 4118
quick and dirty fix trying to avoid rest directive conflicts when using sphinx (which seems to import the code)
Mon, 14 Dec 2009 15:35:21 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Dec 2009 15:35:21 +0100] rev 4117
merge
Mon, 14 Dec 2009 15:33:33 +0100 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Dec 2009 15:33:33 +0100] rev 4116
oops
Mon, 14 Dec 2009 15:02:07 +0100 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 14 Dec 2009 15:02:07 +0100] rev 4115
merge
Mon, 14 Dec 2009 14:58:41 +0100 Passwords need to be considered as binary fields stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 14 Dec 2009 14:58:41 +0100] rev 4114
Passwords need to be considered as binary fields
Mon, 14 Dec 2009 14:57:10 +0100 TIMESTAMP column type has a special meaning for SQLServer, stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 14 Dec 2009 14:57:10 +0100] rev 4113
TIMESTAMP column type has a special meaning for SQLServer, avoid using it for that driver (with help from logilab.common.adbh)
Mon, 14 Dec 2009 14:49:37 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Dec 2009 14:49:37 +0100] rev 4112
merge
Mon, 14 Dec 2009 14:49:18 +0100 use edited_attributes and uniformize attribute schema retreival stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Dec 2009 14:49:18 +0100] rev 4111
use edited_attributes and uniformize attribute schema retreival
Thu, 10 Dec 2009 18:00:15 +0100 [mq]: fix_for_forms
Arthur Lutz <arthur.lutz@logilab.fr> [Thu, 10 Dec 2009 18:00:15 +0100] rev 4110
[mq]: fix_for_forms
Thu, 10 Dec 2009 17:59:32 +0100 fix deprecation warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 17:59:32 +0100] rev 4109
fix deprecation warning
Thu, 10 Dec 2009 17:59:23 +0100 schema view fix
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 17:59:23 +0100] rev 4108
schema view fix
Thu, 10 Dec 2009 16:20:43 +0100 disable everything but metadata hooks while inserting schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 16:20:43 +0100] rev 4107
disable everything but metadata hooks while inserting schema
Thu, 10 Dec 2009 16:20:02 +0100 more advanced hooks control
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 16:20:02 +0100] rev 4106
more advanced hooks control
Thu, 10 Dec 2009 12:55:25 +0100 fix 3.6 bug
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 12:55:25 +0100] rev 4105
fix 3.6 bug
Thu, 10 Dec 2009 11:57:07 +0100 [mq]: small_api_changes_for_3.6
Arthur Lutz <arthur.lutz@logilab.fr> [Thu, 10 Dec 2009 11:57:07 +0100] rev 4104
[mq]: small_api_changes_for_3.6
Thu, 10 Dec 2009 10:36:24 +0100 yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 10:36:24 +0100] rev 4103
yams api update
Thu, 10 Dec 2009 10:36:17 +0100 missing underscore leads to infinite recursion error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Dec 2009 10:36:17 +0100] rev 4102
missing underscore leads to infinite recursion error
Wed, 09 Dec 2009 19:27:46 +0100 [mq]: fix_typo_and_forms
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 09 Dec 2009 19:27:46 +0100] rev 4101
[mq]: fix_typo_and_forms
Wed, 09 Dec 2009 19:27:24 +0100 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 19:27:24 +0100] rev 4100
api update
Wed, 09 Dec 2009 19:27:12 +0100 yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 19:27:12 +0100] rev 4099
yams api update
Mon, 14 Dec 2009 10:45:14 +0100 [i18n] use named substitutions for proper localization stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 14 Dec 2009 10:45:14 +0100] rev 4098
[i18n] use named substitutions for proper localization
Thu, 10 Dec 2009 18:17:28 +0100 remove redundant line stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 10 Dec 2009 18:17:28 +0100] rev 4097
remove redundant line
Thu, 10 Dec 2009 11:35:40 -0800 update sys.path at cubicweb startup stable
Administrator <> [Thu, 10 Dec 2009 11:35:40 -0800] rev 4096
update sys.path at cubicweb startup
Thu, 10 Dec 2009 09:43:51 +0100 changed log severity from critical to info if a plugin cannot be loaded stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 10 Dec 2009 09:43:51 +0100] rev 4095
changed log severity from critical to info if a plugin cannot be loaded
Wed, 09 Dec 2009 14:11:53 +0100 fix non-xml_escaped url in box
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 09 Dec 2009 14:11:53 +0100] rev 4094
fix non-xml_escaped url in box
Wed, 09 Dec 2009 18:28:10 +0100 nicer fix
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 18:28:10 +0100] rev 4093
nicer fix
Wed, 09 Dec 2009 18:24:18 +0100 avoid failure by simply not displaying this section for now"
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 18:24:18 +0100] rev 4092
avoid failure by simply not displaying this section for now"
Wed, 09 Dec 2009 17:51:19 +0100 rschema doesn't have may_have_permission
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 17:51:19 +0100] rev 4091
rschema doesn't have may_have_permission
Wed, 09 Dec 2009 17:51:04 +0100 shouldn't be called from here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 17:51:04 +0100] rev 4090
shouldn't be called from here
Wed, 09 Dec 2009 17:48:04 +0100 typos, api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 17:48:04 +0100] rev 4089
typos, api update
Wed, 09 Dec 2009 17:10:01 +0100 don't use setdefault with a tuple as value, a set is expected
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 17:10:01 +0100] rev 4088
don't use setdefault with a tuple as value, a set is expected
Wed, 09 Dec 2009 16:33:32 +0100 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 16:33:32 +0100] rev 4087
api update
Wed, 09 Dec 2009 16:07:07 +0100 add hook selector
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 09 Dec 2009 16:07:07 +0100] rev 4086
add hook selector
Wed, 09 Dec 2009 16:06:27 +0100 api update again
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 09 Dec 2009 16:06:27 +0100] rev 4085
api update again
Wed, 09 Dec 2009 16:05:01 +0100 more api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 16:05:01 +0100] rev 4084
more api update
Wed, 09 Dec 2009 15:47:01 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 15:47:01 +0100] rev 4083
3.6 api update
Wed, 09 Dec 2009 15:19:48 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 15:19:48 +0100] rev 4082
3.6 api update
Wed, 09 Dec 2009 15:19:14 +0100 avoid infinite recursion error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 15:19:14 +0100] rev 4081
avoid infinite recursion error
Wed, 09 Dec 2009 15:18:57 +0100 test fixes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 15:18:57 +0100] rev 4080
test fixes
Wed, 09 Dec 2009 15:18:49 +0100 check a permission has been specified first...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 15:18:49 +0100] rev 4079
check a permission has been specified first...
Wed, 09 Dec 2009 12:52:30 +0100 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:52:30 +0100] rev 4078
api update
Wed, 09 Dec 2009 12:52:21 +0100 missing role argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:52:21 +0100] rev 4077
missing role argument
Wed, 09 Dec 2009 12:52:09 +0100 no more handled by the renderer
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:52:09 +0100] rev 4076
no more handled by the renderer
Wed, 09 Dec 2009 12:41:05 +0100 use implements instead of entity_implements
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:41:05 +0100] rev 4075
use implements instead of entity_implements
Wed, 09 Dec 2009 12:24:38 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:24:38 +0100] rev 4074
merge
Wed, 09 Dec 2009 12:23:31 +0100 cw 3.6 api update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 09 Dec 2009 12:23:31 +0100] rev 4073
cw 3.6 api update
Wed, 09 Dec 2009 12:22:21 +0100 some api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:22:21 +0100] rev 4072
some api update
Wed, 09 Dec 2009 12:20:05 +0100 deprecates entity_implements / but_etype selectors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 12:20:05 +0100] rev 4071
deprecates entity_implements / but_etype selectors
Wed, 09 Dec 2009 10:30:52 +0100 fix initargs handling
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 09 Dec 2009 10:30:52 +0100] rev 4070
fix initargs handling
Tue, 08 Dec 2009 18:12:31 +0100 fix guess_field to handle non internationalizable definition
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 18:12:31 +0100] rev 4069
fix guess_field to handle non internationalizable definition
Wed, 09 Dec 2009 09:53:41 +0100 perms are now held by the relation definition
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 09:53:41 +0100] rev 4068
perms are now held by the relation definition
Wed, 09 Dec 2009 09:53:23 +0100 password should now be named
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 09:53:23 +0100] rev 4067
password should now be named
Wed, 09 Dec 2009 09:52:28 +0100 __cmp__ should *NOT* return False when different
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Dec 2009 09:52:28 +0100] rev 4066
__cmp__ should *NOT* return False when different
Wed, 09 Dec 2009 19:29:21 +0100 explain how to run as a windows service stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Dec 2009 19:29:21 +0100] rev 4065
explain how to run as a windows service
Wed, 09 Dec 2009 19:01:53 +0100 be able to run cw instances as windows services stable
auc@giediprime.logilab.fr [Wed, 09 Dec 2009 19:01:53 +0100] rev 4064
be able to run cw instances as windows services
Tue, 08 Dec 2009 19:25:52 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:25:52 +0100] rev 4063
merge
Tue, 08 Dec 2009 19:25:35 +0100 oops, bad indent stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:25:35 +0100] rev 4062
oops, bad indent
Tue, 08 Dec 2009 19:24:15 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:24:15 +0100] rev 4061
backport stable
Tue, 08 Dec 2009 19:23:44 +0100 should not xml_escape rql stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:23:44 +0100] rev 4060
should not xml_escape rql
Tue, 08 Dec 2009 19:22:45 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:22:45 +0100] rev 4059
backport stable
Tue, 08 Dec 2009 19:20:39 +0100 properly escape arguments of user callbacks stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:20:39 +0100] rev 4058
properly escape arguments of user callbacks
Tue, 08 Dec 2009 19:19:01 +0100 new rset argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:19:01 +0100] rev 4057
new rset argument
Tue, 08 Dec 2009 19:17:57 +0100 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:17:57 +0100] rev 4056
api update
Tue, 08 Dec 2009 19:17:52 +0100 test update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:17:52 +0100] rev 4055
test update
Tue, 08 Dec 2009 19:16:56 +0100 fix infered rdef propagation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 19:16:56 +0100] rev 4054
fix infered rdef propagation
Tue, 08 Dec 2009 07:54:51 -0800 more api update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 08 Dec 2009 07:54:51 -0800] rev 4053
more api update
Tue, 08 Dec 2009 18:05:10 +0100 yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 18:05:10 +0100] rev 4052
yams api update
Tue, 08 Dec 2009 18:04:57 +0100 move hook tests to hooks package tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 18:04:57 +0100] rev 4051
move hook tests to hooks package tests
Tue, 08 Dec 2009 18:04:29 +0100 should use match_rtype, not entity_implements in such cases
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 18:04:29 +0100] rev 4050
should use match_rtype, not entity_implements in such cases
Tue, 08 Dec 2009 17:48:26 +0100 3.5 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 17:48:26 +0100] rev 4049
3.5 api update
Tue, 08 Dec 2009 17:48:06 +0100 had been involontarly dropped
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 17:48:06 +0100] rev 4048
had been involontarly dropped
Tue, 08 Dec 2009 17:11:47 +0100 cw 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 17:11:47 +0100] rev 4047
cw 3.6 api update
Tue, 08 Dec 2009 16:56:56 +0100 add a dummy and stupid dummy method for dummy form
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 16:56:56 +0100] rev 4046
add a dummy and stupid dummy method for dummy form
Tue, 08 Dec 2009 16:50:36 +0100 cw 3.6 api update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 08 Dec 2009 16:50:36 +0100] rev 4045
cw 3.6 api update
Tue, 08 Dec 2009 16:46:56 +0100 card referenced later
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 16:46:56 +0100] rev 4044
card referenced later
Tue, 08 Dec 2009 16:45:01 +0100 give group mapping where needed
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 16:45:01 +0100] rev 4043
give group mapping where needed
Tue, 08 Dec 2009 16:41:43 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 16:41:43 +0100] rev 4042
3.6 api update
Tue, 08 Dec 2009 16:40:00 +0100 fix sync_schema*: new syncprops argument to sync relation definition as well
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 16:40:00 +0100] rev 4041
fix sync_schema*: new syncprops argument to sync relation definition as well
Tue, 08 Dec 2009 12:46:45 +0100 Update generic RQL Based Constraints and RQLUniqueConstraint doc
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 12:46:45 +0100] rev 4040
Update generic RQL Based Constraints and RQLUniqueConstraint doc
Tue, 08 Dec 2009 12:46:45 +0100 fix class reference in old hook warning
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 12:46:45 +0100] rev 4039
fix class reference in old hook warning
Tue, 08 Dec 2009 14:53:59 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 14:53:59 +0100] rev 4038
merge
Tue, 08 Dec 2009 14:46:17 +0100 [mq]: typo
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 08 Dec 2009 14:46:17 +0100] rev 4037
[mq]: typo
Tue, 08 Dec 2009 14:42:03 +0100 [mq]: fix_set_addition
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 08 Dec 2009 14:42:03 +0100] rev 4036
[mq]: fix_set_addition
Tue, 08 Dec 2009 12:46:45 +0100 Update generic RQL Based Constraints and RQLUniqueConstraint doc
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 12:46:45 +0100] rev 4035
Update generic RQL Based Constraints and RQLUniqueConstraint doc
Tue, 08 Dec 2009 12:46:45 +0100 fix class reference in old hook warning
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 12:46:45 +0100] rev 4034
fix class reference in old hook warning
Tue, 08 Dec 2009 13:59:47 +0100 missing groupmap propagation to rschema2rql
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 13:59:47 +0100] rev 4033
missing groupmap propagation to rschema2rql
Tue, 08 Dec 2009 13:49:02 +0100 Update generic RQL Based Constraints and RQLUniqueConstraint doc
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 08 Dec 2009 13:49:02 +0100] rev 4032
Update generic RQL Based Constraints and RQLUniqueConstraint doc
Tue, 08 Dec 2009 13:48:07 +0100 test api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 13:48:07 +0100] rev 4031
test api update
Tue, 08 Dec 2009 12:04:49 +0100 remove debug print, fix error message
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:04:49 +0100] rev 4030
remove debug print, fix error message
Tue, 08 Dec 2009 12:03:15 +0100 missing mainvars
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:03:15 +0100] rev 4029
missing mainvars
Tue, 08 Dec 2009 12:03:10 +0100 missing cache key
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:03:10 +0100] rev 4028
missing cache key
Tue, 08 Dec 2009 12:02:57 +0100 duh???
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:02:57 +0100] rev 4027
duh???
Tue, 08 Dec 2009 12:01:50 +0100 add regid when tracing selection
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:01:50 +0100] rev 4026
add regid when tracing selection
Tue, 08 Dec 2009 12:01:38 +0100 duh???
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 12:01:38 +0100] rev 4025
duh???
Tue, 08 Dec 2009 11:12:42 +0100 more api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 11:12:42 +0100] rev 4024
more api update
Tue, 08 Dec 2009 10:58:56 +0100 drop common subpackage
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 10:58:56 +0100] rev 4023
drop common subpackage
Tue, 08 Dec 2009 10:40:20 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 10:40:20 +0100] rev 4022
merge
Tue, 08 Dec 2009 10:40:12 +0100 move i18n / migration modules from cw.common to cw
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 10:40:12 +0100] rev 4021
move i18n / migration modules from cw.common to cw
Mon, 07 Dec 2009 09:10:36 -0800 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 09:10:36 -0800] rev 4020
merge
Mon, 07 Dec 2009 08:52:38 -0800 api update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 08:52:38 -0800] rev 4019
api update
Tue, 08 Dec 2009 09:45:07 +0100 remove old bw (pre 3.2) compat modules
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:45:07 +0100] rev 4018
remove old bw (pre 3.2) compat modules
Tue, 08 Dec 2009 09:41:06 +0100 use commit in migration script instead of checkpoint
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:41:06 +0100] rev 4017
use commit in migration script instead of checkpoint
Tue, 08 Dec 2009 09:38:14 +0100 deprecated one more custom add_entity in favor of req.create_entity
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:38:14 +0100] rev 4016
deprecated one more custom add_entity in favor of req.create_entity
Tue, 08 Dec 2009 09:10:39 +0100 some cw 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:10:39 +0100] rev 4015
some cw 3.6 api update
Tue, 08 Dec 2009 09:10:16 +0100 yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:10:16 +0100] rev 4014
yams api update
Tue, 08 Dec 2009 09:09:07 +0100 .id backward compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 09:09:07 +0100] rev 4013
.id backward compat
Tue, 08 Dec 2009 08:46:15 +0100 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Dec 2009 08:46:15 +0100] rev 4012
backport stable branch
Mon, 07 Dec 2009 19:14:49 +0100 [migration] write migration instructions for permissions handling on relation definition
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 07 Dec 2009 19:14:49 +0100] rev 4011
[migration] write migration instructions for permissions handling on relation definition
Mon, 07 Dec 2009 17:57:19 +0100 [server] don't try to set perms twice on the same relation (e.g. symetric relations)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 07 Dec 2009 17:57:19 +0100] rev 4010
[server] don't try to set perms twice on the same relation (e.g. symetric relations)
Mon, 07 Dec 2009 17:17:22 +0100 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 07 Dec 2009 17:17:22 +0100] rev 4009
merge
Mon, 07 Dec 2009 17:16:55 +0100 fix class reference in old hook warning
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 07 Dec 2009 17:16:55 +0100] rev 4008
fix class reference in old hook warning
Mon, 07 Dec 2009 07:10:40 -0800 more api renaming/fixing update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 07:10:40 -0800] rev 4007
more api renaming/fixing update
Mon, 07 Dec 2009 06:51:33 -0800 return relation property using rdef.get
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 06:51:33 -0800] rev 4006
return relation property using rdef.get
Mon, 07 Dec 2009 06:45:51 -0800 should return item type not relation
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 06:45:51 -0800] rev 4005
should return item type not relation
Mon, 07 Dec 2009 06:39:35 -0800 api renaming update
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 06:39:35 -0800] rev 4004
api renaming update
Mon, 07 Dec 2009 05:09:09 -0800 fix bad merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 07 Dec 2009 05:09:09 -0800] rev 4003
fix bad merge
Fri, 04 Dec 2009 19:53:50 +0100 should delete state once replacement has been done stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 04 Dec 2009 19:53:50 +0100] rev 4002
should delete state once replacement has been done
Fri, 04 Dec 2009 19:45:58 +0100 dont crash if directory doesn't exist stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 04 Dec 2009 19:45:58 +0100] rev 4001
dont crash if directory doesn't exist
Fri, 04 Dec 2009 19:45:32 +0100 fix jsonization of interval stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 04 Dec 2009 19:45:32 +0100] rev 4000
fix jsonization of interval
Fri, 04 Dec 2009 19:45:19 +0100 added replace_state method to ease workflow migration. backported from forge as a reminder, not really tested yet stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 04 Dec 2009 19:45:19 +0100] rev 3999
added replace_state method to ease workflow migration. backported from forge as a reminder, not really tested yet
Thu, 03 Dec 2009 17:17:43 +0100 backport stable into default
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 17:17:43 +0100] rev 3998
backport stable into default
Thu, 03 Dec 2009 16:32:35 +0100 Added tag cubicweb-debian-version-3.5.10-1 for changeset dfe2f245248c stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 16:32:35 +0100] rev 3997
Added tag cubicweb-debian-version-3.5.10-1 for changeset dfe2f245248c
Thu, 03 Dec 2009 16:32:35 +0100 Added tag cubicweb-version-3.5.10 for changeset 9b52725d8c53 stable cubicweb-debian-version-3.5.10-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 16:32:35 +0100] rev 3996
Added tag cubicweb-version-3.5.10 for changeset 9b52725d8c53
Thu, 03 Dec 2009 15:49:08 +0100 merge stable cubicweb-version-3.5.10
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 15:49:08 +0100] rev 3995
merge
Thu, 03 Dec 2009 15:48:52 +0100 3.5.10 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 15:48:52 +0100] rev 3994
3.5.10
Thu, 03 Dec 2009 15:09:28 +0100 quick & dirty fix for auto completion widget stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 03 Dec 2009 15:09:28 +0100] rev 3993
quick & dirty fix for auto completion widget
Thu, 03 Dec 2009 09:50:51 +0100 update i18n doc stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 03 Dec 2009 09:50:51 +0100] rev 3992
update i18n doc
Thu, 03 Dec 2009 09:50:51 +0100 Pasting blog about facet in the facet section of the doc book. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 03 Dec 2009 09:50:51 +0100] rev 3991
Pasting blog about facet in the facet section of the doc book.
Thu, 03 Dec 2009 13:06:26 +0100 hide en apidoc in .hgignore stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 03 Dec 2009 13:06:26 +0100] rev 3990
hide en apidoc in .hgignore
Thu, 03 Dec 2009 12:50:31 +0100 héhé, get the same result with a slightly enhanced condition and all this code removed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 12:50:31 +0100] rev 3989
héhé, get the same result with a slightly enhanced condition and all this code removed
Thu, 03 Dec 2009 12:44:57 +0100 unused, cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 12:44:57 +0100] rev 3988
unused, cleanup
Thu, 03 Dec 2009 12:44:30 +0100 fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 12:44:30 +0100] rev 3987
fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation
Thu, 03 Dec 2009 11:39:31 +0100 add postcommit_event on Operations stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 03 Dec 2009 11:39:31 +0100] rev 3986
add postcommit_event on Operations
Thu, 03 Dec 2009 10:02:44 +0100 add some notes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 10:02:44 +0100] rev 3985
add some notes
Thu, 03 Dec 2009 09:58:07 +0100 i18nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:58:07 +0100] rev 3984
i18nupdate
Thu, 03 Dec 2009 09:57:55 +0100 nicer error message on rql constraints stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:57:55 +0100] rev 3983
nicer error message on rql constraints
Thu, 03 Dec 2009 09:57:32 +0100 implements 'parent' method on workflow entity types stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 03 Dec 2009 09:57:32 +0100] rev 3982
implements 'parent' method on workflow entity types
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
Mon, 16 Nov 2009 15:44:42 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 15:44:42 +0100] rev 3861
merge
Mon, 16 Nov 2009 15:44:26 +0100 add textparser object, designed to trigger some actions from textual content such as email or checkin-message (unused in the library itself yet, see email cube) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 15:44:26 +0100] rev 3860
add textparser object, designed to trigger some actions from textual content such as email or checkin-message (unused in the library itself yet, see email cube)
Mon, 16 Nov 2009 15:36:06 +0100 more helpful error message stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 16 Nov 2009 15:36:06 +0100] rev 3859
more helpful error message
Mon, 16 Nov 2009 14:47:47 +0100 add XX reminder stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 14:47:47 +0100] rev 3858
add XX reminder
Mon, 16 Nov 2009 11:16:28 +0100 ensure pb is not None stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 11:16:28 +0100] rev 3857
ensure pb is not None
Mon, 16 Nov 2009 10:52:45 +0100 fix rgx_action to ensure eids given to .execute are correctly typed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 10:52:45 +0100] rev 3856
fix rgx_action to ensure eids given to .execute are correctly typed
Mon, 16 Nov 2009 10:32:06 +0100 try to update ldap tests to make them work from the DMZ (eg using another ldap directory) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 10:32:06 +0100] rev 3855
try to update ldap tests to make them work from the DMZ (eg using another ldap directory)
Mon, 16 Nov 2009 10:31:32 +0100 no progress bar in apycot environment stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 10:31:32 +0100] rev 3854
no progress bar in apycot environment
Mon, 16 Nov 2009 09:37:06 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 09:37:06 +0100] rev 3853
merge
Mon, 16 Nov 2009 09:36:25 +0100 test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 16 Nov 2009 09:36:25 +0100] rev 3852
test and fix case where remove_unsused_solutions remove some solutions that should be kept
Mon, 16 Nov 2009 08:58:35 +0100 added days_in_year function stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 16 Nov 2009 08:58:35 +0100] rev 3851
added days_in_year function
Sun, 15 Nov 2009 13:58:33 +0100 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 15 Nov 2009 13:58:33 +0100] rev 3850
merge
Fri, 13 Nov 2009 15:38:48 +0100 deactivate toolbox until 3.6 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 15:38:48 +0100] rev 3849
deactivate toolbox until 3.6
Fri, 13 Nov 2009 15:35:45 +0100 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 15:35:45 +0100] rev 3848
cleanup
Fri, 13 Nov 2009 15:36:09 +0100 [common] add tr, th and td tags stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 13 Nov 2009 15:36:09 +0100] rev 3847
[common] add tr, th and td tags
Fri, 13 Nov 2009 14:24:47 +0100 new argument to provide extra content stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 14:24:47 +0100] rev 3846
new argument to provide extra content
Fri, 13 Nov 2009 14:24:29 +0100 introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 14:24:29 +0100] rev 3845
introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)...
(0) -3000 -1000 -480 +480 +1000 +3000 tip