Mon, 25 Jan 2010 21:16:42 +0100 XXX quick fix html validation by removing <canvas>
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 21:16:42 +0100] rev 4346
XXX quick fix html validation by removing <canvas>
Mon, 25 Jan 2010 19:48:19 +0100 skil internal field value, else we get an error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:48:19 +0100] rev 4345
skil internal field value, else we get an error
Mon, 25 Jan 2010 19:36:04 +0100 add source in backup/restore failure message
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:36:04 +0100] rev 4344
add source in backup/restore failure message
Mon, 25 Jan 2010 19:28:09 +0100 introduced dependency to lgc > 0.47 for new stacklevel argument to deprecated + new db backup/restore api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:28:09 +0100] rev 4343
introduced dependency to lgc > 0.47 for new stacklevel argument to deprecated + new db backup/restore api
Mon, 25 Jan 2010 19:27:30 +0100 handle lgc.adbh api changes within regards of backup/restore:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:27:30 +0100] rev 4342
handle lgc.adbh api changes within regards of backup/restore: * new backup_commands method instead of backup_command * some backend still return command as string as expected by os.system, not subprocess.call
Mon, 25 Jan 2010 19:24:09 +0100 match_rtype hook selector now accepts frometypes/toetypes optional arguments to match only given subject/object entity types
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:24:09 +0100] rev 4341
match_rtype hook selector now accepts frometypes/toetypes optional arguments to match only given subject/object entity types
Mon, 25 Jan 2010 19:18:59 +0100 a selector MUST NO return None
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:18:59 +0100] rev 4340
a selector MUST NO return None
Mon, 25 Jan 2010 19:18:33 +0100 some fixes so that deprecation warning are properly localized
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:18:33 +0100] rev 4339
some fixes so that deprecation warning are properly localized
Mon, 25 Jan 2010 19:16:35 +0100 to ease overriding of field.choices using *function* (set using autoform_field_kwargs), give the field as named argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:16:35 +0100] rev 4338
to ease overriding of field.choices using *function* (set using autoform_field_kwargs), give the field as named argument
Mon, 25 Jan 2010 19:13:17 +0100 refactor attributes'value generator to deal with yams special
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 Jan 2010 19:13:17 +0100] rev 4337
refactor attributes'value generator to deal with yams special Attribute/NOW/TODAY values that may be used on [Interval]BoundConstraint (BoundConstraint wasn't handled btw, fix this). Besides passing 'entity' to generate_* function (needed to get value for another attribute when computing one for instance): * set nicer method names and makes clearer what's private/protected/public * properly handle choices, constraints on float/date/datetime fields
Fri, 22 Jan 2010 14:42:01 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 14:42:01 +0100] rev 4336
backport stable
Fri, 22 Jan 2010 14:41:08 +0100 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 14:41:08 +0100] rev 4335
backport stable
Fri, 22 Jan 2010 14:40:29 +0100 3.6 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 14:40:29 +0100] rev 4334
3.6 api update
Fri, 22 Jan 2010 14:40:14 +0100 [vreg] object_by_id should not have been deprecated. Fix facets.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 14:40:14 +0100] rev 4333
[vreg] object_by_id should not have been deprecated. Fix facets. it was *designed* to be able to force an object retreival when selection is potentially not possible. For instance using select instead of object_by_id in get_facet totally breaks the implementation since in get_facet we've not context result set, and we ends up with a NoSelectableObject exception.
Fri, 22 Jan 2010 12:25:54 +0100 fix stupid typo ... stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 22 Jan 2010 12:25:54 +0100] rev 4332
fix stupid typo ...
Fri, 22 Jan 2010 11:41:04 +0100 fix condition to paginate a result set stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 11:41:04 +0100] rev 4331
fix condition to paginate a result set
Fri, 22 Jan 2010 11:40:22 +0100 make rollback available in shell (as commit is)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 11:40:22 +0100] rev 4330
make rollback available in shell (as commit is)
Fri, 22 Jan 2010 11:40:09 +0100 add a reminder
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 11:40:09 +0100] rev 4329
add a reminder
Fri, 22 Jan 2010 11:18:13 +0100 fix indentation / tab pbs
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 11:18:13 +0100] rev 4328
fix indentation / tab pbs
Fri, 22 Jan 2010 10:43:12 +0100 fix name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 22 Jan 2010 10:43:12 +0100] rev 4327
fix name error
Fri, 22 Jan 2010 10:32:00 +0100 add approximated version number to deprecation warning
syt@www.fleurdetomate.fr [Fri, 22 Jan 2010 10:32:00 +0100] rev 4326
add approximated version number to deprecation warning
Fri, 22 Jan 2010 10:30:11 +0100 oops, missing return
syt@www.fleurdetomate.fr [Fri, 22 Jan 2010 10:30:11 +0100] rev 4325
oops, missing return
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)...
Fri, 13 Nov 2009 14:22:09 +0100 stop calling render_entity_metadata in primary view, provides a stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 14:22:09 +0100] rev 3844
stop calling render_entity_metadata in primary view, provides a contextual compontent instead, displayed by default in the navbottom section.
Fri, 13 Nov 2009 14:19:08 +0100 display entity type in metadata section instead of default title of primary view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 14:19:08 +0100] rev 3843
display entity type in metadata section instead of default title of primary view
Fri, 13 Nov 2009 14:14:48 +0100 PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 14:14:48 +0100] rev 3842
PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus)
Fri, 13 Nov 2009 11:16:39 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 11:16:39 +0100] rev 3841
merge
Fri, 13 Nov 2009 11:16:24 +0100 prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 11:16:24 +0100] rev 3840
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Fri, 13 Nov 2009 11:14:48 +0100 missing space between label and value stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 11:14:48 +0100] rev 3839
missing space between label and value
Fri, 13 Nov 2009 10:47:26 +0100 [web] safety belt to avoid overriding pageid with loadxhtml() stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 13 Nov 2009 10:47:26 +0100] rev 3838
[web] safety belt to avoid overriding pageid with loadxhtml() HtmlHeaders.define_var() now accepts a third optional 'override' paramater. If set to False, the variable won't be evaluated if it's already defined in the page.
Fri, 13 Nov 2009 09:16:28 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 09:16:28 +0100] rev 3837
merge
Fri, 13 Nov 2009 09:15:28 +0100 fix necessary when adding a cube which isn't listed in fs dependencies of the instance stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 09:15:28 +0100] rev 3836
fix necessary when adding a cube which isn't listed in fs dependencies of the instance
Fri, 13 Nov 2009 09:13:30 +0100 more sensible default values to c-c "create" inputs stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 13 Nov 2009 09:13:30 +0100] rev 3835
more sensible default values to c-c "create" inputs * db name default to instance name * db user default to user's login on 'user' mode * admin account login default to 'admin' note: dirty hack to make default_instance_id method available
Thu, 12 Nov 2009 18:27:59 +0100 [javascript] fid form / onfailure behaviour stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 12 Nov 2009 18:27:59 +0100] rev 3834
[javascript] fid form / onfailure behaviour If onfailure is specified, it should be done _before_ any default / standard CW action is done. The callback signature should be the same as the onsuccess one. If the onfailure callback returns true, the default actions will still take place afterwards, otherwise (i.e. return false), the processing stops directly after the callback.
Thu, 12 Nov 2009 17:36:15 +0100 add set_page_data as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 17:36:15 +0100] rev 3833
add set_page_data as well
Thu, 12 Nov 2009 17:32:09 +0100 #473188: missing get_page_data when patching bare db-api request for web compatibility stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 17:32:09 +0100] rev 3832
#473188: missing get_page_data when patching bare db-api request for web compatibility
Thu, 12 Nov 2009 17:31:19 +0100 benefit from the orm for clearer code stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 17:31:19 +0100] rev 3831
benefit from the orm for clearer code
Thu, 12 Nov 2009 17:15:07 +0100 close #472361: omit password and bytes attributes in allowed mass-mailing keys stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 17:15:07 +0100] rev 3830
close #472361: omit password and bytes attributes in allowed mass-mailing keys by fixing default implementation for allowed_massmail_keys() in the Emailable pluggable mixin (cw.common.mixins). Added test (in entities.test though), also fix CWUserTC classes conflicts in the test module.
Thu, 12 Nov 2009 13:53:26 +0100 close #474415 by using 'is' instead of comparison which explicitly fails on entity classes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 13:53:26 +0100] rev 3829
close #474415 by using 'is' instead of comparison which explicitly fails on entity classes
Thu, 12 Nov 2009 13:46:47 +0100 when instance is started normally (eg not in debug mode), check versions before daemonization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 13:46:47 +0100] rev 3828
when instance is started normally (eg not in debug mode), check versions before daemonization
Thu, 12 Nov 2009 13:46:10 +0100 doc stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 13:46:10 +0100] rev 3827
doc
Thu, 12 Nov 2009 12:15:19 +0100 close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 12:15:19 +0100] rev 3826
close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) technical details: * add a graph of linked variables in the RRQLExpression instance * modify rql rewriter to remove relations where an unexistant variable and or a variable linked to an unexistant variable is used. * activate this feature in Entity.unrelated_rql if the entity doesn't exists yet
Thu, 12 Nov 2009 12:08:43 +0100 typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 12:08:43 +0100] rev 3825
typo
Thu, 12 Nov 2009 12:08:30 +0100 consider U when computing main variables stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 12:08:30 +0100] rev 3824
consider U when computing main variables
Thu, 12 Nov 2009 12:07:59 +0100 fix cut and paste stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 12:07:59 +0100] rev 3823
fix cut and paste
Thu, 12 Nov 2009 09:33:55 +0100 do not fail if anon user == manager, simply emit warning that it should not be done in production. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 09:33:55 +0100] rev 3822
do not fail if anon user == manager, simply emit warning that it should not be done in production. close #469395
Thu, 12 Nov 2009 09:27:26 +0100 oops, junk stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 09:27:26 +0100] rev 3821
oops, junk
Thu, 12 Nov 2009 09:27:01 +0100 c-c create stopped asking if anonymous access should be activated stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 09:27:01 +0100] rev 3820
c-c create stopped asking if anonymous access should be activated introduced by 2654:6512522860aa, close #469418 Generic behaviour of WebCreateHandler should be kept for twisted and all-in-one configurations.
Thu, 12 Nov 2009 09:08:00 +0100 no more dependency on mx date time. Better description of optional dependencies stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 12 Nov 2009 09:08:00 +0100] rev 3819
no more dependency on mx date time. Better description of optional dependencies
Wed, 11 Nov 2009 14:44:58 +0100 [web ui] move help from header to footer stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 11 Nov 2009 14:44:58 +0100] rev 3818
[web ui] move help from header to footer
Tue, 10 Nov 2009 18:13:07 +0100 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 10 Nov 2009 18:13:07 +0100] rev 3817
merge
Tue, 10 Nov 2009 18:11:24 +0100 [web] set pageid at request instanciation rather than in htmlheader template stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 10 Nov 2009 18:11:24 +0100] rev 3816
[web] set pageid at request instanciation rather than in htmlheader template In some occasions, we need to force a pageid: typically an ajax-rendererd creation form would need to use the pageid of the main page to correclty set it's page_data (e.g. rql varmker). If pageid is found in req.form, it's used, otherwise we build a new one with. make_uid(). The behaviour should be consistent with the former one in JSonController.
Tue, 10 Nov 2009 18:06:47 +0100 test and fix http://www.logilab.org/ticket/499838 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 10 Nov 2009 18:06:47 +0100] rev 3815
test and fix http://www.logilab.org/ticket/499838 refactor nicely on the way
Tue, 10 Nov 2009 15:46:34 +0100 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 10 Nov 2009 15:46:34 +0100] rev 3814
merge
Tue, 10 Nov 2009 15:46:03 +0100 Backed out changeset 8d0b5de8002b stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 10 Nov 2009 15:46:03 +0100] rev 3813
Backed out changeset 8d0b5de8002b
Tue, 10 Nov 2009 10:48:22 +0100 [B] migration: normalize migration script path stable
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 10 Nov 2009 10:48:22 +0100] rev 3812
[B] migration: normalize migration script path
Mon, 09 Nov 2009 16:41:40 +0100 small fixes stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Nov 2009 16:41:40 +0100] rev 3811
small fixes
Sun, 08 Nov 2009 21:53:18 +0100 #509981: cw-ctl shell <instance> file.txt runs doctest.testfile
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 21:53:18 +0100] rev 3810
#509981: cw-ctl shell <instance> file.txt runs doctest.testfile
Sun, 08 Nov 2009 19:53:28 +0100 [web ui] PrimaryView.render_attributes now uses a table stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:53:28 +0100] rev 3809
[web ui] PrimaryView.render_attributes now uses a table
Sun, 08 Nov 2009 19:37:44 +0100 [web ui] primaryview_section tags for CWGroup stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:37:44 +0100] rev 3808
[web ui] primaryview_section tags for CWGroup
Sun, 08 Nov 2009 19:37:08 +0100 [web ui] change "table actions" icon to arrow-up stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:37:08 +0100] rev 3807
[web ui] change "table actions" icon to arrow-up
Sun, 08 Nov 2009 19:34:31 +0100 [web ui] remove "trame_grise" from forms stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:34:31 +0100] rev 3806
[web ui] remove "trame_grise" from forms
Sun, 08 Nov 2009 19:33:03 +0100 [web ui] rename form buttons to ok/cancel where workflow change state stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:33:03 +0100] rev 3805
[web ui] rename form buttons to ok/cancel where workflow change state
Sun, 08 Nov 2009 19:28:25 +0100 [i18n] fix typos stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 08 Nov 2009 19:28:25 +0100] rev 3804
[i18n] fix typos
Sat, 07 Nov 2009 22:04:45 +0100 [web ui] decorate form buttons with icons (at last) stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 07 Nov 2009 22:04:45 +0100] rev 3803
[web ui] decorate form buttons with icons (at last)
Sat, 07 Nov 2009 18:39:37 +0100 [web ui] very simple default configuration for ckeditor stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 07 Nov 2009 18:39:37 +0100] rev 3802
[web ui] very simple default configuration for ckeditor
Sat, 07 Nov 2009 18:38:52 +0100 [clean] remove print polluting test outputs stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 07 Nov 2009 18:38:52 +0100] rev 3801
[clean] remove print polluting test outputs
Sat, 07 Nov 2009 18:37:55 +0100 [web ui] fix the editable fields: better look and behaviour. stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 07 Nov 2009 18:37:55 +0100] rev 3800
[web ui] fix the editable fields: better look and behaviour.
Sat, 07 Nov 2009 18:06:56 +0100 [icons] make nomail icon more recognizable stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 07 Nov 2009 18:06:56 +0100] rev 3799
[icons] make nomail icon more recognizable
Thu, 05 Nov 2009 12:44:24 +0100 [doc] added note about the required js and css in TableWidget stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 05 Nov 2009 12:44:24 +0100] rev 3798
[doc] added note about the required js and css in TableWidget
Thu, 05 Nov 2009 12:42:15 +0100 style: s/pourcent/percent/ stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 05 Nov 2009 12:42:15 +0100] rev 3797
style: s/pourcent/percent/
Thu, 05 Nov 2009 12:41:58 +0100 added SimpleModel for TableWidget stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 05 Nov 2009 12:41:58 +0100] rev 3796
added SimpleModel for TableWidget
Thu, 05 Nov 2009 12:41:03 +0100 [doc] fix inaccurate docstring stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 05 Nov 2009 12:41:03 +0100] rev 3795
[doc] fix inaccurate docstring
Wed, 28 Oct 2009 12:19:01 +0100 [B] views: fix wrong xhtml when empty rset stable
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 28 Oct 2009 12:19:01 +0100] rev 3794
[B] views: fix wrong xhtml when empty rset
Tue, 03 Nov 2009 13:54:07 +0100 do not display anything when bein asked something (fix #504759) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Nov 2009 13:54:07 +0100] rev 3793
do not display anything when bein asked something (fix #504759)
Tue, 03 Nov 2009 13:52:25 +0100 fix wrong answer when the rset is empty but did not raise stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Nov 2009 13:52:25 +0100] rev 3792
fix wrong answer when the rset is empty but did not raise
Tue, 03 Nov 2009 11:19:10 +0100 put back url info started at the end of initialisations stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Nov 2009 11:19:10 +0100] rev 3791
put back url info started at the end of initialisations
Mon, 02 Nov 2009 16:37:19 +0100 [B] web: weird display with internationalizable (Closes: #503071) stable
Julien Jehannet <julien.jehannet@logilab.fr> [Mon, 02 Nov 2009 16:37:19 +0100] rev 3790
[B] web: weird display with internationalizable (Closes: #503071)
Mon, 02 Nov 2009 16:10:03 +0100 update docstring, xml escape exception description stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 02 Nov 2009 16:10:03 +0100] rev 3789
update docstring, xml escape exception description
Sun, 01 Nov 2009 21:40:03 +0100 [migration] warn if 3.5 workflow migration is going to fail stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 01 Nov 2009 21:40:03 +0100] rev 3788
[migration] warn if 3.5 workflow migration is going to fail
Wed, 28 Oct 2009 20:09:59 +0100 C - fix typo. make `lgp check` happy. stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 28 Oct 2009 20:09:59 +0100] rev 3787
C - fix typo. make `lgp check` happy.
Mon, 26 Oct 2009 10:04:18 +0100 force debug mode on cubicweb-ctl start on win32 stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 26 Oct 2009 10:04:18 +0100] rev 3786
force debug mode on cubicweb-ctl start on win32 this prevents a crash (daemon mode not yet supported)
Fri, 23 Oct 2009 15:43:30 +0200 read form arg specifying json call context (to make it work under json controller) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 23 Oct 2009 15:43:30 +0200] rev 3785
read form arg specifying json call context (to make it work under json controller)
Thu, 22 Oct 2009 11:07:05 +0200 [javascript] handle cases where vid parameter is hijacked by parameter-injection stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 22 Oct 2009 11:07:05 +0200] rev 3784
[javascript] handle cases where vid parameter is hijacked by parameter-injection
Thu, 22 Oct 2009 11:02:50 +0200 [views] consider fallbackvid request parameter in ViewController stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 22 Oct 2009 11:02:50 +0200] rev 3783
[views] consider fallbackvid request parameter in ViewController
Thu, 22 Oct 2009 11:01:50 +0200 [cleanup] reorder cubicweb namespace attributes declaration stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 22 Oct 2009 11:01:50 +0200] rev 3782
[cleanup] reorder cubicweb namespace attributes declaration
Thu, 22 Oct 2009 09:30:10 +0200 [javascript] asURL now escapes request arguments stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 22 Oct 2009 09:30:10 +0200] rev 3781
[javascript] asURL now escapes request arguments I can't see no good reason for not escaping parameters. The two main locations where asURL is used are : - edition view: here, the change should have no effect - facets: escaping is clearly needed in that case
Wed, 21 Oct 2009 19:32:53 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 19:32:53 +0200] rev 3780
merge
Wed, 21 Oct 2009 19:31:28 +0200 remove obsolete caveat stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 19:31:28 +0200] rev 3779
remove obsolete caveat
Wed, 21 Oct 2009 17:37:58 +0200 so bad tests hasn't find that one... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 17:37:58 +0200] rev 3778
so bad tests hasn't find that one...
Wed, 21 Oct 2009 17:32:20 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 17:32:20 +0200] rev 3777
backport stable branch
Wed, 21 Oct 2009 17:12:58 +0200 Added tag cubicweb-debian-version-3.5.5-1 for changeset aad818d9d9b6 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 17:12:58 +0200] rev 3776
Added tag cubicweb-debian-version-3.5.5-1 for changeset aad818d9d9b6
Wed, 21 Oct 2009 17:12:58 +0200 Added tag cubicweb-version-3.5.5 for changeset 1eca47d59fd9 stable cubicweb-debian-version-3.5.5-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 17:12:58 +0200] rev 3775
Added tag cubicweb-version-3.5.5 for changeset 1eca47d59fd9
Wed, 21 Oct 2009 15:13:07 +0200 on precommit / rollback of schema update op, clear order_relations cache of entity schemas stable cubicweb-version-3.5.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 15:13:07 +0200] rev 3774
on precommit / rollback of schema update op, clear order_relations cache of entity schemas
Wed, 21 Oct 2009 15:12:29 +0200 don't allow that even with cow powers stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 15:12:29 +0200] rev 3773
don't allow that even with cow powers
Wed, 21 Oct 2009 14:39:26 +0200 fix reledit related test breakage stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 14:39:26 +0200] rev 3772
fix reledit related test breakage
Wed, 21 Oct 2009 14:31:15 +0200 test fixes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 14:31:15 +0200] rev 3771
test fixes
Wed, 21 Oct 2009 13:52:16 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 13:52:16 +0200] rev 3770
merge
Wed, 21 Oct 2009 13:52:05 +0200 test fix stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 13:52:05 +0200] rev 3769
test fix
Wed, 21 Oct 2009 10:35:19 +0200 nicer relation|entity schema view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 10:35:19 +0200] rev 3768
nicer relation|entity schema view
Wed, 21 Oct 2009 11:34:11 +0200 reledit: stuff the value into its own div and properly hide it when necessary (but dont lump it with the landingzone div for it switches the form on when one clicks on a value to traverse it) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 11:34:11 +0200] rev 3767
reledit: stuff the value into its own div and properly hide it when necessary (but dont lump it with the landingzone div for it switches the form on when one clicks on a value to traverse it)
Wed, 21 Oct 2009 11:21:58 +0200 work around a pb. with subquery_selection_index stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 11:21:58 +0200] rev 3766
work around a pb. with subquery_selection_index
Wed, 21 Oct 2009 11:19:54 +0200 latst_trinfo : do not crash on absent wf history stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Oct 2009 11:19:54 +0200] rev 3765
latst_trinfo : do not crash on absent wf history
Wed, 21 Oct 2009 09:47:55 +0200 drop _prepare_copy method from rset in favor of a more generic copy method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 09:47:55 +0200] rev 3764
drop _prepare_copy method from rset in favor of a more generic copy method
Wed, 21 Oct 2009 08:59:14 +0200 i18nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 08:59:14 +0200] rev 3763
i18nupdate
Wed, 21 Oct 2009 08:55:54 +0200 prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Oct 2009 08:55:54 +0200] rev 3762
prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL)
Tue, 20 Oct 2009 19:19:19 +0200 small cleanup & revert to less intrusive icon stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 19:19:19 +0200] rev 3761
small cleanup & revert to less intrusive icon
Tue, 20 Oct 2009 18:13:36 +0200 actually hide the value when editing, cleanup spurious arg stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 18:13:36 +0200] rev 3760
actually hide the value when editing, cleanup spurious arg
Tue, 20 Oct 2009 17:13:05 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 17:13:05 +0200] rev 3759
merge
Tue, 20 Oct 2009 17:11:52 +0200 yet another brain fart stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 17:11:52 +0200] rev 3758
yet another brain fart
Tue, 20 Oct 2009 16:53:25 +0200 2.4 compat stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:53:25 +0200] rev 3757
2.4 compat
Tue, 20 Oct 2009 16:53:52 +0200 remove spurious wview stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 16:53:52 +0200] rev 3756
remove spurious wview
Tue, 20 Oct 2009 16:48:37 +0200 deprecated api update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:48:37 +0200] rev 3755
deprecated api update
Tue, 20 Oct 2009 16:48:30 +0200 document stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:48:30 +0200] rev 3754
document
Tue, 20 Oct 2009 16:22:52 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:22:52 +0200] rev 3753
merge
Tue, 20 Oct 2009 16:22:33 +0200 when a query is grouped, ensure sort terms are grouped as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:22:33 +0200] rev 3752
when a query is grouped, ensure sort terms are grouped as well
Tue, 20 Oct 2009 16:21:41 +0200 take care to outer joins stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:21:41 +0200] rev 3751
take care to outer joins
Tue, 20 Oct 2009 16:21:30 +0200 display title in the component to avoid relying on view supporting title argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 16:21:30 +0200] rev 3750
display title in the component to avoid relying on view supporting title argument
Tue, 20 Oct 2009 14:34:42 +0200 turn make_relations_query into a true generator (this allows interleaving of actual entities linking and query generation) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 14:34:42 +0200] rev 3749
turn make_relations_query into a true generator (this allows interleaving of actual entities linking and query generation) restore check botched in previous inadvertent commit
Tue, 20 Oct 2009 14:24:19 +0200 node ids shall not begin with a number stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 14:24:19 +0200] rev 3748
node ids shall not begin with a number
Tue, 20 Oct 2009 13:54:40 +0200 remove debug print stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 13:54:40 +0200] rev 3747
remove debug print
Tue, 20 Oct 2009 13:00:31 +0200 accepts single values as create_entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Oct 2009 13:00:31 +0200] rev 3746
accepts single values as create_entity
Tue, 20 Oct 2009 12:48:43 +0200 move these definitions below cell_call stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 12:48:43 +0200] rev 3745
move these definitions below cell_call
Tue, 20 Oct 2009 12:45:44 +0200 reledit: load actual edition form on demand #471799 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 20 Oct 2009 12:45:44 +0200] rev 3744
reledit: load actual edition form on demand #471799
Mon, 19 Oct 2009 20:34:13 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 19 Oct 2009 20:34:13 +0200] rev 3743
merge
Mon, 19 Oct 2009 20:33:30 +0200 kill separate attribute client-side handling #473636 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 19 Oct 2009 20:33:30 +0200] rev 3742
kill separate attribute client-side handling #473636
Mon, 19 Oct 2009 20:26:22 +0200 use cuibicweb json encoder for json_dumps, still catch the TypeError in the request-less jsonize stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 19 Oct 2009 20:26:22 +0200] rev 3741
use cuibicweb json encoder for json_dumps, still catch the TypeError in the request-less jsonize
Mon, 19 Oct 2009 11:23:29 -0700 [doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 19 Oct 2009 11:23:29 -0700] rev 3740
[doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering
Mon, 19 Oct 2009 20:22:01 +0200 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 20:22:01 +0200] rev 3739
oops
Mon, 19 Oct 2009 20:01:34 +0200 disable syncschema hooks during db initialization
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 20:01:34 +0200] rev 3738
disable syncschema hooks during db initialization
Mon, 19 Oct 2009 20:01:14 +0200 finally
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 20:01:14 +0200] rev 3737
finally
Mon, 19 Oct 2009 18:36:20 +0200 take care to already existant solutions local variable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 18:36:20 +0200] rev 3736
take care to already existant solutions local variable
Mon, 19 Oct 2009 18:15:45 +0200 bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 18:15:45 +0200] rev 3735
bad merge
Mon, 19 Oct 2009 18:15:39 +0200 ignored_relations should be a set
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 18:15:39 +0200] rev 3734
ignored_relations should be a set
Mon, 19 Oct 2009 18:15:24 +0200 remove some warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 18:15:24 +0200] rev 3733
remove some warnings
Mon, 19 Oct 2009 17:53:53 +0200 really need some holidays
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:53:53 +0200] rev 3732
really need some holidays
Mon, 19 Oct 2009 17:50:04 +0200 mark class as abstract
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:50:04 +0200] rev 3731
mark class as abstract
Mon, 19 Oct 2009 17:49:50 +0200 editable-attributes return a list of 2-uple
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:49:50 +0200] rev 3730
editable-attributes return a list of 2-uple
Mon, 19 Oct 2009 17:49:26 +0200 remove some warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:49:26 +0200] rev 3729
remove some warnings
Mon, 19 Oct 2009 17:42:47 +0200 dumb name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:42:47 +0200] rev 3728
dumb name error
Mon, 19 Oct 2009 17:36:37 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:36:37 +0200] rev 3727
typo
Mon, 19 Oct 2009 17:35:33 +0200 forgotten some part of a merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:35:33 +0200] rev 3726
forgotten some part of a merge
Mon, 19 Oct 2009 17:03:31 +0200 bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 17:03:31 +0200] rev 3725
bad merge
Mon, 19 Oct 2009 16:51:13 +0200 .id has been renamed
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 16:51:13 +0200] rev 3724
.id has been renamed
Mon, 19 Oct 2009 15:52:56 +0200 be quiet w/ apycot
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 15:52:56 +0200] rev 3723
be quiet w/ apycot
Mon, 19 Oct 2009 15:20:43 +0200 2.4 compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 15:20:43 +0200] rev 3722
2.4 compat
Mon, 19 Oct 2009 15:17:20 +0200 2.4 compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 15:17:20 +0200] rev 3721
2.4 compat
Mon, 19 Oct 2009 15:16:41 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 15:16:41 +0200] rev 3720
backport stable
Mon, 19 Oct 2009 14:43:27 +0200 typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 14:43:27 +0200] rev 3719
typo
Mon, 19 Oct 2009 14:43:14 +0200 restrict follow action to one line rset stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 14:43:14 +0200] rev 3718
restrict follow action to one line rset
Mon, 19 Oct 2009 14:42:52 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 14:42:52 +0200] rev 3717
cleanup
Mon, 19 Oct 2009 09:15:41 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 09:15:41 +0200] rev 3716
merge
Mon, 19 Oct 2009 09:15:19 +0200 [shell] make process_script available throuhg c-c shell / migration script context stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Oct 2009 09:15:19 +0200] rev 3715
[shell] make process_script available throuhg c-c shell / migration script context
Sun, 18 Oct 2009 19:06:24 +0200 ugly workaround to javascript serialisation problem #481437 (not considered fixed by this changeset) stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Sun, 18 Oct 2009 19:06:24 +0200] rev 3714
ugly workaround to javascript serialisation problem #481437 (not considered fixed by this changeset)
Fri, 16 Oct 2009 18:44:28 +0200 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 16 Oct 2009 18:44:28 +0200] rev 3713
merge
Fri, 16 Oct 2009 18:41:40 +0200 revert change, but there's something fishy here stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 16 Oct 2009 18:41:40 +0200] rev 3712
revert change, but there's something fishy here
Fri, 16 Oct 2009 18:35:24 +0200 work around a problem in constraint application stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 16 Oct 2009 18:35:24 +0200] rev 3711
work around a problem in constraint application
Fri, 16 Oct 2009 17:12:10 +0200 should remove entities from kwargs (won't go through pyro) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 17:12:10 +0200] rev 3710
should remove entities from kwargs (won't go through pyro)
Fri, 16 Oct 2009 17:11:44 +0200 properly close remote connections stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 17:11:44 +0200] rev 3709
properly close remote connections
Fri, 16 Oct 2009 17:11:31 +0200 update prototype stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 17:11:31 +0200] rev 3708
update prototype
Fri, 16 Oct 2009 16:29:46 +0200 [c-c] fixes for shell w/ pyro instance stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 16:29:46 +0200] rev 3707
[c-c] fixes for shell w/ pyro instance
Fri, 16 Oct 2009 15:43:23 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 15:43:23 +0200] rev 3706
oops
Fri, 16 Oct 2009 15:18:38 +0200 get dispctrl through extra_kwargs to avoid error when a custom view is specified (potentially not taking any argument) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 15:18:38 +0200] rev 3705
get dispctrl through extra_kwargs to avoid error when a custom view is specified (potentially not taking any argument)
Fri, 16 Oct 2009 15:17:28 +0200 a way to distinguish __init__ vs render arguments stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 15:17:28 +0200] rev 3704
a way to distinguish __init__ vs render arguments
Fri, 16 Oct 2009 14:38:01 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 14:38:01 +0200] rev 3703
merge
Fri, 16 Oct 2009 14:37:42 +0200 skip final type stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 14:37:42 +0200] rev 3702
skip final type
Fri, 16 Oct 2009 14:37:26 +0200 check we've some message to display stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 14:37:26 +0200] rev 3701
check we've some message to display
Fri, 16 Oct 2009 14:37:11 +0200 #481017: cubicweb-ctl shell on remote instance stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 14:37:11 +0200] rev 3700
#481017: cubicweb-ctl shell on remote instance
Fri, 16 Oct 2009 14:15:44 +0200 initialize entity classes in repository initialization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 16 Oct 2009 14:15:44 +0200] rev 3699
initialize entity classes in repository initialization
Fri, 16 Oct 2009 10:59:11 +0200 revert to adim fix stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 16 Oct 2009 10:59:11 +0200] rev 3698
revert to adim fix
Fri, 16 Oct 2009 10:30:35 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 16 Oct 2009 10:30:35 +0200] rev 3697
merge
Fri, 16 Oct 2009 10:29:24 +0200 missing args stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 16 Oct 2009 10:29:24 +0200] rev 3696
missing args
Fri, 16 Oct 2009 08:14:34 +0200 [workflow] fix NameError in fire_transition() stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 16 Oct 2009 08:14:34 +0200] rev 3695
[workflow] fix NameError in fire_transition()
Thu, 15 Oct 2009 20:31:55 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:31:55 +0200] rev 3694
cleanup
Thu, 15 Oct 2009 20:31:44 +0200 [optimisation] insert is / is_instance_of using sql stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:31:44 +0200] rev 3693
[optimisation] insert is / is_instance_of using sql
Thu, 15 Oct 2009 20:31:13 +0200 clear eschema caches on schema changes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:31:13 +0200] rev 3692
clear eschema caches on schema changes
Thu, 15 Oct 2009 20:30:40 +0200 reimplements some methods to traverse operations in reverse order, much efficient w/ transactions where there is a lot of pending operation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:30:40 +0200] rev 3691
reimplements some methods to traverse operations in reverse order, much efficient w/ transactions where there is a lot of pending operation
Thu, 15 Oct 2009 20:29:51 +0200 skip tidy hook for super session stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:29:51 +0200] rev 3690
skip tidy hook for super session
Thu, 15 Oct 2009 20:29:21 +0200 follow yams 0.25 api changes to improve performance stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 20:29:21 +0200] rev 3689
follow yams 0.25 api changes to improve performance
Thu, 15 Oct 2009 18:43:04 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 15 Oct 2009 18:43:04 +0200] rev 3688
merge
Thu, 15 Oct 2009 18:34:20 +0200 update for new create_entity implementation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 18:34:20 +0200] rev 3687
update for new create_entity implementation
Thu, 15 Oct 2009 17:12:47 +0200 [doc] document rql operator ILIKE stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 15 Oct 2009 17:12:47 +0200] rev 3686
[doc] document rql operator ILIKE
Thu, 15 Oct 2009 15:28:10 +0200 no integrity check for super session stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 15:28:10 +0200] rev 3685
no integrity check for super session
Thu, 15 Oct 2009 15:27:25 +0200 support _cw_unsafe as set_attributes/set_relations stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 15:27:25 +0200] rev 3684
support _cw_unsafe as set_attributes/set_relations
Thu, 15 Oct 2009 12:10:48 +0200 fix related_rql when target_type specified stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 15 Oct 2009 12:10:48 +0200] rev 3683
fix related_rql when target_type specified
Thu, 15 Oct 2009 11:56:56 +0200 add kwargs to some base views stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:56:56 +0200] rev 3682
add kwargs to some base views
Thu, 15 Oct 2009 11:55:07 +0200 fix max-related of related entities handling in primary view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:55:07 +0200] rev 3681
fix max-related of related entities handling in primary view
Thu, 15 Oct 2009 11:54:05 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:54:05 +0200] rev 3680
oops
Thu, 15 Oct 2009 11:39:41 +0200 only copy when necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:39:41 +0200] rev 3679
only copy when necessary
Thu, 15 Oct 2009 11:20:26 +0200 add note
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:20:26 +0200] rev 3678
add note
Thu, 15 Oct 2009 11:20:23 +0200 fix i18ncube
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 11:20:23 +0200] rev 3677
fix i18ncube
Thu, 15 Oct 2009 10:56:46 +0200 optional nbsessions arg
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 10:56:46 +0200] rev 3676
optional nbsessions arg
Thu, 15 Oct 2009 10:56:34 +0200 fix merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 10:56:34 +0200] rev 3675
fix merge
Thu, 15 Oct 2009 10:31:54 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 10:31:54 +0200] rev 3674
backport stable branch
Thu, 15 Oct 2009 10:25:21 +0200 [testlib] hummm stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 10:25:21 +0200] rev 3673
[testlib] hummm
Thu, 15 Oct 2009 10:13:52 +0200 [entity] make related_rql honors its targettypes argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 15 Oct 2009 10:13:52 +0200] rev 3672
[entity] make related_rql honors its targettypes argument
Wed, 14 Oct 2009 17:45:49 +0200 new set_relations method on entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 17:45:49 +0200] rev 3671
new set_relations method on entity
Wed, 14 Oct 2009 16:30:46 +0200 allow to link to multiple entities stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 16:30:46 +0200] rev 3670
allow to link to multiple entities
Wed, 14 Oct 2009 15:59:00 +0200 nicer create_entity implementation (and test) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 15:59:00 +0200] rev 3669
nicer create_entity implementation (and test)
Wed, 14 Oct 2009 14:09:40 +0200 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 14 Oct 2009 14:09:40 +0200] rev 3668
merge
Wed, 14 Oct 2009 14:09:22 +0200 use unicode in the example of create_entity stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 14 Oct 2009 14:09:22 +0200] rev 3667
use unicode in the example of create_entity
Wed, 14 Oct 2009 13:59:24 +0200 fix migration script stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 13:59:24 +0200] rev 3666
fix migration script
Wed, 14 Oct 2009 12:49:20 +0200 fix clear_all_cache: ensure we don't remove eid from entity's dict stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 12:49:20 +0200] rev 3665
fix clear_all_cache: ensure we don't remove eid from entity's dict
Wed, 14 Oct 2009 12:48:51 +0200 use typed_eid stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 12:48:51 +0200] rev 3664
use typed_eid
Wed, 14 Oct 2009 12:48:39 +0200 simpler implementation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 14 Oct 2009 12:48:39 +0200] rev 3663
simpler implementation
Wed, 14 Oct 2009 12:43:35 +0200 defer trinfo creation when cancelling subworkflow stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 14 Oct 2009 12:43:35 +0200] rev 3662
defer trinfo creation when cancelling subworkflow
Tue, 13 Oct 2009 18:21:24 +0200 add a note
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 18:21:24 +0200] rev 3661
add a note
Tue, 13 Oct 2009 18:21:11 +0200 fix/prepare propagation hooks usage
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 18:21:11 +0200] rev 3660
fix/prepare propagation hooks usage
Tue, 13 Oct 2009 18:20:05 +0200 3.6 update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 18:20:05 +0200] rev 3659
3.6 update
Tue, 13 Oct 2009 16:00:09 +0200 pluggable authentication information retreiver
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 16:00:09 +0200] rev 3658
pluggable authentication information retreiver
Tue, 13 Oct 2009 15:59:47 +0200 factor out code reusable for authentication tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 15:59:47 +0200] rev 3657
factor out code reusable for authentication tests
Tue, 13 Oct 2009 15:59:18 +0200 missing authorized value
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 15:59:18 +0200] rev 3656
missing authorized value
Tue, 13 Oct 2009 15:59:05 +0200 3.6 updates
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 15:59:05 +0200] rev 3655
3.6 updates
Tue, 13 Oct 2009 12:04:36 +0200 composite relation, should'nt be needed
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 12:04:36 +0200] rev 3654
composite relation, should'nt be needed
Tue, 13 Oct 2009 12:04:10 +0200 [req] new expires argument to set_cookie
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 12:04:10 +0200] rev 3653
[req] new expires argument to set_cookie
Tue, 13 Oct 2009 12:03:24 +0200 [testlib] nicer http headers and cookie faking in fake request
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 12:03:24 +0200] rev 3652
[testlib] nicer http headers and cookie faking in fake request
Tue, 13 Oct 2009 09:17:53 +0200 fixed cut and pasted docstring stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 13 Oct 2009 09:17:53 +0200] rev 3651
fixed cut and pasted docstring
Tue, 13 Oct 2009 07:31:51 +0200 ignore some internal warnings stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 13 Oct 2009 07:31:51 +0200] rev 3650
ignore some internal warnings prevent the display of warnings caused by the definition of deprecated functions so that the output of cubicweb-ctl is not polluted.
Tue, 13 Oct 2009 08:51:02 +0200 3.6 updates
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 08:51:02 +0200] rev 3649
3.6 updates
Tue, 13 Oct 2009 08:50:51 +0200 on entity deletion query, return eids of deleted entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 08:50:51 +0200] rev 3648
on entity deletion query, return eids of deleted entities
Tue, 13 Oct 2009 08:50:19 +0200 refactor repo authentication to allow pluggable authentifier to login with something else than a password
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 08:50:19 +0200] rev 3647
refactor repo authentication to allow pluggable authentifier to login with something else than a password
Tue, 13 Oct 2009 08:48:00 +0200 fix bad merges
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 08:48:00 +0200] rev 3646
fix bad merges
Tue, 13 Oct 2009 08:47:41 +0200 3.6 updates
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 13 Oct 2009 08:47:41 +0200] rev 3645
3.6 updates
Mon, 12 Oct 2009 17:11:21 +0200 stronger wording stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 12 Oct 2009 17:11:21 +0200] rev 3644
stronger wording
Mon, 12 Oct 2009 13:16:08 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 13:16:08 +0200] rev 3643
oops
Mon, 12 Oct 2009 13:13:11 +0200 ... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 13:13:11 +0200] rev 3642
...
Mon, 12 Oct 2009 13:12:52 +0200 fix debug attribute conflict on configuration stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 13:12:52 +0200] rev 3641
fix debug attribute conflict on configuration
Mon, 12 Oct 2009 12:57:48 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:57:48 +0200] rev 3640
oops
Mon, 12 Oct 2009 12:57:02 +0200 more doc stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:57:02 +0200] rev 3639
more doc
Mon, 12 Oct 2009 12:54:01 +0200 system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:54:01 +0200] rev 3638
system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly
Mon, 12 Oct 2009 12:20:51 +0200 unused stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:20:51 +0200] rev 3637
unused
Mon, 12 Oct 2009 12:20:41 +0200 [reledit] display value anyway when should not edit attribute/relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:20:41 +0200] rev 3636
[reledit] display value anyway when should not edit attribute/relation
Mon, 12 Oct 2009 12:19:58 +0200 do not override __iter__ on entities stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 12 Oct 2009 12:19:58 +0200] rev 3635
do not override __iter__ on entities
Fri, 09 Oct 2009 19:21:06 +0200 don't duplicates restrictions stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 19:21:06 +0200] rev 3634
don't duplicates restrictions
Fri, 09 Oct 2009 19:20:38 +0200 [multi-source] add test case for an encountered bug, fixed by adding state_of to dont_cross_relations. Added a note to remind me that something should be done to be smarter in handling this stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 19:20:38 +0200] rev 3633
[multi-source] add test case for an encountered bug, fixed by adding state_of to dont_cross_relations. Added a note to remind me that something should be done to be smarter in handling this
Fri, 09 Oct 2009 19:19:30 +0200 [rql2sql] test we don't crash on dumb queries stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 19:19:30 +0200] rev 3632
[rql2sql] test we don't crash on dumb queries
Fri, 09 Oct 2009 16:48:03 +0200 give correctly typed eid stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 16:48:03 +0200] rev 3631
give correctly typed eid
Fri, 09 Oct 2009 16:46:44 +0200 oops, feature killed by merge...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 16:46:44 +0200] rev 3630
oops, feature killed by merge...
Fri, 09 Oct 2009 16:39:26 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 16:39:26 +0200] rev 3629
backport stable branch
Fri, 09 Oct 2009 16:31:06 +0200 [wf engine] support for subwf exit point with no destination state: go back to state from which we entered into the subworkflow stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 16:31:06 +0200] rev 3628
[wf engine] support for subwf exit point with no destination state: go back to state from which we entered into the subworkflow
Fri, 09 Oct 2009 15:53:42 +0200 fix title of CopyFormView stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 09 Oct 2009 15:53:42 +0200] rev 3627
fix title of CopyFormView
Fri, 09 Oct 2009 15:53:02 +0200 [doc] updated docstrings stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 09 Oct 2009 15:53:02 +0200] rev 3626
[doc] updated docstrings
Fri, 09 Oct 2009 15:10:17 +0200 fix bug w/ get_entity and subqueries stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 15:10:17 +0200] rev 3625
fix bug w/ get_entity and subqueries
Fri, 09 Oct 2009 10:49:21 +0200 fix buggy assertion stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 09 Oct 2009 10:49:21 +0200] rev 3624
fix buggy assertion
Thu, 08 Oct 2009 15:25:09 +0200 avoid progress bar when test launched from apycot stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 08 Oct 2009 15:25:09 +0200] rev 3623
avoid progress bar when test launched from apycot
Thu, 08 Oct 2009 12:34:31 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 08 Oct 2009 12:34:31 +0200] rev 3622
merge
Thu, 08 Oct 2009 12:34:17 +0200 [wf] fix detection of transition where we've entered a subworkflow stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 08 Oct 2009 12:34:17 +0200] rev 3621
[wf] fix detection of transition where we've entered a subworkflow
Thu, 08 Oct 2009 11:46:40 +0200 missing translation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 08 Oct 2009 11:46:40 +0200] rev 3620
missing translation
Thu, 08 Oct 2009 11:46:33 +0200 enhance docstring stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 08 Oct 2009 11:46:33 +0200] rev 3619
enhance docstring
Thu, 08 Oct 2009 12:00:58 +0200 oops stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 08 Oct 2009 12:00:58 +0200] rev 3618
oops
Thu, 08 Oct 2009 11:58:19 +0200 add a commit point, a new transition exhibits the problem again stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 08 Oct 2009 11:58:19 +0200] rev 3617
add a commit point, a new transition exhibits the problem again
Thu, 08 Oct 2009 11:44:06 +0200 a problem with consecutive transition firing when subworkflows are involved stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 08 Oct 2009 11:44:06 +0200] rev 3616
a problem with consecutive transition firing when subworkflows are involved
Wed, 07 Oct 2009 23:20:01 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 23:20:01 +0200] rev 3615
merge
Wed, 07 Oct 2009 23:17:32 +0200 Added tag cubicweb-debian-version-3.5.4-1 for changeset 37d025b2aa77 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 23:17:32 +0200] rev 3614
Added tag cubicweb-debian-version-3.5.4-1 for changeset 37d025b2aa77
Wed, 07 Oct 2009 23:17:32 +0200 Added tag cubicweb-version-3.5.4 for changeset 312349b3712e stable cubicweb-debian-version-3.5.4-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 23:17:32 +0200] rev 3613
Added tag cubicweb-version-3.5.4 for changeset 312349b3712e
Wed, 07 Oct 2009 22:18:16 +0200 [migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 07 Oct 2009 22:18:16 +0200] rev 3612
[migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5
Wed, 07 Oct 2009 21:59:22 +0200 [migration] fix 3.5.3_Any.py for migrations starting from before 3.5 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 07 Oct 2009 21:59:22 +0200] rev 3611
[migration] fix 3.5.3_Any.py for migrations starting from before 3.5
Wed, 07 Oct 2009 20:58:59 +0200 3.5.4 stable cubicweb-version-3.5.4
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 20:58:59 +0200] rev 3610
3.5.4
Wed, 07 Oct 2009 20:03:24 +0200 ensure relation is properly created stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 20:03:24 +0200] rev 3609
ensure relation is properly created
Wed, 07 Oct 2009 19:59:46 +0200 [editcontroller] backout (sort of) removal of entity.complete() in validate_form stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 07 Oct 2009 19:59:46 +0200] rev 3608
[editcontroller] backout (sort of) removal of entity.complete() in validate_form entity is passed to js callbacks when there's one. In that case, we want as much information as we can. The removal was there to avoid complete to fail when all constraints (required relations / attributes) aren't satisfied. This fix only does the complete() after the commit is done, any ValidationError should have been raised at this point.
Wed, 07 Oct 2009 19:22:34 +0200 don't crash if specified page size is greater than rset size stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 19:22:34 +0200] rev 3607
don't crash if specified page size is greater than rset size
Wed, 07 Oct 2009 19:15:43 +0200 fix startup as a daemon stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 19:15:43 +0200] rev 3606
fix startup as a daemon
Wed, 07 Oct 2009 18:41:17 +0200 fix debug msg stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 18:41:17 +0200] rev 3605
fix debug msg
Wed, 07 Oct 2009 17:13:01 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 17:13:01 +0200] rev 3604
merge
Wed, 07 Oct 2009 17:12:40 +0200 Added tag cubicweb-debian-version-3.5.3-1 for changeset 2e22b975f9c2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 17:12:40 +0200] rev 3603
Added tag cubicweb-debian-version-3.5.3-1 for changeset 2e22b975f9c2
Wed, 07 Oct 2009 17:12:40 +0200 Added tag cubicweb-version-3.5.3 for changeset 540210e138d3 stable cubicweb-debian-version-3.5.3-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 17:12:40 +0200] rev 3602
Added tag cubicweb-version-3.5.3 for changeset 540210e138d3
Wed, 07 Oct 2009 17:08:49 +0200 [doc] added an example of use of create_entity in a shell session stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 07 Oct 2009 17:08:49 +0200] rev 3601
[doc] added an example of use of create_entity in a shell session
Wed, 07 Oct 2009 15:35:59 +0200 3.5.3 stable cubicweb-version-3.5.3
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 15:35:59 +0200] rev 3600
3.5.3
Wed, 07 Oct 2009 15:11:55 +0200 don't call complete here, it may fail in case of missing relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 15:11:55 +0200] rev 3599
don't call complete here, it may fail in case of missing relation
Wed, 07 Oct 2009 15:09:20 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 15:09:20 +0200] rev 3598
merge
Wed, 07 Oct 2009 15:09:03 +0200 remove weird code leading to bug stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 15:09:03 +0200] rev 3597
remove weird code leading to bug
Wed, 07 Oct 2009 14:50:33 +0200 [treeview] pass back subvid parameter to treeview when computing an opened subtree stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 07 Oct 2009 14:50:33 +0200] rev 3596
[treeview] pass back subvid parameter to treeview when computing an opened subtree
Wed, 07 Oct 2009 14:37:15 +0200 at this point we know this is true stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 14:37:15 +0200] rev 3595
at this point we know this is true
Wed, 07 Oct 2009 14:36:55 +0200 rewrite form_needs_multipart using precomputed form views stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 14:36:55 +0200] rev 3594
rewrite form_needs_multipart using precomputed form views
Wed, 07 Oct 2009 14:36:19 +0200 fix inlined forms initialization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 14:36:19 +0200] rev 3593
fix inlined forms initialization
Wed, 07 Oct 2009 13:52:36 +0200 [i18n] msgid tweaks stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 13:52:36 +0200] rev 3592
[i18n] msgid tweaks
Wed, 07 Oct 2009 13:52:16 +0200 i18n update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 13:52:16 +0200] rev 3591
i18n update
Wed, 07 Oct 2009 12:38:30 +0200 merge fix
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 12:38:30 +0200] rev 3590
merge fix
Wed, 07 Oct 2009 12:31:08 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 12:31:08 +0200] rev 3589
backport stable branch
Wed, 07 Oct 2009 11:45:54 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:45:54 +0200] rev 3588
merge
Wed, 07 Oct 2009 11:45:39 +0200 test fixes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:45:39 +0200] rev 3587
test fixes
Wed, 07 Oct 2009 11:33:38 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:33:38 +0200] rev 3586
cleanup
Wed, 07 Oct 2009 11:33:24 +0200 use daemon thread stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:33:24 +0200] rev 3585
use daemon thread
Wed, 07 Oct 2009 11:33:11 +0200 set edited_attributes before call to pre_add_hook stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:33:11 +0200] rev 3584
set edited_attributes before call to pre_add_hook
Wed, 07 Oct 2009 11:32:54 +0200 [entity] must not define __iter__ or other method from the dict protocal since entities are inheriting from dict (and expecting such behaviour) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 07 Oct 2009 11:32:54 +0200] rev 3583
[entity] must not define __iter__ or other method from the dict protocal since entities are inheriting from dict (and expecting such behaviour)
Wed, 07 Oct 2009 10:41:19 +0200 two bits of docstring stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 07 Oct 2009 10:41:19 +0200] rev 3582
two bits of docstring
Wed, 07 Oct 2009 10:33:24 +0200 [doc] various fixes stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 07 Oct 2009 10:33:24 +0200] rev 3581
[doc] various fixes
Tue, 06 Oct 2009 15:56:10 -0700 [sobjects] missing import stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 06 Oct 2009 15:56:10 -0700] rev 3580
[sobjects] missing import
Tue, 06 Oct 2009 14:12:56 -0700 [doc] include module uicfg and rtags doctring in the book stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 06 Oct 2009 14:12:56 -0700] rev 3579
[doc] include module uicfg and rtags doctring in the book
Tue, 06 Oct 2009 18:17:11 +0200 doesn't necessarily have parent stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 18:17:11 +0200] rev 3578
doesn't necessarily have parent
Tue, 06 Oct 2009 18:15:05 +0200 add version number to deprecation messages stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 18:15:05 +0200] rev 3577
add version number to deprecation messages
Tue, 06 Oct 2009 18:14:54 +0200 set title to None so it doesn't appears in possible views stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 18:14:54 +0200] rev 3576
set title to None so it doesn't appears in possible views
Tue, 06 Oct 2009 17:49:42 +0200 remove useless code stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:49:42 +0200] rev 3575
remove useless code
Tue, 06 Oct 2009 17:45:10 +0200 [forms] fix generated label for fields stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:45:10 +0200] rev 3574
[forms] fix generated label for fields
Tue, 06 Oct 2009 17:18:23 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:18:23 +0200] rev 3573
merge
Tue, 06 Oct 2009 17:18:10 +0200 [forms] some style for htable renderer layout stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:18:10 +0200] rev 3572
[forms] some style for htable renderer layout
Tue, 06 Oct 2009 17:16:23 +0200 [json validation] catch everything here stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:16:23 +0200] rev 3571
[json validation] catch everything here
Tue, 06 Oct 2009 17:15:24 +0200 [tabs] some convenience classes for tabbed views stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:15:24 +0200] rev 3570
[tabs] some convenience classes for tabbed views
Tue, 06 Oct 2009 17:15:04 +0200 [tabs] refactor to more tab control stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:15:04 +0200] rev 3569
[tabs] refactor to more tab control
Tue, 06 Oct 2009 17:14:15 +0200 [hooks] don't delete composed of a composite where relation is being removed from the schema stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:14:15 +0200] rev 3568
[hooks] don't delete composed of a composite where relation is being removed from the schema
Tue, 06 Oct 2009 17:13:27 +0200 add edited_attributes to entities from external sources stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:13:27 +0200] rev 3567
add edited_attributes to entities from external sources
Tue, 06 Oct 2009 17:13:08 +0200 [entities] default implementation for after_deletion_path goes back to the parent if any stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:13:08 +0200] rev 3566
[entities] default implementation for after_deletion_path goes back to the parent if any
Tue, 06 Oct 2009 17:12:26 +0200 [vreg] fix reloading pb w/ module level error stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 17:12:26 +0200] rev 3565
[vreg] fix reloading pb w/ module level error
Tue, 06 Oct 2009 16:50:11 +0200 [config] dumb implementation of default_instance_id on no app config since it's referenced stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 06 Oct 2009 16:50:11 +0200] rev 3564
[config] dumb implementation of default_instance_id on no app config since it's referenced
Tue, 06 Oct 2009 16:56:22 +0200 fix label in generated form for relations stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Tue, 06 Oct 2009 16:56:22 +0200] rev 3563
fix label in generated form for relations the label for object relations was incorrect, because the '_object' mangling is done on the wrong component of field.label. fix ticket 472831
Tue, 06 Oct 2009 14:14:16 +0200 typo stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 06 Oct 2009 14:14:16 +0200] rev 3562
typo
Tue, 06 Oct 2009 14:01:21 +0200 bits about operations (from the actual docstrings) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 06 Oct 2009 14:01:21 +0200] rev 3561
bits about operations (from the actual docstrings)
Mon, 05 Oct 2009 19:11:48 +0200 fixlets on the workflow chapter stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 05 Oct 2009 19:11:48 +0200] rev 3560
fixlets on the workflow chapter
Mon, 05 Oct 2009 18:45:40 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 05 Oct 2009 18:45:40 +0200] rev 3559
merge
Mon, 05 Oct 2009 18:45:12 +0200 smallest possible change to fix #472806 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 05 Oct 2009 18:45:12 +0200] rev 3558
smallest possible change to fix #472806
Mon, 05 Oct 2009 16:15:41 +0200 provide missing image, build on local user tmp (to avoid permissions conflicts) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 05 Oct 2009 16:15:41 +0200] rev 3557
provide missing image, build on local user tmp (to avoid permissions conflicts)
Mon, 05 Oct 2009 16:04:14 +0200 update chatper on permissions stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 05 Oct 2009 16:04:14 +0200] rev 3556
update chatper on permissions
Mon, 05 Oct 2009 17:40:33 +0200 Hide Workflow related entities in the schema diagram stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Mon, 05 Oct 2009 17:40:33 +0200] rev 3555
Hide Workflow related entities in the schema diagram
Fri, 02 Oct 2009 15:31:28 +0200 [schema] make RQL* constraints usable w/ attributes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 15:31:28 +0200] rev 3554
[schema] make RQL* constraints usable w/ attributes
Fri, 02 Oct 2009 14:22:23 +0200 [session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 14:22:23 +0200] rev 3553
[session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere
Fri, 02 Oct 2009 14:17:22 +0200 [entity] put cached related entities as tuple to be sure no one is modifying stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 14:17:22 +0200] rev 3552
[entity] put cached related entities as tuple to be sure no one is modifying
Fri, 02 Oct 2009 14:15:23 +0200 [rset] new copy() method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 14:15:23 +0200] rev 3551
[rset] new copy() method
Fri, 02 Oct 2009 10:14:29 +0200 [migration] fix bug when propagating newly inserted relation type to children classes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 10:14:29 +0200] rev 3550
[migration] fix bug when propagating newly inserted relation type to children classes
Fri, 02 Oct 2009 08:57:55 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 08:57:55 +0200] rev 3549
merge
Fri, 02 Oct 2009 08:57:25 +0200 add some notes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 08:57:25 +0200] rev 3548
add some notes
Fri, 02 Oct 2009 08:57:16 +0200 fix pyro-host option type stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 08:57:16 +0200] rev 3547
fix pyro-host option type
Fri, 02 Oct 2009 08:57:07 +0200 fix bug when renaming a full text indexed attribute stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 02 Oct 2009 08:57:07 +0200] rev 3546
fix bug when renaming a full text indexed attribute
Thu, 01 Oct 2009 17:15:46 +0200 fix remove/do not remove action sequence (using a temp attribute instead of setting a wrong value in the resurrected hidden input) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 01 Oct 2009 17:15:46 +0200] rev 3545
fix remove/do not remove action sequence (using a temp attribute instead of setting a wrong value in the resurrected hidden input)
Thu, 01 Oct 2009 16:06:29 +0200 fix #471746 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 01 Oct 2009 16:06:29 +0200] rev 3544
fix #471746
Thu, 01 Oct 2009 14:50:10 +0200 [migration] when adding a new attribute with a default value, set this value on existing entities (test and fix) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 01 Oct 2009 14:50:10 +0200] rev 3543
[migration] when adding a new attribute with a default value, set this value on existing entities (test and fix)
Thu, 01 Oct 2009 09:41:41 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 01 Oct 2009 09:41:41 +0200] rev 3542
oops
Thu, 01 Oct 2009 09:41:34 +0200 unicode file name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 01 Oct 2009 09:41:34 +0200] rev 3541
unicode file name
Thu, 01 Oct 2009 09:41:26 +0200 by default skip new 'footer' category stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 01 Oct 2009 09:41:26 +0200] rev 3540
by default skip new 'footer' category
Thu, 01 Oct 2009 08:49:29 +0200 [pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 01 Oct 2009 08:49:29 +0200] rev 3539
[pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file
Wed, 30 Sep 2009 21:06:09 +0200 [css] fix html_tree css, selected node use the selected class stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 30 Sep 2009 21:06:09 +0200] rev 3538
[css] fix html_tree css, selected node use the selected class
Wed, 30 Sep 2009 18:53:18 +0200 [B] urlrewite: basic patch for i18n vtitle stable
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 30 Sep 2009 18:53:18 +0200] rev 3537
[B] urlrewite: basic patch for i18n vtitle
Wed, 30 Sep 2009 18:57:42 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 18:57:42 +0200] rev 3536
backport stable branch
Wed, 30 Sep 2009 17:57:02 +0200 more test stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 17:57:02 +0200] rev 3535
more test
Wed, 30 Sep 2009 17:56:53 +0200 ensure str is given as field's name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 17:56:53 +0200] rev 3534
ensure str is given as field's name
Wed, 30 Sep 2009 17:32:29 +0200 nicer deprecation messages stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 17:32:29 +0200] rev 3533
nicer deprecation messages
Wed, 30 Sep 2009 17:32:03 +0200 [inlined forms] nicer add_hiddens implementation relying on standard entity forms handling stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 17:32:03 +0200] rev 3532
[inlined forms] nicer add_hiddens implementation relying on standard entity forms handling
Wed, 30 Sep 2009 16:34:43 +0200 [migration] take care to entity being added stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:34:43 +0200] rev 3531
[migration] take care to entity being added
Wed, 30 Sep 2009 16:23:12 +0200 call special sql files in correct order stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:23:12 +0200] rev 3530
call special sql files in correct order
Wed, 30 Sep 2009 16:06:58 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:06:58 +0200] rev 3529
cleanup
Wed, 30 Sep 2009 16:06:52 +0200 support for automatic transition stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:06:52 +0200] rev 3528
support for automatic transition
Wed, 30 Sep 2009 16:06:04 +0200 log when connecting to an external pyro source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:06:04 +0200] rev 3527
log when connecting to an external pyro source
Wed, 30 Sep 2009 16:05:43 +0200 [migration] fix addition of attribute to a parent class stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 30 Sep 2009 16:05:43 +0200] rev 3526
[migration] fix addition of attribute to a parent class
Tue, 29 Sep 2009 15:10:12 -0700 [notification] add operation responsible for sending email notification when an entity is updated stable
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 29 Sep 2009 15:10:12 -0700] rev 3525
[notification] add operation responsible for sending email notification when an entity is updated
Tue, 29 Sep 2009 15:58:44 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 15:58:44 +0200] rev 3524
backport stable branch
Tue, 29 Sep 2009 15:10:56 +0200 don't accept None to avoid error stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 15:10:56 +0200] rev 3523
don't accept None to avoid error
Tue, 29 Sep 2009 15:10:13 +0200 [selectors] add accept_none to EClassSelector so we can specify to not ignore None from outer join in some cases stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 15:10:13 +0200] rev 3522
[selectors] add accept_none to EClassSelector so we can specify to not ignore None from outer join in some cases
Tue, 29 Sep 2009 15:09:12 +0200 can't edit in_state anymore, hide it stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 15:09:12 +0200] rev 3521
can't edit in_state anymore, hide it
Tue, 29 Sep 2009 12:46:22 +0200 update test, record a failing test (commented out) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:46:22 +0200] rev 3520
update test, record a failing test (commented out)
Tue, 29 Sep 2009 12:45:23 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:45:23 +0200] rev 3519
merge
Tue, 29 Sep 2009 12:44:50 +0200 [form] important refactoring of inlined forms to get proper separation of form object creation / rendering stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:44:50 +0200] rev 3518
[form] important refactoring of inlined forms to get proper separation of form object creation / rendering
Tue, 29 Sep 2009 12:44:06 +0200 __linkto may only appears in root form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:44:06 +0200] rev 3517
__linkto may only appears in root form
Tue, 29 Sep 2009 12:43:40 +0200 [form] put unknown constructor args into extra_kwargs and consider them when looking for field display values stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:43:40 +0200] rev 3516
[form] put unknown constructor args into extra_kwargs and consider them when looking for field display values
Tue, 29 Sep 2009 12:42:24 +0200 update to new file schema stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:42:24 +0200] rev 3515
update to new file schema
Tue, 29 Sep 2009 12:42:11 +0200 forgotten that one stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:42:11 +0200] rev 3514
forgotten that one
Tue, 29 Sep 2009 12:41:46 +0200 [form] replace is_subform by parent_form, carrying more information at the same cost stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:41:46 +0200] rev 3513
[form] replace is_subform by parent_form, carrying more information at the same cost
Tue, 29 Sep 2009 12:39:32 +0200 move low-level form handling to base form class stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:39:32 +0200] rev 3512
move low-level form handling to base form class
Tue, 29 Sep 2009 12:38:48 +0200 fix warning stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:38:48 +0200] rev 3511
fix warning
Tue, 29 Sep 2009 12:37:47 +0200 rename form_build_context to build_context, and call it from form, not renderer stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 12:37:47 +0200] rev 3510
rename form_build_context to build_context, and call it from form, not renderer
Tue, 29 Sep 2009 10:39:02 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 29 Sep 2009 10:39:02 +0200] rev 3509
merge
Mon, 28 Sep 2009 21:32:10 +0200 [B] server: fix initial data structure in session.transaction_data stable
Julien Jehannet <julien.jehannet@logilab.fr> [Mon, 28 Sep 2009 21:32:10 +0200] rev 3508
[B] server: fix initial data structure in session.transaction_data
Tue, 29 Sep 2009 09:22:14 +0200 [form] make EntityFormRenderer a little bit easier to override stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 29 Sep 2009 09:22:14 +0200] rev 3507
[form] make EntityFormRenderer a little bit easier to override
Mon, 28 Sep 2009 18:58:12 +0200 fix selectors stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 18:58:12 +0200] rev 3506
fix selectors
Mon, 28 Sep 2009 16:39:10 +0200 fix dumb name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 16:39:10 +0200] rev 3505
fix dumb name error
Mon, 28 Sep 2009 16:07:18 +0200 bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 16:07:18 +0200] rev 3504
bad merge
Mon, 28 Sep 2009 12:37:01 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 12:37:01 +0200] rev 3503
backport stable
Mon, 28 Sep 2009 11:35:04 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:35:04 +0200] rev 3502
oops
Mon, 28 Sep 2009 11:09:50 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:09:50 +0200] rev 3501
merge
Mon, 28 Sep 2009 11:09:40 +0200 [ui api] backport create_links from forge so it may be reused stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:09:40 +0200] rev 3500
[ui api] backport create_links from forge so it may be reused
Mon, 28 Sep 2009 11:06:18 +0200 [schema] set composite on state_of / transition_of stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:06:18 +0200] rev 3499
[schema] set composite on state_of / transition_of
Mon, 28 Sep 2009 11:02:24 +0200 cleanup not necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:02:24 +0200] rev 3498
cleanup not necessary
Mon, 28 Sep 2009 11:02:04 +0200 [fti] don't catch BaseException subclasses stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:02:04 +0200] rev 3497
[fti] don't catch BaseException subclasses
Mon, 28 Sep 2009 11:01:32 +0200 support name metadata on guess_field; add name_field to FileField stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 11:01:32 +0200] rev 3496
support name metadata on guess_field; add name_field to FileField
Mon, 28 Sep 2009 10:56:37 +0200 [ui] turn footer items into actions stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 10:56:37 +0200] rev 3495
[ui] turn footer items into actions
Mon, 28 Sep 2009 10:55:36 +0200 cleanup unused stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 28 Sep 2009 10:55:36 +0200] rev 3494
cleanup unused
Sat, 26 Sep 2009 11:45:47 +0200 use default repo looping task so they are started in thread, else we get blocking task stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 26 Sep 2009 11:45:47 +0200] rev 3493
use default repo looping task so they are started in thread, else we get blocking task
Sat, 26 Sep 2009 11:44:58 +0200 skel fixes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 26 Sep 2009 11:44:58 +0200] rev 3492
skel fixes
Sat, 26 Sep 2009 11:44:35 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 26 Sep 2009 11:44:35 +0200] rev 3491
cleanup
Sat, 26 Sep 2009 11:42:50 +0200 missing section
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 26 Sep 2009 11:42:50 +0200] rev 3490
missing section
Fri, 25 Sep 2009 14:25:46 +0200 [index page] move workflow entity types to the 'system' entities stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 14:25:46 +0200] rev 3489
[index page] move workflow entity types to the 'system' entities
Sun, 27 Sep 2009 14:37:55 +0200 [doc] add missing dependencies in annexes. explain more precisely source install. stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 27 Sep 2009 14:37:55 +0200] rev 3488
[doc] add missing dependencies in annexes. explain more precisely source install. Feedback sent by Carlos Balderas.
Fri, 25 Sep 2009 21:58:55 +0200 [views] workflow primary view: do not show states and transitions in side boxes stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 25 Sep 2009 21:58:55 +0200] rev 3487
[views] workflow primary view: do not show states and transitions in side boxes
Fri, 25 Sep 2009 20:49:41 +0200 [cwctl] improve dialog messages stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 25 Sep 2009 20:49:41 +0200] rev 3486
[cwctl] improve dialog messages
Fri, 25 Sep 2009 11:57:35 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:57:35 +0200] rev 3485
cleanup
Fri, 25 Sep 2009 11:57:31 +0200 fix some actions selectors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:57:31 +0200] rev 3484
fix some actions selectors
Fri, 25 Sep 2009 11:57:06 +0200 [autoform] no need to recheck inlined tag here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:57:06 +0200] rev 3483
[autoform] no need to recheck inlined tag here
Fri, 25 Sep 2009 11:56:31 +0200 [i18n] properly give context
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:56:31 +0200] rev 3482
[i18n] properly give context
Fri, 25 Sep 2009 11:55:39 +0200 remove useless rtag (correct default)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:55:39 +0200] rev 3481
remove useless rtag (correct default)
Fri, 25 Sep 2009 11:54:49 +0200 smarter default for actionbox_appearsin_addmenu
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:54:49 +0200] rev 3480
smarter default for actionbox_appearsin_addmenu
Fri, 25 Sep 2009 11:54:03 +0200 [inplace edit] we can now use edition form for both attributes and relations inplace form
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:54:03 +0200] rev 3479
[inplace edit] we can now use edition form for both attributes and relations inplace form
Fri, 25 Sep 2009 11:53:06 +0200 handle display_fields in the form, not in the renderer
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:53:06 +0200] rev 3478
handle display_fields in the form, not in the renderer
Fri, 25 Sep 2009 11:50:22 +0200 [uicfg, autoform] should have been in previous ci
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:50:22 +0200] rev 3477
[uicfg, autoform] should have been in previous ci
Fri, 25 Sep 2009 11:49:47 +0200 [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:49:47 +0200] rev 3476
[uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
Fri, 25 Sep 2009 11:30:59 +0200 [forms] drop FormMixIn deprecated in 3.2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:30:59 +0200] rev 3475
[forms] drop FormMixIn deprecated in 3.2
Fri, 25 Sep 2009 11:27:26 +0200 [api] use _cw
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:27:26 +0200] rev 3474
[api] use _cw
Fri, 25 Sep 2009 11:27:01 +0200 [rtags] ease overriding
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:27:01 +0200] rev 3473
[rtags] ease overriding
Fri, 25 Sep 2009 11:25:27 +0200 [rtags] make internal key order consistent with api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:25:27 +0200] rev 3472
[rtags] make internal key order consistent with api
Fri, 25 Sep 2009 11:23:11 +0200 can now give context to rschema.display_name(...)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 25 Sep 2009 11:23:11 +0200] rev 3471
can now give context to rschema.display_name(...)
Fri, 25 Sep 2009 11:01:23 +0200 [forms] fix form_needs_multipart implementation stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 25 Sep 2009 11:01:23 +0200] rev 3470
[forms] fix form_needs_multipart implementation problem ------- The current implementation of form_needs_multipart goes down recursively in all inlined forms to check if one of them needs a multipart enctype. If we have a relation definition as X part_of X, the previous implementation potentially lead to an infinite recursion
Fri, 25 Sep 2009 09:09:02 +0200 [magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 25 Sep 2009 09:09:02 +0200] rev 3469
[magicsearch] (pre_)process_query doesn't need the req argument, instances already have access to self._cw
Thu, 24 Sep 2009 21:20:15 +0200 [tests] make unittest_viewselectors pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 21:20:15 +0200] rev 3468
[tests] make unittest_viewselectors pass again
Thu, 24 Sep 2009 20:46:53 +0200 [tests] make unittest_views_editforms pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:46:53 +0200] rev 3467
[tests] make unittest_views_editforms pass again
Thu, 24 Sep 2009 20:40:20 +0200 [tests] make unittest_views_actions pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:40:20 +0200] rev 3466
[tests] make unittest_views_actions pass again
Thu, 24 Sep 2009 20:39:08 +0200 [tests] make unittest_urlrewrite pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:39:08 +0200] rev 3465
[tests] make unittest_urlrewrite pass again
Thu, 24 Sep 2009 20:31:23 +0200 [tests] make unittest_uicfg pass again by using the correct test class
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:31:23 +0200] rev 3464
[tests] make unittest_uicfg pass again by using the correct test class
Thu, 24 Sep 2009 20:28:25 +0200 [editcontroller] fix bad method name: s/process_form_data/process_form_value
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:28:25 +0200] rev 3463
[editcontroller] fix bad method name: s/process_form_data/process_form_value NOTE: this still doesn't work, relations are not processed properly
Thu, 24 Sep 2009 20:25:49 +0200 [magicsearch] make tests pass again: base preprocessor must have access to vreg
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 20:25:49 +0200] rev 3462
[magicsearch] make tests pass again: base preprocessor must have access to vreg (+ removed some deprecation warnings)
Thu, 24 Sep 2009 11:06:50 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 11:06:50 +0200] rev 3461
merge
Thu, 24 Sep 2009 00:24:21 +0200 [api] some more _cw / __regid__, automatic tests now pass again
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 00:24:21 +0200] rev 3460
[api] some more _cw / __regid__, automatic tests now pass again
Thu, 24 Sep 2009 00:23:32 +0200 [entity] pass cw_row and cw_col to select(vid, ...) in self.view
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 24 Sep 2009 00:23:32 +0200] rev 3459
[entity] pass cw_row and cw_col to select(vid, ...) in self.view
Wed, 23 Sep 2009 23:28:59 +0200 don't use assert here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 23:28:59 +0200] rev 3458
don't use assert here
Wed, 23 Sep 2009 20:13:31 +0200 [api] __regid__, cw_* and friends
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 20:13:31 +0200] rev 3457
[api] __regid__, cw_* and friends
Wed, 23 Sep 2009 20:12:48 +0200 [facets] typo fix
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 20:12:48 +0200] rev 3456
[facets] typo fix
Wed, 23 Sep 2009 19:43:00 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:43:00 +0200] rev 3455
merge
Wed, 23 Sep 2009 19:42:44 +0200 [testlib] added some new required attributes on FakeRequest, fix dummy NameError
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:42:44 +0200] rev 3454
[testlib] added some new required attributes on FakeRequest, fix dummy NameError
Wed, 23 Sep 2009 19:41:19 +0200 [deprecation] better deprecation handling on self.varmaker
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:41:19 +0200] rev 3453
[deprecation] better deprecation handling on self.varmaker
Wed, 23 Sep 2009 19:40:47 +0200 [entity] fix view selection in entity.view
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:40:47 +0200] rev 3452
[entity] fix view selection in entity.view
Wed, 23 Sep 2009 19:40:19 +0200 [api] work in progress, use __regid__, cw_*, etc.
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 19:40:19 +0200] rev 3451
[api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 19:36:53 +0200 use __regid__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:36:53 +0200] rev 3450
use __regid__
Wed, 23 Sep 2009 19:36:31 +0200 no need to access to _ through entity.req...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:36:31 +0200] rev 3449
no need to access to _ through entity.req...
Wed, 23 Sep 2009 19:26:38 +0200 remove dumb test
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:26:38 +0200] rev 3448
remove dumb test
Wed, 23 Sep 2009 19:23:09 +0200 test fixes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:23:09 +0200] rev 3447
test fixes
Wed, 23 Sep 2009 19:16:51 +0200 use __regid__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:16:51 +0200] rev 3446
use __regid__
Wed, 23 Sep 2009 19:16:44 +0200 update and simplify test
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 19:16:44 +0200] rev 3445
update and simplify test
Wed, 23 Sep 2009 18:23:52 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 18:23:52 +0200] rev 3444
cleanup
Wed, 23 Sep 2009 18:23:45 +0200 [security] test and fix/refactor optimization of optional varialbe when rewriting rql stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 18:23:45 +0200] rev 3443
[security] test and fix/refactor optimization of optional varialbe when rewriting rql
Wed, 23 Sep 2009 18:21:37 +0200 use maxsize stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 18:21:37 +0200] rev 3442
use maxsize
Wed, 23 Sep 2009 16:33:29 +0200 typo fix stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 23 Sep 2009 16:33:29 +0200] rev 3441
typo fix
Wed, 23 Sep 2009 16:31:27 +0200 typo fix stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 23 Sep 2009 16:31:27 +0200] rev 3440
typo fix
Wed, 23 Sep 2009 16:28:50 +0200 documentation formatting fix stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Wed, 23 Sep 2009 16:28:50 +0200] rev 3439
documentation formatting fix extracted cwconfig.rst from index.rst to avoid ugly html
Wed, 23 Sep 2009 15:42:00 +0200 use __regid__, not id
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 15:42:00 +0200] rev 3438
use __regid__, not id
Wed, 23 Sep 2009 15:29:31 +0200 cw.rqlrewrite shouldn't depend on cw.server stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 15:29:31 +0200] rev 3437
cw.rqlrewrite shouldn't depend on cw.server
Wed, 23 Sep 2009 15:26:59 +0200 nicer test
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 15:26:59 +0200] rev 3436
nicer test
Wed, 23 Sep 2009 15:26:47 +0200 add anon user for TestServerConfiguration, no only AppTestConfiguration
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 15:26:47 +0200] rev 3435
add anon user for TestServerConfiguration, no only AppTestConfiguration
Wed, 23 Sep 2009 13:43:00 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 13:43:00 +0200] rev 3434
merge
Wed, 23 Sep 2009 13:42:48 +0200 state_of/transition_of could now be inlined
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 13:42:48 +0200] rev 3433
state_of/transition_of could now be inlined
Wed, 23 Sep 2009 13:42:33 +0200 use ._cw instead of req on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 13:42:33 +0200] rev 3432
use ._cw instead of req on appobject classes
Wed, 23 Sep 2009 13:41:18 +0200 move hooks test to the hooks package, update them to work with a minimal schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 13:41:18 +0200] rev 3431
move hooks test to the hooks package, update them to work with a minimal schema
Wed, 23 Sep 2009 13:34:22 +0200 [api] use cw_* in supervising
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:34:22 +0200] rev 3430
[api] use cw_* in supervising
Wed, 23 Sep 2009 13:34:08 +0200 [supervising] fix delete_relation() prototype and changedescr usage
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:34:08 +0200] rev 3429
[supervising] fix delete_relation() prototype and changedescr usage
Wed, 23 Sep 2009 13:30:16 +0200 [tests] fix status change notification test: initial user state is set on commit
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:30:16 +0200] rev 3428
[tests] fix status change notification test: initial user state is set on commit
Wed, 23 Sep 2009 13:29:10 +0200 [notification] add missing import, fix dummy AttributeError in RenderAndSendNotificationView
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:29:10 +0200] rev 3427
[notification] add missing import, fix dummy AttributeError in RenderAndSendNotificationView
Wed, 23 Sep 2009 13:28:26 +0200 [api] use cw_*
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:28:26 +0200] rev 3426
[api] use cw_*
Wed, 23 Sep 2009 13:27:05 +0200 [server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 13:27:05 +0200] rev 3425
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
Wed, 23 Sep 2009 12:45:40 +0200 [tests] force hook registry instanciation for test configs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:45:40 +0200] rev 3424
[tests] force hook registry instanciation for test configs
Wed, 23 Sep 2009 12:31:55 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:31:55 +0200] rev 3423
merge
Wed, 23 Sep 2009 12:31:18 +0200 [hooks] fix dummy NameError in RenderAndSendNotification
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:31:18 +0200] rev 3422
[hooks] fix dummy NameError in RenderAndSendNotification
Wed, 23 Sep 2009 12:30:56 +0200 [hooks] fix dummy AttributeError in SetUseEmailRelationOp
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:30:56 +0200] rev 3421
[hooks] fix dummy AttributeError in SetUseEmailRelationOp
Wed, 23 Sep 2009 12:29:53 +0200 [tests] use maxsize instead of SizeConstraint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:29:53 +0200] rev 3420
[tests] use maxsize instead of SizeConstraint
Wed, 23 Sep 2009 12:29:31 +0200 fix deprecation warnings in appobject: display the correct expected replacement
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:29:31 +0200] rev 3419
fix deprecation warnings in appobject: display the correct expected replacement
Wed, 23 Sep 2009 12:28:28 +0200 [api] use _cw, cw_row, cw_col, cw_rset etc.
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 12:28:28 +0200] rev 3418
[api] use _cw, cw_row, cw_col, cw_rset etc.
Wed, 23 Sep 2009 12:23:14 +0200 unregister hooks by using category
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 12:23:14 +0200] rev 3417
unregister hooks by using category
Wed, 23 Sep 2009 12:23:00 +0200 fix hook category selector
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 12:23:00 +0200] rev 3416
fix hook category selector
Wed, 23 Sep 2009 12:22:43 +0200 nicer error message
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 12:22:43 +0200] rev 3415
nicer error message
Wed, 23 Sep 2009 12:22:16 +0200 no more HooksManager but a HooksRegistry: update test accordingly
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 12:22:16 +0200] rev 3414
no more HooksManager but a HooksRegistry: update test accordingly
Wed, 23 Sep 2009 12:17:59 +0200 update imports, rename test module
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 12:17:59 +0200] rev 3413
update imports, rename test module
Wed, 23 Sep 2009 11:22:19 +0200 indent
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:22:19 +0200] rev 3412
indent
Wed, 23 Sep 2009 11:22:08 +0200 access to repo through session
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:22:08 +0200] rev 3411
access to repo through session
Wed, 23 Sep 2009 11:20:29 +0200 fix class name
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:20:29 +0200] rev 3410
fix class name
Wed, 23 Sep 2009 11:16:38 +0200 [bootstrap] metadata hooks need to be registered at bootstrap time for db creation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 11:16:38 +0200] rev 3409
[bootstrap] metadata hooks need to be registered at bootstrap time for db creation
Wed, 23 Sep 2009 11:13:39 +0200 [api] use __regid__ instead of deprecated id
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 11:13:39 +0200] rev 3408
[api] use __regid__ instead of deprecated id
Wed, 23 Sep 2009 11:10:38 +0200 [api] use cw_property_defs instead of deprecated property_defs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 11:10:38 +0200] rev 3407
[api] use cw_property_defs instead of deprecated property_defs
Wed, 23 Sep 2009 11:05:14 +0200 use self._cw instead of self.req
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:05:14 +0200] rev 3406
use self._cw instead of self.req
Wed, 23 Sep 2009 11:04:59 +0200 nicer deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:04:59 +0200] rev 3405
nicer deprecation warnings
Wed, 23 Sep 2009 11:03:57 +0200 fix some name errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:03:57 +0200] rev 3404
fix some name errors
Wed, 23 Sep 2009 11:03:38 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:03:38 +0200] rev 3403
typo
Wed, 23 Sep 2009 11:03:14 +0200 should be a after_add hook
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 11:03:14 +0200] rev 3402
should be a after_add hook
Wed, 23 Sep 2009 10:22:04 +0200 use ._cw instead of req on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 10:22:04 +0200] rev 3401
use ._cw instead of req on appobject classes
Wed, 23 Sep 2009 10:21:37 +0200 access to schema through vreg
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 10:21:37 +0200] rev 3400
access to schema through vreg
Wed, 23 Sep 2009 10:20:51 +0200 use __regid__ instead of id on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 10:20:51 +0200] rev 3399
use __regid__ instead of id on appobject classes
Wed, 23 Sep 2009 10:19:35 +0200 widgets has been removed
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 10:19:35 +0200] rev 3398
widgets has been removed
Wed, 23 Sep 2009 10:19:18 +0200 update hook api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 10:19:18 +0200] rev 3397
update hook api
Wed, 23 Sep 2009 09:54:25 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:54:25 +0200] rev 3396
merge
Wed, 23 Sep 2009 09:54:01 +0200 [migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:54:01 +0200] rev 3395
[migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
Wed, 23 Sep 2009 09:52:52 +0200 [hooks] fix check for .events attribute in hooks
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:52:52 +0200] rev 3394
[hooks] fix check for .events attribute in hooks
Wed, 23 Sep 2009 09:52:09 +0200 [selectors] cls.vreg is not usable anymore, use req.vreg instead
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:52:09 +0200] rev 3393
[selectors] cls.vreg is not usable anymore, use req.vreg instead
Wed, 23 Sep 2009 09:51:42 +0200 [schema] CWProperty is required at bootstrap time
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:51:42 +0200] rev 3392
[schema] CWProperty is required at bootstrap time
Wed, 23 Sep 2009 09:48:34 +0200 [hooks] fix deprecation warnings for old hook classes
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:48:34 +0200] rev 3391
[hooks] fix deprecation warnings for old hook classes
Wed, 23 Sep 2009 09:47:04 +0200 [appobject] detect old-style property_defs and emit a deprectaion warning
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 09:47:04 +0200] rev 3390
[appobject] detect old-style property_defs and emit a deprectaion warning
Wed, 23 Sep 2009 08:14:45 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 23 Sep 2009 08:14:45 +0200] rev 3389
merge
Tue, 22 Sep 2009 13:08:42 +0200 backport old changesets corresponding to new form / controller implementation
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 13:08:42 +0200] rev 3388
backport old changesets corresponding to new form / controller implementation
Wed, 05 Aug 2009 09:15:56 +0200 [forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 09:15:56 +0200] rev 3387
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
Wed, 05 Aug 2009 09:14:34 +0200 [editcontroller] rename is_edited variable into is_main_entity to make things clearer
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 09:14:34 +0200] rev 3386
[editcontroller] rename is_edited variable into is_main_entity to make things clearer
Wed, 05 Aug 2009 09:10:32 +0200 [forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 09:10:32 +0200] rev 3385
[forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
Wed, 05 Aug 2009 09:05:40 +0200 [forms] work-in-progress: get rid of edits- / edito-
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 09:05:40 +0200] rev 3384
[forms] work-in-progress: get rid of edits- / edito-
Wed, 23 Sep 2009 09:35:36 +0200 nicer warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:35:36 +0200] rev 3383
nicer warnings
Wed, 23 Sep 2009 09:35:28 +0200 remove method deprecated since 3.2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:35:28 +0200] rev 3382
remove method deprecated since 3.2
Wed, 23 Sep 2009 09:35:11 +0200 use .session.repo instead of repo on operation classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:35:11 +0200] rev 3381
use .session.repo instead of repo on operation classes
Wed, 23 Sep 2009 09:34:46 +0200 use ._cw.vreg instead of vreg on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:34:46 +0200] rev 3380
use ._cw.vreg instead of vreg on appobject classes
Wed, 23 Sep 2009 09:34:10 +0200 use .cw_rset instead of rset on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:34:10 +0200] rev 3379
use .cw_rset instead of rset on appobject classes
Wed, 23 Sep 2009 09:33:02 +0200 use ._cw instead of req on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:33:02 +0200] rev 3378
use ._cw instead of req on appobject classes
Wed, 23 Sep 2009 09:29:39 +0200 use __regid__ instead of id on appobject classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 09:29:39 +0200] rev 3377
use __regid__ instead of id on appobject classes
Wed, 23 Sep 2009 08:42:52 +0200 [appobjects] use __regid__ instead of __id__, more explicit
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 08:42:52 +0200] rev 3376
[appobjects] use __regid__ instead of __id__, more explicit
Wed, 23 Sep 2009 08:17:52 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 08:17:52 +0200] rev 3375
backport stable
Wed, 23 Sep 2009 08:16:06 +0200 [db-check] fix sql to fix bad eid referenced by inlined relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Sep 2009 08:16:06 +0200] rev 3374
[db-check] fix sql to fix bad eid referenced by inlined relation
Tue, 22 Sep 2009 19:33:47 +0200 use 3.6 attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 19:33:47 +0200] rev 3373
use 3.6 attributes
Tue, 22 Sep 2009 18:59:00 +0200 typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 18:59:00 +0200] rev 3372
typo
Tue, 22 Sep 2009 18:52:20 +0200 this has probably be killed by a bad merge... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 18:52:20 +0200] rev 3371
this has probably be killed by a bad merge...
Tue, 22 Sep 2009 14:08:21 +0200 [notification] use super_session to select the recipients finder stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 14:08:21 +0200] rev 3370
[notification] use super_session to select the recipients finder
Tue, 22 Sep 2009 12:11:12 +0200 backport stable branch
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 12:11:12 +0200] rev 3369
backport stable branch
Tue, 22 Sep 2009 11:13:55 +0200 Added tag cubicweb-debian-version-3.5.2-1 for changeset 75cc4aa76fb1 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 11:13:55 +0200] rev 3368
Added tag cubicweb-debian-version-3.5.2-1 for changeset 75cc4aa76fb1
Tue, 22 Sep 2009 11:13:54 +0200 Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2 stable cubicweb-debian-version-3.5.2-1
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 11:13:54 +0200] rev 3367
Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2
Tue, 22 Sep 2009 11:13:44 +0200 preparing 3.5.2 stable cubicweb-version-3.5.2
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 11:13:44 +0200] rev 3366
preparing 3.5.2
Tue, 22 Sep 2009 10:40:03 +0200 [i18n] updated catalogs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 10:40:03 +0200] rev 3365
[i18n] updated catalogs
Tue, 22 Sep 2009 10:04:58 +0200 fix uid generation for py >= 2.5 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 10:04:58 +0200] rev 3364
fix uid generation for py >= 2.5
Tue, 22 Sep 2009 10:04:45 +0200 update to 3.5 wf api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 10:04:45 +0200] rev 3363
update to 3.5 wf api
Tue, 22 Sep 2009 09:50:45 +0200 [magicsearch] update to match new i18n API: config.translations[lang] now returns a couple of function stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 09:50:45 +0200] rev 3362
[magicsearch] update to match new i18n API: config.translations[lang] now returns a couple of function
Tue, 22 Sep 2009 09:44:35 +0200 [tests] fix inline-creation/edition unit tests stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 22 Sep 2009 09:44:35 +0200] rev 3361
[tests] fix inline-creation/edition unit tests
Tue, 22 Sep 2009 09:17:15 +0200 cleanup, reorganize stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 09:17:15 +0200] rev 3360
cleanup, reorganize
Tue, 22 Sep 2009 09:17:03 +0200 [css] backported download box styles from forge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 09:17:03 +0200] rev 3359
[css] backported download box styles from forge
Tue, 22 Sep 2009 09:16:43 +0200 [forms] do similar refactoring for inline edition than for inline creation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Sep 2009 09:16:43 +0200] rev 3358
[forms] do similar refactoring for inline edition than for inline creation
Mon, 21 Sep 2009 19:49:47 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 19:49:47 +0200] rev 3357
merge
Mon, 21 Sep 2009 19:49:21 +0200 refactor to ease overriding stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 19:49:21 +0200] rev 3356
refactor to ease overriding
Mon, 21 Sep 2009 19:49:02 +0200 [inline forms] propagate kwargs to render_form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 19:49:02 +0200] rev 3355
[inline forms] propagate kwargs to render_form
Mon, 21 Sep 2009 19:48:30 +0200 [forms] propagate parameters added to autoform method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 19:48:30 +0200] rev 3354
[forms] propagate parameters added to autoform method
Mon, 21 Sep 2009 19:44:08 +0200 [schema sync] fix so that new cardinality are considered when both inlined and cardinality change in the same transaction stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 19:44:08 +0200] rev 3353
[schema sync] fix so that new cardinality are considered when both inlined and cardinality change in the same transaction
Mon, 21 Sep 2009 19:16:10 +0200 a case for tidy : for your consideration stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 21 Sep 2009 19:16:10 +0200] rev 3352
a case for tidy : for your consideration
Mon, 21 Sep 2009 18:49:38 +0200 [uicfg] automatically set generated for the opposite of inlined relation as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:49:38 +0200] rev 3351
[uicfg] automatically set generated for the opposite of inlined relation as well
Mon, 21 Sep 2009 18:09:38 +0200 since we have the transition entity, give it directly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:09:38 +0200] rev 3350
since we have the transition entity, give it directly
Mon, 21 Sep 2009 18:03:10 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:03:10 +0200] rev 3349
merge
Mon, 21 Sep 2009 18:02:59 +0200 this is actually a role, fix argument name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:02:59 +0200] rev 3348
this is actually a role, fix argument name
Mon, 21 Sep 2009 18:02:48 +0200 fix vocab param to avoid deprecation warning stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:02:48 +0200] rev 3347
fix vocab param to avoid deprecation warning
Mon, 21 Sep 2009 18:02:21 +0200 fix case insensitive selector for entity creation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:02:21 +0200] rev 3346
fix case insensitive selector for entity creation
Mon, 21 Sep 2009 18:00:28 +0200 [selector] check read perm if action is add/update/delete stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 18:00:28 +0200] rev 3345
[selector] check read perm if action is add/update/delete
Mon, 21 Sep 2009 17:59:22 +0200 don't want this stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 17:59:22 +0200] rev 3344
don't want this
Mon, 21 Sep 2009 17:04:19 +0200 [validatecontroller] allow additional args to be passed to the js callback stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 21 Sep 2009 17:04:19 +0200] rev 3343
[validatecontroller] allow additional args to be passed to the js callback
Mon, 21 Sep 2009 15:55:40 +0200 [javascript] make inlinedform-added event bindable stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 21 Sep 2009 15:55:40 +0200] rev 3342
[javascript] make inlinedform-added event bindable $(form).trigger('inlinedform-added') was not usable since form had no existence outside the inner callback. Use the general CubicWeb object to trigger the event so it's easy to bind a callback wherever it's needed.
Mon, 21 Sep 2009 15:33:46 +0200 [forms] take a look at inlined form to guess whether the form requires multipart or not stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 21 Sep 2009 15:33:46 +0200] rev 3341
[forms] take a look at inlined form to guess whether the form requires multipart or not
Mon, 21 Sep 2009 12:52:44 +0200 [form] simply skip unknown argument given to form constructor, don't fail stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 12:52:44 +0200] rev 3340
[form] simply skip unknown argument given to form constructor, don't fail
Mon, 21 Sep 2009 12:52:17 +0200 fix argument given to changestate form selection stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 12:52:17 +0200] rev 3339
fix argument given to changestate form selection
Mon, 21 Sep 2009 12:15:32 +0200 can't use anymore make_uid to generate a valid js var name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 12:15:32 +0200] rev 3338
can't use anymore make_uid to generate a valid js var name
Mon, 21 Sep 2009 11:55:50 +0200 remove debug raise stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 11:55:50 +0200] rev 3337
remove debug raise
Mon, 21 Sep 2009 11:42:09 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 11:42:09 +0200] rev 3336
merge
Mon, 21 Sep 2009 11:41:45 +0200 statuschange form view only works w/ one entity, fix selector accordingly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 11:41:45 +0200] rev 3335
statuschange form view only works w/ one entity, fix selector accordingly
Mon, 21 Sep 2009 11:41:17 +0200 fix sort of fields vocabulary: should consider option groups stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 21 Sep 2009 11:41:17 +0200] rev 3334
fix sort of fields vocabulary: should consider option groups
Mon, 21 Sep 2009 11:18:55 +0200 [widgets] change make_uid() seed to make slider ids xhtml-valid stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 21 Sep 2009 11:18:55 +0200] rev 3333
[widgets] change make_uid() seed to make slider ids xhtml-valid
Fri, 18 Sep 2009 19:51:45 +0200 introduced to ease overriding for fancy stuff... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:51:45 +0200] rev 3332
introduced to ease overriding for fancy stuff...
Fri, 18 Sep 2009 19:51:27 +0200 cleaner code stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:51:27 +0200] rev 3331
cleaner code
Fri, 18 Sep 2009 19:51:13 +0200 don't propose inlined form if user can't edit the entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:51:13 +0200] rev 3330
don't propose inlined form if user can't edit the entity
Fri, 18 Sep 2009 19:50:37 +0200 cleanup, smarter sort control to avoid it when not necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:50:37 +0200] rev 3329
cleanup, smarter sort control to avoid it when not necessary
Fri, 18 Sep 2009 19:49:54 +0200 facets enhancement: can now set label_vid to use a view instead of a simple attribute as label stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:49:54 +0200] rev 3328
facets enhancement: can now set label_vid to use a view instead of a simple attribute as label
Fri, 18 Sep 2009 19:48:58 +0200 fix/enhance i18n context usage for inlined forms stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:48:58 +0200] rev 3327
fix/enhance i18n context usage for inlined forms
Fri, 18 Sep 2009 19:47:07 +0200 don't show label if no label given stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 19:47:07 +0200] rev 3326
don't show label if no label given
Fri, 18 Sep 2009 16:00:02 +0200 fix sys import stable
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 18 Sep 2009 16:00:02 +0200] rev 3325
fix sys import
Fri, 18 Sep 2009 12:50:39 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 12:50:39 +0200] rev 3324
merge
Fri, 18 Sep 2009 12:50:25 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 12:50:25 +0200] rev 3323
merge
Fri, 18 Sep 2009 12:45:43 +0200 [D] book: define a workflow stable
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 18 Sep 2009 12:45:43 +0200] rev 3322
[D] book: define a workflow
Fri, 18 Sep 2009 12:48:58 +0200 cleanup stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 18 Sep 2009 12:48:58 +0200] rev 3321
cleanup
Fri, 18 Sep 2009 12:47:47 +0200 more in the way of subclassability & args passing all the way down stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 18 Sep 2009 12:47:47 +0200] rev 3320
more in the way of subclassability & args passing all the way down do not set cookie if the tree is throw-away
Fri, 18 Sep 2009 12:33:12 +0200 merge stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 18 Sep 2009 12:33:12 +0200] rev 3319
merge
Fri, 18 Sep 2009 12:27:51 +0200 documentation : fixed docstring stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 18 Sep 2009 12:27:51 +0200] rev 3318
documentation : fixed docstring Added missing import in the provided data importation example script.
Fri, 18 Sep 2009 12:21:49 +0200 backport 3.5 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 12:21:49 +0200] rev 3317
backport 3.5
Fri, 18 Sep 2009 12:20:39 +0200 backport old head 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 12:20:39 +0200] rev 3316
backport old head
Fri, 18 Sep 2009 11:24:37 +0200 STABLE IS NOW 3.5 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 11:24:37 +0200] rev 3315
STABLE IS NOW 3.5
Fri, 18 Sep 2009 11:06:42 +0200 Added tag cubicweb-debian-version-3.5.1-1 for changeset f476cecd4690 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 11:06:42 +0200] rev 3314
Added tag cubicweb-debian-version-3.5.1-1 for changeset f476cecd4690
Fri, 18 Sep 2009 11:06:42 +0200 Added tag cubicweb-version-3.5.1 for changeset 77ed72f3c260 3.5 cubicweb-debian-version-3.5.1-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 11:06:42 +0200] rev 3313
Added tag cubicweb-version-3.5.1 for changeset 77ed72f3c260
Fri, 18 Sep 2009 10:35:09 +0200 3.5.1 3.5 cubicweb-version-3.5.1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 10:35:09 +0200] rev 3312
3.5.1
Fri, 18 Sep 2009 10:34:33 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 10:34:33 +0200] rev 3311
backport stable
Fri, 18 Sep 2009 09:21:53 +0200 i18nupdate 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 09:21:53 +0200] rev 3310
i18nupdate
Fri, 18 Sep 2009 09:17:20 +0200 we may have some entity forms with nothing to edit for an entity, no RequestError in that case 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 09:17:20 +0200] rev 3309
we may have some entity forms with nothing to edit for an entity, no RequestError in that case
Fri, 18 Sep 2009 09:16:40 +0200 fix generated label for object relation 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 09:16:40 +0200] rev 3308
fix generated label for object relation
Fri, 18 Sep 2009 09:16:20 +0200 [wf graph] translate group names as well 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 09:16:20 +0200] rev 3307
[wf graph] translate group names as well
Fri, 18 Sep 2009 09:16:01 +0200 [wf] uicfg tweaks 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 09:16:01 +0200] rev 3306
[wf] uicfg tweaks
Fri, 18 Sep 2009 08:33:18 +0200 [migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 08:33:18 +0200] rev 3305
[migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...)
Fri, 18 Sep 2009 08:33:16 +0200 [ui] translate state/tr names in wf image 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 08:33:16 +0200] rev 3304
[ui] translate state/tr names in wf image
Fri, 18 Sep 2009 08:16:01 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 08:16:01 +0200] rev 3303
cleanup
Fri, 18 Sep 2009 07:57:28 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 07:57:28 +0200] rev 3302
merge
Fri, 18 Sep 2009 07:56:46 +0200 remove 2.5 construct 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 18 Sep 2009 07:56:46 +0200] rev 3301
remove 2.5 construct
Thu, 17 Sep 2009 15:52:46 +0200 missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 15:52:46 +0200] rev 3300
missing import
Thu, 17 Sep 2009 19:43:42 +0200 make it easier to subclass 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 19:43:42 +0200] rev 3299
make it easier to subclass
Thu, 17 Sep 2009 19:38:04 +0200 backport from 3.5 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 17 Sep 2009 19:38:04 +0200] rev 3298
backport from 3.5
Thu, 17 Sep 2009 17:06:22 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 17:06:22 +0200] rev 3297
merge
Thu, 17 Sep 2009 17:05:58 +0200 Added tag cubicweb-debian-version-3.5.0-1 for changeset 7e5d0ae8d202 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 17:05:58 +0200] rev 3296
Added tag cubicweb-debian-version-3.5.0-1 for changeset 7e5d0ae8d202
Thu, 17 Sep 2009 17:05:58 +0200 Added tag cubicweb-version-3.5.0 for changeset 70c0dd1c3b7d 3.5 cubicweb-debian-version-3.5.0-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 17:05:58 +0200] rev 3295
Added tag cubicweb-version-3.5.0 for changeset 70c0dd1c3b7d
Thu, 17 Sep 2009 16:16:00 +0200 do not wipe a good value if input is bad and cancelled 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 16:16:00 +0200] rev 3294
do not wipe a good value if input is bad and cancelled
Thu, 17 Sep 2009 15:16:53 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 15:16:53 +0200] rev 3293
backport 3.5
Thu, 17 Sep 2009 14:53:18 +0200 backport stable 3.5 cubicweb-version-3.5.0
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 14:53:18 +0200] rev 3292
backport stable
Thu, 17 Sep 2009 14:03:21 +0200 Added tag cubicweb-debian-version-3.4.11-1 for changeset 635a25031f4a stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 14:03:21 +0200] rev 3291
Added tag cubicweb-debian-version-3.4.11-1 for changeset 635a25031f4a
Thu, 17 Sep 2009 14:03:20 +0200 Added tag cubicweb-version-3.4.11 for changeset f3d2adf48332 stable cubicweb-debian-version-3.4.11-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 14:03:20 +0200] rev 3290
Added tag cubicweb-version-3.4.11 for changeset f3d2adf48332
Thu, 17 Sep 2009 14:03:17 +0200 bump stable cubicweb-version-3.4.11
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 14:03:17 +0200] rev 3289
bump
Thu, 17 Sep 2009 13:36:41 +0200 skip SYSTEM_RTYPES by default in schema view 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 13:36:41 +0200] rev 3288
skip SYSTEM_RTYPES by default in schema view
Thu, 17 Sep 2009 13:21:13 +0200 tweak catalog generation by adding a new SYSTEM_RTYPES set to schema 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 13:21:13 +0200] rev 3287
tweak catalog generation by adding a new SYSTEM_RTYPES set to schema
Thu, 17 Sep 2009 12:30:53 +0200 remove debug print 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 12:30:53 +0200] rev 3286
remove debug print
Thu, 17 Sep 2009 12:29:47 +0200 fix .po generation: ensure we get all msgids when building a cube catalog 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 12:29:47 +0200] rev 3285
fix .po generation: ensure we get all msgids when building a cube catalog
Thu, 17 Sep 2009 12:29:05 +0200 ensure pgettext return unicode as well 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 12:29:05 +0200] rev 3284
ensure pgettext return unicode as well
Thu, 17 Sep 2009 12:11:39 +0200 more doc stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 17 Sep 2009 12:11:39 +0200] rev 3283
more doc
Thu, 17 Sep 2009 12:03:14 +0200 i18n roundup 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 17 Sep 2009 12:03:14 +0200] rev 3282
i18n roundup
Thu, 17 Sep 2009 11:45:20 +0200 [i18n] do not add context information for metadata relations 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 17 Sep 2009 11:45:20 +0200] rev 3281
[i18n] do not add context information for metadata relations
Thu, 17 Sep 2009 11:31:38 +0200 ensure bw compat for relation traduction, add context to _object msg id 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 11:31:38 +0200] rev 3280
ensure bw compat for relation traduction, add context to _object msg id
Thu, 17 Sep 2009 11:08:09 +0200 patch gettext for compat w/ catalog generated by cw < 3.5 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 11:08:09 +0200] rev 3279
patch gettext for compat w/ catalog generated by cw < 3.5
Thu, 17 Sep 2009 09:52:19 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 09:52:19 +0200] rev 3278
merge
Thu, 17 Sep 2009 09:51:39 +0200 fix see_also permissions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 09:51:39 +0200] rev 3277
fix see_also permissions
Thu, 17 Sep 2009 09:49:13 +0200 [selectors] score_entity selector now ensures an int score is returned 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 17 Sep 2009 09:49:13 +0200] rev 3276
[selectors] score_entity selector now ensures an int score is returned
Wed, 16 Sep 2009 21:29:17 +0200 [gettext] provide GNU contexts to avoid translations ambiguities 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 16 Sep 2009 21:29:17 +0200] rev 3275
[gettext] provide GNU contexts to avoid translations ambiguities
Wed, 16 Sep 2009 21:23:35 +0200 gettext] provide a more up-to-date version of gettext.py 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 16 Sep 2009 21:23:35 +0200] rev 3274
gettext] provide a more up-to-date version of gettext.py taken from python2.6 + patched to defined pgettext (i.e. contextual translations)
Wed, 16 Sep 2009 19:26:21 +0200 typo 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 19:26:21 +0200] rev 3273
typo
Wed, 16 Sep 2009 19:25:08 +0200 nicer add urls 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 19:25:08 +0200] rev 3272
nicer add urls
Wed, 16 Sep 2009 19:25:01 +0200 set strict when checking if edit action should be shown 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 19:25:01 +0200] rev 3271
set strict when checking if edit action should be shown
Wed, 16 Sep 2009 18:25:13 +0200 warning -> critical, also allow goa to work without vobject 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 16 Sep 2009 18:25:13 +0200] rev 3270
warning -> critical, also allow goa to work without vobject
Wed, 16 Sep 2009 18:14:43 +0200 prevent some command providers to stop using cubicweb-ctl (current case : goactl when vobject is not there) 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 16 Sep 2009 18:14:43 +0200] rev 3269
prevent some command providers to stop using cubicweb-ctl (current case : goactl when vobject is not there)
Wed, 16 Sep 2009 17:52:54 +0200 3.5 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:52:54 +0200] rev 3268
3.5
Wed, 16 Sep 2009 17:48:23 +0200 backport default fix 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:48:23 +0200] rev 3267
backport default fix
Wed, 16 Sep 2009 17:46:30 +0200 we must now explicitly call rebuild_infered_relation 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:46:30 +0200] rev 3266
we must now explicitly call rebuild_infered_relation
Wed, 16 Sep 2009 17:32:39 +0200 test update, no more a FakeVReg, needs to hack it 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:32:39 +0200] rev 3265
test update, no more a FakeVReg, needs to hack it
Wed, 16 Sep 2009 17:29:45 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:29:45 +0200] rev 3264
backport stable
Wed, 16 Sep 2009 17:27:04 +0200 i18n update 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:27:04 +0200] rev 3263
i18n update
Wed, 16 Sep 2009 17:26:52 +0200 uicfg tweaks for wf 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:26:52 +0200] rev 3262
uicfg tweaks for wf
Wed, 16 Sep 2009 17:26:24 +0200 remove annoying sqlite, not cw, test 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 17:26:24 +0200] rev 3261
remove annoying sqlite, not cw, test
Wed, 16 Sep 2009 17:16:29 +0200 [jsoncontroller] bugfix: update to match new validate_form API 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 16 Sep 2009 17:16:29 +0200] rev 3260
[jsoncontroller] bugfix: update to match new validate_form API
Wed, 16 Sep 2009 17:15:50 +0200 ensure unittest_pdf passes 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 16 Sep 2009 17:15:50 +0200] rev 3259
ensure unittest_pdf passes
Wed, 16 Sep 2009 16:52:47 +0200 update the documentation stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 16 Sep 2009 16:52:47 +0200] rev 3258
update the documentation
Wed, 16 Sep 2009 16:14:48 +0200 [D] add entity inheritance example stable
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 16 Sep 2009 16:14:48 +0200] rev 3257
[D] add entity inheritance example
Tue, 15 Sep 2009 17:43:56 +0200 [C] uicfg: Change CWCache as system entites stable
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 15 Sep 2009 17:43:56 +0200] rev 3256
[C] uicfg: Change CWCache as system entites
Wed, 16 Sep 2009 16:40:20 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:40:20 +0200] rev 3255
cleanup
Wed, 16 Sep 2009 16:39:12 +0200 should not have been commited 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:39:12 +0200] rev 3254
should not have been commited
Wed, 16 Sep 2009 16:39:03 +0200 email hooks tests 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:39:03 +0200] rev 3253
email hooks tests
Wed, 16 Sep 2009 16:37:49 +0200 tests update 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:37:49 +0200] rev 3252
tests update
Wed, 16 Sep 2009 16:37:27 +0200 those items are in the add menu, we don't want 'add' in their label 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:37:27 +0200] rev 3251
those items are in the add menu, we don't want 'add' in their label
Wed, 16 Sep 2009 16:36:55 +0200 refactor to allow explicit card integrity check from client code (eg email hooks for instance) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:36:55 +0200] rev 3250
refactor to allow explicit card integrity check from client code (eg email hooks for instance)
Wed, 16 Sep 2009 16:36:08 +0200 fix rqlannotation bug w/ identity relation in subscope 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:36:08 +0200] rev 3249
fix rqlannotation bug w/ identity relation in subscope
Wed, 16 Sep 2009 16:35:24 +0200 fix cardinality integrity and security when setting use_email/primary_email 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:35:24 +0200] rev 3248
fix cardinality integrity and security when setting use_email/primary_email
Wed, 16 Sep 2009 16:34:34 +0200 hide bookmarked_by relation from addrelated menu, we've a specific box for bookmarks 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 16:34:34 +0200] rev 3247
hide bookmarked_by relation from addrelated menu, we've a specific box for bookmarks
Wed, 16 Sep 2009 14:33:24 +0200 stop setting sort to false by default on relation field and explain why 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:33:24 +0200] rev 3246
stop setting sort to false by default on relation field and explain why
Wed, 16 Sep 2009 14:32:56 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:32:56 +0200] rev 3245
cleanup
Wed, 16 Sep 2009 14:32:13 +0200 since unrelated_rql now consider security, we may consider returning relation having local role in some cases 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:32:13 +0200] rev 3244
since unrelated_rql now consider security, we may consider returning relation having local role in some cases
Wed, 16 Sep 2009 14:30:32 +0200 unrelated_rql now return rql *and* args 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:30:32 +0200] rev 3243
unrelated_rql now return rql *and* args
Wed, 16 Sep 2009 14:29:29 +0200 missing import 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:29:29 +0200] rev 3242
missing import
Wed, 16 Sep 2009 14:28:58 +0200 unrelated_rql now considers relation's add perm 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:28:58 +0200] rev 3241
unrelated_rql now considers relation's add perm
Wed, 16 Sep 2009 14:24:31 +0200 refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:24:31 +0200] rev 3240
refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well
Wed, 16 Sep 2009 14:17:12 +0200 [ms] fix planning w/ query using identity 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:17:12 +0200] rev 3239
[ms] fix planning w/ query using identity
Wed, 16 Sep 2009 14:16:19 +0200 [querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 16 Sep 2009 14:16:19 +0200] rev 3238
[querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope
Tue, 15 Sep 2009 19:04:09 +0200 [cleanup] remove unused imports 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 19:04:09 +0200] rev 3237
[cleanup] remove unused imports
Tue, 15 Sep 2009 16:33:30 +0200 add note stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:33:30 +0200] rev 3236
add note
Tue, 15 Sep 2009 16:31:45 +0200 fix when Interval is coming from date substraction stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:31:45 +0200] rev 3235
fix when Interval is coming from date substraction
Tue, 15 Sep 2009 16:03:17 +0200 remerge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:03:17 +0200] rev 3234
remerge
Tue, 15 Sep 2009 16:02:07 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 16:02:07 +0200] rev 3233
merge
Tue, 15 Sep 2009 16:02:17 +0200 [controllers] allow onsuccess / onfailure callback to be passed to validateform 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 16:02:17 +0200] rev 3232
[controllers] allow onsuccess / onfailure callback to be passed to validateform For instance : validateform?__onsuccess=wp.addAndSelectHall will call the addAndSelectHall function on success rather than redirecting to a specific URL.
Tue, 15 Sep 2009 16:00:03 +0200 [utils] provide a class to extend the default simplejson encoder to be able to dump standard yams attribute types 3.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 15 Sep 2009 16:00:03 +0200] rev 3231
[utils] provide a class to extend the default simplejson encoder to be able to dump standard yams attribute types
Tue, 15 Sep 2009 15:01:41 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 15:01:41 +0200] rev 3230
backport 3.5
Tue, 15 Sep 2009 14:49:40 +0200 test update 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:49:40 +0200] rev 3229
test update
Tue, 15 Sep 2009 14:49:30 +0200 [actions] refactor: extract actual_actions from fill_menu to work with table filter form 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:49:30 +0200] rev 3228
[actions] refactor: extract actual_actions from fill_menu to work with table filter form
Tue, 15 Sep 2009 14:48:13 +0200 test fix 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:48:13 +0200] rev 3227
test fix
Tue, 15 Sep 2009 14:47:58 +0200 should now use _test_action, not bare action.url() 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:58 +0200] rev 3226
should now use _test_action, not bare action.url()
Tue, 15 Sep 2009 14:47:39 +0200 facilities to test new submenu actions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:39 +0200] rev 3225
facilities to test new submenu actions
Tue, 15 Sep 2009 14:47:15 +0200 comment out deprecated test 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:47:15 +0200] rev 3224
comment out deprecated test
Tue, 15 Sep 2009 14:13:59 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 15 Sep 2009 14:13:59 +0200] rev 3223
merge
Mon, 14 Sep 2009 17:24:09 +0200 was lost in some merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 14 Sep 2009 17:24:09 +0200] rev 3222
was lost in some merge
Tue, 15 Sep 2009 14:10:52 +0200 [i18ncube] access to appearsin_addmenu config through uicfg directly 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 15 Sep 2009 14:10:52 +0200] rev 3221
[i18ncube] access to appearsin_addmenu config through uicfg directly
Mon, 14 Sep 2009 19:01:37 +0200 cleanup, futur warning fixes :) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 19:01:37 +0200] rev 3220
cleanup, futur warning fixes :)
Mon, 14 Sep 2009 19:01:24 +0200 edit box refactoring to gain more control by using actions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 19:01:24 +0200] rev 3219
edit box refactoring to gain more control by using actions
Mon, 14 Sep 2009 18:59:17 +0200 [3.5 migration] avoid removing defined transitions... 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:59:17 +0200] rev 3218
[3.5 migration] avoid removing defined transitions...
Mon, 14 Sep 2009 18:58:51 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:58:51 +0200] rev 3217
cleanup
Mon, 14 Sep 2009 18:28:37 +0200 [wf graph] fix display of condition 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:28:37 +0200] rev 3216
[wf graph] fix display of condition
Mon, 14 Sep 2009 18:28:01 +0200 fix workflow graph views and tabs for the new wf system, remove useless view and action (actually useless since introduction of tabbed entity type view 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:28:01 +0200] rev 3215
fix workflow graph views and tabs for the new wf system, remove useless view and action (actually useless since introduction of tabbed entity type view
Mon, 14 Sep 2009 18:25:43 +0200 [3.5 migration] missing identical_to/canonical -> prefered_form migration 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:25:43 +0200] rev 3214
[3.5 migration] missing identical_to/canonical -> prefered_form migration
Mon, 14 Sep 2009 18:25:11 +0200 [migration] don't ask confirm here 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:25:11 +0200] rev 3213
[migration] don't ask confirm here
Mon, 14 Sep 2009 18:24:42 +0200 displaytime attribute should not have been removed from there 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 18:24:42 +0200] rev 3212
displaytime attribute should not have been removed from there
Mon, 14 Sep 2009 16:24:01 +0200 [forms] avoid to create superfluous add_new_relation_link in create form stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 14 Sep 2009 16:24:01 +0200] rev 3211
[forms] avoid to create superfluous add_new_relation_link in create form
Mon, 14 Sep 2009 15:11:58 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 14 Sep 2009 15:11:58 +0200] rev 3210
merge
Mon, 14 Sep 2009 14:59:23 +0200 allow user to give ?tab=tabname and be set to the right tab (part of #345399) 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 14 Sep 2009 14:59:23 +0200] rev 3209
allow user to give ?tab=tabname and be set to the right tab (part of #345399)
Mon, 14 Sep 2009 12:50:27 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 12:50:27 +0200] rev 3208
merge
Mon, 14 Sep 2009 12:48:40 +0200 return self, not None, when no prefered form 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 12:48:40 +0200] rev 3207
return self, not None, when no prefered form
Mon, 14 Sep 2009 12:48:25 +0200 tests update 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 12:48:25 +0200] rev 3206
tests update
Mon, 14 Sep 2009 12:28:22 +0200 fix entity classes inheritance (repair cw.test.unittest_entity) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 12:28:22 +0200] rev 3205
fix entity classes inheritance (repair cw.test.unittest_entity)
Mon, 14 Sep 2009 12:17:31 +0200 #370578: change EmailAddress identical_to/canonical to prefered_form 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 12:17:31 +0200] rev 3204
#370578: change EmailAddress identical_to/canonical to prefered_form
Mon, 14 Sep 2009 11:38:30 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 14 Sep 2009 11:38:30 +0200] rev 3203
merge
Mon, 14 Sep 2009 09:37:14 +0200 as shell, also works fine/linux 3.5
Aurelien Campeas [Mon, 14 Sep 2009 09:37:14 +0200] rev 3202
as shell, also works fine/linux
Fri, 11 Sep 2009 18:49:48 +0200 HOME is spelled USERPROFILE on windows 3.5
Aurelien Campeas [Fri, 11 Sep 2009 18:49:48 +0200] rev 3201
HOME is spelled USERPROFILE on windows
Mon, 14 Sep 2009 11:32:07 +0200 #345461: drop support for cube_eid / direct bug submission 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 11:32:07 +0200] rev 3200
#345461: drop support for cube_eid / direct bug submission
Mon, 14 Sep 2009 11:25:56 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 11:25:56 +0200] rev 3199
backport 3.5
Mon, 14 Sep 2009 11:23:31 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 11:23:31 +0200] rev 3198
backport stable
Mon, 14 Sep 2009 11:08:57 +0200 [repo] take care of inlined relation in session.[add|delete]_relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 11:08:57 +0200] rev 3197
[repo] take care of inlined relation in session.[add|delete]_relation
Mon, 14 Sep 2009 10:15:11 +0200 [repo] set entity.rset & co when needed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 10:15:11 +0200] rev 3196
[repo] set entity.rset & co when needed
Mon, 14 Sep 2009 08:34:11 +0200 remove extra paren
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 14 Sep 2009 08:34:11 +0200] rev 3195
remove extra paren
Fri, 11 Sep 2009 20:37:30 +0200 [controllers] fix bad if/elif switch in handle_attribute stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 11 Sep 2009 20:37:30 +0200] rev 3194
[controllers] fix bad if/elif switch in handle_attribute
Fri, 11 Sep 2009 19:51:09 +0200 should change process'user once pid file has been written stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 19:51:09 +0200] rev 3193
should change process'user once pid file has been written
Fri, 11 Sep 2009 18:24:47 +0200 windows doesn't like ':' in filesc 3.5
Aurelien Campeas [Fri, 11 Sep 2009 18:24:47 +0200] rev 3192
windows doesn't like ':' in filesc
Fri, 11 Sep 2009 17:20:01 +0200 enough annoying for a 3.4.10... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 17:20:01 +0200] rev 3191
enough annoying for a 3.4.10...
Fri, 11 Sep 2009 17:16:03 +0200 another friend stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 17:16:03 +0200] rev 3190
another friend
Fri, 11 Sep 2009 17:14:37 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 17:14:37 +0200] rev 3189
merge
Fri, 11 Sep 2009 17:14:20 +0200 [c-c] fix 3.4.9 name error :'( stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 17:14:20 +0200] rev 3188
[c-c] fix 3.4.9 name error :'(
Fri, 11 Sep 2009 16:19:58 +0200 Added tag cubicweb-debian-version-3.4.9-1 for changeset 24ea70f19a48 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 16:19:58 +0200] rev 3187
Added tag cubicweb-debian-version-3.4.9-1 for changeset 24ea70f19a48
Fri, 11 Sep 2009 16:19:58 +0200 Added tag cubicweb-version-3.4.9 for changeset e916f1e856c8 stable cubicweb-debian-version-3.4.9-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 16:19:58 +0200] rev 3186
Added tag cubicweb-version-3.4.9 for changeset e916f1e856c8
Fri, 11 Sep 2009 15:57:34 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 15:57:34 +0200] rev 3185
backport 3.5
Fri, 11 Sep 2009 15:55:15 +0200 backport stable branch 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 15:55:15 +0200] rev 3184
backport stable branch
Fri, 11 Sep 2009 14:27:52 +0200 3.4.9 stable cubicweb-version-3.4.9
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 14:27:52 +0200] rev 3183
3.4.9
Fri, 11 Sep 2009 14:16:40 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 14:16:40 +0200] rev 3182
cleanup
Fri, 11 Sep 2009 14:16:31 +0200 fix daemonize: set umask, move to /, consider uid stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 14:16:31 +0200] rev 3181
fix daemonize: set umask, move to /, consider uid
Fri, 11 Sep 2009 14:16:06 +0200 [c-c] fix start/restart commands stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 14:16:06 +0200] rev 3180
[c-c] fix start/restart commands
Fri, 11 Sep 2009 13:40:49 +0200 from 3.5 branch; XXX the test depends on an eid value stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 11 Sep 2009 13:40:49 +0200] rev 3179
from 3.5 branch; XXX the test depends on an eid value
Fri, 11 Sep 2009 12:52:55 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 12:52:55 +0200] rev 3178
merge
Fri, 11 Sep 2009 12:42:37 +0200 small note on fetch_unrelated_order ... fetch_order needs clarification 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 11 Sep 2009 12:42:37 +0200] rev 3177
small note on fetch_unrelated_order ... fetch_order needs clarification
Fri, 11 Sep 2009 12:40:27 +0200 hopefully correctly fix the breadcrumbs escaping 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 11 Sep 2009 12:40:27 +0200] rev 3176
hopefully correctly fix the breadcrumbs escaping
Fri, 11 Sep 2009 08:39:17 +0200 Added tag cubicweb-debian-version-3.4.8-1 for changeset 97273eeaaead stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 08:39:17 +0200] rev 3175
Added tag cubicweb-debian-version-3.4.8-1 for changeset 97273eeaaead
Fri, 11 Sep 2009 08:39:17 +0200 Added tag cubicweb-version-3.4.8 for changeset ba43e084e884 stable cubicweb-debian-version-3.4.8-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 08:39:17 +0200] rev 3174
Added tag cubicweb-version-3.4.8 for changeset ba43e084e884
Thu, 10 Sep 2009 18:49:23 +0200 missing escape 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 10 Sep 2009 18:49:23 +0200] rev 3173
missing escape
Fri, 11 Sep 2009 12:35:19 +0200 [vreg] we must ensure that parent classes are initialiazed first stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 12:35:19 +0200] rev 3172
[vreg] we must ensure that parent classes are initialiazed first
Fri, 11 Sep 2009 12:34:55 +0200 [repo] oops, glob_update_entity takes a list of edited attributes has third argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 11 Sep 2009 12:34:55 +0200] rev 3171
[repo] oops, glob_update_entity takes a list of edited attributes has third argument
Thu, 10 Sep 2009 15:27:27 +0200 3.4.8 stable cubicweb-version-3.4.8
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 15:27:27 +0200] rev 3170
3.4.8
Thu, 10 Sep 2009 15:16:44 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 15:16:44 +0200] rev 3169
merge
Thu, 10 Sep 2009 14:16:10 +0200 [tests] inheritance_precedence in url rewrite stable
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 10 Sep 2009 14:16:10 +0200] rev 3168
[tests] inheritance_precedence in url rewrite
Thu, 10 Sep 2009 14:10:58 +0200 [D] add example about site properties configuration stable
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 10 Sep 2009 14:10:58 +0200] rev 3167
[D] add example about site properties configuration
Thu, 10 Sep 2009 14:17:39 +0200 properly escape site-title stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 14:17:39 +0200] rev 3166
properly escape site-title
Tue, 08 Sep 2009 17:27:33 -0700 [views] remove parameter displaytime from final view 3.5
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 08 Sep 2009 17:27:33 -0700] rev 3165
[views] remove parameter displaytime from final view
Thu, 10 Sep 2009 12:23:16 +0200 nicer fix stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 12:23:16 +0200] rev 3164
nicer fix
Thu, 10 Sep 2009 08:13:22 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:13:22 +0200] rev 3163
backport 3.5
Thu, 10 Sep 2009 08:03:18 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:03:18 +0200] rev 3162
merge
Thu, 10 Sep 2009 08:02:52 +0200 [notification] should get actual session here stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:02:52 +0200] rev 3161
[notification] should get actual session here
Thu, 10 Sep 2009 08:00:44 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:00:44 +0200] rev 3160
merge
Thu, 10 Sep 2009 08:00:03 +0200 Added tag cubicweb-debian-version-3.4.7-1 for changeset ebb92e62eb04 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:00:03 +0200] rev 3159
Added tag cubicweb-debian-version-3.4.7-1 for changeset ebb92e62eb04
Thu, 10 Sep 2009 08:00:02 +0200 Added tag cubicweb-version-3.4.7 for changeset 0e549b299f0b stable cubicweb-debian-version-3.4.7-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 10 Sep 2009 08:00:02 +0200] rev 3158
Added tag cubicweb-version-3.4.7 for changeset 0e549b299f0b
Wed, 09 Sep 2009 22:28:09 +0200 [editcontrollers] handle_attribute: test for value presence before trying to convert it to int/float stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 09 Sep 2009 22:28:09 +0200] rev 3157
[editcontrollers] handle_attribute: test for value presence before trying to convert it to int/float
Wed, 09 Sep 2009 19:06:35 +0200 very dubious but observed : os.system works on linux, subprocess.call on windows, no other way around ? 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Sep 2009 19:06:35 +0200] rev 3156
very dubious but observed : os.system works on linux, subprocess.call on windows, no other way around ?
Wed, 09 Sep 2009 18:38:25 +0200 oops, key can be non str 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Sep 2009 18:38:25 +0200] rev 3155
oops, key can be non str
Wed, 09 Sep 2009 18:00:18 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Sep 2009 18:00:18 +0200] rev 3154
merge
Wed, 09 Sep 2009 17:58:47 +0200 fix user login for windows 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:58:47 +0200] rev 3153
fix user login for windows
Wed, 09 Sep 2009 17:58:09 +0200 close file handler leak 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:58:09 +0200] rev 3152
close file handler leak
Wed, 09 Sep 2009 17:57:46 +0200 note about this test under windows 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:57:46 +0200] rev 3151
note about this test under windows
Wed, 09 Sep 2009 17:51:30 +0200 remove bogus assertion 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:51:30 +0200] rev 3150
remove bogus assertion
Wed, 09 Sep 2009 17:50:45 +0200 note about licence, fix copyright, fix case of unicode argument 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:50:45 +0200] rev 3149
note about licence, fix copyright, fix case of unicode argument
Wed, 09 Sep 2009 17:49:06 +0200 close file handler leak 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:49:06 +0200] rev 3148
close file handler leak
Wed, 09 Sep 2009 17:48:26 +0200 use proper locks instead of hasardous time.sleep()s 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:48:26 +0200] rev 3147
use proper locks instead of hasardous time.sleep()s
Wed, 09 Sep 2009 17:46:30 +0200 have a better make_uid function, esp. useful for win32 as collisions are frequents with the old one 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:46:30 +0200] rev 3146
have a better make_uid function, esp. useful for win32 as collisions are frequents with the old one
Wed, 09 Sep 2009 17:45:34 +0200 avoid open file handler leak 3.5
Aurelien Campeas [Wed, 09 Sep 2009 17:45:34 +0200] rev 3145
avoid open file handler leak
Wed, 09 Sep 2009 17:16:13 +0200 Bugfix: message was not written in english stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 09 Sep 2009 17:16:13 +0200] rev 3144
Bugfix: message was not written in english
Wed, 09 Sep 2009 16:48:39 +0200 merge stable cubicweb-version-3.4.7
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 16:48:39 +0200] rev 3143
merge
Wed, 09 Sep 2009 16:11:07 +0200 [javascript ie6] make "strptime" function work in ie6 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 09 Sep 2009 16:11:07 +0200] rev 3142
[javascript ie6] make "strptime" function work in ie6
Wed, 09 Sep 2009 16:13:01 +0200 ii8nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 16:13:01 +0200] rev 3141
ii8nupdate
Wed, 09 Sep 2009 15:58:02 +0200 update test now that etype_class systematically copy registry classes 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 15:58:02 +0200] rev 3140
update test now that etype_class systematically copy registry classes
Wed, 09 Sep 2009 15:12:42 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 15:12:42 +0200] rev 3139
merge
Wed, 09 Sep 2009 14:55:43 +0200 add pyro 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Sep 2009 14:55:43 +0200] rev 3138
add pyro
Wed, 09 Sep 2009 15:12:23 +0200 fix so that we ensure issubclass(etype_class('SubNote'), etype_class('Note')) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 15:12:23 +0200] rev 3137
fix so that we ensure issubclass(etype_class('SubNote'), etype_class('Note'))
Wed, 09 Sep 2009 15:07:58 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 15:07:58 +0200] rev 3136
backport stable
Wed, 09 Sep 2009 15:07:06 +0200 test fixes and enhancement stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 15:07:06 +0200] rev 3135
test fixes and enhancement
Wed, 09 Sep 2009 14:38:50 +0200 update test to avoid failure due to migration schema changes 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 14:38:50 +0200] rev 3134
update test to avoid failure due to migration schema changes
Wed, 09 Sep 2009 14:09:45 +0200 3.4.7 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 14:09:45 +0200] rev 3133
3.4.7
Wed, 09 Sep 2009 13:58:29 +0200 python-ldap, also win32 binary version of simplejson 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 09 Sep 2009 13:58:29 +0200] rev 3132
python-ldap, also win32 binary version of simplejson
Wed, 09 Sep 2009 14:05:20 +0200 [supervision] ignore internal changes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 14:05:20 +0200] rev 3131
[supervision] ignore internal changes
Wed, 09 Sep 2009 12:29:06 +0200 allow to specify targettypes in related_rql stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 12:29:06 +0200] rev 3130
allow to specify targettypes in related_rql
Wed, 09 Sep 2009 12:28:36 +0200 [facets] duhh, necessary fromformfilter hidden was missing stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 12:28:36 +0200] rev 3129
[facets] duhh, necessary fromformfilter hidden was missing
Wed, 09 Sep 2009 12:27:41 +0200 include facets.css so we're sure it's there when needed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 12:27:41 +0200] rev 3128
include facets.css so we're sure it's there when needed
Wed, 09 Sep 2009 09:56:47 +0200 should have been done in stable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 09:56:47 +0200] rev 3127
should have been done in stable
Wed, 09 Sep 2009 09:56:16 +0200 test cubes_path is updated as well 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 09:56:16 +0200] rev 3126
test cubes_path is updated as well
Wed, 09 Sep 2009 09:37:14 +0200 [uicfg, autoform] when a relation is inlined, put it in the generated section by default 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 09:37:14 +0200] rev 3125
[uicfg, autoform] when a relation is inlined, put it in the generated section by default
Tue, 08 Sep 2009 21:57:45 +0200 [forms] fix form enctype handling with inlined forms stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 08 Sep 2009 21:57:45 +0200] rev 3124
[forms] fix form enctype handling with inlined forms If an inlined form is added dynamically and contains a file input, the parent form enctype must be set to multiplart/form-data otherwise files won't be uploaded correctly.
Tue, 08 Sep 2009 20:08:10 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 08 Sep 2009 20:08:10 +0200] rev 3123
merge
Tue, 08 Sep 2009 20:03:32 +0200 fix open call to make cw happy /win32 3.5
Aurelien Campeas [Tue, 08 Sep 2009 20:03:32 +0200] rev 3122
fix open call to make cw happy /win32
Tue, 08 Sep 2009 17:24:08 +0200 sections to help building a window dev environment 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 08 Sep 2009 17:24:08 +0200] rev 3121
sections to help building a window dev environment
Tue, 08 Sep 2009 16:00:14 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 16:00:14 +0200] rev 3120
backport stable
Tue, 08 Sep 2009 15:59:20 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:59:20 +0200] rev 3119
merge
Tue, 08 Sep 2009 14:13:36 +0200 more i18n commands fixes : 3.5
Aurélien Campéas [Tue, 08 Sep 2009 14:13:36 +0200] rev 3118
more i18n commands fixes : * win32 compatible commands * generate .mo even when no priori .mo exists
Mon, 07 Sep 2009 17:46:28 +0200 mostly adapt the i18n subsystem to limitation wrt redirection handinling in windows, using the -o argument of the utilities 3.5
Aurélien Campéas [Mon, 07 Sep 2009 17:46:28 +0200] rev 3117
mostly adapt the i18n subsystem to limitation wrt redirection handinling in windows, using the -o argument of the utilities
Mon, 07 Sep 2009 12:23:42 +0200 two convenience files 3.5
Aurélien Campéas [Mon, 07 Sep 2009 12:23:42 +0200] rev 3116
two convenience files * .hgignore with good default values * cubicweb-ctl.bat to launch things under win32
Mon, 07 Sep 2009 12:22:14 +0200 minimal steps to have cw running on windows 3.5
Aurélien Campéas [Mon, 07 Sep 2009 12:22:14 +0200] rev 3115
minimal steps to have cw running on windows * use a portable temporary directory path * conditionalize some imports (for uncrucial functionality) * do not try to install plpythonu (some DLL problem)
Tue, 08 Sep 2009 15:58:47 +0200 missing exception stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:58:47 +0200] rev 3114
missing exception
Tue, 08 Sep 2009 15:58:40 +0200 [notification] drop useless user_login method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:58:40 +0200] rev 3113
[notification] drop useless user_login method
Tue, 08 Sep 2009 15:37:46 +0200 enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:37:46 +0200] rev 3112
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary
Tue, 08 Sep 2009 15:30:49 +0200 [notification] can't see valid reason for this... 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:30:49 +0200] rev 3111
[notification] can't see valid reason for this...
Tue, 08 Sep 2009 15:30:14 +0200 enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:30:14 +0200] rev 3110
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary
Tue, 08 Sep 2009 10:46:47 +0200 ensure eid given in arguments will be returned correctly typed (though only if they are in the cachekey for now) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 10:46:47 +0200] rev 3109
ensure eid given in arguments will be returned correctly typed (though only if they are in the cachekey for now)
Mon, 07 Sep 2009 20:23:40 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 07 Sep 2009 20:23:40 +0200] rev 3108
merge
Mon, 07 Sep 2009 13:53:12 +0200 fix OR in facets stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 07 Sep 2009 13:53:12 +0200] rev 3107
fix OR in facets
Thu, 03 Sep 2009 13:06:36 +0200 fix AddComboBoxWidget stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 03 Sep 2009 13:06:36 +0200] rev 3106
fix AddComboBoxWidget
Fri, 04 Sep 2009 16:13:04 +0200 be able to restore pre cw 3.4 database dumps #370595 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 04 Sep 2009 16:13:04 +0200] rev 3105
be able to restore pre cw 3.4 database dumps #370595
Thu, 03 Sep 2009 14:17:12 +0200 note stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 03 Sep 2009 14:17:12 +0200] rev 3104
note
Thu, 03 Sep 2009 14:08:17 +0200 backport stable 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 03 Sep 2009 14:08:17 +0200] rev 3103
backport stable
Thu, 03 Sep 2009 14:07:02 +0200 use node cloning method that works with IE (6,7) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 03 Sep 2009 14:07:02 +0200] rev 3102
use node cloning method that works with IE (6,7)
Wed, 02 Sep 2009 18:10:36 +0200 backport stable into 3.5 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 02 Sep 2009 18:10:36 +0200] rev 3101
backport stable into 3.5
Wed, 02 Sep 2009 17:47:39 +0200 fix reledit validation error handling for relations #345477 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 02 Sep 2009 17:47:39 +0200] rev 3100
fix reledit validation error handling for relations #345477
Wed, 02 Sep 2009 15:44:40 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 15:44:40 +0200] rev 3099
merge
Wed, 02 Sep 2009 15:44:10 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 15:44:10 +0200] rev 3098
merge
Wed, 02 Sep 2009 10:41:05 +0200 [views] #344733: make burndown chart visible with IE6/7 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 02 Sep 2009 10:41:05 +0200] rev 3097
[views] #344733: make burndown chart visible with IE6/7
Wed, 02 Sep 2009 10:40:43 +0200 [views] #343641: fix calendar with IE6/7 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 02 Sep 2009 10:40:43 +0200] rev 3096
[views] #343641: fix calendar with IE6/7
Wed, 02 Sep 2009 10:40:16 +0200 add td/th borders on popup calendar stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 02 Sep 2009 10:40:16 +0200] rev 3095
add td/th borders on popup calendar
Wed, 02 Sep 2009 10:59:48 +0200 [googlemap] #344872 set request content-type to text/html stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 02 Sep 2009 10:59:48 +0200] rev 3094
[googlemap] #344872 set request content-type to text/html
Wed, 02 Sep 2009 09:31:22 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 02 Sep 2009 09:31:22 +0200] rev 3093
merge
Wed, 02 Sep 2009 09:30:50 +0200 [edition] convert integer and float values coming from edit forms so that values are correctly typed in before_xxx hooks stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 02 Sep 2009 09:30:50 +0200] rev 3092
[edition] convert integer and float values coming from edit forms so that values are correctly typed in before_xxx hooks
Wed, 02 Sep 2009 09:29:19 +0200 [html-head] escape js and css urls stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 02 Sep 2009 09:29:19 +0200] rev 3091
[html-head] escape js and css urls
Wed, 02 Sep 2009 16:42:07 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 16:42:07 +0200] rev 3090
backport 3.5
Wed, 02 Sep 2009 16:39:19 +0200 refactor to ease overriding of what's displayed in breadcrum for an entity 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 16:39:19 +0200] rev 3089
refactor to ease overriding of what's displayed in breadcrum for an entity
Wed, 02 Sep 2009 16:38:08 +0200 do not delay sync queries to an operation, it may cause pb (nosy list propagation for instance) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 16:38:08 +0200] rev 3088
do not delay sync queries to an operation, it may cause pb (nosy list propagation for instance)
Wed, 02 Sep 2009 10:54:04 +0200 this is a deprecation warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:54:04 +0200] rev 3087
this is a deprecation warning
Wed, 02 Sep 2009 10:53:51 +0200 only get value when necessary to check uniqueness
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:53:51 +0200] rev 3086
only get value when necessary to check uniqueness
Wed, 02 Sep 2009 10:24:15 +0200 backport 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:24:15 +0200] rev 3085
backport 3.5
Wed, 02 Sep 2009 10:23:38 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:23:38 +0200] rev 3084
backport stable
Wed, 02 Sep 2009 10:22:47 +0200 wrong merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:22:47 +0200] rev 3083
wrong merge
Wed, 02 Sep 2009 10:20:12 +0200 fix wf related actions stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 10:20:12 +0200] rev 3082
fix wf related actions
Wed, 02 Sep 2009 09:17:23 +0200 oops, that fix should be done in stable as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 02 Sep 2009 09:17:23 +0200] rev 3081
oops, that fix should be done in stable as well
Tue, 01 Sep 2009 18:45:50 +0200 move xhtml2fo to ext, allow to specify the section in url/get param 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 01 Sep 2009 18:45:50 +0200] rev 3080
move xhtml2fo to ext, allow to specify the section in url/get param
Tue, 01 Sep 2009 18:44:17 +0200 treeview element ids should be unique, cleanup 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 01 Sep 2009 18:44:17 +0200] rev 3079
treeview element ids should be unique, cleanup
Tue, 01 Sep 2009 18:05:35 +0200 missing import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Sep 2009 18:05:35 +0200] rev 3078
missing import
Tue, 01 Sep 2009 17:58:29 +0200 case insensitive add/XXX url stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Sep 2009 17:58:29 +0200] rev 3077
case insensitive add/XXX url
Tue, 01 Sep 2009 16:55:45 +0200 make it more easy to override default branch state 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 01 Sep 2009 16:55:45 +0200] rev 3076
make it more easy to override default branch state
Tue, 01 Sep 2009 16:42:57 +0200 allow treeview to work correctly in a tab #345293 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 01 Sep 2009 16:42:57 +0200] rev 3075
allow treeview to work correctly in a tab #345293
Tue, 01 Sep 2009 17:25:00 +0200 don't fail when trying to update relation cache for relation deletion, this may occurs regularly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 01 Sep 2009 17:25:00 +0200] rev 3074
don't fail when trying to update relation cache for relation deletion, this may occurs regularly
Tue, 01 Sep 2009 11:02:31 +0200 do postprocessing as in the xhtml case fix #345293 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 01 Sep 2009 11:02:31 +0200] rev 3073
do postprocessing as in the xhtml case fix #345293
Mon, 31 Aug 2009 19:09:54 +0200 backport 3.5 branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 19:09:54 +0200] rev 3072
backport 3.5 branch
Mon, 31 Aug 2009 18:59:10 +0200 backport stable branch 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:59:10 +0200] rev 3071
backport stable branch
Mon, 31 Aug 2009 18:55:59 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:55:59 +0200] rev 3070
merge
Mon, 31 Aug 2009 18:55:57 +0200 Added tag cubicweb-debian-version-3.4.6-1 for changeset 52dba800ca4d stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:55:57 +0200] rev 3069
Added tag cubicweb-debian-version-3.4.6-1 for changeset 52dba800ca4d
Mon, 31 Aug 2009 18:55:57 +0200 Added tag cubicweb-version-3.4.6 for changeset 921fdbf8b303 stable cubicweb-debian-version-3.4.6-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:55:57 +0200] rev 3068
Added tag cubicweb-version-3.4.6 for changeset 921fdbf8b303
Mon, 31 Aug 2009 18:04:26 +0200 merge stable cubicweb-version-3.4.6
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:04:26 +0200] rev 3067
merge
Mon, 31 Aug 2009 16:29:10 +0200 [cubicweb] #344957 : fix popup display in IE7 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 31 Aug 2009 16:29:10 +0200] rev 3066
[cubicweb] #344957 : fix popup display in IE7
Mon, 31 Aug 2009 18:12:29 +0200 <a> doesn't have alt attribute stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 18:12:29 +0200] rev 3065
<a> doesn't have alt attribute
Mon, 31 Aug 2009 17:38:38 +0200 fix so that entity's summary appears in main content cell to avoid layout pb stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 17:38:38 +0200] rev 3064
fix so that entity's summary appears in main content cell to avoid layout pb
Mon, 31 Aug 2009 16:49:00 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 16:49:00 +0200] rev 3063
merge
Mon, 31 Aug 2009 16:48:53 +0200 ease overriding of copy warning stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 16:48:53 +0200] rev 3062
ease overriding of copy warning
Mon, 31 Aug 2009 14:37:48 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 31 Aug 2009 14:37:48 +0200] rev 3061
merge
Mon, 31 Aug 2009 14:37:16 +0200 avoid installing editor n times for n ajax loads stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 31 Aug 2009 14:37:16 +0200] rev 3060
avoid installing editor n times for n ajax loads
Mon, 31 Aug 2009 16:48:14 +0200 consider CW_MODE='system', the opposite of 'user' (eg use 'installed' mode while using the forest) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 16:48:14 +0200] rev 3059
consider CW_MODE='system', the opposite of 'user' (eg use 'installed' mode while using the forest)
Mon, 31 Aug 2009 14:27:28 +0200 prepare 3.4.6 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 14:27:28 +0200] rev 3058
prepare 3.4.6
Mon, 31 Aug 2009 14:27:16 +0200 generic rtag cleaing method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 14:27:16 +0200] rev 3057
generic rtag cleaing method
Mon, 31 Aug 2009 14:26:44 +0200 fix necessary for some tests stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 14:26:44 +0200] rev 3056
fix necessary for some tests
Mon, 31 Aug 2009 09:58:15 +0200 [vreg] keep positional arg compat stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 09:58:15 +0200] rev 3055
[vreg] keep positional arg compat
Mon, 31 Aug 2009 09:57:45 +0200 check object has __registry__ attribute before call to register() stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 09:57:45 +0200] rev 3054
check object has __registry__ attribute before call to register()
Mon, 31 Aug 2009 09:57:27 +0200 provide facility to override main header components without having to override the whole methode stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 31 Aug 2009 09:57:27 +0200] rev 3053
provide facility to override main header components without having to override the whole methode
Fri, 28 Aug 2009 16:28:26 +0200 reorganize, add some docstring an format_field/format_section convenience methods 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 28 Aug 2009 16:28:26 +0200] rev 3052
reorganize, add some docstring an format_field/format_section convenience methods
Fri, 28 Aug 2009 14:20:34 +0200 oops 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 28 Aug 2009 14:20:34 +0200] rev 3051
oops
Fri, 28 Aug 2009 14:15:36 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 28 Aug 2009 14:15:36 +0200] rev 3050
backport stable
Fri, 28 Aug 2009 14:15:18 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 28 Aug 2009 14:15:18 +0200] rev 3049
merge
Fri, 28 Aug 2009 13:21:12 +0200 translate bits of the doc stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 28 Aug 2009 13:21:12 +0200] rev 3048
translate bits of the doc
Fri, 28 Aug 2009 14:15:00 +0200 fix __cmp__ arguments stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 28 Aug 2009 14:15:00 +0200] rev 3047
fix __cmp__ arguments
Thu, 27 Aug 2009 20:23:07 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 20:23:07 +0200] rev 3046
backport stable
Thu, 27 Aug 2009 20:22:51 +0200 fix potential session cache effect: entity's rset may have been emptied stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 20:22:51 +0200] rev 3045
fix potential session cache effect: entity's rset may have been emptied
Thu, 27 Aug 2009 19:36:20 +0200 oops 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 19:36:20 +0200] rev 3044
oops
Thu, 27 Aug 2009 17:04:50 +0200 force cache clear when external entity is edited, we don't know what may occurs in external repository hooks 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 17:04:50 +0200] rev 3043
force cache clear when external entity is edited, we don't know what may occurs in external repository hooks
Thu, 27 Aug 2009 17:03:19 +0200 [multi-sources] enhance relation'source detection to avoid inconsistency 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 17:03:19 +0200] rev 3042
[multi-sources] enhance relation'source detection to avoid inconsistency
Thu, 27 Aug 2009 17:02:02 +0200 [multi-sources] new may_cross_relation method on sources 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 17:02:02 +0200] rev 3041
[multi-sources] new may_cross_relation method on sources
Thu, 27 Aug 2009 17:01:32 +0200 [multi-sources] move [dont_]cross_relations to AbstractSource 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 17:01:32 +0200] rev 3040
[multi-sources] move [dont_]cross_relations to AbstractSource
Thu, 27 Aug 2009 16:59:19 +0200 [multi-sources] in ms config, don't try to delete previous state in some condition 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 16:59:19 +0200] rev 3039
[multi-sources] in ms config, don't try to delete previous state in some condition
Thu, 27 Aug 2009 16:58:20 +0200 [multi-sources] in ms config we don't have state_of (and probably others, but that's the one used until now...) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 16:58:20 +0200] rev 3038
[multi-sources] in ms config we don't have state_of (and probably others, but that's the one used until now...)
Thu, 27 Aug 2009 16:57:22 +0200 [pdf] remove buggy css, add alt to img for valid xhtml 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 16:57:22 +0200] rev 3037
[pdf] remove buggy css, add alt to img for valid xhtml
Thu, 27 Aug 2009 16:56:55 +0200 add version to deprecation warning 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 16:56:55 +0200] rev 3036
add version to deprecation warning
Thu, 27 Aug 2009 13:02:45 +0200 backport 3.5 branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 13:02:45 +0200] rev 3035
backport 3.5 branch
Thu, 27 Aug 2009 13:01:47 +0200 backport stable branch 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 13:01:47 +0200] rev 3034
backport stable branch
Thu, 27 Aug 2009 13:01:17 +0200 i18n update and deprecated msgid cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 13:01:17 +0200] rev 3033
i18n update and deprecated msgid cleanup
Thu, 27 Aug 2009 12:17:18 +0200 integrate fix made for shingouz, let's see if it breaks something 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 12:17:18 +0200] rev 3032
integrate fix made for shingouz, let's see if it breaks something
Thu, 27 Aug 2009 12:04:08 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 12:04:08 +0200] rev 3031
merge
Wed, 26 Aug 2009 20:23:27 +0200 B [views] fixing breadcrumbs stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 20:23:27 +0200] rev 3030
B [views] fixing breadcrumbs
Wed, 26 Aug 2009 19:53:01 +0200 F [devtools] by default dataimport prints message on stdout 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 19:53:01 +0200] rev 3029
F [devtools] by default dataimport prints message on stdout
Wed, 26 Aug 2009 19:17:53 +0200 Added tag cubicweb-debian-version-3.4.5-1 for changeset 7fd294cbf6ff stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 19:17:53 +0200] rev 3028
Added tag cubicweb-debian-version-3.4.5-1 for changeset 7fd294cbf6ff
Wed, 26 Aug 2009 19:17:50 +0200 Added tag cubicweb-version-3.4.5 for changeset 3a65f9b3367c stable cubicweb-debian-version-3.4.5-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 19:17:50 +0200] rev 3027
Added tag cubicweb-version-3.4.5 for changeset 3a65f9b3367c
Thu, 27 Aug 2009 12:02:38 +0200 fix emacs syntaxic colorization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 27 Aug 2009 12:02:38 +0200] rev 3026
fix emacs syntaxic colorization
Wed, 26 Aug 2009 15:01:52 +0200 3.4.5 stable cubicweb-version-3.4.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 15:01:52 +0200] rev 3025
3.4.5
Wed, 26 Aug 2009 15:00:46 +0200 backport 3.5 step 2, backport wf changes in hooks/workflow.py
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 15:00:46 +0200] rev 3024
backport 3.5 step 2, backport wf changes in hooks/workflow.py
Wed, 26 Aug 2009 14:45:56 +0200 backport 3.5 step 1, remaining wf changes in hooks to merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 14:45:56 +0200] rev 3023
backport 3.5 step 1, remaining wf changes in hooks to merge
Wed, 26 Aug 2009 14:36:00 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 14:36:00 +0200] rev 3022
backport stable
Wed, 26 Aug 2009 14:28:54 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 14:28:54 +0200] rev 3021
merge
Wed, 26 Aug 2009 13:19:16 +0200 B in footer, replace "(c) Logilab" with "powered by CubicWeb" stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 13:19:16 +0200] rev 3020
B in footer, replace "(c) Logilab" with "powered by CubicWeb"
Wed, 26 Aug 2009 13:09:19 +0200 backport stable branch 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 13:09:19 +0200] rev 3019
backport stable branch
Wed, 26 Aug 2009 14:28:22 +0200 use a span stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 14:28:22 +0200] rev 3018
use a span
Wed, 26 Aug 2009 14:17:53 +0200 removed deprecated entries (pre oss publication), add some fresher news stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 14:17:53 +0200] rev 3017
removed deprecated entries (pre oss publication), add some fresher news
Wed, 26 Aug 2009 13:27:03 +0200 [rset] fix #231354 w/ rql 0.22.3 api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 13:27:03 +0200] rev 3016
[rset] fix #231354 w/ rql 0.22.3 api
Wed, 26 Aug 2009 11:16:10 +0200 [breadcrumb] BreadCrumbAnyRSetVComponent should implements call() stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 11:16:10 +0200] rev 3015
[breadcrumb] BreadCrumbAnyRSetVComponent should implements call()
Wed, 26 Aug 2009 11:15:39 +0200 [page nav] previous/next page links should also consider url's base path stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 11:15:39 +0200] rev 3014
[page nav] previous/next page links should also consider url's base path
Wed, 26 Aug 2009 11:14:47 +0200 [page nav] json navigation (when coming from a facets restriction for instance) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 11:14:47 +0200] rev 3013
[page nav] json navigation (when coming from a facets restriction for instance)
Wed, 26 Aug 2009 11:13:42 +0200 [page nav] display non clickable previous/next page when it does'nt make sense instead of nothing stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 11:13:42 +0200] rev 3012
[page nav] display non clickable previous/next page when it does'nt make sense instead of nothing
Wed, 26 Aug 2009 11:11:40 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 11:11:40 +0200] rev 3011
cleanup
Wed, 26 Aug 2009 10:18:49 +0200 [ui props] drop htmlclass as a persistent property, this is definitly useless/unusable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 10:18:49 +0200] rev 3010
[ui props] drop htmlclass as a persistent property, this is definitly useless/unusable
Wed, 26 Aug 2009 10:18:07 +0200 no comment stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 10:18:07 +0200] rev 3009
no comment
Wed, 26 Aug 2009 10:06:47 +0200 [facets] reload breadcrumbs on facets search stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 10:06:47 +0200] rev 3008
[facets] reload breadcrumbs on facets search
Wed, 26 Aug 2009 10:06:17 +0200 [breadcrumb] only provides a breadcrumbs component, no more as pluggable content nav comp; provides alternative implentation for rset with more than one entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 10:06:17 +0200] rev 3007
[breadcrumb] only provides a breadcrumbs component, no more as pluggable content nav comp; provides alternative implentation for rset with more than one entity
Wed, 26 Aug 2009 09:14:45 +0200 rename cubicweb.formfilter.js into cubicweb.facets.js stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 09:14:45 +0200] rev 3006
rename cubicweb.formfilter.js into cubicweb.facets.js
Wed, 26 Aug 2009 09:08:44 +0200 move some stuff from server/__init__ to postcreate, fixing instance creation bug 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 09:08:44 +0200] rev 3005
move some stuff from server/__init__ to postcreate, fixing instance creation bug
Wed, 26 Aug 2009 08:04:06 +0200 [notification] fix #103822, don't try to wrap text/rest to 80 characters stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 26 Aug 2009 08:04:06 +0200] rev 3004
[notification] fix #103822, don't try to wrap text/rest to 80 characters
Wed, 26 Aug 2009 00:04:03 +0200 R [dataimport] rename uid to eid 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 00:04:03 +0200] rev 3003
R [dataimport] rename uid to eid
Wed, 26 Aug 2009 00:02:57 +0200 backport stable branch 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 26 Aug 2009 00:02:57 +0200] rev 3002
backport stable branch
Tue, 25 Aug 2009 23:52:07 +0200 B fix the cubicweb init script stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 23:52:07 +0200] rev 3001
B fix the cubicweb init script
Tue, 25 Aug 2009 23:34:30 +0200 B [entities] #343385 comparing entities should raise NotImplementedError stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 23:34:30 +0200] rev 3000
B [entities] #343385 comparing entities should raise NotImplementedError
Tue, 25 Aug 2009 23:29:05 +0200 B [css] #344441 edit form is too spread out stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 23:29:05 +0200] rev 2999
B [css] #344441 edit form is too spread out
Tue, 25 Aug 2009 23:23:30 +0200 B #323887 misleading message after hitting cancel form button stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 23:23:30 +0200] rev 2998
B #323887 misleading message after hitting cancel form button
Tue, 25 Aug 2009 23:23:28 +0200 B fix typo stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 23:23:28 +0200] rev 2997
B fix typo
Tue, 25 Aug 2009 22:57:47 +0200 B #345282 xhtml requires to use &#160; instead of &nbsp; stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 22:57:47 +0200] rev 2996
B #345282 xhtml requires to use &#160; instead of &nbsp;
Tue, 25 Aug 2009 19:42:19 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 25 Aug 2009 19:42:19 +0200] rev 2995
merge
Tue, 25 Aug 2009 19:40:20 +0200 why not columns, too ? stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 25 Aug 2009 19:40:20 +0200] rev 2994
why not columns, too ?
Tue, 25 Aug 2009 18:47:25 +0200 [actions box] implements #344415, will have to take care to application relying on the old behaviour 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:47:25 +0200] rev 2993
[actions box] implements #344415, will have to take care to application relying on the old behaviour
Tue, 25 Aug 2009 18:31:16 +0200 [wf] test and hooks for WorkflowTransition support 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:31:16 +0200] rev 2992
[wf] test and hooks for WorkflowTransition support
Tue, 25 Aug 2009 18:30:44 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:30:44 +0200] rev 2991
cleanup
Tue, 25 Aug 2009 18:30:29 +0200 [wf] new method on WorkflowableMixIn to get the transition which had led to the current sub-workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:30:29 +0200] rev 2990
[wf] new method on WorkflowableMixIn to get the transition which had led to the current sub-workflow
Tue, 25 Aug 2009 18:29:36 +0200 [wf] refactor change_state/fire_transition to share more code, change_state can also take an optional tr argument 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:29:36 +0200] rev 2989
[wf] refactor change_state/fire_transition to share more code, change_state can also take an optional tr argument
Tue, 25 Aug 2009 18:26:31 +0200 [wf] use custom exception class 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:26:31 +0200] rev 2988
[wf] use custom exception class
Tue, 25 Aug 2009 18:26:05 +0200 [wf] ensure fromstates given, allow to give an entity (avoid spotless error, we can iter on entities...) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:26:05 +0200] rev 2987
[wf] ensure fromstates given, allow to give an entity (avoid spotless error, we can iter on entities...)
Tue, 25 Aug 2009 18:24:54 +0200 [wf] new methods to build wf w/ workflow transition 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 18:24:54 +0200] rev 2986
[wf] new methods to build wf w/ workflow transition
Tue, 25 Aug 2009 13:36:02 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:36:02 +0200] rev 2985
cleanup
Tue, 25 Aug 2009 13:35:45 +0200 [wf] test doesn't apply anymore 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:35:45 +0200] rev 2984
[wf] test doesn't apply anymore
Tue, 25 Aug 2009 13:35:01 +0200 [wf] test in_state consistency 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:35:01 +0200] rev 2983
[wf] test in_state consistency
Tue, 25 Aug 2009 13:34:19 +0200 [wf] need to clear cache here 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:34:19 +0200] rev 2982
[wf] need to clear cache here
Tue, 25 Aug 2009 13:33:32 +0200 [wf] nicer deprecation warning 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:33:32 +0200] rev 2981
[wf] nicer deprecation warning
Tue, 25 Aug 2009 13:33:03 +0200 [wf] allow state entity as argument to change_state 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:33:03 +0200] rev 2980
[wf] allow state entity as argument to change_state
Tue, 25 Aug 2009 13:32:33 +0200 test two different wfs may have a state of the same name 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 13:32:33 +0200] rev 2979
test two different wfs may have a state of the same name
Tue, 25 Aug 2009 12:38:37 +0200 [wf] distinguish main workflow / current workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 12:38:37 +0200] rev 2978
[wf] distinguish main workflow / current workflow
Tue, 25 Aug 2009 12:36:23 +0200 [wf] state/transition may only belong to one workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 12:36:23 +0200] rev 2977
[wf] state/transition may only belong to one workflow
Tue, 25 Aug 2009 12:33:30 +0200 [wf] new iter_worfklows method on workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 12:33:30 +0200] rev 2976
[wf] new iter_worfklows method on workflow
Tue, 25 Aug 2009 12:32:44 +0200 [wf] new .workflow property on states and transitions 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 25 Aug 2009 12:32:44 +0200] rev 2975
[wf] new .workflow property on states and transitions
Tue, 25 Aug 2009 11:47:26 +0200 F tools to import data 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 11:47:26 +0200] rev 2974
F tools to import data
Tue, 25 Aug 2009 11:45:16 +0200 backport stable branch 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 11:45:16 +0200] rev 2973
backport stable branch
Tue, 25 Aug 2009 11:18:41 +0200 Backed out changeset d83f5d96e1d7 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 25 Aug 2009 11:18:41 +0200] rev 2972
Backed out changeset d83f5d96e1d7
Mon, 24 Aug 2009 20:27:05 +0200 B CWUser login is in title, do not show in attributes stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 24 Aug 2009 20:27:05 +0200] rev 2971
B CWUser login is in title, do not show in attributes
Mon, 24 Aug 2009 20:01:05 +0200 R remove code deprecated since 3.2 3.5
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 24 Aug 2009 20:01:05 +0200] rev 2970
R remove code deprecated since 3.2
Mon, 24 Aug 2009 19:53:10 +0200 F add --automatic/-a option to run db-create without user input stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 24 Aug 2009 19:53:10 +0200] rev 2969
F add --automatic/-a option to run db-create without user input
Fri, 21 Aug 2009 16:26:20 +0200 somewhat painful backport of 3.5 branch, should mostly be ok
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 16:26:20 +0200] rev 2968
somewhat painful backport of 3.5 branch, should mostly be ok
Fri, 21 Aug 2009 15:07:47 +0200 backport stable 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:07:47 +0200] rev 2967
backport stable
Fri, 21 Aug 2009 15:07:13 +0200 trigger migration 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:07:13 +0200] rev 2966
trigger migration
Fri, 21 Aug 2009 15:07:11 +0200 3.5 migration script 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:07:11 +0200] rev 2965
3.5 migration script
Fri, 21 Aug 2009 15:06:24 +0200 merge 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:06:24 +0200] rev 2964
merge
Fri, 21 Aug 2009 15:05:50 +0200 test and fix migration introducing base classes (w/ regard to yams inheritance) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:05:50 +0200] rev 2963
test and fix migration introducing base classes (w/ regard to yams inheritance)
Fri, 21 Aug 2009 15:04:35 +0200 [migraction] use role instead of x stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:04:35 +0200] rev 2962
[migraction] use role instead of x
Fri, 21 Aug 2009 15:03:56 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:03:56 +0200] rev 2961
cleanup
Fri, 21 Aug 2009 15:03:00 +0200 [db-dump] don't create tarball on failed dump, properly remove temporary directory stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:03:00 +0200] rev 2960
[db-dump] don't create tarball on failed dump, properly remove temporary directory
Fri, 21 Aug 2009 15:02:03 +0200 make db-restore command work even with no/corrupted database stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 15:02:03 +0200] rev 2959
make db-restore command work even with no/corrupted database
Fri, 21 Aug 2009 14:59:00 +0200 no inference for the identity relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 14:59:00 +0200] rev 2958
no inference for the identity relation
Fri, 21 Aug 2009 14:57:36 +0200 [schema] make_workflowable now take an option description for the in_state relation 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 14:57:36 +0200] rev 2957
[schema] make_workflowable now take an option description for the in_state relation
Fri, 21 Aug 2009 14:56:15 +0200 [migration] don't ask confirm here 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 14:56:15 +0200] rev 2956
[migration] don't ask confirm here
Fri, 21 Aug 2009 14:52:07 +0200 remove some pretty old deprecation code 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 14:52:07 +0200] rev 2955
remove some pretty old deprecation code
Fri, 21 Aug 2009 14:50:20 +0200 [wf] oops, BaseTransition.__init__ may be called for subclasses 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 14:50:20 +0200] rev 2954
[wf] oops, BaseTransition.__init__ may be called for subclasses
Fri, 21 Aug 2009 11:38:57 +0200 [doc] important note about tests and connections/users 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 21 Aug 2009 11:38:57 +0200] rev 2953
[doc] important note about tests and connections/users
Fri, 21 Aug 2009 10:44:45 +0200 [pdf,tests] test the pdf tranformation 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 21 Aug 2009 10:44:45 +0200] rev 2952
[pdf,tests] test the pdf tranformation
Fri, 21 Aug 2009 09:03:30 +0200 [wf] BaseTransition is a virtual type 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 09:03:30 +0200] rev 2951
[wf] BaseTransition is a virtual type
Fri, 21 Aug 2009 09:02:35 +0200 [schema] oops, should use BaseTransition here 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 09:02:35 +0200] rev 2950
[schema] oops, should use BaseTransition here
Fri, 21 Aug 2009 08:45:55 +0200 test and implements workflow changes 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:45:55 +0200] rev 2949
test and implements workflow changes
Fri, 21 Aug 2009 08:45:16 +0200 override clear_all_caches to clear cwetype_workflow cache 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:45:16 +0200] rev 2948
override clear_all_caches to clear cwetype_workflow cache
Fri, 21 Aug 2009 08:44:51 +0200 [wf] new workflow_history property, nicer the reverse_wf_info_for... 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:44:51 +0200] rev 2947
[wf] new workflow_history property, nicer the reverse_wf_info_for...
Fri, 21 Aug 2009 08:44:16 +0200 [wf] refactor current_workflow by extracting cwetype_workflow method 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:44:16 +0200] rev 2946
[wf] refactor current_workflow by extracting cwetype_workflow method
Fri, 21 Aug 2009 08:43:28 +0200 [wf] allow ascii state/transition names 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:43:28 +0200] rev 2945
[wf] allow ascii state/transition names
Fri, 21 Aug 2009 08:43:00 +0200 [wf] return None, not empty list 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:43:00 +0200] rev 2944
[wf] return None, not empty list
Fri, 21 Aug 2009 08:42:17 +0200 [schema] default_workflow_of more naturally expressed as default_workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:42:17 +0200] rev 2943
[schema] default_workflow_of more naturally expressed as default_workflow
Fri, 21 Aug 2009 08:31:25 +0200 [entity] generic clear_all_caches methods, to use in test 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:31:25 +0200] rev 2942
[entity] generic clear_all_caches methods, to use in test
Fri, 21 Aug 2009 08:31:01 +0200 [entity] use role instead of x 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:31:01 +0200] rev 2941
[entity] use role instead of x
Fri, 21 Aug 2009 08:29:15 +0200 [session] add delete_relation in the same way as add_relation, document them 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 21 Aug 2009 08:29:15 +0200] rev 2940
[session] add delete_relation in the same way as add_relation, document them
Thu, 20 Aug 2009 19:03:24 +0200 make state/transition name unique within a workflow 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 19:03:24 +0200] rev 2939
make state/transition name unique within a workflow
Thu, 20 Aug 2009 18:37:33 +0200 merge 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 18:37:33 +0200] rev 2938
merge
Thu, 20 Aug 2009 18:30:18 +0200 [pdf] (ugly) pdf icon, component 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 18:30:18 +0200] rev 2937
[pdf] (ugly) pdf icon, component
Thu, 20 Aug 2009 17:52:21 +0200 follow name change, fix pdf template registration, add debian package tracking 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 17:52:21 +0200] rev 2936
follow name change, fix pdf template registration, add debian package tracking
Thu, 20 Aug 2009 14:48:35 +0200 [views,pdf] minimal support for xhtml->pdf conversion 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 14:48:35 +0200] rev 2935
[views,pdf] minimal support for xhtml->pdf conversion
Thu, 20 Aug 2009 14:30:45 +0200 [web] oops 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 14:30:45 +0200] rev 2934
[web] oops
Thu, 20 Aug 2009 12:59:11 +0200 [uilib] move unused render_HTML_tree function to lgc 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 12:59:11 +0200] rev 2933
[uilib] move unused render_HTML_tree function to lgc
Thu, 20 Aug 2009 11:52:57 +0200 [utils] remove seemingly completely unused class 3.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 20 Aug 2009 11:52:57 +0200] rev 2932
[utils] remove seemingly completely unused class
Thu, 20 Aug 2009 17:57:56 +0200 backport stable branch 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:57:56 +0200] rev 2931
backport stable branch
Thu, 20 Aug 2009 17:57:31 +0200 some test fixes, more in the 3.5 branch stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:57:31 +0200] rev 2930
some test fixes, more in the 3.5 branch
Thu, 20 Aug 2009 17:57:07 +0200 fix edited_attributes handling when adding entity stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:57:07 +0200] rev 2929
fix edited_attributes handling when adding entity
Thu, 20 Aug 2009 17:56:41 +0200 oops, not self but cls here stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:56:41 +0200] rev 2928
oops, not self but cls here
Thu, 20 Aug 2009 17:56:22 +0200 use a property for schema, avoid bad schema reference stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:56:22 +0200] rev 2927
use a property for schema, avoid bad schema reference
Thu, 20 Aug 2009 17:55:08 +0200 when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:55:08 +0200] rev 2926
when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another
Wed, 19 Aug 2009 19:08:59 +0200 [debian] fix (hopefully) packaging problems with hardy stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 19 Aug 2009 19:08:59 +0200] rev 2925
[debian] fix (hopefully) packaging problems with hardy
Thu, 20 Aug 2009 17:52:22 +0200 cleanup 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:52:22 +0200] rev 2924
cleanup
Thu, 20 Aug 2009 17:50:26 +0200 fix test schema and update some tests to work again with wf changes 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:50:26 +0200] rev 2923
fix test schema and update some tests to work again with wf changes
Thu, 20 Aug 2009 17:49:31 +0200 remove debug print 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:49:31 +0200] rev 2922
remove debug print
Thu, 20 Aug 2009 17:47:35 +0200 test and fix rset returned by SET query 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:47:35 +0200] rev 2921
test and fix rset returned by SET query
Thu, 20 Aug 2009 17:44:27 +0200 start a new workflow engine 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:44:27 +0200] rev 2920
start a new workflow engine
Thu, 20 Aug 2009 17:33:05 +0200 new create_entity method, temporarily on base request (later on cw entity manager or as factory method) 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 20 Aug 2009 17:33:05 +0200] rev 2919
new create_entity method, temporarily on base request (later on cw entity manager or as factory method)
Wed, 19 Aug 2009 11:48:55 +0200 work in progress: backport some generic relation propagation hooks from tracker 3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 19 Aug 2009 11:48:55 +0200] rev 2918
work in progress: backport some generic relation propagation hooks from tracker
Wed, 19 Aug 2009 08:32:18 +0200 remove buggy debug warning... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 19 Aug 2009 08:32:18 +0200] rev 2917
remove buggy debug warning...
Wed, 19 Aug 2009 00:09:19 +0200 cleanup, use striplines argument of assertLinesEquals stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 19 Aug 2009 00:09:19 +0200] rev 2916
cleanup, use striplines argument of assertLinesEquals
Wed, 19 Aug 2009 00:00:34 +0200 [rql2sql] test and fix a bug triggered when editing a ticket in jpl stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 19 Aug 2009 00:00:34 +0200] rev 2915
[rql2sql] test and fix a bug triggered when editing a ticket in jpl
Tue, 18 Aug 2009 23:29:26 +0200 oops, should give rset here as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 23:29:26 +0200] rev 2914
oops, should give rset here as well
Tue, 18 Aug 2009 23:20:23 +0200 Added tag cubicweb-debian-version-3.4.4-1 for changeset e244a0fd7d71 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 23:20:23 +0200] rev 2913
Added tag cubicweb-debian-version-3.4.4-1 for changeset e244a0fd7d71
Tue, 18 Aug 2009 23:20:22 +0200 Added tag cubicweb-version-3.4.4 for changeset 2aee4ea585cd stable cubicweb-debian-version-3.4.4-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 23:20:22 +0200] rev 2912
Added tag cubicweb-version-3.4.4 for changeset 2aee4ea585cd
Tue, 18 Aug 2009 18:00:34 +0200 merge stable cubicweb-version-3.4.4
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 18 Aug 2009 18:00:34 +0200] rev 2911
merge
Tue, 18 Aug 2009 17:59:58 +0200 [i18n] update stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 18 Aug 2009 17:59:58 +0200] rev 2910
[i18n] update
Tue, 18 Aug 2009 16:05:50 +0200 [hooks] say which are the states (again) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 18 Aug 2009 16:05:50 +0200] rev 2909
[hooks] say which are the states (again)
Tue, 18 Aug 2009 15:50:46 +0200 [hooks] say which are the states stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 18 Aug 2009 15:50:46 +0200] rev 2908
[hooks] say which are the states
Tue, 18 Aug 2009 17:52:08 +0200 we have to ensure a pool is set there stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 17:52:08 +0200] rev 2907
we have to ensure a pool is set there
Tue, 18 Aug 2009 17:10:50 +0200 fix cw properties initialization stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 17:10:50 +0200] rev 2906
fix cw properties initialization
Tue, 18 Aug 2009 17:10:08 +0200 backport change from default to get -f option on cw shell, may be necessary for the forthcoming migration... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 17:10:08 +0200] rev 2905
backport change from default to get -f option on cw shell, may be necessary for the forthcoming migration...
Tue, 18 Aug 2009 14:27:27 +0200 3.4.4 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 14:27:27 +0200] rev 2904
3.4.4
Tue, 18 Aug 2009 11:11:59 +0200 [migration] drop rqlcursor stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 11:11:59 +0200] rev 2903
[migration] drop rqlcursor
Tue, 18 Aug 2009 09:25:44 +0200 remove some deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 09:25:44 +0200] rev 2902
remove some deprecation warnings
Tue, 18 Aug 2009 09:25:26 +0200 remove unused import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 09:25:26 +0200] rev 2901
remove unused import
Tue, 18 Aug 2009 09:13:12 +0200 api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 09:13:12 +0200] rev 2900
api update
Tue, 18 Aug 2009 09:12:52 +0200 [hooks] missing declaration
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 09:12:52 +0200] rev 2899
[hooks] missing declaration
Tue, 18 Aug 2009 09:12:08 +0200 cleanup: eprop -> cwprop
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 09:12:08 +0200] rev 2898
cleanup: eprop -> cwprop
Tue, 18 Aug 2009 08:53:03 +0200 [migration] consider previous version as done, not current version stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 08:53:03 +0200] rev 2897
[migration] consider previous version as done, not current version
Tue, 18 Aug 2009 00:29:23 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:29:23 +0200] rev 2896
typo
Tue, 18 Aug 2009 00:29:19 +0200 should directly use entity.check_perm now that we've an entity instance
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:29:19 +0200] rev 2895
should directly use entity.check_perm now that we've an entity instance
Tue, 18 Aug 2009 00:28:55 +0200 take care in case Any is given
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:28:55 +0200] rev 2894
take care in case Any is given
Tue, 18 Aug 2009 00:28:37 +0200 set edited_attributes before calling hooks for entities from external sources
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:28:37 +0200] rev 2893
set edited_attributes before calling hooks for entities from external sources
Tue, 18 Aug 2009 00:23:15 +0200 hooks have been refactored, call [re|de]activate_verification_hooks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:23:15 +0200] rev 2892
hooks have been refactored, call [re|de]activate_verification_hooks
Tue, 18 Aug 2009 00:22:10 +0200 [session] temporary fix, need .req on internal manager
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 18 Aug 2009 00:22:10 +0200] rev 2891
[session] temporary fix, need .req on internal manager
Mon, 17 Aug 2009 20:02:57 +0200 fix __init__ parameters
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 20:02:57 +0200] rev 2890
fix __init__ parameters
Mon, 17 Aug 2009 20:02:25 +0200 should affect cw_row/cw_col
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 20:02:25 +0200] rev 2889
should affect cw_row/cw_col
Mon, 17 Aug 2009 20:02:07 +0200 add write support for rset to avoid some crash
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 20:02:07 +0200] rev 2888
add write support for rset to avoid some crash
Mon, 17 Aug 2009 19:21:45 +0200 give vreg where we need it (eg no bound request)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 19:21:45 +0200] rev 2887
give vreg where we need it (eg no bound request)
Mon, 17 Aug 2009 19:21:26 +0200 [appobject] old selectors no more supported
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 19:21:26 +0200] rev 2886
[appobject] old selectors no more supported
Mon, 17 Aug 2009 19:20:36 +0200 [deprecation] nicer messages
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 19:20:36 +0200] rev 2885
[deprecation] nicer messages
Mon, 17 Aug 2009 19:20:15 +0200 [c-c shell] add force option to bypass versions checking
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 19:20:15 +0200] rev 2884
[c-c shell] add force option to bypass versions checking
Mon, 17 Aug 2009 18:37:16 +0200 fix name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 18:37:16 +0200] rev 2883
fix name error
Mon, 17 Aug 2009 18:35:46 +0200 don't do this: already defined as a (deprecated) read-only property
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 18:35:46 +0200] rev 2882
don't do this: already defined as a (deprecated) read-only property
Mon, 17 Aug 2009 18:35:09 +0200 fix set_schema/init_cubes order
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 18:35:09 +0200] rev 2881
fix set_schema/init_cubes order
Mon, 17 Aug 2009 18:25:57 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 18:25:57 +0200] rev 2880
backport stable branch
Mon, 17 Aug 2009 16:41:12 +0200 move base NotificationView to cw.common.mail, we may want to use it to send notification from the web ui stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 16:41:12 +0200] rev 2879
move base NotificationView to cw.common.mail, we may want to use it to send notification from the web ui
Mon, 17 Aug 2009 13:18:45 +0200 we should use unsafe_execute here stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 13:18:45 +0200] rev 2878
we should use unsafe_execute here
Mon, 17 Aug 2009 13:18:35 +0200 new _cw_unsafe argument to Entity.set_attributes until something nicer is done (eg #344874) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 13:18:35 +0200] rev 2877
new _cw_unsafe argument to Entity.set_attributes until something nicer is done (eg #344874)
Mon, 17 Aug 2009 12:12:40 +0200 [wf] shouldn't check for neweids while trying to get previous state (detected by forge tests) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 12:12:40 +0200] rev 2876
[wf] shouldn't check for neweids while trying to get previous state (detected by forge tests)
Mon, 17 Aug 2009 12:11:54 +0200 towards better edited attributes handling stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 12:11:54 +0200] rev 2875
towards better edited attributes handling
Mon, 17 Aug 2009 12:11:04 +0200 [session] use isinstance instead of testing value of is_super_session since we hack it in the add_relation method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 12:11:04 +0200] rev 2874
[session] use isinstance instead of testing value of is_super_session since we hack it in the add_relation method
Mon, 17 Aug 2009 11:06:43 +0200 [repo] misc cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 11:06:43 +0200] rev 2873
[repo] misc cleanup
Mon, 17 Aug 2009 11:06:02 +0200 [entity] warn if bad fetch_attrs stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 11:06:02 +0200] rev 2872
[entity] warn if bad fetch_attrs
Mon, 17 Aug 2009 11:05:28 +0200 [entity] fix fetch_rql w/ case where it's called while entity is not 'complete' (eg time where it's being added but have not yet all mandatory relations set) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 11:05:28 +0200] rev 2871
[entity] fix fetch_rql w/ case where it's called while entity is not 'complete' (eg time where it's being added but have not yet all mandatory relations set)
Mon, 17 Aug 2009 10:31:28 +0200 use view.paginate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 17 Aug 2009 10:31:28 +0200] rev 2870
use view.paginate
Sun, 16 Aug 2009 20:42:33 +0200 backport stable branch
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 16 Aug 2009 20:42:33 +0200] rev 2869
backport stable branch
Sun, 16 Aug 2009 20:41:06 +0200 [gmap] make gmap-views more tolerant stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 16 Aug 2009 20:41:06 +0200] rev 2868
[gmap] make gmap-views more tolerant - marker_icon() implementation shouldn't be required - skip entities with latitude or longitude unknown
Sun, 16 Aug 2009 20:27:28 +0200 backport stable branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 20:27:28 +0200] rev 2867
backport stable branch
Sun, 16 Aug 2009 20:19:54 +0200 B bugfix stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 20:19:54 +0200] rev 2866
B bugfix
Sun, 16 Aug 2009 19:55:05 +0200 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 19:55:05 +0200] rev 2865
merge
Sun, 16 Aug 2009 19:54:29 +0200 Added tag cubicweb-debian-version-3.4.3-1 for changeset a3828745e2cf stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 19:54:29 +0200] rev 2864
Added tag cubicweb-debian-version-3.4.3-1 for changeset a3828745e2cf
Sun, 16 Aug 2009 19:54:28 +0200 Added tag cubicweb-version-3.4.3 for changeset b2add17d5bc4 stable cubicweb-debian-version-3.4.3-1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 19:54:28 +0200] rev 2863
Added tag cubicweb-version-3.4.3 for changeset b2add17d5bc4
Sun, 16 Aug 2009 19:45:38 +0200 B bugfix in json controller stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 16 Aug 2009 19:45:38 +0200] rev 2862
B bugfix in json controller
Fri, 14 Aug 2009 22:21:45 +0200 B offer to continue even when failed to restore systemonly stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 22:21:45 +0200] rev 2861
B offer to continue even when failed to restore systemonly
Fri, 14 Aug 2009 19:04:15 +0200 ready for 3.4.3 stable cubicweb-version-3.4.3
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 19:04:15 +0200] rev 2860
ready for 3.4.3
Fri, 14 Aug 2009 19:01:45 +0200 [javascript] allow customization of inlineCreationForm insertion point stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 14 Aug 2009 19:01:45 +0200] rev 2859
[javascript] allow customization of inlineCreationForm insertion point
Fri, 14 Aug 2009 18:55:31 +0200 B sync after migration and restart so that cwuri does not show in forms stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 18:55:31 +0200] rev 2858
B sync after migration and restart so that cwuri does not show in forms
Fri, 14 Aug 2009 18:54:35 +0200 B [server] extlite test will not fail if tempfile exists stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 18:54:35 +0200] rev 2857
B [server] extlite test will not fail if tempfile exists
Fri, 14 Aug 2009 18:34:42 +0200 R [goa] skip these tests if appengine can not be imported stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 18:34:42 +0200] rev 2856
R [goa] skip these tests if appengine can not be imported
Fri, 14 Aug 2009 15:53:12 +0200 [repo] more deprecation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:53:12 +0200] rev 2855
[repo] more deprecation
Fri, 14 Aug 2009 15:39:26 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:39:26 +0200] rev 2854
oops
Fri, 14 Aug 2009 15:35:41 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:35:41 +0200] rev 2853
merge
Fri, 14 Aug 2009 14:56:29 +0200 [ajax] allow inlineCreationForms to add their own JS / CSS stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 14 Aug 2009 14:56:29 +0200] rev 2852
[ajax] allow inlineCreationForms to add their own JS / CSS
Fri, 14 Aug 2009 14:39:38 +0200 F [cwctl] improve dialog messages stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 14:39:38 +0200] rev 2851
F [cwctl] improve dialog messages
Fri, 14 Aug 2009 15:35:09 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:35:09 +0200] rev 2850
cleanup
Fri, 14 Aug 2009 15:34:49 +0200 dont bind set_authmanager on registry reloading event, it's not necesary since the session manager itself is reinstatiated stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:34:49 +0200] rev 2849
dont bind set_authmanager on registry reloading event, it's not necesary since the session manager itself is reinstatiated
Fri, 14 Aug 2009 15:34:00 +0200 [repo] typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 15:34:00 +0200] rev 2848
[repo] typo
Fri, 14 Aug 2009 14:31:25 +0200 use ._cw instead of .cw_req
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 14:31:25 +0200] rev 2847
use ._cw instead of .cw_req
Fri, 14 Aug 2009 14:23:21 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 14:23:21 +0200] rev 2846
merge
Fri, 14 Aug 2009 12:14:29 +0200 R using entity.attr = val is now accepted
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 12:14:29 +0200] rev 2845
R using entity.attr = val is now accepted
Fri, 14 Aug 2009 14:23:06 +0200 use class_regid / classid functions
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 14:23:06 +0200] rev 2844
use class_regid / classid functions
Fri, 14 Aug 2009 11:44:19 +0200 should be __call__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 11:44:19 +0200] rev 2843
should be __call__
Fri, 14 Aug 2009 11:14:26 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 11:14:26 +0200] rev 2842
merge
Fri, 14 Aug 2009 11:14:10 +0200 rewrite hooks in sobjects as new Hook style into hooks sub-package
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 11:14:10 +0200] rev 2841
rewrite hooks in sobjects as new Hook style into hooks sub-package
Fri, 14 Aug 2009 11:13:18 +0200 [hooks] deprecates hookhelper module
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 11:13:18 +0200] rev 2840
[hooks] deprecates hookhelper module
Fri, 14 Aug 2009 11:12:26 +0200 imports cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 11:12:26 +0200] rev 2839
imports cleanup
Fri, 14 Aug 2009 00:02:08 +0200 backport stable branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 00:02:08 +0200] rev 2838
backport stable branch
Fri, 14 Aug 2009 00:01:12 +0200 B [cwctl] fix db-{dump,copy,restore} commands stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 14 Aug 2009 00:01:12 +0200] rev 2837
B [cwctl] fix db-{dump,copy,restore} commands
Thu, 13 Aug 2009 13:12:55 +0200 [registry] fix registration logging messages stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 13 Aug 2009 13:12:55 +0200] rev 2836
[registry] fix registration logging messages
Fri, 14 Aug 2009 09:26:41 +0200 [hooks] major refactoring:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 09:26:41 +0200] rev 2835
[hooks] major refactoring: * they are no "proper" appobject, selected when an event is fired according to its context * new module cubicweb.server.hook containing the Hook class and Operation class * deprecated SystemHook and PreCommitOperation classes * rewrite core server hooks as appobjects in the cubicweb/hooks directory -> deprecates hooksmanager, remove hooks, schemahooks, securityhooks cubicweb.server sub-modules -> new cubicweb.hooks sub-package -> get back to a (somewhat) working state
Fri, 14 Aug 2009 09:20:33 +0200 [vreg appobject] use class_regid
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 09:20:33 +0200] rev 2834
[vreg appobject] use class_regid
Fri, 14 Aug 2009 09:17:54 +0200 [selectors] explicity fail on inplace and/or
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 09:17:54 +0200] rev 2833
[selectors] explicity fail on inplace and/or
Fri, 14 Aug 2009 09:17:28 +0200 [rset] better explanation, refactor try except
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Aug 2009 09:17:28 +0200] rev 2832
[rset] better explanation, refactor try except
Thu, 13 Aug 2009 13:08:27 +0200 quick and dirty fix until introduction of CWEntityManager
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:08:27 +0200] rev 2831
quick and dirty fix until introduction of CWEntityManager
Thu, 13 Aug 2009 13:07:46 +0200 remove 3.2 bw compat code
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:07:46 +0200] rev 2830
remove 3.2 bw compat code
Thu, 13 Aug 2009 13:07:21 +0200 turn id into __id__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:07:21 +0200] rev 2829
turn id into __id__
Thu, 13 Aug 2009 13:06:10 +0200 remove old bw compat code
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:06:10 +0200] rev 2828
remove old bw compat code
Thu, 13 Aug 2009 13:05:50 +0200 remove 3.2 bw compat code
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:05:50 +0200] rev 2827
remove 3.2 bw compat code
Thu, 13 Aug 2009 13:05:09 +0200 no more supported, can remove the test
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 13:05:09 +0200] rev 2826
no more supported, can remove the test
Thu, 13 Aug 2009 12:23:06 +0200 doc update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 12:23:06 +0200] rev 2825
doc update
Thu, 13 Aug 2009 12:18:55 +0200 better as a method of the etypes registry
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 12:18:55 +0200] rev 2824
better as a method of the etypes registry
Thu, 13 Aug 2009 12:18:37 +0200 backported from appobject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 12:18:37 +0200] rev 2823
backported from appobject
Thu, 13 Aug 2009 12:18:14 +0200 deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 12:18:14 +0200] rev 2822
deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
Thu, 13 Aug 2009 11:56:49 +0200 no need for a classid class method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:56:49 +0200] rev 2821
no need for a classid class method
Thu, 13 Aug 2009 11:54:19 +0200 rename registered to __registered__
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:54:19 +0200] rev 2820
rename registered to __registered__
Thu, 13 Aug 2009 11:49:56 +0200 remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:49:56 +0200] rev 2819
remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
Thu, 13 Aug 2009 11:32:34 +0200 propagate some api changes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:32:34 +0200] rev 2818
propagate some api changes
Thu, 13 Aug 2009 11:24:52 +0200 entity has no more tal_render method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:24:52 +0200] rev 2817
entity has no more tal_render method
Thu, 13 Aug 2009 11:24:14 +0200 access schema through req.vreg
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:24:14 +0200] rev 2816
access schema through req.vreg
Thu, 13 Aug 2009 11:07:25 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:07:25 +0200] rev 2815
merge
Thu, 13 Aug 2009 11:01:32 +0200 R deprecate CWRegistry.render
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 13 Aug 2009 11:01:32 +0200] rev 2814
R deprecate CWRegistry.render
Thu, 13 Aug 2009 10:55:58 +0200 R propagate deprecation of CWRegistry.possible_vobjects
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 13 Aug 2009 10:55:58 +0200] rev 2813
R propagate deprecation of CWRegistry.possible_vobjects
Thu, 13 Aug 2009 11:07:00 +0200 use session.vreg.config instead
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:07:00 +0200] rev 2812
use session.vreg.config instead
Thu, 13 Aug 2009 11:06:46 +0200 fix bw compat properties
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:06:46 +0200] rev 2811
fix bw compat properties
Thu, 13 Aug 2009 11:06:07 +0200 temporarily needed hack, should move out with hooks refactoring
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 11:06:07 +0200] rev 2810
temporarily needed hack, should move out with hooks refactoring
Thu, 13 Aug 2009 10:58:29 +0200 register_to needs the schema as argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:58:29 +0200] rev 2809
register_to needs the schema as argument
Thu, 13 Aug 2009 10:57:57 +0200 fix urlquote imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:57:57 +0200] rev 2808
fix urlquote imports
Thu, 13 Aug 2009 10:50:19 +0200 __initialize__ needs the schema as argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:50:19 +0200] rev 2807
__initialize__ needs the schema as argument
Thu, 13 Aug 2009 10:49:46 +0200 proper rewrite
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:49:46 +0200] rev 2806
proper rewrite
Thu, 13 Aug 2009 10:49:14 +0200 R deprecate CWRegistry.possible_vobjects
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 13 Aug 2009 10:49:14 +0200] rev 2805
R deprecate CWRegistry.possible_vobjects
Thu, 13 Aug 2009 10:32:03 +0200 no more needs for vreg_initialization_completed hook
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:32:03 +0200] rev 2804
no more needs for vreg_initialization_completed hook
Thu, 13 Aug 2009 10:31:31 +0200 remove usage of vreg_initialization_complete by using an 'initializable dict' (eg call init after complete registration
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:31:31 +0200] rev 2803
remove usage of vreg_initialization_complete by using an 'initializable dict' (eg call init after complete registration
Thu, 13 Aug 2009 10:24:51 +0200 should still call .items
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:24:51 +0200] rev 2802
should still call .items
Thu, 13 Aug 2009 10:24:31 +0200 fix syntax error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:24:31 +0200] rev 2801
fix syntax error
Thu, 13 Aug 2009 10:02:18 +0200 R deprecate CWRegistry.select_vobject
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 13 Aug 2009 10:02:18 +0200] rev 2800
R deprecate CWRegistry.select_vobject
Thu, 13 Aug 2009 10:20:57 +0200 refactor property handling to avoid name conflicts
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 10:20:57 +0200] rev 2799
refactor property handling to avoid name conflicts
Thu, 13 Aug 2009 09:59:35 +0200 stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:59:35 +0200] rev 2798
stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
Thu, 13 Aug 2009 09:49:21 +0200 remove code deprecated in 3.2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:49:21 +0200] rev 2797
remove code deprecated in 3.2
Thu, 13 Aug 2009 09:41:24 +0200 move get_cache to base request
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:41:24 +0200] rev 2796
move get_cache to base request
Thu, 13 Aug 2009 09:41:05 +0200 move tal_render to View
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:41:05 +0200] rev 2795
move tal_render to View
Thu, 13 Aug 2009 09:31:34 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:31:34 +0200] rev 2794
merge
Thu, 13 Aug 2009 00:35:05 +0200 R put version info in deprecation warnings
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 13 Aug 2009 00:35:05 +0200] rev 2793
R put version info in deprecation warnings
Thu, 13 Aug 2009 09:30:03 +0200 rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:30:03 +0200] rev 2792
rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Thu, 13 Aug 2009 09:23:22 +0200 import cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:23:22 +0200] rev 2791
import cleanup
Thu, 13 Aug 2009 09:22:07 +0200 move underline_title to toolsutils
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Aug 2009 09:22:07 +0200] rev 2790
move underline_title to toolsutils
Wed, 12 Aug 2009 19:09:32 +0200 R propagate deprecation of AppObject.entity()
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 12 Aug 2009 19:09:32 +0200] rev 2789
R propagate deprecation of AppObject.entity()
Wed, 12 Aug 2009 18:40:52 +0200 R put version info in deprecation warnings
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 12 Aug 2009 18:40:52 +0200] rev 2788
R put version info in deprecation warnings
Wed, 12 Aug 2009 18:16:49 +0200 R [appobject] deprecate AppObject.entity()
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 12 Aug 2009 18:16:49 +0200] rev 2787
R [appobject] deprecate AppObject.entity()
Wed, 12 Aug 2009 18:06:23 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Aug 2009 18:06:23 +0200] rev 2786
merge
Wed, 12 Aug 2009 14:05:36 +0200 backport stable branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 12 Aug 2009 14:05:36 +0200] rev 2785
backport stable branch
Wed, 12 Aug 2009 18:05:19 +0200 Backed out changeset 3f6dfc312760
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Aug 2009 18:05:19 +0200] rev 2784
Backed out changeset 3f6dfc312760
Tue, 11 Aug 2009 18:41:39 +0200 backport stable branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 11 Aug 2009 18:41:39 +0200] rev 2783
backport stable branch
Wed, 12 Aug 2009 13:30:45 +0200 compute extrapath, necessary for proper schema module detection when CW_CUBES_PATH is set stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Aug 2009 13:30:45 +0200] rev 2782
compute extrapath, necessary for proper schema module detection when CW_CUBES_PATH is set
Tue, 11 Aug 2009 18:13:33 +0200 [session cache] always append to description, turn it into a list if necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 18:13:33 +0200] rev 2781
[session cache] always append to description, turn it into a list if necessary
Tue, 11 Aug 2009 17:51:48 +0200 B web/tests back to green stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 11 Aug 2009 17:51:48 +0200] rev 2780
B web/tests back to green
Tue, 11 Aug 2009 17:28:18 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:28:18 +0200] rev 2779
backport stable branch
Tue, 11 Aug 2009 17:27:27 +0200 [entities] access persistent attributes through entity.cwdb
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:27:27 +0200] rev 2778
[entities] access persistent attributes through entity.cwdb
Tue, 11 Aug 2009 17:26:51 +0200 [vreg] skip final entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:26:51 +0200] rev 2777
[vreg] skip final entities
Tue, 11 Aug 2009 17:19:05 +0200 backport sand fix stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:19:05 +0200] rev 2776
backport sand fix
Mon, 10 Aug 2009 09:58:40 -0700 [view] make RegistryView xhtml valid
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 10 Aug 2009 09:58:40 -0700] rev 2775
[view] make RegistryView xhtml valid
Tue, 11 Aug 2009 17:15:54 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:15:54 +0200] rev 2774
merge
Tue, 11 Aug 2009 17:13:32 +0200 [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:13:32 +0200] rev 2773
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
Tue, 11 Aug 2009 17:07:48 +0200 backport some changesets to the stable branch stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:07:48 +0200] rev 2772
backport some changesets to the stable branch
Tue, 11 Aug 2009 17:06:02 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:06:02 +0200] rev 2771
merge
Tue, 11 Aug 2009 13:01:56 +0200 R propagate registry API changes
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 11 Aug 2009 13:01:56 +0200] rev 2770
R propagate registry API changes
Tue, 11 Aug 2009 12:42:01 +0200 R [registry] changes in the API
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 11 Aug 2009 12:42:01 +0200] rev 2769
R [registry] changes in the API
Tue, 11 Aug 2009 11:43:59 +0200 branching stable stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 11 Aug 2009 11:43:59 +0200] rev 2768
branching stable
Tue, 11 Aug 2009 17:04:59 +0200 [debug] cnx commit/rollback on DBG_RQL
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:04:59 +0200] rev 2767
[debug] cnx commit/rollback on DBG_RQL
Tue, 11 Aug 2009 17:04:22 +0200 DBG_MS flag
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:04:22 +0200] rev 2766
DBG_MS flag
Tue, 11 Aug 2009 17:04:00 +0200 reconnect without argument reconnect all sources
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:04:00 +0200] rev 2765
reconnect without argument reconnect all sources
Tue, 11 Aug 2009 17:03:27 +0200 [session pool] dont check closed session when calling set_pool from super_session
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:03:27 +0200] rev 2764
[session pool] dont check closed session when calling set_pool from super_session
Tue, 11 Aug 2009 17:02:50 +0200 [ms] proper reset cache on external source
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 17:02:50 +0200] rev 2763
[ms] proper reset cache on external source
Tue, 11 Aug 2009 12:21:45 +0200 [config] new with_recommends option to expand_cubes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 12:21:45 +0200] rev 2762
[config] new with_recommends option to expand_cubes
Tue, 11 Aug 2009 12:21:09 +0200 [vreg] explicit reset, no need to reload appobjects module on reloading because of schema changes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 12:21:09 +0200] rev 2761
[vreg] explicit reset, no need to reload appobjects module on reloading because of schema changes
Tue, 11 Aug 2009 12:20:13 +0200 fix reloading, new .reset prototype
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Aug 2009 12:20:13 +0200] rev 2760
fix reloading, new .reset prototype
Mon, 10 Aug 2009 23:33:11 +0200 R refactor backup and use tar.gz to store all sources
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 10 Aug 2009 23:33:11 +0200] rev 2759
R refactor backup and use tar.gz to store all sources
Mon, 10 Aug 2009 18:01:46 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 18:01:46 +0200] rev 2758
merge
Mon, 10 Aug 2009 15:54:28 +0200 B [web.box] fix EditRelationBoxTemplate in case neither related nor unrelated
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 10 Aug 2009 15:54:28 +0200] rev 2757
B [web.box] fix EditRelationBoxTemplate in case neither related nor unrelated
Mon, 10 Aug 2009 18:00:50 +0200 [server caching] should set cache before call to after_add_entity hooks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 18:00:50 +0200] rev 2756
[server caching] should set cache before call to after_add_entity hooks
Mon, 10 Aug 2009 16:02:14 +0200 [web test] fix unittest form
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 16:02:14 +0200] rev 2755
[web test] fix unittest form
Mon, 10 Aug 2009 13:59:00 +0200 [startup] fix syntax error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 13:59:00 +0200] rev 2754
[startup] fix syntax error
Mon, 10 Aug 2009 11:11:19 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 11:11:19 +0200] rev 2753
merge
Mon, 10 Aug 2009 10:55:58 +0200 B add missing selector on view registry
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 10 Aug 2009 10:55:58 +0200] rev 2752
B add missing selector on view registry
Mon, 10 Aug 2009 09:13:43 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 09:13:43 +0200] rev 2751
merge
Mon, 10 Aug 2009 09:12:22 +0200 Added tag cubicweb-debian-version-3.4.2-1 for changeset e6a8cd8cc910
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 09:12:22 +0200] rev 2750
Added tag cubicweb-debian-version-3.4.2-1 for changeset e6a8cd8cc910
Mon, 10 Aug 2009 09:12:21 +0200 Added tag cubicweb-version-3.4.2 for changeset cfcc7f6121d6 cubicweb-debian-version-3.4.2-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 09:12:21 +0200] rev 2749
Added tag cubicweb-version-3.4.2 for changeset cfcc7f6121d6
Sun, 09 Aug 2009 15:40:46 +0200 F [registry views] add _registry startup view
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 09 Aug 2009 15:40:46 +0200] rev 2748
F [registry views] add _registry startup view
Mon, 10 Aug 2009 11:10:12 +0200 cleanup docstring, add actually used method to the ITree interface
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Aug 2009 11:10:12 +0200] rev 2747
cleanup docstring, add actually used method to the ITree interface
Fri, 07 Aug 2009 17:51:16 +0200 3.4.2 cubicweb-version-3.4.2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 17:51:16 +0200] rev 2746
3.4.2
Fri, 07 Aug 2009 17:42:04 +0200 [schema migration] test reproducing pb when deleting a relation definition with mandatory card and without removing the associated rtype + fix
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 17:42:04 +0200] rev 2745
[schema migration] test reproducing pb when deleting a relation definition with mandatory card and without removing the associated rtype + fix
Fri, 07 Aug 2009 17:40:52 +0200 reactivate verification hooks in migration test, it may hide some actual errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 17:40:52 +0200] rev 2744
reactivate verification hooks in migration test, it may hide some actual errors
Fri, 07 Aug 2009 16:50:53 +0200 [c-c] fix confirm
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:50:53 +0200] rev 2743
[c-c] fix confirm
Fri, 07 Aug 2009 16:50:29 +0200 [bw compat] restore format_constraint into schema file context
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:50:29 +0200] rev 2742
[bw compat] restore format_constraint into schema file context
Fri, 07 Aug 2009 16:50:09 +0200 [schema] oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:50:09 +0200] rev 2741
[schema] oops
Fri, 07 Aug 2009 16:49:20 +0200 [schema changes] check entity is not being deleted and get only actually modified attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:49:20 +0200] rev 2740
[schema changes] check entity is not being deleted and get only actually modified attributes
Fri, 07 Aug 2009 16:18:51 +0200 [migration] use new default argument, default_is_yes has never been there...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:18:51 +0200] rev 2739
[migration] use new default argument, default_is_yes has never been there...
Fri, 07 Aug 2009 16:18:28 +0200 [migration] mh.confirm support a new default argument, fix default handling for ASK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 16:18:28 +0200] rev 2738
[migration] mh.confirm support a new default argument, fix default handling for ASK
Fri, 07 Aug 2009 14:49:48 +0200 use makedirs, some old instances don't have parent directory properly set
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 14:49:48 +0200] rev 2737
use makedirs, some old instances don't have parent directory properly set
Fri, 07 Aug 2009 14:49:19 +0200 restore backward compat, still imported a lot
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 14:49:19 +0200] rev 2736
restore backward compat, still imported a lot
Fri, 07 Aug 2009 14:06:58 +0200 no need for lib_directory
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 14:06:58 +0200] rev 2735
no need for lib_directory
Fri, 07 Aug 2009 14:00:54 +0200 3.4.1...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 14:00:54 +0200] rev 2734
3.4.1...
Fri, 07 Aug 2009 14:00:03 +0200 remove code unused for a while now
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 14:00:03 +0200] rev 2733
remove code unused for a while now
Fri, 07 Aug 2009 13:59:38 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 13:59:38 +0200] rev 2732
typo
Fri, 07 Aug 2009 13:59:18 +0200 delete relations one by one to avoid too complex rql analysis
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 13:59:18 +0200] rev 2731
delete relations one by one to avoid too complex rql analysis
Fri, 07 Aug 2009 13:58:28 +0200 to make cw schemas importable, they have to be installed w/ cw code, not in /usr/share/cubicweb/schemas
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 13:58:28 +0200] rev 2730
to make cw schemas importable, they have to be installed w/ cw code, not in /usr/share/cubicweb/schemas
Fri, 07 Aug 2009 12:51:56 +0200 fix syntax error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:51:56 +0200] rev 2729
fix syntax error
Fri, 07 Aug 2009 12:20:50 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:20:50 +0200] rev 2728
backport stable
Fri, 07 Aug 2009 12:20:37 +0200 param is now trcomment_format stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:20:37 +0200] rev 2727
param is now trcomment_format
Fri, 07 Aug 2009 12:12:50 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:12:50 +0200] rev 2726
backport stable branch
Fri, 07 Aug 2009 12:12:20 +0200 need to set default value for trcomment_format since it's not an actual field stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:12:20 +0200] rev 2725
need to set default value for trcomment_format since it's not an actual field
Fri, 07 Aug 2009 12:11:03 +0200 format field should inherit from parent field's eidparam stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:11:03 +0200] rev 2724
format field should inherit from parent field's eidparam
Fri, 07 Aug 2009 12:10:32 +0200 don't set display: block on hidden input stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 12:10:32 +0200] rev 2723
don't set display: block on hidden input
Fri, 07 Aug 2009 10:43:34 +0200 3.4
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 10:43:34 +0200] rev 2722
3.4
Fri, 07 Aug 2009 10:35:04 +0200 remove print
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 10:35:04 +0200] rev 2721
remove print
Fri, 07 Aug 2009 10:22:17 +0200 [rql test] add non regression test for rql (fail with current rql head)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 10:22:17 +0200] rev 2720
[rql test] add non regression test for rql (fail with current rql head)
Fri, 07 Aug 2009 10:21:39 +0200 [server debug] indent for more readability
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 10:21:39 +0200] rev 2719
[server debug] indent for more readability
Fri, 07 Aug 2009 10:21:19 +0200 [schema] break when found
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Aug 2009 10:21:19 +0200] rev 2718
[schema] break when found
Thu, 06 Aug 2009 11:55:26 +0200 update dependencies
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 11:55:26 +0200] rev 2717
update dependencies
Thu, 06 Aug 2009 11:54:17 +0200 [schema] yams api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 11:54:17 +0200] rev 2716
[schema] yams api update
Thu, 06 Aug 2009 09:51:52 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 09:51:52 +0200] rev 2715
backport stable branch
Thu, 06 Aug 2009 09:40:40 +0200 Added tag cubicweb-debian-version-3.3.5-1 for changeset 82fe8a6d077b stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 09:40:40 +0200] rev 2714
Added tag cubicweb-debian-version-3.3.5-1 for changeset 82fe8a6d077b
Thu, 06 Aug 2009 09:40:40 +0200 Added tag cubicweb-version-3.3.5 for changeset d85937184430 stable cubicweb-debian-version-3.3.5-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 09:40:40 +0200] rev 2713
Added tag cubicweb-version-3.3.5 for changeset d85937184430
Thu, 06 Aug 2009 09:07:03 +0200 3.3.5 stable cubicweb-version-3.3.5
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 09:07:03 +0200] rev 2712
3.3.5
Thu, 06 Aug 2009 09:04:26 +0200 ensure runtime dir exists
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Aug 2009 09:04:26 +0200] rev 2711
ensure runtime dir exists
Wed, 05 Aug 2009 19:14:39 +0200 [web.box] remove deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 19:14:39 +0200] rev 2710
[web.box] remove deprecation warnings
Wed, 05 Aug 2009 19:14:07 +0200 [hooksmanager] hooks should be reseted after vreg reload
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 19:14:07 +0200] rev 2709
[hooksmanager] hooks should be reseted after vreg reload
Wed, 05 Aug 2009 19:13:35 +0200 allow to specify arbitrary argument when recording a looping task func
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 19:13:35 +0200] rev 2708
allow to specify arbitrary argument when recording a looping task func
Wed, 05 Aug 2009 19:12:10 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 19:12:10 +0200] rev 2707
cleanup
Wed, 05 Aug 2009 18:56:22 +0200 [web session] proper reloading of the session manager on vreg update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 18:56:22 +0200] rev 2706
[web session] proper reloading of the session manager on vreg update
Wed, 05 Aug 2009 18:18:12 +0200 [events] renamed source-reload into registry-reload to avoid potential confusions with datasources
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 18:18:12 +0200] rev 2705
[events] renamed source-reload into registry-reload to avoid potential confusions with datasources
Wed, 05 Aug 2009 17:33:40 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:33:40 +0200] rev 2704
merge
Wed, 05 Aug 2009 12:15:48 +0200 [cleanup] delete-trailing-whitespace + removed debug print
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 12:15:48 +0200] rev 2703
[cleanup] delete-trailing-whitespace + removed debug print
Wed, 05 Aug 2009 17:30:52 +0200 [css] fix cubicweb.css for action'selected class stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:30:52 +0200] rev 2702
[css] fix cubicweb.css for action'selected class
Wed, 05 Aug 2009 17:30:47 +0200 fix #344895: view action should skip navigation parameters stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:30:47 +0200] rev 2701
fix #344895: view action should skip navigation parameters
Wed, 05 Aug 2009 17:27:33 +0200 [migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:27:33 +0200] rev 2700
[migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
Wed, 05 Aug 2009 17:26:41 +0200 [ldap] more configuration possible on ldap source: protocal/authentication mode, dumb support for kerberos authentication
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:26:41 +0200] rev 2699
[ldap] more configuration possible on ldap source: protocal/authentication mode, dumb support for kerberos authentication
Wed, 05 Aug 2009 17:25:06 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:25:06 +0200] rev 2698
cleanup
Wed, 05 Aug 2009 17:24:52 +0200 [schema hooks] rename variable, check unique constraint actually changed before creating the index
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:24:52 +0200] rev 2697
[schema hooks] rename variable, check unique constraint actually changed before creating the index
Wed, 05 Aug 2009 17:23:06 +0200 [3.4 migration] only set cwuri for entities from the system source
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:23:06 +0200] rev 2696
[3.4 migration] only set cwuri for entities from the system source
Wed, 05 Aug 2009 17:22:33 +0200 [hooks] check key or value is actually edited
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:22:33 +0200] rev 2695
[hooks] check key or value is actually edited
Wed, 05 Aug 2009 10:52:09 +0200 [twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 10:52:09 +0200] rev 2694
[twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
Wed, 05 Aug 2009 08:40:20 +0200 [i18n] updated catalogs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:40:20 +0200] rev 2693
[i18n] updated catalogs
Wed, 05 Aug 2009 08:34:04 +0200 [i18ncubicweb] fix stupid NameError with mkdtemp
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:34:04 +0200] rev 2692
[i18ncubicweb] fix stupid NameError with mkdtemp
Tue, 04 Aug 2009 19:36:22 +0200 add consistency check on constraints
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 19:36:22 +0200] rev 2691
add consistency check on constraints
Tue, 04 Aug 2009 18:58:54 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:58:54 +0200] rev 2690
merge
Tue, 04 Aug 2009 18:58:38 +0200 [autoreload] handle uicfg reloading properly with the new event / callback mechanism
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:58:38 +0200] rev 2689
[autoreload] handle uicfg reloading properly with the new event / callback mechanism
Tue, 04 Aug 2009 18:48:46 +0200 [multi-source] test and fix msplanner regression stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:48:46 +0200] rev 2688
[multi-source] test and fix msplanner regression
Tue, 04 Aug 2009 18:47:11 +0200 [startup] vreg api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:47:11 +0200] rev 2687
[startup] vreg api update
Tue, 04 Aug 2009 18:46:59 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:46:59 +0200] rev 2686
cleanup
Tue, 04 Aug 2009 18:44:24 +0200 [autoreload] recompute urlresolver / urlrewriter after autoreload
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:44:24 +0200] rev 2685
[autoreload] recompute urlresolver / urlrewriter after autoreload
Tue, 04 Aug 2009 18:43:55 +0200 [autoreload] remove all modules under vregistry_path() from sys.modules before reloading
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:43:55 +0200] rev 2684
[autoreload] remove all modules under vregistry_path() from sys.modules before reloading
Tue, 04 Aug 2009 18:40:47 +0200 introduce a new CubicwebEventManager
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:40:47 +0200] rev 2683
introduce a new CubicwebEventManager Typical emit usage: >>> from cubicweb import CW_EVENT_MANAGER >>> CW_EVENT_MANAGER.emit('after-source-reload') Typical bind usage: >>> from cubicweb import CW_EVENT_MANAGER >>> CW_EVENT_MANAGER.bind('after-source-reload', mycallback)
Tue, 04 Aug 2009 17:39:02 +0200 [F dbdump] dark and dirty fix for db-copy command
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:39:02 +0200] rev 2682
[F dbdump] dark and dirty fix for db-copy command
Tue, 04 Aug 2009 17:16:05 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:16:05 +0200] rev 2681
cleanup
Tue, 04 Aug 2009 17:11:50 +0200 [R] use req.entity_from_eid
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:11:50 +0200] rev 2680
[R] use req.entity_from_eid
Tue, 04 Aug 2009 17:02:18 +0200 [reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:02:18 +0200] rev 2679
[reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done
Tue, 04 Aug 2009 17:01:00 +0200 use yams api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:01:00 +0200] rev 2678
use yams api
Tue, 04 Aug 2009 17:00:14 +0200 [table view] vreg api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:00:14 +0200] rev 2677
[table view] vreg api update
Tue, 04 Aug 2009 15:30:54 +0200 [navigation] split tests, add test for __start out of bound
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 15:30:54 +0200] rev 2676
[navigation] split tests, add test for __start out of bound
Tue, 04 Aug 2009 15:08:18 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 15:08:18 +0200] rev 2675
merge
Tue, 04 Aug 2009 15:06:09 +0200 merge (after jquery.tools backout)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 15:06:09 +0200] rev 2674
merge (after jquery.tools backout)
Tue, 04 Aug 2009 11:43:03 +0200 Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:43:03 +0200] rev 2673
Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
Tue, 04 Aug 2009 11:36:47 +0200 [reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:36:47 +0200] rev 2672
[reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
Tue, 04 Aug 2009 11:35:57 +0200 [uicfg] fix metadata detection in primaryview_section
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:35:57 +0200] rev 2671
[uicfg] fix metadata detection in primaryview_section
Tue, 04 Aug 2009 14:49:05 +0200 [vreg] api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 14:49:05 +0200] rev 2670
[vreg] api update
Tue, 04 Aug 2009 00:54:41 +0200 to avoid confusions, implements iteritems/itervalues as well
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 00:54:41 +0200] rev 2669
to avoid confusions, implements iteritems/itervalues as well
Tue, 04 Aug 2009 00:51:00 +0200 [testlib] take care of re-monkeypatching which'll cause infinite recursion error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 00:51:00 +0200] rev 2668
[testlib] take care of re-monkeypatching which'll cause infinite recursion error
Mon, 03 Aug 2009 17:59:34 +0200 [repo] explicitly specifies edited attributes to glob_update_entity
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:59:34 +0200] rev 2667
[repo] explicitly specifies edited attributes to glob_update_entity
Mon, 03 Aug 2009 17:32:42 +0200 [webapp] missing renaming
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:32:42 +0200] rev 2666
[webapp] missing renaming
Mon, 03 Aug 2009 17:20:20 +0200 [pyro] use lgc.pyro_ext, simplify pyro related options
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:20:20 +0200] rev 2665
[pyro] use lgc.pyro_ext, simplify pyro related options
Mon, 03 Aug 2009 16:50:22 +0200 [we, test] more api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:50:22 +0200] rev 2664
[we, test] more api update
Mon, 03 Aug 2009 16:33:27 +0200 [controller] should catch and set appli argument here now that the old AppObject class is gone
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:33:27 +0200] rev 2663
[controller] should catch and set appli argument here now that the old AppObject class is gone
Mon, 03 Aug 2009 16:32:30 +0200 [uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:32:30 +0200] rev 2662
[uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
Mon, 03 Aug 2009 16:31:30 +0200 [vreg api update] remove some deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:31:30 +0200] rev 2661
[vreg api update] remove some deprecation warnings
Mon, 03 Aug 2009 15:57:05 +0200 [test] update test: class initialization done in etype_class now
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:57:05 +0200] rev 2660
[test] update test: class initialization done in etype_class now
Mon, 03 Aug 2009 15:56:27 +0200 [vreg] fix deprecation messages
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:56:27 +0200] rev 2659
[vreg] fix deprecation messages
Mon, 03 Aug 2009 15:42:47 +0200 [appobject selection process] drop the need for the .selected method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:42:47 +0200] rev 2658
[appobject selection process] drop the need for the .selected method
Mon, 03 Aug 2009 15:16:47 +0200 [appobject] kill VObject class, move base selector classes to appobject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:16:47 +0200] rev 2657
[appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 14:14:07 +0200 R [base classes] only AppObject remaning, no more AppRsetObject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 14:14:07 +0200] rev 2656
R [base classes] only AppObject remaning, no more AppRsetObject
Mon, 03 Aug 2009 10:53:31 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 10:53:31 +0200] rev 2655
merge
Mon, 03 Aug 2009 09:24:50 +0200 [twisted] don't use twistd anymore, all-in-one.py file is needed anymore
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 03 Aug 2009 09:24:50 +0200] rev 2654
[twisted] don't use twistd anymore, all-in-one.py file is needed anymore
Sun, 02 Aug 2009 20:59:57 +0200 [uicfg] reload uicfg when vregistry is being reset
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 20:59:57 +0200] rev 2653
[uicfg] reload uicfg when vregistry is being reset
Sun, 02 Aug 2009 20:56:05 +0200 [refactoring] moved rtags specification in web/views
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 20:56:05 +0200] rev 2652
[refactoring] moved rtags specification in web/views
Sun, 02 Aug 2009 19:32:57 +0200 [registry] when a source file is changed, reset and reload the whole registry
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 19:32:57 +0200] rev 2651
[registry] when a source file is changed, reset and reload the whole registry
Mon, 03 Aug 2009 10:50:57 +0200 R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 10:50:57 +0200] rev 2650
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Mon, 03 Aug 2009 09:37:13 +0200 B [supervising] ignore updated event for entities created in the same transaction
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 09:37:13 +0200] rev 2649
B [supervising] ignore updated event for entities created in the same transaction
Mon, 03 Aug 2009 09:24:08 +0200 F [rset repo cache] set entity.rset when no set on entities retreived from the cache
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 09:24:08 +0200] rev 2648
F [rset repo cache] set entity.rset when no set on entities retreived from the cache
Sun, 02 Aug 2009 12:00:17 +0200 enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 12:00:17 +0200] rev 2647
enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
Sun, 02 Aug 2009 11:58:55 +0200 #F [querier] debugging tweak
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:58:55 +0200] rev 2646
#F [querier] debugging tweak
Sun, 02 Aug 2009 11:55:53 +0200 F [adapted list view] fix selector
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:55:53 +0200] rev 2645
F [adapted list view] fix selector
Sun, 02 Aug 2009 11:55:24 +0200 F [view] missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:55:24 +0200] rev 2644
F [view] missing import
Sun, 02 Aug 2009 11:54:48 +0200 web test update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:54:48 +0200] rev 2643
web test update
Sun, 02 Aug 2009 11:54:02 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:54:02 +0200] rev 2642
cleanup
Sat, 01 Aug 2009 17:22:46 +0200 R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:22:46 +0200] rev 2641
R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
Sat, 01 Aug 2009 17:22:05 +0200 uicfg bugs detected by tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:22:05 +0200] rev 2640
uicfg bugs detected by tests
Sat, 01 Aug 2009 17:21:45 +0200 R import to avoid warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:45 +0200] rev 2639
R import to avoid warning
Sat, 01 Aug 2009 17:21:32 +0200 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:32 +0200] rev 2638
oops
Sat, 01 Aug 2009 17:21:19 +0200 R [test] update and fix deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:19 +0200] rev 2637
R [test] update and fix deprecation warnings
Sat, 01 Aug 2009 17:20:26 +0200 R [web test] rewrite schema with a single python module
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:20:26 +0200] rev 2636
R [web test] rewrite schema with a single python module
Sat, 01 Aug 2009 16:54:40 +0200 F [cw.test] OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:54:40 +0200] rev 2635
F [cw.test] OK
Sat, 01 Aug 2009 16:54:03 +0200 explicit imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:54:03 +0200] rev 2634
explicit imports
Sat, 01 Aug 2009 16:21:52 +0200 get_csv is being renamed to splitstrip
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:21:52 +0200] rev 2633
get_csv is being renamed to splitstrip
Sat, 01 Aug 2009 16:20:08 +0200 B [schema update] may remove has_text unexpectedly, give another argument to fix it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:20:08 +0200] rev 2632
B [schema update] may remove has_text unexpectedly, give another argument to fix it
Sat, 01 Aug 2009 16:19:08 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:19:08 +0200] rev 2631
cleanup
Sat, 01 Aug 2009 16:18:14 +0200 R [session] property for quick access to repo.schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:18:14 +0200] rev 2630
R [session] property for quick access to repo.schema
Sat, 01 Aug 2009 16:17:47 +0200 R [querier] debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:17:47 +0200] rev 2629
R [querier] debugging tweaks
Sat, 01 Aug 2009 16:17:18 +0200 document and replace debugged by a contextmanager/decorator class
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:17:18 +0200] rev 2628
document and replace debugged by a contextmanager/decorator class
Sat, 01 Aug 2009 16:16:06 +0200 manual_insert is a public method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:16:06 +0200] rev 2627
manual_insert is a public method
Sat, 01 Aug 2009 16:14:55 +0200 F [server test] avoid warning by adding __init__.py file to directory
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:14:55 +0200] rev 2626
F [server test] avoid warning by adding __init__.py file to directory
Sat, 01 Aug 2009 16:13:40 +0200 R [server debug] more server side debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:13:40 +0200] rev 2625
R [server debug] more server side debugging tweaks
Sat, 01 Aug 2009 01:24:42 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:24:42 +0200] rev 2624
cleanup
Sat, 01 Aug 2009 01:24:03 +0200 oops, should have been in a earlier commit (give rollback_on_failure to doexec)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:24:03 +0200] rev 2623
oops, should have been in a earlier commit (give rollback_on_failure to doexec)
Sat, 01 Aug 2009 01:23:22 +0200 oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:23:22 +0200] rev 2622
oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
Sat, 01 Aug 2009 01:22:01 +0200 R [querier] debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:22:01 +0200] rev 2621
R [querier] debugging tweaks
Sat, 01 Aug 2009 01:20:58 +0200 R [sql source] cnx._cnx checked in cnx.close, don't do it here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:20:58 +0200] rev 2620
R [sql source] cnx._cnx checked in cnx.close, don't do it here
Sat, 01 Aug 2009 01:19:26 +0200 debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:19:26 +0200] rev 2619
debugging tweaks
Sat, 01 Aug 2009 01:16:19 +0200 [F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:16:19 +0200] rev 2618
[F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
Sat, 01 Aug 2009 01:13:39 +0200 [R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:13:39 +0200] rev 2617
[R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
Sat, 01 Aug 2009 00:01:12 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 00:01:12 +0200] rev 2616
merge
Fri, 31 Jul 2009 23:26:52 +0200 F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 23:26:52 +0200] rev 2615
F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
Fri, 31 Jul 2009 23:22:19 +0200 F [doc] mark code block as python source in cookbook
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 23:22:19 +0200] rev 2614
F [doc] mark code block as python source in cookbook
Fri, 31 Jul 2009 22:37:28 +0200 R [all] logilab.common 0.44 provides only deprecated
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 22:37:28 +0200] rev 2613
R [all] logilab.common 0.44 provides only deprecated
Fri, 31 Jul 2009 19:18:33 +0200 [doc] update generate_modules to match new sphinxutils API
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 31 Jul 2009 19:18:33 +0200] rev 2612
[doc] update generate_modules to match new sphinxutils API
Sat, 01 Aug 2009 00:00:29 +0200 [R source cnx] use connection wrapper's close method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 00:00:29 +0200] rev 2611
[R source cnx] use connection wrapper's close method
Fri, 31 Jul 2009 23:58:53 +0200 [F native source] fix attempts to clear cache key
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:58:53 +0200] rev 2610
[F native source] fix attempts to clear cache key
Fri, 31 Jul 2009 23:55:50 +0200 [F workflow repo] don't try to get previous state of newly created entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:55:50 +0200] rev 2609
[F workflow repo] don't try to get previous state of newly created entities
Fri, 31 Jul 2009 23:54:20 +0200 [F repo tests] tests have to be updated:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:54:20 +0200] rev 2608
[F repo tests] tests have to be updated: * fix schema (stuff missed while rewriting old .sql / .rel files to python) * '* in_basket Basket' now consider all entity types * new ExternalUri / cwuri ertypes * group eids have changed
Fri, 31 Jul 2009 23:48:18 +0200 [F hooks] skip new eids as well as pending ones in DelayedDelete operation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:48:18 +0200] rev 2607
[F hooks] skip new eids as well as pending ones in DelayedDelete operation
Fri, 31 Jul 2009 23:47:20 +0200 [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:47:20 +0200] rev 2606
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
Fri, 31 Jul 2009 23:46:59 +0200 [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:46:59 +0200] rev 2605
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
Fri, 31 Jul 2009 23:45:07 +0200 [R repo session] add_relation method use in hooks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:45:07 +0200] rev 2604
[R repo session] add_relation method use in hooks
Fri, 31 Jul 2009 23:44:16 +0200 [R hooks] optmize insertion by using direct repository methods when possible
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:44:16 +0200] rev 2603
[R hooks] optmize insertion by using direct repository methods when possible
Fri, 31 Jul 2009 23:39:50 +0200 [F schema] set inlined=False to ensure it'is not inlined by accident
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:39:50 +0200] rev 2602
[F schema] set inlined=False to ensure it'is not inlined by accident
Fri, 31 Jul 2009 23:38:27 +0200 [R querier] new READ_ONLY_RTYPES constant
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:38:27 +0200] rev 2601
[R querier] new READ_ONLY_RTYPES constant
Fri, 31 Jul 2009 23:37:42 +0200 [F repo debugging] log repo event on DBG_REPO debug level
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:37:42 +0200] rev 2600
[F repo debugging] log repo event on DBG_REPO debug level
Fri, 31 Jul 2009 23:35:07 +0200 [R schema hooks] use new accessors on CWRelation and CWAttribute entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:35:07 +0200] rev 2599
[R schema hooks] use new accessors on CWRelation and CWAttribute entities
Fri, 31 Jul 2009 23:33:05 +0200 [R schema] dont give an iterator, it's a trap
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:33:05 +0200] rev 2598
[R schema] dont give an iterator, it's a trap
Fri, 31 Jul 2009 23:32:07 +0200 [C schema seria] cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:32:07 +0200] rev 2597
[C schema seria] cleanup
Fri, 31 Jul 2009 23:30:56 +0200 [R repo, schema] use VIRTUAL_RTYPES const
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:30:56 +0200] rev 2596
[R repo, schema] use VIRTUAL_RTYPES const
Fri, 31 Jul 2009 23:27:53 +0200 [F server test] sort for test predictability
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:27:53 +0200] rev 2595
[F server test] sort for test predictability
Fri, 31 Jul 2009 23:26:14 +0200 [R schemaobjs] property accessors for CWRelation/CWAttribute
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:26:14 +0200] rev 2594
[R schemaobjs] property accessors for CWRelation/CWAttribute
Fri, 31 Jul 2009 23:25:02 +0200 F: start to handle binary debug log level on the server side
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:25:02 +0200] rev 2593
F: start to handle binary debug log level on the server side
Fri, 31 Jul 2009 23:21:45 +0200 rewrite migrscheam
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:21:45 +0200] rev 2592
rewrite migrscheam
Fri, 31 Jul 2009 20:05:33 +0200 C remove no more used copy_schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 20:05:33 +0200] rev 2591
C remove no more used copy_schema
Fri, 31 Jul 2009 19:43:18 +0200 [D server test] remove deprecated test on application_hooks file, and associated data
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 19:43:18 +0200] rev 2590
[D server test] remove deprecated test on application_hooks file, and associated data
Fri, 31 Jul 2009 14:25:30 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 14:25:30 +0200] rev 2589
backport stable branch
Fri, 31 Jul 2009 14:18:53 +0200 [F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 14:18:53 +0200] rev 2588
[F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances
Fri, 31 Jul 2009 12:04:32 +0200 [vreg] consider __abstract__ in register_all stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 12:04:32 +0200] rev 2587
[vreg] consider __abstract__ in register_all
Fri, 31 Jul 2009 10:47:15 +0200 [xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 10:47:15 +0200] rev 2586
[xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
Fri, 31 Jul 2009 10:42:15 +0200 missing new renderer argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 10:42:15 +0200] rev 2585
missing new renderer argument
Fri, 31 Jul 2009 07:57:14 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 07:57:14 +0200] rev 2584
merge
Thu, 30 Jul 2009 14:54:40 -0700 Add missing parameter to widget render call.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 30 Jul 2009 14:54:40 -0700] rev 2583
Add missing parameter to widget render call.
Fri, 31 Jul 2009 07:38:53 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 07:38:53 +0200] rev 2582
merge
Thu, 30 Jul 2009 22:36:01 +0200 merge
Florent <florent@secondweb.fr> [Thu, 30 Jul 2009 22:36:01 +0200] rev 2581
merge
Thu, 30 Jul 2009 22:33:46 +0200 always explicitly close <base> tags because of an old IE6 bug
Florent <florent@secondweb.fr> [Thu, 30 Jul 2009 22:33:46 +0200] rev 2580
always explicitly close <base> tags because of an old IE6 bug
Thu, 30 Jul 2009 19:55:27 +0200 [hooksmanager] nicer unregister_hook implementation, allowing to give a Hook subclass as argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 19:55:27 +0200] rev 2579
[hooksmanager] nicer unregister_hook implementation, allowing to give a Hook subclass as argument
Thu, 30 Jul 2009 19:00:57 +0200 [migration] reset do-not-insert-cwuri once it's properly in the schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 19:00:57 +0200] rev 2578
[migration] reset do-not-insert-cwuri once it's properly in the schema
Thu, 30 Jul 2009 18:52:33 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:52:33 +0200] rev 2577
cleanup
Thu, 30 Jul 2009 18:52:26 +0200 [F delconf form] should give rset to select()
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:52:26 +0200] rev 2576
[F delconf form] should give rset to select()
Thu, 30 Jul 2009 18:51:44 +0200 [form renderer] fix composite form renderer in case the main form has some visible fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:51:44 +0200] rev 2575
[form renderer] fix composite form renderer in case the main form has some visible fields
Thu, 30 Jul 2009 18:50:41 +0200 [form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:50:41 +0200] rev 2574
[form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
Thu, 30 Jul 2009 18:49:24 +0200 add default values for fielsets_in_order, document base form attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 18:49:24 +0200] rev 2573
add default values for fielsets_in_order, document base form attributes
Thu, 30 Jul 2009 15:19:29 +0200 [notification view] consider row/col
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 15:19:29 +0200] rev 2572
[notification view] consider row/col
Thu, 30 Jul 2009 12:30:12 +0200 oops, this is a method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 12:30:12 +0200] rev 2571
oops, this is a method
Thu, 30 Jul 2009 12:01:17 +0200 [repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 12:01:17 +0200] rev 2570
[repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration
Thu, 30 Jul 2009 11:59:48 +0200 no rset hooks should have empty rset now stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 11:59:48 +0200] rev 2569
no rset hooks should have empty rset now
Thu, 30 Jul 2009 11:30:06 +0200 d-t-w
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 30 Jul 2009 11:30:06 +0200] rev 2568
d-t-w
Wed, 29 Jul 2009 18:27:41 +0200 avoid execution of queries which are known to be wrong by letting error propagates
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:27:41 +0200] rev 2567
avoid execution of queries which are known to be wrong by letting error propagates
Wed, 29 Jul 2009 18:26:29 +0200 missing db-port option to source's option definitions stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:26:29 +0200] rev 2566
missing db-port option to source's option definitions
Wed, 29 Jul 2009 18:25:01 +0200 make notification views working with no rset
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 18:25:01 +0200] rev 2565
make notification views working with no rset
Wed, 29 Jul 2009 12:46:09 +0200 [F plot] make jquery plots accept a fourth column that specifies a date format for tooltips
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 29 Jul 2009 12:46:09 +0200] rev 2564
[F plot] make jquery plots accept a fourth column that specifies a date format for tooltips
Wed, 29 Jul 2009 11:16:42 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 11:16:42 +0200] rev 2563
merge
Wed, 29 Jul 2009 11:02:45 +0200 [doc] #120075 quickstart (was proposed structure)
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 29 Jul 2009 11:02:45 +0200] rev 2562
[doc] #120075 quickstart (was proposed structure)
Wed, 29 Jul 2009 11:10:11 +0200 [F xhml] use a class to avoid duplicated ids when editing several entities at once
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 11:10:11 +0200] rev 2561
[F xhml] use a class to avoid duplicated ids when editing several entities at once
Wed, 29 Jul 2009 10:44:55 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:44:55 +0200] rev 2560
merge
Wed, 29 Jul 2009 10:44:36 +0200 [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:44:36 +0200] rev 2559
[R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Wed, 29 Jul 2009 10:43:30 +0200 move test on force-html-content-type to xhtml_browser method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 10:43:30 +0200] rev 2558
move test on force-html-content-type to xhtml_browser method
Tue, 28 Jul 2009 22:22:08 +0200 make it easy to change response of FormValidatorController
Florent <florent@secondweb.fr> [Tue, 28 Jul 2009 22:22:08 +0200] rev 2557
make it easy to change response of FormValidatorController
Tue, 07 Jul 2009 13:57:26 +0200 fix tabindex starting at 0
Florent <florent@secondweb.fr> [Tue, 07 Jul 2009 13:57:26 +0200] rev 2556
fix tabindex starting at 0
Tue, 28 Jul 2009 10:23:48 +0200 fix html headers for forced html content type : main template and json controller
Fabrice <fabrice@secondweb.fr> [Tue, 28 Jul 2009 10:23:48 +0200] rev 2555
fix html headers for forced html content type : main template and json controller
Tue, 28 Jul 2009 10:19:14 +0200 make jsvars declaration xhtml and html compatible
Fabrice <fabrice@secondweb.fr> [Tue, 28 Jul 2009 10:19:14 +0200] rev 2554
make jsvars declaration xhtml and html compatible
Tue, 28 Jul 2009 17:36:30 +0200 merge
Florent <florent@secondweb.fr> [Tue, 28 Jul 2009 17:36:30 +0200] rev 2553
merge
Tue, 21 Jul 2009 19:40:10 +0200 add force-html-content-type config boolean variable
Florent <florent@secondweb.fr> [Tue, 21 Jul 2009 19:40:10 +0200] rev 2552
add force-html-content-type config boolean variable
Wed, 29 Jul 2009 09:09:11 +0200 [F bw compat] warn if entities.pot exists but consider it anyway
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:09:11 +0200] rev 2551
[F bw compat] warn if entities.pot exists but consider it anyway
Wed, 29 Jul 2009 09:08:26 +0200 [F xhtml] avoid duplicated id
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:08:26 +0200] rev 2550
[F xhtml] avoid duplicated id
Wed, 29 Jul 2009 09:08:04 +0200 [R forms] use a subfields(form) method to get a chance to adapt to context
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:08:04 +0200] rev 2549
[R forms] use a subfields(form) method to get a chance to adapt to context
Wed, 29 Jul 2009 09:07:12 +0200 [cleanup] no more needed, marked as i18n string by yams
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 29 Jul 2009 09:07:12 +0200] rev 2548
[cleanup] no more needed, marked as i18n string by yams
Wed, 29 Jul 2009 00:12:43 +0200 [doc] fix FAQ layout
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 29 Jul 2009 00:12:43 +0200] rev 2547
[doc] fix FAQ layout
Tue, 28 Jul 2009 23:55:56 +0200 [doc] more improvements
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 23:55:56 +0200] rev 2546
[doc] more improvements
Tue, 28 Jul 2009 23:49:47 +0200 [doc] replace code-block with sourcecode
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 23:49:47 +0200] rev 2545
[doc] replace code-block with sourcecode
Tue, 28 Jul 2009 23:48:19 +0200 [doc] fixed some dangling internal links
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 23:48:19 +0200] rev 2544
[doc] fixed some dangling internal links
Tue, 28 Jul 2009 23:21:39 +0200 [doc] fix problem with layout, thanks to Sandrine
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 23:21:39 +0200] rev 2543
[doc] fix problem with layout, thanks to Sandrine
Tue, 28 Jul 2009 21:27:52 +0200 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 21:27:52 +0200] rev 2542
merge
Thu, 16 Jul 2009 12:57:17 -0700 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 16 Jul 2009 12:57:17 -0700] rev 2541
merge
Thu, 16 Jul 2009 12:54:46 -0700 Missing xml_escape import.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 16 Jul 2009 12:54:46 -0700] rev 2540
Missing xml_escape import.
Tue, 28 Jul 2009 21:26:46 +0200 [doc] some more rewriting
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 21:26:46 +0200] rev 2539
[doc] some more rewriting
Tue, 28 Jul 2009 21:14:47 +0200 backport stable branch changesets
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 28 Jul 2009 21:14:47 +0200] rev 2538
backport stable branch changesets
Tue, 28 Jul 2009 21:11:10 +0200 [javascript] fix IFRAME implementation and make it work in IE 6/7 + FF3 with text/html served pages stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 28 Jul 2009 21:11:10 +0200] rev 2537
[javascript] fix IFRAME implementation and make it work in IE 6/7 + FF3 with text/html served pages For more information : - http://groups.google.com/group/comp.lang.javascript/msg/510f639e1fdebcc8 - http://msdn.microsoft.com/en-us/library/ms536389%28VS.85%29.aspx
Tue, 28 Jul 2009 20:38:53 +0200 [doc] #306434: say a word about optimization
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 20:38:53 +0200] rev 2536
[doc] #306434: say a word about optimization
Tue, 28 Jul 2009 20:26:45 +0200 [doc] a bit of rewriting
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 20:26:45 +0200] rev 2535
[doc] a bit of rewriting
Tue, 28 Jul 2009 19:59:50 +0200 [i18n] #344832: rename entities.pot
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 19:59:50 +0200] rev 2534
[i18n] #344832: rename entities.pot
Tue, 28 Jul 2009 19:41:09 +0200 [doc] #342929: bad migration command in overview
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 19:41:09 +0200] rev 2533
[doc] #342929: bad migration command in overview
Tue, 28 Jul 2009 18:44:19 +0200 [cleanup] improve dialog message consistency
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 18:44:19 +0200] rev 2532
[cleanup] improve dialog message consistency
Tue, 28 Jul 2009 18:36:32 +0200 [cleanup] nicer imports
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 28 Jul 2009 18:36:32 +0200] rev 2531
[cleanup] nicer imports
Tue, 28 Jul 2009 16:33:59 +0200 bad merge?
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 28 Jul 2009 16:33:59 +0200] rev 2530
bad merge?
Tue, 28 Jul 2009 16:33:53 +0200 make fyzz/spa2rql a recommends only
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 28 Jul 2009 16:33:53 +0200] rev 2529
make fyzz/spa2rql a recommends only
Tue, 28 Jul 2009 11:08:11 +0200 remove debug print
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 28 Jul 2009 11:08:11 +0200] rev 2528
remove debug print
Tue, 28 Jul 2009 11:05:07 +0200 per cube message
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 28 Jul 2009 11:05:07 +0200] rev 2527
per cube message
Tue, 28 Jul 2009 11:04:41 +0200 we've to call cleanup_sys_modules manually for proper schema modules cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 28 Jul 2009 11:04:41 +0200] rev 2526
we've to call cleanup_sys_modules manually for proper schema modules cleanup
Mon, 27 Jul 2009 18:43:47 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:43:47 +0200] rev 2525
merge
Mon, 27 Jul 2009 15:19:01 +0200 #344787: add options to idownloadable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 27 Jul 2009 15:19:01 +0200] rev 2524
#344787: add options to idownloadable
Mon, 27 Jul 2009 18:43:28 +0200 some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:43:28 +0200] rev 2523
some new field/widgets classes: CompoundField, IntervalWidget, HorizontalLayoutWidget
Mon, 27 Jul 2009 18:42:49 +0200 widget.render now takes the renderer as third argument (keeping minimal bw compat)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:42:49 +0200] rev 2522
widget.render now takes the renderer as third argument (keeping minimal bw compat)
Mon, 27 Jul 2009 18:41:44 +0200 take care to None labels
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:41:44 +0200] rev 2521
take care to None labels
Mon, 27 Jul 2009 18:41:29 +0200 new fieldset attribute on field, use to group fields by the default form renderer
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:41:29 +0200] rev 2520
new fieldset attribute on field, use to group fields by the default form renderer
Mon, 27 Jul 2009 18:40:29 +0200 nicer checkbox widget implementation, avoid extra <br/> at the end
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:40:29 +0200] rev 2519
nicer checkbox widget implementation, avoid extra <br/> at the end
Mon, 27 Jul 2009 18:39:29 +0200 allow vocabulary functions to return either label/value or label/value/dict (to use as attributes of the tag for this input)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:39:29 +0200] rev 2518
allow vocabulary functions to return either label/value or label/value/dict (to use as attributes of the tag for this input)
Mon, 27 Jul 2009 18:37:09 +0200 select attributes should be escaped
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:37:09 +0200] rev 2517
select attributes should be escaped
Mon, 27 Jul 2009 18:36:51 +0200 extract function: sgml_attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:36:51 +0200] rev 2516
extract function: sgml_attributes
Mon, 27 Jul 2009 18:36:30 +0200 meta is gone away
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 18:36:30 +0200] rev 2515
meta is gone away
Mon, 27 Jul 2009 09:51:54 +0200 [selectors] change specified_etype_implements: kwargs prevails on req.form
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 27 Jul 2009 09:51:54 +0200] rev 2514
[selectors] change specified_etype_implements: kwargs prevails on req.form
Mon, 27 Jul 2009 10:58:37 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 10:58:37 +0200] rev 2513
merge
Mon, 27 Jul 2009 10:06:13 +0200 [cleanup] started to improve cubicweb-ctl dialog messages consistency
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 27 Jul 2009 10:06:13 +0200] rev 2512
[cleanup] started to improve cubicweb-ctl dialog messages consistency
Mon, 27 Jul 2009 09:52:21 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 27 Jul 2009 09:52:21 +0200] rev 2511
merge
Sun, 26 Jul 2009 16:56:37 +0200 [sqlutils] fix stupid typo
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 26 Jul 2009 16:56:37 +0200] rev 2510
[sqlutils] fix stupid typo
Mon, 27 Jul 2009 10:58:00 +0200 should not specify attrcategories here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 10:58:00 +0200] rev 2509
should not specify attrcategories here
Mon, 27 Jul 2009 10:57:33 +0200 rewrite .sql / .rel files, drop unnecessary entity types, explicit imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 10:57:33 +0200] rev 2508
rewrite .sql / .rel files, drop unnecessary entity types, explicit imports
Mon, 27 Jul 2009 09:40:31 +0200 don't check versions on db-restore
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 27 Jul 2009 09:40:31 +0200] rev 2507
don't check versions on db-restore
Fri, 24 Jul 2009 19:44:30 +0200 #343714: Enable workflow transition comments editing
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:44:30 +0200] rev 2506
#343714: Enable workflow transition comments editing
Fri, 24 Jul 2009 19:43:12 +0200 fix some default autoform_section
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:43:12 +0200] rev 2505
fix some default autoform_section
Fri, 24 Jul 2009 19:42:57 +0200 some reledit fixes: actually needs metadata in form's attrcategories, check autoform_section for attributes (XXX need check for relation), no <not specified> visible when attribute isn't editable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:42:57 +0200] rev 2504
some reledit fixes: actually needs metadata in form's attrcategories, check autoform_section for attributes (XXX need check for relation), no <not specified> visible when attribute isn't editable
Fri, 24 Jul 2009 19:41:10 +0200 explicit imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:41:10 +0200] rev 2503
explicit imports
Fri, 24 Jul 2009 19:40:56 +0200 document
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:40:56 +0200] rev 2502
document
Fri, 24 Jul 2009 19:40:46 +0200 test and fix wf history security
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:40:46 +0200] rev 2501
test and fix wf history security
Fri, 24 Jul 2009 19:39:53 +0200 use an actual state name, not a transition name
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 19:39:53 +0200] rev 2500
use an actual state name, not a transition name
Fri, 24 Jul 2009 18:45:16 +0200 missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 18:45:16 +0200] rev 2499
missing import
Fri, 24 Jul 2009 18:43:18 +0200 missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 18:43:18 +0200] rev 2498
missing import
Fri, 24 Jul 2009 18:38:51 +0200 boulet...
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 18:38:51 +0200] rev 2497
boulet...
Fri, 24 Jul 2009 18:26:31 +0200 #343624: access to ORM and views outside web engine
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 18:26:31 +0200] rev 2496
#343624: access to ORM and views outside web engine
Fri, 24 Jul 2009 17:59:49 +0200 #343839: update entity's modification date after changing its state
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 17:59:49 +0200] rev 2495
#343839: update entity's modification date after changing its state
Fri, 24 Jul 2009 17:50:41 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 17:50:41 +0200] rev 2494
merge
Fri, 24 Jul 2009 17:50:31 +0200 major refactoring of database dump/restore:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 17:50:31 +0200] rev 2493
major refactoring of database dump/restore: * new hooks server_backup/server_restore called to allow cubes to add custom stuff to backup * each source may be backuped/restored * new --restore-all option to restore to restore everything, not only the system database (still the default behaviour)
Fri, 24 Jul 2009 17:47:45 +0200 should check for every system hooks, not only server_startup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 17:47:45 +0200] rev 2492
should check for every system hooks, not only server_startup
Fri, 24 Jul 2009 17:03:32 +0200 typo
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 17:03:32 +0200] rev 2491
typo
Fri, 24 Jul 2009 15:30:14 +0200 [reledit] do NOT peruse the likely ?vid=edition part
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 15:30:14 +0200] rev 2490
[reledit] do NOT peruse the likely ?vid=edition part
Fri, 24 Jul 2009 15:43:11 +0200 #344772: instance backups should be done in instance_data_dir
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:43:11 +0200] rev 2489
#344772: instance backups should be done in instance_data_dir
Fri, 24 Jul 2009 15:28:03 +0200 should be enough. Nicer isn't it?
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:28:03 +0200] rev 2488
should be enough. Nicer isn't it?
Fri, 24 Jul 2009 15:20:14 +0200 mkstemp return a 2-uple
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:20:14 +0200] rev 2487
mkstemp return a 2-uple
Fri, 24 Jul 2009 15:13:44 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:13:44 +0200] rev 2486
merge
Fri, 24 Jul 2009 15:00:49 +0200 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 15:00:49 +0200] rev 2485
merge
Fri, 24 Jul 2009 14:59:54 +0200 [reledit] a nicer icon
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 14:59:54 +0200] rev 2484
[reledit] a nicer icon
Fri, 24 Jul 2009 14:50:43 +0200 [reledit] backport stable fixes
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 14:50:43 +0200] rev 2483
[reledit] backport stable fixes
Fri, 24 Jul 2009 14:37:05 +0200 [reledit] attributes : have a laning zone after all (less intrusive), fix likely bug of relation edition stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 24 Jul 2009 14:37:05 +0200] rev 2482
[reledit] attributes : have a laning zone after all (less intrusive), fix likely bug of relation edition
Fri, 24 Jul 2009 15:13:02 +0200 take care to migration w/ X.Y.Z_Any.py / X.Y.Z_common.py
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:13:02 +0200] rev 2481
take care to migration w/ X.Y.Z_Any.py / X.Y.Z_common.py
Fri, 24 Jul 2009 15:12:40 +0200 take care of sources with no write support (eg ldapuser)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:12:40 +0200] rev 2480
take care of sources with no write support (eg ldapuser)
Fri, 24 Jul 2009 15:12:13 +0200 fix versions_map doc
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:12:13 +0200] rev 2479
fix versions_map doc
Fri, 24 Jul 2009 15:11:56 +0200 migrate option
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 15:11:56 +0200] rev 2478
migrate option
Fri, 24 Jul 2009 14:36:38 +0200 application -> instance where it makes sense
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 14:36:38 +0200] rev 2477
application -> instance where it makes sense
Fri, 24 Jul 2009 14:33:37 +0200 application -> instance where it makes sense
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 14:33:37 +0200] rev 2476
application -> instance where it makes sense
Fri, 24 Jul 2009 13:50:59 +0200 unused (unusable actually)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 13:50:59 +0200] rev 2475
unused (unusable actually)
Fri, 24 Jul 2009 13:04:44 +0200 fix/enhance baseview doc
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 13:04:44 +0200] rev 2474
fix/enhance baseview doc
Fri, 24 Jul 2009 12:47:47 +0200 new distinguish repairing/creating from regular start.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:47:47 +0200] rev 2473
new distinguish repairing/creating from regular start. use this for #323862: db-check should have a 'force' argument
Fri, 24 Jul 2009 12:43:41 +0200 fix syntax/import errors & adapted list base class
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:43:41 +0200] rev 2472
fix syntax/import errors & adapted list base class
Fri, 24 Jul 2009 12:13:51 +0200 begin to drop ref to secondary view
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:13:51 +0200] rev 2471
begin to drop ref to secondary view
Fri, 24 Jul 2009 12:10:54 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:10:54 +0200] rev 2470
cleanup
Fri, 24 Jul 2009 12:10:22 +0200 new adaptedlist view
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:10:22 +0200] rev 2469
new adaptedlist view
Fri, 24 Jul 2009 12:09:04 +0200 move all view.url() logic in a single implementation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:09:04 +0200] rev 2468
move all view.url() logic in a single implementation
Fri, 24 Jul 2009 12:08:17 +0200 don't fail on unknown eid, simply issue a warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 24 Jul 2009 12:08:17 +0200] rev 2467
don't fail on unknown eid, simply issue a warning
Fri, 24 Jul 2009 10:36:57 +0200 [server] take a chance to grab base-url from all-in-one config if not specified explicitly
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 10:36:57 +0200] rev 2466
[server] take a chance to grab base-url from all-in-one config if not specified explicitly
Fri, 24 Jul 2009 09:31:43 +0200 hide cwuri from web forms
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 09:31:43 +0200] rev 2465
hide cwuri from web forms
Fri, 24 Jul 2009 09:31:04 +0200 usage of '**' is deprecated in RelationType declaration, use '*' instead
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 09:31:04 +0200] rev 2464
usage of '**' is deprecated in RelationType declaration, use '*' instead
Fri, 24 Jul 2009 09:30:04 +0200 add migration script for the new cwuri metadata attribute
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 09:30:04 +0200] rev 2463
add migration script for the new cwuri metadata attribute
Fri, 24 Jul 2009 09:28:59 +0200 fix indentation problems in bootstrap_migration (use 4 spaces instead of 3)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 09:28:59 +0200] rev 2462
fix indentation problems in bootstrap_migration (use 4 spaces instead of 3)
Fri, 24 Jul 2009 09:25:15 +0200 fix mkstemp() usage in migration commands
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Jul 2009 09:25:15 +0200] rev 2461
fix mkstemp() usage in migration commands
Thu, 23 Jul 2009 17:15:05 +0200 fix a couple NameErrors
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 23 Jul 2009 17:15:05 +0200] rev 2460
fix a couple NameErrors
Thu, 23 Jul 2009 15:57:15 +0200 move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 15:57:15 +0200] rev 2459
move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
Thu, 23 Jul 2009 15:33:03 +0200 backport stable branch into default
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:33:03 +0200] rev 2458
backport stable branch into default
Thu, 23 Jul 2009 15:29:07 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:29:07 +0200] rev 2457
merge
Thu, 23 Jul 2009 15:28:41 +0200 new cwuri metadata + a few tests fixes on the way
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:28:41 +0200] rev 2456
new cwuri metadata + a few tests fixes on the way
Thu, 23 Jul 2009 15:17:11 +0200 [tests] fixes (including two operations renaming)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:17:11 +0200] rev 2455
[tests] fixes (including two operations renaming)
Thu, 23 Jul 2009 15:15:29 +0200 add simple tests for standard metadata hooks
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:15:29 +0200] rev 2454
add simple tests for standard metadata hooks
Thu, 23 Jul 2009 15:15:05 +0200 [tests] remove some other 'meta' relation usage in tests
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:15:05 +0200] rev 2453
[tests] remove some other 'meta' relation usage in tests
Thu, 23 Jul 2009 15:13:21 +0200 fix SystemHook declaration, accepts=('',) doesn't mean anything
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 15:13:21 +0200] rev 2452
fix SystemHook declaration, accepts=('',) doesn't mean anything
Thu, 23 Jul 2009 15:16:49 +0200 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 15:16:49 +0200] rev 2451
merge
Thu, 23 Jul 2009 15:16:43 +0200 add list of cubes included in the standard library
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 15:16:43 +0200] rev 2450
add list of cubes included in the standard library
Thu, 23 Jul 2009 15:15:58 +0200 #344747: add env var CW_MODE
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 15:15:58 +0200] rev 2449
#344747: add env var CW_MODE
Thu, 23 Jul 2009 15:07:25 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 15:07:25 +0200] rev 2448
merge
Thu, 23 Jul 2009 14:57:46 +0200 fix schemaserial tests: meta doesn't exist anymore
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 14:57:46 +0200] rev 2447
fix schemaserial tests: meta doesn't exist anymore
Thu, 23 Jul 2009 14:51:40 +0200 [refactor] #342855: replace uses of (deprecated) mktemp
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:51:40 +0200] rev 2446
[refactor] #342855: replace uses of (deprecated) mktemp
Thu, 23 Jul 2009 14:45:31 +0200 rename environment variables
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:45:31 +0200] rev 2445
rename environment variables
Thu, 23 Jul 2009 14:35:58 +0200 [cleanup] fix typo
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:35:58 +0200] rev 2444
[cleanup] fix typo
Thu, 23 Jul 2009 14:32:45 +0200 #343093: display workflow
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:32:45 +0200] rev 2443
#343093: display workflow
Thu, 23 Jul 2009 14:27:54 +0200 [cleanup] fix tests
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:27:54 +0200] rev 2442
[cleanup] fix tests
Thu, 23 Jul 2009 14:13:43 +0200 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:13:43 +0200] rev 2441
merge
Thu, 23 Jul 2009 14:12:34 +0200 #343227: display the workflow history of any entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:12:34 +0200] rev 2440
#343227: display the workflow history of any entity
Thu, 23 Jul 2009 14:12:18 +0200 [cleanup] fix tests
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:12:18 +0200] rev 2439
[cleanup] fix tests
Thu, 23 Jul 2009 14:09:16 +0200 [cleanup] fix deprecation warnings
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 14:09:16 +0200] rev 2438
[cleanup] fix deprecation warnings
Thu, 23 Jul 2009 15:07:12 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 15:07:12 +0200] rev 2437
cleanup
Thu, 23 Jul 2009 15:07:08 +0200 move all schema related views where they belong (eg not startup), fix schema graph views
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 15:07:08 +0200] rev 2436
move all schema related views where they belong (eg not startup), fix schema graph views
Thu, 23 Jul 2009 13:35:06 +0200 sparql: support for literal restriction
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 13:35:06 +0200] rev 2435
sparql: support for literal restriction
Thu, 23 Jul 2009 13:07:22 +0200 add sameAs support in cubicweb standard schema
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 13:07:22 +0200] rev 2434
add sameAs support in cubicweb standard schema
Thu, 23 Jul 2009 13:03:50 +0200 #197873: quick access to info for bug report
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 13:03:50 +0200] rev 2433
#197873: quick access to info for bug report
Thu, 23 Jul 2009 12:55:51 +0200 [stdlib] list of cubes included in the cubes standard library stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 23 Jul 2009 12:55:51 +0200] rev 2432
[stdlib] list of cubes included in the cubes standard library
Thu, 23 Jul 2009 12:47:09 +0200 sparql support for limit/offset/orderby
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 12:47:09 +0200] rev 2431
sparql support for limit/offset/orderby
Thu, 23 Jul 2009 12:08:39 +0200 cleanup/document/refactor
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 23 Jul 2009 12:08:39 +0200] rev 2430
cleanup/document/refactor
Thu, 23 Jul 2009 11:23:12 +0200 python-lxml is now a real dependency
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Jul 2009 11:23:12 +0200] rev 2429
python-lxml is now a real dependency
Wed, 22 Jul 2009 19:42:44 +0200 use space as separator, dot may be found in xml ns
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 19:42:44 +0200] rev 2428
use space as separator, dot may be found in xml ns
Wed, 22 Jul 2009 19:42:35 +0200 distinct / reduced support
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 19:42:35 +0200] rev 2427
distinct / reduced support
Wed, 22 Jul 2009 19:42:10 +0200 possibility to choose results format, set a nicer file name on sparqlxml view
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 19:42:10 +0200] rev 2426
possibility to choose results format, set a nicer file name on sparqlxml view
Wed, 22 Jul 2009 19:41:33 +0200 use space as separator, dot may be found in xml ns
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 19:41:33 +0200] rev 2425
use space as separator, dot may be found in xml ns
Wed, 22 Jul 2009 18:42:27 +0200 simple implementation of sparql XML resultset view
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 22 Jul 2009 18:42:27 +0200] rev 2424
simple implementation of sparql XML resultset view
Wed, 22 Jul 2009 18:35:21 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 18:35:21 +0200] rev 2423
merge
Wed, 22 Jul 2009 18:35:08 +0200 quick and dirty support from simple sparql queries + base ui
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 18:35:08 +0200] rev 2422
quick and dirty support from simple sparql queries + base ui
Wed, 22 Jul 2009 15:05:32 +0200 does not make sense any more
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 22 Jul 2009 15:05:32 +0200] rev 2421
does not make sense any more
Wed, 22 Jul 2009 14:19:08 +0200 a note about branches
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 22 Jul 2009 14:19:08 +0200] rev 2420
a note about branches
Wed, 22 Jul 2009 09:36:28 +0200 add classifiers stable
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 22 Jul 2009 09:36:28 +0200] rev 2419
add classifiers
Wed, 22 Jul 2009 18:34:00 +0200 optional rset
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 18:34:00 +0200] rev 2418
optional rset
Wed, 22 Jul 2009 18:33:35 +0200 should ensure lgc is configured to not use mx to avoid error if backend module is missing mx support
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 22 Jul 2009 18:33:35 +0200] rev 2417
should ensure lgc is configured to not use mx to avoid error if backend module is missing mx support
Tue, 21 Jul 2009 23:09:45 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 23:09:45 +0200] rev 2416
merge
Tue, 21 Jul 2009 15:31:59 +0200 Added tag cubicweb-debian-version-3.3.4-1 for changeset 7dc22caa7640 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 15:31:59 +0200] rev 2415
Added tag cubicweb-debian-version-3.3.4-1 for changeset 7dc22caa7640
Tue, 21 Jul 2009 15:31:58 +0200 Added tag cubicweb-version-3.3.4 for changeset d46363eac5d7 stable cubicweb-debian-version-3.3.4-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 15:31:58 +0200] rev 2414
Added tag cubicweb-version-3.3.4 for changeset d46363eac5d7
Tue, 21 Jul 2009 23:09:27 +0200 properly remove tests from packages stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 23:09:27 +0200] rev 2413
properly remove tests from packages
Tue, 21 Jul 2009 13:52:27 +0200 more test location fixes stable cubicweb-version-3.3.4
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:52:27 +0200] rev 2412
more test location fixes
Tue, 21 Jul 2009 13:31:11 +0200 don't remove devtools test, properly move etwist tests stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:31:11 +0200] rev 2411
don't remove devtools test, properly move etwist tests
Tue, 21 Jul 2009 13:27:00 +0200 update lgc dependency stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:27:00 +0200] rev 2410
update lgc dependency
Tue, 21 Jul 2009 13:26:05 +0200 has been renamed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:26:05 +0200] rev 2409
has been renamed
Tue, 21 Jul 2009 13:25:35 +0200 properly(?) remove test from standard packages stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:25:35 +0200] rev 2408
properly(?) remove test from standard packages
Tue, 21 Jul 2009 13:24:26 +0200 copy test to cubicweb-dev stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:24:26 +0200] rev 2407
copy test to cubicweb-dev
Tue, 21 Jul 2009 13:12:01 +0200 3.3.4 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:12:01 +0200] rev 2406
3.3.4
Tue, 21 Jul 2009 13:11:00 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:11:00 +0200] rev 2405
merge
Tue, 21 Jul 2009 13:04:33 +0200 remove with statement stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Jul 2009 13:04:33 +0200] rev 2404
remove with statement
Tue, 21 Jul 2009 13:10:37 +0200 fix typo, remove debug stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 13:10:37 +0200] rev 2403
fix typo, remove debug
Tue, 21 Jul 2009 12:59:31 +0200 strange, how does it work by computing maxrelated once everything is done ?
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 21 Jul 2009 12:59:31 +0200] rev 2402
strange, how does it work by computing maxrelated once everything is done ?
Tue, 21 Jul 2009 12:56:29 +0200 [views] epropertiesform renamed propertiesform stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Jul 2009 12:56:29 +0200] rev 2401
[views] epropertiesform renamed propertiesform
Tue, 21 Jul 2009 12:44:36 +0200 [primary] restore render_entity, as it is a bit too much work to update everything accordingly
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Jul 2009 12:44:36 +0200] rev 2400
[primary] restore render_entity, as it is a bit too much work to update everything accordingly
Tue, 21 Jul 2009 12:39:22 +0200 a standard-conformant fix for sgml_tags
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Jul 2009 12:39:22 +0200] rev 2399
a standard-conformant fix for sgml_tags
Tue, 21 Jul 2009 12:38:10 +0200 a standard-conformant fix for sgml_tags stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Jul 2009 12:38:10 +0200] rev 2398
a standard-conformant fix for sgml_tags
Tue, 21 Jul 2009 11:48:11 +0200 [shell] move toolsutils.confirm() to logilab.common.shellutils stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Jul 2009 11:48:11 +0200] rev 2397
[shell] move toolsutils.confirm() to logilab.common.shellutils
Sun, 19 Jul 2009 16:10:59 +0200 [cw-ctl] improve dialog messages stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 19 Jul 2009 16:10:59 +0200] rev 2396
[cw-ctl] improve dialog messages
Sat, 18 Jul 2009 22:58:30 +0200 [cw-ctl] improve dialog messages stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Jul 2009 22:58:30 +0200] rev 2395
[cw-ctl] improve dialog messages
Sat, 18 Jul 2009 16:17:46 +0200 [cw-ctl] improve dialog messages stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Jul 2009 16:17:46 +0200] rev 2394
[cw-ctl] improve dialog messages
Sat, 18 Jul 2009 16:00:14 +0200 [doc] add list of dependencies in appendix stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Jul 2009 16:00:14 +0200] rev 2393
[doc] add list of dependencies in appendix
Fri, 17 Jul 2009 20:25:06 +0200 [reledit] backport default branch fix stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 17 Jul 2009 20:25:06 +0200] rev 2392
[reledit] backport default branch fix
Fri, 17 Jul 2009 20:18:39 +0200 [treeview] nicer cookie name
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 17 Jul 2009 20:18:39 +0200] rev 2391
[treeview] nicer cookie name
Fri, 17 Jul 2009 19:48:04 +0200 [reledit] looks better on the left
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 17 Jul 2009 19:48:04 +0200] rev 2390
[reledit] looks better on the left
Fri, 17 Jul 2009 16:50:50 +0200 [reledit] separate value from landing zone
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 17 Jul 2009 16:50:50 +0200] rev 2389
[reledit] separate value from landing zone
Fri, 17 Jul 2009 08:17:39 +0200 [api] update dbapi.connect() calls to match new prototype (user parameter is now named login) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 17 Jul 2009 08:17:39 +0200] rev 2388
[api] update dbapi.connect() calls to match new prototype (user parameter is now named login)
Thu, 16 Jul 2009 17:00:55 +0200 [views] fix some crashers (schema still does not render properly, might be yams side)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 17:00:55 +0200] rev 2387
[views] fix some crashers (schema still does not render properly, might be yams side)
Thu, 16 Jul 2009 17:00:19 +0200 [tabs] backport entity-less support for tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 17:00:19 +0200] rev 2386
[tabs] backport entity-less support for tabs
Thu, 16 Jul 2009 16:34:02 +0200 [js] shrink htmlhelpers, extract massmailing functionality, jslint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 16:34:02 +0200] rev 2385
[js] shrink htmlhelpers, extract massmailing functionality, jslint
Thu, 16 Jul 2009 16:30:58 +0200 [primary] cleanup, render_entity -> cell_call
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 16:30:58 +0200] rev 2384
[primary] cleanup, render_entity -> cell_call
Thu, 16 Jul 2009 14:44:18 +0200 shrink a bit the tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 14:44:18 +0200] rev 2383
shrink a bit the tabs
Thu, 16 Jul 2009 13:53:33 +0200 [reledit] simplify a bit more stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 13:53:33 +0200] rev 2382
[reledit] simplify a bit more
Thu, 16 Jul 2009 13:30:13 +0200 backport stable branch
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 16 Jul 2009 13:30:13 +0200] rev 2381
backport stable branch
Thu, 16 Jul 2009 08:08:11 +0200 [reledit] restore primaryview_display_ctrl usage by default in reledit (including bugfix over last implementation) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 16 Jul 2009 08:08:11 +0200] rev 2380
[reledit] restore primaryview_display_ctrl usage by default in reledit (including bugfix over last implementation)
Wed, 15 Jul 2009 23:48:33 +0200 [web] cubicweb.widgets.js was missing in treeview stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 15 Jul 2009 23:48:33 +0200] rev 2379
[web] cubicweb.widgets.js was missing in treeview
Wed, 15 Jul 2009 18:28:57 +0200 *gasp* stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 15 Jul 2009 18:28:57 +0200] rev 2378
*gasp*
Wed, 15 Jul 2009 17:48:24 +0200 [tests] follow common.tags change stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 15 Jul 2009 17:48:24 +0200] rev 2377
[tests] follow common.tags change
Wed, 15 Jul 2009 15:44:50 +0200 [reledit] remove buggy check, postpone functionnality to 344615 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 15 Jul 2009 15:44:50 +0200] rev 2376
[reledit] remove buggy check, postpone functionnality to 344615
Wed, 15 Jul 2009 14:06:45 +0200 please html (non-xhtml) browsers # close 344205 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 15 Jul 2009 14:06:45 +0200] rev 2375
please html (non-xhtml) browsers # close 344205
Wed, 15 Jul 2009 09:45:13 +0200 [schema] fix yams' add_relation monkeypatching
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 15 Jul 2009 09:45:13 +0200] rev 2374
[schema] fix yams' add_relation monkeypatching
Fri, 10 Jul 2009 19:51:42 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Jul 2009 19:51:42 +0200] rev 2373
merge
Fri, 10 Jul 2009 16:03:54 +0200 a warning for attemps to reledit the wrong side of a composite stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 10 Jul 2009 16:03:54 +0200] rev 2372
a warning for attemps to reledit the wrong side of a composite
Fri, 10 Jul 2009 14:23:35 +0200 [reledit] simplify, fixing #344545 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 10 Jul 2009 14:23:35 +0200] rev 2371
[reledit] simplify, fixing #344545
Fri, 10 Jul 2009 19:51:19 +0200 consider primaryview_display_ctrl in reledit, XXX should split into reledit / autoreledit stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Jul 2009 19:51:19 +0200] rev 2370
consider primaryview_display_ctrl in reledit, XXX should split into reledit / autoreledit
Fri, 10 Jul 2009 12:15:09 +0200 new RelationTagsDict class, use it in uicfg where necessary stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Jul 2009 12:15:09 +0200] rev 2369
new RelationTagsDict class, use it in uicfg where necessary
Fri, 10 Jul 2009 09:44:36 +0200 use msgid, update i18n stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Jul 2009 09:44:36 +0200] rev 2368
use msgid, update i18n
Fri, 10 Jul 2009 09:36:33 +0200 [skeleton] the new implementation of data_files will never raise a OSError stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 10 Jul 2009 09:36:33 +0200] rev 2367
[skeleton] the new implementation of data_files will never raise a OSError
Thu, 09 Jul 2009 20:13:54 +0200 [formwidgets] let the textarea height be dependant on the actual content (up to a limit) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 20:13:54 +0200] rev 2366
[formwidgets] let the textarea height be dependant on the actual content (up to a limit)
Thu, 09 Jul 2009 19:59:41 +0200 [reledit] allow composite edition if the composite is object stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 19:59:41 +0200] rev 2365
[reledit] allow composite edition if the composite is object
Thu, 09 Jul 2009 19:40:45 +0200 [js] small cleanup stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 19:40:45 +0200] rev 2364
[js] small cleanup
Thu, 09 Jul 2009 19:36:05 +0200 [js] lint stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 19:36:05 +0200] rev 2363
[js] lint
Thu, 09 Jul 2009 19:35:32 +0200 oops stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 19:35:32 +0200] rev 2362
oops
Thu, 09 Jul 2009 17:16:49 +0200 [reledit] do NOT propose to edit composite-related entities (unlinking would destroy the other side) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 17:16:49 +0200] rev 2361
[reledit] do NOT propose to edit composite-related entities (unlinking would destroy the other side)
Thu, 09 Jul 2009 16:44:34 +0200 [formwidgets,formfields] hum, this way stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 16:44:34 +0200] rev 2360
[formwidgets,formfields] hum, this way
Thu, 09 Jul 2009 16:15:52 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 16:15:52 +0200] rev 2359
merge
Thu, 09 Jul 2009 15:19:51 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 15:19:51 +0200] rev 2358
merge
Thu, 09 Jul 2009 15:18:19 +0200 [htmlhelpers] notes about seemingly unused functions (remove for cw 3.4 ?), cleanup a bit stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 15:18:19 +0200] rev 2357
[htmlhelpers] notes about seemingly unused functions (remove for cw 3.4 ?), cleanup a bit
Thu, 09 Jul 2009 15:15:18 +0200 [formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 15:15:18 +0200] rev 2356
[formfields,formwidgets] move default size and maxlength from field to widget init (that is quite still unsatisfactorily)
Thu, 09 Jul 2009 14:39:56 +0200 for some reason, use of an anonymous function makes things more readable stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 14:39:56 +0200] rev 2355
for some reason, use of an anonymous function makes things more readable
Thu, 09 Jul 2009 16:15:22 +0200 ability to map attributes to something else than usual cw mapping on sql generation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 16:15:22 +0200] rev 2354
ability to map attributes to something else than usual cw mapping on sql generation
Thu, 09 Jul 2009 16:14:22 +0200 fix regression w/ NOT symetric relation (distinct not needed) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 16:14:22 +0200] rev 2353
fix regression w/ NOT symetric relation (distinct not needed)
Thu, 09 Jul 2009 14:58:55 +0200 handle attribute selection on variable selected using MAX() stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 14:58:55 +0200] rev 2352
handle attribute selection on variable selected using MAX()
Thu, 09 Jul 2009 14:58:19 +0200 don't use internal address stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 14:58:19 +0200] rev 2351
don't use internal address
Thu, 09 Jul 2009 14:58:01 +0200 added some assertion on expected hooks class attributes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 14:58:01 +0200] rev 2350
added some assertion on expected hooks class attributes
Thu, 09 Jul 2009 14:56:50 +0200 rewrite test schema using a single schema file stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Jul 2009 14:56:50 +0200] rev 2349
rewrite test schema using a single schema file
Thu, 09 Jul 2009 13:04:28 +0200 [formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 13:04:28 +0200] rev 2348
[formwidgets] ensure textarea for richstring has not ridicuously small size (close #344547)
Thu, 09 Jul 2009 12:38:33 +0200 oops stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 12:38:33 +0200] rev 2347
oops
Thu, 09 Jul 2009 12:23:12 +0200 [tests] make tests conform to new input/text size and manxlength stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 12:23:12 +0200] rev 2346
[tests] make tests conform to new input/text size and manxlength
Thu, 09 Jul 2009 12:14:02 +0200 [reledit] there is nothing to escape, also cleanup lzone for attributes stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 12:14:02 +0200] rev 2345
[reledit] there is nothing to escape, also cleanup lzone for attributes
Thu, 09 Jul 2009 12:06:14 +0200 [formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 12:06:14 +0200] rev 2344
[formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538)
Thu, 09 Jul 2009 11:55:47 +0200 [tests] needs repair stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 09 Jul 2009 11:55:47 +0200] rev 2343
[tests] needs repair
Thu, 09 Jul 2009 11:17:04 +0200 do nothing if the clicked facet has facetValueDisabled class; do not move facet when cubicweb:idx == 0 stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 09 Jul 2009 11:17:04 +0200] rev 2342
do nothing if the clicked facet has facetValueDisabled class; do not move facet when cubicweb:idx == 0
Thu, 09 Jul 2009 09:42:44 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 09 Jul 2009 09:42:44 +0200] rev 2341
merge
Wed, 08 Jul 2009 16:21:31 +0200 optimize rql for ETypeFacet possible_values stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 08 Jul 2009 16:21:31 +0200] rev 2340
optimize rql for ETypeFacet possible_values
Wed, 08 Jul 2009 13:59:22 +0200 merge stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 08 Jul 2009 13:59:22 +0200] rev 2339
merge
Wed, 08 Jul 2009 13:58:37 +0200 call postAjaxLoad in reloadComponent; add corners only on reloaded elements stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 08 Jul 2009 13:58:37 +0200] rev 2338
call postAjaxLoad in reloadComponent; add corners only on reloaded elements
Wed, 08 Jul 2009 12:51:04 +0200 select right possible_values for ETypeFacet stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 08 Jul 2009 12:51:04 +0200] rev 2337
select right possible_values for ETypeFacet
Wed, 08 Jul 2009 21:46:30 +0200 [reledit] left in by accident stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 21:46:30 +0200] rev 2336
[reledit] left in by accident
Wed, 08 Jul 2009 21:45:18 +0200 [reledit] fix reload type (was a string), use simple clicks instead of doubles stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 21:45:18 +0200] rev 2335
[reledit] fix reload type (was a string), use simple clicks instead of doubles
Wed, 08 Jul 2009 20:50:54 +0200 [reledit] reload support for relations stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 20:50:54 +0200] rev 2334
[reledit] reload support for relations
Wed, 08 Jul 2009 20:30:50 +0200 [reledit] landing zone useful only for relations; cleanup stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 20:30:50 +0200] rev 2333
[reledit] landing zone useful only for relations; cleanup
Wed, 08 Jul 2009 19:47:36 +0200 [reledit] try to be smart at getting a good default vid for relations, factor computing cardinality from reledit and formfields stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 19:47:36 +0200] rev 2332
[reledit] try to be smart at getting a good default vid for relations, factor computing cardinality from reledit and formfields
Wed, 08 Jul 2009 19:11:22 +0200 [reledit] do not strip values (we should not make judgements about field contents ...) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 19:11:22 +0200] rev 2331
[reledit] do not strip values (we should not make judgements about field contents ...)
Wed, 08 Jul 2009 19:02:29 +0200 [reledit] have a link-free landing zone for mouse-clicks (closes #343544) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 19:02:29 +0200] rev 2330
[reledit] have a link-free landing zone for mouse-clicks (closes #343544)
Wed, 08 Jul 2009 17:50:42 +0200 [reledit] small cleanup and add escape param to control xml_escapability of the value, also rename vid arg which clashes with entity.view(...) args stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 17:50:42 +0200] rev 2329
[reledit] small cleanup and add escape param to control xml_escapability of the value, also rename vid arg which clashes with entity.view(...) args
Wed, 08 Jul 2009 17:24:21 +0200 [reledit] use guess_field, thus fixing select widget lacking a multiple attr. in case of * cardinality stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 17:24:21 +0200] rev 2328
[reledit] use guess_field, thus fixing select widget lacking a multiple attr. in case of * cardinality
Wed, 08 Jul 2009 17:22:24 +0200 [reledit] onsubmit event is not common to both cases, move from class stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Jul 2009 17:22:24 +0200] rev 2327
[reledit] onsubmit event is not common to both cases, move from class
Wed, 08 Jul 2009 10:45:31 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 08 Jul 2009 10:45:31 +0200] rev 2326
merge
Wed, 08 Jul 2009 10:44:37 +0200 [cleaning] minor cleaning over last two checkins stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 08 Jul 2009 10:44:37 +0200] rev 2325
[cleaning] minor cleaning over last two checkins
Wed, 08 Jul 2009 10:34:31 +0200 # set right alt values, fix disapearing values in facetCheckBox stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 08 Jul 2009 10:34:31 +0200] rev 2324
# set right alt values, fix disapearing values in facetCheckBox
Tue, 07 Jul 2009 11:13:09 +0200 test self.bkLinkBox_template stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 07 Jul 2009 11:13:09 +0200] rev 2323
test self.bkLinkBox_template
Wed, 08 Jul 2009 07:46:33 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 08 Jul 2009 07:46:33 +0200] rev 2322
merge
Wed, 08 Jul 2009 07:45:59 +0200 redo sand noticed byg into the stable branch stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 08 Jul 2009 07:45:59 +0200] rev 2321
redo sand noticed byg into the stable branch
Wed, 08 Jul 2009 07:44:49 +0200 remark stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 08 Jul 2009 07:44:49 +0200] rev 2320
remark
Wed, 08 Jul 2009 07:44:41 +0200 typo, no error if thread isn't in running set stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 08 Jul 2009 07:44:41 +0200] rev 2319
typo, no error if thread isn't in running set
Tue, 07 Jul 2009 17:41:56 -0700 Fix shell script execution command.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 07 Jul 2009 17:41:56 -0700] rev 2318
Fix shell script execution command.
Tue, 07 Jul 2009 18:51:03 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 18:51:03 +0200] rev 2317
typo
Tue, 07 Jul 2009 18:25:18 +0200 added entry about bad user account
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 07 Jul 2009 18:25:18 +0200] rev 2316
added entry about bad user account
Tue, 07 Jul 2009 14:29:09 +0200 no link to created entity when no message is set stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 14:29:09 +0200] rev 2315
no link to created entity when no message is set
Tue, 07 Jul 2009 13:37:24 +0200 fix #344457 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 13:37:24 +0200] rev 2314
fix #344457
Tue, 07 Jul 2009 13:37:17 +0200 fix import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 13:37:17 +0200] rev 2313
fix import
Tue, 07 Jul 2009 13:26:44 +0200 use xml_escape stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 13:26:44 +0200] rev 2312
use xml_escape
Tue, 07 Jul 2009 13:25:24 +0200 actually close #344401 by removing unprintable characters stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 13:25:24 +0200] rev 2311
actually close #344401 by removing unprintable characters
Tue, 07 Jul 2009 13:15:46 +0200 oops, needs the cursor stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 13:15:46 +0200] rev 2310
oops, needs the cursor
Tue, 07 Jul 2009 12:29:01 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 12:29:01 +0200] rev 2309
merge
Tue, 07 Jul 2009 12:27:29 +0200 typos, cleanup, lighter traced seletion output stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 07 Jul 2009 12:27:29 +0200] rev 2308
typos, cleanup, lighter traced seletion output
Tue, 07 Jul 2009 12:01:39 +0200 fix documentation build stable
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 07 Jul 2009 12:01:39 +0200] rev 2307
fix documentation build
Tue, 07 Jul 2009 12:24:40 +0200 give session to doexec so it's able to rollback the connection on unexpected error stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 12:24:40 +0200] rev 2306
give session to doexec so it's able to rollback the connection on unexpected error
Tue, 07 Jul 2009 11:42:24 +0200 import display_name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:42:24 +0200] rev 2305
import display_name
Tue, 07 Jul 2009 11:38:58 +0200 name rset argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:38:58 +0200] rev 2304
name rset argument
Tue, 07 Jul 2009 11:38:48 +0200 import display_name
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:38:48 +0200] rev 2303
import display_name
Tue, 07 Jul 2009 11:38:35 +0200 fix stacklevel
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:38:35 +0200] rev 2302
fix stacklevel
Tue, 07 Jul 2009 11:38:25 +0200 obsolete implicit context
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:38:25 +0200] rev 2301
obsolete implicit context
Tue, 07 Jul 2009 11:38:04 +0200 meta has been drop
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:38:04 +0200] rev 2300
meta has been drop
Tue, 07 Jul 2009 11:37:21 +0200 meta has been dropped
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:37:21 +0200] rev 2299
meta has been dropped
Tue, 07 Jul 2009 11:37:08 +0200 nicer api to test sent email
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:37:08 +0200] rev 2298
nicer api to test sent email
Tue, 07 Jul 2009 11:36:51 +0200 missing imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:36:51 +0200] rev 2297
missing imports
Tue, 07 Jul 2009 11:36:26 +0200 fix wrong merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:36:26 +0200] rev 2296
fix wrong merge
Tue, 07 Jul 2009 11:36:18 +0200 fix name error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Jul 2009 11:36:18 +0200] rev 2295
fix name error
Mon, 06 Jul 2009 20:11:21 -0700 Fix parameter for controller selection.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 06 Jul 2009 20:11:21 -0700] rev 2294
Fix parameter for controller selection.
Mon, 06 Jul 2009 19:55:18 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 19:55:18 +0200] rev 2293
backport stable branch
Mon, 06 Jul 2009 17:57:09 +0200 Added tag cubicweb-debian-version-3_3_3-2 for changeset 2ba27ce8ecd9 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:57:09 +0200] rev 2292
Added tag cubicweb-debian-version-3_3_3-2 for changeset 2ba27ce8ecd9
Mon, 06 Jul 2009 17:57:08 +0200 Added tag cubicweb-version-3_3_3 for changeset 47b5236774a0 stable cubicweb-debian-version-3_3_3-2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:57:08 +0200] rev 2291
Added tag cubicweb-version-3_3_3 for changeset 47b5236774a0
Mon, 06 Jul 2009 17:36:45 +0200 merge stable cubicweb-version-3_3_3
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:36:45 +0200] rev 2290
merge
Mon, 06 Jul 2009 17:36:20 +0200 Added tag cubicweb-debian-version-3_3_3-1 for changeset 81973c897c9e stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:36:20 +0200] rev 2289
Added tag cubicweb-debian-version-3_3_3-1 for changeset 81973c897c9e
Mon, 06 Jul 2009 17:36:19 +0200 Added tag cubicweb-version-3_3_3 for changeset 1cf9e44e2f1f stable cubicweb-debian-version-3_3_3-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:36:19 +0200] rev 2288
Added tag cubicweb-version-3_3_3 for changeset 1cf9e44e2f1f
Mon, 06 Jul 2009 17:36:16 +0200 3.3.3-2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:36:16 +0200] rev 2287
3.3.3-2
Mon, 06 Jul 2009 17:36:00 +0200 comment out with_statement to avoid broken install if 2.4 is installed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 17:36:00 +0200] rev 2286
comment out with_statement to avoid broken install if 2.4 is installed
Mon, 06 Jul 2009 14:52:05 +0200 3.3.3 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 14:52:05 +0200] rev 2285
3.3.3
Mon, 06 Jul 2009 14:51:51 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 14:51:51 +0200] rev 2284
merge
Mon, 06 Jul 2009 14:50:21 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 14:50:21 +0200] rev 2283
cleanup
Mon, 06 Jul 2009 14:41:58 +0200 [i18n] update spanish translation stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 06 Jul 2009 14:41:58 +0200] rev 2282
[i18n] update spanish translation
Mon, 06 Jul 2009 14:14:55 +0200 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 06 Jul 2009 14:14:55 +0200] rev 2281
merge
Mon, 06 Jul 2009 14:13:49 +0200 [doc] improvements stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 06 Jul 2009 14:13:49 +0200] rev 2280
[doc] improvements
Thu, 02 Jul 2009 22:01:19 +0200 [doc] improve description of core concepts stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 02 Jul 2009 22:01:19 +0200] rev 2279
[doc] improve description of core concepts
Mon, 06 Jul 2009 13:59:38 +0200 i18n update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 13:59:38 +0200] rev 2278
i18n update
Mon, 06 Jul 2009 13:59:22 +0200 final facets is fine with relation type as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 13:59:22 +0200] rev 2277
final facets is fine with relation type as well
Mon, 06 Jul 2009 13:58:47 +0200 kill meta facet stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 13:58:47 +0200] rev 2276
kill meta facet
Mon, 06 Jul 2009 13:24:10 +0200 fix #344387, remember upgraded version step by step stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 13:24:10 +0200] rev 2275
fix #344387, remember upgraded version step by step
Mon, 06 Jul 2009 11:01:41 +0200 use case_insensitive_etypes to normalize entity types coming from req.form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 11:01:41 +0200] rev 2274
use case_insensitive_etypes to normalize entity types coming from req.form
Mon, 06 Jul 2009 10:56:43 +0200 new case_insensitive_etypes resource on the cubicweb registry stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 10:56:43 +0200] rev 2273
new case_insensitive_etypes resource on the cubicweb registry
Mon, 06 Jul 2009 10:56:13 +0200 no tb for RequestError stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 10:56:13 +0200] rev 2272
no tb for RequestError
Mon, 06 Jul 2009 10:42:02 +0200 avoid additional tb in logs when we can't connect to the external source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 10:42:02 +0200] rev 2271
avoid additional tb in logs when we can't connect to the external source
Mon, 06 Jul 2009 10:32:28 +0200 should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 10:32:28 +0200] rev 2270
should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks)
Mon, 06 Jul 2009 09:44:53 +0200 renamed arg stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 09:44:53 +0200] rev 2269
renamed arg
Mon, 06 Jul 2009 09:34:51 +0200 euser->cwuser stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 09:34:51 +0200] rev 2268
euser->cwuser
Mon, 06 Jul 2009 09:34:40 +0200 move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 09:34:40 +0200] rev 2267
move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side
Mon, 06 Jul 2009 09:33:36 +0200 rename user to login where this is not a user object stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 09:33:36 +0200] rev 2266
rename user to login where this is not a user object
Mon, 06 Jul 2009 09:33:09 +0200 add import to remove deprecation warning stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 06 Jul 2009 09:33:09 +0200] rev 2265
add import to remove deprecation warning
Fri, 03 Jul 2009 18:37:26 +0200 cleanup stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 03 Jul 2009 18:37:26 +0200] rev 2264
cleanup
Fri, 03 Jul 2009 18:10:52 +0200 accept a __template parameter that specifies a different (main) template stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 03 Jul 2009 18:10:52 +0200] rev 2263
accept a __template parameter that specifies a different (main) template
Fri, 03 Jul 2009 18:02:24 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 18:02:24 +0200] rev 2262
merge
Fri, 03 Jul 2009 16:55:16 +0200 merge stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 03 Jul 2009 16:55:16 +0200] rev 2261
merge
Fri, 03 Jul 2009 16:51:01 +0200 split FilterBox call function stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 03 Jul 2009 16:51:01 +0200] rev 2260
split FilterBox call function
Fri, 03 Jul 2009 18:00:13 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 18:00:13 +0200] rev 2259
cleanup
Fri, 03 Jul 2009 18:00:07 +0200 when request is a json request, bind on 'ajax-loaded' instead of document.ready() stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 18:00:07 +0200] rev 2258
when request is a json request, bind on 'ajax-loaded' instead of document.ready()
Fri, 03 Jul 2009 17:58:36 +0200 fix w/ tags without src/href stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 17:58:36 +0200] rev 2257
fix w/ tags without src/href
Fri, 03 Jul 2009 17:57:33 +0200 no more true since a while stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 17:57:33 +0200] rev 2256
no more true since a while
Fri, 03 Jul 2009 17:57:19 +0200 more generic way to detect json requests (not yet perfect though) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 17:57:19 +0200] rev 2255
more generic way to detect json requests (not yet perfect though)
Fri, 03 Jul 2009 16:50:13 +0200 fix match_form_params according to docstring stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 16:50:13 +0200] rev 2254
fix match_form_params according to docstring
Fri, 03 Jul 2009 10:27:13 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 10:27:13 +0200] rev 2253
merge
Fri, 03 Jul 2009 10:27:03 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 10:27:03 +0200] rev 2252
cleanup
Fri, 03 Jul 2009 10:26:19 +0200 fix tests to avoid schema copy, pytest unittest_migration.py OK stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 10:26:19 +0200] rev 2251
fix tests to avoid schema copy, pytest unittest_migration.py OK
Fri, 03 Jul 2009 10:25:22 +0200 fix for schema/eid index stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 03 Jul 2009 10:25:22 +0200] rev 2250
fix for schema/eid index
Thu, 02 Jul 2009 17:13:52 +0200 [css] clean up a bit stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 02 Jul 2009 17:13:52 +0200] rev 2249
[css] clean up a bit
Thu, 02 Jul 2009 15:02:24 +0200 try to create fti table if not existant on rebuild-fti stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 15:02:24 +0200] rev 2248
try to create fti table if not existant on rebuild-fti
Thu, 02 Jul 2009 14:51:37 +0200 use a counter of displayed inlined forms stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 14:51:37 +0200] rev 2247
use a counter of displayed inlined forms
Thu, 02 Jul 2009 14:44:23 +0200 remove error class from fields as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 14:44:23 +0200] rev 2246
remove error class from fields as well
Thu, 02 Jul 2009 13:00:20 +0200 new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 13:00:20 +0200] rev 2245
new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language
Thu, 02 Jul 2009 12:59:16 +0200 missing import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:59:16 +0200] rev 2244
missing import
Thu, 02 Jul 2009 12:58:38 +0200 no upper case in the original message stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:58:38 +0200] rev 2243
no upper case in the original message
Thu, 02 Jul 2009 12:58:17 +0200 translate not found fields, also clear global errors stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:58:17 +0200] rev 2242
translate not found fields, also clear global errors
Thu, 02 Jul 2009 12:57:51 +0200 translate schema types stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:57:51 +0200] rev 2241
translate schema types
Thu, 02 Jul 2009 12:57:11 +0200 factorize form validation code, fix pb with validation error in inlined forms during creation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:57:11 +0200] rev 2240
factorize form validation code, fix pb with validation error in inlined forms during creation
Thu, 02 Jul 2009 12:55:30 +0200 add note about logilab key file / apt-get stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 12:55:30 +0200] rev 2239
add note about logilab key file / apt-get
Thu, 02 Jul 2009 11:34:32 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 02 Jul 2009 11:34:32 +0200] rev 2238
merge
Thu, 02 Jul 2009 11:18:08 +0200 [primary] fix #344249 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 02 Jul 2009 11:18:08 +0200] rev 2237
[primary] fix #344249
Thu, 02 Jul 2009 10:59:41 +0200 remove padding on sideBoxTitle stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 02 Jul 2009 10:59:41 +0200] rev 2236
remove padding on sideBoxTitle
Thu, 02 Jul 2009 10:36:25 +0200 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:36:25 +0200] rev 2235
oops
Thu, 02 Jul 2009 10:35:03 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:35:03 +0200] rev 2234
backport stable
Thu, 02 Jul 2009 10:30:44 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:30:44 +0200] rev 2233
merge
Thu, 02 Jul 2009 10:27:42 +0200 #344266 [cubicweb-forge]: fix buggy boxes css style stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 02 Jul 2009 10:27:42 +0200] rev 2232
#344266 [cubicweb-forge]: fix buggy boxes css style
Thu, 02 Jul 2009 10:26:14 +0200 won't get anything useful like this (currently, list of constraint's eids), should use a custom table view (later...) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:26:14 +0200] rev 2231
won't get anything useful like this (currently, list of constraint's eids), should use a custom table view (later...)
Thu, 02 Jul 2009 10:21:00 +0200 safetpe belt stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:21:00 +0200] rev 2230
safetpe belt
Thu, 02 Jul 2009 10:20:53 +0200 destination_state should be mandatory stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:20:53 +0200] rev 2229
destination_state should be mandatory
Thu, 02 Jul 2009 10:20:34 +0200 some enhancements: link to relation/target type, remove to be deprecated meta, one table for subject relations, another for object relations stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:20:34 +0200] rev 2228
some enhancements: link to relation/target type, remove to be deprecated meta, one table for subject relations, another for object relations
Thu, 02 Jul 2009 10:19:41 +0200 hide final etype, don't display meta since it will soon disappear (eg in 3.4) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:19:41 +0200] rev 2227
hide final etype, don't display meta since it will soon disappear (eg in 3.4)
Thu, 02 Jul 2009 10:18:32 +0200 allow to specify mainindex stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 02 Jul 2009 10:18:32 +0200] rev 2226
allow to specify mainindex
Wed, 01 Jul 2009 20:18:21 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 20:18:21 +0200] rev 2225
cleanup
Wed, 01 Jul 2009 20:18:15 +0200 fix #344046 and #344322: check relation permission, set to default when edition allowed and no value (for final *and* non final relations) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 20:18:15 +0200] rev 2224
fix #344046 and #344322: check relation permission, set to default when edition allowed and no value (for final *and* non final relations)
Wed, 01 Jul 2009 20:03:15 +0200 close #343467, no sources sections in site properties stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 20:03:15 +0200] rev 2223
close #343467, no sources sections in site properties
Wed, 01 Jul 2009 19:46:47 +0200 [schema] fix Entity.add_relation(RichString(...)...) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 01 Jul 2009 19:46:47 +0200] rev 2222
[schema] fix Entity.add_relation(RichString(...)...)
Wed, 01 Jul 2009 16:44:37 +0200 create sendmails method on cwconfig, use it in SendMailOp stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 16:44:37 +0200] rev 2221
create sendmails method on cwconfig, use it in SendMailOp
Wed, 01 Jul 2009 16:41:30 +0200 add __file__ to context before loading site_cubicweb.py stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 16:41:30 +0200] rev 2220
add __file__ to context before loading site_cubicweb.py
Wed, 01 Jul 2009 16:40:35 +0200 protect against empty etypes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 16:40:35 +0200] rev 2219
protect against empty etypes
Wed, 01 Jul 2009 16:40:03 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 16:40:03 +0200] rev 2218
cleanup
Wed, 01 Jul 2009 16:39:55 +0200 explicit display_name import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 01 Jul 2009 16:39:55 +0200] rev 2217
explicit display_name import
Wed, 01 Jul 2009 14:58:09 +0200 [treeview] fix condition stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 01 Jul 2009 14:58:09 +0200] rev 2216
[treeview] fix condition
Wed, 01 Jul 2009 14:56:37 +0200 by popular demand, let us setle on needs_xxx stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 01 Jul 2009 14:56:37 +0200] rev 2215
by popular demand, let us setle on needs_xxx
Wed, 01 Jul 2009 11:42:49 +0200 [facets] slightly better attr names stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 01 Jul 2009 11:42:49 +0200] rev 2214
[facets] slightly better attr names
Wed, 01 Jul 2009 11:33:40 +0200 merge stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 01 Jul 2009 11:33:40 +0200] rev 2213
merge
Wed, 01 Jul 2009 11:33:18 +0200 add padding on sideBoxTitles stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 01 Jul 2009 11:33:18 +0200] rev 2212
add padding on sideBoxTitles
Wed, 01 Jul 2009 10:48:38 +0200 #344266 cubicweb-forge : remove top padding on side boxes stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 01 Jul 2009 10:48:38 +0200] rev 2211
#344266 cubicweb-forge : remove top padding on side boxes
Mon, 29 Jun 2009 19:07:08 +0200 make js, css class variables stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 29 Jun 2009 19:07:08 +0200] rev 2210
make js, css class variables
Mon, 29 Jun 2009 14:12:18 +0200 [treeview] avoid potential interference with subvid param from form
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 29 Jun 2009 14:12:18 +0200] rev 2209
[treeview] avoid potential interference with subvid param from form
Tue, 30 Jun 2009 16:42:36 +0200 normalize line breaks (actually fix https://www.logilab.net/cwo/ticket/343754) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 16:42:36 +0200] rev 2208
normalize line breaks (actually fix https://www.logilab.net/cwo/ticket/343754)
Tue, 30 Jun 2009 15:25:46 +0200 fix translate argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 15:25:46 +0200] rev 2207
fix translate argument
Tue, 30 Jun 2009 15:22:29 +0200 columns_labels is an AnyRsetView method... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 15:22:29 +0200] rev 2206
columns_labels is an AnyRsetView method...
Tue, 30 Jun 2009 15:19:31 +0200 tr is now the second argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 15:19:31 +0200] rev 2205
tr is now the second argument
Tue, 30 Jun 2009 15:19:17 +0200 use column_labels instead of rqlst.get_description stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 15:19:17 +0200] rev 2204
use column_labels instead of rqlst.get_description
Tue, 30 Jun 2009 15:18:07 +0200 update to new rql get_description api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 15:18:07 +0200] rev 2203
update to new rql get_description api
Tue, 30 Jun 2009 08:05:57 +0200 link to created entity when redirected to another page stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 08:05:57 +0200] rev 2202
link to created entity when redirected to another page
Tue, 30 Jun 2009 08:05:18 +0200 deprecate display_name from builtin, ask for explicit import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 30 Jun 2009 08:05:18 +0200] rev 2201
deprecate display_name from builtin, ask for explicit import
Mon, 29 Jun 2009 21:15:07 +0200 test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 21:15:07 +0200] rev 2200
test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...)
Mon, 29 Jun 2009 21:13:54 +0200 fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 21:13:54 +0200] rev 2199
fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT
Mon, 29 Jun 2009 18:42:37 +0200 close #344264, pb with composite fields / renderer.display_fields stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 18:42:37 +0200] rev 2198
close #344264, pb with composite fields / renderer.display_fields
Mon, 29 Jun 2009 18:41:07 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 18:41:07 +0200] rev 2197
cleanup
Mon, 29 Jun 2009 17:14:05 +0200 vocabulary method (eg field.choices) should now take the form instance as argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 17:14:05 +0200] rev 2196
vocabulary method (eg field.choices) should now take the form instance as argument
Mon, 29 Jun 2009 17:02:51 +0200 update calls to a deprecated method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 17:02:51 +0200] rev 2195
update calls to a deprecated method
Mon, 29 Jun 2009 16:18:07 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 29 Jun 2009 16:18:07 +0200] rev 2194
merge
Mon, 29 Jun 2009 16:16:43 +0200 [views] comment the naive content-negotiation algorithm, it breaks FF2 navigation stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 29 Jun 2009 16:16:43 +0200] rev 2193
[views] comment the naive content-negotiation algorithm, it breaks FF2 navigation
Mon, 29 Jun 2009 16:09:49 +0200 [repository] do not rollback when freeing pool. This shouldn't be necessary and brings a not-so-small overhead when the page makes a lot of queries stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 29 Jun 2009 16:09:49 +0200] rev 2192
[repository] do not rollback when freeing pool. This shouldn't be necessary and brings a not-so-small overhead when the page makes a lot of queries
Mon, 29 Jun 2009 16:04:21 +0200 [rtags] override tag_xxx_of() methods in DisplayCtrlRelationTags to make sure a wildcard is used stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 29 Jun 2009 16:04:21 +0200] rev 2191
[rtags] override tag_xxx_of() methods in DisplayCtrlRelationTags to make sure a wildcard is used
Mon, 29 Jun 2009 16:09:35 +0200 doomed myself, merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 16:09:35 +0200] rev 2190
doomed myself, merge
Mon, 29 Jun 2009 16:09:08 +0200 don't use reledit for composite relations stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 16:09:08 +0200] rev 2189
don't use reledit for composite relations
Mon, 29 Jun 2009 16:06:48 +0200 * deprecate session.entity method stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 16:06:48 +0200] rev 2188
* deprecate session.entity method * add debug message on rollback end to avoid having simply "begin rollback" in the log
Mon, 29 Jun 2009 13:57:31 +0200 likely typo
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 29 Jun 2009 13:57:31 +0200] rev 2187
likely typo
Mon, 29 Jun 2009 13:33:50 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 13:33:50 +0200] rev 2186
typo
Mon, 29 Jun 2009 12:18:59 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 12:18:59 +0200] rev 2185
merge
Mon, 29 Jun 2009 11:45:05 +0200 typo
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 29 Jun 2009 11:45:05 +0200] rev 2184
typo
Mon, 29 Jun 2009 12:18:43 +0200 RelationFileReader is dead
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 29 Jun 2009 12:18:43 +0200] rev 2183
RelationFileReader is dead
Sat, 27 Jun 2009 00:59:36 +0200 mark session.entity method as obsolete stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 27 Jun 2009 00:59:36 +0200] rev 2182
mark session.entity method as obsolete
Sat, 27 Jun 2009 00:56:30 +0200 backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 27 Jun 2009 00:56:30 +0200] rev 2181
backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
Sat, 27 Jun 2009 00:37:42 +0200 one more test (see mrambourg error report. We should ensure the previous fix fix his case as well which include security injection of the rql) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 27 Jun 2009 00:37:42 +0200] rev 2180
one more test (see mrambourg error report. We should ensure the previous fix fix his case as well which include security injection of the rql)
Fri, 26 Jun 2009 23:38:23 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 26 Jun 2009 23:38:23 +0200] rev 2179
merge
Fri, 26 Jun 2009 23:38:00 +0200 fake unsafe_execute stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 26 Jun 2009 23:38:00 +0200] rev 2178
fake unsafe_execute
Fri, 26 Jun 2009 14:43:28 +0200 ooops stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 26 Jun 2009 14:43:28 +0200] rev 2177
ooops
Fri, 26 Jun 2009 13:51:37 +0200 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 26 Jun 2009 13:51:37 +0200] rev 2176
merge
Fri, 26 Jun 2009 13:51:08 +0200 [doc] improvements stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 26 Jun 2009 13:51:08 +0200] rev 2175
[doc] improvements
Thu, 25 Jun 2009 20:29:27 +0200 [doc] merge and a couple corrections stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 25 Jun 2009 20:29:27 +0200] rev 2174
[doc] merge and a couple corrections
Thu, 25 Jun 2009 20:18:16 +0200 [doc] improvements stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 25 Jun 2009 20:18:16 +0200] rev 2173
[doc] improvements
Fri, 19 Jun 2009 20:38:32 +0200 delete-trailing-whitespace stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 19 Jun 2009 20:38:32 +0200] rev 2172
delete-trailing-whitespace
Fri, 26 Jun 2009 11:50:22 +0200 work around the risk of catching an unrelated TypeError stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 26 Jun 2009 11:50:22 +0200] rev 2171
work around the risk of catching an unrelated TypeError
Fri, 26 Jun 2009 23:37:09 +0200 fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 26 Jun 2009 23:37:09 +0200] rev 2170
fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself
Fri, 26 Jun 2009 11:31:57 +0200 fckeditor may be a subdirectory of the data directory stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 26 Jun 2009 11:31:57 +0200] rev 2169
fckeditor may be a subdirectory of the data directory
Thu, 25 Jun 2009 11:28:04 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 11:28:04 +0200] rev 2168
merge
Thu, 25 Jun 2009 11:27:39 +0200 Added tag cubicweb-debian-version-3_3_2-1 for changeset bef5e74e53f9 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 11:27:39 +0200] rev 2167
Added tag cubicweb-debian-version-3_3_2-1 for changeset bef5e74e53f9
Thu, 25 Jun 2009 11:27:37 +0200 Added tag cubicweb-version-3_3_2 for changeset e3aeb6e6c3bb stable cubicweb-debian-version-3_3_2-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 11:27:37 +0200] rev 2166
Added tag cubicweb-version-3_3_2 for changeset e3aeb6e6c3bb
Thu, 25 Jun 2009 11:26:46 +0200 #344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 11:26:46 +0200] rev 2165
#344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source
Thu, 25 Jun 2009 08:26:25 +0200 fix email address'mailto view stable cubicweb-version-3_3_2
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 08:26:25 +0200] rev 2164
fix email address'mailto view
Thu, 25 Jun 2009 07:58:45 +0200 3.3.2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 25 Jun 2009 07:58:45 +0200] rev 2163
3.3.2
Wed, 24 Jun 2009 18:59:01 +0200 reindent, fix obscur perf pb w/ ff 3.0.11 by performing search on the form instead of the whole document stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 18:59:01 +0200] rev 2162
reindent, fix obscur perf pb w/ ff 3.0.11 by performing search on the form instead of the whole document
Wed, 24 Jun 2009 18:04:27 +0200 prepare time where it won't be mandatory to give rset to select() stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 18:04:27 +0200] rev 2161
prepare time where it won't be mandatory to give rset to select()
Wed, 24 Jun 2009 16:59:26 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:59:26 +0200] rev 2160
merge
Wed, 24 Jun 2009 16:59:12 +0200 move up stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:59:12 +0200] rev 2159
move up
Wed, 24 Jun 2009 16:58:56 +0200 d-t-w, cleaner code, add missing css stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:58:56 +0200] rev 2158
d-t-w, cleaner code, add missing css
Wed, 24 Jun 2009 16:58:28 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:58:28 +0200] rev 2157
cleanup
Wed, 24 Jun 2009 16:58:12 +0200 continue to run command on other instances, do not exit stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:58:12 +0200] rev 2156
continue to run command on other instances, do not exit
Tue, 23 Jun 2009 20:04:15 +0200 change values in "edits-value" input stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 23 Jun 2009 20:04:15 +0200] rev 2155
change values in "edits-value" input
Tue, 23 Jun 2009 17:15:52 +0200 [javascript][preferences] fix setCurrentValues to consider all kind of widgets (textarea, select, etc.) not just inputs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 23 Jun 2009 17:15:52 +0200] rev 2154
[javascript][preferences] fix setCurrentValues to consider all kind of widgets (textarea, select, etc.) not just inputs
Wed, 24 Jun 2009 16:57:26 +0200 call server_startup hook once pools have been initialized stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 24 Jun 2009 16:57:26 +0200] rev 2153
call server_startup hook once pools have been initialized
Tue, 23 Jun 2009 16:31:15 +0200 oops stable
Florent <florent@secondweb.fr> [Tue, 23 Jun 2009 16:31:15 +0200] rev 2152
oops
Tue, 23 Jun 2009 15:52:52 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 23 Jun 2009 15:52:52 +0200] rev 2151
merge
Tue, 23 Jun 2009 13:55:23 +0200 typo stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 23 Jun 2009 13:55:23 +0200] rev 2150
typo
Tue, 23 Jun 2009 15:39:30 +0200 fix date rounding issue in DateFacetRangeWidget stable
Florent <florent@secondweb.fr> [Tue, 23 Jun 2009 15:39:30 +0200] rev 2149
fix date rounding issue in DateFacetRangeWidget
Tue, 23 Jun 2009 15:37:51 +0200 do not write -invalid- empty table row when form has no buttons stable
Florent <florent@secondweb.fr> [Tue, 23 Jun 2009 15:37:51 +0200] rev 2148
do not write -invalid- empty table row when form has no buttons
Tue, 23 Jun 2009 13:46:18 +0200 merge and add missing import in schema.py stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:46:18 +0200] rev 2147
merge and add missing import in schema.py
Tue, 23 Jun 2009 13:43:39 +0200 edit[s|o] field's value should be formatted as the associated field stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:43:39 +0200] rev 2146
edit[s|o] field's value should be formatted as the associated field
Tue, 23 Jun 2009 12:12:34 +0200 add datetime form test stable
Florent <florent@secondweb.fr> [Tue, 23 Jun 2009 12:12:34 +0200] rev 2145
add datetime form test
Tue, 23 Jun 2009 13:36:38 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:36:38 +0200] rev 2144
backport stable branch
Tue, 23 Jun 2009 13:34:28 +0200 add form parameter to control display of inlined relation form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:34:28 +0200] rev 2143
add form parameter to control display of inlined relation form
Tue, 23 Jun 2009 13:33:57 +0200 include_schema_files is useless stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:33:57 +0200] rev 2142
include_schema_files is useless
Tue, 23 Jun 2009 13:31:35 +0200 schema should now be importable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:31:35 +0200] rev 2141
schema should now be importable
Tue, 23 Jun 2009 13:31:16 +0200 update schema definition to avoid deprecation warning with new yams api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 23 Jun 2009 13:31:16 +0200] rev 2140
update schema definition to avoid deprecation warning with new yams api
Tue, 23 Jun 2009 12:12:56 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 23 Jun 2009 12:12:56 +0200] rev 2139
merge
Tue, 23 Jun 2009 11:48:40 +0200 Added tag 3.3.1 for changeset a356da3e725b stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 23 Jun 2009 11:48:40 +0200] rev 2138
Added tag 3.3.1 for changeset a356da3e725b
Tue, 23 Jun 2009 11:48:23 +0200 bump stable 3.3.1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 23 Jun 2009 11:48:23 +0200] rev 2137
bump
Tue, 23 Jun 2009 10:54:46 +0200 [idownloadable] use the optional title parameter if specified in the download view stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 23 Jun 2009 10:54:46 +0200] rev 2136
[idownloadable] use the optional title parameter if specified in the download view
Tue, 23 Jun 2009 10:53:57 +0200 [interfaces] describe more explicitly what should be implemente in the ICalendarable interface stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 23 Jun 2009 10:53:57 +0200] rev 2135
[interfaces] describe more explicitly what should be implemente in the ICalendarable interface
Tue, 23 Jun 2009 08:44:42 +0200 merge stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 23 Jun 2009 08:44:42 +0200] rev 2134
merge
Mon, 22 Jun 2009 11:15:17 +0200 simplify js stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 22 Jun 2009 11:15:17 +0200] rev 2133
simplify js
Mon, 22 Jun 2009 11:12:16 +0200 move navcontenttop on the top stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 22 Jun 2009 11:12:16 +0200] rev 2132
move navcontenttop on the top
Mon, 22 Jun 2009 11:53:59 +0200 [views] call autogrow only once per key event stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 22 Jun 2009 11:53:59 +0200] rev 2131
[views] call autogrow only once per key event
Mon, 22 Jun 2009 07:35:38 +0200 [javascript] provide a simple function to limit textarea size (+minor cosmetic changes) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 22 Jun 2009 07:35:38 +0200] rev 2130
[javascript] provide a simple function to limit textarea size (+minor cosmetic changes)
Mon, 22 Jun 2009 14:20:46 +0200 use RichString
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 22 Jun 2009 14:20:46 +0200] rev 2129
use RichString
Fri, 19 Jun 2009 15:55:35 +0200 drop @ wildcard in relation subject/object, override main_attribute for proper behaviour
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 15:55:35 +0200] rev 2128
drop @ wildcard in relation subject/object, override main_attribute for proper behaviour
Fri, 19 Jun 2009 15:54:55 +0200 no more meta attribute on entity and relation type
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 15:54:55 +0200] rev 2127
no more meta attribute on entity and relation type
Fri, 19 Jun 2009 14:42:04 +0200 stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 14:42:04 +0200] rev 2126
stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
Fri, 19 Jun 2009 09:19:27 +0200 https://www.logilab.net/cwo/ticket/343724 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 09:19:27 +0200] rev 2125
https://www.logilab.net/cwo/ticket/343724
Fri, 19 Jun 2009 08:47:05 +0200 set removedeps to False by default, raise an exception instead of a simple assertion for error, more remove_cube tests stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:47:05 +0200] rev 2124
set removedeps to False by default, raise an exception instead of a simple assertion for error, more remove_cube tests
Thu, 18 Jun 2009 21:01:55 +0200 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 18 Jun 2009 21:01:55 +0200] rev 2123
replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Fri, 19 Jun 2009 08:29:22 +0200 add removedeps option to remove_cube to control wether a cube's dependencies should be removed as well or not stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:29:22 +0200] rev 2122
add removedeps option to remove_cube to control wether a cube's dependencies should be removed as well or not
Fri, 19 Jun 2009 08:28:19 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:28:19 +0200] rev 2121
cleanup
Fri, 19 Jun 2009 08:28:05 +0200 rqlinput should have its default visible property to false stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:28:05 +0200] rev 2120
rqlinput should have its default visible property to false
Fri, 19 Jun 2009 08:27:41 +0200 deal with empty site-title stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:27:41 +0200] rev 2119
deal with empty site-title
Fri, 19 Jun 2009 08:23:45 +0200 should use time here, not timedelta stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:23:45 +0200] rev 2118
should use time here, not timedelta
Fri, 19 Jun 2009 08:23:23 +0200 fix change_state to allow state as eid/state name/state entity/ stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:23:23 +0200] rev 2117
fix change_state to allow state as eid/state name/state entity/
Fri, 19 Jun 2009 08:22:51 +0200 d-t-w stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 19 Jun 2009 08:22:51 +0200] rev 2116
d-t-w
Thu, 18 Jun 2009 09:38:32 +0200 add facets.css when form filter is there stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 18 Jun 2009 09:38:32 +0200] rev 2115
add facets.css when form filter is there
Wed, 17 Jun 2009 20:46:37 +0200 one more ms planning bug stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 17 Jun 2009 20:46:37 +0200] rev 2114
one more ms planning bug
Tue, 16 Jun 2009 14:15:18 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 16 Jun 2009 14:15:18 +0200] rev 2113
merge
Tue, 16 Jun 2009 12:34:00 +0200 [doc] a note on sessions stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 16 Jun 2009 12:34:00 +0200] rev 2112
[doc] a note on sessions
Tue, 16 Jun 2009 14:14:58 +0200 different message stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 16 Jun 2009 14:14:58 +0200] rev 2111
different message
Mon, 15 Jun 2009 18:30:27 +0200 add comment explaining the pb stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 15 Jun 2009 18:30:27 +0200] rev 2110
add comment explaining the pb
Mon, 15 Jun 2009 18:28:44 +0200 when a relation isn't supported by a ms query parts, dereference introduced variable refs stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 15 Jun 2009 18:28:44 +0200] rev 2109
when a relation isn't supported by a ms query parts, dereference introduced variable refs
Mon, 15 Jun 2009 18:26:31 +0200 add test and fix for queries where all variables are simplified and come from an external source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 15 Jun 2009 18:26:31 +0200] rev 2108
add test and fix for queries where all variables are simplified and come from an external source
Mon, 15 Jun 2009 12:42:48 +0200 add source to sources configuration when adding a cube defining a source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 15 Jun 2009 12:42:48 +0200] rev 2107
add source to sources configuration when adding a cube defining a source
Mon, 15 Jun 2009 12:42:16 +0200 check not using "admin" as uri (reserved) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 15 Jun 2009 12:42:16 +0200] rev 2106
check not using "admin" as uri (reserved)
Fri, 12 Jun 2009 16:33:19 +0200 refactor sources configuration, add source to sources when using a cube defining stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 12 Jun 2009 16:33:19 +0200] rev 2105
refactor sources configuration, add source to sources when using a cube defining a source
Fri, 12 Jun 2009 16:31:32 +0200 change cubes into expanded cubes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 12 Jun 2009 16:31:32 +0200] rev 2104
change cubes into expanded cubes
Thu, 11 Jun 2009 15:12:14 +0200 make inline relation forms individually renderable
Florent <florent@secondweb.fr> [Thu, 11 Jun 2009 15:12:14 +0200] rev 2103
make inline relation forms individually renderable
Thu, 11 Jun 2009 19:10:30 +0200 finish to update transaction data api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 11 Jun 2009 19:10:30 +0200] rev 2102
finish to update transaction data api
Thu, 11 Jun 2009 19:07:47 +0200 update transaction data api stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 11 Jun 2009 19:07:47 +0200] rev 2101
update transaction data api
Thu, 11 Jun 2009 19:04:20 +0200 simplify transaction data api, reorganize code stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 11 Jun 2009 19:04:20 +0200] rev 2100
simplify transaction data api, reorganize code
Wed, 10 Jun 2009 23:29:37 +0200 [CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 10 Jun 2009 23:29:37 +0200] rev 2099
[CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date
Wed, 10 Jun 2009 21:02:21 +0200 [CWCache] fix CWCache validity test stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 10 Jun 2009 21:02:21 +0200] rev 2098
[CWCache] fix CWCache validity test
Wed, 10 Jun 2009 21:01:49 +0200 [javascript] timeline is already bundled, don't try to include dynamically other js files stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 10 Jun 2009 21:01:49 +0200] rev 2097
[javascript] timeline is already bundled, don't try to include dynamically other js files
Wed, 10 Jun 2009 18:45:09 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 18:45:09 +0200] rev 2096
cleanup
Wed, 10 Jun 2009 18:45:06 +0200 avoid overriding specified values when guessing field stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 18:45:06 +0200] rev 2095
avoid overriding specified values when guessing field
Wed, 10 Jun 2009 18:44:45 +0200 fix docstring, make Bookmark.title internationalizable for appl level bookmarks stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 18:44:45 +0200] rev 2094
fix docstring, make Bookmark.title internationalizable for appl level bookmarks
Wed, 10 Jun 2009 18:44:10 +0200 field's help may now be a callable taking the form as argument stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 18:44:10 +0200] rev 2093
field's help may now be a callable taking the form as argument
Wed, 10 Jun 2009 16:13:29 +0200 [exlog] print clocktime in addition to cputime stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 10 Jun 2009 16:13:29 +0200] rev 2092
[exlog] print clocktime in addition to cputime
Wed, 10 Jun 2009 14:51:48 +0200 don't set select widget when a vocabulary widget is already specified on the field class stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 14:51:48 +0200] rev 2091
don't set select widget when a vocabulary widget is already specified on the field class
Wed, 10 Jun 2009 12:50:05 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 12:50:05 +0200] rev 2090
merge
Wed, 10 Jun 2009 12:24:22 +0200 backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation) stable
Florent <florent@secondweb.fr> [Wed, 10 Jun 2009 12:24:22 +0200] rev 2089
backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation)
Wed, 10 Jun 2009 10:26:52 +0200 Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
Fabrice <fabrice@secondweb.fr> [Wed, 10 Jun 2009 10:26:52 +0200] rev 2088
Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
Wed, 10 Jun 2009 12:09:06 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 12:09:06 +0200] rev 2087
cleanup
Wed, 10 Jun 2009 12:08:57 +0200 fix TimeField format_prop, use format_single_value directly in render_example stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 12:08:57 +0200] rev 2086
fix TimeField format_prop, use format_single_value directly in render_example
Wed, 10 Jun 2009 12:08:26 +0200 fix #343630 by getting explicitly TextInput widget for String, also instantiate field to get proper widget configuration stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 12:08:26 +0200] rev 2085
fix #343630 by getting explicitly TextInput widget for String, also instantiate field to get proper widget configuration
Wed, 10 Jun 2009 10:01:06 +0200 optional rset, those prototype could be simplified once bw compat for non named rset will be dropped
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 10:01:06 +0200] rev 2084
optional rset, those prototype could be simplified once bw compat for non named rset will be dropped
Wed, 10 Jun 2009 10:00:34 +0200 add warning when rset isn't a named argument in select()
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 10:00:34 +0200] rev 2083
add warning when rset isn't a named argument in select()
Wed, 10 Jun 2009 09:53:54 +0200 should call select here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 09:53:54 +0200] rev 2082
should call select here
Wed, 10 Jun 2009 09:49:35 +0200 make rset optional
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 09:49:35 +0200] rev 2081
make rset optional
Wed, 10 Jun 2009 08:21:38 +0200 oops, mainform default to True stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 08:21:38 +0200] rev 2080
oops, mainform default to True
Wed, 10 Jun 2009 08:21:27 +0200 proper error when fname isn't specified stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 10 Jun 2009 08:21:27 +0200] rev 2079
proper error when fname isn't specified
Tue, 09 Jun 2009 21:29:38 +0200 typo: fix assertion error message in vregistry.py stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 09 Jun 2009 21:29:38 +0200] rev 2078
typo: fix assertion error message in vregistry.py
Tue, 09 Jun 2009 18:46:20 +0200 nicer message on failure stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 18:46:20 +0200] rev 2077
nicer message on failure
Tue, 09 Jun 2009 18:30:42 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 18:30:42 +0200] rev 2076
cleanup
Tue, 09 Jun 2009 18:04:31 +0200 fix bug in multisource planner, w/ inlined relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 18:04:31 +0200] rev 2075
fix bug in multisource planner, w/ inlined relation
Tue, 09 Jun 2009 18:03:28 +0200 enhance BasePlannerTC to ease subclasses definition stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 18:03:28 +0200] rev 2074
enhance BasePlannerTC to ease subclasses definition
Tue, 09 Jun 2009 14:47:00 +0200 fix missing from close when using a var map stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 14:47:00 +0200] rev 2073
fix missing from close when using a var map
Tue, 09 Jun 2009 14:46:39 +0200 deactivate sqlite connection wrapping for unittest_multisources for now stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 14:46:39 +0200] rev 2072
deactivate sqlite connection wrapping for unittest_multisources for now
Tue, 09 Jun 2009 14:45:57 +0200 new test for missing from close when using a var map stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 14:45:57 +0200] rev 2071
new test for missing from close when using a var map
Tue, 09 Jun 2009 14:08:08 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 14:08:08 +0200] rev 2070
cleanup
Tue, 09 Jun 2009 14:07:57 +0200 set_debug method on rql2sql test as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 14:07:57 +0200] rev 2069
set_debug method on rql2sql test as well
Tue, 09 Jun 2009 11:33:04 +0200 log sql queries in debug mode stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 11:33:04 +0200] rev 2068
log sql queries in debug mode
Tue, 09 Jun 2009 11:32:41 +0200 need proper logged_user and close method to be usable as native source connection wrapper stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 11:32:41 +0200] rev 2067
need proper logged_user and close method to be usable as native source connection wrapper
Tue, 09 Jun 2009 11:31:57 +0200 cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 11:31:57 +0200] rev 2066
cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string
Tue, 09 Jun 2009 11:30:37 +0200 fix unregister to be more error resilient as other unregistering methods + cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 09 Jun 2009 11:30:37 +0200] rev 2065
fix unregister to be more error resilient as other unregistering methods + cleanup
Mon, 08 Jun 2009 20:37:03 +0200 properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 08 Jun 2009 20:37:03 +0200] rev 2064
properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated
Mon, 08 Jun 2009 20:35:26 +0200 fix [re]set_pool prototype stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 08 Jun 2009 20:35:26 +0200] rev 2063
fix [re]set_pool prototype
Mon, 08 Jun 2009 20:34:28 +0200 provide local_add_relation / add_relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 08 Jun 2009 20:34:28 +0200] rev 2062
provide local_add_relation / add_relation
Mon, 08 Jun 2009 18:32:23 +0200 [basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 08 Jun 2009 18:32:23 +0200] rev 2061
[basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser
Mon, 08 Jun 2009 18:29:35 +0200 [entities][CWCache] handle classic datetime vs None comparison bug stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 08 Jun 2009 18:29:35 +0200] rev 2060
[entities][CWCache] handle classic datetime vs None comparison bug
Fri, 05 Jun 2009 19:04:20 +0200 absolute_url / build_url refactoring to avoid potential name clash
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 19:04:20 +0200] rev 2059
absolute_url / build_url refactoring to avoid potential name clash
Fri, 05 Jun 2009 15:09:20 +0200 nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 15:09:20 +0200] rev 2058
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Fri, 05 Jun 2009 15:06:55 +0200 test broken, deprecated module; kill
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 15:06:55 +0200] rev 2057
test broken, deprecated module; kill
Fri, 05 Jun 2009 18:54:39 +0200 reminder stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 18:54:39 +0200] rev 2056
reminder
Fri, 05 Jun 2009 16:41:09 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 16:41:09 +0200] rev 2055
oops
Fri, 05 Jun 2009 16:35:44 +0200 fix potential race-condition stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 16:35:44 +0200] rev 2054
fix potential race-condition
Fri, 05 Jun 2009 13:21:31 +0200 change extlite connection handling: connection may not be shared among threads but it's fine to have multiple connections open in several threads (as demonstrated by unittest_extlite) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 13:21:31 +0200] rev 2053
change extlite connection handling: connection may not be shared among threads but it's fine to have multiple connections open in several threads (as demonstrated by unittest_extlite)
Fri, 05 Jun 2009 10:40:54 +0200 backport changesets which should have been in stable branch. now *stable is 3.3* and *default is 3.4* stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 10:40:54 +0200] rev 2052
backport changesets which should have been in stable branch. now *stable is 3.3* and *default is 3.4*
Fri, 05 Jun 2009 10:26:35 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 10:26:35 +0200] rev 2051
merge
Fri, 05 Jun 2009 10:23:56 +0200 fix submit message handling in entity form
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 10:23:56 +0200] rev 2050
fix submit message handling in entity form
Fri, 05 Jun 2009 10:18:40 +0200 set __maineid in EntityFieldsForm
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 10:18:40 +0200] rev 2049
set __maineid in EntityFieldsForm
Fri, 05 Jun 2009 10:03:16 +0200 replace set_error_url/set_dom_id by a single mainform argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 10:03:16 +0200] rev 2048
replace set_error_url/set_dom_id by a single mainform argument
Fri, 05 Jun 2009 09:58:16 +0200 reminder
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 09:58:16 +0200] rev 2047
reminder
Fri, 05 Jun 2009 09:13:49 +0200 do not set __domid in sub-forms
Florent <florent@secondweb.fr> [Fri, 05 Jun 2009 09:13:49 +0200] rev 2046
do not set __domid in sub-forms
Thu, 04 Jun 2009 10:54:13 +0200 add __domid hidden input in forms so that we can validate more than one form per page
Florent <florent@secondweb.fr> [Thu, 04 Jun 2009 10:54:13 +0200] rev 2045
add __domid hidden input in forms so that we can validate more than one form per page
Fri, 05 Jun 2009 08:33:18 +0200 alter table in schema serial when a renamed type is detected
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 08:33:18 +0200] rev 2044
alter table in schema serial when a renamed type is detected
Fri, 05 Jun 2009 08:32:22 +0200 typo
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 05 Jun 2009 08:32:22 +0200] rev 2043
typo
Thu, 04 Jun 2009 11:26:59 -0700 Add a note concerning explicit object registering.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 04 Jun 2009 11:26:59 -0700] rev 2042
Add a note concerning explicit object registering.
Thu, 04 Jun 2009 20:21:40 +0200 be more precise & helpful stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 04 Jun 2009 20:21:40 +0200] rev 2041
be more precise & helpful
Thu, 04 Jun 2009 17:53:33 +0200 [views] API fix: select_object is a vreg method stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 04 Jun 2009 17:53:33 +0200] rev 2040
[views] API fix: select_object is a vreg method
Thu, 04 Jun 2009 17:21:29 +0200 Added tag cubicweb-debian-version-3_3_0-1 for changeset 07214e923e75
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 04 Jun 2009 17:21:29 +0200] rev 2039
Added tag cubicweb-debian-version-3_3_0-1 for changeset 07214e923e75
Thu, 04 Jun 2009 17:21:28 +0200 Added tag cubicweb-version-3_3_0 for changeset 2d7d3062ca03 cubicweb-debian-version-3_3_0-1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 04 Jun 2009 17:21:28 +0200] rev 2038
Added tag cubicweb-version-3_3_0 for changeset 2d7d3062ca03
Wed, 03 Jun 2009 21:15:14 +0200 prepare 3.3.0 cubicweb-version-3_3_0
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 21:15:14 +0200] rev 2037
prepare 3.3.0
Wed, 03 Jun 2009 21:15:01 +0200 replace jpl with forge in test
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 21:15:01 +0200] rev 2036
replace jpl with forge in test
Wed, 03 Jun 2009 21:14:46 +0200 bugfix: extrapath is optional arg for init_registration
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 21:14:46 +0200] rev 2035
bugfix: extrapath is optional arg for init_registration
Wed, 03 Jun 2009 19:50:34 +0200 merge with closed branches to remove heads.
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:50:34 +0200] rev 2034
merge with closed branches to remove heads.
Wed, 03 Jun 2009 19:49:44 +0200 closing 3.1 branch merged into trunk. 3.1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:49:44 +0200] rev 2033
closing 3.1 branch merged into trunk.
Wed, 03 Jun 2009 19:49:15 +0200 merge stable branch into default.
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:49:15 +0200] rev 2032
merge stable branch into default.
Wed, 03 Jun 2009 19:47:03 +0200 merging branches to close them. 3.1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:47:03 +0200] rev 2031
merging branches to close them.
Wed, 03 Jun 2009 19:46:53 +0200 merging branches to close them. 3.1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:46:53 +0200] rev 2030
merging branches to close them.
Wed, 03 Jun 2009 19:46:06 +0200 closing 3.0 branch merged into trunk. 3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:46:06 +0200] rev 2029
closing 3.0 branch merged into trunk.
Wed, 03 Jun 2009 19:45:46 +0200 closing 3.0 branch merged into trunk. 3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:45:46 +0200] rev 2028
closing 3.0 branch merged into trunk.
Wed, 03 Jun 2009 19:42:23 +0200 close treeviews-tabs branch by merging with 3.1 3.1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:42:23 +0200] rev 2027
close treeviews-tabs branch by merging with 3.1
Wed, 03 Jun 2009 19:38:14 +0200 closing treeview-tabs branch merged into trunk. treeview-tabs
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 03 Jun 2009 19:38:14 +0200] rev 2026
closing treeview-tabs branch merged into trunk.
Wed, 03 Jun 2009 16:52:24 +0200 fix lookup of files to load when using CW_CUBES_PATH
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 03 Jun 2009 16:52:24 +0200] rev 2025
fix lookup of files to load when using CW_CUBES_PATH
Wed, 03 Jun 2009 09:52:39 +0200 redo juj's fix in stable branch stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 03 Jun 2009 09:52:39 +0200] rev 2024
redo juj's fix in stable branch
Wed, 03 Jun 2009 09:15:20 +0200 close tls-sprint branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 03 Jun 2009 09:15:20 +0200] rev 2023
close tls-sprint branch
Wed, 03 Jun 2009 09:09:33 +0200 close branch tls-sprint
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 03 Jun 2009 09:09:33 +0200] rev 2022
close branch
Tue, 02 Jun 2009 18:15:09 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 02 Jun 2009 18:15:09 +0200] rev 2021
merge
Tue, 02 Jun 2009 08:17:24 +0200 [facet] refactor values formatting in RangeFacets
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 02 Jun 2009 08:17:24 +0200] rev 2020
[facet] refactor values formatting in RangeFacets
Tue, 02 Jun 2009 18:14:38 +0200 #343488: SQL error in migration script (depends on a new release of yams and lgc)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 02 Jun 2009 18:14:38 +0200] rev 2019
#343488: SQL error in migration script (depends on a new release of yams and lgc)
Sun, 31 May 2009 19:53:41 +0200 watch out, there's some tabs hiding here and there, keep your eyes open ...
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 31 May 2009 19:53:41 +0200] rev 2018
watch out, there's some tabs hiding here and there, keep your eyes open ...
Sat, 30 May 2009 00:42:35 +0200 [views] change default tab to text for /schema
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 30 May 2009 00:42:35 +0200] rev 2017
[views] change default tab to text for /schema
Sat, 30 May 2009 00:42:18 +0200 [views] reindent web/facet.py
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 30 May 2009 00:42:18 +0200] rev 2016
[views] reindent web/facet.py
Fri, 29 May 2009 21:34:09 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 21:34:09 +0200] rev 2015
merge
Fri, 29 May 2009 21:32:53 +0200 [facet] provide hasRelationFacet (backport from CMHN)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 21:32:53 +0200] rev 2014
[facet] provide hasRelationFacet (backport from CMHN)
Fri, 29 May 2009 21:31:12 +0200 [facet] duh ? jQuery crashes on facets with only one element. Strange that this is the first time we hit this bug
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 21:31:12 +0200] rev 2013
[facet] duh ? jQuery crashes on facets with only one element. Strange that this is the first time we hit this bug
Fri, 29 May 2009 21:30:19 +0200 [facets] add new unchecked's checkbox image
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 21:30:19 +0200] rev 2012
[facets] add new unchecked's checkbox image
Fri, 29 May 2009 20:22:39 +0200 merge stable branch into default
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 29 May 2009 20:22:39 +0200] rev 2011
merge stable branch into default
Fri, 29 May 2009 19:36:08 +0200 [facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 19:36:08 +0200] rev 2010
[facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)
Fri, 29 May 2009 19:34:00 +0200 [utils] move datetime2ticks from cw.web.views.plots to cw.utils
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 19:34:00 +0200] rev 2009
[utils] move datetime2ticks from cw.web.views.plots to cw.utils
Fri, 29 May 2009 19:31:32 +0200 [javascript] provide a strftime method to Date objects
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 29 May 2009 19:31:32 +0200] rev 2008
[javascript] provide a strftime method to Date objects Rely on toLocaleFormat when it's available. If not, this just returns '%Y/%m/%d'. A nicer implementation will come later
Fri, 29 May 2009 16:11:49 +0200 oops... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 16:11:49 +0200] rev 2007
oops...
Fri, 29 May 2009 14:43:58 +0200 we can now use self.req
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 14:43:58 +0200] rev 2006
we can now use self.req
Fri, 29 May 2009 14:19:30 +0200 turn every form class into appobject. They should not be instantiated manually anymore.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 14:19:30 +0200] rev 2005
turn every form class into appobject. They should not be instantiated manually anymore.
Fri, 29 May 2009 14:07:42 +0200 tests broken; module deprecated; remove tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 14:07:42 +0200] rev 2004
tests broken; module deprecated; remove tests
Fri, 29 May 2009 14:04:26 +0200 useful to have yes returning 0.5 by default
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 14:04:26 +0200] rev 2003
useful to have yes returning 0.5 by default
Fri, 29 May 2009 14:04:06 +0200 be stricter on catched exception, fix Time parsing
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 14:04:06 +0200] rev 2002
be stricter on catched exception, fix Time parsing
Fri, 29 May 2009 13:34:06 +0200 fix import
Florent <florent@secondweb.fr> [Fri, 29 May 2009 13:34:06 +0200] rev 2001
fix import
Fri, 29 May 2009 12:04:23 +0200 do not store req as an attribute of ApacheURLRewrite - fix test
Florent <florent@secondweb.fr> [Fri, 29 May 2009 12:04:23 +0200] rev 2000
do not store req as an attribute of ApacheURLRewrite - fix test
Fri, 29 May 2009 10:49:01 +0200 obsolete methods
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 29 May 2009 10:49:01 +0200] rev 1999
obsolete methods
Thu, 28 May 2009 22:57:52 +0200 [views] change schema views: remove view eschema and use tabs for cwetype
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 28 May 2009 22:57:52 +0200] rev 1998
[views] change schema views: remove view eschema and use tabs for cwetype
Thu, 28 May 2009 22:56:38 +0200 [views] get tabs to work with startup views
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 28 May 2009 22:56:38 +0200] rev 1997
[views] get tabs to work with startup views
Thu, 28 May 2009 20:07:18 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 20:07:18 +0200] rev 1996
merge
Thu, 28 May 2009 20:06:45 +0200 turn renderers into appobjects
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 20:06:45 +0200] rev 1995
turn renderers into appobjects
Thu, 28 May 2009 20:05:54 +0200 col may be None
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 20:05:54 +0200] rev 1994
col may be None
Thu, 28 May 2009 19:07:41 +0200 backport stable branch
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 28 May 2009 19:07:41 +0200] rev 1993
backport stable branch
Thu, 28 May 2009 19:07:06 +0200 [javascript] fix AJAX user preference validation stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 28 May 2009 19:07:06 +0200] rev 1992
[javascript] fix AJAX user preference validation - use $elt.val() instead of $elt.attr('value') - fix radio button handling
Thu, 28 May 2009 16:59:14 +0200 bugfix for plots
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 28 May 2009 16:59:14 +0200] rev 1991
bugfix for plots
Thu, 28 May 2009 15:09:35 +0200 merge stable branch into default
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 28 May 2009 15:09:35 +0200] rev 1990
merge stable branch into default
Thu, 28 May 2009 18:46:04 +0200 set default select size to 1 into the widget
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:46:04 +0200] rev 1989
set default select size to 1 into the widget
Thu, 28 May 2009 18:45:51 +0200 if choices is set and widget not explicitly specified, use Select in base field
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:45:51 +0200] rev 1988
if choices is set and widget not explicitly specified, use Select in base field
Thu, 28 May 2009 18:32:51 +0200 basic views for python values (eg without any result set)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:32:51 +0200] rev 1987
basic views for python values (eg without any result set)
Thu, 28 May 2009 18:32:12 +0200 move widget selection's logic on fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:32:12 +0200] rev 1986
move widget selection's logic on fields
Thu, 28 May 2009 18:31:14 +0200 move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:31:14 +0200] rev 1985
move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
Thu, 28 May 2009 18:28:29 +0200 move parse_datetime on appobject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:28:29 +0200] rev 1984
move parse_datetime on appobject
Thu, 28 May 2009 18:28:05 +0200 fix test
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:28:05 +0200] rev 1983
fix test
Thu, 28 May 2009 18:27:50 +0200 not needed, this is the default label
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 18:27:50 +0200] rev 1982
not needed, this is the default label
Thu, 28 May 2009 11:41:36 +0200 fix #327301: synchronize_schema doesn't update not-null constraint stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 11:41:36 +0200] rev 1981
fix #327301: synchronize_schema doesn't update not-null constraint
Thu, 28 May 2009 11:37:27 +0200 nicer error message
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 11:37:27 +0200] rev 1980
nicer error message
Thu, 28 May 2009 11:35:56 +0200 remove meaningless cards for attributes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 11:35:56 +0200] rev 1979
remove meaningless cards for attributes
Thu, 28 May 2009 11:35:29 +0200 fix name of test database template (bad sed during template->cube migration)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 28 May 2009 11:35:29 +0200] rev 1978
fix name of test database template (bad sed during template->cube migration)
Thu, 28 May 2009 09:20:07 +0200 big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 28 May 2009 09:20:07 +0200] rev 1977
big bunch of copyright / docstring update
Thu, 28 May 2009 08:06:12 +0200 [css] emphasize the 'today' cell on omcalendars (+delete-t-w + copyright update)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 28 May 2009 08:06:12 +0200] rev 1976
[css] emphasize the 'today' cell on omcalendars (+delete-t-w + copyright update)
Wed, 27 May 2009 18:51:52 +0200 Added tag cubicweb-debian-version-3_2_3-1 for changeset 4003d24974f1 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 27 May 2009 18:51:52 +0200] rev 1975
Added tag cubicweb-debian-version-3_2_3-1 for changeset 4003d24974f1
Wed, 27 May 2009 18:51:51 +0200 Added tag cubicweb-version-3_2_3 for changeset f60bb84b86cf stable cubicweb-debian-version-3_2_3-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 27 May 2009 18:51:51 +0200] rev 1974
Added tag cubicweb-version-3_2_3 for changeset f60bb84b86cf
Wed, 27 May 2009 18:51:36 +0200 bump stable cubicweb-version-3_2_3
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 27 May 2009 18:51:36 +0200] rev 1973
bump
Wed, 27 May 2009 17:08:30 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 27 May 2009 17:08:30 +0200] rev 1972
merge
Wed, 27 May 2009 15:54:29 +0200 if textoutofcontext, we need to html escape stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 27 May 2009 15:54:29 +0200] rev 1971
if textoutofcontext, we need to html escape
Wed, 27 May 2009 16:41:51 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 16:41:51 +0200] rev 1970
backport stable branch
Wed, 27 May 2009 16:41:24 +0200 line wrap stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 16:41:24 +0200] rev 1969
line wrap
Wed, 27 May 2009 16:41:15 +0200 components should be visible by default, applmessages components should not be hideable stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 16:41:15 +0200] rev 1968
components should be visible by default, applmessages components should not be hideable
Wed, 27 May 2009 16:36:17 +0200 don't crash if inlined_relation is not defined on the form stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 16:36:17 +0200] rev 1967
don't crash if inlined_relation is not defined on the form
Wed, 27 May 2009 15:19:25 +0200 stop using autocomplete_initfuncs dict on entity classes
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 15:19:25 +0200] rev 1966
stop using autocomplete_initfuncs dict on entity classes
Wed, 27 May 2009 15:01:19 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 15:01:19 +0200] rev 1965
cleanup
Wed, 27 May 2009 15:01:15 +0200 need to cleanup values if we don't want them to be interpreted by fields (title is a common field name for instance) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 15:01:15 +0200] rev 1964
need to cleanup values if we don't want them to be interpreted by fields (title is a common field name for instance)
Wed, 27 May 2009 15:00:38 +0200 not necessary here, else we see it in the generated input stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 15:00:38 +0200] rev 1963
not necessary here, else we see it in the generated input
Wed, 27 May 2009 13:01:32 +0200 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 13:01:32 +0200] rev 1962
backport stable branch
Wed, 27 May 2009 12:51:29 +0200 Added tag cubicweb-debian-version-3_2_2-1 for changeset 0e07514264aa stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 27 May 2009 12:51:29 +0200] rev 1961
Added tag cubicweb-debian-version-3_2_2-1 for changeset 0e07514264aa
Wed, 27 May 2009 12:51:24 +0200 Added tag cubicweb-version-3_2_2 for changeset 9b21e068fef7 stable cubicweb-debian-version-3_2_2-1
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 27 May 2009 12:51:24 +0200] rev 1960
Added tag cubicweb-version-3_2_2 for changeset 9b21e068fef7
Wed, 27 May 2009 12:51:16 +0200 ready for 3.2.2 stable cubicweb-version-3_2_2
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 27 May 2009 12:51:16 +0200] rev 1959
ready for 3.2.2
Wed, 27 May 2009 12:46:31 +0200 Added tag cubicweb-debian-version-3_2_2-1 for changeset 92d1a15f08f7 stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 27 May 2009 12:46:31 +0200] rev 1958
Added tag cubicweb-debian-version-3_2_2-1 for changeset 92d1a15f08f7
Wed, 27 May 2009 12:46:20 +0200 Added tag cubicweb-version-3_2_2 for changeset 6539ce84f043 stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 27 May 2009 12:46:20 +0200] rev 1957
Added tag cubicweb-version-3_2_2 for changeset 6539ce84f043
Wed, 27 May 2009 08:39:16 +0200 [views][plot] piechart view now accepts either final or non final entities in the first column
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 27 May 2009 08:39:16 +0200] rev 1956
[views][plot] piechart view now accepts either final or non final entities in the first column
Wed, 27 May 2009 11:26:15 +0200 fix test stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:26:15 +0200] rev 1955
fix test
Wed, 27 May 2009 11:26:03 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:26:03 +0200] rev 1954
cleanup
Wed, 27 May 2009 11:24:58 +0200 oops stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:24:58 +0200] rev 1953
oops
Wed, 27 May 2009 11:24:35 +0200 fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py). stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:24:35 +0200] rev 1952
fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py). Bump version to force migration on dev instances.
Wed, 27 May 2009 11:19:37 +0200 getting a StringIO here was due to lgc.db sqlite adapter bug stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:19:37 +0200] rev 1951
getting a StringIO here was due to lgc.db sqlite adapter bug
Wed, 27 May 2009 11:18:46 +0200 reactivate skipped tests due to sqlite bug which is now fixed (sqlite 3.6.13) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:18:46 +0200] rev 1950
reactivate skipped tests due to sqlite bug which is now fixed (sqlite 3.6.13)
Wed, 27 May 2009 11:17:53 +0200 test Bytes storage/retreival stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 27 May 2009 11:17:53 +0200] rev 1949
test Bytes storage/retreival
Tue, 26 May 2009 19:46:08 +0200 cosmetic stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 19:46:08 +0200] rev 1948
cosmetic
Tue, 26 May 2009 19:45:39 +0200 test and fix __linkto handling (#343421) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 19:45:39 +0200] rev 1947
test and fix __linkto handling (#343421)
Tue, 26 May 2009 19:45:04 +0200 don't use tab stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 19:45:04 +0200] rev 1946
don't use tab
Tue, 26 May 2009 19:37:36 +0200 new argument telling if we want text or (text / attrs), keeping bw compat stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 19:37:36 +0200] rev 1945
new argument telling if we want text or (text / attrs), keeping bw compat
Tue, 26 May 2009 19:36:40 +0200 similar method already exists stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 19:36:40 +0200] rev 1944
similar method already exists
Tue, 26 May 2009 18:22:24 +0200 fix exception class, simply print warning when calling register_and_replace with an unregistered view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 18:22:24 +0200] rev 1943
fix exception class, simply print warning when calling register_and_replace with an unregistered view
Tue, 26 May 2009 17:27:43 +0200 fix generated links stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 17:27:43 +0200] rev 1942
fix generated links
Tue, 26 May 2009 14:15:39 +0200 egroup -> cwgroup #343418 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 26 May 2009 14:15:39 +0200] rev 1941
egroup -> cwgroup #343418
Tue, 26 May 2009 11:23:39 +0200 fix so that one can edit an entity with a Bytes field without specifying a new file stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 11:23:39 +0200] rev 1940
fix so that one can edit an entity with a Bytes field without specifying a new file
Tue, 26 May 2009 11:01:23 +0200 #343379: disturbing message on upgrade stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 11:01:23 +0200] rev 1939
#343379: disturbing message on upgrade
Tue, 26 May 2009 09:31:44 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 09:31:44 +0200] rev 1938
merge
Tue, 26 May 2009 09:31:15 +0200 cosmetic stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 26 May 2009 09:31:15 +0200] rev 1937
cosmetic
Mon, 25 May 2009 22:26:05 +0200 pass request to ApacheRewriter rewrite method
Florent <florent@secondweb.fr> [Mon, 25 May 2009 22:26:05 +0200] rev 1936
pass request to ApacheRewriter rewrite method
Mon, 25 May 2009 22:21:13 +0200 add helpers to insert new fields in forms
Florent <florent@secondweb.fr> [Mon, 25 May 2009 22:21:13 +0200] rev 1935
add helpers to insert new fields in forms
Mon, 25 May 2009 22:14:58 +0200 add single input password widget
Florent <florent@secondweb.fr> [Mon, 25 May 2009 22:14:58 +0200] rev 1934
add single input password widget
Tue, 26 May 2009 09:03:24 +0200 [facet][RangeFacet] submit facet form when the user stops sliding
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 26 May 2009 09:03:24 +0200] rev 1933
[facet][RangeFacet] submit facet form when the user stops sliding
Mon, 25 May 2009 16:54:13 +0200 Added tag cubicweb-debian-version-3_2_1-1 for changeset e784f8847a12 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:54:13 +0200] rev 1932
Added tag cubicweb-debian-version-3_2_1-1 for changeset e784f8847a12
Mon, 25 May 2009 16:54:10 +0200 Added tag cubicweb-version-3_2_1 for changeset 634c251dd032 stable cubicweb-debian-version-3_2_1-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:54:10 +0200] rev 1931
Added tag cubicweb-version-3_2_1 for changeset 634c251dd032
Mon, 25 May 2009 16:53:43 +0200 bump stable cubicweb-version-3_2_1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:53:43 +0200] rev 1930
bump
Mon, 25 May 2009 16:43:57 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:43:57 +0200] rev 1929
merge
Mon, 25 May 2009 16:43:50 +0200 Backed out changeset 31843b49188d stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:43:50 +0200] rev 1928
Backed out changeset 31843b49188d
Mon, 25 May 2009 16:43:44 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:43:44 +0200] rev 1927
merge
Mon, 25 May 2009 16:43:36 +0200 Backed out changeset a9db0eb45117 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:43:36 +0200] rev 1926
Backed out changeset a9db0eb45117
Mon, 25 May 2009 16:14:04 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:14:04 +0200] rev 1925
merge
Mon, 25 May 2009 16:11:30 +0200 bump stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 16:11:30 +0200] rev 1924
bump
Mon, 25 May 2009 16:10:52 +0200 handle speaking to an instance using old entity types stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 May 2009 16:10:52 +0200] rev 1923
handle speaking to an instance using old entity types
Mon, 25 May 2009 16:09:34 +0200 remove buggy debug code stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 May 2009 16:09:34 +0200] rev 1922
remove buggy debug code
Mon, 25 May 2009 16:03:32 +0200 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 25 May 2009 16:03:32 +0200] rev 1921
merge
Mon, 25 May 2009 16:03:09 +0200 [packaging] use python-support instead of python-central stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 25 May 2009 16:03:09 +0200] rev 1920
[packaging] use python-support instead of python-central
Mon, 25 May 2009 00:34:49 +0200 merge stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 25 May 2009 00:34:49 +0200] rev 1919
merge
Mon, 25 May 2009 00:34:11 +0200 prepare 3.2.1 stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 25 May 2009 00:34:11 +0200] rev 1918
prepare 3.2.1
Sun, 24 May 2009 02:04:07 +0200 fix etype_class(Any) when multiple sources stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 24 May 2009 02:04:07 +0200] rev 1917
fix etype_class(Any) when multiple sources
Mon, 25 May 2009 14:40:47 +0200 [skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 25 May 2009 14:40:47 +0200] rev 1916
[skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim)
Mon, 25 May 2009 13:02:56 +0200 merge forgotten stable head stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 25 May 2009 13:02:56 +0200] rev 1915
merge forgotten stable head
Fri, 22 May 2009 18:11:21 +0200 with statement: use it or lose it stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 22 May 2009 18:11:21 +0200] rev 1914
with statement: use it or lose it
Mon, 25 May 2009 12:57:19 +0200 should reset sqlutils.SQL_PREFIX as well stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 25 May 2009 12:57:19 +0200] rev 1913
should reset sqlutils.SQL_PREFIX as well
Mon, 25 May 2009 12:21:06 +0200 [server] provide a new reset-admin-pwd command
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 25 May 2009 12:21:06 +0200] rev 1912
[server] provide a new reset-admin-pwd command
Mon, 25 May 2009 12:20:25 +0200 make emacs happier
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 25 May 2009 12:20:25 +0200] rev 1911
make emacs happier
Mon, 25 May 2009 12:18:17 +0200 [server] refactor server.utils.manager_userpasswd
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 25 May 2009 12:18:17 +0200] rev 1910
[server] refactor server.utils.manager_userpasswd - remove passwd parameter which was never used - make the function usable when we have a login and want the user to enter a new password, with confirmation
Sun, 24 May 2009 22:41:24 +0200 merge stable branch back into default branch stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 24 May 2009 22:41:24 +0200] rev 1909
merge stable branch back into default branch
Sun, 24 May 2009 22:40:44 +0200 favicon cubicweb stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 24 May 2009 22:40:44 +0200] rev 1908
favicon cubicweb
Fri, 22 May 2009 15:48:25 +0200 dubious docstring; hard-to-understand function stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 22 May 2009 15:48:25 +0200] rev 1907
dubious docstring; hard-to-understand function
Fri, 22 May 2009 01:31:21 +0200 merge stable branch back into default branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 01:31:21 +0200] rev 1906
merge stable branch back into default branch
Fri, 22 May 2009 01:30:58 +0200 [tests] fix test after absolute_url got changed for external entities stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 01:30:58 +0200] rev 1905
[tests] fix test after absolute_url got changed for external entities
Fri, 22 May 2009 01:30:20 +0200 minor refactoring of absolute_url() stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 01:30:20 +0200] rev 1904
minor refactoring of absolute_url()
Fri, 22 May 2009 01:29:35 +0200 [test] fix test for metainformation now includes base-url stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 01:29:35 +0200] rev 1903
[test] fix test for metainformation now includes base-url
Fri, 22 May 2009 01:05:08 +0200 [test] fix tests after renaming e{user,group} to cw{user,group} stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 01:05:08 +0200] rev 1902
[test] fix tests after renaming e{user,group} to cw{user,group}
Fri, 22 May 2009 00:58:04 +0200 [tests] fix test after js_edit_field changed signature stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 00:58:04 +0200] rev 1901
[tests] fix test after js_edit_field changed signature
Fri, 22 May 2009 00:52:18 +0200 [tests] fix test after eproperties got renamed to cwproperties stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 00:52:18 +0200] rev 1900
[tests] fix test after eproperties got renamed to cwproperties
Fri, 22 May 2009 00:46:41 +0200 [test] fix test after xhml_wrap changed signature stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 00:46:41 +0200] rev 1899
[test] fix test after xhml_wrap changed signature
Fri, 22 May 2009 00:20:50 +0200 [cw-ctl] rename i18n commands (see #342889)
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 00:20:50 +0200] rev 1898
[cw-ctl] rename i18n commands (see #342889)
Fri, 22 May 2009 00:06:20 +0200 merge stable branch back into default branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 22 May 2009 00:06:20 +0200] rev 1897
merge stable branch back into default branch
Fri, 22 May 2009 00:04:03 +0200 work in progress: new 'range facet' usable for numerical values, still lacks the form.submit on mouseUp
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 22 May 2009 00:04:03 +0200] rev 1896
work in progress: new 'range facet' usable for numerical values, still lacks the form.submit on mouseUp
Fri, 22 May 2009 00:02:28 +0200 [javascript] include ui.slider.js (jquery plugin). NOTE: we must find a way to deal with multiple jquery plugins
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 22 May 2009 00:02:28 +0200] rev 1895
[javascript] include ui.slider.js (jquery plugin). NOTE: we must find a way to deal with multiple jquery plugins
Fri, 22 May 2009 00:01:37 +0200 [javascript] the @attr (xpath) syntax doesn't work anymore with jquery1.3, forget the @
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 22 May 2009 00:01:37 +0200] rev 1894
[javascript] the @attr (xpath) syntax doesn't work anymore with jquery1.3, forget the @
Thu, 21 May 2009 23:59:36 +0200 use jquery1.3 (this might break a few things)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 May 2009 23:59:36 +0200] rev 1893
use jquery1.3 (this might break a few things)
Thu, 21 May 2009 17:31:05 +0200 [views] extract a PieWidget from pie views
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 May 2009 17:31:05 +0200] rev 1892
[views] extract a PieWidget from pie views
Thu, 21 May 2009 16:36:47 +0200 [views][plots] extract the plotting mechanism in an HTMLWidget to make mit more re-usable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 May 2009 16:36:47 +0200] rev 1891
[views][plots] extract the plotting mechanism in an HTMLWidget to make mit more re-usable
Thu, 21 May 2009 14:05:09 +0200 [doc] add faq about reseting password for some user stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 21 May 2009 14:05:09 +0200] rev 1890
[doc] add faq about reseting password for some user
Thu, 21 May 2009 00:50:24 +0200 merge stable branch back into default branch
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 21 May 2009 00:50:24 +0200] rev 1889
merge stable branch back into default branch
Thu, 21 May 2009 00:44:57 +0200 [views] plot with flot and get rid of matplotlib
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 May 2009 00:44:57 +0200] rev 1888
[views] plot with flot and get rid of matplotlib
Thu, 21 May 2009 00:42:05 +0200 [selectors] provide a nicer representation of rql_condition
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 21 May 2009 00:42:05 +0200] rev 1887
[selectors] provide a nicer representation of rql_condition
Wed, 20 May 2009 22:28:45 +0200 [views] add pie chart views with google chart / GChartWrapper
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 20 May 2009 22:28:45 +0200] rev 1886
[views] add pie chart views with google chart / GChartWrapper
Wed, 20 May 2009 16:36:02 +0200 replace sideRelated with sideBox stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 20 May 2009 16:36:02 +0200] rev 1885
replace sideRelated with sideBox
Wed, 20 May 2009 16:35:37 +0200 give a title to timeline generic view stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 20 May 2009 16:35:37 +0200] rev 1884
give a title to timeline generic view
Wed, 20 May 2009 14:27:35 +0200 shuting -> shutting stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 20 May 2009 14:27:35 +0200] rev 1883
shuting -> shutting
Wed, 20 May 2009 14:19:53 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 14:19:53 +0200] rev 1882
cleanup
Wed, 20 May 2009 14:19:48 +0200 fix dc_description format arg stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 14:19:48 +0200] rev 1881
fix dc_description format arg
Wed, 20 May 2009 14:19:02 +0200 two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 14:19:02 +0200] rev 1880
two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received
Wed, 20 May 2009 11:55:33 +0200 eproperty -> cwproperty, cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 11:55:33 +0200] rev 1879
eproperty -> cwproperty, cleanup
Wed, 20 May 2009 11:55:15 +0200 default email relations configuration stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 11:55:15 +0200] rev 1878
default email relations configuration
Wed, 20 May 2009 11:54:54 +0200 anon should not see security management view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 11:54:54 +0200] rev 1877
anon should not see security management view
Wed, 20 May 2009 09:41:55 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 09:41:55 +0200] rev 1876
cleanup
Wed, 20 May 2009 09:41:48 +0200 no rschema attribute on widgets stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 20 May 2009 09:41:48 +0200] rev 1875
no rschema attribute on widgets
Tue, 19 May 2009 17:13:01 +0200 oops stable
Florent <florent@secondweb.fr> [Tue, 19 May 2009 17:13:01 +0200] rev 1874
oops
Tue, 19 May 2009 17:05:54 +0200 allow easy arbitrary separator between checkbox/ radio widgets stable
Florent <florent@secondweb.fr> [Tue, 19 May 2009 17:05:54 +0200] rev 1873
allow easy arbitrary separator between checkbox/ radio widgets
Tue, 19 May 2009 16:58:25 +0200 actually useless stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 16:58:25 +0200] rev 1872
actually useless
Tue, 19 May 2009 15:45:42 +0200 merge stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 19 May 2009 15:45:42 +0200] rev 1871
merge
Tue, 19 May 2009 15:42:32 +0200 trailing space cleanup, js lint, a small indent for preference sections stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 19 May 2009 15:42:32 +0200] rev 1870
trailing space cleanup, js lint, a small indent for preference sections
Tue, 19 May 2009 15:06:33 +0200 should use sql prefix here stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 15:06:33 +0200] rev 1869
should use sql prefix here
Tue, 19 May 2009 14:31:42 +0200 update handleFormValidationResponse calls stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 19 May 2009 14:31:42 +0200] rev 1868
update handleFormValidationResponse calls
Tue, 19 May 2009 13:21:29 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 13:21:29 +0200] rev 1867
merge
Tue, 19 May 2009 12:07:03 +0200 merge stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 19 May 2009 12:07:03 +0200] rev 1866
merge
Tue, 19 May 2009 11:50:15 +0200 restore ajax validation cwpreferencies stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 19 May 2009 11:50:15 +0200] rev 1865
restore ajax validation cwpreferencies
Tue, 19 May 2009 11:48:55 +0200 add onfailure fonction for validateForm, return formid on success stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 19 May 2009 11:48:55 +0200] rev 1864
add onfailure fonction for validateForm, return formid on success
Tue, 19 May 2009 11:44:06 +0200 do not use <br> in widgets stable
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 19 May 2009 11:44:06 +0200] rev 1863
do not use <br> in widgets
Tue, 19 May 2009 13:08:51 +0200 #343322: should generate IS NULL in sql w/ None values in substitution stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 13:08:51 +0200] rev 1862
#343322: should generate IS NULL in sql w/ None values in substitution
Tue, 19 May 2009 11:18:05 +0200 stupido stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 11:18:05 +0200] rev 1861
stupido
Tue, 19 May 2009 11:01:42 +0200 this is actually needed stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 11:01:42 +0200] rev 1860
this is actually needed
Tue, 19 May 2009 11:01:33 +0200 nicer error message stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 11:01:33 +0200] rev 1859
nicer error message
Tue, 19 May 2009 10:05:56 +0200 connect format field to form_field_format for its initial value stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 10:05:56 +0200] rev 1858
connect format field to form_field_format for its initial value
Tue, 19 May 2009 10:05:19 +0200 err.entity may only be an eid or None at this point stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 10:05:19 +0200] rev 1857
err.entity may only be an eid or None at this point
Tue, 19 May 2009 10:04:15 +0200 more faking stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 10:04:15 +0200] rev 1856
more faking
Tue, 19 May 2009 09:06:42 +0200 restore possibility to have default value methods on forms, this may still be useful according to how the form is defined stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 09:06:42 +0200] rev 1855
restore possibility to have default value methods on forms, this may still be useful according to how the form is defined
Tue, 19 May 2009 09:05:47 +0200 stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 19 May 2009 09:05:47 +0200] rev 1854
stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem
Mon, 18 May 2009 19:50:54 +0200 merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 May 2009 19:50:54 +0200] rev 1853
merge
Mon, 18 May 2009 18:49:51 +0200 give back onsubmit customizability (oops) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 18:49:51 +0200] rev 1852
give back onsubmit customizability (oops)
Mon, 18 May 2009 18:49:05 +0200 give back onsubmit customizability stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 18:49:05 +0200] rev 1851
give back onsubmit customizability
Mon, 18 May 2009 19:50:23 +0200 should be outside the loop stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 May 2009 19:50:23 +0200] rev 1850
should be outside the loop
Mon, 18 May 2009 19:50:04 +0200 give a name to rtags instance to ease debugging stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 May 2009 19:50:04 +0200] rev 1849
give a name to rtags instance to ease debugging
Mon, 18 May 2009 19:48:58 +0200 fix i18n msgstr stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 May 2009 19:48:58 +0200] rev 1848
fix i18n msgstr
Mon, 18 May 2009 18:42:12 +0200 #343256: form redirection stopped working with 3.2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 18 May 2009 18:42:12 +0200] rev 1847
#343256: form redirection stopped working with 3.2
Mon, 18 May 2009 16:43:02 +0200 check at connection creation time if we should use EUser or CWUser stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 16:43:02 +0200] rev 1846
check at connection creation time if we should use EUser or CWUser
Mon, 18 May 2009 14:36:26 +0200 merge stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 14:36:26 +0200] rev 1845
merge
Mon, 18 May 2009 14:32:34 +0200 avoid monkeypatching JsonController in cw, to avoid _potential_ load order problems stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 14:32:34 +0200] rev 1844
avoid monkeypatching JsonController in cw, to avoid _potential_ load order problems
Mon, 18 May 2009 14:36:09 +0200 #343290: inputs don't use value specified in URL stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 14:36:09 +0200] rev 1843
#343290: inputs don't use value specified in URL
Mon, 18 May 2009 14:22:26 +0200 add some bw compat code for old rest_path prototype stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 14:22:26 +0200] rev 1842
add some bw compat code for old rest_path prototype
Mon, 18 May 2009 14:08:21 +0200 fix #343304 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 14:08:21 +0200] rev 1841
fix #343304
Mon, 18 May 2009 13:49:28 +0200 test and fix #342997: local eid used for absolute_url of external entities stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 13:49:28 +0200] rev 1840
test and fix #342997: local eid used for absolute_url of external entities
Mon, 18 May 2009 13:41:53 +0200 oops stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 13:41:53 +0200] rev 1839
oops
Mon, 18 May 2009 12:33:00 +0200 work-around for #343301 (display garbage in non xhtml browsers) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 18 May 2009 12:33:00 +0200] rev 1838
work-around for #343301 (display garbage in non xhtml browsers)
Mon, 18 May 2009 11:56:03 +0200 merge stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 11:56:03 +0200] rev 1837
merge
Mon, 18 May 2009 11:50:43 +0200 fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints stable
Florent <florent@secondweb.fr> [Mon, 18 May 2009 11:50:43 +0200] rev 1836
fix StringField widget selection with SizeConstraint and StaticVocabularyConstraint constraints
Mon, 18 May 2009 11:40:39 +0200 missing ext/ subpackage in cubicweb-common stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 11:40:39 +0200] rev 1835
missing ext/ subpackage in cubicweb-common
Mon, 18 May 2009 10:54:48 +0200 merge stable
sylvain.thenault@logilab.fr [Mon, 18 May 2009 10:54:48 +0200] rev 1834
merge
Mon, 18 May 2009 10:09:06 +0200 merge stable
Florent <florent@secondweb.fr> [Mon, 18 May 2009 10:09:06 +0200] rev 1833
merge
Thu, 14 May 2009 18:12:45 +0200 fix CheckBox multiple dom id and refactor with Radio tls-sprint
Florent <florent@secondweb.fr> [Thu, 14 May 2009 18:12:45 +0200] rev 1832
fix CheckBox multiple dom id and refactor with Radio
Mon, 18 May 2009 10:51:56 +0200 merge
sylvain.thenault@logilab.fr [Mon, 18 May 2009 10:51:56 +0200] rev 1831
merge
Mon, 18 May 2009 10:50:52 +0200 comment
sylvain.thenault@logilab.fr [Mon, 18 May 2009 10:50:52 +0200] rev 1830
comment
Mon, 18 May 2009 08:17:58 +0200 avoid SelectAction selection to crash on startup views stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 18 May 2009 08:17:58 +0200] rev 1829
avoid SelectAction selection to crash on startup views
Fri, 15 May 2009 14:00:43 +0200 [treeview] really fix #343232 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 15 May 2009 14:00:43 +0200] rev 1828
[treeview] really fix #343232
Thu, 14 May 2009 16:32:20 +0200 allow the __method() hook to raise a Redirect exception
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 14 May 2009 16:32:20 +0200] rev 1827
allow the __method() hook to raise a Redirect exception
Thu, 14 May 2009 16:31:14 +0200 [treeview] restore functionnality lost in some previous merge #343232 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 14 May 2009 16:31:14 +0200] rev 1826
[treeview] restore functionnality lost in some previous merge #343232
Thu, 14 May 2009 16:28:58 +0200 Added tag cubicweb-debian-version-3_2_0-1 for changeset c9c492787a8a
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 14 May 2009 16:28:58 +0200] rev 1825
Added tag cubicweb-debian-version-3_2_0-1 for changeset c9c492787a8a
Thu, 14 May 2009 16:28:57 +0200 Added tag cubicweb-version-3_2_0 for changeset c14231e3a4f9 cubicweb-debian-version-3_2_0-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 14 May 2009 16:28:57 +0200] rev 1824
Added tag cubicweb-version-3_2_0 for changeset c14231e3a4f9
Thu, 14 May 2009 15:33:50 +0200 ... cubicweb-version-3_2_0
sylvain.thenault@logilab.fr [Thu, 14 May 2009 15:33:50 +0200] rev 1823
...
Thu, 14 May 2009 15:27:16 +0200 more packaging fixes
sylvain.thenault@logilab.fr [Thu, 14 May 2009 15:27:16 +0200] rev 1822
more packaging fixes
Thu, 14 May 2009 15:15:21 +0200 fix packaging
sylvain.thenault@logilab.fr [Thu, 14 May 2009 15:15:21 +0200] rev 1821
fix packaging
Thu, 14 May 2009 15:08:58 +0200 use wildcard
Sylvain <syt@logilab.fr> [Thu, 14 May 2009 15:08:58 +0200] rev 1820
use wildcard
Thu, 14 May 2009 14:51:52 +0200 remove 2.5 construction
Sylvain <syt@logilab.fr> [Thu, 14 May 2009 14:51:52 +0200] rev 1819
remove 2.5 construction
Thu, 14 May 2009 12:52:27 +0200 merge
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:52:27 +0200] rev 1818
merge
Thu, 14 May 2009 12:52:13 +0200 close branch 25480a710422
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:52:13 +0200] rev 1817
close branch
Thu, 14 May 2009 12:51:53 +0200 merge
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:51:53 +0200] rev 1816
merge
Thu, 14 May 2009 12:51:38 +0200 close branch 894685124c68
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:51:38 +0200] rev 1815
close branch
Thu, 14 May 2009 12:51:11 +0200 merge
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:51:11 +0200] rev 1814
merge
Thu, 14 May 2009 12:50:34 +0200 merge
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:50:34 +0200] rev 1813
merge
Thu, 14 May 2009 12:50:14 +0200 close branch 450c435d69b9
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:50:14 +0200] rev 1812
close branch
Thu, 14 May 2009 12:49:44 +0200 close 1fbeb11a27a3
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:49:44 +0200] rev 1811
close
Thu, 14 May 2009 12:49:04 +0200 merge
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:49:04 +0200] rev 1810
merge
Thu, 14 May 2009 12:48:32 +0200 close branch tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:48:32 +0200] rev 1809
close branch
Thu, 14 May 2009 12:48:11 +0200 backport tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:48:11 +0200] rev 1808
backport tls-sprint
Thu, 14 May 2009 12:43:56 +0200 3.2 tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:43:56 +0200] rev 1807
3.2
Thu, 14 May 2009 12:43:48 +0200 i18nupdate tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:43:48 +0200] rev 1806
i18nupdate
Thu, 14 May 2009 12:34:20 +0200 clear query cache on write tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:34:20 +0200] rev 1805
clear query cache on write
Thu, 14 May 2009 12:34:08 +0200 skip RawDynamicComboBoxWidget tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 12:34:08 +0200] rev 1804
skip RawDynamicComboBoxWidget
Thu, 14 May 2009 12:31:23 +0200 let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 14 May 2009 12:31:23 +0200] rev 1803
let the StringField have a default TextArea widget, only TextInput on small size constraint & no static vocabulary
Thu, 14 May 2009 11:38:40 +0200 delete-trailing-whitespace + some copyright update tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 14 May 2009 11:38:40 +0200] rev 1802
delete-trailing-whitespace + some copyright update
Thu, 14 May 2009 10:24:56 +0200 ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 14 May 2009 10:24:56 +0200] rev 1801
ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead The idea is to generate the full URL on the server side and not on the client side (i.e in JS). This way, this gives a chance to the ajax link to work outside the application itself (typically mash-ups).
Thu, 14 May 2009 10:13:59 +0200 [calendar] ensure task.start / task.stop are available before calling todate() tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 14 May 2009 10:13:59 +0200] rev 1800
[calendar] ensure task.start / task.stop are available before calling todate()
Thu, 14 May 2009 08:35:19 +0200 ensure start/stop are datetime before access to .hour tls-sprint
sylvain.thenault@logilab.fr [Thu, 14 May 2009 08:35:19 +0200] rev 1799
ensure start/stop are datetime before access to .hour
Wed, 13 May 2009 19:51:30 +0200 pass default values along the whole call chain, fix hidden field update bug tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 May 2009 19:51:30 +0200] rev 1798
pass default values along the whole call chain, fix hidden field update bug
Wed, 13 May 2009 17:21:35 +0200 fix some web tests, adjusts rtags tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:21:35 +0200] rev 1797
fix some web tests, adjusts rtags
Wed, 13 May 2009 17:01:42 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:01:42 +0200] rev 1796
merge
Wed, 13 May 2009 16:07:44 +0200 on inline form validation, also provide the 'unspecified' placeholder value for empty fields tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 May 2009 16:07:44 +0200] rev 1795
on inline form validation, also provide the 'unspecified' placeholder value for empty fields
Wed, 13 May 2009 15:55:47 +0200 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 May 2009 15:55:47 +0200] rev 1794
merge
Wed, 13 May 2009 15:55:08 +0200 fix vertical alignment pb. with descr. format list and textarea inputs tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 May 2009 15:55:08 +0200] rev 1793
fix vertical alignment pb. with descr. format list and textarea inputs
Wed, 13 May 2009 17:01:25 +0200 delete-trailing-spaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:01:25 +0200] rev 1792
delete-trailing-spaces
Wed, 13 May 2009 17:01:16 +0200 clear cache before synchronization tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:01:16 +0200] rev 1791
clear cache before synchronization
Wed, 13 May 2009 17:00:42 +0200 previous form actually worked?? tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:00:42 +0200] rev 1790
previous form actually worked??
Wed, 13 May 2009 17:00:22 +0200 sort solutions anyway tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:00:22 +0200] rev 1789
sort solutions anyway
Wed, 13 May 2009 17:00:08 +0200 check field isn't already instantiated tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 17:00:08 +0200] rev 1788
check field isn't already instantiated
Wed, 13 May 2009 16:59:50 +0200 fix test tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 16:59:50 +0200] rev 1787
fix test
Wed, 13 May 2009 16:28:21 +0200 one more msplanning bug fixed... tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 16:28:21 +0200] rev 1786
one more msplanning bug fixed...
Wed, 13 May 2009 15:46:47 +0200 ms planning fix tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 15:46:47 +0200] rev 1785
ms planning fix
Wed, 13 May 2009 15:06:02 +0200 already a class tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 15:06:02 +0200] rev 1784
already a class
Wed, 13 May 2009 15:05:38 +0200 mx flag has moved tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 15:05:38 +0200] rev 1783
mx flag has moved
Wed, 13 May 2009 13:57:51 +0200 consider fields_kwargs even when field specified tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 13:57:51 +0200] rev 1782
consider fields_kwargs even when field specified
Wed, 13 May 2009 12:15:03 +0200 no (not for attributes anyway) tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 13 May 2009 12:15:03 +0200] rev 1781
no (not for attributes anyway)
Wed, 13 May 2009 11:06:22 +0200 dc_description should take a format argument tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 11:06:22 +0200] rev 1780
dc_description should take a format argument
Wed, 13 May 2009 11:02:47 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 11:02:47 +0200] rev 1779
merge
Wed, 13 May 2009 11:02:40 +0200 xhmlt fix tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 11:02:40 +0200] rev 1778
xhmlt fix
Wed, 13 May 2009 10:56:24 +0200 fix popup login width when allow-email-login=y tls-sprint
Florent <florent@secondweb.fr> [Wed, 13 May 2009 10:56:24 +0200] rev 1777
fix popup login width when allow-email-login=y
Wed, 13 May 2009 10:38:18 +0200 adapt login box message to allow-email-login configuration tls-sprint
Florent <florent@secondweb.fr> [Wed, 13 May 2009 10:38:18 +0200] rev 1776
adapt login box message to allow-email-login configuration
Wed, 13 May 2009 11:01:40 +0200 fix in case only one type is tested tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 11:01:40 +0200] rev 1775
fix in case only one type is tested
Wed, 13 May 2009 10:12:40 +0200 fix cubes order while generating catalogs tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 10:12:40 +0200] rev 1774
fix cubes order while generating catalogs
Wed, 13 May 2009 10:12:03 +0200 use render tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 10:12:03 +0200] rev 1773
use render
Wed, 13 May 2009 09:13:26 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 09:13:26 +0200] rev 1772
merge
Wed, 13 May 2009 08:58:32 +0200 fix <optgroup> tag cannot be empty according to DTD tls-sprint
Florent <florent@secondweb.fr> [Wed, 13 May 2009 08:58:32 +0200] rev 1771
fix <optgroup> tag cannot be empty according to DTD
Wed, 13 May 2009 09:09:50 +0200 refactor and don't crash on error while generating a cube's catalogs tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 09:09:50 +0200] rev 1770
refactor and don't crash on error while generating a cube's catalogs
Wed, 13 May 2009 09:09:22 +0200 fix some rtags pb on i18n catalog generation tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 09:09:22 +0200] rev 1769
fix some rtags pb on i18n catalog generation
Wed, 13 May 2009 08:41:23 +0200 ensure input widgets are displayed anyway if they get an empty list as values tls-sprint
sylvain.thenault@logilab.fr [Wed, 13 May 2009 08:41:23 +0200] rev 1768
ensure input widgets are displayed anyway if they get an empty list as values
Tue, 12 May 2009 20:53:45 +0200 should specify role tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:53:45 +0200] rev 1767
should specify role
Tue, 12 May 2009 20:52:36 +0200 meeep tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:52:36 +0200] rev 1766
meeep
Tue, 12 May 2009 20:47:42 +0200 check a file is submitted first tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:47:42 +0200] rev 1765
check a file is submitted first
Tue, 12 May 2009 20:31:35 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:31:35 +0200] rev 1764
merge
Tue, 12 May 2009 20:08:36 +0200 that should be automatic tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 20:08:36 +0200] rev 1763
that should be automatic
Tue, 12 May 2009 19:58:55 +0200 accept a default value for empty attributes/relations tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 19:58:55 +0200] rev 1762
accept a default value for empty attributes/relations
Tue, 12 May 2009 19:21:42 +0200 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 19:21:42 +0200] rev 1761
merge
Tue, 12 May 2009 19:17:54 +0200 [reledit] relation edition : cleanup a bit #343123 tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 19:17:54 +0200] rev 1760
[reledit] relation edition : cleanup a bit #343123
Tue, 12 May 2009 18:53:41 +0200 preliminary support for inline edition of relations tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 18:53:41 +0200] rev 1759
preliminary support for inline edition of relations
Tue, 12 May 2009 20:18:19 +0200 some widget adjustments tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:18:19 +0200] rev 1758
some widget adjustments
Tue, 12 May 2009 20:17:49 +0200 remove fixed width tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:17:49 +0200] rev 1757
remove fixed width
Tue, 12 May 2009 20:17:37 +0200 move initialize_varmaker impl to base app object tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 20:17:37 +0200] rev 1756
move initialize_varmaker impl to base app object
Tue, 12 May 2009 19:20:49 +0200 consider __linkto in form_field_display_value tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 19:20:49 +0200] rev 1755
consider __linkto in form_field_display_value
Tue, 12 May 2009 19:20:23 +0200 autoform_widget superseeded by autoform_field_kwargs (api change addiction :-/) tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 19:20:23 +0200] rev 1754
autoform_widget superseeded by autoform_field_kwargs (api change addiction :-/)
Tue, 12 May 2009 18:16:11 +0200 delete-trailing-spaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 18:16:11 +0200] rev 1753
delete-trailing-spaces
Tue, 12 May 2009 18:15:49 +0200 fix rtags initialization: do it at the registry level to avoid multiple initialization of the same rtag tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 18:15:49 +0200] rev 1752
fix rtags initialization: do it at the registry level to avoid multiple initialization of the same rtag
Tue, 12 May 2009 18:14:46 +0200 fix todatetime implementation tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 18:14:46 +0200] rev 1751
fix todatetime implementation
Tue, 12 May 2009 17:39:50 +0200 fix name error tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 17:39:50 +0200] rev 1750
fix name error
Tue, 12 May 2009 17:39:45 +0200 buggy fix tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 17:39:45 +0200] rev 1749
buggy fix
Tue, 12 May 2009 17:16:05 +0200 enhance warning message to ease debugging tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 17:16:05 +0200] rev 1748
enhance warning message to ease debugging
Tue, 12 May 2009 17:15:41 +0200 typos, wrong etypes tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 17:15:41 +0200] rev 1747
typos, wrong etypes
Tue, 12 May 2009 16:47:03 +0200 oops, keep python 2.4 compat tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 16:47:03 +0200] rev 1746
oops, keep python 2.4 compat
Tue, 12 May 2009 16:38:25 +0200 a bunch of NameError (!) // needs review // tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 16:38:25 +0200] rev 1745
a bunch of NameError (!) // needs review //
Tue, 12 May 2009 16:29:52 +0200 fix naming to avoid errors... tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 16:29:52 +0200] rev 1744
fix naming to avoid errors...
Tue, 12 May 2009 16:27:23 +0200 take a sample target type instead of '*' else we may miss some expected values (we may still miss some...) tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 16:27:23 +0200] rev 1743
take a sample target type instead of '*' else we may miss some expected values (we may still miss some...)
Tue, 12 May 2009 16:24:27 +0200 fix self on initfunc tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 May 2009 16:24:27 +0200] rev 1742
fix self on initfunc
Tue, 12 May 2009 15:56:10 +0200 use lgc implementation tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 15:56:10 +0200] rev 1741
use lgc implementation
Tue, 12 May 2009 15:56:00 +0200 warn and drop rtags not in schema, this may be intentional; drop possibility to not specify value for bool rtags tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 15:56:00 +0200] rev 1740
warn and drop rtags not in schema, this may be intentional; drop possibility to not specify value for bool rtags
Tue, 12 May 2009 11:56:12 +0200 final rtag api tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 11:56:12 +0200] rev 1739
final rtag api
Tue, 12 May 2009 11:49:30 +0200 should not override potential explicit widget tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 11:49:30 +0200] rev 1738
should not override potential explicit widget
Tue, 12 May 2009 11:49:12 +0200 wrong name tls-sprint
sylvain.thenault@logilab.fr [Tue, 12 May 2009 11:49:12 +0200] rev 1737
wrong name
Mon, 11 May 2009 19:46:01 +0200 that slipped in by accident tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 May 2009 19:46:01 +0200] rev 1736
that slipped in by accident
Mon, 11 May 2009 19:44:52 +0200 no value, but something needs to be shown // needs review // tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 May 2009 19:44:52 +0200] rev 1735
no value, but something needs to be shown // needs review //
Mon, 11 May 2009 18:02:04 +0200 access to rwidgets through uicfg, removing buggy import breaking bw compat on the way tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 18:02:04 +0200] rev 1734
access to rwidgets through uicfg, removing buggy import breaking bw compat on the way
Mon, 11 May 2009 17:50:17 +0200 use html for rss description tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 17:50:17 +0200] rev 1733
use html for rss description
Mon, 11 May 2009 17:39:07 +0200 use etype_get tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 17:39:07 +0200] rev 1732
use etype_get
Mon, 11 May 2009 17:38:55 +0200 delete-trailing-spaces, fix typo tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 17:38:55 +0200] rev 1731
delete-trailing-spaces, fix typo
Mon, 11 May 2009 17:01:34 +0200 fix 'render' method name conflict tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 17:01:34 +0200] rev 1730
fix 'render' method name conflict
Mon, 11 May 2009 16:28:42 +0200 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 May 2009 16:28:42 +0200] rev 1729
merge
Mon, 11 May 2009 14:46:26 +0200 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 May 2009 14:46:26 +0200] rev 1728
merge
Mon, 11 May 2009 12:46:07 +0200 fix syntax error (missing paren) tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 May 2009 12:46:07 +0200] rev 1727
fix syntax error (missing paren)
Mon, 11 May 2009 16:08:53 +0200 [rtags] .get api change tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 16:08:53 +0200] rev 1726
[rtags] .get api change
Mon, 11 May 2009 12:03:52 +0200 merge tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 12:03:52 +0200] rev 1725
merge
Mon, 11 May 2009 11:59:56 +0200 miss ) tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 11:59:56 +0200] rev 1724
miss )
Mon, 11 May 2009 11:55:10 +0200 View.dispatch -> View.render tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 11:55:10 +0200] rev 1723
View.dispatch -> View.render
Mon, 11 May 2009 11:30:42 +0200 class has been dropped tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 11:30:42 +0200] rev 1722
class has been dropped
Mon, 11 May 2009 11:20:38 +0200 final rtags api (eventually :$) tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 11:20:38 +0200] rev 1721
final rtags api (eventually :$)
Mon, 11 May 2009 11:01:40 +0200 drop content_title tls-sprint
sylvain.thenault@logilab.fr [Mon, 11 May 2009 11:01:40 +0200] rev 1720
drop content_title
Mon, 11 May 2009 09:57:02 +0200 wrong variable name tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 09:57:02 +0200] rev 1719
wrong variable name
Mon, 11 May 2009 09:56:21 +0200 correct the values list append tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 09:56:21 +0200] rev 1718
correct the values list append
Mon, 11 May 2009 08:02:49 +0200 correct wrong condition and missing import tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Mon, 11 May 2009 08:02:49 +0200] rev 1717
correct wrong condition and missing import
Thu, 07 May 2009 17:33:15 +0200 basic support for http Accept header (untested) tls-sprint
sylvain.thenault@logilab.fr [Thu, 07 May 2009 17:33:15 +0200] rev 1716
basic support for http Accept header (untested)
Thu, 07 May 2009 16:42:34 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Thu, 07 May 2009 16:42:34 +0200] rev 1715
merge
Thu, 07 May 2009 16:33:22 +0200 new book layout, do not compile yet tls-sprint
sylvain.thenault@logilab.fr [Thu, 07 May 2009 16:33:22 +0200] rev 1714
new book layout, do not compile yet
Thu, 07 May 2009 16:00:58 +0200 bix a bug: correct the sended parameter 'no need for id in the string parameter name' tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Thu, 07 May 2009 16:00:58 +0200] rev 1713
bix a bug: correct the sended parameter 'no need for id in the string parameter name'
Thu, 07 May 2009 12:46:35 +0200 fix a bug deltatime hasn't a hours or minutes attributes tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Thu, 07 May 2009 12:46:35 +0200] rev 1712
fix a bug deltatime hasn't a hours or minutes attributes
Thu, 07 May 2009 02:47:06 -0700 Make sure end is datetime.date. tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 07 May 2009 02:47:06 -0700] rev 1711
Make sure end is datetime.date.
Wed, 06 May 2009 18:13:32 +0200 refactor error handling: get validation error information from a form attribute instead of req.data to avoid pb when multiple forms are displayed tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 18:13:32 +0200] rev 1710
refactor error handling: get validation error information from a form attribute instead of req.data to avoid pb when multiple forms are displayed
Wed, 06 May 2009 17:24:48 +0200 use yams.schema method for initial value tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 17:24:48 +0200] rev 1709
use yams.schema method for initial value
Wed, 06 May 2009 06:18:34 -0700 merge tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 06 May 2009 06:18:34 -0700] rev 1708
merge
Wed, 06 May 2009 03:29:33 -0700 Use of datetime instead of mx.datetime and use of new date_range. tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 06 May 2009 03:29:33 -0700] rev 1707
Use of datetime instead of mx.datetime and use of new date_range.
Wed, 06 May 2009 03:28:55 -0700 Use widget TextInput instead of DateTimePicker. tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 06 May 2009 03:28:55 -0700] rev 1706
Use widget TextInput instead of DateTimePicker.
Wed, 06 May 2009 03:28:02 -0700 Fix date_range increments argument. tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 06 May 2009 03:28:02 -0700] rev 1705
Fix date_range increments argument.
Wed, 06 May 2009 13:11:32 +0200 ensure format is not an unicode string tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 13:11:32 +0200] rev 1704
ensure format is not an unicode string
Wed, 06 May 2009 09:47:50 +0200 should prefill cached values for relation in the primary or secondary category tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 09:47:50 +0200] rev 1703
should prefill cached values for relation in the primary or secondary category
Wed, 06 May 2009 09:46:36 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 09:46:36 +0200] rev 1702
cleanup
Wed, 06 May 2009 09:46:26 +0200 use values cached on the entity if any tls-sprint
sylvain.thenault@logilab.fr [Wed, 06 May 2009 09:46:26 +0200] rev 1701
use values cached on the entity if any
Tue, 05 May 2009 19:35:55 +0200 update old_calendar, more needed tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:35:55 +0200] rev 1700
update old_calendar, more needed
Tue, 05 May 2009 19:31:00 +0200 import cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:31:00 +0200] rev 1699
import cleanup
Tue, 05 May 2009 19:30:41 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:30:41 +0200] rev 1698
delete-trailing-whitespaces
Tue, 05 May 2009 19:30:29 +0200 next_month / previous_month now support a new arg to give number of month tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:30:29 +0200] rev 1697
next_month / previous_month now support a new arg to give number of month
Tue, 05 May 2009 19:29:59 +0200 fix implementation to avoid separator with nothing following tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:29:59 +0200] rev 1696
fix implementation to avoid separator with nothing following
Tue, 05 May 2009 19:29:43 +0200 update implementation to get vocab from form instead of entity tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 19:29:43 +0200] rev 1695
update implementation to get vocab from form instead of entity
Tue, 05 May 2009 18:05:24 +0200 ease location of the pb in the warning tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 18:05:24 +0200] rev 1694
ease location of the pb in the warning
Tue, 05 May 2009 17:18:49 +0200 use logilab.common.sphinxutils
Emile Anclin <emile.anclin@logilab.fr> [Tue, 05 May 2009 17:18:49 +0200] rev 1693
use logilab.common.sphinxutils
Tue, 05 May 2009 17:26:21 +0200 fix multiple edit tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:26:21 +0200] rev 1692
fix multiple edit
Tue, 05 May 2009 17:16:01 +0200 fix closing td tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:16:01 +0200] rev 1691
fix closing td
Tue, 05 May 2009 17:13:37 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:13:37 +0200] rev 1690
merge
Tue, 05 May 2009 17:13:30 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:13:30 +0200] rev 1689
merge
Tue, 05 May 2009 07:58:05 -0700 Back to old_calendar for now. tls-sprint
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 07:58:05 -0700] rev 1688
Back to old_calendar for now.
Tue, 05 May 2009 04:52:12 -0700 typos
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 04:52:12 -0700] rev 1687
typos
Tue, 05 May 2009 16:53:12 +0200 ease overriding of default renderer tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 16:53:12 +0200] rev 1686
ease overriding of default renderer
Tue, 05 May 2009 16:52:44 +0200 fix copy edition view tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 16:52:44 +0200] rev 1685
fix copy edition view
Tue, 05 May 2009 16:52:30 +0200 fix imports tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 16:52:30 +0200] rev 1684
fix imports
Tue, 05 May 2009 16:06:00 +0200 don't display relation in the metadata category here tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 16:06:00 +0200] rev 1683
don't display relation in the metadata category here
Tue, 05 May 2009 15:40:07 +0200 must reset cubes before next authentication tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 15:40:07 +0200] rev 1682
must reset cubes before next authentication
Tue, 05 May 2009 15:39:43 +0200 nicer assertion message tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 15:39:43 +0200] rev 1681
nicer assertion message
Tue, 05 May 2009 15:39:03 +0200 use xml_escape tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 15:39:03 +0200] rev 1680
use xml_escape
Tue, 05 May 2009 02:55:33 -0700 [doc] Fix broken references.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 02:55:33 -0700] rev 1679
[doc] Fix broken references.
Tue, 05 May 2009 02:55:08 -0700 [doc] Add FAQ entries based on answers from forum.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 02:55:08 -0700] rev 1678
[doc] Add FAQ entries based on answers from forum.
Tue, 05 May 2009 02:03:45 -0700 [doc] Change structure to make it more readable.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 02:03:45 -0700] rev 1677
[doc] Change structure to make it more readable.
Tue, 05 May 2009 02:02:58 -0700 [doc] Fix bad reference.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 05 May 2009 02:02:58 -0700] rev 1676
[doc] Fix bad reference.
Thu, 23 Apr 2009 14:05:55 -0700 [doc] Add script to load data with dbapi using the setting pyro-server=yes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 14:05:55 -0700] rev 1675
[doc] Add script to load data with dbapi using the setting pyro-server=yes.
Thu, 23 Apr 2009 13:46:57 -0700 [doc] Add brief reference to the chapter cubicweb-ctl tool.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 13:46:57 -0700] rev 1674
[doc] Add brief reference to the chapter cubicweb-ctl tool.
Thu, 23 Apr 2009 13:39:15 -0700 [doc] Removes link in index as it is duplicated content of setup.en.txt and tutorial.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 13:39:15 -0700] rev 1673
[doc] Removes link in index as it is duplicated content of setup.en.txt and tutorial.
Tue, 05 May 2009 09:59:01 +0200 'add' is already added before tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 09:59:01 +0200] rev 1672
'add' is already added before
Tue, 05 May 2009 08:58:35 +0200 miss arg tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 08:58:35 +0200] rev 1671
miss arg
Tue, 05 May 2009 08:55:47 +0200 correct wrong fuction name tls-sprint
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 05 May 2009 08:55:47 +0200] rev 1670
correct wrong fuction name
Tue, 05 May 2009 17:12:53 +0200 i18n update renamed entity types tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:12:53 +0200] rev 1669
i18n update renamed entity types
Tue, 05 May 2009 17:12:37 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:12:37 +0200] rev 1668
delete-trailing-whitespaces
Tue, 05 May 2009 17:12:22 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:12:22 +0200] rev 1667
oops
Tue, 05 May 2009 17:12:14 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:12:14 +0200] rev 1666
delete-trailing-whitespaces
Tue, 05 May 2009 17:11:51 +0200 more i18nupdate fixes tls-sprint
sylvain.thenault@logilab.fr [Tue, 05 May 2009 17:11:51 +0200] rev 1665
more i18nupdate fixes
Tue, 05 May 2009 12:07:42 +0200 add XXX before 2 calls to self.repo.internal_session() on the web interface side tls-sprint
Florent <florent@secondweb.fr> [Tue, 05 May 2009 12:07:42 +0200] rev 1664
add XXX before 2 calls to self.repo.internal_session() on the web interface side
Tue, 05 May 2009 12:04:47 +0200 close internal session in login_from_email tls-sprint
Florent <florent@secondweb.fr> [Tue, 05 May 2009 12:04:47 +0200] rev 1663
close internal session in login_from_email
Mon, 04 May 2009 17:24:43 +0200 fix i18nupdate tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 17:24:43 +0200] rev 1662
fix i18nupdate
Mon, 04 May 2009 17:03:44 +0200 name argument tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 17:03:44 +0200] rev 1661
name argument
Mon, 04 May 2009 17:03:30 +0200 delete-trailing-whitespaces, missing import tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 17:03:30 +0200] rev 1660
delete-trailing-whitespaces, missing import
Mon, 04 May 2009 16:22:47 +0200 ooops tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 16:22:47 +0200] rev 1659
ooops
Mon, 04 May 2009 16:04:02 +0200 delete-trailing-whitespaces, update import tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 16:04:02 +0200] rev 1658
delete-trailing-whitespaces, update import
Mon, 04 May 2009 16:03:52 +0200 delete-trailing-whitespaces, add page_size argument to .paginate tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 16:03:52 +0200] rev 1657
delete-trailing-whitespaces, add page_size argument to .paginate
Mon, 04 May 2009 16:02:38 +0200 buggy sioc views tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 16:02:38 +0200] rev 1656
buggy sioc views
Mon, 04 May 2009 15:50:31 +0200 fix dependencies tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:50:31 +0200] rev 1655
fix dependencies
Mon, 04 May 2009 15:49:36 +0200 test updates tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:49:36 +0200] rev 1654
test updates
Mon, 04 May 2009 15:49:20 +0200 follow renaming tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:49:20 +0200] rev 1653
follow renaming
Mon, 04 May 2009 15:48:43 +0200 more intuitive case tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:48:43 +0200] rev 1652
more intuitive case
Mon, 04 May 2009 15:48:16 +0200 protect against None values tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:48:16 +0200] rev 1651
protect against None values
Mon, 04 May 2009 15:47:42 +0200 missing import tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:47:42 +0200] rev 1650
missing import
Mon, 04 May 2009 15:47:30 +0200 ensure date/datetime instance tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:47:30 +0200] rev 1649
ensure date/datetime instance
Mon, 04 May 2009 15:47:05 +0200 no more 'mode' argument tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:47:05 +0200] rev 1648
no more 'mode' argument
Mon, 04 May 2009 15:46:40 +0200 sort attribute for testing purpose tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 15:46:40 +0200] rev 1647
sort attribute for testing purpose
Mon, 04 May 2009 13:36:31 +0200 fix tests, cleanup tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:36:31 +0200] rev 1646
fix tests, cleanup
Mon, 04 May 2009 13:36:01 +0200 missing import tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:36:01 +0200] rev 1645
missing import
Mon, 04 May 2009 13:31:04 +0200 makes vobject optional tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:31:04 +0200] rev 1644
makes vobject optional
Mon, 04 May 2009 13:30:47 +0200 move card role to cubes.card tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:30:47 +0200] rev 1643
move card role to cubes.card
Mon, 04 May 2009 13:18:38 +0200 fix tests tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:18:38 +0200] rev 1642
fix tests
Mon, 04 May 2009 13:09:48 +0200 backport default tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 13:09:48 +0200] rev 1641
backport default
Mon, 04 May 2009 12:55:00 +0200 fix tests tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 12:55:00 +0200] rev 1640
fix tests
Mon, 04 May 2009 12:53:59 +0200 import from primary tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 12:53:59 +0200] rev 1639
import from primary
Mon, 04 May 2009 12:53:42 +0200 extract method tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 12:53:42 +0200] rev 1638
extract method
Mon, 04 May 2009 12:53:28 +0200 fix import tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 12:53:28 +0200] rev 1637
fix import
Mon, 04 May 2009 11:57:08 +0200 update dependencies tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 11:57:08 +0200] rev 1636
update dependencies
Mon, 04 May 2009 11:47:33 +0200 don't depends on simplejson outside web/ tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 11:47:33 +0200] rev 1635
don't depends on simplejson outside web/
Mon, 04 May 2009 10:52:00 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 10:52:00 +0200] rev 1634
merge
Thu, 30 Apr 2009 18:58:43 +0200 close img tag tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 30 Apr 2009 18:58:43 +0200] rev 1633
close img tag
Mon, 04 May 2009 10:50:33 +0200 fix generated labels tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 10:50:33 +0200] rev 1632
fix generated labels
Mon, 04 May 2009 10:50:25 +0200 configurable entity types tables tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 10:50:25 +0200] rev 1631
configurable entity types tables
Mon, 04 May 2009 10:50:10 +0200 delete-trailing-whitespaces, check table existance tls-sprint
sylvain.thenault@logilab.fr [Mon, 04 May 2009 10:50:10 +0200] rev 1630
delete-trailing-whitespaces, check table existance
Fri, 01 May 2009 09:13:48 +0200 missing import tls-sprint
sylvain.thenault@logilab.fr [Fri, 01 May 2009 09:13:48 +0200] rev 1629
missing import
Thu, 30 Apr 2009 18:31:43 +0200 display internal_fields tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 18:31:43 +0200] rev 1628
display internal_fields
Thu, 30 Apr 2009 18:15:08 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 18:15:08 +0200] rev 1627
merge
Thu, 30 Apr 2009 17:45:02 +0200 merge tls-sprint
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 17:45:02 +0200] rev 1626
merge
Thu, 30 Apr 2009 17:44:35 +0200 restore monthrange import tls-sprint
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 17:44:35 +0200] rev 1625
restore monthrange import
Thu, 30 Apr 2009 18:12:04 +0200 should take arbitrary arguments tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 18:12:04 +0200] rev 1624
should take arbitrary arguments
Thu, 30 Apr 2009 18:11:42 +0200 hummm tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 18:11:42 +0200] rev 1623
hummm
Thu, 30 Apr 2009 17:36:33 +0200 xtarget doesn't exists anymore tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 17:36:33 +0200] rev 1622
xtarget doesn't exists anymore
Thu, 30 Apr 2009 17:36:17 +0200 todatetime impl., fix todate impl. tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 17:36:17 +0200] rev 1621
todatetime impl., fix todate impl.
Thu, 30 Apr 2009 17:35:43 +0200 use last_day tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 17:35:43 +0200] rev 1620
use last_day
Thu, 30 Apr 2009 17:35:11 +0200 force proper date/datetime according to type (necessary for sqlite at least) tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 17:35:11 +0200] rev 1619
force proper date/datetime according to type (necessary for sqlite at least)
Thu, 30 Apr 2009 16:16:39 +0200 more translations for siteconfig
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 16:16:39 +0200] rev 1618
more translations for siteconfig
Thu, 30 Apr 2009 16:16:20 +0200 remove logs
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 16:16:20 +0200] rev 1617
remove logs
Thu, 30 Apr 2009 15:39:02 +0200 remove monthrange import tls-sprint
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 15:39:02 +0200] rev 1616
remove monthrange import
Thu, 30 Apr 2009 14:55:08 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:55:08 +0200] rev 1615
merge
Thu, 30 Apr 2009 14:45:02 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:45:02 +0200] rev 1614
merge
Thu, 30 Apr 2009 14:44:18 +0200 improving preferencies : work in progress
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:44:18 +0200] rev 1613
improving preferencies : work in progress
Thu, 30 Apr 2009 14:43:14 +0200 validation of preferencies done by ajax
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:43:14 +0200] rev 1612
validation of preferencies done by ajax
Thu, 30 Apr 2009 14:36:55 +0200 style for preferences
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:36:55 +0200] rev 1611
style for preferences
Thu, 30 Apr 2009 14:26:57 +0200 preferences : update
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 30 Apr 2009 14:26:57 +0200] rev 1610
preferences : update
Mon, 27 Apr 2009 16:20:22 +0200 avoid using <br/>
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 27 Apr 2009 16:20:22 +0200] rev 1609
avoid using <br/>
Mon, 27 Apr 2009 16:08:28 +0200 StartupView have already match_user_group selector
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 27 Apr 2009 16:08:28 +0200] rev 1608
StartupView have already match_user_group selector
Thu, 30 Apr 2009 14:58:49 +0200 fix metadata detection tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 14:58:49 +0200] rev 1607
fix metadata detection
Thu, 30 Apr 2009 14:42:03 +0200 mark metadata attributes as generated tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 14:42:03 +0200] rev 1606
mark metadata attributes as generated
Thu, 30 Apr 2009 14:28:28 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 14:28:28 +0200] rev 1605
delete-trailing-whitespaces
Thu, 30 Apr 2009 14:17:34 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 14:17:34 +0200] rev 1604
delete-trailing-whitespaces
Thu, 30 Apr 2009 14:17:22 +0200 more info if assertion fails tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 14:17:22 +0200] rev 1603
more info if assertion fails
Thu, 30 Apr 2009 13:08:11 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:08:11 +0200] rev 1602
merge
Thu, 30 Apr 2009 12:57:23 +0200 hidden input fields : compute displayability using the associated visible field tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 30 Apr 2009 12:57:23 +0200] rev 1601
hidden input fields : compute displayability using the associated visible field
Thu, 30 Apr 2009 12:33:14 +0200 backout changeset 56e347b8189c
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 30 Apr 2009 12:33:14 +0200] rev 1600
backout changeset 56e347b8189c
Thu, 30 Apr 2009 12:28:07 +0200 [doc] add FAQ about kerberos auth with postgresql
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 30 Apr 2009 12:28:07 +0200] rev 1599
[doc] add FAQ about kerberos auth with postgresql
Thu, 30 Apr 2009 12:27:32 +0200 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 30 Apr 2009 12:27:32 +0200] rev 1598
merge
Sat, 25 Apr 2009 14:44:31 -0500 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 25 Apr 2009 14:44:31 -0500] rev 1597
merge
Wed, 22 Apr 2009 23:28:56 -0500 Translation bug fixed
Celso Flores <jcelsoflores@gmail.com> [Wed, 22 Apr 2009 23:28:56 -0500] rev 1596
Translation bug fixed
Wed, 22 Apr 2009 21:39:43 -0500 Last translation to Spanish
Celso Flores <jcelsoflores@gmail.com> [Wed, 22 Apr 2009 21:39:43 -0500] rev 1595
Last translation to Spanish
Wed, 22 Apr 2009 21:06:40 -0500 traduccion
Celso Flores <jcelsoflores@gmail.com> [Wed, 22 Apr 2009 21:06:40 -0500] rev 1594
traduccion
Wed, 22 Apr 2009 09:46:13 -0500 better messages
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 22 Apr 2009 09:46:13 -0500] rev 1593
better messages
Tue, 21 Apr 2009 22:28:15 -0500 when debugging explain why objects are kicked out of registry
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Apr 2009 22:28:15 -0500] rev 1592
when debugging explain why objects are kicked out of registry
Tue, 21 Apr 2009 22:23:28 -0500 [doc] fix rql tutorial
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Apr 2009 22:23:28 -0500] rev 1591
[doc] fix rql tutorial
Tue, 21 Apr 2009 14:35:11 -0500 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Apr 2009 14:35:11 -0500] rev 1590
merge
Tue, 21 Apr 2009 14:29:31 -0500 remove trailing spaces
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 21 Apr 2009 14:29:31 -0500] rev 1589
remove trailing spaces
Sat, 18 Apr 2009 15:50:04 -0500 merge
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Apr 2009 15:50:04 -0500] rev 1588
merge
Sat, 18 Apr 2009 15:49:40 -0500 [views] fix url encoding problem in igeocodable views
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Apr 2009 15:49:40 -0500] rev 1587
[views] fix url encoding problem in igeocodable views
Sat, 18 Apr 2009 15:48:42 -0500 tiny doc fix
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 18 Apr 2009 15:48:42 -0500] rev 1586
tiny doc fix
Wed, 15 Apr 2009 18:16:12 +0200 [doc] reduce the depth of the table of contents to get latex generation working
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 15 Apr 2009 18:16:12 +0200] rev 1585
[doc] reduce the depth of the table of contents to get latex generation working
Thu, 30 Apr 2009 13:07:09 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:07:09 +0200] rev 1584
delete-trailing-whitespaces
Thu, 30 Apr 2009 13:06:59 +0200 needs unicode string tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:06:59 +0200] rev 1583
needs unicode string
Thu, 30 Apr 2009 13:06:44 +0200 add debugging assertion tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:06:44 +0200] rev 1582
add debugging assertion
Thu, 30 Apr 2009 13:06:10 +0200 fix rest import, html_escape in null rest_publish tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:06:10 +0200] rev 1581
fix rest import, html_escape in null rest_publish
Thu, 30 Apr 2009 13:05:40 +0200 use tag_attribute, rwidgets should contain widget instance, not name tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 13:05:40 +0200] rev 1580
use tag_attribute, rwidgets should contain widget instance, not name
Thu, 30 Apr 2009 12:36:48 +0200 apply on non final relation tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 12:36:48 +0200] rev 1579
apply on non final relation
Thu, 30 Apr 2009 12:36:33 +0200 give widget, non it's name tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 12:36:33 +0200] rev 1578
give widget, non it's name
Thu, 30 Apr 2009 12:36:14 +0200 should set field's choices tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 12:36:14 +0200] rev 1577
should set field's choices
Thu, 30 Apr 2009 12:35:49 +0200 display_fields should search for name+role tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 12:35:49 +0200] rev 1576
display_fields should search for name+role
Thu, 30 Apr 2009 10:46:50 +0200 datetime fixes use weekday() instead of day_of_week tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:46:50 +0200] rev 1575
datetime fixes use weekday() instead of day_of_week
Thu, 30 Apr 2009 10:38:11 +0200 drop text field usage tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:38:11 +0200] rev 1574
drop text field usage
Thu, 30 Apr 2009 10:34:15 +0200 drop TextField, this is simply a StringField with a text area widget tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:34:15 +0200] rev 1573
drop TextField, this is simply a StringField with a text area widget
Thu, 30 Apr 2009 10:33:49 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:33:49 +0200] rev 1572
delete-trailing-whitespaces
Thu, 30 Apr 2009 10:33:33 +0200 tests depends on the bootstrap cube tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:33:33 +0200] rev 1571
tests depends on the bootstrap cube
Thu, 30 Apr 2009 10:32:51 +0200 stop using card in test, update form tests tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 10:32:51 +0200] rev 1570
stop using card in test, update form tests
Thu, 30 Apr 2009 09:25:33 +0200 set progress div in call() to avoid duplication when applied on multiple entities tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 09:25:33 +0200] rev 1569
set progress div in call() to avoid duplication when applied on multiple entities
Thu, 30 Apr 2009 09:13:39 +0200 bad copy and paste, bouh... tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 09:13:39 +0200] rev 1568
bad copy and paste, bouh...
Thu, 30 Apr 2009 09:13:06 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 09:13:06 +0200] rev 1567
oops
Thu, 30 Apr 2009 09:03:03 +0200 avoid progress_div duplication causing xhtml validation failures tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 09:03:03 +0200] rev 1566
avoid progress_div duplication causing xhtml validation failures
Thu, 30 Apr 2009 09:02:39 +0200 fix skel MANIFEST.in tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 09:02:39 +0200] rev 1565
fix skel MANIFEST.in
Thu, 30 Apr 2009 08:51:54 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 08:51:54 +0200] rev 1564
merge
Wed, 29 Apr 2009 19:54:50 +0200 loadJSON -> loadRemote, correctly handle json tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 19:54:50 +0200] rev 1563
loadJSON -> loadRemote, correctly handle json
Wed, 29 Apr 2009 19:52:56 +0200 [forms/widgets] fix relation field not sorting its vocabulary, revert hack on Select widget tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 19:52:56 +0200] rev 1562
[forms/widgets] fix relation field not sorting its vocabulary, revert hack on Select widget
Wed, 29 Apr 2009 19:51:10 +0200 [form] __maineid missing from the special fields list tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 19:51:10 +0200] rev 1561
[form] __maineid missing from the special fields list
Wed, 29 Apr 2009 19:50:04 +0200 [basecontrollers] add edit_relation next to edit_field, misc notes tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 19:50:04 +0200] rev 1560
[basecontrollers] add edit_relation next to edit_field, misc notes
Wed, 29 Apr 2009 19:48:27 +0200 [editforms] fix missing __maineid, avoid double submit through submit button, say no to locals() tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 19:48:27 +0200] rev 1559
[editforms] fix missing __maineid, avoid double submit through submit button, say no to locals()
Thu, 30 Apr 2009 01:21:48 +0200 some primary view fixes, need more (eg reledit doesn't work for non final relation tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 01:21:48 +0200] rev 1558
some primary view fixes, need more (eg reledit doesn't work for non final relation
Thu, 30 Apr 2009 01:20:59 +0200 fix StringField/TextField handling (XXX remove one of them?, ensure textarea has rows/cols attributes) tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 01:20:59 +0200] rev 1557
fix StringField/TextField handling (XXX remove one of them?, ensure textarea has rows/cols attributes)
Thu, 30 Apr 2009 01:19:50 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 01:19:50 +0200] rev 1556
cleanup
Thu, 30 Apr 2009 01:19:34 +0200 datetime update tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 01:19:34 +0200] rev 1555
datetime update
Thu, 30 Apr 2009 00:41:52 +0200 new primary view using uicfg.rdisplay (major api cleanup) tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:41:52 +0200] rev 1554
new primary view using uicfg.rdisplay (major api cleanup)
Thu, 30 Apr 2009 00:41:10 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:41:10 +0200] rev 1553
delete-trailing-whitespaces
Thu, 30 Apr 2009 00:40:35 +0200 remove semi-colon tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:40:35 +0200] rev 1552
remove semi-colon
Thu, 30 Apr 2009 00:39:44 +0200 fix manage permission order tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:39:44 +0200] rev 1551
fix manage permission order
Thu, 30 Apr 2009 00:39:09 +0200 use xml_escape tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:39:09 +0200] rev 1550
use xml_escape
Thu, 30 Apr 2009 00:37:10 +0200 some basic calendar manipulation functions, delete-trailing-whitespace tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:37:10 +0200] rev 1549
some basic calendar manipulation functions, delete-trailing-whitespace
Thu, 30 Apr 2009 00:36:32 +0200 new tag_attribute convenience method tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:36:32 +0200] rev 1548
new tag_attribute convenience method
Thu, 30 Apr 2009 00:36:02 +0200 backport isioc view from blog tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:36:02 +0200] rev 1547
backport isioc view from blog
Thu, 30 Apr 2009 00:35:37 +0200 use datetime tls-sprint
sylvain.thenault@logilab.fr [Thu, 30 Apr 2009 00:35:37 +0200] rev 1546
use datetime
Wed, 29 Apr 2009 18:56:53 +0200 some typos tls-sprint
Florent <florent@secondweb.fr> [Wed, 29 Apr 2009 18:56:53 +0200] rev 1545
some typos
Wed, 29 Apr 2009 17:36:49 +0200 merge tls-sprint
Florent <florent@secondweb.fr> [Wed, 29 Apr 2009 17:36:49 +0200] rev 1544
merge
Wed, 29 Apr 2009 11:06:13 +0200 fix use-request-subdomain option behaviour and add tests tls-sprint
Florent <florent@secondweb.fr> [Wed, 29 Apr 2009 11:06:13 +0200] rev 1543
fix use-request-subdomain option behaviour and add tests
Wed, 29 Apr 2009 10:11:53 +0200 fix wrong import and deprecation messages tls-sprint
Florent <florent@secondweb.fr> [Wed, 29 Apr 2009 10:11:53 +0200] rev 1542
fix wrong import and deprecation messages
Wed, 29 Apr 2009 12:51:43 +0200 [widgets] an option for Select to show sorted content tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 12:51:43 +0200] rev 1541
[widgets] an option for Select to show sorted content
Wed, 29 Apr 2009 12:13:47 +0200 more rtags api change propagation tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 12:13:47 +0200] rev 1540
more rtags api change propagation
Wed, 29 Apr 2009 11:53:08 +0200 propagate rtags api change tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 11:53:08 +0200] rev 1539
propagate rtags api change
Wed, 29 Apr 2009 11:49:19 +0200 [formwidgets] don't specify select's size on single selection mode tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 29 Apr 2009 11:49:19 +0200] rev 1538
[formwidgets] don't specify select's size on single selection mode
Wed, 29 Apr 2009 11:24:11 +0200 fix rfields declaration order tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 29 Apr 2009 11:24:11 +0200] rev 1537
fix rfields declaration order
Wed, 29 Apr 2009 10:55:57 +0200 match normal search state on action by default tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 10:55:57 +0200] rev 1536
match normal search state on action by default
Wed, 29 Apr 2009 10:53:27 +0200 grrr tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 10:53:27 +0200] rev 1535
grrr
Wed, 29 Apr 2009 10:46:08 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 10:46:08 +0200] rev 1534
oops
Wed, 29 Apr 2009 10:29:03 +0200 update rtags api tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 10:29:03 +0200] rev 1533
update rtags api
Wed, 29 Apr 2009 09:27:03 +0200 duh? remaining __selectors__, probably a wrong merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 09:27:03 +0200] rev 1532
duh? remaining __selectors__, probably a wrong merge
Wed, 29 Apr 2009 09:07:26 +0200 set size of select widget tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 09:07:26 +0200] rev 1531
set size of select widget
Wed, 29 Apr 2009 09:03:31 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 09:03:31 +0200] rev 1530
merge
Tue, 28 Apr 2009 20:08:46 +0200 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 28 Apr 2009 20:08:46 +0200] rev 1529
merge
Tue, 28 Apr 2009 20:08:16 +0200 other fixlets tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 28 Apr 2009 20:08:16 +0200] rev 1528
other fixlets
Tue, 28 Apr 2009 20:05:59 +0200 controller fixes tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 28 Apr 2009 20:05:59 +0200] rev 1527
controller fixes
Tue, 28 Apr 2009 20:05:31 +0200 missing rset tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 28 Apr 2009 20:05:31 +0200] rev 1526
missing rset
Wed, 29 Apr 2009 08:58:41 +0200 include dom id of the form in __errorurl in case there are multiple forms in a page tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 08:58:41 +0200] rev 1525
include dom id of the form in __errorurl in case there are multiple forms in a page
Wed, 29 Apr 2009 08:57:50 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 08:57:50 +0200] rev 1524
delete-trailing-whitespaces
Wed, 29 Apr 2009 08:57:35 +0200 fix import (duh?) tls-sprint
sylvain.thenault@logilab.fr [Wed, 29 Apr 2009 08:57:35 +0200] rev 1523
fix import (duh?)
Tue, 28 Apr 2009 19:14:37 +0200 backport default branch tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 19:14:37 +0200] rev 1522
backport default branch
Tue, 28 Apr 2009 19:12:52 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 19:12:52 +0200] rev 1521
merge
Tue, 28 Apr 2009 13:28:37 +0200 provide an option to substitute the base-url (left-most part) subdomain by the one of the current http query to easy multiple subdomains website management tls-sprint
Florent <florent@secondweb.fr> [Tue, 28 Apr 2009 13:28:37 +0200] rev 1520
provide an option to substitute the base-url (left-most part) subdomain by the one of the current http query to easy multiple subdomains website management
Tue, 28 Apr 2009 19:09:37 +0200 fix retreival of previously submitted error for entity forms tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 19:09:37 +0200] rev 1519
fix retreival of previously submitted error for entity forms
Tue, 28 Apr 2009 19:09:02 +0200 eperm -> cwperm tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 19:09:02 +0200] rev 1518
eperm -> cwperm
Tue, 28 Apr 2009 18:33:13 +0200 xxx tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 18:33:13 +0200] rev 1517
xxx
Tue, 28 Apr 2009 18:32:53 +0200 refactor side boxes handling of primary view tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 18:32:53 +0200] rev 1516
refactor side boxes handling of primary view
Tue, 28 Apr 2009 17:41:32 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 17:41:32 +0200] rev 1515
merge
Tue, 28 Apr 2009 17:41:28 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 17:41:28 +0200] rev 1514
oops
Tue, 28 Apr 2009 17:07:07 +0200 remove spurious print tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 28 Apr 2009 17:07:07 +0200] rev 1513
remove spurious print
Tue, 28 Apr 2009 17:39:12 +0200 fix insertion of head content on ajax queries tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 17:39:12 +0200] rev 1512
fix insertion of head content on ajax queries
Tue, 28 Apr 2009 16:23:28 +0200 do not set visible property by default tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:23:28 +0200] rev 1511
do not set visible property by default
Tue, 28 Apr 2009 16:23:09 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:23:09 +0200] rev 1510
cleanup
Tue, 28 Apr 2009 16:22:36 +0200 fix to correctly init appobjects even with cleanup_interface_sobjects set to False tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:22:36 +0200] rev 1509
fix to correctly init appobjects even with cleanup_interface_sobjects set to False
Tue, 28 Apr 2009 16:22:00 +0200 rename tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:22:00 +0200] rev 1508
rename
Tue, 28 Apr 2009 16:21:54 +0200 rename tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:21:54 +0200] rev 1507
rename
Tue, 28 Apr 2009 16:21:32 +0200 no more using mx tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 16:21:32 +0200] rev 1506
no more using mx
Tue, 28 Apr 2009 15:38:06 +0200 set size=1 on select widget when a single choice is allowed tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 15:38:06 +0200] rev 1505
set size=1 on select widget when a single choice is allowed
Tue, 28 Apr 2009 15:37:27 +0200 register to catalog, delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 15:37:27 +0200] rev 1504
register to catalog, delete-trailing-whitespaces
Tue, 28 Apr 2009 15:36:37 +0200 new match_transition selector tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 15:36:37 +0200] rev 1503
new match_transition selector
Tue, 28 Apr 2009 15:36:04 +0200 fix i18n catalog compilation tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 15:36:04 +0200] rev 1502
fix i18n catalog compilation
Tue, 28 Apr 2009 14:37:19 +0200 migrate card cube in bootstrap migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 14:37:19 +0200] rev 1501
migrate card cube in bootstrap migration
Tue, 28 Apr 2009 14:24:16 +0200 merge fcayre's changes tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 14:24:16 +0200] rev 1500
merge fcayre's changes
Tue, 28 Apr 2009 11:22:43 +0200 install card cube in 3.2 migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 11:22:43 +0200] rev 1499
install card cube in 3.2 migration
Tue, 28 Apr 2009 11:22:31 +0200 fix imports, cleanup, repair some ajax calls tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 11:22:31 +0200] rev 1498
fix imports, cleanup, repair some ajax calls
Mon, 27 Apr 2009 12:11:33 +0200 use dbmshelper to generate correct boolean value in rql2sql
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 27 Apr 2009 12:11:33 +0200] rev 1497
use dbmshelper to generate correct boolean value in rql2sql
Mon, 27 Apr 2009 10:48:21 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 27 Apr 2009 10:48:21 +0200] rev 1496
merge
Mon, 27 Apr 2009 10:02:58 +0200 avoid displaying a section twice
Katia Saurfelt <katia.saurfelt@logilab.fr> [Mon, 27 Apr 2009 10:02:58 +0200] rev 1495
avoid displaying a section twice
Fri, 24 Apr 2009 17:15:28 +0200 #342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 24 Apr 2009 17:15:28 +0200] rev 1494
#342695: add new security section to the schema view
Tue, 28 Apr 2009 10:11:08 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 10:11:08 +0200] rev 1493
delete-trailing-whitespaces
Tue, 28 Apr 2009 10:10:50 +0200 typo tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 10:10:50 +0200] rev 1492
typo
Tue, 28 Apr 2009 10:10:04 +0200 move AutomaticEntityForm and PrimaryView into their own module tls-sprint
sylvain.thenault@logilab.fr [Tue, 28 Apr 2009 10:10:04 +0200] rev 1491
move AutomaticEntityForm and PrimaryView into their own module
Mon, 27 Apr 2009 19:33:34 +0200 add allow-email-login option tls-sprint
Florent <florent@secondweb.fr> [Mon, 27 Apr 2009 19:33:34 +0200] rev 1490
add allow-email-login option
Mon, 27 Apr 2009 19:20:00 +0200 add a test regarding login with a primary email tls-sprint
Florent <florent@secondweb.fr> [Mon, 27 Apr 2009 19:20:00 +0200] rev 1489
add a test regarding login with a primary email
Mon, 27 Apr 2009 19:01:00 +0200 add ability to login with a primary email address - no tests for now are unittest_application.py are now broken tls-sprint
Florent <florent@secondweb.fr> [Mon, 27 Apr 2009 19:01:00 +0200] rev 1488
add ability to login with a primary email address - no tests for now are unittest_application.py are now broken
Mon, 27 Apr 2009 10:26:51 +0200 merge parse_datetime modif tls-sprint
Florent <florent@secondweb.fr> [Mon, 27 Apr 2009 10:26:51 +0200] rev 1487
merge parse_datetime modif
Fri, 24 Apr 2009 19:49:47 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:49:47 +0200] rev 1486
delete-trailing-whitespaces
Fri, 24 Apr 2009 19:49:39 +0200 nicer fix tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:49:39 +0200] rev 1485
nicer fix
Fri, 24 Apr 2009 19:46:47 +0200 remerge tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:46:47 +0200] rev 1484
remerge
Fri, 24 Apr 2009 19:46:40 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:46:40 +0200] rev 1483
merge
Fri, 24 Apr 2009 19:46:21 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:46:21 +0200] rev 1482
delete-trailing-whitespaces
Fri, 24 Apr 2009 19:46:14 +0200 consider new recreate arg tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 19:46:14 +0200] rev 1481
consider new recreate arg
Fri, 24 Apr 2009 18:53:12 +0200 fix WebTest crash when view contains non ascii characters tls-sprint
Florent <florent@secondweb.fr> [Fri, 24 Apr 2009 18:53:12 +0200] rev 1480
fix WebTest crash when view contains non ascii characters
Wed, 22 Apr 2009 09:45:54 +0200 merge tls-sprint
Florent <florent@secondweb.fr> [Wed, 22 Apr 2009 09:45:54 +0200] rev 1479
merge
Wed, 22 Apr 2009 09:43:45 +0200 parse_datetime call with Date etype now returns a datetime.date instance tls-sprint
Florent <florent@secondweb.fr> [Wed, 22 Apr 2009 09:43:45 +0200] rev 1478
parse_datetime call with Date etype now returns a datetime.date instance
Fri, 24 Apr 2009 17:04:14 +0200 backport default branch tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 17:04:14 +0200] rev 1477
backport default branch
Fri, 24 Apr 2009 16:48:38 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 16:48:38 +0200] rev 1476
delete-trailing-whitespaces
Fri, 24 Apr 2009 16:22:57 +0200 should not be necessary anymore to add entity class to __implements__ tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 16:22:57 +0200] rev 1475
should not be necessary anymore to add entity class to __implements__
Fri, 24 Apr 2009 15:38:19 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 15:38:19 +0200] rev 1474
delete-trailing-whitespaces
Fri, 24 Apr 2009 15:38:11 +0200 more implements selector tests tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 15:38:11 +0200] rev 1473
more implements selector tests
Fri, 24 Apr 2009 15:37:51 +0200 fix implements selector to avoid returning false positive due to entity class inheritance tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 15:37:51 +0200] rev 1472
fix implements selector to avoid returning false positive due to entity class inheritance
Fri, 24 Apr 2009 15:37:05 +0200 new parent_classes method (cached) tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 15:37:05 +0200] rev 1471
new parent_classes method (cached)
Fri, 24 Apr 2009 09:56:19 +0200 don't add to cube i18n catalog msg id for components redefined from cw or from a depending cube tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 09:56:19 +0200] rev 1470
don't add to cube i18n catalog msg id for components redefined from cw or from a depending cube
Fri, 24 Apr 2009 09:20:43 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 09:20:43 +0200] rev 1469
delete-trailing-whitespaces
Fri, 24 Apr 2009 09:20:36 +0200 oos, set rmode for wf_info_for / object tls-sprint
sylvain.thenault@logilab.fr [Fri, 24 Apr 2009 09:20:36 +0200] rev 1468
oos, set rmode for wf_info_for / object
Fri, 24 Apr 2009 09:20:52 +0200 sendmail form should now work as before tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Apr 2009 09:20:52 +0200] rev 1467
sendmail form should now work as before
Fri, 24 Apr 2009 09:06:56 +0200 [widgets] fix rendering of the sendmail widget, still to functional though tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Apr 2009 09:06:56 +0200] rev 1466
[widgets] fix rendering of the sendmail widget, still to functional though
Fri, 24 Apr 2009 09:04:45 +0200 fix bug in actions: action.row/col might be None and can't be passed directly to rset.get_entity tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 24 Apr 2009 09:04:45 +0200] rev 1465
fix bug in actions: action.row/col might be None and can't be passed directly to rset.get_entity
Thu, 23 Apr 2009 13:05:42 -0700 [doc] Fix ReST pb.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 13:05:42 -0700] rev 1464
[doc] Fix ReST pb.
Thu, 23 Apr 2009 12:11:58 -0700 [doc] s/usefull/useful/
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 12:11:58 -0700] rev 1463
[doc] s/usefull/useful/
Thu, 23 Apr 2009 12:03:24 -0700 [doc] Remove extra-wrapping from tutorial.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 12:03:24 -0700] rev 1462
[doc] Remove extra-wrapping from tutorial.
Thu, 23 Apr 2009 11:58:11 -0700 [doc] Splits initial set-up section in two sections => re-order part III.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 11:58:11 -0700] rev 1461
[doc] Splits initial set-up section in two sections => re-order part III.
Thu, 23 Apr 2009 11:55:29 -0700 [doc] C011 content moved to C010
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 23 Apr 2009 11:55:29 -0700] rev 1460
[doc] C011 content moved to C010
Thu, 23 Apr 2009 18:10:17 +0200 reoops tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 18:10:17 +0200] rev 1459
reoops
Thu, 23 Apr 2009 18:09:56 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 18:09:56 +0200] rev 1458
oops
Thu, 23 Apr 2009 12:16:16 +0200 fixe the wrong indent
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 23 Apr 2009 12:16:16 +0200] rev 1457
fixe the wrong indent
Thu, 23 Apr 2009 11:47:26 +0200 related entitied must be computed in _preinit_side_related
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 23 Apr 2009 11:47:26 +0200] rev 1456
related entitied must be computed in _preinit_side_related
Thu, 23 Apr 2009 17:57:46 +0200 refactor to get powerful etype_relation_field function which benefit from ui configuration (eg widgets and fields) tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 17:57:46 +0200] rev 1455
refactor to get powerful etype_relation_field function which benefit from ui configuration (eg widgets and fields)
Thu, 23 Apr 2009 17:57:15 +0200 AEF.field_by_name now take an entity schema, not an entity class tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 17:57:15 +0200] rev 1454
AEF.field_by_name now take an entity schema, not an entity class
Thu, 23 Apr 2009 17:22:02 +0200 guess_field now takes an entity schema as first argument, not an entity class tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 17:22:02 +0200] rev 1453
guess_field now takes an entity schema as first argument, not an entity class
Thu, 23 Apr 2009 17:21:39 +0200 delete spaces, use .row .col instead of fixed 0 0 tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 17:21:39 +0200] rev 1452
delete spaces, use .row .col instead of fixed 0 0
Thu, 23 Apr 2009 16:11:30 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 16:11:30 +0200] rev 1451
delete-trailing-whitespaces
Thu, 23 Apr 2009 16:10:17 +0200 fix relation_mode implementation, remove trailing spaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 16:10:17 +0200] rev 1450
fix relation_mode implementation, remove trailing spaces
Thu, 23 Apr 2009 16:09:35 +0200 remove .egg-info file in cube's debian/rule template tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 16:09:35 +0200] rev 1449
remove .egg-info file in cube's debian/rule template
Thu, 23 Apr 2009 16:09:04 +0200 deals with empty erudi directories tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 16:09:04 +0200] rev 1448
deals with empty erudi directories
Thu, 23 Apr 2009 16:08:40 +0200 don't use a singleton rest parser which may leads to concurrency bugs tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 16:08:40 +0200] rev 1447
don't use a singleton rest parser which may leads to concurrency bugs
Thu, 23 Apr 2009 10:46:05 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Thu, 23 Apr 2009 10:46:05 +0200] rev 1446
delete-trailing-whitespaces
Thu, 23 Apr 2009 08:05:51 +0200 set a size constraint on ECache's title
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 23 Apr 2009 08:05:51 +0200] rev 1445
set a size constraint on ECache's title It's not a good idea to use text field with no size constraint and to index them. Somme BDD backends (MySQL for instance) simply don't support it.
Wed, 22 Apr 2009 21:59:58 -0700 [doc] Move cubciweb-ctl tool to appendix and re-order appendix.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 21:59:58 -0700] rev 1444
[doc] Move cubciweb-ctl tool to appendix and re-order appendix.
Wed, 22 Apr 2009 21:50:53 -0700 [doc] Rename Overview by Tutorial.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 21:50:53 -0700] rev 1443
[doc] Rename Overview by Tutorial.
Wed, 22 Apr 2009 21:45:08 -0700 [doc] Begin improvement of schema definition.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 21:45:08 -0700] rev 1442
[doc] Begin improvement of schema definition.
Wed, 22 Apr 2009 21:44:14 -0700 [doc] Short down the `blog running in less ten nimutes` section to remove duplicated content.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 21:44:14 -0700] rev 1441
[doc] Short down the `blog running in less ten nimutes` section to remove duplicated content.
Wed, 22 Apr 2009 21:43:06 -0700 [doc] Typos and minor changes.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 21:43:06 -0700] rev 1440
[doc] Typos and minor changes.
Wed, 22 Apr 2009 14:14:11 -0700 [doc] Add little 'wrapping' in tutorial.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 22 Apr 2009 14:14:11 -0700] rev 1439
[doc] Add little 'wrapping' in tutorial.
Wed, 22 Apr 2009 18:58:47 +0200 [distutils] don't consider directories as data files
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 22 Apr 2009 18:58:47 +0200] rev 1438
[distutils] don't consider directories as data files
Wed, 22 Apr 2009 20:01:28 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 20:01:28 +0200] rev 1437
delete-trailing-whitespaces
Wed, 22 Apr 2009 19:44:15 +0200 delete-trailing-whitespaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 19:44:15 +0200] rev 1436
delete-trailing-whitespaces
Wed, 22 Apr 2009 19:42:44 +0200 allow to instantiate an entity without rset tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 19:42:44 +0200] rev 1435
allow to instantiate an entity without rset
Wed, 22 Apr 2009 19:42:17 +0200 new display_relations_form option on EntityFormRender tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 19:42:17 +0200] rev 1434
new display_relations_form option on EntityFormRender
Wed, 22 Apr 2009 18:44:30 +0200 remove trailing white spaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 18:44:30 +0200] rev 1433
remove trailing white spaces
Wed, 22 Apr 2009 18:42:58 +0200 drop hopeless registerer bw compat tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 18:42:58 +0200] rev 1432
drop hopeless registerer bw compat
Wed, 22 Apr 2009 16:02:33 +0200 user dc_creator for rss view
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 22 Apr 2009 16:02:33 +0200] rev 1431
user dc_creator for rss view
Wed, 22 Apr 2009 15:40:58 +0200 some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 22 Apr 2009 15:40:58 +0200] rev 1430
some feed aggregators (eg sage) show dc:creator tag, so we show it insteed of author tag
Wed, 22 Apr 2009 14:56:31 +0200 make the rss view valid (we should probably keep rdf:about on channel)
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 22 Apr 2009 14:56:31 +0200] rev 1429
make the rss view valid (we should probably keep rdf:about on channel)
Wed, 22 Apr 2009 12:20:25 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 22 Apr 2009 12:20:25 +0200] rev 1428
merge
Wed, 22 Apr 2009 12:19:44 +0200 The same item should not include both author and dc:creator
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 22 Apr 2009 12:19:44 +0200] rev 1427
The same item should not include both author and dc:creator
Wed, 22 Apr 2009 16:56:19 +0200 remove trailing spaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:56:19 +0200] rev 1426
remove trailing spaces
Wed, 22 Apr 2009 16:56:03 +0200 set default combo size to 5 entries tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:56:03 +0200] rev 1425
set default combo size to 5 entries
Wed, 22 Apr 2009 16:55:46 +0200 set_stream simplification tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:55:46 +0200] rev 1424
set_stream simplification
Wed, 22 Apr 2009 16:55:09 +0200 missing overriding of removejs in inline-creation form view tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:55:09 +0200] rev 1423
missing overriding of removejs in inline-creation form view
Wed, 22 Apr 2009 16:54:43 +0200 fix a name error tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:54:43 +0200] rev 1422
fix a name error
Wed, 22 Apr 2009 16:54:23 +0200 doc type handling refactoring: do the ext substitution at the module level tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:54:23 +0200] rev 1421
doc type handling refactoring: do the ext substitution at the module level
Wed, 22 Apr 2009 16:51:29 +0200 stop complaining about empty response, remove trailing spaces tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:51:29 +0200] rev 1420
stop complaining about empty response, remove trailing spaces
Wed, 22 Apr 2009 16:50:46 +0200 javascript + json refactoring tls-sprint
sylvain.thenault@logilab.fr [Wed, 22 Apr 2009 16:50:46 +0200] rev 1419
javascript + json refactoring
Tue, 21 Apr 2009 20:13:03 -0700 [doc] Completed definition of content_navigation_components.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 21 Apr 2009 20:13:03 -0700] rev 1418
[doc] Completed definition of content_navigation_components.
Tue, 21 Apr 2009 19:20:56 +0200 remove spaces tls-sprint
sylvain.thenault@logilab.fr [Tue, 21 Apr 2009 19:20:56 +0200] rev 1417
remove spaces
Tue, 21 Apr 2009 19:20:51 +0200 more bw compat tls-sprint
sylvain.thenault@logilab.fr [Tue, 21 Apr 2009 19:20:51 +0200] rev 1416
more bw compat
Tue, 21 Apr 2009 18:18:36 +0200 fix actionbox def tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Apr 2009 18:18:36 +0200] rev 1415
fix actionbox def
Tue, 21 Apr 2009 17:04:38 +0200 does not apply any more tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Apr 2009 17:04:38 +0200] rev 1414
does not apply any more
Tue, 21 Apr 2009 12:08:31 +0200 create a table for siderelation
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 21 Apr 2009 12:08:31 +0200] rev 1413
create a table for siderelation
Tue, 21 Apr 2009 11:35:31 +0200 give more space to labels in forms tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 21 Apr 2009 11:35:31 +0200] rev 1412
give more space to labels in forms
Mon, 20 Apr 2009 16:27:08 -0700 [doc] Add information on PrimaryView methods and attributes in order to get to a more meaningful example of a view customization.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 20 Apr 2009 16:27:08 -0700] rev 1411
[doc] Add information on PrimaryView methods and attributes in order to get to a more meaningful example of a view customization.
Mon, 20 Apr 2009 11:22:06 -0700 Remove all related to entity Card as it now has its own cube.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 20 Apr 2009 11:22:06 -0700] rev 1410
Remove all related to entity Card as it now has its own cube.
Mon, 20 Apr 2009 19:54:36 +0200 sql attributes bugfix tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 20 Apr 2009 19:54:36 +0200] rev 1409
sql attributes bugfix
Mon, 20 Apr 2009 19:53:59 +0200 mx.DateTime fixes tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 20 Apr 2009 19:53:59 +0200] rev 1408
mx.DateTime fixes
Mon, 20 Apr 2009 19:53:28 +0200 cleanup (undue req param) tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 20 Apr 2009 19:53:28 +0200] rev 1407
cleanup (undue req param)
Mon, 20 Apr 2009 19:53:09 +0200 define self.fields before it is used ... tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 20 Apr 2009 19:53:09 +0200] rev 1406
define self.fields before it is used ...
Mon, 20 Apr 2009 10:50:36 +0200 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 20 Apr 2009 10:50:36 +0200] rev 1405
add mysql configuration section in cubicweb documentation
Fri, 17 Apr 2009 18:58:03 +0200 stop application only once we're sure we've something to do, fixing #342689
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:58:03 +0200] rev 1404
stop application only once we're sure we've something to do, fixing #342689
Fri, 17 Apr 2009 18:51:01 +0200 _render_fields don't need values argument tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:51:01 +0200] rev 1403
_render_fields don't need values argument
Fri, 17 Apr 2009 18:45:06 +0200 new style security management forms tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:45:06 +0200] rev 1402
new style security management forms
Fri, 17 Apr 2009 18:44:17 +0200 new renderer displaying field in an horizontable table tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:44:17 +0200] rev 1401
new renderer displaying field in an horizontable table
Fri, 17 Apr 2009 18:44:01 +0200 fix navigation parameters handling: those given in kwargs should always be there tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:44:01 +0200] rev 1400
fix navigation parameters handling: those given in kwargs should always be there
Fri, 17 Apr 2009 17:55:50 +0200 unify schema sync migration commands with (hopefuly) a clearer name tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 17:55:50 +0200] rev 1399
unify schema sync migration commands with (hopefuly) a clearer name
Fri, 17 Apr 2009 16:55:37 +0200 rename internal entity types to have CW prefix instead of E tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 16:55:37 +0200] rev 1398
rename internal entity types to have CW prefix instead of E
Fri, 17 Apr 2009 13:21:05 +0200 rollback florent's not-proven-to-be-useful fix tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 13:21:05 +0200] rev 1397
rollback florent's not-proven-to-be-useful fix
Fri, 17 Apr 2009 13:17:21 +0200 refactor to ease overriding tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 13:17:21 +0200] rev 1396
refactor to ease overriding
Fri, 17 Apr 2009 10:00:26 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 17 Apr 2009 10:00:26 +0200] rev 1395
merge
Fri, 17 Apr 2009 09:59:53 +0200 remove pmainactions and deprecate paddrelactions
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 17 Apr 2009 09:59:53 +0200] rev 1394
remove pmainactions and deprecate paddrelactions
Fri, 17 Apr 2009 12:13:16 +0200 cleanup, more docstring tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 12:13:16 +0200] rev 1393
cleanup, more docstring
Fri, 17 Apr 2009 11:14:19 +0200 refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 11:14:19 +0200] rev 1392
refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value
Fri, 17 Apr 2009 11:13:44 +0200 more docstring tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 11:13:44 +0200] rev 1391
more docstring
Fri, 17 Apr 2009 09:37:38 +0200 define _ tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:37:38 +0200] rev 1390
define _
Fri, 17 Apr 2009 09:37:29 +0200 clear label handling tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:37:29 +0200] rev 1389
clear label handling
Fri, 17 Apr 2009 09:32:57 +0200 new style form for submitting bug reports tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:32:57 +0200] rev 1388
new style form for submitting bug reports
Fri, 17 Apr 2009 08:52:05 +0200 datetime switch bug fixed in ustrftime tls-sprint
Florent <florent@secondweb.fr> [Fri, 17 Apr 2009 08:52:05 +0200] rev 1387
datetime switch bug fixed in ustrftime
Fri, 17 Apr 2009 08:51:16 +0200 initial form values can now also be a callable of the field or the form itself tls-sprint
Florent <florent@secondweb.fr> [Fri, 17 Apr 2009 08:51:16 +0200] rev 1386
initial form values can now also be a callable of the field or the form itself
Thu, 16 Apr 2009 18:51:14 +0200 merge
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 18:51:14 +0200] rev 1385
merge
Thu, 16 Apr 2009 17:49:52 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 16 Apr 2009 17:49:52 +0200] rev 1384
merge
Thu, 16 Apr 2009 17:37:59 +0200 add a function to retrieve a list of mainactions
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 16 Apr 2009 17:37:59 +0200] rev 1383
add a function to retrieve a list of mainactions
Thu, 16 Apr 2009 18:31:53 +0200 use adbh.func_sqlname for more backend compat
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 18:31:53 +0200] rev 1382
use adbh.func_sqlname for more backend compat
Thu, 16 Apr 2009 16:02:24 +0200 consider kwargs in possible_actions
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 16:02:24 +0200] rev 1381
consider kwargs in possible_actions
Thu, 16 Apr 2009 15:38:58 +0200 missing required date format tls-sprint
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 15:38:58 +0200] rev 1380
missing required date format
Thu, 16 Apr 2009 15:35:36 +0200 MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 15:35:36 +0200] rev 1379
MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
Wed, 15 Apr 2009 16:42:00 -0700 [doc] Fix typo.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 15 Apr 2009 16:42:00 -0700] rev 1378
[doc] Fix typo.
Wed, 15 Apr 2009 17:37:13 +0200 merge
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:37:13 +0200] rev 1377
merge
Wed, 15 Apr 2009 17:25:46 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 15 Apr 2009 17:25:46 +0200] rev 1376
merge
Wed, 15 Apr 2009 10:03:48 +0200 remove planned_delivery from ProgressTableView
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 15 Apr 2009 10:03:48 +0200] rev 1375
remove planned_delivery from ProgressTableView
Wed, 15 Apr 2009 17:36:09 +0200 backport 3.1 branch to default (duh...)
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:36:09 +0200] rev 1374
backport 3.1 branch to default (duh...)
Wed, 15 Apr 2009 17:30:03 +0200 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:30:03 +0200] rev 1373
merge
Wed, 15 Apr 2009 17:00:58 +0200 register_user can now also set an email tls-sprint
Florent <florent@secondweb.fr> [Wed, 15 Apr 2009 17:00:58 +0200] rev 1372
register_user can now also set an email
Thu, 15 Jan 2009 10:13:25 +0100 sort email addresses and remove doubled ones before sending the email 3.1
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 15 Jan 2009 10:13:25 +0100] rev 1371
sort email addresses and remove doubled ones before sending the email
Wed, 15 Apr 2009 17:25:20 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:25:20 +0200] rev 1370
cleanup
Wed, 15 Apr 2009 17:25:09 +0200 must specify col where entity's eid is tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:25:09 +0200] rev 1369
must specify col where entity's eid is
Wed, 15 Apr 2009 17:24:48 +0200 fix test tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:48 +0200] rev 1368
fix test
Wed, 15 Apr 2009 17:24:34 +0200 set dom id on the first input of radio choices tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:34 +0200] rev 1367
set dom id on the first input of radio choices
Wed, 15 Apr 2009 17:24:12 +0200 no progress div in reledit, else we get duplicated ids tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:12 +0200] rev 1366
no progress div in reledit, else we get duplicated ids
Wed, 15 Apr 2009 17:23:48 +0200 avoid duplicated progress div tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:23:48 +0200] rev 1365
avoid duplicated progress div
Wed, 15 Apr 2009 17:23:26 +0200 can't compare date and datetime tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:23:26 +0200] rev 1364
can't compare date and datetime
Wed, 15 Apr 2009 17:22:57 +0200 AppRsetObject now handle row and col tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:22:57 +0200] rev 1363
AppRsetObject now handle row and col
Wed, 15 Apr 2009 17:22:28 +0200 nicer renderer options handling: can be passed to __init__ or to render tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:22:28 +0200] rev 1362
nicer renderer options handling: can be passed to __init__ or to render
Wed, 15 Apr 2009 14:41:38 +0200 ignore browser submitted values for file's MIME type tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:41:38 +0200] rev 1361
ignore browser submitted values for file's MIME type
Wed, 15 Apr 2009 14:41:06 +0200 rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:41:06 +0200] rev 1360
rename attribute_metadata method to attr_metadata to save a few chars
Wed, 15 Apr 2009 14:07:30 +0200 backport some tests tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:07:30 +0200] rev 1359
backport some tests
Wed, 15 Apr 2009 14:07:10 +0200 test update tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:07:10 +0200] rev 1358
test update
Wed, 15 Apr 2009 14:06:53 +0200 use entities found in schema, not in the etypes registry, else we miss entity types which have no specific classes tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:06:53 +0200] rev 1357
use entities found in schema, not in the etypes registry, else we miss entity types which have no specific classes
Wed, 15 Apr 2009 14:06:08 +0200 new del_rtag method, for testing purpose (at least) tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:06:08 +0200] rev 1356
new del_rtag method, for testing purpose (at least)
Tue, 14 Apr 2009 17:18:32 -0700 [doc] Adds description and example of TreeMixIn.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:18:32 -0700] rev 1355
[doc] Adds description and example of TreeMixIn.
Tue, 14 Apr 2009 17:18:00 -0700 [doc] Adds HowTo format date.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:18:00 -0700] rev 1354
[doc] Adds HowTo format date.
Tue, 14 Apr 2009 17:17:34 -0700 [doc] Fix indentation issue.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:17:34 -0700] rev 1353
[doc] Fix indentation issue.
Tue, 14 Apr 2009 17:16:43 -0700 [doc] Explicitely name the module in which we define schema to distinguish it from entities.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:16:43 -0700] rev 1352
[doc] Explicitely name the module in which we define schema to distinguish it from entities.
Tue, 14 Apr 2009 11:30:14 -0700 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 11:30:14 -0700] rev 1351
merge
Mon, 13 Apr 2009 10:10:18 -0700 [doc] Adds how to add attribute in DB.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 13 Apr 2009 10:10:18 -0700] rev 1350
[doc] Adds how to add attribute in DB.
Fri, 10 Apr 2009 09:29:33 -0700 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Fri, 10 Apr 2009 09:29:33 -0700] rev 1349
merge
Fri, 10 Apr 2009 09:27:31 -0700 [doc] Add information on anonymous user configuration.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Fri, 10 Apr 2009 09:27:31 -0700] rev 1348
[doc] Add information on anonymous user configuration.
Tue, 14 Apr 2009 12:14:59 +0200 translation of planned_delivery
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 14 Apr 2009 12:14:59 +0200] rev 1347
translation of planned_delivery
Tue, 14 Apr 2009 12:10:09 +0200 add planned delivery column
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 14 Apr 2009 12:10:09 +0200] rev 1346
add planned delivery column
Tue, 14 Apr 2009 18:03:37 +0200 backport tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:37 +0200] rev 1345
backport tests
Tue, 14 Apr 2009 18:03:28 +0200 shouldn't use unicode keys in attrs tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:28 +0200] rev 1344
shouldn't use unicode keys in attrs
Tue, 14 Apr 2009 18:03:11 +0200 sort on EUser.login/EGroup.name in vocabulary tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:11 +0200] rev 1343
sort on EUser.login/EGroup.name in vocabulary
Tue, 14 Apr 2009 14:50:42 +0200 no more cubes_dir class method tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 14:50:42 +0200] rev 1342
no more cubes_dir class method
Tue, 14 Apr 2009 14:50:28 +0200 fix tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 14:50:28 +0200] rev 1341
fix tests
Tue, 14 Apr 2009 11:26:50 +0200 missing interpolation. Until proven we need an id on attribute form table, remove it tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 11:26:50 +0200] rev 1340
missing interpolation. Until proven we need an id on attribute form table, remove it
Fri, 10 Apr 2009 16:49:06 +0200 should take extra kwargs tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:49:06 +0200] rev 1339
should take extra kwargs
Fri, 10 Apr 2009 16:48:48 +0200 setdomid should be true when id specified in kwargs tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:48 +0200] rev 1338
setdomid should be true when id specified in kwargs
Fri, 10 Apr 2009 16:48:28 +0200 backport AddComboBoxWidget, ajax widgets refactoring tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:28 +0200] rev 1337
backport AddComboBoxWidget, ajax widgets refactoring
Fri, 10 Apr 2009 16:48:03 +0200 insert an optgroup as separator on None values tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:03 +0200] rev 1336
insert an optgroup as separator on None values
Fri, 10 Apr 2009 16:47:15 +0200 fix args given to paginate tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:47:15 +0200] rev 1335
fix args given to paginate
Fri, 10 Apr 2009 11:51:13 +0200 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 10 Apr 2009 11:51:13 +0200] rev 1334
merge
Fri, 10 Apr 2009 11:32:32 +0200 vocabfunc must be compliant with StaticVocabularyConstraint.vocabulary which takes only keyword parameters
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 10 Apr 2009 11:32:32 +0200] rev 1333
vocabfunc must be compliant with StaticVocabularyConstraint.vocabulary which takes only keyword parameters
Fri, 10 Apr 2009 10:56:56 +0200 merge
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 10:56:56 +0200] rev 1332
merge
Fri, 10 Apr 2009 10:55:55 +0200 doc update
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 10:55:55 +0200] rev 1331
doc update
Thu, 09 Apr 2009 19:58:37 +0200 add some documentation, backport *CompletionWidget tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 19:58:37 +0200] rev 1330
add some documentation, backport *CompletionWidget
Thu, 09 Apr 2009 17:33:45 +0200 fix error class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:33:45 +0200] rev 1329
fix error class
Thu, 09 Apr 2009 17:33:20 +0200 password input may be used with non eidparam fields... tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:33:20 +0200] rev 1328
password input may be used with non eidparam fields...
Thu, 09 Apr 2009 17:32:54 +0200 somewhat update to jquery, not yet finished though tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:32:54 +0200] rev 1327
somewhat update to jquery, not yet finished though
Thu, 09 Apr 2009 16:42:37 +0200 should not name that parameter tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:42:37 +0200] rev 1326
should not name that parameter
Thu, 09 Apr 2009 16:25:29 +0200 widgets has been dropped from base class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:25:29 +0200] rev 1325
widgets has been dropped from base class
Thu, 09 Apr 2009 16:17:16 +0200 ease renderer overriding tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:17:16 +0200] rev 1324
ease renderer overriding
Thu, 09 Apr 2009 16:16:58 +0200 remove debug print tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:16:58 +0200] rev 1323
remove debug print
Thu, 09 Apr 2009 15:52:31 +0200 missing self, using bool is simpler tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 15:52:31 +0200] rev 1322
missing self, using bool is simpler
Thu, 09 Apr 2009 14:36:47 +0200 we have now actual classes in rwidgets tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:36:47 +0200] rev 1321
we have now actual classes in rwidgets
Thu, 09 Apr 2009 14:32:18 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:32:18 +0200] rev 1320
cleanup
Thu, 09 Apr 2009 14:31:48 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:31:48 +0200] rev 1319
oops
Thu, 09 Apr 2009 14:31:32 +0200 new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore) tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:31:32 +0200] rev 1318
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
Thu, 09 Apr 2009 13:59:44 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 13:59:44 +0200] rev 1317
oops
Thu, 09 Apr 2009 13:51:01 +0200 introduce init_registration method and call it in repo initialization tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 13:51:01 +0200] rev 1316
introduce init_registration method and call it in repo initialization
Thu, 09 Apr 2009 12:55:00 +0200 should set None as default here as well tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:55:00 +0200] rev 1315
should set None as default here as well
Thu, 09 Apr 2009 12:40:30 +0200 fix primary edition of eproperty (weird js pb remaining though) tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:40:30 +0200] rev 1314
fix primary edition of eproperty (weird js pb remaining though)
Thu, 09 Apr 2009 12:37:00 +0200 put class, not class name into rwidgets. New rfields rtags to specify a field for a relation tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:37:00 +0200] rev 1313
put class, not class name into rwidgets. New rfields rtags to specify a field for a relation
Thu, 09 Apr 2009 12:35:03 +0200 allow no values argument tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:35:03 +0200] rev 1312
allow no values argument
Thu, 09 Apr 2009 12:34:40 +0200 move ajax.js to base form class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:34:40 +0200] rev 1311
move ajax.js to base form class
Thu, 09 Apr 2009 11:30:13 +0200 fix vobjects registration to deal with objects inter-dependancy tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 11:30:13 +0200] rev 1310
fix vobjects registration to deal with objects inter-dependancy
Wed, 08 Apr 2009 20:38:34 +0200 eproperty forms handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:38:34 +0200] rev 1309
eproperty forms handling
Wed, 08 Apr 2009 20:37:55 +0200 override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:37:55 +0200] rev 1308
override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms
Wed, 08 Apr 2009 20:37:22 +0200 new form_init callback tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:37:22 +0200] rev 1307
new form_init callback
Wed, 08 Apr 2009 20:36:39 +0200 bool handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:36:39 +0200] rev 1306
bool handling
Wed, 08 Apr 2009 20:36:11 +0200 cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:36:11 +0200] rev 1305
cleanup, remove some unnecessary (sometime buggy) stuff
Wed, 08 Apr 2009 20:34:26 +0200 refactor button handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:34:26 +0200] rev 1304
refactor button handling
Wed, 08 Apr 2009 20:30:58 +0200 copyright update tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:58 +0200] rev 1303
copyright update
Wed, 08 Apr 2009 20:30:47 +0200 don't fail on unregistered properties tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:47 +0200] rev 1302
don't fail on unregistered properties
Wed, 08 Apr 2009 20:30:25 +0200 EntitySelector base class now understand 'entity' in kwargs, new entity_implements selector tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:25 +0200] rev 1301
EntitySelector base class now understand 'entity' in kwargs, new entity_implements selector
Wed, 08 Apr 2009 14:11:34 +0200 move tests where they belong tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 14:11:34 +0200] rev 1300
move tests where they belong
Wed, 08 Apr 2009 11:04:47 +0200 packaging for hardy
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Apr 2009 11:04:47 +0200] rev 1299
packaging for hardy
Wed, 08 Apr 2009 13:20:05 +0200 test inlined rtags tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:20:05 +0200] rev 1298
test inlined rtags
Wed, 08 Apr 2009 13:19:23 +0200 should give None as rset tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:23 +0200] rev 1297
should give None as rset
Wed, 08 Apr 2009 13:19:09 +0200 no need for explicit handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:09 +0200] rev 1296
no need for explicit handling
Wed, 08 Apr 2009 13:18:30 +0200 oops, should use input tag in radio, not option tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:18:30 +0200] rev 1295
oops, should use input tag in radio, not option
Wed, 08 Apr 2009 13:17:32 +0200 password widget should use the same value as main field for the confirm, else if we don't notice that we got a validation error while no password modification has been done tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:17:32 +0200] rev 1294
password widget should use the same value as main field for the confirm, else if we don't notice that we got a validation error while no password modification has been done
Wed, 08 Apr 2009 13:16:24 +0200 missing closing div tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:24 +0200] rev 1293
missing closing div
Wed, 08 Apr 2009 13:16:16 +0200 inline_creation_form doesn't take ptype argument anymore tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:16 +0200] rev 1292
inline_creation_form doesn't take ptype argument anymore
Wed, 08 Apr 2009 13:15:21 +0200 inlineview is no more a 'category', needs specific handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:15:21 +0200] rev 1291
inlineview is no more a 'category', needs specific handling
Wed, 08 Apr 2009 13:14:33 +0200 kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway) tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:14:33 +0200] rev 1290
kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway)
Wed, 08 Apr 2009 13:13:53 +0200 move initialize_varmaker on the FormMixIn class tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:13:53 +0200] rev 1289
move initialize_varmaker on the FormMixIn class
Wed, 08 Apr 2009 11:52:10 +0200 fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:52:10 +0200] rev 1288
fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users
Wed, 08 Apr 2009 11:33:57 +0200 test rcategories tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:57 +0200] rev 1287
test rcategories
Wed, 08 Apr 2009 11:33:34 +0200 use entity's rset and row/col info tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:34 +0200] rev 1286
use entity's rset and row/col info
Wed, 08 Apr 2009 11:33:12 +0200 for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:12 +0200] rev 1285
for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished
Wed, 08 Apr 2009 11:30:57 +0200 basic testing of relation tags tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:30:57 +0200] rev 1284
basic testing of relation tags
Wed, 08 Apr 2009 11:30:32 +0200 add str() to avoid kilometers of information while printing content (due to __repr__ of yams objects) tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:30:32 +0200] rev 1283
add str() to avoid kilometers of information while printing content (due to __repr__ of yams objects)
Wed, 08 Apr 2009 11:29:28 +0200 * print vreg content once fully initialized (require move of print code from vregistry to cwvreg) tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:29:28 +0200] rev 1282
* print vreg content once fully initialized (require move of print code from vregistry to cwvreg) * new vreg_initialization_completed callback on appobjects, called once the vregistry is fully initialized
Wed, 08 Apr 2009 09:38:58 +0200 secure the condition relation
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 09:38:58 +0200] rev 1281
secure the condition relation
Tue, 07 Apr 2009 10:46:40 +0200 [doc] Registerers are deprecated; little improvement
Emile Anclin <emile.anclin@logilab.fr> [Tue, 07 Apr 2009 10:46:40 +0200] rev 1280
[doc] Registerers are deprecated; little improvement
Tue, 07 Apr 2009 09:36:20 +0200 Change version no
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 07 Apr 2009 09:36:20 +0200] rev 1279
Change version no
Tue, 07 Apr 2009 09:10:26 +0200 more cleaning needed :(
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 09:10:26 +0200] rev 1278
more cleaning needed :(
Tue, 07 Apr 2009 19:55:38 +0200 don't guess field if explicitly defined, rename init_rtags_category tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:55:38 +0200] rev 1277
don't guess field if explicitly defined, rename init_rtags_category
Tue, 07 Apr 2009 19:55:10 +0200 catch FieldNotFound instead of Exception in field_by_name, return the field if guessable tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:55:10 +0200] rev 1276
catch FieldNotFound instead of Exception in field_by_name, return the field if guessable
Tue, 07 Apr 2009 19:54:10 +0200 cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:54:10 +0200] rev 1275
cleanup
Tue, 07 Apr 2009 19:53:49 +0200 we don't want dom id systematically tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:53:49 +0200] rev 1274
we don't want dom id systematically
Tue, 07 Apr 2009 19:53:24 +0200 don't set tabindex if already in attrs tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:53:24 +0200] rev 1273
don't set tabindex if already in attrs
Tue, 07 Apr 2009 19:53:03 +0200 new append_field method tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:53:03 +0200] rev 1272
new append_field method
Tue, 07 Apr 2009 19:52:52 +0200 handle __message in FieldsForm, not only in EntityFieldsForm tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:52:52 +0200] rev 1271
handle __message in FieldsForm, not only in EntityFieldsForm
Tue, 07 Apr 2009 19:52:25 +0200 raise specific exception tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:52:25 +0200] rev 1270
raise specific exception
Tue, 07 Apr 2009 19:51:35 +0200 skip deprecated URL widgets tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:51:35 +0200] rev 1269
skip deprecated URL widgets
Tue, 07 Apr 2009 19:51:11 +0200 get field's help in guess_field tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 19:51:11 +0200] rev 1268
get field's help in guess_field
Tue, 07 Apr 2009 17:19:22 +0200 fix deprecation message tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 17:19:22 +0200] rev 1267
fix deprecation message
Tue, 07 Apr 2009 17:19:13 +0200 better to use typed eid tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 17:19:13 +0200] rev 1266
better to use typed eid
Tue, 07 Apr 2009 17:18:54 +0200 handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 17:18:54 +0200] rev 1265
handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values
Tue, 07 Apr 2009 17:17:55 +0200 cleanup, avoid spurious warning tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 17:17:55 +0200] rev 1264
cleanup, avoid spurious warning
Tue, 07 Apr 2009 09:30:23 +0200 backport default branch tls-sprint
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 09:30:23 +0200] rev 1263
backport default branch
Tue, 07 Apr 2009 08:55:37 +0200 oops, forgot to clean that
sylvain.thenault@logilab.fr [Tue, 07 Apr 2009 08:55:37 +0200] rev 1262
oops, forgot to clean that
Mon, 06 Apr 2009 18:45:16 +0200 merge (grmbl)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 18:45:16 +0200] rev 1261
merge (grmbl)
Mon, 06 Apr 2009 18:44:15 +0200 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 18:44:15 +0200] rev 1260
merge
Mon, 06 Apr 2009 18:43:52 +0200 Added tag cubicweb-debian-version-3_1_4-1 for changeset 0e132fbae9cc
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 18:43:52 +0200] rev 1259
Added tag cubicweb-debian-version-3_1_4-1 for changeset 0e132fbae9cc
Mon, 06 Apr 2009 18:43:51 +0200 Added tag cubicweb-version-3_1_4 for changeset e0e0a1c3d80f cubicweb-debian-version-3_1_4-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 18:43:51 +0200] rev 1258
Added tag cubicweb-version-3_1_4 for changeset e0e0a1c3d80f
Mon, 06 Apr 2009 17:41:57 +0200 merge cubicweb-version-3_1_4
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 17:41:57 +0200] rev 1257
merge
Mon, 06 Apr 2009 17:41:18 +0200 bump
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 17:41:18 +0200] rev 1256
bump
Mon, 06 Apr 2009 14:52:34 +0200 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 14:52:34 +0200] rev 1255
merge
Mon, 06 Apr 2009 14:27:52 +0200 fix vocabfunc signature #342646
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 06 Apr 2009 14:27:52 +0200] rev 1254
fix vocabfunc signature #342646
Mon, 06 Apr 2009 17:55:37 +0200 [doc] some improvements on Views
Emile Anclin <emile.anclin@logilab.fr> [Mon, 06 Apr 2009 17:55:37 +0200] rev 1253
[doc] some improvements on Views
Mon, 06 Apr 2009 17:22:58 +0200 check require_groups as well
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 17:22:58 +0200] rev 1252
check require_groups as well
Mon, 06 Apr 2009 16:18:46 +0200 introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 16:18:46 +0200] rev 1251
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
Mon, 06 Apr 2009 16:11:38 +0200 new recreate argument to extid2eid when an external source want to recreate entities previously imported with a predictable ext id
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 16:11:38 +0200] rev 1250
new recreate argument to extid2eid when an external source want to recreate entities previously imported with a predictable ext id
Mon, 06 Apr 2009 15:36:58 +0200 [doc] improve view explanation
Emile Anclin <emile.anclin@logilab.fr> [Mon, 06 Apr 2009 15:36:58 +0200] rev 1249
[doc] improve view explanation
Mon, 06 Apr 2009 14:43:43 +0200 only show owl action when displaying the schema view
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 14:43:43 +0200] rev 1248
only show owl action when displaying the schema view
Mon, 06 Apr 2009 14:43:23 +0200 give view when selecting actions
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 14:43:23 +0200] rev 1247
give view when selecting actions
Mon, 06 Apr 2009 12:37:45 +0200 should give entity class here tls-sprint
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 12:37:45 +0200] rev 1246
should give entity class here
Mon, 06 Apr 2009 10:08:35 +0200 Added tag cubicweb-debian-version-3_1_3-1 for changeset 9e98dec0768b
Sylvain <syt@logilab.fr> [Mon, 06 Apr 2009 10:08:35 +0200] rev 1245
Added tag cubicweb-debian-version-3_1_3-1 for changeset 9e98dec0768b
Mon, 06 Apr 2009 10:08:34 +0200 Added tag cubicweb-version-3_1_3 for changeset a5dc91adb7c1 cubicweb-debian-version-3_1_3-1
Sylvain <syt@logilab.fr> [Mon, 06 Apr 2009 10:08:34 +0200] rev 1244
Added tag cubicweb-version-3_1_3 for changeset a5dc91adb7c1
Mon, 06 Apr 2009 10:00:08 +0200 typo cubicweb-version-3_1_3
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 10:00:08 +0200] rev 1243
typo
Mon, 06 Apr 2009 09:54:40 +0200 rahhh
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 09:54:40 +0200] rev 1242
rahhh
Mon, 06 Apr 2009 08:59:12 +0200 3.1.3
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 08:59:12 +0200] rev 1241
3.1.3
Mon, 06 Apr 2009 08:58:44 +0200 restrict read perms to user on backup files
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 08:58:44 +0200] rev 1240
restrict read perms to user on backup files
Sat, 04 Apr 2009 15:48:08 +0200 remove debug stuff
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 15:48:08 +0200] rev 1239
remove debug stuff
Sat, 04 Apr 2009 15:45:57 +0200 set 30sec query cache on pyro source, important speedup for pages generating multiple time the same external query
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 15:45:57 +0200] rev 1238
set 30sec query cache on pyro source, important speedup for pages generating multiple time the same external query
Sat, 04 Apr 2009 15:16:37 +0200 more test predictability
Sylvain <syt@logilab.fr> [Sat, 04 Apr 2009 15:16:37 +0200] rev 1237
more test predictability
Sat, 04 Apr 2009 15:12:41 +0200 fix choose_term monkey-patching
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 15:12:41 +0200] rev 1236
fix choose_term monkey-patching
Sat, 04 Apr 2009 14:54:04 +0200 actually some monkey patching is still needed for predictability
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 14:54:04 +0200] rev 1235
actually some monkey patching is still needed for predictability
Mon, 06 Apr 2009 12:20:28 +0200 oops tls-sprint
sylvain.thenault@logilab.fr [Mon, 06 Apr 2009 12:20:28 +0200] rev 1234
oops
Sat, 04 Apr 2009 14:46:03 +0200 merge
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 14:46:03 +0200] rev 1233
merge
Sat, 04 Apr 2009 14:45:12 +0200 stop monkeypatching choose_term in test
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 14:45:12 +0200] rev 1232
stop monkeypatching choose_term in test
Sat, 04 Apr 2009 14:44:04 +0200 more fix of cross relation handling
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 14:44:04 +0200] rev 1231
more fix of cross relation handling
Sat, 04 Apr 2009 13:21:56 +0200 fix constant handling in sourcesterms + minor cleanup
sylvain.thenault@logilab.fr [Sat, 04 Apr 2009 13:21:56 +0200] rev 1230
fix constant handling in sourcesterms + minor cleanup
Fri, 03 Apr 2009 19:08:09 +0200 cleanup _handle_cross_relation
sylvain.thenault@logilab.fr [Fri, 03 Apr 2009 19:08:09 +0200] rev 1229
cleanup _handle_cross_relation
Fri, 03 Apr 2009 19:04:00 +0200 * refactor ms planner (renaming, reorganization)
sylvain.thenault@logilab.fr [Fri, 03 Apr 2009 19:04:00 +0200] rev 1228
* refactor ms planner (renaming, reorganization) * fix a bug originaly demonstrated by test_version_depends_on * enhance crossed relation support, though there is still some bug renaming. some tests were actually wrong. Buggy tests (wether they fail or not, they are byggy) marked by XXXFIXME)
Fri, 03 Apr 2009 11:04:27 +0200 fix : vocabulary method in StaticVocabularyConstraint class (yams.constraint.py) takes only keyword arguments
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 03 Apr 2009 11:04:27 +0200] rev 1227
fix : vocabulary method in StaticVocabularyConstraint class (yams.constraint.py) takes only keyword arguments
Thu, 02 Apr 2009 11:57:33 -0700 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 02 Apr 2009 11:57:33 -0700] rev 1226
merge
Thu, 02 Apr 2009 11:51:46 -0700 [doc] Add seperate TOC file so that it will not all being displayed in the first page but in the TOC page accessible through a link.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 02 Apr 2009 11:51:46 -0700] rev 1225
[doc] Add seperate TOC file so that it will not all being displayed in the first page but in the TOC page accessible through a link.
Thu, 02 Apr 2009 11:51:37 -0700 [doc] Change id to english.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 02 Apr 2009 11:51:37 -0700] rev 1224
[doc] Change id to english.
Thu, 02 Apr 2009 11:50:21 -0700 [doc] Adds id to be able to refer to each part.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 02 Apr 2009 11:50:21 -0700] rev 1223
[doc] Adds id to be able to refer to each part.
Thu, 02 Apr 2009 18:58:02 +0200 [doc] spelling : dictionary
Emile Anclin <emile.anclin@logilab.fr> [Thu, 02 Apr 2009 18:58:02 +0200] rev 1222
[doc] spelling : dictionary
Thu, 02 Apr 2009 18:57:24 +0200 [doc] improve Concept explainings
Emile Anclin <emile.anclin@logilab.fr> [Thu, 02 Apr 2009 18:57:24 +0200] rev 1221
[doc] improve Concept explainings
Thu, 02 Apr 2009 18:13:59 +0200 finalize Workflow definition
Emile Anclin <emile.anclin@logilab.fr> [Thu, 02 Apr 2009 18:13:59 +0200] rev 1220
finalize Workflow definition
Thu, 02 Apr 2009 18:52:08 +0200 take care, self.config may not be a server config
sylvain.thenault@logilab.fr [Thu, 02 Apr 2009 18:52:08 +0200] rev 1219
take care, self.config may not be a server config
Thu, 02 Apr 2009 17:35:03 +0200 merge should-not-be-a-branch to default. ENSURE YOUR LOCAL REPOSITORY IS IN THE default BRANCH
sylvain.thenault@logilab.fr [Thu, 02 Apr 2009 17:35:03 +0200] rev 1218
merge should-not-be-a-branch to default. ENSURE YOUR LOCAL REPOSITORY IS IN THE default BRANCH
Thu, 02 Apr 2009 17:12:25 +0200 oops, missing a not here 25480a710422
sylvain.thenault@logilab.fr [Thu, 02 Apr 2009 17:12:25 +0200] rev 1217
oops, missing a not here
Thu, 02 Apr 2009 16:07:03 +0200 small fix 25480a710422
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 02 Apr 2009 16:07:03 +0200] rev 1216
small fix
Thu, 02 Apr 2009 15:21:55 +0200 merge 25480a710422
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 02 Apr 2009 15:21:55 +0200] rev 1215
merge
Thu, 02 Apr 2009 15:21:00 +0200 removing any_rset selector to enable 'download schema owl action' to layout 894685124c68
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 02 Apr 2009 15:21:00 +0200] rev 1214
removing any_rset selector to enable 'download schema owl action' to layout in action box for schema startup view.
Thu, 02 Apr 2009 15:19:43 +0200 adding action to startup schema view. this action enables to 894685124c68
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 02 Apr 2009 15:19:43 +0200] rev 1213
adding action to startup schema view. this action enables to download owl view
Thu, 02 Apr 2009 11:50:42 +0200 [doc] RQL: a note about specifying several types
Emile Anclin <emile.anclin@logilab.fr> [Thu, 02 Apr 2009 11:50:42 +0200] rev 1212
[doc] RQL: a note about specifying several types
Thu, 02 Apr 2009 11:42:58 +0200 add the name of the currently attached file, if the file already exists (i.e in the edition form)
Stephanie Marcu <stephanie.marcu@logilab.fr> [Thu, 02 Apr 2009 11:42:58 +0200] rev 1211
add the name of the currently attached file, if the file already exists (i.e in the edition form)
Wed, 01 Apr 2009 17:53:44 -0700 [doc] Adds a short section on how to launch a blog based on the packages cubicweb and cubicweb-blog.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 01 Apr 2009 17:53:44 -0700] rev 1210
[doc] Adds a short section on how to launch a blog based on the packages cubicweb and cubicweb-blog. Needs review and renaming to follow convention if content is approved.
Wed, 01 Apr 2009 17:52:00 -0700 [doc] Simplify punctation for blocks.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 01 Apr 2009 17:52:00 -0700] rev 1209
[doc] Simplify punctation for blocks.
Wed, 01 Apr 2009 19:42:37 +0200 merge
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 19:42:37 +0200] rev 1208
merge
Wed, 01 Apr 2009 19:40:51 +0200 [doc] trying to get it a little bit more readable
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 19:40:51 +0200] rev 1207
[doc] trying to get it a little bit more readable
Wed, 01 Apr 2009 19:39:11 +0200 [doc] rewrite Workflow definition
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 19:39:11 +0200] rev 1206
[doc] rewrite Workflow definition
Wed, 01 Apr 2009 17:31:20 +0200 [doc] some more small improvements
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 17:31:20 +0200] rev 1205
[doc] some more small improvements
Wed, 01 Apr 2009 17:27:15 +0200 [doc] show full documentation depth
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 17:27:15 +0200] rev 1204
[doc] show full documentation depth
Wed, 01 Apr 2009 08:55:12 -0700 [doc] merge trouble fixed
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 01 Apr 2009 08:55:12 -0700] rev 1203
[doc] merge trouble fixed
Wed, 01 Apr 2009 08:53:12 -0700 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 01 Apr 2009 08:53:12 -0700] rev 1202
merge
Wed, 01 Apr 2009 08:41:26 -0700 [doc] Adds information about database authentication.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 01 Apr 2009 08:41:26 -0700] rev 1201
[doc] Adds information about database authentication.
Wed, 01 Apr 2009 17:26:36 +0200 merge 894685124c68
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 01 Apr 2009 17:26:36 +0200] rev 1200
merge
Wed, 01 Apr 2009 17:25:40 +0200 fixing isioc_type comment 450c435d69b9
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 01 Apr 2009 17:25:40 +0200] rev 1199
fixing isioc_type comment adding method (from existing cube blog code) to ISiocItem (isioc_replies, isioc_topics) adding method (from existing cube blog code) to ISiocContainer (isioc_items)
Wed, 01 Apr 2009 15:15:06 +0200 doubts in english: sphinx reads the comments and they appear on cwo
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 15:15:06 +0200] rev 1198
doubts in english: sphinx reads the comments and they appear on cwo
Wed, 01 Apr 2009 15:01:53 +0200 use english titles in english doc
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 15:01:53 +0200] rev 1197
use english titles in english doc
Wed, 01 Apr 2009 14:50:50 +0200 remove reference to unavailable rql-tutorial.en.txt
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 14:50:50 +0200] rev 1196
remove reference to unavailable rql-tutorial.en.txt
Wed, 01 Apr 2009 12:25:01 +0200 doc improvements
Emile Anclin <emile.anclin@logilab.fr> [Wed, 01 Apr 2009 12:25:01 +0200] rev 1195
doc improvements
Tue, 31 Mar 2009 17:09:38 +0200 optimize this code part
Graziella Toutoungis <graziella.toutoungis@logilab.fr> [Tue, 31 Mar 2009 17:09:38 +0200] rev 1194
optimize this code part
Mon, 30 Mar 2009 19:38:25 -0700 [doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 30 Mar 2009 19:38:25 -0700] rev 1193
[doc] Improve a little bit postgres configuration and environment variables set-up. Needs to be finalized.
Mon, 30 Mar 2009 12:50:01 -0700 [doc] Add set-up of environment variables.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 30 Mar 2009 12:50:01 -0700] rev 1192
[doc] Add set-up of environment variables.
Mon, 30 Mar 2009 14:27:19 +0200 remove all erudi and ginco occurences in the doc
Emile Anclin <emile.anclin@logilab.fr> [Mon, 30 Mar 2009 14:27:19 +0200] rev 1191
remove all erudi and ginco occurences in the doc
Mon, 30 Mar 2009 09:32:16 +0200 add 'disabled' in html_attributes for YesNoRadioWidget
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 30 Mar 2009 09:32:16 +0200] rev 1190
add 'disabled' in html_attributes for YesNoRadioWidget
Mon, 30 Mar 2009 01:09:16 +0200 [devtools] improve output of exlog command
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Mon, 30 Mar 2009 01:09:16 +0200] rev 1189
[devtools] improve output of exlog command
Sun, 29 Mar 2009 19:06:49 +0200 [devtools] ExamineLog command does not fail on strange input and outputs to csv
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 29 Mar 2009 19:06:49 +0200] rev 1188
[devtools] ExamineLog command does not fail on strange input and outputs to csv
Fri, 27 Mar 2009 12:27:43 +0100 do_fti should be set earlier
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:27:43 +0100] rev 1187
do_fti should be set earlier
Fri, 27 Mar 2009 17:11:02 +0100 use form.form_field_vocabulary instead of entity.vocabulary tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 17:11:02 +0100] rev 1186
use form.form_field_vocabulary instead of entity.vocabulary
Fri, 27 Mar 2009 17:10:37 +0100 avoid deprecation warning, pylint cleanup tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 17:10:37 +0100] rev 1185
avoid deprecation warning, pylint cleanup
Fri, 27 Mar 2009 17:10:11 +0100 oops, this method doesn't belong anymore to entity class tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 17:10:11 +0100] rev 1184
oops, this method doesn't belong anymore to entity class
Fri, 27 Mar 2009 17:09:43 +0100 field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 17:09:43 +0100] rev 1183
field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary
Fri, 27 Mar 2009 17:08:27 +0100 fix form instantiation tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 17:08:27 +0100] rev 1182
fix form instantiation
Fri, 27 Mar 2009 12:31:42 +0100 cleanup, various fix to get something working tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:31:42 +0100] rev 1181
cleanup, various fix to get something working
Fri, 27 Mar 2009 12:30:59 +0100 date.strftime doesn't like unicode strings tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:30:59 +0100] rev 1180
date.strftime doesn't like unicode strings
Fri, 27 Mar 2009 12:30:19 +0100 fix *relations_by_categories + rtags api/key mess tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:30:19 +0100] rev 1179
fix *relations_by_categories + rtags api/key mess
Fri, 27 Mar 2009 12:25:24 +0100 actions specific selector tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:25:24 +0100] rev 1178
actions specific selector
Fri, 27 Mar 2009 12:24:47 +0100 fix support for old __rtags__ and widgets tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:24:47 +0100] rev 1177
fix support for old __rtags__ and widgets
Fri, 27 Mar 2009 12:23:34 +0100 we have to clear _needs_iface to avoir crash on auto-reload tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:23:34 +0100] rev 1176
we have to clear _needs_iface to avoir crash on auto-reload
Fri, 27 Mar 2009 12:23:00 +0100 backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:23:00 +0100] rev 1175
backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one
Fri, 27 Mar 2009 12:20:47 +0100 missing import tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:20:47 +0100] rev 1174
missing import
Fri, 27 Mar 2009 12:17:27 +0100 forgot to add that expected method (was a function in view.__init__) tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 12:17:27 +0100] rev 1173
forgot to add that expected method (was a function in view.__init__)
Fri, 27 Mar 2009 10:22:51 +0100 remove nlp stuff tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Mar 2009 10:22:51 +0100] rev 1172
remove nlp stuff
Thu, 26 Mar 2009 18:51:43 +0100 merge
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:51:43 +0100] rev 1171
merge
Thu, 26 Mar 2009 18:51:29 +0100 refactor to avoid having to define CW_INSTANCE_DATA when CW_REGISTRY is set
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:51:29 +0100] rev 1170
refactor to avoid having to define CW_INSTANCE_DATA when CW_REGISTRY is set
Thu, 26 Mar 2009 18:21:22 +0100 somewhat handle corrupted database when manually building a database
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:21:22 +0100] rev 1169
somewhat handle corrupted database when manually building a database
Thu, 26 Mar 2009 17:18:06 +0100 improve migration doc
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 17:18:06 +0100] rev 1168
improve migration doc
Thu, 26 Mar 2009 15:18:48 +0100 merge
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 15:18:48 +0100] rev 1167
merge
Thu, 26 Mar 2009 15:13:54 +0100 some more RQL doc improvements
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 15:13:54 +0100] rev 1166
some more RQL doc improvements
Thu, 26 Mar 2009 15:03:17 +0100 Or is the french word for Gold ;)
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 15:03:17 +0100] rev 1165
Or is the french word for Gold ;)
Thu, 26 Mar 2009 11:56:08 +0100 explain cubicweb-ctl shell
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 11:56:08 +0100] rev 1164
explain cubicweb-ctl shell
Thu, 26 Mar 2009 11:43:06 +0100 doc improvements; typos
Emile Anclin <emile.anclin@logilab.fr> [Thu, 26 Mar 2009 11:43:06 +0100] rev 1163
doc improvements; typos
Thu, 26 Mar 2009 14:55:44 +0100 fix for booelan attribute which have empty string as false value and didn't work if default value for this attribute was True.
Stephanie Marcu <stephanie.marcu@logilab.fr> [Thu, 26 Mar 2009 14:55:44 +0100] rev 1162
fix for booelan attribute which have empty string as false value and didn't work if default value for this attribute was True.
Thu, 26 Mar 2009 09:09:58 +0100 ensure do_fti is true in reindex_entities
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 09:09:58 +0100] rev 1161
ensure do_fti is true in reindex_entities
Thu, 26 Mar 2009 09:08:05 +0100 new delay-full-text-indexation configuration option
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 09:08:05 +0100] rev 1160
new delay-full-text-indexation configuration option
Wed, 25 Mar 2009 16:13:23 +0100 use english example names
Emile Anclin <emile.anclin@logilab.fr> [Wed, 25 Mar 2009 16:13:23 +0100] rev 1159
use english example names
Wed, 25 Mar 2009 14:42:44 +0100 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 25 Mar 2009 14:42:44 +0100] rev 1158
merge
Wed, 25 Mar 2009 14:41:24 +0100 text_cut() accepts a gotoperiod parameter
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 25 Mar 2009 14:41:24 +0100] rev 1157
text_cut() accepts a gotoperiod parameter
Wed, 18 Mar 2009 16:27:49 +0100 [javascript] new timeline bundle
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Mar 2009 16:27:49 +0100] rev 1156
[javascript] new timeline bundle
Wed, 18 Mar 2009 16:27:29 +0100 fix copyright
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Mar 2009 16:27:29 +0100] rev 1155
fix copyright
Thu, 26 Mar 2009 21:03:20 +0100 support for old __rtags__ tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 21:03:20 +0100] rev 1154
support for old __rtags__
Thu, 26 Mar 2009 20:54:40 +0100 fix imports tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 20:54:40 +0100] rev 1153
fix imports
Thu, 26 Mar 2009 20:11:37 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 20:11:37 +0100] rev 1152
cleanup
Thu, 26 Mar 2009 20:11:20 +0100 turn old __rtags__ the new way tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 20:11:20 +0100] rev 1151
turn old __rtags__ the new way
Thu, 26 Mar 2009 19:15:57 +0100 remove rtags/methods to handle the action box from Entity, move it to the action box... tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 19:15:57 +0100] rev 1150
remove rtags/methods to handle the action box from Entity, move it to the action box...
Thu, 26 Mar 2009 19:00:20 +0100 pylint cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 19:00:20 +0100] rev 1149
pylint cleanup
Thu, 26 Mar 2009 18:59:56 +0100 keep notion of relation tags, tough with simplier implementation and usage tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:59:56 +0100] rev 1148
keep notion of relation tags, tough with simplier implementation and usage
Thu, 26 Mar 2009 18:59:01 +0100 more form works tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:59:01 +0100] rev 1147
more form works
Thu, 26 Mar 2009 18:58:14 +0100 don't kick objects accepting 'Any' tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:58:14 +0100] rev 1146
don't kick objects accepting 'Any'
Thu, 26 Mar 2009 18:57:58 +0100 rename to be clearer tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:57:58 +0100] rev 1145
rename to be clearer
Thu, 26 Mar 2009 18:54:55 +0100 move .view method on AppRsetObject, move initialize_varmaker method on View tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:54:55 +0100] rev 1144
move .view method on AppRsetObject, move initialize_varmaker method on View
Thu, 26 Mar 2009 18:54:26 +0100 change the way selected/__init__ are used for AppRsetObject tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:54:26 +0100] rev 1143
change the way selected/__init__ are used for AppRsetObject
Thu, 26 Mar 2009 18:53:14 +0100 rset may be None tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:53:14 +0100] rev 1142
rset may be None
Thu, 26 Mar 2009 18:53:03 +0100 import location changed tls-sprint
sylvain.thenault@logilab.fr [Thu, 26 Mar 2009 18:53:03 +0100] rev 1141
import location changed
Wed, 25 Mar 2009 11:06:35 +0100 please stop/read carefully dumb copy / past
sylvain.thenault@logilab.fr [Wed, 25 Mar 2009 11:06:35 +0100] rev 1140
please stop/read carefully dumb copy / past
Wed, 25 Mar 2009 11:06:05 +0100 try to fix rss feed, but author still does'nt show up...
sylvain.thenault@logilab.fr [Wed, 25 Mar 2009 11:06:05 +0100] rev 1139
try to fix rss feed, but author still does'nt show up...
Wed, 25 Mar 2009 10:40:22 +0100 make pylint happy, fix some bugs on the way tls-sprint
sylvain.thenault@logilab.fr [Wed, 25 Mar 2009 10:40:22 +0100] rev 1138
make pylint happy, fix some bugs on the way
Tue, 24 Mar 2009 11:58:35 +0100 ensure we have a path set before creating the database
sylvain.thenault@logilab.fr [Tue, 24 Mar 2009 11:58:35 +0100] rev 1137
ensure we have a path set before creating the database
Mon, 23 Mar 2009 14:29:57 +0100 rename "adresse" into "adresse électronique"
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 23 Mar 2009 14:29:57 +0100] rev 1136
rename "adresse" into "adresse électronique"
Mon, 23 Mar 2009 18:53:53 +0100 pylint detected errors tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 18:53:53 +0100] rev 1135
pylint detected errors
Mon, 23 Mar 2009 18:20:23 +0100 remove some bw compat code tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 18:20:23 +0100] rev 1134
remove some bw compat code
Mon, 23 Mar 2009 18:13:34 +0100 more linting tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 18:13:34 +0100] rev 1133
more linting
Mon, 23 Mar 2009 17:55:59 +0100 pylint cleanup tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 17:55:59 +0100] rev 1132
pylint cleanup
Mon, 23 Mar 2009 17:38:30 +0100 pylint cleanup, no more need for mx datetime conversion tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 17:38:30 +0100] rev 1131
pylint cleanup, no more need for mx datetime conversion
Mon, 23 Mar 2009 13:07:26 +0100 should call clear, not empth (thanks pylint) tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 13:07:26 +0100] rev 1130
should call clear, not empth (thanks pylint)
Mon, 23 Mar 2009 13:07:02 +0100 remove some old bw compat code tls-sprint
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 13:07:02 +0100] rev 1129
remove some old bw compat code
Mon, 23 Mar 2009 11:26:25 +0100 merge
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 11:26:25 +0100] rev 1128
merge
Fri, 20 Mar 2009 15:08:18 +0100 merge 1fbeb11a27a3
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 20 Mar 2009 15:08:18 +0100] rev 1127
merge
Fri, 20 Mar 2009 15:06:49 +0100 fixing context. 1fbeb11a27a3
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 20 Mar 2009 15:06:49 +0100] rev 1126
fixing context.
Fri, 20 Mar 2009 14:52:33 +0100 refactoring RssItemView.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 20 Mar 2009 14:52:33 +0100] rev 1125
refactoring RssItemView.
Mon, 23 Mar 2009 11:26:09 +0100 copyright update
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 11:26:09 +0100] rev 1124
copyright update
Mon, 23 Mar 2009 11:25:57 +0100 catch UnknownEid and set empty solutions on select nodes
sylvain.thenault@logilab.fr [Mon, 23 Mar 2009 11:25:57 +0100] rev 1123
catch UnknownEid and set empty solutions on select nodes
Fri, 20 Mar 2009 14:23:08 +0100 fix rql2sq w/ outer join on subquery result
sylvain.thenault@logilab.fr [Fri, 20 Mar 2009 14:23:08 +0100] rev 1122
fix rql2sq w/ outer join on subquery result
Fri, 20 Mar 2009 14:01:11 +0100 one more test, but skipped in it may be a won't fix
sylvain.thenault@logilab.fr [Fri, 20 Mar 2009 14:01:11 +0100] rev 1121
one more test, but skipped in it may be a won't fix
Fri, 20 Mar 2009 12:51:39 +0100 fix ms planning w/ relation constraint propagation
sylvain.thenault@logilab.fr [Fri, 20 Mar 2009 12:51:39 +0100] rev 1120
fix ms planning w/ relation constraint propagation
Fri, 20 Mar 2009 09:15:14 +0100 should not close the main connection
sylvain.thenault@logilab.fr [Fri, 20 Mar 2009 09:15:14 +0100] rev 1119
should not close the main connection
Fri, 20 Mar 2009 09:15:06 +0100 use critical severity so it shows up during test execution
sylvain.thenault@logilab.fr [Fri, 20 Mar 2009 09:15:06 +0100] rev 1118
use critical severity so it shows up during test execution
Wed, 18 Mar 2009 15:09:31 +0100 define an IFRAME function to fix a bug on IE6 and IE7 to avoid to open a new window
Stephanie Marcu <stephanie.marcu@logilab.fr> [Wed, 18 Mar 2009 15:09:31 +0100] rev 1117
define an IFRAME function to fix a bug on IE6 and IE7 to avoid to open a new window
Tue, 17 Mar 2009 19:28:11 +0100 fix dumb name error, should call cubes_search_path, not cubes_path
sylvain.thenault@logilab.fr [Tue, 17 Mar 2009 19:28:11 +0100] rev 1116
fix dumb name error, should call cubes_search_path, not cubes_path
Fri, 13 Mar 2009 11:07:47 +0100 typos
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 13 Mar 2009 11:07:47 +0100] rev 1115
typos
Fri, 13 Mar 2009 11:07:16 +0100 [workflow] better crash on programming error than silently swallow things (needs review)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 13 Mar 2009 11:07:16 +0100] rev 1114
[workflow] better crash on programming error than silently swallow things (needs review)
Fri, 13 Mar 2009 11:06:21 +0100 [boxes] that looked like a redundant call (needs review)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 13 Mar 2009 11:06:21 +0100] rev 1113
[boxes] that looked like a redundant call (needs review)
Fri, 13 Mar 2009 11:05:37 +0100 [tabs] don't spin madly when called in ajaxy/facet context; defer to default view
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 13 Mar 2009 11:05:37 +0100] rev 1112
[tabs] don't spin madly when called in ajaxy/facet context; defer to default view
Thu, 12 Mar 2009 20:46:30 +0100 fix test: form_add_entity_hiddens *must* be called before build context, resulting in slightly different outputs... tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 20:46:30 +0100] rev 1111
fix test: form_add_entity_hiddens *must* be called before build context, resulting in slightly different outputs...
Thu, 12 Mar 2009 20:45:39 +0100 fix password widget: do not duplicate dom id, fix confirm field name tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 20:45:39 +0100] rev 1110
fix password widget: do not duplicate dom id, fix confirm field name
Thu, 12 Mar 2009 20:45:13 +0100 display_field takes form as argument tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 20:45:13 +0100] rev 1109
display_field takes form as argument
Thu, 12 Mar 2009 20:44:58 +0100 give field id in __repr__ tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 20:44:58 +0100] rev 1108
give field id in __repr__
Thu, 12 Mar 2009 20:07:20 +0100 has_metadata is a schema method tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 20:07:20 +0100] rev 1107
has_metadata is a schema method
Thu, 12 Mar 2009 15:18:54 +0100 fix newcube command to deal with cubes path
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 15:18:54 +0100] rev 1106
fix newcube command to deal with cubes path
Thu, 12 Mar 2009 15:12:33 +0100 drop useless and buggy statement
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 15:12:33 +0100] rev 1105
drop useless and buggy statement
Thu, 12 Mar 2009 19:58:58 +0100 more guess_field tests and fixes tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:58:58 +0100] rev 1104
more guess_field tests and fixes
Thu, 12 Mar 2009 19:44:05 +0100 NAV_FORM_PARAMETERS should be a tuple tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:44:05 +0100] rev 1103
NAV_FORM_PARAMETERS should be a tuple
Thu, 12 Mar 2009 19:43:44 +0100 some test for meta attributes (XXX should be in yams) tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:43:44 +0100] rev 1102
some test for meta attributes (XXX should be in yams)
Thu, 12 Mar 2009 19:39:34 +0100 unification of meta-attributes handling: tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 19:39:34 +0100] rev 1101
unification of meta-attributes handling: * remove has_format, has_text_encoding, format, text_encoding methods on Entity * remove rich_text_fields method on EntitySchema * use instead has_metadata / meta_attribute on EntitySchema (from yams) and attribute_metadata on Entity
Thu, 12 Mar 2009 18:41:26 +0100 fix format_field detection for fields not using FormatConstraint tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:41:26 +0100] rev 1100
fix format_field detection for fields not using FormatConstraint
Thu, 12 Mar 2009 18:40:56 +0100 backport has_format method from entity tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:40:56 +0100] rev 1099
backport has_format method from entity
Thu, 12 Mar 2009 18:40:24 +0100 * turn tidy_html_hook into a regular application hook tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 18:40:24 +0100] rev 1098
* turn tidy_html_hook into a regular application hook * use format_fields instead of formatted_attrs method * drop formatted_attrs
Thu, 12 Mar 2009 16:34:13 +0100 pylint fixes, media definitions on form as well tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:34:13 +0100] rev 1097
pylint fixes, media definitions on form as well
Thu, 12 Mar 2009 16:33:47 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:33:47 +0100] rev 1096
cleanup
Thu, 12 Mar 2009 16:33:29 +0100 test and fix guess_field, some pylint fixes tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:33:29 +0100] rev 1095
test and fix guess_field, some pylint fixes
Thu, 12 Mar 2009 16:32:19 +0100 moved to xmlrss tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:19 +0100] rev 1094
moved to xmlrss
Thu, 12 Mar 2009 16:32:12 +0100 typo tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:12 +0100] rev 1093
typo
Thu, 12 Mar 2009 16:32:01 +0100 process_rql now done in the controller tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:32:01 +0100] rev 1092
process_rql now done in the controller
Thu, 12 Mar 2009 16:29:00 +0100 a bit of reorganisation inside web/views: tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:29:00 +0100] rev 1091
a bit of reorganisation inside web/views: * move all workflow related stuff into views/workflow.py * move all schema related stuff into views/schema.py * move all RSS related stuff into views/xmlrss.py * start new editforms module, designed to contains new automatic forms code
Thu, 12 Mar 2009 16:23:31 +0100 move has_format method to the entity schema class tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:23:31 +0100] rev 1090
move has_format method to the entity schema class
Thu, 12 Mar 2009 16:23:00 +0100 update dependencies so we don't forget tls-sprint
sylvain.thenault@logilab.fr [Thu, 12 Mar 2009 16:23:00 +0100] rev 1089
update dependencies so we don't forget
Thu, 12 Mar 2009 09:29:32 +0100 commit pending work (started in TLS): starting to implement Creation/Edition form with new form API tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 12 Mar 2009 09:29:32 +0100] rev 1088
commit pending work (started in TLS): starting to implement Creation/Edition form with new form API
Wed, 11 Mar 2009 23:29:21 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:29:21 +0100] rev 1087
cleanup
Wed, 11 Mar 2009 23:29:08 +0100 move get_widget in the to-deprecate section tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:29:08 +0100] rev 1086
move get_widget in the to-deprecate section
Wed, 11 Mar 2009 23:28:39 +0100 api update tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:28:39 +0100] rev 1085
api update
Wed, 11 Mar 2009 23:28:31 +0100 rewrite inline edition form to use new form system (proof of concept, require the edition form working which is not yet done) tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:28:31 +0100] rev 1084
rewrite inline edition form to use new form system (proof of concept, require the edition form working which is not yet done)
Wed, 11 Mar 2009 23:27:10 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:27:10 +0100] rev 1083
cleanup
Wed, 11 Mar 2009 23:26:39 +0100 more rendering control tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:26:39 +0100] rev 1082
more rendering control
Wed, 11 Mar 2009 23:25:29 +0100 move fields and widgets to their own module tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 23:25:29 +0100] rev 1081
move fields and widgets to their own module
Wed, 11 Mar 2009 19:56:46 +0100 should not give session as cnx.cursor(), else we may try to execute some query while no pool is set on the session
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:56:46 +0100] rev 1080
should not give session as cnx.cursor(), else we may try to execute some query while no pool is set on the session
Wed, 11 Mar 2009 16:28:49 +0100 backport typo fix
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Mar 2009 16:28:49 +0100] rev 1079
backport typo fix
Wed, 11 Mar 2009 14:36:26 +0100 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 11 Mar 2009 14:36:26 +0100] rev 1078
merge
Wed, 11 Mar 2009 14:34:55 +0100 cleaning css
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 11 Mar 2009 14:34:55 +0100] rev 1077
cleaning css
Wed, 11 Mar 2009 14:34:35 +0100 new image for unchecked state
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 11 Mar 2009 14:34:35 +0100] rev 1076
new image for unchecked state
Wed, 11 Mar 2009 14:33:55 +0100 update
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 11 Mar 2009 14:33:55 +0100] rev 1075
update
Wed, 11 Mar 2009 19:54:30 +0100 new style massmailing view tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:54:30 +0100] rev 1074
new style massmailing view
Wed, 11 Mar 2009 19:54:03 +0100 refactor to ease overriding tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:54:03 +0100] rev 1073
refactor to ease overriding
Wed, 11 Mar 2009 19:53:39 +0100 unnecessary tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:53:39 +0100] rev 1072
unnecessary
Wed, 11 Mar 2009 19:53:23 +0100 must record creation rank as an instance attribute tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:53:23 +0100] rev 1071
must record creation rank as an instance attribute
Wed, 11 Mar 2009 19:52:52 +0100 if choices is None, call form_field_vocabulary tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:52:52 +0100] rev 1070
if choices is None, call form_field_vocabulary
Wed, 11 Mar 2009 19:51:50 +0100 new AjaxWidget tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:51:50 +0100] rev 1069
new AjaxWidget
Wed, 11 Mar 2009 19:51:27 +0100 not necesary (i think) tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:51:27 +0100] rev 1068
not necesary (i think)
Wed, 11 Mar 2009 19:51:08 +0100 checkbox widget should use vocabulary tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:51:08 +0100] rev 1067
checkbox widget should use vocabulary
Wed, 11 Mar 2009 19:50:33 +0100 oops, select_object is a vreg method... tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:50:33 +0100] rev 1066
oops, select_object is a vreg method...
Wed, 11 Mar 2009 19:50:05 +0100 simple div tag tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 19:50:05 +0100] rev 1065
simple div tag
Wed, 11 Mar 2009 14:39:46 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:39:46 +0100] rev 1064
cleanup
Wed, 11 Mar 2009 14:39:42 +0100 implement vocabulary for Boolean field tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:39:42 +0100] rev 1063
implement vocabulary for Boolean field
Wed, 11 Mar 2009 14:39:15 +0100 EditableFileField tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:39:15 +0100] rev 1062
EditableFileField
Wed, 11 Mar 2009 14:38:44 +0100 * new load_bytes argument to form_field_value tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:38:44 +0100] rev 1061
* new load_bytes argument to form_field_value * new form_field_encoding method * rename form_field_entity_value so we know it's a protected method
Wed, 11 Mar 2009 14:37:22 +0100 rename method to form_field_format tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:37:22 +0100] rev 1060
rename method to form_field_format
Wed, 11 Mar 2009 14:36:17 +0100 test fixes tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:36:17 +0100] rev 1059
test fixes
Wed, 11 Mar 2009 14:34:27 +0100 field_by_name method (on class or instance) tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:34:27 +0100] rev 1058
field_by_name method (on class or instance)
Wed, 11 Mar 2009 14:33:26 +0100 actual fields test, though it's still to early for form tests tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 14:33:26 +0100] rev 1057
actual fields test, though it's still to early for form tests
Wed, 11 Mar 2009 11:51:52 +0100 radio widget tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:51:52 +0100] rev 1056
radio widget
Wed, 11 Mar 2009 11:34:46 +0100 set tabindex tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:34:46 +0100] rev 1055
set tabindex
Wed, 11 Mar 2009 11:34:15 +0100 allow arbitrary arguments tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:34:15 +0100] rev 1054
allow arbitrary arguments
Wed, 11 Mar 2009 11:19:23 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:19:23 +0100] rev 1053
cleanup
Wed, 11 Mar 2009 11:18:57 +0100 use assertTextEquals tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:18:57 +0100] rev 1052
use assertTextEquals
Wed, 11 Mar 2009 11:18:27 +0100 require trcomment initial value tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:18:27 +0100] rev 1051
require trcomment initial value
Wed, 11 Mar 2009 11:17:45 +0100 expand onsubmit using form's __dict__ tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:17:45 +0100] rev 1050
expand onsubmit using form's __dict__
Wed, 11 Mar 2009 11:16:48 +0100 fix attribute name for object relation tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:16:48 +0100] rev 1049
fix attribute name for object relation
Wed, 11 Mar 2009 11:15:59 +0100 fix format field vocabulary tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:15:59 +0100] rev 1048
fix format field vocabulary
Wed, 11 Mar 2009 11:15:08 +0100 make forms selectable (appobject) tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:15:08 +0100] rev 1047
make forms selectable (appobject)
Wed, 11 Mar 2009 11:13:41 +0100 simplify registry options to disable some appobjects to use a single option tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:13:41 +0100] rev 1046
simplify registry options to disable some appobjects to use a single option
Wed, 11 Mar 2009 11:02:32 +0100 accept req as parameter for convenience tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:02:32 +0100] rev 1045
accept req as parameter for convenience
Wed, 11 Mar 2009 11:01:52 +0100 print message to help debugging selector on error tls-sprint
sylvain.thenault@logilab.fr [Wed, 11 Mar 2009 11:01:52 +0100] rev 1044
print message to help debugging selector on error
Tue, 10 Mar 2009 17:37:39 +0100 remove debug statement
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 10 Mar 2009 17:37:39 +0100] rev 1043
remove debug statement
Tue, 10 Mar 2009 15:46:51 +0100 Added tag cubicweb-debian-version-3_1_2-1 for changeset a823124b812f
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Mar 2009 15:46:51 +0100] rev 1042
Added tag cubicweb-debian-version-3_1_2-1 for changeset a823124b812f
Tue, 10 Mar 2009 15:46:48 +0100 Added tag cubicweb-version-3_1_2 for changeset a9ba200ab150 cubicweb-debian-version-3_1_2-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Mar 2009 15:46:48 +0100] rev 1041
Added tag cubicweb-version-3_1_2 for changeset a9ba200ab150
Tue, 10 Mar 2009 15:46:23 +0100 bump cubicweb-version-3_1_2
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Mar 2009 15:46:23 +0100] rev 1040
bump
Tue, 10 Mar 2009 14:34:03 +0100 typo
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Mar 2009 14:34:03 +0100] rev 1039
typo
Tue, 10 Mar 2009 19:36:21 +0100 test fix tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 19:36:21 +0100] rev 1038
test fix
Tue, 10 Mar 2009 19:36:16 +0100 don't fail if vobjects reference an unexistant class tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 19:36:16 +0100] rev 1037
don't fail if vobjects reference an unexistant class
Tue, 10 Mar 2009 19:35:38 +0100 when reading the schema while adding/removing cubes, read schema in non-strict mode tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 19:35:38 +0100] rev 1036
when reading the schema while adding/removing cubes, read schema in non-strict mode
Tue, 10 Mar 2009 19:35:15 +0100 support yams'construction_mode tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 19:35:15 +0100] rev 1035
support yams'construction_mode
Tue, 10 Mar 2009 19:34:35 +0100 fix to pass arguments to base class tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 19:34:35 +0100] rev 1034
fix to pass arguments to base class
Tue, 10 Mar 2009 15:40:09 +0100 more datetime fixes and cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:40:09 +0100] rev 1033
more datetime fixes and cleanup
Tue, 10 Mar 2009 15:39:53 +0100 by default, don't set id attribute for hidden inputs tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:39:53 +0100] rev 1032
by default, don't set id attribute for hidden inputs
Tue, 10 Mar 2009 15:39:23 +0100 restore limit on form_field_vocabulary, actually used tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:39:23 +0100] rev 1031
restore limit on form_field_vocabulary, actually used
Tue, 10 Mar 2009 12:56:26 +0100 update license, specify which the version of LGPL under which the code is provided
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 10 Mar 2009 12:56:26 +0100] rev 1030
update license, specify which the version of LGPL under which the code is provided
Tue, 10 Mar 2009 11:47:40 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Mar 2009 11:47:40 +0100] rev 1029
merge
Mon, 09 Mar 2009 18:53:10 +0100 Added tag cubicweb-debian-version-3_1_1-1 for changeset dfaedb0bba88
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:53:10 +0100] rev 1028
Added tag cubicweb-debian-version-3_1_1-1 for changeset dfaedb0bba88
Mon, 09 Mar 2009 18:53:09 +0100 Added tag cubicweb-version-3_1_1 for changeset ce8094084165 cubicweb-debian-version-3_1_1-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:53:09 +0100] rev 1027
Added tag cubicweb-version-3_1_1 for changeset ce8094084165
Tue, 10 Mar 2009 15:18:04 +0100 avoid deprecation warning tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:18:04 +0100] rev 1026
avoid deprecation warning
Tue, 10 Mar 2009 15:17:55 +0100 some datetime fixes tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:17:55 +0100] rev 1025
some datetime fixes
Tue, 10 Mar 2009 15:17:40 +0100 remove unused working_hours function, new todate function since we can't compare date and datetime objects tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 15:17:40 +0100] rev 1024
remove unused working_hours function, new todate function since we can't compare date and datetime objects
Tue, 10 Mar 2009 09:41:04 +0100 fix sys.path adjustment
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 10 Mar 2009 09:41:04 +0100] rev 1023
fix sys.path adjustment
Tue, 10 Mar 2009 09:39:23 +0100 copyright / license update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 10 Mar 2009 09:39:23 +0100] rev 1022
copyright / license update
Mon, 09 Mar 2009 18:52:48 +0100 fix maintainer (acording to lgp) cubicweb-version-3_1_1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:52:48 +0100] rev 1021
fix maintainer (acording to lgp)
Mon, 09 Mar 2009 18:49:45 +0100 uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:49:45 +0100] rev 1020
uploaders update, cleanup
Mon, 09 Mar 2009 18:44:58 +0100 remove trailing space
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:44:58 +0100] rev 1019
remove trailing space
Mon, 09 Mar 2009 18:41:38 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:41:38 +0100] rev 1018
merge
Mon, 09 Mar 2009 18:40:56 +0100 bump
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Mar 2009 18:40:56 +0100] rev 1017
bump
Tue, 10 Mar 2009 11:35:52 +0100 use datetime instead of mx.DateTime tls-sprint
sylvain.thenault@logilab.fr [Tue, 10 Mar 2009 11:35:52 +0100] rev 1016
use datetime instead of mx.DateTime
Mon, 09 Mar 2009 13:04:32 +0100 search for cubes in a list of directories
sylvain.thenault@logilab.fr [Mon, 09 Mar 2009 13:04:32 +0100] rev 1015
search for cubes in a list of directories
Mon, 09 Mar 2009 12:12:53 +0100 fix name error tls-sprint
sylvain.thenault@logilab.fr [Mon, 09 Mar 2009 12:12:53 +0100] rev 1014
fix name error
Wed, 04 Mar 2009 19:04:44 +0100 add a use_fckeditor method on http request tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 19:04:44 +0100] rev 1013
add a use_fckeditor method on http request
Wed, 04 Mar 2009 19:04:19 +0100 fix expected types tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 19:04:19 +0100] rev 1012
fix expected types
Wed, 04 Mar 2009 18:50:13 +0100 fix w/ rset with more than one column tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 18:50:13 +0100] rev 1011
fix w/ rset with more than one column
Wed, 04 Mar 2009 18:49:58 +0100 should check fckeditor is installed before using the property tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 18:49:58 +0100] rev 1010
should check fckeditor is installed before using the property
Wed, 04 Mar 2009 18:49:36 +0100 typos, backport comment tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 18:49:36 +0100] rev 1009
typos, backport comment
Wed, 04 Mar 2009 17:27:21 +0100 bw compat for vocabulary using new form tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 17:27:21 +0100] rev 1008
bw compat for vocabulary using new form
Wed, 04 Mar 2009 17:27:01 +0100 typo, don't give treeid as argument to treeitemview (XXX auc?) tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 17:27:01 +0100] rev 1007
typo, don't give treeid as argument to treeitemview (XXX auc?)
Wed, 04 Mar 2009 17:12:28 +0100 backport default branch tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 17:12:28 +0100] rev 1006
backport default branch
Wed, 04 Mar 2009 17:09:10 +0100 should not close main connexion tls-sprint
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 17:09:10 +0100] rev 1005
should not close main connexion
Wed, 04 Mar 2009 16:53:10 +0100 fix automatic test: ensure we actually have
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 04 Mar 2009 16:53:10 +0100] rev 1004
fix automatic test: ensure we actually have rset of the expected size (1 or 10)
Wed, 04 Mar 2009 13:25:51 +0100 merge
sylvain.thenault@logilab.fr [Wed, 04 Mar 2009 13:25:51 +0100] rev 1003
merge
Tue, 03 Mar 2009 18:44:19 +0100 [i18n] duplicate entry in es.po : makes i18ncompile fail
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 18:44:19 +0100] rev 1002
[i18n] duplicate entry in es.po : makes i18ncompile fail
Tue, 03 Mar 2009 16:12:46 +0100 [treeview] uuid is not available in the stdlib before python 2.5
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 16:12:46 +0100] rev 1001
[treeview] uuid is not available in the stdlib before python 2.5
Tue, 03 Mar 2009 15:16:04 +0100 [tabs] from rev 917 - got lost in a merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 15:16:04 +0100] rev 1000
[tabs] from rev 917 - got lost in a merge
Tue, 03 Mar 2009 15:06:03 +0100 merge treeview-tabs into default (for 3.1.1)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 15:06:03 +0100] rev 999
merge treeview-tabs into default (for 3.1.1)
Tue, 03 Mar 2009 14:54:31 +0100 [treeview] if the client is not interested in maintaining the tree state across page reloads, we must provide a treeid treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 14:54:31 +0100] rev 998
[treeview] if the client is not interested in maintaining the tree state across page reloads, we must provide a treeid
Tue, 03 Mar 2009 12:57:25 +0100 [tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176 treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 03 Mar 2009 12:57:25 +0100] rev 997
[tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176
Tue, 03 Mar 2009 09:59:58 +0100 sourcecode directive
sylvain.thenault@logilab.fr [Tue, 03 Mar 2009 09:59:58 +0100] rev 996
sourcecode directive
Tue, 03 Mar 2009 09:40:11 +0100 fix duplicated msgid
sylvain.thenault@logilab.fr [Tue, 03 Mar 2009 09:40:11 +0100] rev 995
fix duplicated msgid
Mon, 02 Mar 2009 14:31:40 +0100 removing useless method (bis)
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Mar 2009 14:31:40 +0100] rev 994
removing useless method (bis)
Mon, 02 Mar 2009 14:27:31 +0100 removing useless method for interfaces ISiocItem and ISiocContainer.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Mar 2009 14:27:31 +0100] rev 993
removing useless method for interfaces ISiocItem and ISiocContainer.
Mon, 02 Mar 2009 11:08:33 +0100 call postAjaxLoad in addInlineCreationForm javascript function in order to call buildWysiwygEditors when a section of the page is reloaded
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 02 Mar 2009 11:08:33 +0100] rev 992
call postAjaxLoad in addInlineCreationForm javascript function in order to call buildWysiwygEditors when a section of the page is reloaded
Mon, 02 Mar 2009 10:17:27 +0100 correction (removing comments)
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Mar 2009 10:17:27 +0100] rev 991
correction (removing comments)
Fri, 27 Feb 2009 17:32:44 +0100 ISiocItem is an interface that is implemented by 'post' entities (in sioc specification) i.e blogentry, mail ...
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 27 Feb 2009 17:32:44 +0100] rev 990
ISiocItem is an interface that is implemented by 'post' entities (in sioc specification) i.e blogentry, mail ... IsiocContainer is an interface that is implemented by 'container' entities (see sioc specification) i.e blog, mailthread ...
Fri, 27 Feb 2009 17:29:08 +0100 primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 27 Feb 2009 17:29:08 +0100] rev 989
primaryRight class is a div that contains right boxes (if there is)
Fri, 27 Feb 2009 17:27:21 +0100 remplacing tables by div for right (and left) box layout
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 27 Feb 2009 17:27:21 +0100] rev 988
remplacing tables by div for right (and left) box layout
Mon, 02 Mar 2009 21:06:56 +0100 missing paren tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 21:06:56 +0100] rev 987
missing paren
Mon, 02 Mar 2009 21:04:36 +0100 oops, missed one conflict tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 21:04:36 +0100] rev 986
oops, missed one conflict
Mon, 02 Mar 2009 21:03:54 +0100 backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 21:03:54 +0100] rev 985
backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for...
Mon, 02 Mar 2009 20:44:14 +0100 import updates tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 20:44:14 +0100] rev 984
import updates
Mon, 02 Mar 2009 20:43:58 +0100 allow to pass attrs as argument explicitly tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 20:43:58 +0100] rev 983
allow to pass attrs as argument explicitly
Mon, 02 Mar 2009 20:43:08 +0100 rename EntityRelatedTab into EntityRelationView, some fixes tls-sprint
sylvain.thenault@logilab.fr [Mon, 02 Mar 2009 20:43:08 +0100] rev 982
rename EntityRelatedTab into EntityRelationView, some fixes
Fri, 27 Feb 2009 16:17:06 +0100 fix some imports, update treeview for 3.2 tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Feb 2009 16:17:06 +0100] rev 981
fix some imports, update treeview for 3.2
Fri, 27 Feb 2009 16:16:33 +0100 more tags, map klass -> class avoiding needs to use **dict tls-sprint
sylvain.thenault@logilab.fr [Fri, 27 Feb 2009 16:16:33 +0100] rev 980
more tags, map klass -> class avoiding needs to use **dict
Fri, 27 Feb 2009 09:59:53 +0100 add an XX message to remember to correct the bug: if a rtag is redefined in a subclass, the rtag of the base class overwrite the rtag of the subclass
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 27 Feb 2009 09:59:53 +0100] rev 979
add an XX message to remember to correct the bug: if a rtag is redefined in a subclass, the rtag of the base class overwrite the rtag of the subclass
Thu, 26 Feb 2009 14:01:00 +0100 use non-breakable space in time display
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 14:01:00 +0100] rev 978
use non-breakable space in time display
Thu, 26 Feb 2009 13:45:14 +0100 fix freezeFormButtons function
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:45:14 +0100] rev 977
fix freezeFormButtons function
Thu, 26 Feb 2009 13:31:29 +0100 should use .cnx, not ._cnx
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:31:29 +0100] rev 976
should use .cnx, not ._cnx
Thu, 26 Feb 2009 13:31:13 +0100 fix ldapsource w/ restriction on unsupported relation (return no results in that case)
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:31:13 +0100] rev 975
fix ldapsource w/ restriction on unsupported relation (return no results in that case)
Thu, 26 Feb 2009 13:12:39 +0100 update copyright
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:12:39 +0100] rev 974
update copyright
Thu, 26 Feb 2009 13:12:21 +0100 assert session has a pool set on error
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:12:21 +0100] rev 973
assert session has a pool set on error
Thu, 26 Feb 2009 13:12:04 +0100 set_state command in shell
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:12:04 +0100] rev 972
set_state command in shell
Thu, 26 Feb 2009 13:10:33 +0100 fix .cnxid of RepositoryBasedTC to be actual cnx id...
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 13:10:33 +0100] rev 971
fix .cnxid of RepositoryBasedTC to be actual cnx id...
Thu, 26 Feb 2009 12:44:15 +0100 add test for some WorkfloableMixIn methods
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 12:44:15 +0100] rev 970
add test for some WorkfloableMixIn methods
Thu, 26 Feb 2009 12:33:45 +0100 missing form.css in change state and delete confirmation forms
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 12:33:45 +0100] rev 969
missing form.css in change state and delete confirmation forms
Thu, 26 Feb 2009 12:30:42 +0100 fix dependencies
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 12:30:42 +0100] rev 968
fix dependencies
Thu, 26 Feb 2009 12:30:16 +0100 fix #171339
sylvain.thenault@logilab.fr [Thu, 26 Feb 2009 12:30:16 +0100] rev 967
fix #171339
Wed, 25 Feb 2009 19:00:30 +0100 Added tag cubicweb-debian-version-3_1_0-1 for changeset dd3efdf58d28
Sylvain <syt@logilab.fr> [Wed, 25 Feb 2009 19:00:30 +0100] rev 966
Added tag cubicweb-debian-version-3_1_0-1 for changeset dd3efdf58d28
Wed, 25 Feb 2009 19:00:29 +0100 Added tag cubicweb-version-3_1_0 for changeset a711c7c185d1 cubicweb-debian-version-3_1_0-1
Sylvain <syt@logilab.fr> [Wed, 25 Feb 2009 19:00:29 +0100] rev 965
Added tag cubicweb-version-3_1_0 for changeset a711c7c185d1
Wed, 25 Feb 2009 18:54:51 +0100 gargl, this shouldn't be there in case we're running py 2.4 cubicweb-version-3_1_0
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:54:51 +0100] rev 964
gargl, this shouldn't be there in case we're running py 2.4
Wed, 25 Feb 2009 18:42:05 +0100 3.1
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:42:05 +0100] rev 963
3.1
Wed, 25 Feb 2009 18:41:24 +0100 accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:41:24 +0100] rev 962
accepts Any by default (not sure it's necessary though, anyway it will be reomved in 3.2
Wed, 25 Feb 2009 18:40:42 +0100 typo
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:40:42 +0100] rev 961
typo
Wed, 25 Feb 2009 18:40:36 +0100 oops, I though those methods had been tested, seems not...
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:40:36 +0100] rev 960
oops, I though those methods had been tested, seems not...
Wed, 25 Feb 2009 18:40:06 +0100 don't need to cache all those properties, only progress_info should be cached
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:40:06 +0100] rev 959
don't need to cache all those properties, only progress_info should be cached
Wed, 25 Feb 2009 18:39:21 +0100 fix name error, filter out non empty rset
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 18:39:21 +0100] rev 958
fix name error, filter out non empty rset
Wed, 25 Feb 2009 15:55:39 +0100 don't show download box nor download link for images, by default hide name attribute even if not specified in the interface
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 15:55:39 +0100] rev 957
don't show download box nor download link for images, by default hide name attribute even if not specified in the interface
Wed, 25 Feb 2009 15:54:55 +0100 title may be None
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 15:54:55 +0100] rev 956
title may be None
Wed, 25 Feb 2009 15:54:44 +0100 round corders on ajax loads
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 15:54:44 +0100] rev 955
round corders on ajax loads
Wed, 25 Feb 2009 11:03:22 +0100 i18n update
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 11:03:22 +0100] rev 954
i18n update
Wed, 25 Feb 2009 11:02:59 +0100 xhtml fixes: table has no align attribute, avoid inserting empty table
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 11:02:59 +0100] rev 953
xhtml fixes: table has no align attribute, avoid inserting empty table
Wed, 25 Feb 2009 11:02:14 +0100 teardown_module now gets test results as arguement
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 11:02:14 +0100] rev 952
teardown_module now gets test results as arguement
Wed, 25 Feb 2009 11:01:50 +0100 properly init yams loader
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 11:01:50 +0100] rev 951
properly init yams loader
Wed, 25 Feb 2009 11:01:27 +0100 require unicode
sylvain.thenault@logilab.fr [Wed, 25 Feb 2009 11:01:27 +0100] rev 950
require unicode
Wed, 25 Feb 2009 09:30:30 +0100 fix in facets (avoid to have an horizontal space between facets when facets are unfold)
Stephanie Marcu <stephanie.marcu@logilab.fr> [Wed, 25 Feb 2009 09:30:30 +0100] rev 949
fix in facets (avoid to have an horizontal space between facets when facets are unfold)
Tue, 24 Feb 2009 20:59:46 +0100 merge
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 20:59:46 +0100] rev 948
merge
Tue, 24 Feb 2009 17:20:04 +0100 [registration] comment out until there is more meat tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 17:20:04 +0100] rev 947
[registration] comment out until there is more meat
Tue, 24 Feb 2009 17:13:46 +0100 [selectors] _needs real fix_ whack 'till it works for me tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 17:13:46 +0100] rev 946
[selectors] _needs real fix_ whack 'till it works for me
Tue, 24 Feb 2009 17:12:24 +0100 missing import tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 17:12:24 +0100] rev 945
missing import
Tue, 24 Feb 2009 16:24:22 +0100 [forms] a note (understanding the cause would be nice) tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 16:24:22 +0100] rev 944
[forms] a note (understanding the cause would be nice)
Tue, 24 Feb 2009 16:12:19 +0100 [selectors] for bacwkard compatibility, we must search the mro, not just the current class, in order not to miss __selectors__ in classes that do not redefine it tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 16:12:19 +0100] rev 943
[selectors] for bacwkard compatibility, we must search the mro, not just the current class, in order not to miss __selectors__ in classes that do not redefine it
Tue, 24 Feb 2009 16:24:01 +0100 [debian] move python-simplejson dependency to cubicweb-common
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 24 Feb 2009 16:24:01 +0100] rev 942
[debian] move python-simplejson dependency to cubicweb-common
Tue, 24 Feb 2009 12:00:01 +0100 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 12:00:01 +0100] rev 941
merge
Tue, 24 Feb 2009 11:59:53 +0100 fix imports : common.utils -> utils tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 11:59:53 +0100] rev 940
fix imports : common.utils -> utils
Tue, 24 Feb 2009 11:35:08 +0100 merge tls-sprint
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 24 Feb 2009 11:35:08 +0100] rev 939
merge
Tue, 24 Feb 2009 20:59:28 +0100 check ldap source has email configured before synchronization
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 20:59:28 +0100] rev 938
check ldap source has email configured before synchronization
Tue, 24 Feb 2009 20:59:07 +0100 avoid patching if already done
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 20:59:07 +0100] rev 937
avoid patching if already done
Tue, 24 Feb 2009 11:56:45 +0100 missing bw compat module tls-sprint
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 11:56:45 +0100] rev 936
missing bw compat module
Tue, 24 Feb 2009 11:55:51 +0100 needed by yams head
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 11:55:51 +0100] rev 935
needed by yams head
Tue, 24 Feb 2009 11:34:50 +0100 better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 11:34:50 +0100] rev 934
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
Tue, 24 Feb 2009 10:47:16 +0100 late evaluation of cubicweb:facetargs is necessary since its value may change
sylvain.thenault@logilab.fr [Tue, 24 Feb 2009 10:47:16 +0100] rev 933
late evaluation of cubicweb:facetargs is necessary since its value may change
Tue, 24 Feb 2009 10:34:19 +0100 Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
ludal@logilab.fr [Tue, 24 Feb 2009 10:34:19 +0100] rev 932
Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
Mon, 23 Feb 2009 19:22:59 +0100 [treeview] don't readd stuff to the header, poslish css classes treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 19:22:59 +0100] rev 931
[treeview] don't readd stuff to the header, poslish css classes
Mon, 23 Feb 2009 18:41:18 +0100 [treeview] rename, manage lastCollapsable treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 18:41:18 +0100] rev 930
[treeview] rename, manage lastCollapsable
Mon, 23 Feb 2009 17:47:15 +0100 [treeview] treeid is passed along: we can manage as many trees as we want treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 17:47:15 +0100] rev 929
[treeview] treeid is passed along: we can manage as many trees as we want
Mon, 23 Feb 2009 16:42:35 +0100 [treeview] (in progress) treeid has to be produced from outside treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 16:42:35 +0100] rev 928
[treeview] (in progress) treeid has to be produced from outside
Mon, 23 Feb 2009 16:59:18 +0100 text_cut must return unicode not string
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 23 Feb 2009 16:59:18 +0100] rev 927
text_cut must return unicode not string
Mon, 23 Feb 2009 16:25:59 +0100 removing foaf_usable
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 16:25:59 +0100] rev 926
removing foaf_usable
Mon, 23 Feb 2009 14:54:55 +0100 if siderelation wrapp boxes into tables
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 14:54:55 +0100] rev 925
if siderelation wrapp boxes into tables fix typo on width
Mon, 23 Feb 2009 12:16:43 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 12:16:43 +0100] rev 924
merge
Mon, 23 Feb 2009 12:12:59 +0100 unwanted merge : Backed out changeset 4328bcbd748e
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 23 Feb 2009 12:12:59 +0100] rev 923
unwanted merge : Backed out changeset 4328bcbd748e
Mon, 23 Feb 2009 11:53:23 +0100 oups
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 11:53:23 +0100] rev 922
oups
Mon, 23 Feb 2009 11:30:38 +0100 merge
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 11:30:38 +0100] rev 921
merge
Mon, 23 Feb 2009 11:24:35 +0100 merge
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 11:24:35 +0100] rev 920
merge
Mon, 23 Feb 2009 11:21:16 +0100 right boxes do not expand to much on the left.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 23 Feb 2009 11:21:16 +0100] rev 919
right boxes do not expand to much on the left.
Fri, 20 Feb 2009 21:32:23 +0100 [treeview] (inprogress) minimally working state-remembering treeview treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 20 Feb 2009 21:32:23 +0100] rev 918
[treeview] (inprogress) minimally working state-remembering treeview
Fri, 20 Feb 2009 20:50:05 +0100 [tabs] augment a bit the lazyview interface (very general now), tab groups are now marked per entity (thinking about the ?vid=primary case) treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 20 Feb 2009 20:50:05 +0100] rev 917
[tabs] augment a bit the lazyview interface (very general now), tab groups are now marked per entity (thinking about the ?vid=primary case)
Fri, 20 Feb 2009 20:48:33 +0100 [treeview] (in progress) use less magic, having something that now allows prepopulating a part of the tree treeview-tabs
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 20 Feb 2009 20:48:33 +0100] rev 916
[treeview] (in progress) use less magic, having something that now allows prepopulating a part of the tree
Fri, 20 Feb 2009 15:33:43 +0100 right boxes aligment to the right
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 20 Feb 2009 15:33:43 +0100] rev 915
right boxes aligment to the right
Fri, 20 Feb 2009 11:35:56 +0100 cubicweb-core wasn't a virtual package
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 20 Feb 2009 11:35:56 +0100] rev 914
cubicweb-core wasn't a virtual package
Fri, 20 Feb 2009 17:40:07 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:40:07 +0100] rev 913
merge
Fri, 20 Feb 2009 17:39:56 +0100 prepare for deprecation tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:39:56 +0100] rev 912
prepare for deprecation
Fri, 20 Feb 2009 17:39:48 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:39:48 +0100] rev 911
oops
Fri, 20 Feb 2009 17:38:55 +0100 fix DateTimePicker implementation, it should now work tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 17:38:55 +0100] rev 910
fix DateTimePicker implementation, it should now work
Fri, 20 Feb 2009 17:38:38 +0100 select needs to accept an id tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 17:38:38 +0100] rev 909
select needs to accept an id
Fri, 20 Feb 2009 17:38:10 +0100 confirmation in password widget tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:38:10 +0100] rev 908
confirmation in password widget
Fri, 20 Feb 2009 17:20:53 +0100 FileField backport tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:20:53 +0100] rev 907
FileField backport
Fri, 20 Feb 2009 17:20:39 +0100 should use StringField actuallly tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 17:20:39 +0100] rev 906
should use StringField actuallly
Fri, 20 Feb 2009 17:20:29 +0100 add needs_css and needs_js on widgets tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 17:20:29 +0100] rev 905
add needs_css and needs_js on widgets
Fri, 20 Feb 2009 17:18:54 +0100 fix label generation in forms tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 17:18:54 +0100] rev 904
fix label generation in forms
Fri, 20 Feb 2009 16:04:04 +0100 The value as returned by FieldWidget._render_attrs() is now always a list tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 16:04:04 +0100] rev 903
The value as returned by FieldWidget._render_attrs() is now always a list
Fri, 20 Feb 2009 16:03:01 +0100 vocabulary methods are now defined on forms, not on entities tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 16:03:01 +0100] rev 902
vocabulary methods are now defined on forms, not on entities
Fri, 20 Feb 2009 16:01:33 +0100 implement default vocabulary method on Field, provide a specific one on RelationField tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 16:01:33 +0100] rev 901
implement default vocabulary method on Field, provide a specific one on RelationField
Fri, 20 Feb 2009 15:59:43 +0100 field debug helper tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:59:43 +0100] rev 900
field debug helper
Fri, 20 Feb 2009 15:58:46 +0100 rename propname into format_prop tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:58:46 +0100] rev 899
rename propname into format_prop
Fri, 20 Feb 2009 15:57:29 +0100 fix HiddenRelationField bug tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:57:29 +0100] rev 898
fix HiddenRelationField bug
Fri, 20 Feb 2009 15:55:59 +0100 provide basic methods to build fields from schema constraints / cardinality tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:55:59 +0100] rev 897
provide basic methods to build fields from schema constraints / cardinality
Fri, 20 Feb 2009 15:51:42 +0100 put form buttons in a separate table tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:51:42 +0100] rev 896
put form buttons in a separate table
Fri, 20 Feb 2009 15:46:38 +0100 select tag now accepts a multiple argument tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 15:46:38 +0100] rev 895
select tag now accepts a multiple argument
Fri, 20 Feb 2009 15:40:28 +0100 test and fixes tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 15:40:28 +0100] rev 894
test and fixes
Fri, 20 Feb 2009 15:40:13 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 15:40:13 +0100] rev 893
oops
Fri, 20 Feb 2009 15:29:13 +0100 rich field / fckeditor handling tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 15:29:13 +0100] rev 892
rich field / fckeditor handling
Fri, 20 Feb 2009 15:28:55 +0100 cleanup (until removal :) tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 15:28:55 +0100] rev 891
cleanup (until removal :)
Fri, 20 Feb 2009 15:06:59 +0100 make fckeditor actually optional, fix its config, avoid needs for a link to fckeditor.js tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 15:06:59 +0100] rev 890
make fckeditor actually optional, fix its config, avoid needs for a link to fckeditor.js
Fri, 20 Feb 2009 10:38:41 +0100 update imports tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 10:38:41 +0100] rev 889
update imports
Fri, 20 Feb 2009 10:38:34 +0100 fix field value for hidden edit[s|à] fields tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 10:38:34 +0100] rev 888
fix field value for hidden edit[s|à] fields
Fri, 20 Feb 2009 01:50:45 +0100 various fixes to have change state and deletion forms working tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:50:45 +0100] rev 887
various fixes to have change state and deletion forms working
Fri, 20 Feb 2009 01:50:20 +0100 seems I don't need bw compat support tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:50:20 +0100] rev 886
seems I don't need bw compat support
Fri, 20 Feb 2009 01:49:39 +0100 no need for both EntityRelatedTab / EntityRelatedView which are doing the same thing tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:49:39 +0100] rev 885
no need for both EntityRelatedTab / EntityRelatedView which are doing the same thing
Fri, 20 Feb 2009 01:49:00 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:49:00 +0100] rev 884
cleanup
Fri, 20 Feb 2009 01:48:38 +0100 missing selectors, no more need for relation_possible when using has_related_entities (implied) tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:48:38 +0100] rev 883
missing selectors, no more need for relation_possible when using has_related_entities (implied)
Fri, 20 Feb 2009 01:48:06 +0100 fix ui.main-template property handling tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:48:06 +0100] rev 882
fix ui.main-template property handling
Fri, 20 Feb 2009 01:47:43 +0100 simply test if rset is None... tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:47:43 +0100] rev 881
simply test if rset is None...
Fri, 20 Feb 2009 01:15:37 +0100 view is optional tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:15:37 +0100] rev 880
view is optional
Fri, 20 Feb 2009 01:15:20 +0100 fix custom selector tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:15:20 +0100] rev 879
fix custom selector
Fri, 20 Feb 2009 01:14:46 +0100 typo tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:14:46 +0100] rev 878
typo
Fri, 20 Feb 2009 01:14:40 +0100 should not use named args for req and rset when selecting tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:14:40 +0100] rev 877
should not use named args for req and rset when selecting
Fri, 20 Feb 2009 01:14:15 +0100 use relation_possible from within has_relation, fix another bug tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:14:15 +0100] rev 876
use relation_possible from within has_relation, fix another bug
Fri, 20 Feb 2009 01:13:50 +0100 assert select() tls-sprint
sylvain.thenault@logilab.fr [Fri, 20 Feb 2009 01:13:50 +0100] rev 875
assert select()
Fri, 20 Feb 2009 00:05:57 +0100 EntityFieldsForm.form_render() doesn't need entity anymore tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 20 Feb 2009 00:05:57 +0100] rev 874
EntityFieldsForm.form_render() doesn't need entity anymore
Thu, 19 Feb 2009 23:32:51 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 23:32:51 +0100] rev 873
cleanup
Thu, 19 Feb 2009 23:32:46 +0100 avoid deprecation warning tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 23:32:46 +0100] rev 872
avoid deprecation warning
Thu, 19 Feb 2009 23:31:43 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 23:31:43 +0100] rev 871
oops
Thu, 19 Feb 2009 22:59:02 +0100 more bw compat tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 22:59:02 +0100] rev 870
more bw compat
Thu, 19 Feb 2009 22:48:50 +0100 form to edit multiple entities, use it in DeleteConfForm tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 22:48:50 +0100] rev 869
form to edit multiple entities, use it in DeleteConfForm
Thu, 19 Feb 2009 22:17:39 +0100 update test, use a DateTimePicker widget tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 22:17:39 +0100] rev 868
update test, use a DateTimePicker widget
Thu, 19 Feb 2009 22:17:22 +0100 fix implementation errors import DateTimePicker tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 22:17:22 +0100] rev 867
fix implementation errors import DateTimePicker
Thu, 19 Feb 2009 21:38:04 +0100 use EnvBasedTC since we need to access the schema tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:38:04 +0100] rev 866
use EnvBasedTC since we need to access the schema
Thu, 19 Feb 2009 21:36:39 +0100 DatePicker widget tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:36:39 +0100] rev 865
DatePicker widget
Thu, 19 Feb 2009 21:36:22 +0100 basic implementation of Date / Float fields tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:36:22 +0100] rev 864
basic implementation of Date / Float fields
Thu, 19 Feb 2009 21:35:27 +0100 restore previous hidden input behaviour (edits- / edito- fields) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:35:27 +0100] rev 863
restore previous hidden input behaviour (edits- / edito- fields)
Thu, 19 Feb 2009 21:32:23 +0100 mini improvement to simple_sgml_tag: ignore attributes for which the value is None tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:32:23 +0100] rev 862
mini improvement to simple_sgml_tag: ignore attributes for which the value is None
Thu, 19 Feb 2009 21:31:18 +0100 provide a mini HTML select tag constructor tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 19 Feb 2009 21:31:18 +0100] rev 861
provide a mini HTML select tag constructor
Thu, 19 Feb 2009 20:29:22 +0100 be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 20:29:22 +0100] rev 860
be sure to replace cubicweb-core
Thu, 19 Feb 2009 20:21:10 +0100 (merge)
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 20:21:10 +0100] rev 859
(merge)
Thu, 19 Feb 2009 20:19:05 +0100 reorganize debian packages (Closes: #1168)
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 20:19:05 +0100] rev 858
reorganize debian packages (Closes: #1168) - Merge cubicweb-core into cubicweb-common - Fix lintian errors - Install bash_completion file correctly - Clean debian/rules
Thu, 19 Feb 2009 19:21:26 +0100 we want to keep control on jquery.js file version
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 19:21:26 +0100] rev 857
we want to keep control on jquery.js file version
Thu, 19 Feb 2009 12:09:01 +0100 ask for translation from french
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 12:09:01 +0100] rev 856
ask for translation from french
Thu, 19 Feb 2009 12:07:18 +0100 FIXME where to put the file ?
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 12:07:18 +0100] rev 855
FIXME where to put the file ?
Thu, 19 Feb 2009 11:39:19 +0100 backup before breaking
Julien Jehannet <julien.jehannet@logilab.fr> [Thu, 19 Feb 2009 11:39:19 +0100] rev 854
backup before breaking
Wed, 11 Feb 2009 16:48:36 +0100 Use specific css files directly in views code
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 11 Feb 2009 16:48:36 +0100] rev 853
Use specific css files directly in views code
Wed, 11 Feb 2009 16:46:18 +0100 simplify css style
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 11 Feb 2009 16:46:18 +0100] rev 852
simplify css style
Wed, 11 Feb 2009 16:41:19 +0100 use rql button
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 11 Feb 2009 16:41:19 +0100] rev 851
use rql button
Wed, 11 Feb 2009 16:39:06 +0100 Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr> [Wed, 11 Feb 2009 16:39:06 +0100] rev 850
Split cubicweb.css into small parts Dead css rules removed Checked with CSS Validation Service
Thu, 19 Feb 2009 20:33:50 +0100 update some prototype, ChangeStateForm tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 20:33:50 +0100] rev 849
update some prototype, ChangeStateForm
Thu, 19 Feb 2009 19:28:44 +0100 set __errorurl, fix retreiving of field's value tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 19:28:44 +0100] rev 848
set __errorurl, fix retreiving of field's value
Thu, 19 Feb 2009 18:55:13 +0100 prefixed form methods to avoid potential conflicts with field names, button related method, a bit more serious renderer tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 18:55:13 +0100] rev 847
prefixed form methods to avoid potential conflicts with field names, button related method, a bit more serious renderer
Thu, 19 Feb 2009 18:54:26 +0100 new label tag tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 18:54:26 +0100] rev 846
new label tag
Thu, 19 Feb 2009 18:22:55 +0100 simple tags tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 18:22:55 +0100] rev 845
simple tags
Thu, 19 Feb 2009 18:21:51 +0100 start django like forms tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 18:21:51 +0100] rev 844
start django like forms
Thu, 19 Feb 2009 18:20:46 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 18:20:46 +0100] rev 843
cleanup
Thu, 19 Feb 2009 17:14:32 +0100 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 19 Feb 2009 17:14:32 +0100] rev 842
merge
Thu, 19 Feb 2009 17:09:06 +0100 new jquery.corner.js version which doesn't make IE6 crash
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 19 Feb 2009 17:09:06 +0100] rev 841
new jquery.corner.js version which doesn't make IE6 crash
Thu, 19 Feb 2009 15:54:25 +0100 oops
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 19 Feb 2009 15:54:25 +0100] rev 840
oops
Thu, 19 Feb 2009 10:21:32 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 10:21:32 +0100] rev 839
merge
Wed, 18 Feb 2009 23:11:01 +0100 rename abstract_* selectors into partial_* + add docstrings tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 23:11:01 +0100] rev 838
rename abstract_* selectors into partial_* + add docstrings
Thu, 19 Feb 2009 10:19:37 +0100 type -> etype tls-sprint
sylvain.thenault@logilab.fr [Thu, 19 Feb 2009 10:19:37 +0100] rev 837
type -> etype
Wed, 18 Feb 2009 22:37:13 +0100 update imports tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 22:37:13 +0100] rev 836
update imports
Wed, 18 Feb 2009 22:37:04 +0100 fix relation_possible, ensure we return int tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 22:37:04 +0100] rev 835
fix relation_possible, ensure we return int
Wed, 18 Feb 2009 22:36:34 +0100 deprecate pagination method tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 22:36:34 +0100] rev 834
deprecate pagination method
Wed, 18 Feb 2009 21:31:34 +0100 bw compat for selection for creation forms tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 21:31:34 +0100] rev 833
bw compat for selection for creation forms
Wed, 18 Feb 2009 20:32:16 +0100 rename error template to avoid conflicts with the error view tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 20:32:16 +0100] rev 832
rename error template to avoid conflicts with the error view
Wed, 18 Feb 2009 20:31:19 +0100 add migration script to update ui.main-template property tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:31:19 +0100] rev 831
add migration script to update ui.main-template property
Wed, 18 Feb 2009 20:26:07 +0100 merge tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:26:07 +0100] rev 830
merge
Wed, 18 Feb 2009 20:25:57 +0100 The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:25:57 +0100] rev 829
The main template is now a simple view, there's no need to monkey patch TheMainTemplate._select_view_and_rset
Wed, 18 Feb 2009 20:25:12 +0100 two use cases for the 'not' selector tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:25:12 +0100] rev 828
two use cases for the 'not' selector
Wed, 18 Feb 2009 20:23:43 +0100 provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not' tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 20:23:43 +0100] rev 827
provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not'
Wed, 18 Feb 2009 19:45:28 +0100 fix LogFormTemplate selector tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 19:45:28 +0100] rev 826
fix LogFormTemplate selector
Wed, 18 Feb 2009 20:11:19 +0100 missing init tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 20:11:19 +0100] rev 825
missing init
Wed, 18 Feb 2009 19:26:48 +0100 merge, split baseviews (new csvexport, xmlrss and editviews modules) tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 19:26:48 +0100] rev 824
merge, split baseviews (new csvexport, xmlrss and editviews modules)
Wed, 18 Feb 2009 19:19:57 +0100 main template refactoring tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 19:19:57 +0100] rev 823
main template refactoring there are 2 main templates : - one for non templatable views (xml, binaries, etc.) - one for the other views The right one is chosen according to its selectors
Wed, 18 Feb 2009 18:06:41 +0100 test_views fixes tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 18:06:41 +0100] rev 822
test_views fixes
Wed, 18 Feb 2009 17:27:08 +0100 fix test on systems that don't have simpleTAL installed tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 17:27:08 +0100] rev 821
fix test on systems that don't have simpleTAL installed
Wed, 18 Feb 2009 17:23:54 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 17:23:54 +0100] rev 820
merge
Wed, 18 Feb 2009 17:22:10 +0100 fix w/ template drop tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 17:22:10 +0100] rev 819
fix w/ template drop
Wed, 18 Feb 2009 17:04:43 +0100 set PageContentTemplate stream for binary views tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 17:04:43 +0100] rev 818
set PageContentTemplate stream for binary views
Wed, 18 Feb 2009 17:04:18 +0100 improve selector of RelatedObjectsVComponent: make sure the relation exists before fetching related entities tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 17:04:18 +0100] rev 817
improve selector of RelatedObjectsVComponent: make sure the relation exists before fetching related entities
Wed, 18 Feb 2009 17:12:52 +0100 kill Template class and 'templates' registry tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 17:12:52 +0100] rev 816
kill Template class and 'templates' registry
Wed, 18 Feb 2009 16:59:29 +0100 OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 18 Feb 2009 16:59:29 +0100] rev 815
OWLABOX view doesn't layout anymore tbox. Indeed, it is better to separate abox from tbox.
Wed, 18 Feb 2009 16:57:51 +0100 small fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 18 Feb 2009 16:57:51 +0100] rev 814
small fix
Wed, 18 Feb 2009 16:55:01 +0100 remove old calendar code tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 16:55:01 +0100] rev 813
remove old calendar code
Wed, 18 Feb 2009 16:54:31 +0100 update goa file tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 16:54:31 +0100] rev 812
update goa file
Wed, 18 Feb 2009 16:26:47 +0100 cleanup, update import tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 16:26:47 +0100] rev 811
cleanup, update import
Wed, 18 Feb 2009 16:18:56 +0100 missing import tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 16:18:56 +0100] rev 810
missing import
Wed, 18 Feb 2009 16:03:11 +0100 fix box selectors tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 16:03:11 +0100] rev 809
fix box selectors
Wed, 18 Feb 2009 16:02:44 +0100 JsonController: only return an ajaxHtmlHead div if extra resources are needed tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 16:02:44 +0100] rev 808
JsonController: only return an ajaxHtmlHead div if extra resources are needed
Wed, 18 Feb 2009 15:59:09 +0100 fix unittest_widgets.py: remove stupid (copy/paste) now().strftime call tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 15:59:09 +0100] rev 807
fix unittest_widgets.py: remove stupid (copy/paste) now().strftime call
Wed, 18 Feb 2009 15:58:35 +0100 fix unittest_widgets.py: the cubicweb-page-template format is only available when simpleTAL is found tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 15:58:35 +0100] rev 806
fix unittest_widgets.py: the cubicweb-page-template format is only available when simpleTAL is found
Wed, 18 Feb 2009 15:53:54 +0100 set a default selector on base app objects class tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:53:54 +0100] rev 805
set a default selector on base app objects class
Wed, 18 Feb 2009 15:49:59 +0100 assert __select__ is callable tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:49:59 +0100] rev 804
assert __select__ is callable
Wed, 18 Feb 2009 15:48:57 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:48:57 +0100] rev 803
update import
Wed, 18 Feb 2009 15:48:52 +0100 use extra_kwargs attribute namte tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:48:52 +0100] rev 802
use extra_kwargs attribute namte
Wed, 18 Feb 2009 15:48:38 +0100 test update tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:48:38 +0100] rev 801
test update
Wed, 18 Feb 2009 15:48:02 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:48:02 +0100] rev 800
update import
Wed, 18 Feb 2009 15:47:55 +0100 fix page_size handling, use abstract_has_related_entities tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:47:55 +0100] rev 799
fix page_size handling, use abstract_has_related_entities
Wed, 18 Feb 2009 15:41:10 +0100 fix State's RichString definition: 'default' was used instead of 'default_format' tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 15:41:10 +0100] rev 798
fix State's RichString definition: 'default' was used instead of 'default_format'
Wed, 18 Feb 2009 15:36:41 +0100 remove buggy unittest_owl tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:36:41 +0100] rev 797
remove buggy unittest_owl
Wed, 18 Feb 2009 15:36:12 +0100 require explicit registration control tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:36:12 +0100] rev 796
require explicit registration control
Wed, 18 Feb 2009 15:18:47 +0100 restore appropriate in State's incontext view, moved it into wfentities tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 15:18:47 +0100] rev 795
restore appropriate in State's incontext view, moved it into wfentities
Wed, 18 Feb 2009 15:17:28 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:17:28 +0100] rev 794
merge
Wed, 18 Feb 2009 15:17:04 +0100 fix tests tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:17:04 +0100] rev 793
fix tests
Wed, 18 Feb 2009 15:16:54 +0100 fix selector tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:16:54 +0100] rev 792
fix selector
Wed, 18 Feb 2009 15:16:45 +0100 hide foaf_usable until cleaning tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:16:45 +0100] rev 791
hide foaf_usable until cleaning
Wed, 18 Feb 2009 15:16:13 +0100 fix specfied_etype_implements's __call__ prototype tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 15:16:13 +0100] rev 790
fix specfied_etype_implements's __call__ prototype
Wed, 18 Feb 2009 15:15:58 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:15:58 +0100] rev 789
oops
Wed, 18 Feb 2009 15:02:10 +0100 protect against None rset tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:02:10 +0100] rev 788
protect against None rset
Wed, 18 Feb 2009 15:01:58 +0100 update imports tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:01:58 +0100] rev 787
update imports
Wed, 18 Feb 2009 15:01:50 +0100 fix used selectors tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:01:50 +0100] rev 786
fix used selectors
Wed, 18 Feb 2009 15:01:29 +0100 more iface based cleanup fixes tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 15:01:29 +0100] rev 785
more iface based cleanup fixes
Wed, 18 Feb 2009 13:44:35 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:44:35 +0100] rev 784
merge
Wed, 18 Feb 2009 13:44:23 +0100 fix test in-progress tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:44:23 +0100] rev 783
fix test in-progress
Wed, 18 Feb 2009 13:36:28 +0100 introduce abstract selectors to get rid of the my_selector() contagion tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 13:36:28 +0100] rev 782
introduce abstract selectors to get rid of the my_selector() contagion
Wed, 18 Feb 2009 13:43:56 +0100 fix import, use non_final_entity instead of implements('Any') tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:43:56 +0100] rev 781
fix import, use non_final_entity instead of implements('Any')
Wed, 18 Feb 2009 13:42:46 +0100 fix selector search and refactor auto-instantiation tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:42:46 +0100] rev 780
fix selector search and refactor auto-instantiation
Wed, 18 Feb 2009 13:41:55 +0100 implements some str, fix implements selector, test and fixes tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:41:55 +0100] rev 779
implements some str, fix implements selector, test and fixes
Wed, 18 Feb 2009 13:41:07 +0100 function moved to cwvreg tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:41:07 +0100] rev 778
function moved to cwvreg
Wed, 18 Feb 2009 13:40:34 +0100 test and fix interface based objects cleaning tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:40:34 +0100] rev 777
test and fix interface based objects cleaning
Wed, 18 Feb 2009 13:40:05 +0100 no more used tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 13:40:05 +0100] rev 776
no more used
Wed, 18 Feb 2009 11:50:15 +0100 fix selectors argus tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:50:15 +0100] rev 775
fix selectors argus
Wed, 18 Feb 2009 11:46:35 +0100 tell on which class the assertion's failed tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:46:35 +0100] rev 774
tell on which class the assertion's failed
Wed, 18 Feb 2009 11:46:23 +0100 add rtype compat tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:46:23 +0100] rev 773
add rtype compat
Wed, 18 Feb 2009 11:46:03 +0100 skip_relations is defined on FormMixIn tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:46:03 +0100] rev 772
skip_relations is defined on FormMixIn
Wed, 18 Feb 2009 11:41:35 +0100 fix selector of EntityRelatedTab, next step is to find a way to avoid this kind of selector tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 11:41:35 +0100] rev 771
fix selector of EntityRelatedTab, next step is to find a way to avoid this kind of selector
Wed, 18 Feb 2009 11:40:25 +0100 each subclass of EntitySelector should call its __init__ method tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 11:40:25 +0100] rev 770
each subclass of EntitySelector should call its __init__ method
Wed, 18 Feb 2009 11:38:05 +0100 fix score computation in implements() tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 11:38:05 +0100] rev 769
fix score computation in implements()
Wed, 18 Feb 2009 11:35:54 +0100 fix compatibility class EntityAction: test for accepts() before has_condition() tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 11:35:54 +0100] rev 768
fix compatibility class EntityAction: test for accepts() before has_condition()
Wed, 18 Feb 2009 11:11:05 +0100 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:11:05 +0100] rev 767
cleanup
Wed, 18 Feb 2009 11:10:28 +0100 fix match_user_groups, appobject_selectable, searchstate_accept* compat selectors tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:10:28 +0100] rev 766
fix match_user_groups, appobject_selectable, searchstate_accept* compat selectors
Wed, 18 Feb 2009 11:09:55 +0100 kill Form, EntityForm and AnyRsetForm tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 11:09:55 +0100] rev 765
kill Form, EntityForm and AnyRsetForm
Wed, 18 Feb 2009 10:27:09 +0100 some test fixes tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 10:27:09 +0100] rev 764
some test fixes
Wed, 18 Feb 2009 10:22:08 +0100 use pytest now tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 10:22:08 +0100] rev 763
use pytest now
Wed, 18 Feb 2009 10:21:15 +0100 update some imports tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 10:21:15 +0100] rev 762
update some imports
Wed, 18 Feb 2009 10:21:10 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 10:21:10 +0100] rev 761
oops
Wed, 18 Feb 2009 10:06:20 +0100 merge tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 10:06:20 +0100] rev 760
merge
Wed, 18 Feb 2009 10:05:15 +0100 chainall / chainfirst ensures selectors are instantiated tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 10:05:15 +0100] rev 759
chainall / chainfirst ensures selectors are instantiated
Wed, 18 Feb 2009 10:03:58 +0100 instantiate selectors wherever needed tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 10:03:58 +0100] rev 758
instantiate selectors wherever needed
Wed, 18 Feb 2009 10:03:26 +0100 remove explicit access to .im_func when overriding `registered` tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 10:03:26 +0100] rev 757
remove explicit access to .im_func when overriding `registered`
Wed, 18 Feb 2009 02:07:58 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 02:07:58 +0100] rev 756
update import
Wed, 18 Feb 2009 02:07:43 +0100 fix test tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 02:07:43 +0100] rev 755
fix test
Wed, 18 Feb 2009 01:57:46 +0100 kill vobject_helpver tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:57:46 +0100] rev 754
kill vobject_helpver
Wed, 18 Feb 2009 01:45:35 +0100 some minor __select__ composition fixes tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 01:45:35 +0100] rev 753
some minor __select__ composition fixes
Wed, 18 Feb 2009 01:45:09 +0100 fix lltrace to consider __call__ and pure functions decoration tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 01:45:09 +0100] rev 752
fix lltrace to consider __call__ and pure functions decoration
Wed, 18 Feb 2009 01:42:11 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:42:11 +0100] rev 751
update import
Wed, 18 Feb 2009 01:42:07 +0100 update test for new test schema tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:42:07 +0100] rev 750
update test for new test schema
Wed, 18 Feb 2009 01:33:53 +0100 no more extra schema necessary for tests here tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:33:53 +0100] rev 749
no more extra schema necessary for tests here
Wed, 18 Feb 2009 01:32:07 +0100 unittest_entity ok tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:32:07 +0100] rev 748
unittest_entity ok
Wed, 18 Feb 2009 01:25:51 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:25:51 +0100] rev 747
merge
Wed, 18 Feb 2009 00:46:10 +0100 remove dead code
ludal@logilab.fr [Wed, 18 Feb 2009 00:46:10 +0100] rev 746
remove dead code
Wed, 18 Feb 2009 01:24:12 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:24:12 +0100] rev 745
oops
Wed, 18 Feb 2009 01:24:03 +0100 test upgrade tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:24:03 +0100] rev 744
test upgrade
Wed, 18 Feb 2009 01:23:14 +0100 update imports tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 01:23:14 +0100] rev 743
update imports
Wed, 18 Feb 2009 01:21:25 +0100 replaced most of __selectors__ assignments with __select__ tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 01:21:25 +0100] rev 742
replaced most of __selectors__ assignments with __select__
Wed, 18 Feb 2009 00:55:42 +0100 fix selectors compat tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:55:42 +0100] rev 741
fix selectors compat
Wed, 18 Feb 2009 00:55:13 +0100 updat etest tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:55:13 +0100] rev 740
updat etest
Wed, 18 Feb 2009 00:48:24 +0100 assert oid tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:48:24 +0100] rev 739
assert oid
Wed, 18 Feb 2009 00:45:29 +0100 better name for NormalizedTextView, drop ContentAddedMixIn tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:45:29 +0100] rev 738
better name for NormalizedTextView, drop ContentAddedMixIn
Wed, 18 Feb 2009 00:45:01 +0100 fix traced_selection tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:45:01 +0100] rev 737
fix traced_selection
Wed, 18 Feb 2009 00:30:55 +0100 need safety belt for class registered twice (during test for instance) tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:30:55 +0100] rev 736
need safety belt for class registered twice (during test for instance)
Wed, 18 Feb 2009 00:22:47 +0100 __select__ is not a classmethod anymore, it's a pure function (or a Selector instance), tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 00:22:47 +0100] rev 735
__select__ is not a classmethod anymore, it's a pure function (or a Selector instance), we have to pass the class explicitly
Wed, 18 Feb 2009 00:12:36 +0100 get kwargs as well tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:12:36 +0100] rev 734
get kwargs as well
Wed, 18 Feb 2009 00:12:18 +0100 ooooops tls-sprint
sylvain.thenault@logilab.fr [Wed, 18 Feb 2009 00:12:18 +0100] rev 733
ooooops
Wed, 18 Feb 2009 00:12:34 +0100 __selectors__ must return a tuple tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 00:12:34 +0100] rev 732
__selectors__ must return a tuple
Wed, 18 Feb 2009 00:03:27 +0100 some more s/__selectors__/__select__ but still more to come tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 18 Feb 2009 00:03:27 +0100] rev 731
some more s/__selectors__/__select__ but still more to come
Tue, 17 Feb 2009 23:54:30 +0100 __select__ migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:54:30 +0100] rev 730
__select__ migration
Tue, 17 Feb 2009 23:54:15 +0100 unnecessary registerrer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:54:15 +0100] rev 729
unnecessary registerrer
Tue, 17 Feb 2009 23:47:23 +0100 first pass to use __select__ instead of __selectors__ tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:47:23 +0100] rev 728
first pass to use __select__ instead of __selectors__
Tue, 17 Feb 2009 23:46:48 +0100 fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:46:48 +0100] rev 727
fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass)
Tue, 17 Feb 2009 23:45:51 +0100 improve __selectors__() so that it always return a tuple tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:45:51 +0100] rev 726
improve __selectors__() so that it always return a tuple
Tue, 17 Feb 2009 23:44:58 +0100 safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__ tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 23:44:58 +0100] rev 725
safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__
Tue, 17 Feb 2009 23:43:08 +0100 should no more be used, drop documentation tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:43:08 +0100] rev 724
should no more be used, drop documentation
Tue, 17 Feb 2009 23:42:56 +0100 __select__ migration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:42:56 +0100] rev 723
__select__ migration
Tue, 17 Feb 2009 23:40:30 +0100 update some imports tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:40:30 +0100] rev 722
update some imports
Tue, 17 Feb 2009 23:34:17 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:34:17 +0100] rev 721
oops
Tue, 17 Feb 2009 23:34:01 +0100 backport tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:34:01 +0100] rev 720
backport tests
Tue, 17 Feb 2009 23:21:23 +0100 default to yes_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:21:23 +0100] rev 719
default to yes_registerer
Tue, 17 Feb 2009 23:16:13 +0100 doc update, move yes_registerer here tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:16:13 +0100] rev 718
doc update, move yes_registerer here
Tue, 17 Feb 2009 23:09:31 +0100 kill id_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:09:31 +0100] rev 717
kill id_registerer
Tue, 17 Feb 2009 22:37:11 +0100 simple optimization and readability fix
ludal@logilab.fr [Tue, 17 Feb 2009 22:37:11 +0100] rev 716
simple optimization and readability fix
Tue, 17 Feb 2009 23:08:21 +0100 do it the other way tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:08:21 +0100] rev 715
do it the other way
Tue, 17 Feb 2009 23:00:28 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 23:00:28 +0100] rev 714
merge
Tue, 17 Feb 2009 22:49:54 +0100 update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity" tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:49:54 +0100] rev 713
update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity"
Tue, 17 Feb 2009 22:43:59 +0100 remove autoselectors metaclass, __select__ is built during registration tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:43:59 +0100] rev 712
remove autoselectors metaclass, __select__ is built during registration
Tue, 17 Feb 2009 22:25:16 +0100 Selector objects need to provide a `func_name` attribute for minimum (backward) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:25:16 +0100] rev 711
Selector objects need to provide a `func_name` attribute for minimum (backward) compatibilit with selectors defined as functions
Tue, 17 Feb 2009 22:24:03 +0100 overridden `registered()` methods must call the base implementation tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 22:24:03 +0100] rev 710
overridden `registered()` methods must call the base implementation
Tue, 17 Feb 2009 22:59:14 +0100 avoid dependency to common tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:59:14 +0100] rev 709
avoid dependency to common
Tue, 17 Feb 2009 22:45:55 +0100 move utils from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:45:55 +0100] rev 708
move utils from cw.common to cw
Tue, 17 Feb 2009 22:37:59 +0100 __selectors__ -> __select__ tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:59 +0100] rev 707
__selectors__ -> __select__
Tue, 17 Feb 2009 22:37:28 +0100 no more used for a while now tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:28 +0100] rev 706
no more used for a while now
Tue, 17 Feb 2009 22:37:03 +0100 turn simpletal optional tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:37:03 +0100] rev 705
turn simpletal optional
Tue, 17 Feb 2009 22:34:18 +0100 new ext package for modules depending on an option third party package tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:34:18 +0100] rev 704
new ext package for modules depending on an option third party package
Tue, 17 Feb 2009 22:05:39 +0100 bw compat modules tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:05:39 +0100] rev 703
bw compat modules
Tue, 17 Feb 2009 22:00:53 +0100 move view and appobject from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 22:00:53 +0100] rev 702
move view and appobject from cw.common to cw
Tue, 17 Feb 2009 21:58:44 +0100 bw compat modules tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:58:44 +0100] rev 701
bw compat modules
Tue, 17 Feb 2009 21:57:05 +0100 move view and appobject from cw.common to cw tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:57:05 +0100] rev 700
move view and appobject from cw.common to cw
Tue, 17 Feb 2009 21:50:41 +0100 __selectors__ compat tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:50:41 +0100] rev 699
__selectors__ compat
Tue, 17 Feb 2009 21:50:24 +0100 introduce MultiSelector base class tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:50:24 +0100] rev 698
introduce MultiSelector base class
Tue, 17 Feb 2009 21:46:46 +0100 provide objectify_selector decorator for very simple selectors tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 21:46:46 +0100] rev 697
provide objectify_selector decorator for very simple selectors
Tue, 17 Feb 2009 21:42:33 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:33 +0100] rev 696
merge
Tue, 17 Feb 2009 21:42:23 +0100 try a register_all method tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:23 +0100] rev 695
try a register_all method
Tue, 17 Feb 2009 21:42:06 +0100 kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:42:06 +0100] rev 694
kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector
Tue, 17 Feb 2009 21:40:10 +0100 reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 21:40:10 +0100] rev 693
reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class
Tue, 17 Feb 2009 21:29:58 +0100 replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 21:29:58 +0100] rev 692
replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors)
Tue, 17 Feb 2009 20:56:45 +0100 move EProperty management views into eproperties.py tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:56:45 +0100] rev 691
move EProperty management views into eproperties.py
Tue, 17 Feb 2009 20:47:22 +0100 should add relation_possible selector only if require_permission is in the schema tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 20:47:22 +0100] rev 690
should add relation_possible selector only if require_permission is in the schema
Tue, 17 Feb 2009 20:46:43 +0100 missing super call tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 20:46:43 +0100] rev 689
missing super call
Tue, 17 Feb 2009 20:39:09 +0100 remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:39:09 +0100] rev 688
remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead
Tue, 17 Feb 2009 20:34:20 +0100 removing explicit access to im_func, this is not necessary anymore tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:34:20 +0100] rev 687
removing explicit access to im_func, this is not necessary anymore
Tue, 17 Feb 2009 20:32:01 +0100 allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 20:32:01 +0100] rev 686
allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass)
Tue, 17 Feb 2009 18:17:51 +0100 registerer cleanup tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:51 +0100] rev 685
registerer cleanup
Tue, 17 Feb 2009 18:17:40 +0100 fix imports tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:40 +0100] rev 684
fix imports
Tue, 17 Feb 2009 18:17:32 +0100 fix initializers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 18:17:32 +0100] rev 683
fix initializers
Tue, 17 Feb 2009 17:46:17 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:46:17 +0100] rev 682
oops
Tue, 17 Feb 2009 17:46:13 +0100 use class_renamed, not class_moved tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:46:13 +0100] rev 681
use class_renamed, not class_moved
Tue, 17 Feb 2009 17:45:57 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:45:57 +0100] rev 680
update import
Tue, 17 Feb 2009 17:31:16 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:31:16 +0100] rev 679
merge
Tue, 17 Feb 2009 17:30:47 +0100 merge branches in tls-sprint (bis) tls-sprint
logilab@eusebius.local [Tue, 17 Feb 2009 17:30:47 +0100] rev 678
merge branches in tls-sprint (bis)
Tue, 17 Feb 2009 17:28:25 +0100 merge heads in tls-sprint branch tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 17:28:25 +0100] rev 677
merge heads in tls-sprint branch
Tue, 17 Feb 2009 16:33:52 +0100 provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 16:33:52 +0100] rev 676
provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations In this case, we need to add all new cubes at once.
Tue, 17 Feb 2009 16:25:20 +0100 merge tls-sprint
Laure Bourgois <Laure.Bourgois@logilab.fr> [Tue, 17 Feb 2009 16:25:20 +0100] rev 675
merge
Tue, 17 Feb 2009 16:20:53 +0100 small fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Tue, 17 Feb 2009 16:20:53 +0100] rev 674
small fix
Tue, 17 Feb 2009 17:31:01 +0100 factorized impl tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:31:01 +0100] rev 673
factorized impl
Tue, 17 Feb 2009 17:26:28 +0100 simplify registerers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:26:28 +0100] rev 672
simplify registerers
Tue, 17 Feb 2009 17:25:59 +0100 still more explicit registration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:25:59 +0100] rev 671
still more explicit registration
Tue, 17 Feb 2009 17:13:55 +0100 drop more registerers tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 17:13:55 +0100] rev 670
drop more registerers
Tue, 17 Feb 2009 16:57:19 +0100 start with explicit registration tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:57:19 +0100] rev 669
start with explicit registration
Tue, 17 Feb 2009 16:57:02 +0100 rename registration callback, clear argument to register tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:57:02 +0100] rev 668
rename registration callback, clear argument to register
Tue, 17 Feb 2009 16:45:22 +0100 update import tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:45:22 +0100] rev 667
update import
Tue, 17 Feb 2009 16:43:33 +0100 interface handling should be done here tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:43:33 +0100] rev 666
interface handling should be done here
Tue, 17 Feb 2009 16:42:58 +0100 reorganize a bit, some cleanup and fixes tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:42:58 +0100] rev 665
reorganize a bit, some cleanup and fixes
Tue, 17 Feb 2009 16:41:46 +0100 drop unused support of .required, no more necessary .accepts check, and extresources_registerer tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:41:46 +0100] rev 664
drop unused support of .required, no more necessary .accepts check, and extresources_registerer
Tue, 17 Feb 2009 16:40:26 +0100 kill ExtResourcesBoxTemplate tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 16:40:26 +0100] rev 663
kill ExtResourcesBoxTemplate
Tue, 17 Feb 2009 14:48:10 +0100 move _MARKER from appobject to web.request tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:48:10 +0100] rev 662
move _MARKER from appobject to web.request
Tue, 17 Feb 2009 14:45:54 +0100 properly kill/depreciate component base class, only keep Component tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:45:54 +0100] rev 661
properly kill/depreciate component base class, only keep Component
Tue, 17 Feb 2009 14:28:14 +0100 work in progress, draft for manual registration tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 14:28:14 +0100] rev 660
work in progress, draft for manual registration
Tue, 17 Feb 2009 14:00:17 +0100 VComponent needs visible property tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 14:00:17 +0100] rev 659
VComponent needs visible property
Tue, 17 Feb 2009 13:54:23 +0100 only kill Singleton[V]Component, keep [V]Component classes tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:54:23 +0100] rev 658
only kill Singleton[V]Component, keep [V]Component classes
Tue, 17 Feb 2009 13:48:58 +0100 work in progress - fix deprecation of EntityAction - fix various selectors bugs tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 13:48:58 +0100] rev 657
work in progress - fix deprecation of EntityAction - fix various selectors bugs
Tue, 17 Feb 2009 13:44:31 +0100 oops tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:44:31 +0100] rev 656
oops
Tue, 17 Feb 2009 13:38:30 +0100 kill [Singleton]VComponent tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:38:30 +0100] rev 655
kill [Singleton]VComponent
Tue, 17 Feb 2009 13:26:24 +0100 has_relation selector compat, fix some deprecation msg tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 13:26:24 +0100] rev 654
has_relation selector compat, fix some deprecation msg
Tue, 17 Feb 2009 12:52:50 +0100 use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:52:50 +0100] rev 653
use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument
Tue, 17 Feb 2009 12:47:07 +0100 various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 17 Feb 2009 12:47:07 +0100] rev 652
various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod
Tue, 17 Feb 2009 12:34:13 +0100 kill AddEntityAction tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:34:13 +0100] rev 651
kill AddEntityAction
Tue, 17 Feb 2009 12:33:57 +0100 proper documentation, some bug fixes, upgrade some selectors tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 12:33:57 +0100] rev 650
proper documentation, some bug fixes, upgrade some selectors
Tue, 17 Feb 2009 09:59:15 +0100 more doc, upgrade but_etype and appobject_selectable selectors tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 09:59:15 +0100] rev 649
more doc, upgrade but_etype and appobject_selectable selectors
Tue, 17 Feb 2009 09:58:47 +0100 drop LinToEntityAction2, only used by the comment cube tls-sprint
sylvain.thenault@logilab.fr [Tue, 17 Feb 2009 09:58:47 +0100] rev 648
drop LinToEntityAction2, only used by the comment cube
Mon, 16 Feb 2009 21:06:06 +0100 some selectors update + drop EntityRelationView (only used by jpl) tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 21:06:06 +0100] rev 647
some selectors update + drop EntityRelationView (only used by jpl)
Mon, 16 Feb 2009 20:55:00 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:55:00 +0100] rev 646
merge
Mon, 16 Feb 2009 20:52:27 +0100 merge
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:52:27 +0100] rev 645
merge
Mon, 16 Feb 2009 20:51:41 +0100 merge tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:51:41 +0100] rev 644
merge
Mon, 16 Feb 2009 20:42:30 +0100 [jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:42:30 +0100] rev 643
[jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts
Mon, 16 Feb 2009 20:40:12 +0100 [javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:40:12 +0100] rev 642
[javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad
Mon, 16 Feb 2009 20:34:52 +0100 split main template into main template + page-content template tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 20:34:52 +0100] rev 641
split main template into main template + page-content template
Mon, 16 Feb 2009 20:51:24 +0100 drop EntityAction usage in cw, upgrade rql_condition and friends tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:51:24 +0100] rev 640
drop EntityAction usage in cw, upgrade rql_condition and friends
Mon, 16 Feb 2009 19:54:56 +0100 i18n translations for register
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:56 +0100] rev 639
i18n translations for register
Mon, 16 Feb 2009 19:54:42 +0100 add register link
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:42 +0100] rev 638
add register link
Mon, 16 Feb 2009 19:54:33 +0100 change label for new registered users
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:54:33 +0100] rev 637
change label for new registered users
Mon, 16 Feb 2009 19:53:35 +0100 handle register with email adress
Arthur Lutz <arthur.lutz@logilab.fr> [Mon, 16 Feb 2009 19:53:35 +0100] rev 636
handle register with email adress
Mon, 16 Feb 2009 20:06:18 +0100 require_group/match_user_group -> match_user_groups tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:06:18 +0100] rev 635
require_group/match_user_group -> match_user_groups
Mon, 16 Feb 2009 20:05:55 +0100 move cubicweb.common.selectors to cubicweb.selectors tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 20:05:55 +0100] rev 634
move cubicweb.common.selectors to cubicweb.selectors
Mon, 16 Feb 2009 19:50:10 +0100 more selectors update tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 19:50:10 +0100] rev 633
more selectors update
Mon, 16 Feb 2009 19:20:30 +0100 kill EmptyRsetVeiw tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 19:20:30 +0100] rev 632
kill EmptyRsetVeiw
Mon, 16 Feb 2009 18:26:13 +0100 major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 18:26:13 +0100] rev 631
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
Mon, 16 Feb 2009 16:24:24 +0100 simple test implementation for binary operators on selectors tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 16:24:24 +0100] rev 630
simple test implementation for binary operators on selectors
Mon, 16 Feb 2009 14:18:13 +0100 provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces) tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 14:18:13 +0100] rev 629
provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces)
Mon, 16 Feb 2009 14:08:16 +0100 extract workflow related schema definitions in its own file tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 14:08:16 +0100] rev 628
extract workflow related schema definitions in its own file
Mon, 16 Feb 2009 13:03:12 +0100 use RichString wherever possible in the stdlib tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 13:03:12 +0100] rev 627
use RichString wherever possible in the stdlib
Mon, 16 Feb 2009 15:21:46 +0100 adding ISIOC interface
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 16 Feb 2009 15:21:46 +0100] rev 626
adding ISIOC interface
Mon, 16 Feb 2009 13:59:06 +0100 [doc] fix path in makefile
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 16 Feb 2009 13:59:06 +0100] rev 625
[doc] fix path in makefile
Mon, 16 Feb 2009 12:33:14 +0100 provide a new RichString attribute type tls-sprint
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 16 Feb 2009 12:33:14 +0100] rev 624
provide a new RichString attribute type The follwing declaration: class Card(EntityType): content = RichString(fulltextindexed=True, default_format='text/rest') is equivalent to : class Card(EntityType): content_format = String(meta=True, internationalizable=True, default='text/rest', constraints=[format_constraint]) content = String(fulltextindexed=True)
Mon, 16 Feb 2009 11:28:43 +0100 chainfirst / chainall can be given a name argument to use as inner function's name
sylvain.thenault@logilab.fr [Mon, 16 Feb 2009 11:28:43 +0100] rev 623
chainfirst / chainall can be given a name argument to use as inner function's name
Fri, 13 Feb 2009 16:34:05 +0100 complete doc about rtags
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 13 Feb 2009 16:34:05 +0100] rev 622
complete doc about rtags
Fri, 13 Feb 2009 16:28:57 +0100 merge
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 16:28:57 +0100] rev 621
merge
Fri, 13 Feb 2009 16:16:15 +0100 complete doc about rtags
Stephanie Marcu <stephanie.marcu@logilab.fr> [Fri, 13 Feb 2009 16:16:15 +0100] rev 620
complete doc about rtags
Fri, 13 Feb 2009 15:49:33 +0100 adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 13 Feb 2009 15:49:33 +0100] rev 619
adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
Fri, 13 Feb 2009 15:12:36 +0100 test fix
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 15:12:36 +0100] rev 618
test fix
Fri, 13 Feb 2009 14:38:14 +0100 update copyright
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:38:14 +0100] rev 617
update copyright
Fri, 13 Feb 2009 14:25:34 +0100 don't display too much rset rows
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:25:34 +0100] rev 616
don't display too much rset rows
Fri, 13 Feb 2009 14:25:10 +0100 don't use chainall when it's not necessary
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 14:25:10 +0100] rev 615
don't use chainall when it's not necessary
Fri, 13 Feb 2009 09:30:18 +0100 merge
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:30:18 +0100] rev 614
merge
Fri, 13 Feb 2009 09:30:04 +0100 more cleanup
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:30:04 +0100] rev 613
more cleanup
Fri, 13 Feb 2009 09:29:20 +0100 cleanup
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:29:20 +0100] rev 612
cleanup
Thu, 12 Feb 2009 16:47:31 +0100 removing project_linked_data view
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 12 Feb 2009 16:47:31 +0100] rev 611
removing project_linked_data view
Fri, 13 Feb 2009 09:28:30 +0100 take care, cnx may be None in which case we can't get/set session data
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:28:30 +0100] rev 610
take care, cnx may be None in which case we can't get/set session data
Fri, 13 Feb 2009 09:28:04 +0100 must not be a class attribute\!
sylvain.thenault@logilab.fr [Fri, 13 Feb 2009 09:28:04 +0100] rev 609
must not be a class attribute\!
Thu, 12 Feb 2009 12:59:12 +0100 rset may be empty
sylvain.thenault@logilab.fr [Thu, 12 Feb 2009 12:59:12 +0100] rev 608
rset may be empty
Wed, 11 Feb 2009 19:34:16 +0100 [preferences] de-uglify a bit, remove useless parameter
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 19:34:16 +0100] rev 607
[preferences] de-uglify a bit, remove useless parameter
Wed, 11 Feb 2009 19:11:55 +0100 [tabs] reuse the new set_cookie controller method
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 19:11:55 +0100] rev 606
[tabs] reuse the new set_cookie controller method
Wed, 11 Feb 2009 18:47:12 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:47:12 +0100] rev 605
merge
Wed, 11 Feb 2009 18:46:14 +0100 [preferences] preferences sections will now remember their collapsed/open status
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:46:14 +0100] rev 604
[preferences] preferences sections will now remember their collapsed/open status
Wed, 11 Feb 2009 18:43:32 +0100 [controllers] a set_cookie method
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 18:43:32 +0100] rev 603
[controllers] a set_cookie method
Wed, 11 Feb 2009 15:59:40 +0100 [views] cleanup, be less heavy with self.w ...
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 15:59:40 +0100] rev 602
[views] cleanup, be less heavy with self.w ...
Wed, 11 Feb 2009 18:22:22 +0100 ask if anonymous should be allowed, configure accordingly
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 18:22:22 +0100] rev 601
ask if anonymous should be allowed, configure accordingly
Wed, 11 Feb 2009 17:55:44 +0100 hop
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 17:55:44 +0100] rev 600
hop
Wed, 11 Feb 2009 17:54:55 +0100 fix select principal so results are predictable during tests
Sylvain <syt@logilab.fr> [Wed, 11 Feb 2009 17:54:55 +0100] rev 599
fix select principal so results are predictable during tests
Wed, 11 Feb 2009 17:44:08 +0100 merge
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 11 Feb 2009 17:44:08 +0100] rev 598
merge
Wed, 11 Feb 2009 17:43:18 +0100 use UStringIO
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 11 Feb 2009 17:43:18 +0100] rev 597
use UStringIO
Wed, 11 Feb 2009 17:00:39 +0100 merge
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 11 Feb 2009 17:00:39 +0100] rev 596
merge
Wed, 11 Feb 2009 14:46:46 +0100 merge
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 11 Feb 2009 14:46:46 +0100] rev 595
merge
Wed, 11 Feb 2009 14:46:26 +0100 return success or not on creation of user
Arthur Lutz <arthur.lutz@logilab.fr> [Wed, 11 Feb 2009 14:46:26 +0100] rev 594
return success or not on creation of user
Tue, 10 Feb 2009 18:12:43 +0100 page_size can be given in url attributes
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 18:12:43 +0100] rev 593
page_size can be given in url attributes
Tue, 10 Feb 2009 18:12:10 +0100 have navigation on top and bottom of search results
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 18:12:10 +0100] rev 592
have navigation on top and bottom of search results
Tue, 10 Feb 2009 17:27:25 +0100 get custom page_size as argument
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 17:27:25 +0100] rev 591
get custom page_size as argument
Tue, 10 Feb 2009 17:27:05 +0100 test if anonymous
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 17:27:05 +0100] rev 590
test if anonymous
Tue, 10 Feb 2009 17:26:42 +0100 add page_size argument
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 17:26:42 +0100] rev 589
add page_size argument
Tue, 10 Feb 2009 17:26:26 +0100 permit override of display index on simple navigation
Arthur Lutz <arthur.lutz@logilab.fr> [Tue, 10 Feb 2009 17:26:26 +0100] rev 588
permit override of display index on simple navigation
Wed, 11 Feb 2009 17:43:33 +0100 adding views to test
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 11 Feb 2009 17:43:33 +0100] rev 587
adding views to test
Wed, 11 Feb 2009 17:42:30 +0100 small fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 11 Feb 2009 17:42:30 +0100] rev 586
small fix
Wed, 11 Feb 2009 17:41:46 +0100 refactoring owl view (now corresponding to tbox) and owlabox view
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 11 Feb 2009 17:41:46 +0100] rev 585
refactoring owl view (now corresponding to tbox) and owlabox view
Wed, 11 Feb 2009 15:49:17 +0100 i18n update
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 15:49:17 +0100] rev 584
i18n update
Wed, 11 Feb 2009 15:41:30 +0100 fix rtags to have correct msgids for bookmarked_by relation
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 15:41:30 +0100] rev 583
fix rtags to have correct msgids for bookmarked_by relation
Wed, 11 Feb 2009 15:20:49 +0100 don't use navigation in deleteconf form
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 15:20:49 +0100] rev 582
don't use navigation in deleteconf form
Wed, 11 Feb 2009 15:20:32 +0100 update_search_state in the publisher since it should be done whatever the controller
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 15:20:32 +0100] rev 581
update_search_state in the publisher since it should be done whatever the controller
Wed, 11 Feb 2009 14:57:24 +0100 update copyright
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 14:57:24 +0100] rev 580
update copyright
Wed, 11 Feb 2009 14:43:55 +0100 [forms] simplify this test
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 14:43:55 +0100] rev 579
[forms] simplify this test
Wed, 11 Feb 2009 14:37:06 +0100 [forms] fix #4240 (edition form should not show relations section if no relation is editable)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 11 Feb 2009 14:37:06 +0100] rev 578
[forms] fix #4240 (edition form should not show relations section if no relation is editable)
Wed, 11 Feb 2009 14:21:55 +0100 merge
Emile Anclin <emile.anclin@logilab.fr> [Wed, 11 Feb 2009 14:21:55 +0100] rev 577
merge
Wed, 11 Feb 2009 14:21:17 +0100 propostion for integrating the simple setup
Emile Anclin <emile.anclin@logilab.fr> [Wed, 11 Feb 2009 14:21:17 +0100] rev 576
propostion for integrating the simple setup
Wed, 11 Feb 2009 14:20:07 +0100 add files for a simple setup
Emile Anclin <emile.anclin@logilab.fr> [Wed, 11 Feb 2009 14:20:07 +0100] rev 575
add files for a simple setup
Wed, 11 Feb 2009 14:00:31 +0100 fix some typos
Emile Anclin <emile.anclin@logilab.fr> [Wed, 11 Feb 2009 14:00:31 +0100] rev 574
fix some typos
Wed, 11 Feb 2009 13:52:01 +0100 try to get raw text values in rset csv view
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 13:52:01 +0100] rev 573
try to get raw text values in rset csv view
Wed, 11 Feb 2009 13:51:06 +0100 test and fix potential error with None optional relation
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 13:51:06 +0100] rev 572
test and fix potential error with None optional relation
Wed, 11 Feb 2009 12:17:44 +0100 test update
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 12:17:44 +0100] rev 571
test update
Wed, 11 Feb 2009 10:43:02 +0100 fix test (this view is not used actually...)
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 10:43:02 +0100] rev 570
fix test (this view is not used actually...)
Wed, 11 Feb 2009 10:41:16 +0100 no more htmlcheck argument
sylvain.thenault@logilab.fr [Wed, 11 Feb 2009 10:41:16 +0100] rev 569
no more htmlcheck argument
Tue, 10 Feb 2009 17:45:16 +0100 email is no crypted anymore in foaf view
Laure Bourgois <Laure.Bourgois@logilab.fr> [Tue, 10 Feb 2009 17:45:16 +0100] rev 568
email is no crypted anymore in foaf view
Tue, 10 Feb 2009 14:39:59 +0100 Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Feb 2009 14:39:59 +0100] rev 567
Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
Tue, 10 Feb 2009 14:39:58 +0100 Added tag cubicweb-version-3_0_9 for changeset 7ad527099393 cubicweb-debian-version-3_0_9-1
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Feb 2009 14:39:58 +0100] rev 566
Added tag cubicweb-version-3_0_9 for changeset 7ad527099393
Tue, 10 Feb 2009 14:39:54 +0100 published cubicweb-version-3_0_9
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 10 Feb 2009 14:39:54 +0100] rev 565
published
Tue, 10 Feb 2009 10:25:47 +0100 some doc typos
Emile Anclin <emile.anclin@logilab.fr> [Tue, 10 Feb 2009 10:25:47 +0100] rev 564
some doc typos
Mon, 09 Feb 2009 17:59:17 +0100 [testlib] fix pb. related to class scoped variables
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 09 Feb 2009 17:59:17 +0100] rev 563
[testlib] fix pb. related to class scoped variables
Mon, 09 Feb 2009 14:09:55 +0100 old .validators attribute is now .vid_validators
sylvain.thenault@logilab.fr [Mon, 09 Feb 2009 14:09:55 +0100] rev 562
old .validators attribute is now .vid_validators
Mon, 09 Feb 2009 11:55:32 +0100 add a linked data view for project. this linked data view will be extended to pertinent entities in the future. We remark that we use doap format if it exists (doap:created, doap:description ...), we use our own vocabulary (available in tbox view) if doap does not supports it.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 09 Feb 2009 11:55:32 +0100] rev 561
add a linked data view for project. this linked data view will be extended to pertinent entities in the future. We remark that we use doap format if it exists (doap:created, doap:description ...), we use our own vocabulary (available in tbox view) if doap does not supports it.
Fri, 06 Feb 2009 20:24:08 +0100 [selectors] fix inline doc
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 06 Feb 2009 20:24:08 +0100] rev 560
[selectors] fix inline doc
Fri, 06 Feb 2009 20:23:26 +0100 [tabs] prepare for reloadability
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 06 Feb 2009 20:23:26 +0100] rev 559
[tabs] prepare for reloadability
Fri, 06 Feb 2009 12:03:58 +0100 error correction
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 06 Feb 2009 12:03:58 +0100] rev 558
error correction
Fri, 06 Feb 2009 11:05:41 +0100 small fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 06 Feb 2009 11:05:41 +0100] rev 557
small fix
Thu, 05 Feb 2009 18:09:11 +0100 oups
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 05 Feb 2009 18:09:11 +0100] rev 556
oups
Thu, 05 Feb 2009 18:02:36 +0100 new foaf version
Laure Bourgois <Laure.Bourgois@logilab.fr> [Thu, 05 Feb 2009 18:02:36 +0100] rev 555
new foaf version
Wed, 04 Feb 2009 11:43:26 +0100 [actions] import * : just say no
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 04 Feb 2009 11:43:26 +0100] rev 554
[actions] import * : just say no
Tue, 03 Feb 2009 16:26:42 +0100 [gmap] zoom level is now a url parameter
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 03 Feb 2009 16:26:42 +0100] rev 553
[gmap] zoom level is now a url parameter
Mon, 02 Feb 2009 16:14:43 +0100 pertinent title layout for OWL view
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Feb 2009 16:14:43 +0100] rev 552
pertinent title layout for OWL view
Mon, 02 Feb 2009 13:43:28 +0100 comments fix
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Feb 2009 13:43:28 +0100] rev 551
comments fix
Mon, 02 Feb 2009 13:32:56 +0100 refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
Laure Bourgois <Laure.Bourgois@logilab.fr> [Mon, 02 Feb 2009 13:32:56 +0100] rev 550
refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
Mon, 02 Feb 2009 12:10:34 +0100 [testlib] quickfix (needs review) : missing validators attribute
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 02 Feb 2009 12:10:34 +0100] rev 549
[testlib] quickfix (needs review) : missing validators attribute
Mon, 02 Feb 2009 11:01:46 +0100 missing quotes #102063
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 02 Feb 2009 11:01:46 +0100] rev 548
missing quotes #102063
Fri, 30 Jan 2009 18:15:03 +0100 [tabs] dead code
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 30 Jan 2009 18:15:03 +0100] rev 547
[tabs] dead code
Fri, 30 Jan 2009 17:25:32 +0100 merge
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 17:25:32 +0100] rev 546
merge
Fri, 30 Jan 2009 17:15:07 +0100 [tabs] fix the no-eid case, remove unused code
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 30 Jan 2009 17:15:07 +0100] rev 545
[tabs] fix the no-eid case, remove unused code
Fri, 30 Jan 2009 17:01:15 +0100 fix js syntax in tabs.forceview()
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 30 Jan 2009 17:01:15 +0100] rev 544
fix js syntax in tabs.forceview()
Fri, 30 Jan 2009 16:57:20 +0100 simplification of lazy tabs mechanism
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 30 Jan 2009 16:57:20 +0100] rev 543
simplification of lazy tabs mechanism
Fri, 30 Jan 2009 16:56:21 +0100 use lgc.decorators.monkeypatch in tabs.py
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 30 Jan 2009 16:56:21 +0100] rev 542
use lgc.decorators.monkeypatch in tabs.py
Fri, 30 Jan 2009 16:53:18 +0100 fix default value of pyro ns host
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 30 Jan 2009 16:53:18 +0100] rev 541
fix default value of pyro ns host
Fri, 30 Jan 2009 16:52:00 +0100 [javascript] extract ajax postprocessing in a separate function
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 30 Jan 2009 16:52:00 +0100] rev 540
[javascript] extract ajax postprocessing in a separate function
Fri, 30 Jan 2009 15:55:03 +0100 (merge)
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 30 Jan 2009 15:55:03 +0100] rev 539
(merge)
Fri, 30 Jan 2009 15:17:22 +0100 add required attribute modname in __pkginfo__.py skeleton
Julien Jehannet <julien.jehannet@logilab.fr> [Fri, 30 Jan 2009 15:17:22 +0100] rev 538
add required attribute modname in __pkginfo__.py skeleton
Fri, 30 Jan 2009 15:36:26 +0100 small corrections
Laure Bourgois <Laure.Bourgois@logilab.fr> [Fri, 30 Jan 2009 15:36:26 +0100] rev 537
small corrections
Fri, 30 Jan 2009 17:25:11 +0100 xhtml fixes
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 17:25:11 +0100] rev 536
xhtml fixes
Fri, 30 Jan 2009 17:24:53 +0100 set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 17:24:53 +0100] rev 535
set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
Fri, 30 Jan 2009 15:32:02 +0100 refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:32:02 +0100] rev 534
refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
Fri, 30 Jan 2009 15:30:55 +0100 implements cell_call
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:30:55 +0100] rev 533
implements cell_call
Fri, 30 Jan 2009 15:30:30 +0100 specify content type for text views
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:30:30 +0100] rev 532
specify content type for text views
Fri, 30 Jan 2009 15:30:15 +0100 use self.rset / self.row
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:30:15 +0100] rev 531
use self.rset / self.row
Fri, 30 Jan 2009 15:29:30 +0100 fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:29:30 +0100] rev 530
fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
Fri, 30 Jan 2009 15:26:51 +0100 EntityVComponent should now implements cell_call
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:26:51 +0100] rev 529
EntityVComponent should now implements cell_call
Fri, 30 Jan 2009 15:26:25 +0100 give row when selecting/dispatching content navigation component
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:26:25 +0100] rev 528
give row when selecting/dispatching content navigation component
Fri, 30 Jan 2009 15:25:26 +0100 typo
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:25:26 +0100] rev 527
typo
Fri, 30 Jan 2009 15:25:03 +0100 typo
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 15:25:03 +0100] rev 526
typo
Fri, 30 Jan 2009 14:39:56 +0100 function to make generation of a simple sgml tag
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 14:39:56 +0100] rev 525
function to make generation of a simple sgml tag
Fri, 30 Jan 2009 14:38:16 +0100 hcal is a microformat and can be inserted in html
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 14:38:16 +0100] rev 524
hcal is a microformat and can be inserted in html
Fri, 30 Jan 2009 12:30:04 +0100 foaf euser view
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 12:30:04 +0100] rev 523
foaf euser view
Fri, 30 Jan 2009 12:29:37 +0100 cubicweb__loadurl -> cubicweb:lazyloadurl
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 12:29:37 +0100] rev 522
cubicweb__loadurl -> cubicweb:lazyloadurl
Fri, 30 Jan 2009 11:55:05 +0100 fix table filter form: get_widget shouldn't be called once rqlst has been recovered
sylvain.thenault@logilab.fr [Fri, 30 Jan 2009 11:55:05 +0100] rev 521
fix table filter form: get_widget shouldn't be called once rqlst has been recovered
Thu, 29 Jan 2009 17:02:15 +0100 remove debug print
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 17:02:15 +0100] rev 520
remove debug print
Thu, 29 Jan 2009 16:26:33 +0100 pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 16:26:33 +0100] rev 519
pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)
Thu, 29 Jan 2009 15:26:09 +0100 method has been renamed
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 15:26:09 +0100] rev 518
method has been renamed
Thu, 29 Jan 2009 15:16:51 +0100 oops
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 15:16:51 +0100] rev 517
oops
Thu, 29 Jan 2009 12:10:41 +0100 owl cleanup
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 12:10:41 +0100] rev 516
owl cleanup
Thu, 29 Jan 2009 10:34:29 +0100 search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 10:34:29 +0100] rev 515
search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
Thu, 29 Jan 2009 10:09:42 +0100 sax only validator for owl views for now
sylvain.thenault@logilab.fr [Thu, 29 Jan 2009 10:09:42 +0100] rev 514
sax only validator for owl views for now
Wed, 28 Jan 2009 17:41:14 +0100 while EntityView has been used here?? (changeset 501 by laure)
sylvain.thenault@logilab.fr [Wed, 28 Jan 2009 17:41:14 +0100] rev 513
while EntityView has been used here?? (changeset 501 by laure)
Wed, 28 Jan 2009 17:32:44 +0100 cleaning code
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 28 Jan 2009 17:32:44 +0100] rev 512
cleaning code
Wed, 28 Jan 2009 17:31:07 +0100 merge
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 28 Jan 2009 17:31:07 +0100] rev 511
merge
Wed, 28 Jan 2009 17:30:26 +0100 [tabs] improve pylint note :)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 28 Jan 2009 17:30:26 +0100] rev 510
[tabs] improve pylint note :)
Wed, 28 Jan 2009 17:30:04 +0100 OWLABOXView correction
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 28 Jan 2009 17:30:04 +0100] rev 509
OWLABOXView correction
Wed, 28 Jan 2009 17:28:08 +0100 OWLABOXView correction
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 28 Jan 2009 17:28:08 +0100] rev 508
OWLABOXView correction
Wed, 28 Jan 2009 17:25:22 +0100 merge
Laure Bourgois <Laure.Bourgois@logilab.fr> [Wed, 28 Jan 2009 17:25:22 +0100] rev 507
merge
(0) -3840 +3840 tip