Fri, 14 Oct 2011 10:33:31 +0200 [cache] replace lgc.cache with something more appropriate (closes #1921713)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 14 Oct 2011 10:33:31 +0200] rev 7954
[cache] replace lgc.cache with something more appropriate (closes #1921713)
Fri, 14 Oct 2011 09:21:45 +0200 merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Oct 2011 09:21:45 +0200] rev 7953
merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Fri, 14 Oct 2011 09:04:39 +0200 [table] use explicit add_onload() to setup table sorting (closes #2013493) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 14 Oct 2011 09:04:39 +0200] rev 7952
[table] use explicit add_onload() to setup table sorting (closes #2013493)
Fri, 14 Oct 2011 08:51:24 +0200 [schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Oct 2011 08:51:24 +0200] rev 7951
[schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
Fri, 14 Oct 2011 08:50:09 +0200 [ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Oct 2011 08:50:09 +0200] rev 7950
[ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
Fri, 14 Oct 2011 08:49:58 +0200 [facets] on the way to vidargs removal
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 14 Oct 2011 08:49:58 +0200] rev 7949
[facets] on the way to vidargs removal our roving on the table view, which leads to introduction of this feature, proved it was not the way to go.
Thu, 13 Oct 2011 11:49:19 +0200 [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 13 Oct 2011 11:49:19 +0200] rev 7948
[migraction] fix cmd_change_attribute_type command (closes #2015073) use dbhelper to avoid issuing unsupported SQL
Thu, 13 Oct 2011 10:24:27 +0200 [action] has_editable_relation first argument is once_is_enough flag, not an action name stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 13 Oct 2011 10:24:27 +0200] rev 7947
[action] has_editable_relation first argument is once_is_enough flag, not an action name
Tue, 11 Oct 2011 18:16:52 +0200 [table] Only apply sorting event on the first row of a table header (closes #1988780)
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 11 Oct 2011 18:16:52 +0200] rev 7946
[table] Only apply sorting event on the first row of a table header (closes #1988780) We use the new selectorHeaders from table-sorter 2.0.5
Fri, 07 Oct 2011 18:30:29 +0200 [table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
Pierre-Yves David <pierre-yves.david@logilab.fr> [Fri, 07 Oct 2011 18:30:29 +0200] rev 7945
[table js] Update jquery-tablesorter to 2.0.5 (closes #1989018) The cubicweb specific code is moved to the table view. This version add a new useful option for #1988780
Thu, 13 Oct 2011 09:44:14 +0200 init_facets: Add documentation stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 13 Oct 2011 09:44:14 +0200] rev 7944
init_facets: Add documentation init_facets is not included in the default sphinx documentation but this docstring should help people digging into cubicweb core. This could go in an Advanced developer section of the book.
Thu, 13 Oct 2011 09:25:26 +0200 [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 13 Oct 2011 09:25:26 +0200] rev 7943
[facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
Thu, 13 Oct 2011 09:15:16 +0200 [edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
Florent Cayré <florent.cayre@gmail.com> [Thu, 13 Oct 2011 09:15:16 +0200] rev 7942
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
Wed, 12 Oct 2011 19:06:22 +0200 pylint extension stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Oct 2011 19:06:22 +0200] rev 7941
pylint extension
Wed, 12 Oct 2011 19:06:15 +0200 [printers] fix bug introduced by final view refactoring: &#160; shouldn't be escaped.
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 12 Oct 2011 19:06:15 +0200] rev 7940
[printers] fix bug introduced by final view refactoring: &#160; shouldn't be escaped. Also remove some msgids which should have been removed during this refactoring
Tue, 11 Oct 2011 16:01:44 +0200 Add a hidden input:submit field in facets form (closes #1988784) stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 11 Oct 2011 16:01:44 +0200] rev 7939
Add a hidden input:submit field in facets form (closes #1988784) <Enter> is supposed to submit the form only if there is a single input:text field. However most browsers will submit the form on <Enter> anyway if there is an input:submit field. see: http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.2 Firefox 7.0.1 does not submit form on <Enter> if there is more than a input:text field and not input:submit but does it if there is an input:submit. IE 6 or Firefox 2 behave the same way.
Tue, 11 Oct 2011 18:18:14 +0200 AnyRsetView: Refactor the columns_name method and update doc. stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 11 Oct 2011 18:18:14 +0200] rev 7938
AnyRsetView: Refactor the columns_name method and update doc. We drop the 'label_column_%s' % colidx pattern and add a clean column_label method that might be overwritten by children class to alter the way default columns headers are computed.
Tue, 11 Oct 2011 18:16:06 +0200 [facets] FacetFilterMixIn: add documention for class and generate_form
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 11 Oct 2011 18:16:06 +0200] rev 7937
[facets] FacetFilterMixIn: add documention for class and generate_form There is also a small refactoring to make the code clearer. An intermediate variable is introduced and the call is reindented to make it clearer. No logic change.
Tue, 11 Oct 2011 14:04:18 +0200 [facet] Add infered type restriction to Filtered result set (closes #1988776) stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Tue, 11 Oct 2011 14:04:18 +0200] rev 7936
[facet] Add infered type restriction to Filtered result set (closes #1988776) This does not alter the result while allowing more selection option on other variable than the filtered one.
Tue, 11 Oct 2011 14:28:48 +0200 [source] remove uicfg rule for dropped synchronizing attribute stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 14:28:48 +0200] rev 7935
[source] remove uicfg rule for dropped synchronizing attribute
Tue, 11 Oct 2011 13:55:58 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 13:55:58 +0200] rev 7934
backport stable
Tue, 11 Oct 2011 13:54:17 +0200 [datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 13:54:17 +0200] rev 7933
[datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131
Tue, 11 Oct 2011 13:50:32 +0200 [datafeed parser] only update an entity attributes when needed. Closes #1989142 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 13:50:32 +0200] rev 7932
[datafeed parser] only update an entity attributes when needed. Closes #1989142 This may avoid error with some entities which have immutable attributes and don't check something actually changed. Also, avoid modifying the cached item representation, this may cause pb when an item is seen several times during an import.
Tue, 11 Oct 2011 11:00:24 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 11:00:24 +0200] rev 7931
backport stable
Tue, 11 Oct 2011 10:59:35 +0200 [schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 11 Oct 2011 10:59:35 +0200] rev 7930
[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585
Mon, 10 Oct 2011 16:15:55 +0200 [forms] fix bug in linkto refactoring (misordered arguments)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 10 Oct 2011 16:15:55 +0200] rev 7929
[forms] fix bug in linkto refactoring (misordered arguments)
Fri, 07 Oct 2011 17:29:14 +0200 [migration] update old yams api in change_attribute_type stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 17:29:14 +0200] rev 7928
[migration] update old yams api in change_attribute_type
Fri, 07 Oct 2011 17:18:10 +0200 [schema] add missing import (trigger warning) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 17:18:10 +0200] rev 7927
[schema] add missing import (trigger warning)
Fri, 07 Oct 2011 16:58:29 +0200 Added tag cubicweb-debian-version-3.13.8-1 for changeset 43f83f5d0a4d stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 16:58:29 +0200] rev 7926
Added tag cubicweb-debian-version-3.13.8-1 for changeset 43f83f5d0a4d
Fri, 07 Oct 2011 16:58:29 +0200 Added tag cubicweb-version-3.13.8 for changeset 249bd4169339 stable cubicweb-debian-version-3.13.8-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 16:58:29 +0200] rev 7925
Added tag cubicweb-version-3.13.8 for changeset 249bd4169339
Fri, 07 Oct 2011 16:21:04 +0200 3.13.8 stable cubicweb-version-3.13.8
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 16:21:04 +0200] rev 7924
3.13.8
Fri, 07 Oct 2011 15:55:49 +0200 [facets] use encodeURIComponent instead of escape to encode url paremters (closes #1984727) stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 07 Oct 2011 15:55:49 +0200] rev 7923
[facets] use encodeURIComponent instead of escape to encode url paremters (closes #1984727)
Fri, 07 Oct 2011 15:55:15 +0200 [repository] use utcnow instead of now for some internal timetamps (closes #1988458) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 15:55:15 +0200] rev 7922
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
Fri, 07 Oct 2011 15:55:14 +0200 [datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 15:55:14 +0200] rev 7921
[datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676)
Fri, 07 Oct 2011 11:59:20 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 11:59:20 +0200] rev 7920
backport stable
Fri, 07 Oct 2011 11:56:04 +0200 [view, plot] deprecate flot and encourage usage of the jqplot cube (closes #1625218)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 11:56:04 +0200] rev 7919
[view, plot] deprecate flot and encourage usage of the jqplot cube (closes #1625218)
Thu, 06 Oct 2011 18:23:01 +0200 remove 3.14 deprecation warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Oct 2011 18:23:01 +0200] rev 7918
remove 3.14 deprecation warning
Fri, 07 Oct 2011 11:47:42 +0200 sample script to turn a pyro source into a datafeed source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 11:47:42 +0200] rev 7917
sample script to turn a pyro source into a datafeed source
Fri, 07 Oct 2011 11:47:09 +0200 [datafeed parser] properly recurse on nodes to follow all mapped relations (closes #1988432) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 07 Oct 2011 11:47:09 +0200] rev 7916
[datafeed parser] properly recurse on nodes to follow all mapped relations (closes #1988432)
Thu, 06 Oct 2011 16:15:16 +0200 [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Oct 2011 16:15:16 +0200] rev 7915
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)
Thu, 06 Oct 2011 16:14:08 +0200 [request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Oct 2011 16:14:08 +0200] rev 7914
[request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
Thu, 06 Oct 2011 16:14:08 +0200 [web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Oct 2011 16:14:08 +0200] rev 7913
[web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742) also, fix implementation so that negative time delta are properly considered
Thu, 06 Oct 2011 10:13:24 +0200 [js] Remove tab mixed with space in ``web/data/cubicweb.facets.js`` stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Thu, 06 Oct 2011 10:13:24 +0200] rev 7912
[js] Remove tab mixed with space in ``web/data/cubicweb.facets.js``
Thu, 06 Oct 2011 10:09:42 +0200 [xml/rdf views] handle case where the user hasn't read access to a relation (closes #1984598) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 06 Oct 2011 10:09:42 +0200] rev 7911
[xml/rdf views] handle case where the user hasn't read access to a relation (closes #1984598) The view shouldn't crash in such case. Also refactor xmlrelateditem view and its call on the way.
Tue, 04 Oct 2011 18:45:38 +0200 [datafeed] don't crash if url is not specified
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 18:45:38 +0200] rev 7910
[datafeed] don't crash if url is not specified
Tue, 04 Oct 2011 13:59:12 +0200 [web session] ProgrammingError may be raised, we should catch it (closes #1980076) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 13:59:12 +0200] rev 7909
[web session] ProgrammingError may be raised, we should catch it (closes #1980076)
Tue, 04 Oct 2011 13:58:57 +0200 [web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 13:58:57 +0200] rev 7908
[web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data
Tue, 04 Oct 2011 12:23:52 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 12:23:52 +0200] rev 7907
backport stable
Fri, 30 Sep 2011 18:10:28 +0200 repaire cctl db-init -d on sqlserver (closes #1979670)
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 30 Sep 2011 18:10:28 +0200] rev 7906
repaire cctl db-init -d on sqlserver (closes #1979670) requires an updated yams
Tue, 04 Oct 2011 10:29:56 +0200 [test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 10:29:56 +0200] rev 7905
[test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7)
Tue, 04 Oct 2011 10:18:35 +0200 [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 10:18:35 +0200] rev 7904
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)
Tue, 04 Oct 2011 10:15:46 +0200 [pyviews] new colheaders and cssclass arguments on pyvaltable (closes #1979718) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 10:15:46 +0200] rev 7903
[pyviews] new colheaders and cssclass arguments on pyvaltable (closes #1979718)
Tue, 04 Oct 2011 10:15:45 +0200 [rql2sql] support for outer join on column alias (closes #1979645) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 10:15:45 +0200] rev 7902
[rql2sql] support for outer join on column alias (closes #1979645)
Tue, 04 Oct 2011 10:21:05 +0200 [linkto] update documentation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Oct 2011 10:21:05 +0200] rev 7901
[linkto] update documentation
Fri, 30 Sep 2011 18:08:00 +0200 improve EntityAttributesTableView perfs by adding a call to complete() stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 30 Sep 2011 18:08:00 +0200] rev 7900
improve EntityAttributesTableView perfs by adding a call to complete()
Fri, 30 Sep 2011 18:05:57 +0200 fix typo in comment stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 30 Sep 2011 18:05:57 +0200] rev 7899
fix typo in comment
Fri, 30 Sep 2011 11:16:29 +0200 [ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 30 Sep 2011 11:16:29 +0200] rev 7898
[ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4
Fri, 30 Sep 2011 11:15:40 +0200 [book] startup views: add a note about *manage* view stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 30 Sep 2011 11:15:40 +0200] rev 7897
[book] startup views: add a note about *manage* view
Tue, 09 Aug 2011 09:43:26 +0200 [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 09 Aug 2011 09:43:26 +0200] rev 7896
[lint] remove uses of "print >> sys.stderr" (closes #1908571)
Thu, 29 Sep 2011 15:28:41 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 15:28:41 +0200] rev 7895
cleanup
Thu, 29 Sep 2011 14:47:04 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:47:04 +0200] rev 7894
backport stable
Thu, 29 Sep 2011 14:46:41 +0200 [js] add proper excanvas.js (patched version provided with jqplot, but with proper copyrights stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:46:41 +0200] rev 7893
[js] add proper excanvas.js (patched version provided with jqplot, but with proper copyrights
Thu, 29 Sep 2011 14:42:39 +0200 Added tag cubicweb-debian-version-3.13.7-1 for changeset 2f93ce32febe stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:42:39 +0200] rev 7892
Added tag cubicweb-debian-version-3.13.7-1 for changeset 2f93ce32febe
Thu, 29 Sep 2011 14:42:38 +0200 Added tag cubicweb-version-3.13.7 for changeset 68e8c81fa96d stable cubicweb-debian-version-3.13.7-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:42:38 +0200] rev 7891
Added tag cubicweb-version-3.13.7 for changeset 68e8c81fa96d
Thu, 29 Sep 2011 14:09:34 +0200 3.13.7 stable cubicweb-version-3.13.7
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:09:34 +0200] rev 7890
3.13.7
Thu, 29 Sep 2011 14:07:37 +0200 [linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:07:37 +0200] rev 7889
[linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
Thu, 29 Sep 2011 14:05:45 +0200 [req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:05:45 +0200] rev 7888
[req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681)
Thu, 29 Sep 2011 14:05:42 +0200 [repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 14:05:42 +0200] rev 7887
[repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680) elses this may lead to things as described in the ticket...
Thu, 29 Sep 2011 13:53:34 +0200 [ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 13:53:34 +0200] rev 7886
[ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767)
Thu, 29 Sep 2011 12:55:28 +0200 [ms, test] propagate exception in test mode stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 12:55:28 +0200] rev 7885
[ms, test] propagate exception in test mode
Thu, 29 Sep 2011 12:55:20 +0200 [repo] cleanup [_]delete_info prototype: extid argument isn't used stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 29 Sep 2011 12:55:20 +0200] rev 7884
[repo] cleanup [_]delete_info prototype: extid argument isn't used
Tue, 27 Sep 2011 09:26:40 +0200 [views] fix docstring of tableview stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Tue, 27 Sep 2011 09:26:40 +0200] rev 7883
[views] fix docstring of tableview
Wed, 28 Sep 2011 14:33:43 +0200 remove remaining junk from bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 14:33:43 +0200] rev 7882
remove remaining junk from bad merge
Wed, 28 Sep 2011 11:17:49 +0200 fix bad merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 11:17:49 +0200] rev 7881
fix bad merge
Wed, 28 Sep 2011 10:36:41 +0200 [sync schema hooks] pylint fixes have broken hasattr test stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 10:36:41 +0200] rev 7880
[sync schema hooks] pylint fixes have broken hasattr test
Wed, 28 Sep 2011 09:27:42 +0200 [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 09:27:42 +0200] rev 7879
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
Wed, 28 Sep 2011 09:01:17 +0200 [doc] more doc about what's new in 3.14
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 09:01:17 +0200] rev 7878
[doc] more doc about what's new in 3.14
Wed, 28 Sep 2011 08:16:10 +0200 [json] restore 2.5 compat
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 28 Sep 2011 08:16:10 +0200] rev 7877
[json] restore 2.5 compat
Tue, 27 Sep 2011 18:47:11 +0200 [views] implement json / jsonp export views (closes #1942658)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 27 Sep 2011 18:47:11 +0200] rev 7876
[views] implement json / jsonp export views (closes #1942658) Json export views are based on the same model as CSV export views. There are two distinct views : - *jsonexport* : direct conversion of the result set into json - *ejsonexport* : convert entities into json The JSONP parameter is named ``callback`` (same as on geonames, dbepdia and a lot of sites) An optional `_indent` request parameter can be passed to pretty print the results.
Tue, 27 Sep 2011 18:46:36 +0200 [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Florent Cayré <florent.cayre@gmail.com> [Tue, 27 Sep 2011 18:46:36 +0200] rev 7875
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Tue, 27 Sep 2011 16:04:30 +0200 [facet] add safety belt to rql path facet init (closes #1965481) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 27 Sep 2011 16:04:30 +0200] rev 7874
[facet] add safety belt to rql path facet init (closes #1965481)
Tue, 27 Sep 2011 14:57:41 +0200 [cleanup] kill broken livetest module stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 27 Sep 2011 14:57:41 +0200] rev 7873
[cleanup] kill broken livetest module
Tue, 27 Sep 2011 08:17:56 +0200 [req cookie] fix name error stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 27 Sep 2011 08:17:56 +0200] rev 7872
[req cookie] fix name error
Mon, 26 Sep 2011 19:46:04 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:46:04 +0200] rev 7871
backport stable
Mon, 26 Sep 2011 19:45:51 +0200 [test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:45:51 +0200] rev 7870
[test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...)
Mon, 26 Sep 2011 19:35:44 +0200 fix bad merge (unsaved buffers...)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:35:44 +0200] rev 7869
fix bad merge (unsaved buffers...)
Mon, 26 Sep 2011 19:24:08 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:24:08 +0200] rev 7868
backport stable
Mon, 26 Sep 2011 19:09:12 +0200 fix merge stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:09:12 +0200] rev 7867
fix merge
Mon, 26 Sep 2011 19:08:44 +0200 Added tag cubicweb-debian-version-3.13.6-1 for changeset 8a8949ca5351 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:08:44 +0200] rev 7866
Added tag cubicweb-debian-version-3.13.6-1 for changeset 8a8949ca5351
Mon, 26 Sep 2011 19:08:43 +0200 Added tag cubicweb-version-3.13.6 for changeset 17c007ad845a stable cubicweb-debian-version-3.13.6-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 19:08:43 +0200] rev 7865
Added tag cubicweb-version-3.13.6 for changeset 17c007ad845a
Mon, 26 Sep 2011 18:38:38 +0200 backport oldstable stable cubicweb-version-3.13.6
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 18:38:38 +0200] rev 7864
backport oldstable
Mon, 26 Sep 2011 18:37:23 +0200 Added tag cubicweb-debian-version-3.12.10-1 for changeset 9dfd21fa0a8b oldstable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 18:37:23 +0200] rev 7863
Added tag cubicweb-debian-version-3.12.10-1 for changeset 9dfd21fa0a8b
Mon, 26 Sep 2011 18:37:23 +0200 Added tag cubicweb-version-3.12.10 for changeset 074c848a3712 oldstable cubicweb-debian-version-3.12.10-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 18:37:23 +0200] rev 7862
Added tag cubicweb-version-3.12.10 for changeset 074c848a3712
Mon, 26 Sep 2011 18:36:09 +0200 3.13.6 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 18:36:09 +0200] rev 7861
3.13.6
Mon, 26 Sep 2011 18:25:22 +0200 [web/facet] fix example selector in docstring stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 26 Sep 2011 18:25:22 +0200] rev 7860
[web/facet] fix example selector in docstring
Mon, 26 Sep 2011 18:03:38 +0200 [migration doc] talk about changes in Entity.fetch_rql
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 18:03:38 +0200] rev 7859
[migration doc] talk about changes in Entity.fetch_rql
Mon, 26 Sep 2011 17:48:48 +0200 [web request] fix stupid error that gone through the review stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 17:48:48 +0200] rev 7858
[web request] fix stupid error that gone through the review
Mon, 26 Sep 2011 17:23:01 +0200 3.12.10 oldstable cubicweb-version-3.12.10
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 17:23:01 +0200] rev 7857
3.12.10
Tue, 07 Jun 2011 11:42:08 +0200 [skeleton] fix new class configuration in realdbtest stable
Julien Jehannet <julien.jehannet@logilab.fr> [Tue, 07 Jun 2011 11:42:08 +0200] rev 7856
[skeleton] fix new class configuration in realdbtest
Fri, 23 Sep 2011 12:16:29 +0200 [web request] fix cookie 'expires' formating (closes #1953945) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 12:16:29 +0200] rev 7855
[web request] fix cookie 'expires' formating (closes #1953945) This was because cookie.expires wasn't processed in cw.etwist.http, though this code should had never existed, instead proper twisted method should be called. Also, move on the way to headers handling simplification and rewrite cw request.set_cookie / remove_cookie to directly use the Cookie class in cw.web.http_headers rather than going back and forth simple cookie <-> raw string <-> http_headers.Cookie IMO more on this should be done.
Fri, 23 Sep 2011 12:17:12 +0200 [web] properly redirect when user login on loggedout view (closes #1954050) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 12:17:12 +0200] rev 7854
[web] properly redirect when user login on loggedout view (closes #1954050) This avoid getting a "you've no access to this view" message
Mon, 26 Sep 2011 09:31:54 +0200 [i18n] update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 09:31:54 +0200] rev 7853
[i18n] update
Mon, 26 Sep 2011 09:31:44 +0200 [schema, cleanup] one more case for add_etype_button stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 09:31:44 +0200] rev 7852
[schema, cleanup] one more case for add_etype_button
Mon, 26 Sep 2011 09:31:09 +0200 [i18n, facet] missing registration of <no relation> msgid stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 26 Sep 2011 09:31:09 +0200] rev 7851
[i18n, facet] missing registration of <no relation> msgid
Fri, 23 Sep 2011 15:41:21 +0200 [test] sort to avoid random failure due to dict order stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 15:41:21 +0200] rev 7850
[test] sort to avoid random failure due to dict order
Fri, 23 Sep 2011 15:05:09 +0200 [facets] fix height computation (incorporates and/or element if present, use css value to compute likely maximum height, kill wdg_stack_size) (closes #1954077) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 23 Sep 2011 15:05:09 +0200] rev 7849
[facets] fix height computation (incorporates and/or element if present, use css value to compute likely maximum height, kill wdg_stack_size) (closes #1954077)
Fri, 23 Sep 2011 14:56:31 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 14:56:31 +0200] rev 7848
backport stable
Fri, 23 Sep 2011 14:56:13 +0200 [primary view] add 'verbatim' attribute view (closes #1947475) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 14:56:13 +0200] rev 7847
[primary view] add 'verbatim' attribute view (closes #1947475) this patch has been applied to default accidentaly
Fri, 23 Sep 2011 14:43:44 +0200 [primary view] add 'verbatim' attribute view (closes #1947475)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 14:43:44 +0200] rev 7846
[primary view] add 'verbatim' attribute view (closes #1947475)
Fri, 23 Sep 2011 14:18:13 +0200 backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 14:18:13 +0200] rev 7845
backport stable
Fri, 23 Sep 2011 12:40:50 +0200 [doc] split API/book part of stuff that has been moved in primary view module docstring stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 12:40:50 +0200] rev 7844
[doc] split API/book part of stuff that has been moved in primary view module docstring
Fri, 23 Sep 2011 12:23:09 +0200 [rqlrewrite] if inlined relation has to be moved to a subquery, take care of the object of the relation (closes #1945725) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 12:23:09 +0200] rev 7843
[rqlrewrite] if inlined relation has to be moved to a subquery, take care of the object of the relation (closes #1945725) As the object of the relation is moved to the subquery, all variables/relations representing some of its attributes or inlined relations should be moved there as well. This avoid error such as "BadRQLQuery: variable AF should be selected by the subquery" on security insertion.
Fri, 23 Sep 2011 10:42:16 +0200 [views/facets] simple horizontal layout when there are a few facets only (closes #1921709) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Fri, 23 Sep 2011 10:42:16 +0200] rev 7842
[views/facets] simple horizontal layout when there are a few facets only (closes #1921709)
Fri, 23 Sep 2011 09:17:37 +0200 [breadcrumbs] keep proper breadcrumbs when creating an entity linked to another by inspecting __linkto (closes #1947476)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 09:17:37 +0200] rev 7841
[breadcrumbs] keep proper breadcrumbs when creating an entity linked to another by inspecting __linkto (closes #1947476)
Fri, 23 Sep 2011 09:10:58 +0200 [web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 23 Sep 2011 09:10:58 +0200] rev 7840
[web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass
Thu, 22 Sep 2011 17:29:40 +0200 ensure the test for asource column won't crash on SQLServer (closes #1949621) stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Thu, 22 Sep 2011 17:29:40 +0200] rev 7839
ensure the test for asource column won't crash on SQLServer (closes #1949621)
Thu, 22 Sep 2011 19:13:58 +0200 [doc] backport primary view documentation into the code, also document [URL]AttributeView stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 19:13:58 +0200] rev 7838
[doc] backport primary view documentation into the code, also document [URL]AttributeView
Thu, 22 Sep 2011 19:02:39 +0200 [primary sub views] use entity_call instead of cell_call stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 19:02:39 +0200] rev 7837
[primary sub views] use entity_call instead of cell_call
Thu, 22 Sep 2011 19:02:36 +0200 [doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 19:02:36 +0200] rev 7836
[doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly also properly deprecates SecondaryView as it should have been done a while ago.
Thu, 22 Sep 2011 19:02:29 +0200 typo stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 19:02:29 +0200] rev 7835
typo
(0) -3000 -1000 -120 +120 +1000 +3000 tip