2011-01-21 Sylvain Thénault [adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class stable
2011-01-20 Sylvain Thénault [c-c delete] add quote on db drop statement to be more robust to exotic database names stable
2011-01-20 Sylvain Thénault [ajax] apply Ronan Dunklau patch closing #1433305: loadRemote js function failure on Firefox 4 with upper cased base domain name stable
2011-01-20 Sylvain Thénault [schema] ease understanding of schema naming error stable
2011-01-20 Sylvain Thénault [db-create] we should always ask db user that should be used when special privileges are required stable
2011-01-20 Sylvain Thénault [entity] fix some docstrings stable
2011-01-20 Aurelien Campeas [js] always lowercase baseuri #1433305 stable
2011-01-19 Aurelien Campeas [rset] add utility method to get entities and attributes from any rset stable
2011-01-20 Sylvain Thénault [url publishing] evaluate url rewrite rules before rest path so one may easily override schema based urls
2011-01-20 Sylvain Thénault [ui, index page] drop useless 'schema entities' table
2011-01-20 cheb [views] delete ``permission`` tab in ``SchemaView``
2011-01-20 Sylvain Thénault [schema] fix CWSource permissions stable
2011-01-20 Sylvain Thénault [migration] fix migration of old cw instances which do not have yet the CWUniqueTogetherConstraint entity type stable
2011-01-19 Sylvain Thénault [repo] kill no more needed 'recreate' feature
2011-01-19 Sylvain Thénault [repo] move cursor creation into the try/except, it may raises an InterfaceError if the connection is closed stable
2011-01-19 Sylvain Thénault [repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
2011-01-19 Sylvain Thénault [web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
2011-01-19 Sylvain Thénault [primary view] support for entity_call on primary view
2011-01-19 Sylvain Thénault [doc] fix typo stable
2011-01-19 Sylvain Thénault [c-c list] don't crash if there are no 'version' attribute in pkginfo stable
2011-01-19 Sylvain Thénault [config] stop using a metaclass for registration of "public" configuration, simply do it explicitly stable
2011-01-19 Sylvain Thénault [devtools] set configuration name to all-in-one so test/data/all-in-one.conf file will be loaded as one may expected stable
2011-01-19 Sylvain Thénault backport stable
2011-01-19 Sylvain Thénault [sparql] fix an url generation bug breaking sparqlxml results view + remove a deprecation warning stable
2011-01-17 Sylvain Thénault [skel] setup.py patched to get easy_install to work stable
2011-01-17 Sylvain Thénault [tutorial] make things clearer stable
2011-01-17 Sylvain Thénault [hook] drop now deprecated comment (pop handled by get_data) stable
2011-01-17 Alexandre Fayolle tutorial proof reading stable
2011-01-17 Alain Leufroy [pkg] fix small bug appearing on Windows stable
2011-01-17 Sylvain Thénault [doc] major rework of the simple blog tutorial stable
2011-01-17 Sylvain Thénault [doc] fix match_rtype_sets docstring stable
2011-01-17 Sylvain Thénault [doc] some ReST syntax fixes stable
2011-01-17 Sylvain Thénault [doc] update cw api (XXX: similar changes have to be done in book probably) stable
2011-01-17 Alexandre Fayolle added note about the effect of commit/rollback on the hooks_control context manager stable
2011-01-14 Sylvain Thénault [doc] fix security bug in photo web site tutorial stable
2011-01-14 Sylvain Thénault [c-c create] don't ask for web server interface at level 0 stable
2011-01-14 Sylvain Thénault [skeleton] nicer pkginfo organization stable
2011-01-14 Sylvain Thénault [ui tweaks] fix default ui stable
2011-01-14 Sylvain Thénault [i18n] missing english translation stable
2011-01-14 Sylvain Thénault [doc] update unittest api stable
2011-01-14 Adrien Di Mascio backport stable branch
2011-01-14 Adrien Di Mascio [views] fix typo (invalid format character) in deprecation warning stable
2011-01-13 Sylvain Thénault backport stable
2011-01-13 Sylvain Thénault merge stable heads stable
2011-01-13 Sylvain Thénault Added tag cubicweb-debian-version-3.10.7-1 for changeset bf5d9a1415e3 stable
2011-01-13 Sylvain Thénault Added tag cubicweb-version-3.10.7 for changeset 1959d97ebf2e stable cubicweb-debian-version-3.10.7-1
2011-01-13 Sylvain Thénault [server test] can't use skipTest method as a class method, raise appropriate exception instead stable
2011-01-13 david douard [etwist] add an 'interface' config option (passed to reactor.listenTCP) stable cubicweb-version-3.10.7
2011-01-13 Sylvain Thénault [wf migration] allow to deactivate assertion on wfable entity to quick-fix tests stable
2011-01-13 Sylvain Thénault [schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration. stable
2011-01-13 Sylvain Thénault [idownloadable] deprecate download_box function stable
2011-01-12 Sylvain Thénault [idownloadable] restore backward compat stable
2011-01-12 Sylvain Thénault typo in deprecation warning stable
2011-01-12 Sylvain Thénault [doc] stop trying to compile useless files with logilab's internal tools stable
2011-01-12 Sylvain Thénault update version number of dependancy to rql stable
2011-01-12 Sylvain Thénault prepare 3.10.7 stable
2011-01-12 Sylvain Thénault i18nupdate stable
2011-01-11 Sylvain Thénault [cleanup] pylint detected error (among a ton of false positives due to the dynamic nature of cubicweb's code...) stable
2010-11-09 Pierre-Yves David [testlib] extract validation logic into a ``assertWellFormed`` method. stable
2011-01-11 Sylvain Thénault [migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720) stable
2011-01-11 Sylvain Thénault unittest2 fix: can't skip test in setUp, but it's fine in setUpClass stable
2011-01-11 Sylvain Thénault [c-c] #1193302: Only show Deprecation warnings when using cubicweb-ctl (not /etc/init.d/cubicweb) stable
2011-01-11 Sylvain Thénault [pyviews] document the fact that content is not xml-escaped (closes #1382038) stable
2011-01-11 Sylvain Thénault [repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002) stable
(0) -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip