Mon, 23 May 2011 13:24:54 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.5 for changeset ae33197db1f0 stable cubicweb-debian-version-3.12.5-1
Mon, 23 May 2011 10:34:29 +0200 Sylvain Thénault 3.12.5 stable cubicweb-version-3.12.5
Mon, 23 May 2011 10:28:03 +0200 Sylvain Thénault i18nupdate stable
Fri, 20 May 2011 19:27:00 +0200 Aurelien Campeas [views/table (facetform)] introduced in facetbox, was missing in tableview form filter
Fri, 20 May 2011 19:22:30 +0200 Aurelien Campeas [web.facet] self.w -> w
Fri, 20 May 2011 19:09:01 +0200 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
Fri, 20 May 2011 17:29:50 +0200 Sylvain Thénault backport stable
Fri, 20 May 2011 17:27:55 +0200 Sylvain Thénault cleanup and update some copyright stable
Fri, 20 May 2011 17:27:33 +0200 Sylvain Thénault [migractions] fix change_attribute_type stable
Fri, 20 May 2011 17:27:15 +0200 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
Fri, 20 May 2011 17:20:51 +0200 Sylvain Thénault [form rendering] some refactoring to ease FormRenderer overriding stable
Thu, 19 May 2011 18:49:57 +0200 Sylvain Thénault [deprecation] drop remaining warnings stable
Thu, 19 May 2011 18:48:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 17:53:46 +0200 Sylvain Thénault [session] new methods on session to ease access to security/hooks control context managers stable
Thu, 19 May 2011 17:53:01 +0200 Sylvain Thénault [workflow] new 'fire_transition_if_possible' method on IWorkflowable to fire a transition if it's possible stable
Thu, 19 May 2011 17:53:00 +0200 Sylvain Thénault [workflow] new 'incontext-state' view for IWorkflowable entities stable
Thu, 19 May 2011 16:39:24 +0200 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
Thu, 19 May 2011 15:56:49 +0200 Sylvain Thénault [workflow] add method on IWorkflowable to set initial state of an entity (closes #1686357) stable
Thu, 19 May 2011 11:50:54 +0200 Sylvain Thénault [web test] fix test broken by making cw_source editable by managers
Thu, 19 May 2011 10:53:17 +0200 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Thu, 19 May 2011 10:36:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 10:35:20 +0200 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
Thu, 19 May 2011 09:43:23 +0200 Sylvain Thénault [rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat stable
Thu, 19 May 2011 09:40:44 +0200 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
Wed, 18 May 2011 16:05:11 +0200 Sylvain Thénault fix some deprecation warnings stable
Wed, 18 May 2011 16:04:47 +0200 Sylvain Thénault [querier test] test groupby function call / column number
Tue, 17 May 2011 07:37:13 +0200 Sylvain Thénault backport stable
Mon, 16 May 2011 21:41:50 +0200 Sylvain Thénault [plot views] don't paginate stable
Mon, 16 May 2011 16:25:33 +0200 Sylvain Thénault backport oldstable stable
Mon, 16 May 2011 16:24:00 +0200 Sylvain Thénault [url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository) oldstable
Thu, 28 Apr 2011 17:05:22 +0200 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
Mon, 16 May 2011 11:36:42 +0200 Sylvain Thénault [repo test] datafeed parser's process method should now take raise_on_error argument
Mon, 16 May 2011 10:17:48 +0200 Sylvain Thénault [datafeed] propagate raise_on_error to parser's process method
Mon, 16 May 2011 10:19:22 +0200 Pierre-Yves David [http] Make a better __repr__ for Status responce exception. stable
Fri, 13 May 2011 18:47:03 +0200 Aurelien Campeas [schema] fix imprecise error message
Fri, 13 May 2011 14:58:16 +0200 Alexandre Fayolle fix name error introduced in previous changeset
Fri, 13 May 2011 13:40:51 +0200 Sylvain Thénault [server test] restore logging level after test end
Fri, 13 May 2011 13:40:48 +0200 Sylvain Thénault [web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
Fri, 13 May 2011 10:42:04 +0200 Sylvain Thénault remove debug print
Fri, 13 May 2011 10:10:41 +0200 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
Fri, 13 May 2011 10:10:19 +0200 Sylvain Thénault backport stable
Fri, 13 May 2011 10:09:54 +0200 Sylvain Thénault [entity] fix cw_instantiate w/ reverse_ relation crash when either multiple entities are given or an eid instead of an entity stable
Fri, 13 May 2011 10:09:52 +0200 Sylvain Thénault [cw source ui] fix mapping checking for datafeed source (avoid false positive error, but doesn't check that much things) stable
Thu, 12 May 2011 10:22:17 +0200 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
Wed, 11 May 2011 19:03:16 +0200 Sylvain Thénault [repo cache] there are some relations we don't want to cache, they may cause memory leak stable
Wed, 11 May 2011 19:02:27 +0200 Sylvain Thénault [c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro stable
Wed, 11 May 2011 17:06:41 +0200 Sylvain Thénault [cwpermission, cwgroup] convenience method on CWGroup to grant a local permission (ie CWPermission) on an entity stable
Wed, 11 May 2011 17:05:59 +0200 Sylvain Thénault [cleanup] kill some remaining traces of goa stable
Wed, 11 May 2011 17:04:29 +0200 Sylvain Thénault [c-c shell] closes #1669147: autocommit in maintenance scripts stable
Wed, 11 May 2011 13:41:21 +0200 Sylvain Thénault backport stable
Wed, 11 May 2011 13:39:01 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.4-1 for changeset 7c4d34a5ec57 stable
Wed, 11 May 2011 13:39:00 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.4 for changeset 5cd0dbc26882 stable cubicweb-debian-version-3.12.4-1
Wed, 11 May 2011 12:29:12 +0200 Sylvain Thénault 3.12.4 stable cubicweb-version-3.12.4
Wed, 11 May 2011 12:11:51 +0200 Sylvain Thénault missing future import
Wed, 11 May 2011 12:04:56 +0200 Sylvain Thénault don't let windmill/qunit test break apycot warning for all web/test stable
Wed, 11 May 2011 09:42:02 +0200 Sylvain Thénault [selectors] enhance rql_condition to make it usable as a condition on request's user stable
Wed, 11 May 2011 09:39:51 +0200 Sylvain Thénault [repo test] fix test broken by c2452cd57026 by using proper fake session
Wed, 11 May 2011 09:38:44 +0200 Sylvain Thénault [testlib] fake session can be given a vreg
Tue, 10 May 2011 18:53:30 +0200 Sylvain Thénault backport stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip