2011-05-23 Sylvain Thénault Added tag cubicweb-debian-version-3.12.5-1 for changeset 6dfe78a0797c stable
2011-05-23 Sylvain Thénault Added tag cubicweb-version-3.12.5 for changeset ae33197db1f0 stable cubicweb-debian-version-3.12.5-1
2011-05-23 Sylvain Thénault 3.12.5 stable cubicweb-version-3.12.5
2011-05-23 Sylvain Thénault i18nupdate stable
2011-05-20 Aurelien Campeas [views/table (facetform)] introduced in facetbox, was missing in tableview form filter
2011-05-20 Aurelien Campeas [web.facet] self.w -> w
2011-05-20 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
2011-05-20 Sylvain Thénault backport stable
2011-05-20 Sylvain Thénault cleanup and update some copyright stable
2011-05-20 Sylvain Thénault [migractions] fix change_attribute_type stable
2011-05-20 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
2011-05-20 Sylvain Thénault [form rendering] some refactoring to ease FormRenderer overriding stable
2011-05-19 Sylvain Thénault [deprecation] drop remaining warnings stable
2011-05-19 Sylvain Thénault backport stable
2011-05-19 Sylvain Thénault [session] new methods on session to ease access to security/hooks control context managers stable
2011-05-19 Sylvain Thénault [workflow] new 'fire_transition_if_possible' method on IWorkflowable to fire a transition if it's possible stable
2011-05-19 Sylvain Thénault [workflow] new 'incontext-state' view for IWorkflowable entities stable
2011-05-19 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
2011-05-19 Sylvain Thénault [workflow] add method on IWorkflowable to set initial state of an entity (closes #1686357) stable
2011-05-19 Sylvain Thénault [web test] fix test broken by making cw_source editable by managers
2011-05-19 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-19 Sylvain Thénault backport stable
2011-05-19 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
2011-05-19 Sylvain Thénault [rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat stable
2011-05-19 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
2011-05-18 Sylvain Thénault fix some deprecation warnings stable
2011-05-18 Sylvain Thénault [querier test] test groupby function call / column number
2011-05-17 Sylvain Thénault backport stable
2011-05-16 Sylvain Thénault [plot views] don't paginate stable
2011-05-16 Sylvain Thénault backport oldstable stable
2011-05-16 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
2011-04-28 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
2011-05-16 Sylvain Thénault [repo test] datafeed parser's process method should now take raise_on_error argument
2011-05-16 Sylvain Thénault [datafeed] propagate raise_on_error to parser's process method
2011-05-16 Pierre-Yves David [http] Make a better __repr__ for Status responce exception. stable
2011-05-13 Aurelien Campeas [schema] fix imprecise error message
2011-05-13 Alexandre Fayolle fix name error introduced in previous changeset
2011-05-13 Sylvain Thénault [server test] restore logging level after test end
2011-05-13 Sylvain Thénault [web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
2011-05-13 Sylvain Thénault remove debug print
2011-05-13 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
2011-05-13 Sylvain Thénault backport stable
2011-05-13 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
2011-05-13 Sylvain Thénault [cw source ui] fix mapping checking for datafeed source (avoid false positive error, but doesn't check that much things) stable
2011-05-12 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
2011-05-11 Sylvain Thénault [repo cache] there are some relations we don't want to cache, they may cause memory leak stable
2011-05-11 Sylvain Thénault [c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro stable
2011-05-11 Sylvain Thénault [cwpermission, cwgroup] convenience method on CWGroup to grant a local permission (ie CWPermission) on an entity stable
2011-05-11 Sylvain Thénault [cleanup] kill some remaining traces of goa stable
2011-05-11 Sylvain Thénault [c-c shell] closes #1669147: autocommit in maintenance scripts stable
2011-05-11 Sylvain Thénault backport stable
2011-05-11 Sylvain Thénault Added tag cubicweb-debian-version-3.12.4-1 for changeset 7c4d34a5ec57 stable
2011-05-11 Sylvain Thénault Added tag cubicweb-version-3.12.4 for changeset 5cd0dbc26882 stable cubicweb-debian-version-3.12.4-1
2011-05-11 Sylvain Thénault 3.12.4 stable cubicweb-version-3.12.4
2011-05-11 Sylvain Thénault missing future import
2011-05-11 Sylvain Thénault don't let windmill/qunit test break apycot warning for all web/test stable
2011-05-11 Sylvain Thénault [selectors] enhance rql_condition to make it usable as a condition on request's user stable
2011-05-11 Sylvain Thénault [repo test] fix test broken by c2452cd57026 by using proper fake session
2011-05-11 Sylvain Thénault [testlib] fake session can be given a vreg
2011-05-10 Sylvain Thénault backport stable
2011-05-10 Sylvain Thénault fix some test failures introduced by 7350:c2452cd57026
2011-05-10 Sylvain Thénault [rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395 stable
2011-05-10 Sylvain Thénault resurrect code lost by too much patch manipulation
2011-05-10 Sylvain Thénault backport stable
2011-05-02 Nicolas Chauvat [parsers] various refactorings stable
2011-05-10 Sylvain Thénault backport oldstable stable
2011-05-10 Sylvain Thénault backport stable
2011-05-10 Sylvain Thénault fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests stable
2011-05-10 Sylvain Thénault [session] enhance session's transaction storage handling to fix cases where commit/rollback is done while in the context of hooks_control/security_enabled managers. Closes #1412648: commit or rollback during postcreate reset hooks control state
2011-05-10 Sylvain Thénault [session] nicer local variable names
2011-05-10 Pierre-Yves David [web server] #1642893 issue a 403 instead of a 500 on Unauthorized exception oldstable
2011-05-09 Aurelien Campeas [css] repair selected slice distinctiveness (with a nice, discrete bg color)
2011-05-09 Sylvain Thénault [view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others stable
2011-05-09 Sylvain Thénault [selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col stable
2011-05-09 Sylvain Thénault [etwist] fix bug w/ new resources concantenation and https-url enabled sites
2011-05-09 Sylvain Thénault oops stable
2011-04-21 Sylvain Thénault adds support for a portable db import/export format (closes: #1521112) stable
2011-04-21 Alexandre Fayolle add a new method iter_process_result which does the same as proces_result but is a generator (closes #1625374) stable
2011-05-09 Sylvain Thénault [session] lock self._closed and session.close to avoid race conditions stable
2011-05-09 Sylvain Thénault [server test] use a lock instead of sleep to have higher green probability :/ stable
2011-05-09 Sylvain Thénault backport stable
2011-05-09 Sylvain Thénault [testlib] create_user may now create user's email address stable
2011-05-09 Sylvain Thénault enhanced comment
2011-05-09 Sylvain Thénault [i18n] en translation fixes stable
2011-05-09 Sylvain Thénault [users management] use an existing msgid... stable
2011-05-09 Sylvain Thénault [cwgroup views] uicfg rules cleanup stable
2011-05-07 Sylvain Thénault backport stable
2011-05-07 Sylvain Thénault [testlib] grant_permission now accept either an entity or en eid stable
2011-05-07 Sylvain Thénault [session selector] missing not stable
2011-05-06 Sylvain Thénault [session] new selectors according to session type (eg user or internal stable
2011-05-06 Sylvain Thénault [ajax] reload method should return underlying deferred stable
2011-05-06 Sylvain Thénault [user mgmt] should show user login in first column in any case (e.g. application specific override) stable
2011-05-06 Aurelien Campeas [component|i18n] give imgs an alt attribute, refresh i18n po files
2011-05-06 Aurelien Campeas [i18n/es] repair es.po
2011-05-06 Sylvain Thénault [testlib] fix deprecation warning stack level stable
2011-05-06 Aurelien Campeas [nav component/cosmetics] have nice looking arrows insteads of << / >>
2011-05-06 Sylvain Thénault backport stable
2011-05-06 Sylvain Thénault Added tag cubicweb-debian-version-3.12.3-1 for changeset ba8fe4f2e408 stable
2011-05-06 Sylvain Thénault Added tag cubicweb-version-3.12.3 for changeset e712bc6f1f71 stable cubicweb-debian-version-3.12.3-1
2011-05-05 Sylvain Thénault 3.12.3 stable cubicweb-version-3.12.3
2011-05-05 Sylvain Thénault backport oldstable stable
2011-05-05 Sylvain Thénault Added tag cubicweb-debian-version-3.11.3-1 for changeset b3c6702761a1 oldstable
2011-05-05 Sylvain Thénault Added tag cubicweb-version-3.11.3 for changeset b7a124f9aed2 oldstable cubicweb-debian-version-3.11.3-1
2011-05-05 Sylvain Thénault 3.11.3 hopefuly closing the 3.11 serie oldstable cubicweb-version-3.11.3
2011-05-05 Sylvain Thénault backport stable
2011-05-05 Sylvain Thénault [testlib] fix assertAuthFailure to consider both None and dbapi._NeedAuthAccessMock as meaning 'no connection has been set' stable
2011-05-05 Sylvain Thénault [i18n] update spanish translation, thanks to Celso from CreaLibre stable
2011-05-05 Sylvain Thénault [i18n] fix french translation stable
2011-05-05 Sylvain Thénault [primary, metadata] reuse existing msgids stable
2011-05-05 Florent Cayré fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
2011-05-05 Nicolas Chauvat [entity] make set_relations() accept entities and eids (closes #1631391) stable
2011-05-05 Sylvain Thénault [CubicWebTC] fix create_user bw compat stable
2011-05-05 Sylvain Thénault [msplanner] fix regression and test failure introduced in 7292:258c92805066 stable
2011-05-04 Sylvain Thénault [repository quick start] should modify class attribute to get this actually working (used by a classmethod) stable
2011-05-04 Adrien Di Mascio backport stable
2011-05-04 Aurelien Campeas [js] use minified jquery stable
2011-05-04 Florent Cayré [entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282) stable
2011-05-03 Sylvain Thénault [configuration] exit with proper message when sources file is unreadable (you usually started cw while logged with a wrong user). Closes #1631238
2011-05-03 Adrien Di Mascio [js] remove facet-loading.png, use plain-text / i18n
2011-05-03 Sylvain Thénault backport stable
2011-05-03 Sylvain Thénault [selectors] fix on_fire_transition for cases where change_state is called (eg no transition specified) stable
2011-05-02 Sylvain Thénault [workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition stable
2011-05-02 Sylvain Thénault backport stable
2011-05-02 Sylvain Thénault [migration] new command to get default workflow for an entity type stable
2011-05-02 Sylvain Thénault [workflow hooks] reuse metadata/integrity categories instead of a new 'workflow' category and drop useless hook
2011-05-02 Sylvain Thénault [entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
2011-04-29 Sylvain Thénault [ms planner] ignore neged source relation when trying to restrict query sources stable
(0) -3000 -1000 -128 +128 +1000 +3000 tip