2014-09-18 Christophe de Vienne Handle '__setauthcookie'
2014-09-18 Christophe de Vienne Fix POST handling.
2014-09-18 Christophe de Vienne Use AuthTktAuthenticationPolicy
2014-09-19 Christophe de Vienne DB-saved session data
2014-09-02 Christophe de Vienne Handle properly the '/https/*' urls
2014-09-02 Christophe de Vienne Correctly pass the multiple parameters to the cubicweb request
2014-08-28 Christophe de Vienne Add a wsgi application factory suitable for wsgi servers.
2014-08-27 Christophe de Vienne If any cube has a 'includeme' attribute, call config.include on it
2014-08-21 Christophe de Vienne Add a make_cubicweb_application function
2014-08-21 Christophe de Vienne Fix session closing for cubicweb 3.19
2014-08-21 Christophe de Vienne Convert cubicweb.NotFound to HTTPNotFound
2014-08-06 Christophe de Vienne Use registry['cubicweb.registry'] instead of registry['cubicweb.appli'].vreg because the application may not be present.
2014-08-21 Christophe de Vienne Use a predicate based view selection for handling /login
2014-08-06 Christophe de Vienne Use a tween application instead of a catchall route.
2014-08-04 Christophe de Vienne Document the view problem hypothesis.
2014-08-04 Christophe de Vienne If the postlogin_path is 'login', redirect to '/' instead
2014-08-04 Christophe de Vienne Put the login view in a separate module.
2014-07-31 Christophe de Vienne Separate into 4 modules
2014-07-22 Christophe de Vienne Update the TODO list
2014-07-22 Christophe de Vienne Provide instructions and a requirements list to quickly start the sample
2014-07-15 Christophe de Vienne Use the pyramid session object as the cubiweb session.data (needs a patched cw 3.19)
2014-07-15 Christophe de Vienne Add comments on parts we want to reconsider later
2014-07-15 Christophe de Vienne Skip core_handle, add a context manager to handle cubicweb errors
2014-07-15 Christophe de Vienne Documents dependencies on a ubuntu system
2014-07-15 Christophe de Vienne Use short-lived cubicweb sessions to let pyramid actually handle the web sessions
2014-07-09 Christophe de Vienne Isolate the default handler and extend its role
2014-07-06 Christophe de Vienne Add a basic sample application
2014-07-06 Christophe de Vienne Integration pyramid and cubicweb authentication.
2014-09-12 Denis Laxalde [doc] Escape _ in README.md
2014-08-28 Christophe de Vienne Initial implementation
2014-07-02 Christophe de Vienne Project Structure
2016-09-23 Denis Laxalde [tox] Have less test environments
2016-05-26 Sylvain Thénault [repo] Don't crash on start when fs schema is missing some db schema entities
2016-09-23 Denis Laxalde Let configuration option be overridden by environment variables
2016-09-23 Denis Laxalde [tox] Add a dummy test-results.xml file in check-manifest and flake8 environments
2016-09-23 Sylvain Thénault [tox] Basic flake8 config
2016-09-15 Denis Laxalde Use pkgutil.ImpLoader instead of a custom loader for cubes import redirection
2016-09-13 Denis Laxalde [config] Make available_cubes aware of cubes installed as packages
2016-09-14 Denis Laxalde [skeleton] Use distname directly in setup.py
2016-09-14 Denis Laxalde [skeleton] Fix modname in __pkginfo__
2016-09-12 Denis Laxalde [test] Use plain unittest in unittest_cwctl.py
2016-09-12 Denis Laxalde [devctl] Remove commented LiveServerCommand
2016-09-12 Denis Laxalde [pkg] Inline call to setup() in setup.py
2016-09-12 Denis Laxalde [pkg] Drop old checks in setup.py
2016-09-13 Denis Laxalde [tox] Exclude symlinks from check-manifest call
2016-07-21 Sylvain Thénault Drop the only reference to an '__insert' form key
2016-07-08 Sylvain Thénault Drop bits from the past (no more dbapi isolated installation)
2016-08-29 Sylvain Thénault [devtools] CWTC.request is gone, don't attempt to use it in CWTC.view
2016-09-08 Sylvain Thénault Merge 3.22 into 3.23 3.23
2016-06-08 Denis Laxalde [devtools] Handle i18ncube command for "cubes as packages"
2016-06-07 Denis Laxalde Handle cubes as packages in cwconfig
2016-07-12 Denis Laxalde [cwconfig] Reorder imports by alphabetic order
2016-08-31 Denis Laxalde Add an import redirect hook from "cubes.<name>" to "cubicweb_<name>"
2016-07-06 Denis Laxalde [devtools] Update skeleton's setup.py to install cube as a package
2016-05-19 Denis Laxalde [devtools] Adjust skeleton setup.py to have it read information from __pkginfo__.py
2016-05-19 Denis Laxalde [devtools] Update skeleton and newcube command to cube as package layout
2016-09-08 Denis Laxalde [pkg] Add missing entries to MANIFEST.in
2016-08-26 Denis Laxalde [test] Add a test for toolsutils.read_config
2016-08-26 Denis Laxalde [test] Use plain unittest in unittest_toolsutils
2016-05-30 Denis Laxalde [skeleton] Remove test/pytestconf.py
2016-06-08 Denis Laxalde [pkg] Make it clearer which entries of __pkginfo__ are actually used
2016-07-12 Denis Laxalde [test] Avoid usage of lgc.testlib TestCase in unittest_cwconfig.py
2016-07-18 Denis Laxalde [test] Move setup of spa2rql tests into setUpClass method
2016-07-18 Denis Laxalde [schema] Set CubicWebSchemaLoader's extrapath using config eponymous property
2016-08-16 Denis Laxalde [doc] Document change of instances location in virtualenv installation 3.23
2016-08-16 Denis Laxalde [cwconfig] Do not override user-defined CW_MODE in virtualenv setup 3.23
2016-07-22 David Douard Added tag 3.22.4, debian/3.22.4-1, centos/3.22.4-1 for changeset 92db0bb8e26d 3.22
2016-07-22 David Douard [pkg] remove .dev0 from version 3.22 3.22.4 centos/3.22.4-1 debian/3.22.4-1
2016-07-21 David Douard [pkg] 3.22.4 3.22
2016-07-06 Sylvain Thénault [session] Ensure access to rql varmaker always mark the session as dirty 3.22
2016-03-15 Julien Cristau [test] fix test_printable_value_bytes with current pygments 3.22
2016-07-19 David Douard [webctl] set uid of file produced by gen-static-datadir (closes #11298794) 3.22
2016-07-19 David Douard [webconfig] ensure uicache content has correct uid (related to #11298794) 3.22
2016-07-19 David Douard [cwconfig] add the CubicWebConfiguration.ensure_uid_directory() method (related to #11298794) 3.22
2016-07-19 David Douard [cwconfig] extract uid file setting code from check_writeable_uid_directory (related to #11298794) 3.22
2016-07-19 Sylvain Thénault [web] Fix bug with usage of os.rename under windows environment 3.22
2016-07-06 Sylvain Thénault [migration] More resilient migration script 3.23
2016-07-06 Sylvain Thénault [session] Ensure access to rql varmaker always mark the session as dirty 3.23
2016-07-20 David Douard typo 3.22
2016-07-20 Denis Laxalde [native] Use cnx.system_sql instead of doexec method in syntax_tree_search
2016-07-20 Denis Laxalde Remove usage of cnx.ensure_cnx_set context manager
2015-06-26 Aurelien Campeas [hooks/test/synschema] remove an unneeded skipTest.
2016-07-19 Denis Laxalde [test] Check retcode of subprocesses in devctl tests
2016-07-20 Sylvain Thénault merge 3.23
2016-07-08 Denis Laxalde [pkg] Bump version to 3.24.0.dev0
2016-06-29 Denis Laxalde [pkg] Drop NO_SETUPTOOLS option
2016-07-12 David Douard [debian] update cubicweb-dev.lintian-overrides 3.23
2016-07-05 Denis Laxalde [pkg] Properly export data files in setup.py and adjust "newcube" test 3.23
2016-07-05 Denis Laxalde [pkg] Handle verbose option in setup.py's export function 3.23
2016-07-05 Denis Laxalde [pkg] Drop unused EMPTY_FILE global variable 3.23
2016-07-05 Denis Laxalde [tox] Do not install package in "develop" 3.23
2016-07-05 Denis Laxalde [pkg] Bump version to 3.23.2 3.23
2016-07-08 Sylvain Thénault pep8 bits
2016-07-08 Sylvain Thénault [schema] Add a method on yams constraints to compute its unique name
2016-07-08 Sylvain Thénault [migration] Test and fix case of addition of an attribute with some serialized constraint
2016-07-07 Sylvain Thénault [test] Add a migration test for update of a static vocabulary constraint
2016-06-30 Sylvain Thénault [schema2sql] Avoid "parsing" SQL statements for database initialization
2016-06-30 Sylvain Thénault [schema2sql] Drop most of the DB DROP related code
2016-06-30 Sylvain Thénault [hooks] Use already imported module alias
2016-07-13 Sylvain Thénault [schema2sql] Rename as_sql to constraint_value_as_sql
2016-07-13 Sylvain Thénault [schema2sql] Drop unused indent argument on aschema2sql
2016-06-30 Sylvain Thénault [schema2sql] More docstrings and minor API improvements
2016-06-30 Sylvain Thénault [schema2sql] inline eschema_attrs method
2016-06-30 Sylvain Thénault [schema2sql] Give a rdef to check_constraint
2016-07-19 David Douard merge 3.20.16 in 3.22 3.22
2016-07-19 David Douard merge 3.20.16 in 3.21 3.21
2016-07-19 David Douard Added tag 3.20.16, debian/3.20.16-1, centos/3.20.16-1 for changeset e60a8e5d29ef 3.20
2016-07-12 David Douard [debian] add a lintian override for source-is-missing about jquery.flot.js 3.20 3.20.16 centos/3.20.16-1 debian/3.20.16-1
2016-07-19 David Douard [pkg] 3.20.16 3.20
2016-07-19 David Douard [dataimport] fix count_lines function (closes #14407650) 3.20
2016-07-19 David Douard [captcha] improve a bit the redability of generated captcha images (closes #13500378) 3.20
2016-07-19 David Douard 3.20 branch 3.20
(0) -10000 -3000 -1000 -112 +112 +1000 tip