2016-11-15 David Douard [debian] Update debian packaging (closes #16133259) 3.24
2016-11-17 Denis Laxalde [pkg] Version 3.24.1 3.24
2016-11-17 Denis Laxalde [tox] Use `python -m check_manifest` instead of check-manifest program 3.24
2016-11-14 David Douard add debian buildpackage-generated files to hgignore 3.24
2016-11-14 Florent Cayré [test] Fix language negotiation test 3.24
2016-11-10 Sylvain Thénault [pyramid] No more need for an internal connection when user is cached 3.24
2016-11-10 Sylvain Thénault [web] req.lang should be None or a non-empty string 3.24
2016-11-17 Sylvain Thénault [web] Simplify a bit language handling 3.24
2016-11-17 Sylvain Thénault Fix AttributeError for "lang" on repo/client connections 3.24
2016-11-17 Denis Laxalde Alias ugettext to gettext method of cwGNUTranslations in Python 3 3.24
2016-11-16 Adrien Di Mascio [devctl] make i18n custom message extractors work with legacy layouts 3.24
2016-11-16 Denis Laxalde Fix (new) flake8 errors 3.24
2016-11-15 Denis Laxalde [pyramid] Try "eid" first when retrieving a subresource of ETypeResource 3.24
2016-11-15 Florent Cayré Fix AttributeError on postcommit when db-create adds non-system CWSource entities 3.24
2016-11-09 Florent Cayré [devctl] Optimize cleanup_sys_modules a bit 3.24
2016-11-10 Denis Laxalde [pyramid] Install file listing monitored files in application home 3.24
2016-11-14 Florent Cayré [pyramid] Fix login error message language 3.24
2016-11-14 Florent Cayré i18n update 3.24
2016-11-09 Sylvain Thénault [pyramid] Add action verb used in some messages displayed by the command 3.24
2016-11-09 Sylvain Thénault [pyramid] No more need to check CW version since it's now shipped with it 3.24
2016-11-09 Sylvain Thénault [pyramid] Fix 404 handling 3.24
2016-11-09 Sylvain Thénault Fix broken flake8 configuration 3.24
2015-06-30 Sylvain Thénault [entities] Fix typo in wfobjs debug message 3.24
2016-11-09 Sylvain Thénault [doc] Add my 3.24 release notes 3.24
2016-11-08 Sylvain Thénault [migration] Drop cw_schema relation first 3.24
2016-11-08 Sylvain Thénault [hooks] Delete some properties cached on entities schema on schema updates 3.24
2016-11-06 Florent Cayré [doc] Add some words in changelog about pyramid support in core + fix its title 3.24
2016-11-06 Florent Cayré [pkg] Fix extra packages not installable 3.24
2016-11-04 Denis Laxalde Added tag 3.24.0, centos/3.24.0-1 for changeset 9f7949b63ab2
2016-11-02 David Douard [views] simplify and fix the TreeView (closes #16055814) 3.24.0 centos/3.24.0-1
2016-10-13 Adrien Di Mascio [massive store] remove unused code
2016-11-04 Sylvain Thénault Drop a cw 3.24 warning
2016-11-04 Sylvain Thénault Fix unexpected req.relative_path() when calling CWTC.app_handle_request with path argument
2016-11-04 Denis Laxalde [req,web/request] Move language prefix handling into web request
2016-11-04 Denis Laxalde [test] Use stdlib unittest instead of lgc.testlib in unittest_request.py
2016-11-04 Denis Laxalde [test] Distinguish "request" tests from accept parser ones in unittest_request.py
2016-11-04 Denis Laxalde [pkg] Add setuptools to RPM build requirements
2016-11-03 Denis Laxalde [pkg] Version 3.24.0
2016-11-03 Laura Médioni [req,web] Make it possible to handle page language from URL prefix
2016-11-02 David Douard [config] fix the load_site_cubicweb() method for to 'new-style' cubes (closes #16059402)
2016-10-13 Adrien Di Mascio [massive store] remove on_commit / on_rollback parameters
2016-10-13 Adrien Di Mascio [massive store] master_init should commit by default
2016-10-13 Adrien Di Mascio [massive store] isolate SQL statements that one may want to customize
2016-10-06 Sylvain Thénault [massive store] Store entities in temporary table as well
2016-10-11 Sylvain Thénault [massive store] Drop useless check for empty buffer
2016-10-11 Sylvain Thénault [massive store] Docstring / comment cleanups
2016-10-11 Sylvain Thénault [massive store] Turn a runtime error into an assertion
2016-10-05 Sylvain Thénault [massive store] Delay metadata attributes and default values handling to flush_entities
2016-10-05 Sylvain Thénault [massive store] Use a slave specific table for relation insertion in the massive store
2016-10-04 Sylvain Thénault [massive store] docstring and __init__ cleanup
2016-10-04 Sylvain Thénault [massive store] Drop dead code
2016-09-30 Sylvain Thénault [massive store] Reintroduce methods that are necessary to properly handle master/slave configuration
2016-09-28 Sylvain Thénault [massive store] Follow configuration of the metadata generator
2016-10-17 Adrien Di Mascio [dataimport] make MetadataGenerator.META_RELATIONS customizable
2016-09-28 Sylvain Thénault [massive store] Rework constraint/index handling
2016-09-27 Sylvain Thénault [massive store] Lazy removal of constraints and metadata indexes
2016-10-17 Sylvain Thénault [repository] Drop the index on entities.type
2016-10-06 Sylvain Thénault [source] Drop source mapping handling
2016-10-05 Sylvain Thénault [repository] Drop the entities.extid column and associated cache
2016-09-30 Sylvain Thénault [repository] Drop the entities.asource column
2016-09-29 Sylvain Thénault [integrity check] Stop using entities.asource column in integrity checks
2016-10-17 Sylvain Thénault [rql2sql/test] Ensure test results predictability
2016-10-06 Sylvain Thénault [rql2sql] Stop generating SQL query from RQL using entities.type
2016-10-11 Sylvain Thénault [test] Remove some usages of lgc.testlib
2016-10-06 Sylvain Thénault [test] Avoid pytest discovery warnings
2016-09-30 Sylvain Thénault flake8 and all
2016-10-05 Sylvain Thénault [schema2sql] Drop deprecated comment
2016-10-01 Sylvain Thénault [cnx] Use entity_type instead of entity_metas()['type']
2016-10-06 Sylvain Thénault [entity] Reimplement and deprecate entity.cw_metainformation
2016-09-30 Sylvain Thénault [repository] Drop type_and_source_from_eid and rename related cache
2016-09-30 Sylvain Thénault [entity] Stop returning source information in cw_metainformation()
2016-09-30 Sylvain Thénault [json] Stop serializing cw_source into default json representation of an entity
2016-09-29 Sylvain Thénault Drop deprecated LDAP related script
2016-09-30 Sylvain Thénault [entity] Stop linking to external site for external entities
2016-09-29 Sylvain Thénault [datafeed] Drop entity deletion handling in the default source / parser
2016-09-29 Sylvain Thénault [sources] Drop 'moved_entities' table handling
2016-09-30 Sylvain Thénault [repository] Drop deprecated extid2eid API and friends
2016-09-30 Sylvain Thénault [ldap] Stop using entities table in ldap source authentication and parser
2016-10-26 Denis Laxalde [test] Use stdlib unittest in unittest_webconfig.py
2016-11-03 Denis Laxalde [tox] Require ldap3 < 2 for server tests
2016-11-02 David Douard [setup] fix CWDevelop to keep compat with python 2.7
2016-10-26 Denis Laxalde [devtools] Make dependency on backports.tempfile (Python2) optional
2016-09-28 Sylvain Thénault [sources] Drop source support_entity / support_relation source API
2016-09-30 Sylvain Thénault [dataimport] Add a new NullStore
2016-09-30 Sylvain Thénault [devtools] Properly reraise the exception
2016-10-24 Denis Laxalde [pkg] Do not install sql scripts in <prefix>/share/cubicweb/schemas
2016-10-24 Denis Laxalde [devtools/qunit] Retain firefox process stdout to eventually print it
2016-10-24 Denis Laxalde [devtools/qunit] Turn FirefoxHelper into a context manager
2016-10-24 Denis Laxalde [test] Replace logilab-common's with_tempdir by tempfile.TemporaryDirectory
2016-10-24 Denis Laxalde [test] Use `with open` syntax in cwconfig "prefix" tests
2016-10-24 Denis Laxalde [test] Use stdlib unittest.main() in qunit
2016-08-16 Denis Laxalde [web] Clear "pending_others" session key after all relations got processed
2016-09-28 Denis Laxalde [datafeed] Complete the import log even if parser could not be found
2016-10-21 Denis Laxalde [twconfig] Set default value for "interface" to 0.0.0.0
2016-10-12 Denis Laxalde [session] Allow self._open to be False in __enter__
2016-10-21 Denis Laxalde [pkg] Warn about "develop" command not installing legacy cubes directory
2016-10-21 Denis Laxalde [pkg] Cleanup MANIFEST.in from non-matching entries
2016-10-21 Adrien Di Mascio [devtools] make i18ncube customizable in a cube
2016-09-27 Sylvain Thénault [rql2sql] Drop deprecated __docformat__
2016-09-22 Sylvain Thénault [rql2sql] Handle comparison of eid on variables from an subquery
2016-06-01 Sylvain Thénault Take care that cnx may not be set in error view
2016-10-12 Sylvain Thénault [autoform] Ease overriding of inlined form renderer. Closes #15755515
2016-10-19 Sylvain Thénault [ldapfeed] Use new MetadataGenerator api instead of deprecated MetaGenerator
2016-10-19 Sylvain Thénault Fix typos
2016-10-10 Adrien Di Mascio [devctl] make sure i18ncube always delete its tempdir
2016-10-10 Adrien Di Mascio i18ncube should ignore node_modules directory by default
2016-10-05 Adrien Di Mascio refactor i18n messages extraction
2016-10-21 Laura Médioni [web/application] remove `path` argument from CubicwebPublisher methods
2016-10-20 Denis Laxalde Merge 3.23 branch
2016-10-20 Denis Laxalde [pkg] Fix recursive-include missing a "*" in MANIFEST.in
2016-10-19 Sylvain Thénault Added tag 3.23.2, centos/3.23.2-1, debian/3.23.2-1 for changeset 8b287ad7b95b 3.23
2016-10-19 Sylvain Thénault Release 3.23.2 3.23 3.23.2 centos/3.23.2-1 debian/3.23.2-1
2016-10-19 Sylvain Thénault [test] Add test method required by d41832121b29 3.23
2016-10-19 Sylvain Thénault [ldapfeed] Fix crash when user's password has to be generated 3.23
2016-10-19 Sylvain Thénault [test/ldapfeed] Drop unused constant 3.23
2016-07-08 Sylvain Thénault [migration] Test and fix case of addition of an attribute with some serialized constraint 3.23
2016-10-05 Denis Laxalde [skeleton] Properly format debian/changelog using current datetime and author information
2016-10-12 Denis Laxalde [utils] Encode Binary value in base64 for JSON export
2016-10-12 Denis Laxalde [test] Make cubicweb/test/unittest_utils.py flake8-clean
2016-10-07 Denis Laxalde [skeleton] Set Debian distribution to "UNRELEASED" in changelog
(0) -10000 -3000 -1000 -120 +120 +1000 tip