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
Thu, 22 Sep 2011 17:20:52 +0200 [reledit] honore 'rvid' for attribute relations (closes #1947471) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 17:20:52 +0200] rev 7834
[reledit] honore 'rvid' for attribute relations (closes #1947471)
Thu, 22 Sep 2011 17:20:41 +0200 [view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 17:20:41 +0200] rev 7833
[view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474)
Thu, 22 Sep 2011 17:20:38 +0200 [sources management] nicer source management view and breadcrumbs (closes #1946329) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 17:20:38 +0200] rev 7832
[sources management] nicer source management view and breadcrumbs (closes #1946329) * nice 'add host config button' * table displaying host configuration * display a source's config using <pre> or something like that that respects EOL * configure breadcrumbs for CWSourceSchemaConfig and CWSourceHostConfig
Thu, 22 Sep 2011 16:53:46 +0200 [cubicweb.js] log evalJSON errors (closes #1947473) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 22 Sep 2011 16:53:46 +0200] rev 7831
[cubicweb.js] log evalJSON errors (closes #1947473)
Thu, 22 Sep 2011 16:53:43 +0200 [views/table] parametrize table view co-classes (closes #1947472) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 22 Sep 2011 16:53:43 +0200] rev 7830
[views/table] parametrize table view co-classes (closes #1947472)
Thu, 22 Sep 2011 16:12:33 +0200 [cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 16:12:33 +0200] rev 7829
[cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782) also fix some pitfalls on the way: * shouldn't capitalize labels, this has to be done in translation files as desired * form_row in CWProperties form didn't return subform as its parent class
Thu, 22 Sep 2011 16:12:28 +0200 [entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 16:12:28 +0200] rev 7828
[entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)
Thu, 22 Sep 2011 16:12:23 +0200 [entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 16:12:23 +0200] rev 7827
[entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758) of rql generation parts of the ORM now based on rql syntax tree. This allows more powerful and flexible sort control by giving them the syntax tree instead of manipulating string. Also: * prefix new methods by 'cw_' * fix cases that currently crash in 3.14 due to the refactoring
Thu, 22 Sep 2011 15:55:58 +0200 [schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 15:55:58 +0200] rev 7826
[schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277) as they are not necessarily unique, eg when one want a configuration for both subject and object
Thu, 22 Sep 2011 15:54:57 +0200 [cleanup] stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 15:54:57 +0200] rev 7825
[cleanup]
Thu, 22 Sep 2011 10:04:20 +0200 [jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Thu, 22 Sep 2011 10:04:20 +0200] rev 7824
[jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810)
Thu, 22 Sep 2011 10:02:25 +0200 [repo] ensure we don't restart a task while the repo is shutting down (closes #1942736) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 10:02:25 +0200] rev 7823
[repo] ensure we don't restart a task while the repo is shutting down (closes #1942736) we need a safety belt in cw itself again looping task which use 'try / except' or doesn't need to access the db (which will trigger ShuttingDown exception)
Thu, 22 Sep 2011 10:02:17 +0200 [warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 22 Sep 2011 10:02:17 +0200] rev 7822
[warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760) as python 2.7 don't show DeprecationWarning by default
Thu, 22 Sep 2011 09:56:20 +0200 [testlib] make self.view() return raw output if no validator is used
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 22 Sep 2011 09:56:20 +0200] rev 7821
[testlib] make self.view() return raw output if no validator is used This will make it possible to parse and test view's output even if no validator is associated to the view's content type.
Wed, 21 Sep 2011 19:04:33 +0200 [tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Sep 2011 19:04:33 +0200] rev 7820
[tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522)
Wed, 21 Sep 2011 19:00:49 +0200 [tabs] fix clic on tab that does nothing (closes #1942750) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 21 Sep 2011 19:00:49 +0200] rev 7819
[tabs] fix clic on tab that does nothing (closes #1942750) (there was an area around the text that would trigger the tab switch but not load the tab content)
Wed, 21 Sep 2011 18:35:45 +0200 [idownloadable] dtw and up copyright stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Sep 2011 18:35:45 +0200] rev 7818
[idownloadable] dtw and up copyright
Wed, 21 Sep 2011 18:35:39 +0200 [test] fix test broken by 7815:2a164a9cf81c stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Sep 2011 18:35:39 +0200] rev 7817
[test] fix test broken by 7815:2a164a9cf81c
Wed, 21 Sep 2011 17:38:44 +0200 [entity doc] fix typo (rest_var instead of rest_attr) and cleanup doc
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Sep 2011 17:38:44 +0200] rev 7816
[entity doc] fix typo (rest_var instead of rest_attr) and cleanup doc
Wed, 21 Sep 2011 17:38:00 +0200 [exceptions] stop catching any exception in various places (closes #1942716) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 21 Sep 2011 17:38:00 +0200] rev 7815
[exceptions] stop catching any exception in various places (closes #1942716)
Tue, 20 Sep 2011 15:14:04 +0200 [tableview] fix view selection when value is None (closes #1936781) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Sep 2011 15:14:04 +0200] rev 7814
[tableview] fix view selection when value is None (closes #1936781) * in case of None on final view, use explicitly asked view anyway * when etype is None, that means it's a non final entity type
Tue, 20 Sep 2011 15:13:42 +0200 [book] merge pyro chapter with faq entry with connexion snippet stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Sep 2011 15:13:42 +0200] rev 7813
[book] merge pyro chapter with faq entry with connexion snippet
Tue, 20 Sep 2011 09:20:41 +0200 i18n update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Sep 2011 09:20:41 +0200] rev 7812
i18n update
Tue, 20 Sep 2011 09:20:17 +0200 [schema view] fix label/name inversion leading to wrong css class / group url depending on user's language stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 20 Sep 2011 09:20:17 +0200] rev 7811
[schema view] fix label/name inversion leading to wrong css class / group url depending on user's language
Mon, 19 Sep 2011 19:13:50 +0200 [i18n] tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Sep 2011 19:13:50 +0200] rev 7810
[i18n] tweaks
Mon, 19 Sep 2011 14:22:51 +0200 [i18n] cleanup messages moved to localperms cube
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 19 Sep 2011 14:22:51 +0200] rev 7809
[i18n] cleanup messages moved to localperms cube
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip