2017-10-30 Denis Laxalde [tox] Bump flake8 version to 3.5
2017-10-30 Denis Laxalde [pyramid] Get rid of a couple of bare "except"
2017-10-30 Denis Laxalde [pyramid] Get rid of a bare "except" in UpdateLoginTimeAuthenticationPolicy
2017-10-30 Denis Laxalde [web] Avoid bare "except" in ConcatFilesHandler.concat_cached_filepath()
2017-10-30 Denis Laxalde [test] Use ignore_errors=True in shutil.rmtree instead of try/except/pass
2017-10-30 Denis Laxalde [server] Get rid of a bare except in sqlutils
2017-10-30 Denis Laxalde [server] Do not use logilab.common.date.strptime in sqlutils
2017-10-30 Denis Laxalde [dataimport/test] Ignore flake8 error E741 in test_pgstore.py
2017-10-30 Denis Laxalde [test] Avoid ambiguous variable name "l" in unittest_req.py
2017-10-30 Denis Laxalde [tox] Bound flake8 version to >=3.4, <3.5 3.25
2017-10-24 Philippe Pepiot [pyramid] set waitress url_scheme to https when base-url scheme is https 3.25
2017-10-17 Philippe Pepiot Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268 3.25
2017-10-17 Philippe Pepiot [pkg] version 3.25.3 3.25 3.25.3 centos/3.25.3-1 debian/3.25.3-1
2017-10-06 Sylvain Thénault [uicfg] Fix autoform_section rtags wrt derivation 3.25
2017-10-06 Sylvain Thénault [rtags] Enhance repr of rtags 3.25
2017-10-06 Sylvain Thénault [web/test] Use bare unittest main instead of lgc.main 3.25
2017-10-06 Sylvain Thénault [cleanup] Fix some flake8 errors 3.25
2017-09-15 Olivier Giorgis [doc] Update the advanced tutorial
2017-09-12 Denis Laxalde [views] Respond with 400 Bad Request in case of validation error in ajax request
2017-10-06 Adrien Di Mascio [web] fix session /cnx mix in anonymized_request 3.25
2017-10-06 Sylvain Thénault [test] Pin some test dependencies
2017-10-06 Sylvain Thénault [test] Pin some test dependencies 3.25
2017-10-05 Sylvain Thénault [web/form] Relax condition for non-translating field names 3.25
2017-09-12 Sylvain Thénault Merge with 3.25 branch
2017-09-26 Denis Laxalde [entities] Restore dc_ methods instead of __getattr__ proxy 3.25
2017-09-13 Samuel Trégouët [pkg] add missing unittest2 dependency to spec file 3.25
2017-09-12 Sylvain Thénault Added tag 3.25.2, debian/3.25.2-1, centos/3.25.2-1 for changeset 5010381099f1 3.25
2017-09-11 Sylvain Thénault [pkg] Prepare version 3.25.2 3.25 3.25.2 centos/3.25.2-1 debian/3.25.2-1
2017-06-22 Arthur Lutz [cubicweb/pyramid] take into account two ignored CORS configuration items from all-in-one.conf 3.25
2017-04-04 David Douard [cwctl] upgrade: do delete the static data dir if verbosity is 0 (closes #17069749) 3.25
2017-07-28 Jérôme Roy [doc] Fix option_*() migration commands in doc 3.25
2017-05-03 David Douard [massive store] ensure the cwmassive_initialized table is deleted if needed 3.25
2017-05-03 David Douard [server] fix deserialize_schema to handle properly pg schema (closes 17076486) 3.25
2017-05-10 David Douard [server/utils] update passlib API to 1.7 (closes #17054805) 3.25
2017-07-10 Denis Laxalde Merge with 3.25 branch
2017-07-10 Denis Laxalde Added tag 3.25.1, debian/3.25.1-1, centos/3.25.1-1 for changeset 5fe62978801a 3.25
2017-07-10 Denis Laxalde [pkg] Version 3.25.1 3.25 3.25.1 centos/3.25.1-1 debian/3.25.1-1
2017-04-21 Sylvain Thénault [facets] Fix disappearance of navtop component on facet filtering
2017-06-19 Denis Laxalde [web] Set response status to 400 when appropriate in ajax controller
2017-06-19 Denis Laxalde [web] Only log exceptions in debug mode in Ajax controllers
2017-06-06 Denis Laxalde [pyramid] Only expose 'cubicweb.bwcompat' setting for "all-in-one" configuration type 3.25
2017-04-27 Yann Voté [migration] Only drop moved table entities if it does not exists 3.25
2017-05-05 Philippe Pepiot [web/views] delete: show composite entities in predictible order 3.25
2017-04-28 Philippe Pepiot [req] fix find() generating non-rewritable rql on non final relations
2017-04-26 Philippe Pepiot [req] raise KeyError instead of AssertionError in req.find()
2017-04-25 Philippe Pepiot [req] use format() instead of % substitution
2017-04-25 Philippe Pepiot [test] make assertions on exception message
2017-04-25 Philippe Pepiot [req] clearer exception message
2017-04-21 Sylvain Thénault [cleanup] Drop useless fake function
2017-04-21 Sylvain Thénault [cleanup] Use plain unittest main in unittest_rqlrewrite
2017-04-25 Sylvain Thénault [cleanup] Fix flake8 error unittest_rqlrewrite
2017-04-20 Sylvain Thénault [rqlrewrite] Enhance detection of need for Exists node
2017-04-21 Sylvain Thénault [rqlrewrite] Fix rewrite on ambiguities introduced by NOT relation or "is IN" type restriction
2017-04-19 Sylvain Thénault [dataimport] Add explanation about why external entities can't be inserted
2017-04-20 Philippe Pepiot [querier] Fix typo in Unauthorized message exception
2017-04-19 Sylvain Thénault [massive store] Ensure temporary metadata table get dropped
2017-04-19 Sylvain Thénault [test] Stop using lgc.testlib.unittest_main in dataimport's test_sqlgenstore.py
2017-04-19 Sylvain Thénault [test/cleanup] Cleanup flake8 errors in dataimport's test_sqlgenstore
2017-04-19 Sylvain Thénault [pkg] Fix path error in flake8-ok-files
2017-04-19 Sylvain Thénault [cleanup] Fix undetected pep8 error
2017-04-19 Denis Laxalde [doc] Set release date of 3.25 in changelog 3.25
2017-04-14 Philippe Pepiot [cwconfig] load appobjects subpackages recursively 3.25
2017-04-14 Denis Laxalde [pkg] Set version to 3.26.0.dev0
2017-04-14 Denis Laxalde Merge with 3.25 branch
2017-04-14 Denis Laxalde Added tag 3.25.0, debian/3.25.0-1, centos/3.25.0-1 for changeset dacc5b168e29 3.25
2017-04-14 Denis Laxalde [pkg] Version 3.25.0 3.25 3.25.0 centos/3.25.0-1 debian/3.25.0-1
2017-04-13 Sylvain Thénault [entities] Fix backward compat of IDublinCore adapter wrt dc_long_title 3.25
2017-04-13 Denis Laxalde [web] Do not try to rmtree symlinks in rmtreecontent() 3.25
2017-04-13 Denis Laxalde [pkg] Version 3.25.0rc3 3.25
2017-04-12 Sylvain Thénault [test] Stop using lgc.testlib 3.25
2017-04-12 Sylvain Thénault Fix some flake8 errors 3.25
2017-04-12 Sylvain Thénault [sources] Turn classmethod into standard method 3.25
2017-04-12 Sylvain Thénault [test] Add some tests for hooks.syncsources 3.25
2017-04-12 Sylvain Thénault [sources] Check source's url attribute value on creation/modification 3.25
2017-04-12 Sylvain Thénault [sources] Check sources configuration is fine on creation/modification 3.25
2017-04-12 Sylvain Thénault [test] Fix option name in ldap wrong group test 3.25
2017-04-12 Sylvain Thénault [sources] Enhance prototype of check_conf_dict 3.25
2017-04-12 Sylvain Thénault [sources] Stop translating validation error 3.25
2017-04-12 Sylvain Thénault [sources] Simplify source's init method 3.25
2017-04-12 Denis Laxalde [server] Deprecate Repository.sources_by_eid 3.25
2017-04-05 Denis Laxalde [server] Add source_by_eid and source_by_uri methods to repository 3.25
2017-04-04 Denis Laxalde [hooks] Remove list() around repo.sources_by_uri 3.25
2017-04-05 Denis Laxalde [server] Inline _entity_update method into init method of AbstractSource 3.25
2017-04-05 Denis Laxalde [server] Drop update_config method of source 3.25
2017-04-04 Denis Laxalde [server] Make "sources_by_uri" and "sources_by_eid" properties of repository 3.25
2017-02-21 Denis Laxalde Add a "Contributing" section to README with patch submission guidelines 3.25
2017-04-04 David Douard [cwctl] do only clean static data dir content (closes #17069762) 3.25
2017-04-03 David Douard [cwctl] add a no-config-update option to the upgrade command (closes #17069607) 3.25
2017-04-07 Denis Laxalde [cwconfig] Add "pyramid" config type to MCOMPAT dict 3.25
2017-04-07 Denis Laxalde [pyramid] Avoid shutting down the repository at exit if it's already shutting down 3.25
2017-04-05 Denis Laxalde [server/test] Extract a "ldapsource" function in unittest_ldapsource.py 3.25
2017-04-04 Denis Laxalde [server] Move "system" source initialization into its own method 3.25
2017-04-05 Denis Laxalde [entities] Make CWSource's dictconfig method clearer 3.25
2017-04-05 Denis Laxalde [entities] Move CWSource update_config method as a function in 3.15 migration script 3.25
2017-04-05 Denis Laxalde [server/test] Turn "pull" method of LDAPFeedTestBase into a staticmethod 3.25
2017-04-04 Denis Laxalde [py3] Use six.text_type instead of unicode in _CWSourceCfgMixIn.update_config() 3.25
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 tip