2012-02-13 Julien Cristau [devtools] Use Xvfb to run firefox in js tests on posix platforms stable
2012-02-13 Florent Cayré [i18n] fix pb with non-ascii chars in cwd. closes #2149063 stable
2012-02-13 David Douard [repository] add a ``gc_stats`` method and 2 more cache size for ``stats`` (closes #2179735) stable
2012-02-13 Sylvain Thénault [test] fix test broken by RichString handling changes in yams #default
2012-02-13 Sylvain Thénault [test] fix test broken by EmailAddress read permissions change
2012-02-13 Sylvain Thénault [test] fix test broken by renaming of module containing the cwxml parser and handling of vid in urls
2012-02-13 Sylvain Thénault [test] fix test broken by selectors/predicates changes coming with the move of registry to lgc
2012-02-10 Sylvain Thénault [repo test] fix test broken by recent changes on EmailAddress read permissions
2012-02-10 Sylvain Thénault backport stable
2012-02-10 Sylvain Thénault [server test] fix test broken by recent changes in lgdb stable
2012-02-10 Sylvain Thénault backport stable
2012-02-10 Sylvain Thénault [schema sync hooks] fix format string stable
2012-02-10 Sylvain Thénault [event bus] event has been renamed to publish
2012-02-10 Damien Garaud [schema view] properly display inheritance (closes #870073). stable
2012-02-10 Damien Garaud [workflow view] Display a non-localized version of state/transition names (closes #1912537). stable
2012-02-10 Julien Cristau [repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
2012-02-10 Katia Saurfelt [migration] fire hooks in postcreate by default (closes #1417110)
2012-02-09 Katia Saurfelt [migration] `add_relation_type` warns and add missing definitions on already existing rtypes (closes #2121979) stable
2012-02-10 Alexandre Richardson [i18n] fix translations of login actions in french (closes #1546397) stable
2012-02-09 Katia Saurfelt ([config] add file encoding information to python files (closes #1942655) stable
2012-02-10 Alexandre Richardson [primary view] delete PrimaryView.skip_none attribute (closes #2093250) stable
2012-02-10 Alexandre Richardson [entities system table] change asource and source column size (closes #1951819) stable
2012-02-10 Nicolas Chauvat [view] fix error messages of NotImplementedError stable
2012-02-10 Julien Cristau kill dead code in Workflow view stable
2012-02-09 Sylvain Thénault [bw compat] add compatibility for import of former VRegistry
2012-02-08 Aurelien Campeas [views/attribute] role parameter must default to "subject" (closes #2175427) stable
2012-02-08 patwat [windows service] Copied the 3 lines from etwist/twctl into etwist/service in order to also clean the cache in Windows service mode. stable
2012-02-08 Florent Cayré [entity] fix crash when using cw_instantiate with empty related entity list; closes #2094462 stable
2012-02-08 David Douard [pylint] correctly detect uiprops module when it's not in a package stable
2012-02-03 Sylvain Thénault backport https-deny-anonymous option type fix done in default stable
2012-02-03 Sylvain Thénault Added tag cubicweb-debian-version-3.14.3-1 for changeset 4d0f5d18e8a0 stable
2012-02-03 Sylvain Thénault Added tag cubicweb-version-3.14.3 for changeset 60efdbb45520 stable cubicweb-debian-version-3.14.3-1
2012-02-03 Sylvain Thénault 3.14.3 stable cubicweb-version-3.14.3
2012-02-03 Aurelien Campeas [web/formwidgets] make default_size a tunable, fix code layout (closes #2165936) stable
2012-02-03 Aurelien Campeas [hooks/syncschema] do not crash if the schema did not learn (yet) some new META rtype (closes #2171313) stable
2012-02-02 Arthur Lutz [js] better support for no js in tabs (closes #2162092) stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2012-02-02 Sylvain Thénault [datafeed] when checking for deletion using cwentity xml parser, use vid=xml to limit resources consumption
2012-01-31 Sylvain Thénault [repository] ldap-feed source. Closes #2086984
2012-02-02 Sylvain Thénault [datafeed] set delete-entities=yes is now safer, by checking each entity actually seems deleted. Closes #2165381
2012-01-31 Sylvain Thénault [config, migration] fix https-deny-anonymous option type
2012-01-30 Sylvain Thénault [js, i18n] translated strings should use " not ' else they are discarded by xgettext. Closes #1892489 stable
2012-01-30 Julien Cristau [book] Fix typos in rql datetime functions documentation
2012-01-26 Sylvain Thénault [search box] allow to specify domid in select arguments. Closes #2162166
2012-01-27 Aurelien Campeas [config] fix rql-cache-size initial values (closes #2162160) stable
2012-01-26 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
2012-01-18 Pierre-Yves David [storage] BFSS now create read only file (closes #2151672)
2012-01-23 Sylvain Thénault backport stable
2012-01-19 Sylvain Thénault [schema synchronization] don't use sql for TODAY/NOW in keyword arg. Closes #2154815 stable
2012-01-23 Sylvain Thénault backport oldstable stable
2012-01-19 Sylvain Thénault [req cookie] fix remove_cookie expires which was leading to expires computed to 0 in set_cookie and the Cookie class interpret that has no expires. Closes #2154654 oldstable
2011-12-21 Sylvain Thénault [testlib, postgres] take care, _repo is None when backuping postgres test db, crashing database generation stable
2012-01-18 Florent Cayré [base views] make it easier to override EntityStartupView behaviour when the rset is empty; closes #2126364 stable
2012-01-18 Sylvain Thénault [excanvas js] missing comma stable
2012-01-17 Sylvain Thénault backport stable
2012-01-17 Julien Cristau [datafeed] Don't pretend all columns are sortable in datafeed sources import log view. Closes #2146387
2012-01-17 Julien Cristau [facets] Make hiding facet body optional (closes #2105862)
2012-01-17 Florent Cayré [manage/index view] fix sources management view appearing in index view although it should not; closes #2126335 stable
2012-01-17 Sylvain Thénault [book] add doc about request, session and connection management you need to know when writing tests stable
2012-01-17 Sylvain Thénault [test] test/demonstrate relation permissions overriding stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip