Tue, 12 Feb 2019 14:59:42 +0100 Laurent Peuch [doc] typo, 'CW' doesn't exist in the example 3.26
Tue, 12 Feb 2019 14:59:13 +0100 Laurent Peuch [doc] always indicate the file in which the code should be put 3.26
Tue, 12 Feb 2019 14:58:50 +0100 Laurent Peuch [doc] respect pep8 in code examples 3.26
Tue, 12 Feb 2019 14:58:26 +0100 Laurent Peuch [doc] serie a small improvments 3.26
Tue, 12 Feb 2019 14:55:02 +0100 Laurent Peuch [doc] typo, the field is "name" not "title" 3.26
Tue, 12 Feb 2019 14:53:48 +0100 Laurent Peuch [doc] fix, command "create" is missing base cube 3.26
Tue, 12 Feb 2019 14:48:52 +0100 Laurent Peuch [doc] improve blog tutorial first steps and explain common errors 3.26
Tue, 12 Feb 2019 11:38:19 +0100 Laurent Peuch [doc] new behavior in virtualenv since 3.26 3.26
Tue, 29 Jan 2019 14:04:28 +0100 Philippe Pepiot [skeleton] use python3 flake8 3.26
Tue, 29 Jan 2019 14:02:19 +0100 Philippe Pepiot [skeleton] drop whitelist_externals for flake8 3.26
Mon, 29 Oct 2018 10:04:31 +0100 Philippe Pepiot Fix flake8 issues since release 3.6.0 3.26
Tue, 09 Oct 2018 16:24:12 +0200 Laurent Wouters Fix typo in RDFS URI 3.26
Tue, 24 Apr 2018 10:19:42 +0200 Laurent Wouters [server] Fixed issue with the adapters cache of a cloned EditedEntity 3.26
Thu, 16 Aug 2018 12:31:44 +0200 Samuel Trégouët [py37] `async` is now a reserved keyword 3.26
Wed, 11 Jul 2018 09:18:57 +0200 Denis Laxalde [skeleton] Use "py3" as tox environment instead of "py34" 3.26
Thu, 28 Jun 2018 10:17:15 +0200 Philippe Pepiot [views/startup] drop a duplicate rql query in manage view 3.26
Fri, 15 Jun 2018 17:42:50 +0200 Philippe Pepiot Depend on cubicweb-file >= 2.0.0 3.26
Mon, 11 Jun 2018 16:50:38 +0200 Denis Laxalde [test] Update webconfig's tests accounting for cubicweb-file being now a package 3.26
Wed, 06 Jun 2018 18:54:24 +0200 Nicolas Chauvat [widgets.js] fix obvious bug detected by sonar 3.26
Wed, 06 Jun 2018 18:37:16 +0200 Nicolas Chauvat [views/uicfg] obvious bug detected by sonar 3.26
Wed, 06 Jun 2018 14:20:16 +0200 Denis Laxalde [style] Make toolsutils.py flake8-clean 3.26
Tue, 24 Apr 2018 15:21:38 +0200 David Douard [test/rset] typo 3.26
Tue, 24 Apr 2018 14:04:43 +0200 David Douard [test/rset] flake8 3.26
Tue, 05 Mar 2019 13:52:52 +0100 Denis Laxalde [py3] import configparser from six.moves instead of using a try/except 3.26
Tue, 26 Feb 2019 16:28:17 +0100 Laurent Peuch [doc] didn't had any questions
Tue, 26 Feb 2019 16:30:31 +0100 Laurent Peuch [doc] missing import, cw now require this explicitely
Tue, 26 Feb 2019 16:30:12 +0100 Laurent Peuch [doc] add actual link to previous post
Tue, 26 Feb 2019 16:29:54 +0100 Laurent Peuch [doc] missing import in code example
Tue, 26 Feb 2019 16:29:44 +0100 Laurent Peuch [doc] add a note because uiprops.py is not generated anymore by default
Tue, 26 Feb 2019 16:29:23 +0100 Laurent Peuch [doc] recommend pip instead of apt for installing things
Tue, 26 Feb 2019 16:28:43 +0100 Laurent Peuch [doc] fix, link to internal doc since it's not the blog post anymore
Tue, 26 Feb 2019 16:27:56 +0100 Laurent Peuch [doc] also show command with sqlite since it's recommended
Tue, 26 Feb 2019 16:26:33 +0100 Laurent Peuch [doc] fix, the cube name was used, it was the instance named that was needed
Tue, 26 Feb 2019 16:25:59 +0100 Laurent Peuch [doc] it's a tutorial, not a blog post anymore
Tue, 26 Feb 2019 16:25:44 +0100 Laurent Peuch [doc] make example more redable
Tue, 26 Feb 2019 16:25:27 +0100 Laurent Peuch [doc] uses :file:`name` everywhere + indicate file when it's not present
Tue, 26 Feb 2019 16:23:37 +0100 Laurent Peuch [doc] english typos
Tue, 26 Feb 2019 16:23:07 +0100 Laurent Peuch [doc] pep8/retab in code examples
Wed, 27 Feb 2019 13:41:34 +0100 Laurent Peuch [doc] correct import for i18n
Thu, 21 Feb 2019 18:46:39 +0100 Laurent Peuch [doc] pep8 and retab in tutorial code example
Thu, 21 Feb 2019 19:08:44 +0100 Laurent Peuch [doc] correct pip command to have needed dependancies to use the start command
Thu, 21 Feb 2019 18:57:24 +0100 Laurent Peuch [doc] explain the difference between a relation and an attribute
Thu, 21 Feb 2019 18:57:05 +0100 Laurent Peuch [doc] plural
Thu, 21 Feb 2019 18:56:42 +0100 Laurent Peuch [doc] misc, put every reference to something in the code between backquotes
Thu, 21 Feb 2019 18:54:46 +0100 Laurent Peuch [doc] bold to make reading more obvious
Thu, 21 Feb 2019 18:54:23 +0100 Laurent Peuch [doc] style, switch to bullet points list to make things easier to read
Thu, 21 Feb 2019 18:53:39 +0100 Laurent Peuch [doc] explains what the <X.Y.Z> means
Thu, 21 Feb 2019 18:53:03 +0100 Laurent Peuch [doc] command output style has changed
Thu, 21 Feb 2019 18:51:36 +0100 Laurent Peuch [doc] always put file name for code example and uses :file:`path` syntax everywhere
Thu, 21 Feb 2019 18:49:24 +0100 Laurent Peuch [doc] explicitely give the local server url to make this step more obvious
Thu, 21 Feb 2019 18:48:51 +0100 Laurent Peuch [doc] start the server in debug mode, it's easier during learning
Thu, 21 Feb 2019 18:48:07 +0100 Laurent Peuch [doc] recommend sqlite during tutorial because it's simplier to use
Thu, 21 Feb 2019 18:47:35 +0100 Laurent Peuch [doc] add a link to every cube documentation page
Thu, 21 Feb 2019 18:47:03 +0100 Laurent Peuch [doc] make this step more obvious
Thu, 21 Feb 2019 18:42:29 +0100 Laurent Peuch [doc] move to latest CW version for cube creation
Thu, 21 Feb 2019 18:15:26 +0100 Laurent Peuch [doc] missng import for i18n in example
Thu, 21 Feb 2019 18:10:47 +0100 Laurent Peuch [doc] unused import in example
Thu, 21 Feb 2019 15:25:23 +0100 Laurent Peuch [doc] output has changed
Thu, 21 Feb 2019 15:18:09 +0100 Laurent Peuch [doc] blanks spaces to allow example to breath and be more lisible
Thu, 21 Feb 2019 15:16:22 +0100 Laurent Peuch [doc] default tests template has changed
Thu, 21 Feb 2019 15:13:45 +0100 Laurent Peuch [doc] default generated filename as changed
Thu, 21 Feb 2019 10:05:38 +0100 Laurent Peuch [doc] rst syntax bug, blank line needed before item list
Fri, 22 Feb 2019 15:16:26 +0100 Laurent Peuch [doc] add link to cubes contribution document
Wed, 27 Feb 2019 13:36:31 +0100 Philippe Pepiot Merge 3.26
Fri, 22 Feb 2019 15:48:34 +0100 Laurent Peuch [doc] link to current documentation, not old cubicweb.org doc
Wed, 13 Feb 2019 14:40:39 +0100 Denis Laxalde Explicitly require repoze.lru for Pyramid tests 3.26
Wed, 13 Feb 2019 17:25:09 +0100 Laurent Peuch [cubicweb-ctl] make uid option obvious 3.26
Wed, 13 Feb 2019 17:32:41 +0100 Laurent Peuch [README] point to xmpp room for contributors 3.26
Tue, 12 Feb 2019 15:31:12 +0100 Laurent Peuch [doc] link to README regarding how to contribute to the code base 3.26
Tue, 12 Feb 2019 15:23:29 +0100 Laurent Peuch [README] improve contribution section with links and command examples 3.26
Wed, 13 Feb 2019 11:39:46 +0100 Laurent Peuch [README] point to logilab's jenkins in tests section 3.26
Tue, 12 Feb 2019 16:11:54 +0100 Laurent Peuch [pyramid] improve pyramid warning with link to doc on how to write pyramid.ini file 3.26
Tue, 12 Feb 2019 15:51:21 +0100 Laurent Peuch [doc] translate french to english
Tue, 12 Feb 2019 14:59:42 +0100 Laurent Peuch [doc] typo, 'CW' doesn't exist in the example
Tue, 12 Feb 2019 14:59:13 +0100 Laurent Peuch [doc] always indicate the file in which the code should be put
Tue, 12 Feb 2019 14:58:50 +0100 Laurent Peuch [doc] respect pep8 in code examples
Tue, 12 Feb 2019 14:58:26 +0100 Laurent Peuch [doc] serie a small improvments
Tue, 12 Feb 2019 14:55:02 +0100 Laurent Peuch [doc] typo, the field is "name" not "title"
Tue, 12 Feb 2019 14:53:48 +0100 Laurent Peuch [doc] fix, command "create" is missing base cube
Tue, 12 Feb 2019 14:48:52 +0100 Laurent Peuch [doc] improve blog tutorial first steps and explain common errors
Tue, 12 Feb 2019 14:43:45 +0100 Laurent Peuch [doc] how to install pyramid or twisted application server 3.26
Tue, 12 Feb 2019 11:38:19 +0100 Laurent Peuch [doc] new behavior in virtualenv since 3.26
Tue, 29 Jan 2019 14:04:28 +0100 Philippe Pepiot [skeleton] use python3 flake8
Tue, 29 Jan 2019 14:02:19 +0100 Philippe Pepiot [skeleton] drop whitelist_externals for flake8
Mon, 29 Oct 2018 16:39:21 +0100 Philippe Pepiot Add changelog note for running tests with pytest-xdist
Fri, 26 Oct 2018 17:12:26 +0200 Philippe Pepiot Make test database template creation concurrent
Fri, 26 Oct 2018 17:00:05 +0200 Philippe Pepiot Make test database cache lookup concurrent
Mon, 29 Oct 2018 10:04:31 +0100 Philippe Pepiot Fix flake8 issues since release 3.6.0
Mon, 29 Oct 2018 10:09:19 +0100 Philippe Pepiot Stabilize flake8 tests on 3.26 branch 3.26
Tue, 09 Oct 2018 16:24:12 +0200 Laurent Wouters Fix typo in RDFS URI
Tue, 02 Oct 2018 16:04:52 +0200 Denis Laxalde [doc] Do not rely on lgc's sphinx_ext 3.26
Thu, 06 Sep 2018 13:44:06 +0200 Denis Laxalde Added tag 3.26.7 for changeset ee4ad63c91e5 3.26
Thu, 06 Sep 2018 13:43:56 +0200 Denis Laxalde [pkg] Version 3.26.7 3.26 3.26.7
Fri, 24 Aug 2018 17:19:02 +0200 Philippe Pepiot Fix possible double import of cubes 3.26
Wed, 22 Aug 2018 16:04:39 +0200 Denis Laxalde [autoform] Make RelationField.fromcardinality a class method factory 3.26
Wed, 22 Aug 2018 16:02:30 +0200 Denis Laxalde [autoform] Use fieldclass from kwargs in guess_field for non-final relations 3.26
Thu, 16 Aug 2018 12:31:44 +0200 Samuel Trégouët [py37] `async` is now a reserved keyword
Wed, 18 Jul 2018 13:53:00 +0200 Philippe Pepiot Merge 3.26
Wed, 18 Jul 2018 13:48:13 +0200 Philippe Pepiot Added tag 3.26.6, debian/3.26.6-1 for changeset 8362503a9248 3.26
Wed, 18 Jul 2018 13:47:45 +0200 Philippe Pepiot [pkg] version 3.26.6 3.26 3.26.6 debian/3.26.6-1
Wed, 18 Jul 2018 11:27:05 +0200 Olivier Giorgis [py3] Replace unicode keyword which is unknown in python3 3.26
Wed, 11 Jul 2018 09:18:57 +0200 Denis Laxalde [skeleton] Use "py3" as tox environment instead of "py34"
Thu, 28 Jun 2018 18:19:08 +0200 Denis Laxalde Added tag 3.26.5 for changeset 76d7b0aa94d2 3.26
Thu, 28 Jun 2018 18:18:33 +0200 Denis Laxalde [pkg] Version 3.26.5 3.26 3.26.5
Thu, 28 Jun 2018 16:49:57 +0200 Philippe Pepiot Merge with 3.26
Thu, 28 Jun 2018 12:19:16 +0200 Denis Laxalde [py3] Use "utf-8" as input encoding for docutils in rest extension 3.26
Thu, 28 Jun 2018 11:19:14 +0200 Denis Laxalde [py3] Avoid setting attribute on Element instance in wdoc view 3.26
Thu, 28 Jun 2018 10:07:20 +0200 Denis Laxalde [test] Add a trivial test for "wdoc" view 3.26
Thu, 28 Jun 2018 10:06:26 +0200 Denis Laxalde [py3] Open rst file in text mode in wdoc view 3.26
Thu, 28 Jun 2018 11:11:10 +0200 Denis Laxalde [ext/rest] Drop "handle_io_errors" argument to docutils' FileInput 3.26
Thu, 28 Jun 2018 10:38:04 +0200 Denis Laxalde [wdoc] Remove fallback about xml.etree module 3.26
Thu, 28 Jun 2018 10:15:33 +0200 Denis Laxalde [wdoc] Avoid usage of deprecated xlm elementree getchildren() method 3.26
Thu, 28 Jun 2018 09:43:23 +0200 Denis Laxalde [style] Make cubicweb/web/views/wdoc.py flake8-clean 3.26
Thu, 28 Jun 2018 09:38:38 +0200 Denis Laxalde [py3] Use six.text_type instead of unicode in wdoc views 3.26
Thu, 28 Jun 2018 10:17:15 +0200 Philippe Pepiot [views/startup] drop a duplicate rql query in manage view
Tue, 19 Jun 2018 09:13:40 +0200 Denis Laxalde Merge with 3.26
Mon, 18 Jun 2018 10:04:08 +0200 Denis Laxalde Added tag 3.26.4, debian/3.26.4-1 for changeset e1c1af68db86 3.26
Mon, 18 Jun 2018 08:58:47 +0200 Denis Laxalde [pkg] Version 3.26.4 3.26 3.26.4 debian/3.26.4-1
Fri, 15 Jun 2018 17:45:26 +0200 Philippe Pepiot [py3] ensure AjaxController return bytes 3.26
Wed, 13 Jun 2018 11:09:17 +0200 Denis Laxalde [py3] Let InstanceCommand.run_arg() always return an int 3.26
Mon, 18 Jun 2018 08:47:03 +0200 Denis Laxalde [test] Use cubicweb-file < 2.0.0 3.26
Wed, 06 Jun 2018 11:56:15 +0200 Denis Laxalde [py3] Decode subprocess stdout in toolsutils.show_diffs() 3.26
Thu, 03 May 2018 16:47:51 +0200 Adrien Di Mascio [python3] make sure staticcontroller returns a bytes instance 3.26
Thu, 03 May 2018 14:05:26 +0200 Adrien Di Mascio [python3] use inspect.getfullargspec instead of inspect.getargspec 3.26
Fri, 15 Jun 2018 17:45:26 +0200 Philippe Pepiot [py3] ensure AjaxController return bytes
Wed, 13 Jun 2018 11:09:17 +0200 Denis Laxalde [py3] Let InstanceCommand.run_arg() always return an int
Fri, 15 Jun 2018 17:42:50 +0200 Philippe Pepiot Depend on cubicweb-file >= 2.0.0
Mon, 11 Jun 2018 16:50:38 +0200 Denis Laxalde [test] Update webconfig's tests accounting for cubicweb-file being now a package
Wed, 06 Jun 2018 18:54:24 +0200 Nicolas Chauvat [widgets.js] fix obvious bug detected by sonar
Wed, 06 Jun 2018 18:37:16 +0200 Nicolas Chauvat [views/uicfg] obvious bug detected by sonar
Wed, 06 Jun 2018 14:20:16 +0200 Denis Laxalde [style] Make toolsutils.py flake8-clean
Wed, 06 Jun 2018 11:56:15 +0200 Denis Laxalde [py3] Decode subprocess stdout in toolsutils.show_diffs()
Thu, 03 May 2018 16:47:51 +0200 Adrien Di Mascio [python3] make sure staticcontroller returns a bytes instance
Thu, 03 May 2018 14:05:26 +0200 Adrien Di Mascio [python3] use inspect.getfullargspec instead of inspect.getargspec
Wed, 25 Apr 2018 15:29:25 +0200 Laurent Wouters [utils] Fixes compatiblity of QueryCache with expected dict interface
Tue, 24 Apr 2018 15:21:18 +0200 David Douard [test/statsd] add tests for cubicweb.statsd_logger
Tue, 24 Apr 2018 17:16:44 +0200 Laurent Wouters [utils] Implements __iter__ on QueryCache
Tue, 24 Apr 2018 17:30:43 +0200 Laurent Wouters [utils] Added new get method to QueryCache
Tue, 24 Apr 2018 15:21:38 +0200 David Douard [test/rset] typo
Tue, 24 Apr 2018 11:22:17 +0200 Laurent Wouters [utils] Fixed issue in clearing QueryCache
Mon, 13 Nov 2017 16:08:58 +0100 David Douard [statsd] add a statsd_timethis context manager
Tue, 24 Apr 2018 14:16:14 +0200 David Douard [test/rset] add tests for ResultSet.first() and .last() methods
Tue, 24 Apr 2018 14:04:43 +0200 David Douard [test/rset] flake8
Tue, 24 Apr 2018 13:55:20 +0200 David Douard [rset] update copyright
Thu, 21 Sep 2017 16:29:26 +0200 David Douard [rset] add convenient first() and last() methods on ResultSet
Tue, 24 Apr 2018 10:19:42 +0200 Laurent Wouters [server] Fixed issue with the adapters cache of a cloned EditedEntity
Thu, 12 Oct 2017 15:22:00 +0200 David Douard [rql2sql] fix handling of the ORDERBY clause when the aggregation function is "embedded" 3.26
Mon, 23 Apr 2018 15:23:55 +0200 Denis Laxalde Merge 3.26
Mon, 23 Apr 2018 13:50:50 +0200 Denis Laxalde [pkg] Set version to 3.27.0.dev0
Mon, 23 Apr 2018 15:19:19 +0200 Denis Laxalde Added tag 3.26.3, debian/3.26.3-1 for changeset f7067be5f69c 3.26
Mon, 23 Apr 2018 15:17:36 +0200 Denis Laxalde [pkg] Version 3.26.3 3.26 3.26.3 debian/3.26.3-1
Mon, 16 Oct 2017 12:10:19 +0200 David Douard [utils/statsd_logger] flake8 3.26
Wed, 13 Dec 2017 01:23:39 +0100 David Douard [source/native] do NOT do anything with fti if do_fti is False 3.26
Thu, 19 Apr 2018 15:55:33 +0200 David Douard [test/web] flake8 unittest_propertysheet.py 3.26
Thu, 19 Apr 2018 12:47:48 +0200 David Douard [web] fix css file generation permission bug (closes #17143773) 3.26
Thu, 19 Apr 2018 12:45:24 +0200 David Douard [test/web] add a test for css generation file permission problem (related to #17143773) 3.26
Thu, 19 Apr 2018 15:05:55 +0200 David Douard [doc] include the 3.26 changelog in changes's index 3.26
Thu, 22 Mar 2018 14:45:11 +0100 Philippe Pepiot [server] set PGPASSWORD when running pg commands for backup and restore 3.26
Thu, 22 Mar 2018 14:17:40 +0100 Denis Laxalde Added tag 3.26.2, centos/3.26.2-1, debian/3.26.2-1 for changeset 9bee3134d304 3.26
Thu, 22 Mar 2018 13:53:33 +0100 Denis Laxalde [pkg] Version 3.26.2 3.26 3.26.2 centos/3.26.2-1 debian/3.26.2-1
Thu, 22 Mar 2018 10:02:59 +0100 Denis Laxalde Flake8 cubicweb/web/webctl.py 3.26
Thu, 22 Mar 2018 10:04:54 +0100 Denis Laxalde [web] Add missing import of _DATA_DIR in webctl 3.26
Thu, 15 Feb 2018 11:04:20 +0100 Denis Laxalde [server] unicode → text_type in utils 3.26
Thu, 15 Feb 2018 11:02:48 +0100 Denis Laxalde [views] unicode → six.text_type in views/authentication.py 3.26
Mon, 05 Mar 2018 10:32:58 +0100 Denis Laxalde [pyramid] Recreate CWSession entity when eid no longer exists 3.26
Thu, 22 Feb 2018 16:22:55 +0100 Denis Laxalde Added tag 3.26.1, debian/3.26.1-1, centos/3.26.1-1 for changeset 027676243aaa 3.26
Thu, 22 Feb 2018 16:13:45 +0100 Denis Laxalde [pkg] Drop non-existant files from MANIFEST.in 3.26 3.26.1 centos/3.26.1-1 debian/3.26.1-1
Wed, 21 Feb 2018 18:07:24 +0100 Denis Laxalde [pkg] Version 3.26.1 3.26
Thu, 15 Feb 2018 14:20:11 +0100 Denis Laxalde [test] Drop an unused function in cwconfig tests 3.26
Thu, 15 Feb 2018 14:19:15 +0100 Denis Laxalde [cwconfig] Always use "sys.prefix" to determine installation prefix 3.26
Thu, 15 Feb 2018 10:55:49 +0100 Denis Laxalde [cwconfig] Look for migration scripts directory relatively to code 3.26
Thu, 15 Feb 2018 10:26:55 +0100 Denis Laxalde [pkg] Get rid of "pydir" in __pkginfo__.py 3.26
Thu, 15 Feb 2018 10:24:13 +0100 Denis Laxalde [pkg] Get rid of "shared" data 3.26
Thu, 15 Feb 2018 10:11:16 +0100 Denis Laxalde [cwconfig] Drop shared_dir method 3.26
Thu, 15 Feb 2018 13:45:06 +0100 Denis Laxalde [config] Avoid relying on shared_dir method when possible 3.26
Thu, 15 Feb 2018 14:11:18 +0100 Denis Laxalde [test] Add a test for WebConfiguration.locate_all_files() 3.26
Thu, 15 Feb 2018 09:35:48 +0100 Denis Laxalde [cwconfig] Get rid of _forced_mode global 3.26
Thu, 15 Feb 2018 09:27:15 +0100 Denis Laxalde [cwconfig] Get rid of CWDEV 3.26
Thu, 15 Feb 2018 09:26:02 +0100 Denis Laxalde [doc] Set release date of 3.26 3.26
Tue, 06 Feb 2018 16:31:49 +0100 Denis Laxalde [web] Fix UnboundLocalError about "exc" in ajax controller 3.26
Wed, 07 Feb 2018 09:20:32 +0100 Denis Laxalde Link to "3.26" docs in README 3.26
Thu, 01 Feb 2018 09:49:56 +0100 Denis Laxalde Added tag 3.26.0, debian/3.26.0-1, centos/3.26.0-1 for changeset 199851fcddd4 3.26
Thu, 01 Feb 2018 09:24:52 +0100 Denis Laxalde [pkg] Version 3.26.0 3.26 3.26.0 centos/3.26.0-1 debian/3.26.0-1
Thu, 25 Jan 2018 12:10:48 +0100 Denis Laxalde [pkg] Version 3.26.0rc0 3.26
Fri, 12 Jan 2018 10:17:10 +0100 Denis Laxalde [schema] Define a decorator to handle methods override
Wed, 24 Jan 2018 12:03:21 +0100 Denis Laxalde [pkg] Use setuptools.find_packages()
Wed, 24 Jan 2018 11:51:23 +0100 Denis Laxalde [pkg] Drop SandboxViolation verification cracking
Wed, 24 Jan 2018 11:43:13 +0100 Denis Laxalde [pkg] Drop custom "install_data" command
Wed, 24 Jan 2018 11:40:12 +0100 Denis Laxalde [pkg] Replace custom "scripts" handling by a setuptools entry points
Wed, 24 Jan 2018 13:30:50 +0100 Denis Laxalde Set a default value for arguments of cubicweb.cwctl:run()
Wed, 24 Jan 2018 11:34:44 +0100 Denis Laxalde [pkg] Drop custom install_lib command and use include_package_data instead
Wed, 24 Jan 2018 14:45:26 +0100 Denis Laxalde [py3] Replace a unicode() occurrence in workflow views
Wed, 24 Jan 2018 14:41:01 +0100 Denis Laxalde [py3] Drop a couple of unicode() in devtools.testlib
Wed, 24 Jan 2018 14:38:39 +0100 Denis Laxalde [py3] Alias long to int in pgstore tests
Fri, 12 Jan 2018 11:02:52 +0100 Denis Laxalde Merge with 3.25
Fri, 12 Jan 2018 10:56:30 +0100 Denis Laxalde Added tag 3.25.4, centos/3.25.4-1, debian/3.25.4-1 for changeset b8567725c473 3.25
Fri, 12 Jan 2018 10:48:34 +0100 Denis Laxalde [pkg] Version 3.25.4 3.25 3.25.4 centos/3.25.4-1 debian/3.25.4-1
Tue, 12 Dec 2017 11:17:25 +0100 Denis Laxalde [pyramid] Let logging be configured through .ini file
Fri, 01 Dec 2017 11:19:19 +0100 Denis Laxalde Disable pytest's logs reporting
Fri, 01 Dec 2017 11:12:09 +0100 Denis Laxalde [pyramid] Do not issue security warnings in test mode
Thu, 30 Nov 2017 11:55:35 +0100 Denis Laxalde [ssplanner] Prevent execution of write queries involving computed relations
Thu, 30 Nov 2017 11:00:01 +0100 Denis Laxalde [querier] Expand 'rdef' argument in InsertPlan.add_relation_def()
Thu, 30 Nov 2017 11:20:58 +0100 Denis Laxalde [server] Use dict.setdefault() instead of if/else in repo.glob_add_relations()
Fri, 03 Nov 2017 15:26:32 +0100 Sylvain Thénault [cleanup] Fix some flake8 errors
Fri, 03 Nov 2017 15:26:04 +0100 Sylvain Thénault [test] Stop using lgc.testlib in unittest_migractions
Fri, 03 Nov 2017 16:31:59 +0100 Sylvain Thénault [test] Drop no more used "maxeid" based deletion in BaseQuerierTC and derived tests
Fri, 15 Sep 2017 16:31:33 +0200 Sylvain Thénault [rql2sql/test] Remove dead setUpModule tearDownModule
Fri, 15 Sep 2017 16:25:51 +0200 Sylvain Thénault [rql2sql/test] Move base class from repotest to unittest_rql2sql
Fri, 15 Sep 2017 16:59:13 +0200 Sylvain Thénault [rql2sql/test] Set maxDiff to None to see full diffs
Fri, 15 Sep 2017 17:01:04 +0200 Sylvain Thénault [rql2sql] Use string_type instead of unicode for py3k support
Wed, 29 Nov 2017 17:08:05 +0100 Denis Laxalde [gcdebug] Only ignore weakref.WeakKeyDictionary class on Python 2
Wed, 29 Nov 2017 16:14:57 +0100 Denis Laxalde [wsgi] Convert "code" passed to WSGIResponse as integer
Wed, 29 Nov 2017 15:50:07 +0100 Denis Laxalde [test] Add a "version" to cubicweb_mycube/__pkginfo__.py
Tue, 28 Nov 2017 15:43:55 +0100 Denis Laxalde [tox] Use py3 environment instead of py34
Fri, 03 Nov 2017 15:02:03 +0100 Sylvain Thénault [querier] Allow usage of computed relation into WHERE clause of write queries 3.25
Fri, 03 Nov 2017 12:27:51 +0100 Sylvain Thénault [cleanup] Fix some flake8 errors
Mon, 30 Oct 2017 09:37:20 +0100 Denis Laxalde [tox] Bump flake8 version to 3.5
Mon, 30 Oct 2017 09:32:26 +0100 Denis Laxalde [pyramid] Get rid of a couple of bare "except"
Mon, 30 Oct 2017 09:28:52 +0100 Denis Laxalde [pyramid] Get rid of a bare "except" in UpdateLoginTimeAuthenticationPolicy
Mon, 30 Oct 2017 09:25:22 +0100 Denis Laxalde [web] Avoid bare "except" in ConcatFilesHandler.concat_cached_filepath()
Mon, 30 Oct 2017 09:16:07 +0100 Denis Laxalde [test] Use ignore_errors=True in shutil.rmtree instead of try/except/pass
Mon, 30 Oct 2017 09:13:02 +0100 Denis Laxalde [server] Get rid of a bare except in sqlutils
Mon, 30 Oct 2017 09:14:36 +0100 Denis Laxalde [server] Do not use logilab.common.date.strptime in sqlutils
Mon, 30 Oct 2017 09:08:35 +0100 Denis Laxalde [dataimport/test] Ignore flake8 error E741 in test_pgstore.py
Mon, 30 Oct 2017 09:18:20 +0100 Denis Laxalde [test] Avoid ambiguous variable name "l" in unittest_req.py
Mon, 30 Oct 2017 09:04:34 +0100 Denis Laxalde [tox] Bound flake8 version to >=3.4, <3.5 3.25
Tue, 24 Oct 2017 09:50:29 +0200 Philippe Pepiot [pyramid] set waitress url_scheme to https when base-url scheme is https 3.25
Tue, 17 Oct 2017 11:59:55 +0200 Philippe Pepiot Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268 3.25
Tue, 17 Oct 2017 11:58:35 +0200 Philippe Pepiot [pkg] version 3.25.3 3.25 3.25.3 centos/3.25.3-1 debian/3.25.3-1
Fri, 06 Oct 2017 15:14:18 +0200 Sylvain Thénault [uicfg] Fix autoform_section rtags wrt derivation 3.25
Fri, 06 Oct 2017 10:00:36 +0200 Sylvain Thénault [rtags] Enhance repr of rtags 3.25
Fri, 06 Oct 2017 14:23:40 +0200 Sylvain Thénault [web/test] Use bare unittest main instead of lgc.main 3.25
Fri, 06 Oct 2017 14:24:35 +0200 Sylvain Thénault [cleanup] Fix some flake8 errors 3.25
Fri, 15 Sep 2017 14:14:46 +0200 Olivier Giorgis [doc] Update the advanced tutorial
Tue, 12 Sep 2017 15:05:22 +0200 Denis Laxalde [views] Respond with 400 Bad Request in case of validation error in ajax request
Fri, 06 Oct 2017 11:45:52 +0200 Adrien Di Mascio [web] fix session /cnx mix in anonymized_request 3.25
Fri, 06 Oct 2017 16:59:10 +0200 Sylvain Thénault [test] Pin some test dependencies
Fri, 06 Oct 2017 16:59:10 +0200 Sylvain Thénault [test] Pin some test dependencies 3.25
Thu, 05 Oct 2017 17:24:29 +0200 Sylvain Thénault [web/form] Relax condition for non-translating field names 3.25
Tue, 12 Sep 2017 09:49:30 +0200 Sylvain Thénault Merge with 3.25 branch
Tue, 26 Sep 2017 10:46:43 +0200 Denis Laxalde [entities] Restore dc_ methods instead of __getattr__ proxy 3.25
Wed, 13 Sep 2017 17:19:42 +0200 Samuel Trégouët [pkg] add missing unittest2 dependency to spec file 3.25
Tue, 12 Sep 2017 09:48:02 +0200 Sylvain Thénault Added tag 3.25.2, debian/3.25.2-1, centos/3.25.2-1 for changeset 5010381099f1 3.25
Mon, 11 Sep 2017 16:19:00 +0200 Sylvain Thénault [pkg] Prepare version 3.25.2 3.25 3.25.2 centos/3.25.2-1 debian/3.25.2-1
Thu, 22 Jun 2017 16:39:48 +0200 Arthur Lutz [cubicweb/pyramid] take into account two ignored CORS configuration items from all-in-one.conf 3.25
Tue, 04 Apr 2017 10:50:49 +0200 David Douard [cwctl] upgrade: do delete the static data dir if verbosity is 0 (closes #17069749) 3.25
Fri, 28 Jul 2017 08:35:01 +0000 Jérôme Roy [doc] Fix option_*() migration commands in doc 3.25
Wed, 03 May 2017 21:58:48 +0200 David Douard [massive store] ensure the cwmassive_initialized table is deleted if needed 3.25
Wed, 03 May 2017 21:55:41 +0200 David Douard [server] fix deserialize_schema to handle properly pg schema (closes 17076486) 3.25
Wed, 10 May 2017 15:07:18 +0200 David Douard [server/utils] update passlib API to 1.7 (closes #17054805) 3.25
Mon, 10 Jul 2017 11:43:18 +0200 Denis Laxalde Merge with 3.25 branch
Mon, 10 Jul 2017 11:41:20 +0200 Denis Laxalde Added tag 3.25.1, debian/3.25.1-1, centos/3.25.1-1 for changeset 5fe62978801a 3.25
Mon, 10 Jul 2017 11:23:45 +0200 Denis Laxalde [pkg] Version 3.25.1 3.25 3.25.1 centos/3.25.1-1 debian/3.25.1-1
Fri, 21 Apr 2017 14:01:46 +0200 Sylvain Thénault [facets] Fix disappearance of navtop component on facet filtering
Mon, 19 Jun 2017 18:15:28 +0200 Denis Laxalde [web] Set response status to 400 when appropriate in ajax controller
Mon, 19 Jun 2017 18:00:26 +0200 Denis Laxalde [web] Only log exceptions in debug mode in Ajax controllers
Tue, 06 Jun 2017 12:20:17 +0200 Denis Laxalde [pyramid] Only expose 'cubicweb.bwcompat' setting for "all-in-one" configuration type 3.25
Thu, 27 Apr 2017 10:16:39 +0200 Yann Voté [migration] Only drop moved table entities if it does not exists 3.25
Fri, 05 May 2017 17:57:10 +0200 Philippe Pepiot [web/views] delete: show composite entities in predictible order 3.25
Fri, 28 Apr 2017 09:49:37 +0200 Philippe Pepiot [req] fix find() generating non-rewritable rql on non final relations
Wed, 26 Apr 2017 15:04:40 +0200 Philippe Pepiot [req] raise KeyError instead of AssertionError in req.find()
Tue, 25 Apr 2017 17:31:24 +0200 Philippe Pepiot [req] use format() instead of % substitution
Tue, 25 Apr 2017 17:11:18 +0200 Philippe Pepiot [test] make assertions on exception message
Tue, 25 Apr 2017 17:10:16 +0200 Philippe Pepiot [req] clearer exception message
Fri, 21 Apr 2017 10:29:44 +0200 Sylvain Thénault [cleanup] Drop useless fake function
Fri, 21 Apr 2017 10:29:07 +0200 Sylvain Thénault [cleanup] Use plain unittest main in unittest_rqlrewrite
Tue, 25 Apr 2017 17:35:29 +0200 Sylvain Thénault [cleanup] Fix flake8 error unittest_rqlrewrite
Thu, 20 Apr 2017 18:05:06 +0200 Sylvain Thénault [rqlrewrite] Enhance detection of need for Exists node
Fri, 21 Apr 2017 09:57:04 +0200 Sylvain Thénault [rqlrewrite] Fix rewrite on ambiguities introduced by NOT relation or "is IN" type restriction
Wed, 19 Apr 2017 09:05:10 +0200 Sylvain Thénault [dataimport] Add explanation about why external entities can't be inserted
Thu, 20 Apr 2017 17:22:36 +0200 Philippe Pepiot [querier] Fix typo in Unauthorized message exception
Wed, 19 Apr 2017 15:09:31 +0200 Sylvain Thénault [massive store] Ensure temporary metadata table get dropped
Wed, 19 Apr 2017 10:09:25 +0200 Sylvain Thénault [test] Stop using lgc.testlib.unittest_main in dataimport's test_sqlgenstore.py
Wed, 19 Apr 2017 10:08:59 +0200 Sylvain Thénault [test/cleanup] Cleanup flake8 errors in dataimport's test_sqlgenstore
Wed, 19 Apr 2017 10:18:47 +0200 Sylvain Thénault [pkg] Fix path error in flake8-ok-files
Wed, 19 Apr 2017 15:16:10 +0200 Sylvain Thénault [cleanup] Fix undetected pep8 error
Wed, 19 Apr 2017 11:10:58 +0200 Denis Laxalde [doc] Set release date of 3.25 in changelog 3.25
Fri, 14 Apr 2017 17:17:12 +0200 Philippe Pepiot [cwconfig] load appobjects subpackages recursively 3.25
Fri, 14 Apr 2017 15:40:49 +0200 Denis Laxalde [pkg] Set version to 3.26.0.dev0
Fri, 14 Apr 2017 15:40:15 +0200 Denis Laxalde Merge with 3.25 branch
Fri, 14 Apr 2017 15:32:17 +0200 Denis Laxalde Added tag 3.25.0, debian/3.25.0-1, centos/3.25.0-1 for changeset dacc5b168e29 3.25
Fri, 14 Apr 2017 15:15:27 +0200 Denis Laxalde [pkg] Version 3.25.0 3.25 3.25.0 centos/3.25.0-1 debian/3.25.0-1
Thu, 13 Apr 2017 15:04:45 +0200 Sylvain Thénault [entities] Fix backward compat of IDublinCore adapter wrt dc_long_title 3.25
Thu, 13 Apr 2017 13:57:32 +0200 Denis Laxalde [web] Do not try to rmtree symlinks in rmtreecontent() 3.25
Thu, 13 Apr 2017 12:20:30 +0200 Denis Laxalde [pkg] Version 3.25.0rc3 3.25
Wed, 12 Apr 2017 16:14:46 +0200 Sylvain Thénault [test] Stop using lgc.testlib 3.25
Wed, 12 Apr 2017 16:14:10 +0200 Sylvain Thénault Fix some flake8 errors 3.25
Wed, 12 Apr 2017 16:12:51 +0200 Sylvain Thénault [sources] Turn classmethod into standard method 3.25
Wed, 12 Apr 2017 16:11:56 +0200 Sylvain Thénault [test] Add some tests for hooks.syncsources 3.25
Wed, 12 Apr 2017 16:10:57 +0200 Sylvain Thénault [sources] Check source's url attribute value on creation/modification 3.25
Wed, 12 Apr 2017 16:07:25 +0200 Sylvain Thénault [sources] Check sources configuration is fine on creation/modification 3.25
Wed, 12 Apr 2017 17:26:27 +0200 Sylvain Thénault [test] Fix option name in ldap wrong group test 3.25
Wed, 12 Apr 2017 15:55:26 +0200 Sylvain Thénault [sources] Enhance prototype of check_conf_dict 3.25
Wed, 12 Apr 2017 15:38:32 +0200 Sylvain Thénault [sources] Stop translating validation error 3.25
Wed, 12 Apr 2017 15:49:05 +0200 Sylvain Thénault [sources] Simplify source's init method 3.25
Wed, 12 Apr 2017 14:54:10 +0200 Denis Laxalde [server] Deprecate Repository.sources_by_eid 3.25
Wed, 05 Apr 2017 14:59:09 +0200 Denis Laxalde [server] Add source_by_eid and source_by_uri methods to repository 3.25
Tue, 04 Apr 2017 17:43:56 +0200 Denis Laxalde [hooks] Remove list() around repo.sources_by_uri 3.25
Wed, 05 Apr 2017 14:31:44 +0200 Denis Laxalde [server] Inline _entity_update method into init method of AbstractSource 3.25
Wed, 05 Apr 2017 14:02:58 +0200 Denis Laxalde [server] Drop update_config method of source 3.25
Tue, 04 Apr 2017 16:28:50 +0200 Denis Laxalde [server] Make "sources_by_uri" and "sources_by_eid" properties of repository 3.25
Tue, 21 Feb 2017 11:04:19 +0100 Denis Laxalde Add a "Contributing" section to README with patch submission guidelines 3.25
Tue, 04 Apr 2017 11:41:23 +0200 David Douard [cwctl] do only clean static data dir content (closes #17069762) 3.25
Mon, 03 Apr 2017 14:43:44 +0200 David Douard [cwctl] add a no-config-update option to the upgrade command (closes #17069607) 3.25
Fri, 07 Apr 2017 14:31:41 +0200 Denis Laxalde [cwconfig] Add "pyramid" config type to MCOMPAT dict 3.25
Fri, 07 Apr 2017 15:23:38 +0200 Denis Laxalde [pyramid] Avoid shutting down the repository at exit if it's already shutting down 3.25
Wed, 05 Apr 2017 14:42:30 +0200 Denis Laxalde [server/test] Extract a "ldapsource" function in unittest_ldapsource.py 3.25
Tue, 04 Apr 2017 16:07:52 +0200 Denis Laxalde [server] Move "system" source initialization into its own method 3.25
Wed, 05 Apr 2017 13:28:33 +0200 Denis Laxalde [entities] Make CWSource's dictconfig method clearer 3.25
Wed, 05 Apr 2017 08:37:22 +0200 Denis Laxalde [entities] Move CWSource update_config method as a function in 3.15 migration script 3.25
Wed, 05 Apr 2017 10:34:04 +0200 Denis Laxalde [server/test] Turn "pull" method of LDAPFeedTestBase into a staticmethod 3.25
Tue, 04 Apr 2017 18:47:13 +0200 Denis Laxalde [py3] Use six.text_type instead of unicode in _CWSourceCfgMixIn.update_config() 3.25
Tue, 04 Apr 2017 16:06:44 +0200 Denis Laxalde [server] Drop condition on "3.10" migration in repo.init_sources_from_database() 3.25
Thu, 30 Mar 2017 16:18:12 +0200 Denis Laxalde [pkg] Version 3.25.0rc2 3.25
Thu, 30 Mar 2017 11:59:37 +0200 Sylvain Thénault [doc] More release note about session data handling 3.25
Thu, 30 Mar 2017 11:59:01 +0200 Sylvain Thénault [session] Drop long deprecated [get/set]_shared_data methods 3.25
Thu, 30 Mar 2017 11:58:02 +0200 Sylvain Thénault [session] Drop the user session synchronization machinery 3.25
Thu, 30 Mar 2017 11:56:09 +0200 Sylvain Thénault [session] Avoid deprecation warning on access to Connection.data 3.25
Thu, 30 Mar 2017 10:43:49 +0200 Sylvain Thénault [doc] Add release note about change in uicfg 3.25
Thu, 30 Mar 2017 10:37:55 +0200 Sylvain Thénault merge 3.25 heads 3.25
Wed, 29 Mar 2017 14:56:04 +0200 Sylvain Thénault [hg] Add generated slapd.conf to hgignore 3.25
Wed, 29 Mar 2017 11:17:37 +0200 Sylvain Thénault Fix flake8 errors in unittest_cwctl 3.25
Wed, 29 Mar 2017 11:14:53 +0200 Sylvain Thénault [cwctl] Drop 'cubicweb_' prefix when displaying cubes with 'cubicweb-ctl list' 3.25
Tue, 28 Mar 2017 17:12:47 +0200 Sylvain Thénault Fix flake8 errors in unittest_cwconfig 3.25
Wed, 29 Mar 2017 10:34:39 +0200 Sylvain Thénault [config] Test loading of ccplugin modules 3.25
Wed, 29 Mar 2017 10:34:16 +0200 Sylvain Thénault [test] Extract out method-which-is-not-a-method mocking iter_entry_points 3.25
Wed, 29 Mar 2017 10:32:24 +0200 Sylvain Thénault [cwconfig] Add a docstring on available_cubes method 3.25
Tue, 28 Mar 2017 15:03:15 +0200 Sylvain Thénault Backed out changeset fe995d56c949 3.25
Wed, 29 Mar 2017 13:29:41 +0200 Denis Laxalde [hooks] Drop "logstats" hook 3.25
Wed, 29 Mar 2017 11:46:17 +0200 Denis Laxalde [hooks] Do not register "logstats" if repository has no scheduler 3.25
Wed, 29 Mar 2017 11:45:19 +0200 Denis Laxalde [server] Introduce an `has_scheduler` method on Repository 3.25
Wed, 29 Mar 2017 11:37:31 +0200 Denis Laxalde [server] Warn instead of failing when a looping task is registered and repo has no scheduler 3.25
Wed, 29 Mar 2017 11:31:02 +0200 Denis Laxalde [server] Exit quickly when a looping task is registered in maintenance mode 3.25
Fri, 24 Mar 2017 14:56:48 +0100 Sylvain Thénault [config] Drop unused init_available_cubes method 3.25
Tue, 28 Mar 2017 11:26:48 +0200 Sylvain Thénault [doc] Move content of former README.pyramid into relevant modules 3.25
Fri, 24 Mar 2017 16:57:05 +0100 Denis Laxalde Drop README.pyramid.rst file 3.25
Fri, 24 Mar 2017 17:22:02 +0100 Denis Laxalde Make entypo link a true URL in README 3.25
Fri, 24 Mar 2017 17:21:37 +0100 Denis Laxalde Refer to cubicweb.readthedocs.io in README 3.25
Mon, 27 Mar 2017 17:57:27 +0200 Philippe Pepiot [server] don't catch exception from postcommit_event() if we are in test mode 3.25
Fri, 24 Mar 2017 14:18:17 +0100 Denis Laxalde [pkg] Version 3.25.0rc1 3.25
Wed, 22 Mar 2017 14:36:05 +0100 Denis Laxalde [tox] Simplify command line to build the doc 3.25
Fri, 24 Mar 2017 09:37:51 +0100 Denis Laxalde [pyramid] Drop warning about pyramid_debugtoolbar not found in debug mode 3.25
Fri, 24 Mar 2017 11:21:39 +0100 Denis Laxalde [pkg] Add development.ini.tmpl to "cubicweb.pyramid" package data 3.25
Thu, 23 Mar 2017 10:30:48 +0100 Denis Laxalde [skeleton] Don't use system site packages in tox environment 3.25
Wed, 22 Mar 2017 14:38:10 +0100 Denis Laxalde [doc] Update "settings" pyramid documentation 3.25
Wed, 22 Mar 2017 14:37:04 +0100 Denis Laxalde [doc] Update the "quickstart" page of pyramid documentation 3.25
Wed, 22 Mar 2017 14:34:51 +0100 Denis Laxalde [doc] Rewrite "pyramid" index page in the book 3.25
Wed, 22 Mar 2017 15:05:04 +0100 Denis Laxalde [doc] Drop documentation for cubicweb.pyramid.tools module 3.25
Wed, 22 Mar 2017 14:49:04 +0100 Denis Laxalde [doc] Drop reference to "make_cubicweb_application" in pyramid doc 3.25
Wed, 22 Mar 2017 14:06:03 +0100 Denis Laxalde [doc] Remove trailing whitespaces in doc/book/pyramid/index.rst 3.25
Wed, 22 Mar 2017 15:43:20 +0100 Denis Laxalde [tox] Install "pyramid" dependencies in "doc" environment 3.25
Tue, 07 Mar 2017 13:13:23 +0100 Philippe Pepiot [web/views] fix bad html in deleteconf with show_composite=True 3.25
Thu, 23 Mar 2017 12:09:59 +0100 Philippe Pepiot [web/views] display unique composite entities in deleteconf 3.25
Thu, 23 Mar 2017 11:47:59 +0100 Denis Laxalde Really make rqlrewrite flake8 compliant 3.25
Wed, 22 Mar 2017 14:18:54 +0100 Philippe Pepiot [pyramid] disable bwcompat by default in PyramidCWTest 3.25
Fri, 17 Mar 2017 10:15:16 +0100 Sylvain Thénault Fix flake8 errors in rqlrewrite.py 3.25
Wed, 01 Mar 2017 18:07:49 +0100 Arthur Lutz [rqlrewrite/schema] Avoid parsing computed relations for each query 3.25
Wed, 22 Mar 2017 17:14:18 +0100 Philippe Pepiot [pkg] Restrict yams version to be less than 0.45.0 3.23
Wed, 22 Mar 2017 13:58:28 +0100 Denis Laxalde [pyramid] Remove pyramid_debugtoolbar from "pyramid.includes" 3.25
Wed, 22 Mar 2017 09:44:53 +0100 Sylvain Thénault [doc] Add some details about rtag derivation and server api cleanup in release notes 3.25
Wed, 22 Mar 2017 09:41:19 +0100 Sylvain Thénault [doc] Simplify release notes section 3.25
Mon, 20 Mar 2017 11:35:58 +0100 Denis Laxalde [doc] Fill release notes for 3.25 3.25
Mon, 20 Mar 2017 12:13:04 +0100 Denis Laxalde [devtools] Create "newcube" in current directory by default 3.25
Mon, 20 Mar 2017 14:39:22 +0100 Denis Laxalde [pyramid] Do not register repository.shutdown atexit in test mode 3.25
Tue, 21 Mar 2017 14:17:26 +0100 Philippe Pepiot [cwconfig] don't rely on _CubeImporter while loading cubes 3.25
Mon, 20 Mar 2017 17:38:43 +0100 Denis Laxalde Added tag 3.24.7, debian/3.24.7-1, centos/3.24.7-1 for changeset 58f1e8545a77 3.24
Mon, 20 Mar 2017 17:04:10 +0100 Denis Laxalde [pkg] Version 3.24.7 3.24 3.24.7 centos/3.24.7-1 debian/3.24.7-1
Mon, 20 Mar 2017 16:51:41 +0100 Denis Laxalde [pkg] Restrict yams version to be less than 0.45.0 3.24
Fri, 17 Mar 2017 16:29:38 +0100 Denis Laxalde [pkg] Version 3.25.0rc0 3.25
Mon, 20 Mar 2017 11:16:11 +0100 Denis Laxalde [pyramid] Rename paste app factory to pyramid_main
Mon, 20 Mar 2017 09:08:44 +0100 Denis Laxalde [tox] Do not use site packages in testenv
Mon, 20 Mar 2017 10:25:04 +0100 Denis Laxalde [test] Add user-site to PYTHONPATH before installation of new cube in test_newcube_install
Fri, 17 Mar 2017 17:32:04 +0100 Denis Laxalde [pkg] Depends on yams >= 0.45.0
Fri, 17 Mar 2017 17:31:10 +0100 Denis Laxalde [pkg] Depends on logilab-common >= 1.4.0
Mon, 20 Mar 2017 10:28:01 +0100 Denis Laxalde Merge with 3.24 branch
Mon, 20 Mar 2017 09:40:24 +0100 Denis Laxalde Added tag 3.24.6, debian/3.24.6-1, centos/3.24.6-1 for changeset 4029fb83a67d 3.24
Mon, 20 Mar 2017 08:58:25 +0100 Denis Laxalde [pkg] Version 3.24.6 3.24 3.24.6 centos/3.24.6-1 debian/3.24.6-1
Mon, 20 Mar 2017 08:57:17 +0100 Denis Laxalde Merge public heads 3.24
Wed, 15 Mar 2017 12:01:14 +0100 Philippe Pepiot [web/views] deleteconf: ignore workflow when displaying composite entities
Fri, 03 Mar 2017 14:06:27 +0100 Sylvain Thénault [rset] Use RQL cache in syntax_tree method
Fri, 17 Mar 2017 07:32:48 +0100 Sylvain Thénault [repo] Introduce a clear_caches method on the Querier class
Wed, 15 Mar 2017 08:30:27 +0100 Sylvain Thénault [repo] Consistent API for cache clearing
Fri, 03 Mar 2017 13:09:11 +0100 Sylvain Thénault [repo] Extract rql cache handling to a dedicated class
Thu, 16 Mar 2017 17:25:07 +0100 Denis Laxalde [sobjects] Fix a trivial flake8 error
Wed, 15 Mar 2017 08:27:45 +0100 Sylvain Thénault [repo] Drop cache clearing methods from the source interface
Wed, 15 Mar 2017 08:04:58 +0100 Sylvain Thénault [repo] Move and rename repo._clear_planning_cache
Fri, 10 Mar 2017 10:10:44 +0100 Sylvain Thénault [sobjects] Fix flake8 errors in services.py
Wed, 15 Mar 2017 08:39:51 +0100 Sylvain Thénault [test] Rename BaseQuerierTC._access to BaseQuerierTC.admin_access
Wed, 15 Mar 2017 09:15:32 +0100 Sylvain Thénault [repo] Fix flake8 error
Thu, 09 Mar 2017 16:36:33 +0100 Denis Laxalde [pyramid] Add a "pyramid" instance configuration type
Fri, 10 Mar 2017 12:02:41 +0100 Denis Laxalde [pyramid] Call repository's shutdown method atexit
Fri, 03 Mar 2017 11:13:03 +0100 Sylvain Thénault [querier] Turn repo.querier_cache_key into a private function
Tue, 14 Mar 2017 10:34:03 +0100 Sylvain Thénault [cleanup] Fix flake8 errors in web/application.py and associated test
Tue, 14 Mar 2017 10:33:24 +0100 Sylvain Thénault [test] Simplify CWTC's init_authentication and assertAuthSuccess
Fri, 10 Mar 2017 18:26:05 +0100 Sylvain Thénault [cleanup] Drop non sense sentence in docstring
Fri, 10 Mar 2017 18:23:29 +0100 Sylvain Thénault [repo] Drop Session at last
Fri, 10 Mar 2017 18:21:22 +0100 Sylvain Thénault Fix flake8 some errors
Fri, 10 Mar 2017 18:18:51 +0100 Sylvain Thénault [test] Use existing reference to repo_source
Fri, 10 Mar 2017 18:04:25 +0100 Sylvain Thénault [repo] Drop repo.new_session method
Tue, 14 Mar 2017 11:07:58 +0100 Sylvain Thénault Stop using Session on the repository side
Fri, 10 Mar 2017 18:00:13 +0100 Sylvain Thénault [test] Drop unnecessary call to new_session
Fri, 10 Mar 2017 17:58:25 +0100 Sylvain Thénault [user] Drop ugly hack on CWUser entity class
Fri, 10 Mar 2017 17:57:13 +0100 Sylvain Thénault [test] Use user_session_cache_key function
Fri, 10 Mar 2017 17:52:44 +0100 Sylvain Thénault [session+test] Stop storing / accessing session when it's not necessary
Fri, 10 Mar 2017 17:46:06 +0100 Sylvain Thénault [devtools] Stop relying on Session to create connection in RepoAccess
Fri, 10 Mar 2017 17:44:03 +0100 Sylvain Thénault [devtools] Stop using repo.new_session
Fri, 10 Mar 2017 18:25:35 +0100 Sylvain Thénault [session] Kill support for a 'session_open' hook event
Fri, 10 Mar 2017 17:03:28 +0100 Sylvain Thénault [devtools] Rename FakeSession into FakeConnection
Fri, 10 Mar 2017 16:55:57 +0100 Sylvain Thénault [cleanup] Drop references to the old internal_session method
Fri, 10 Mar 2017 16:31:08 +0100 Sylvain Thénault [session] Drop unused class
Fri, 10 Mar 2017 16:14:05 +0100 Sylvain Thénault [cleanup] Drop no more used parse_repo_uri function
Fri, 10 Mar 2017 14:07:15 +0100 Sylvain Thénault [server] Fix flake8 error of test/data/hooks.py
Fri, 10 Mar 2017 14:02:31 +0100 Sylvain Thénault [repo] Drop repo.connect backward compat
Fri, 10 Mar 2017 14:01:45 +0100 Sylvain Thénault [session] Drop no more necessary Session.sessionid and Connection.connectionid
Fri, 10 Mar 2017 14:04:26 +0100 Sylvain Thénault [repo] Kill repo._sessions
Fri, 10 Mar 2017 18:24:40 +0100 Sylvain Thénault [repo] Stop closing session
Fri, 10 Mar 2017 12:07:29 +0100 Sylvain Thénault [views] Stop giving stats / debug information relying on _sessions
Fri, 10 Mar 2017 16:41:10 +0100 Sylvain Thénault [session] Stop relying on _sessions to synchronize living session
Fri, 10 Mar 2017 12:01:31 +0100 Sylvain Thénault [test] Drop useless access to repo._sessions
Fri, 10 Mar 2017 11:27:01 +0100 Sylvain Thénault [repo] Fix flake8 errors in server/__init__.py
Fri, 10 Mar 2017 11:25:24 +0100 Sylvain Thénault [repo] Drop no more used ShuttingDown exception
Fri, 10 Mar 2017 11:55:16 +0100 Sylvain Thénault [repo] Drop _get_session method
Thu, 09 Mar 2017 18:02:16 +0100 Denis Laxalde [test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py
Thu, 09 Mar 2017 16:35:58 +0100 Denis Laxalde [web] Extract a base class out WebConfiguration
Thu, 09 Mar 2017 16:41:18 +0100 Denis Laxalde [tox] Drop reference to removed init_instance.py file in flake8-ok-files.txt
Fri, 10 Mar 2017 09:39:18 +0100 Denis Laxalde [web] Put 'use-uicache' option in level 2
Tue, 21 Feb 2017 08:56:38 +0100 Denis Laxalde [server] Add a "scheduler" command to run repository scheduler
Mon, 06 Mar 2017 15:13:44 +0100 Denis Laxalde [cwconfig] Do not instantiate a repo with a scheduler in repository method
Mon, 06 Mar 2017 14:50:00 +0100 Denis Laxalde [server] Make cubicweb/server/utils.py flake8-clean
Mon, 06 Mar 2017 14:38:52 +0100 Denis Laxalde [server] Drop utils's LoopTask and TasksManager classes not used anymore
Mon, 06 Mar 2017 13:23:33 +0100 Denis Laxalde [server] replace repository's tasks manager by a scheduler
Mon, 06 Mar 2017 13:21:50 +0100 Denis Laxalde [server] introduce a scheduler class to run repository "looping tasks"
Thu, 16 Feb 2017 11:15:23 +0100 Samuel Trégouët web: add options to ignore css compilation and uicache
Thu, 16 Feb 2017 10:56:45 +0100 Samuel Trégouët [skeleton] call includeme from new cube
Mon, 06 Mar 2017 14:19:20 +0100 Denis Laxalde [etwist] Do not call repository's start_looping_tasks anymore and warn about this
Thu, 09 Mar 2017 09:16:00 +0100 Denis Laxalde [test] Flake8-clean and use stdlib unittest in cubicweb/server/test/unittest_utils.py
Tue, 07 Mar 2017 12:08:39 +0100 Sylvain Thénault [web] Don't raise ProcessFormError if there is no value specified
Tue, 07 Mar 2017 11:59:07 +0100 Sylvain Thénault [test] Cleanup imports in unittest_form
Tue, 07 Mar 2017 14:27:09 +0100 Florent Cayré Fix log level parameter not taken into account in cwsource log table 3.23
Mon, 06 Mar 2017 13:49:51 +0100 Denis Laxalde [pyramid] Drop call to repository's start_looping_tasks method and warn about this
Mon, 06 Mar 2017 15:22:16 +0100 Denis Laxalde [test] Make unittest_serverctl.py flake8-clean
Mon, 06 Mar 2017 13:15:51 +0100 Denis Laxalde [wsgi] Drop calls to repo.start_looping_tasks
Mon, 06 Mar 2017 15:16:53 +0100 Denis Laxalde [pyramid] Drop useless "init_instance" module
Mon, 06 Mar 2017 15:01:41 +0100 Denis Laxalde [server] Drop inexistent "bootstrap" argument in Repository initialization
Wed, 08 Feb 2017 16:05:00 +0100 David Douard [server] fix a typo in a docstring
Fri, 24 Feb 2017 09:18:08 +0100 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list" 3.24
Thu, 23 Feb 2017 10:59:56 +0100 Sylvain Thénault [web/views] Fix a docstring
Thu, 23 Feb 2017 08:37:39 +0100 Denis Laxalde [server] Use looping_task method in Repository._prepare_startup()
Mon, 27 Feb 2017 17:13:45 +0100 Denis Laxalde [skeleton] Drop logging configuration from development.ini
Mon, 27 Feb 2017 14:49:32 +0100 Denis Laxalde [pyramid] Drop retrieval of auth/session secret in all-in-one.conf
Mon, 27 Feb 2017 09:06:23 +0100 Denis Laxalde [cwctl] Recommend 'pyramid' before 'wsgi' when twisted is not available
Mon, 27 Feb 2017 09:05:33 +0100 Denis Laxalde [cwctl] Drop message about 'the pyramid cube' in "start" command
Mon, 27 Feb 2017 16:57:59 +0100 Denis Laxalde [cwconfig] Fix two NameError in load_available_configs()
Mon, 27 Feb 2017 08:53:52 +0100 Denis Laxalde [etwist] Drop try/except around definitions of 'all-in-one' configuration and command handlers
Tue, 28 Feb 2017 16:55:32 +0100 Denis Laxalde [server] Call 'server_startup' hooks at the end of repository "bootstrap"
Tue, 28 Feb 2017 16:46:16 +0100 Denis Laxalde [pyramid] Drop module-level cache and cleanup looping tasks in tools
Tue, 28 Feb 2017 16:11:17 +0100 Denis Laxalde [hooks] Return early in server_startup hooks if the repository has not tasks manager
Tue, 28 Feb 2017 16:05:00 +0100 Denis Laxalde [server] Only register "clean_sessions" looping tasks if repository has a tasks manager
Fri, 24 Feb 2017 10:16:17 +0100 Denis Laxalde [utils] Do not pass a tasks manager to Repository in admincnx()
Thu, 23 Feb 2017 18:02:33 +0100 Denis Laxalde [server] Separate repository bootstrap from initialization
Thu, 23 Feb 2017 17:51:11 +0100 Denis Laxalde [server] Also remove tmpdir in case of error during restore database command
Thu, 23 Feb 2017 17:47:18 +0100 Denis Laxalde [server] Rename Repository's init_cnxset_pool method bootstrap
Thu, 23 Feb 2017 17:45:50 +0100 Denis Laxalde [server] Replace server config's init_cnxset_pool attribute by a "bootstrap" parameter in Repository
Thu, 23 Feb 2017 17:38:47 +0100 Denis Laxalde [server] Drop close/open steps in NativeSQLSource.restore()
Tue, 07 Feb 2017 10:37:37 +0100 Sylvain Thénault [skel] Fix rpm's .spec file skeleton
Thu, 23 Feb 2017 17:36:11 +0100 Denis Laxalde [server] Move "starting repository..." message where this actually happens
Thu, 23 Feb 2017 17:34:37 +0100 Denis Laxalde [server] Initialize Repository without a tasks manager in ServerMigrationHelper.restore_database()
Thu, 23 Feb 2017 17:34:12 +0100 Denis Laxalde [server] Fix a typo in log message in Repository.init_cnxset_pool()
Fri, 24 Feb 2017 09:19:35 +0100 Denis Laxalde [cwconfig] Issue a warning if a configuration module cannot be loaded
Fri, 24 Feb 2017 09:18:08 +0100 Denis Laxalde [ctl] Load available configurations in "cubicweb-ctl list"
Thu, 23 Feb 2017 08:54:01 +0100 Denis Laxalde [skeleton] Set cubicweb.bwcompat to False in development.ini
Tue, 21 Feb 2017 17:41:32 +0100 Denis Laxalde [pyramid] Use existing repo in PyramidCWTest
Tue, 21 Feb 2017 17:35:16 +0100 Denis Laxalde [pyramid] Make it possible to setup CubicWeb instance from an existing repo in includeme()
Tue, 21 Feb 2017 17:42:46 +0100 Denis Laxalde [pyramid] Move loading of pyramid_debugtoolbar later in includeme()
Tue, 21 Feb 2017 08:54:20 +0100 Denis Laxalde [skeleton,pyramid] Move pyramid app definition in cubicweb.pyramid module
Fri, 10 Feb 2017 17:13:44 +0100 Denis Laxalde [pyramid] Add a copyright and docstring to all modules
Wed, 08 Feb 2017 17:54:16 +0100 Denis Laxalde [cwconfig] Strip "cubicweb_" prefix from cube name in available_cubes()
Tue, 21 Feb 2017 10:12:47 +0100 Philippe Pepiot [web] fix os.rename usage on windows when destination exists
Wed, 25 Jan 2017 14:28:20 +0100 Philippe Pepiot [web/views] show composite entities in delete view
Mon, 11 May 2015 13:57:34 +0200 Christophe de Vienne [workflow] Utilities for declarative definition of workflows
Mon, 20 Feb 2017 15:56:07 +0100 Denis Laxalde [server] Remove pseudo-handling of exceptions in Repository._delete_cascade_multi()
Tue, 21 Feb 2017 10:12:47 +0100 Philippe Pepiot [web] fix os.rename usage on windows when destination exists 3.23
Thu, 09 Feb 2017 10:31:15 +0100 Denis Laxalde [skeleton] Add "cubicweb.session.secret" to development.ini
Fri, 10 Feb 2017 16:55:23 +0100 Denis Laxalde [pyramid] Include 'cubicweb.pyramid.predicates' where it is used
Fri, 10 Feb 2017 16:33:16 +0100 Denis Laxalde [pyramid] Rename make_cubicweb_application function as config_from_cwconfig
Wed, 08 Feb 2017 17:49:25 +0100 Denis Laxalde [server] Reprase messages of db-check to avoid using "system" and "sources"
Mon, 20 Feb 2017 16:39:07 +0100 Denis Laxalde [predicates] Fix reference to has_related_entities in partial_has_related_entities docstring
Tue, 07 Feb 2017 13:47:03 +0100 Philippe Pepiot Fix possible double import of cubes modules
Wed, 08 Feb 2017 10:31:26 +0100 Philippe Pepiot Make load_module() return existing module if present in sys.modules
Mon, 06 Feb 2017 15:43:19 +0100 Denis Laxalde [server] Ignore computed relations in "relations" integrity checker
Mon, 06 Feb 2017 15:40:39 +0100 Denis Laxalde [server] Use global registry variable of integrity checker functions
Tue, 07 Feb 2017 18:18:22 +0100 Philippe Pepiot [doc] Add 3.25 release notes
Fri, 27 Jan 2017 18:09:56 +0100 Philippe Pepiot [repository] possibility to disable connections pooling
Thu, 02 Feb 2017 14:58:39 +0100 Florent Cayré [js] Fix loading image URL 3.24
Mon, 06 Feb 2017 11:21:31 +0100 Denis Laxalde [migration] Move pyramid-related migration after "entities" table modifications 3.24
Fri, 03 Feb 2017 13:37:32 +0100 Sylvain Thénault Merge 3.24.5 into default branch
Tue, 10 Jan 2017 16:08:55 +0100 Denis Laxalde [entities] Introduce an IDublinCore adapter
Fri, 27 Jan 2017 11:05:07 +0100 Denis Laxalde [skeleton] Add an entry point and configuration for running a Pyramid application
Fri, 27 Jan 2017 09:58:30 +0100 Denis Laxalde [cwconfig] Issue a warning when a "core" ctl plugin failed to load
Fri, 27 Jan 2017 13:36:00 +0100 Denis Laxalde [dataimport] Fix "existing_relations" parameter name in ExtEntitiesImporter
Thu, 15 Jan 2015 18:01:28 +0100 Olivier CAYROL (Logilab) [ical] Create ICal events or todos depending on component type returned by adapter
Tue, 31 Jan 2017 11:06:28 +0100 Sylvain Thénault Added tag 3.24.5, debian/3.24.5-1, centos/3.24.5-1 for changeset 70d28e632206 3.24
Tue, 31 Jan 2017 10:41:04 +0100 Sylvain Thénault Prepare 3.24.5 3.24 3.24.5 centos/3.24.5-1 debian/3.24.5-1
Mon, 30 Jan 2017 10:18:31 +0100 Sylvain Thénault [devtools] Skip computed relations when attempting to auto-populate test database 3.24
Mon, 30 Jan 2017 18:14:45 +0100 Sylvain Thénault [migration] Stop asking confirm to commit 3.24
Mon, 30 Jan 2017 17:17:17 +0100 Sylvain Thénault [migration] Fix crash on 3.24 migration 3.24
Mon, 30 Jan 2017 10:18:31 +0100 Sylvain Thénault [devtools] Skip computed relations when attempting to auto-populate test database
Mon, 30 Jan 2017 11:23:13 +0100 Denis Laxalde [test] Use our BaseTestCase in unittest_rtags.py
Mon, 30 Jan 2017 10:22:23 +0100 Denis Laxalde [server] Add a blank line before _CnxSetPool to fix PEP8 error
Mon, 30 Jan 2017 10:19:58 +0100 Denis Laxalde [pkg] Use logilab-common's master repository in dev requirements
Fri, 20 Jan 2017 16:39:44 +0100 Philippe Pepiot [rtags] pass module name to RegistrableInstance
Fri, 27 Jan 2017 17:42:16 +0100 Philippe Pepiot [repository] move cnxset pool handling to a helper class
Fri, 27 Jan 2017 15:53:15 +0100 Sylvain Thénault [pkg] Fix some error on building documentation
Fri, 27 Jan 2017 16:26:09 +0100 Sylvain Thénault Merge 3.24.4 into default branch
Fri, 27 Jan 2017 13:41:24 +0100 Sylvain Thénault Added tag 3.24.4, debian/3.24.4-1, centos/3.24.4-1 for changeset 35fd54c0065d 3.24
Fri, 27 Jan 2017 13:30:24 +0100 Sylvain Thénault Prepare 3.24.4 3.24 3.24.4 centos/3.24.4-1 debian/3.24.4-1
Fri, 20 Jan 2017 03:48:11 +0100 Florent Cayré [source,native] Generalize the IntegrityError constraint parsing regex 3.24
Wed, 18 Jan 2017 16:50:48 +0100 Samuel Trégouët [pyramid] use pyramid.request `path_info` property instead of `path` 3.24
Fri, 13 Jan 2017 11:36:51 +0100 Samuel Trégouët [pyramid] fix login route with language-mode = url-prefix 3.24
Fri, 18 Nov 2016 10:28:41 +0100 Denis Laxalde [devtools] Make timeout error in qunit tests configurable and use SkipTest in test_jscript.py 3.24
Thu, 26 Jan 2017 16:34:56 +0100 Denis Laxalde [web] Handle unspecified value in TZDatetimeField 3.24
Thu, 26 Jan 2017 16:33:15 +0100 Denis Laxalde [web] Handle unspecified 'date' or 'time' in JQueryDateTimePicker.process_field_data() 3.24
Mon, 23 Jan 2017 15:35:19 +0100 Philippe Pepiot [cwconfig] create a virtual "cubes" package
Fri, 20 Jan 2017 18:17:04 +0100 Sylvain Thénault Change hooks control (deny_all_hooks_but / allow_all_hooks_but) to be more predictable
Tue, 24 Jan 2017 14:09:13 +0100 Philippe Pepiot [cwconfig] make appobjects_cubes_modnames() public
Fri, 20 Jan 2017 15:16:18 +0100 Sylvain Thénault Fix str(Unauthorized) 3.24
Fri, 20 Jan 2017 09:55:08 +0100 Philippe Pepiot [test] avoid using a deprecated feature of yams
Tue, 12 May 2015 22:14:24 +0200 Alain Leufroy [test] add some tests to web.views.baseviews
Mon, 23 Jan 2017 10:44:00 +0100 Denis Laxalde [tox] Drop "touch {envdir}/share/cubicweb/cubes/__init__.py" command on py34 env
Mon, 23 Jan 2017 11:02:21 +0100 Sylvain Thénault Drop support for https-url in all-in-one.conf
Fri, 20 Jan 2017 16:53:28 +0100 Philippe Pepiot [test] use TemporaryDirectory context manager
Fri, 20 Jan 2017 14:32:34 +0100 Denis Laxalde [tox] Drop "exclude" option from flake8 config and adjust flake8-ok-files.txt accordingly
Fri, 20 Jan 2017 10:31:04 +0100 Sylvain Thénault [autoform] Go through guess_field even when field class is specified using uicfg
Fri, 20 Jan 2017 03:54:43 +0100 Florent Cayré [uilib] Fix incorrect serialization of python dicts into javascript objects 3.24
Thu, 12 Jan 2017 13:40:25 +0100 Philippe Pepiot [repository] Fix connection-pool-size not set to 1 with quick_start enabled 3.24
Thu, 19 Jan 2017 11:12:35 +0100 Sylvain Thénault [migration] Enhance assertion message to get a chance to fix the problem 3.24
Thu, 19 Jan 2017 11:12:07 +0100 Sylvain Thénault [migration] Skip virtual rtypes when adding relation definition through add_cube 3.24
Thu, 19 Jan 2017 11:10:47 +0100 Sylvain Thénault [migration] Avoid unnecessary intermediary commit when migrating a schema 3.24
Wed, 18 Jan 2017 15:04:27 +0100 Sylvain Thénault [migration] Fix addition of entity type including boundary constraints on its own attributes 3.24
Thu, 19 Jan 2017 09:53:31 +0100 Sylvain Thénault [schema sync] Refactor AfterAddCWRTypeHook and AfterAddCWComputedRTypeHook so the latter inherit from the former 3.24
Wed, 18 Jan 2017 12:36:02 +0100 Sylvain Thénault Drop embed-allowed option, gone away for a long time 3.24
Wed, 04 Jan 2017 10:02:05 +0100 Sylvain Thénault Never record undo information for session or data import 3.24
Thu, 19 Jan 2017 14:53:05 +0100 Philippe Pepiot [cwvreg] load registry using modules names instead of directories
Thu, 19 Jan 2017 15:27:39 +0100 Philippe Pepiot [schema] load schema from modules names instead of directories
Wed, 18 Jan 2017 17:16:00 +0100 Denis Laxalde [devtools/test] Skip qunit tests in case of timeout
Thu, 18 Feb 2016 14:22:07 +0100 Sylvain Thénault [autoform] Avoid two calls to field.process_form for the same field in some cases
Mon, 19 Dec 2016 17:22:48 +0100 Sylvain Thénault [pyramid] Don't use unsafe_cnx_context_manager for write queries 3.24
Wed, 14 Dec 2016 08:37:11 +0100 Sylvain Thénault Repair database wrt indexes / unique constraints 3.24
Wed, 14 Dec 2016 17:06:24 +0100 Sylvain Thénault Enhance postgres index filter with values from real life 3.24
Wed, 14 Dec 2016 17:04:29 +0100 Sylvain Thénault Extract functions to list expected/found database indexes from check_indexes 3.24
Thu, 24 Nov 2016 15:36:26 +0100 Sylvain Thénault Simplify and fix _cw.drop_entity_cache
Fri, 18 Nov 2016 17:50:56 +0100 Sylvain Thénault [entity/optimization] Cache rset when entity.related is called with entities=False
Wed, 14 Dec 2016 08:47:06 +0100 Sylvain Thénault Ensure in 3.24 migration that entities from LDAP have consistent cwuri 3.24
Wed, 14 Dec 2016 13:34:08 +0100 Nicolas Chauvat [doc/book] fix error in markup 3.24
Wed, 09 Nov 2016 16:14:17 +0100 Sylvain Thénault [rtags] Allow to 'derive' rtags
Wed, 09 Nov 2016 16:08:23 +0100 Sylvain Thénault [test] Use bare unittest in unittest_rtags
Wed, 09 Nov 2016 16:07:10 +0100 Sylvain Thénault [rtags] Docstring fix
Wed, 09 Nov 2016 16:05:06 +0100 Sylvain Thénault [cleanup] flake8 rtags.py
Wed, 14 Dec 2016 11:13:46 +0100 Denis Laxalde [pkg] Require passlib >= 1.7.0
Sun, 04 Dec 2016 23:45:52 +0100 Nicolas Chauvat [web/http_headers] do not crash when IfModifiedSince is empty string (closes #16527954) 3.24
Wed, 07 Dec 2016 14:07:35 +0100 Denis Laxalde [pkg] Set an upper bound to passlib 3.24
Fri, 09 Dec 2016 15:08:52 +0100 Denis Laxalde [cwconfig] Retrieve real path of cubes directory 3.24
Wed, 07 Dec 2016 14:11:23 +0100 Denis Laxalde [server] Use CryptContext's hash method instead of deprecated encrypt method
Wed, 07 Dec 2016 14:13:20 +0100 Denis Laxalde Merge public heads 3.24
Thu, 22 Oct 2015 16:58:12 +0200 Julien Cristau [cwctl] on upgrade, clear instance_md5_version cache
Tue, 15 Dec 2015 08:35:13 +0100 Adrien Di Mascio [twisted] add request error handler to avoid finishing it twice
Fri, 04 Sep 2015 18:05:51 +0200 Rémi Cardona [web/tests] Hide DeprecationWarnings
Thu, 19 Nov 2015 12:25:45 +0100 Julien Cristau [web] remove next_tabindex()
Wed, 23 Nov 2016 17:19:51 +0100 Sylvain Thénault [views/optimization] Ensure we call rset.possible_actions with the same argument
Fri, 18 Nov 2016 18:19:10 +0100 Sylvain Thénault [schema/optimization] Ensure read permissions are deactivated when we're checking a permission
Fri, 18 Nov 2016 18:16:21 +0100 Sylvain Thénault [web] Enhance query log file
Thu, 24 Nov 2016 14:26:12 +0100 Sylvain Thénault [massive store] Don't store eids_seq_range as a store attribute
Thu, 24 Nov 2016 16:58:50 +0100 Sylvain Thénault Flake8 bits with some copyright updates
Thu, 24 Nov 2016 16:58:27 +0100 Sylvain Thénault [test] Use plain unittest in unittest_views_forms.py
Thu, 24 Nov 2016 16:32:14 +0100 Sylvain Thénault Some py3k related fixes: use text_type instead of unicode
Thu, 24 Nov 2016 15:39:52 +0100 Sylvain Thénault [cwctl] Kill deprecated ordered_instances method
Fri, 02 Dec 2016 10:10:58 +0100 Sylvain Thénault [test/cleanup] Use plain unittest 3.24
Fri, 02 Dec 2016 10:10:42 +0100 Sylvain Thénault [test/cleanup] flake8 unittest_rqlannotation.py 3.24
Fri, 25 Nov 2016 13:10:10 +0100 Arthur Lutz [debian] logilab >= 1.2.2 in requires (only in build depends) 3.24
Fri, 25 Nov 2016 13:07:06 +0100 Arthur Lutz [debian] move unittest2 to requires not recommends closes #16404515 3.24
Wed, 23 Nov 2016 17:25:31 +0100 Philippe Pepiot [devtools] named context for boxes subTest for consistency 3.24
Wed, 23 Nov 2016 18:38:46 +0100 David Douard Added tag 3.24.3, debian/3.24.3-1, centos/3.24.3-1 for changeset bb5904cd284e 3.24
Wed, 23 Nov 2016 18:36:55 +0100 David Douard [pkg] 3.24.3 3.24 3.24.3 centos/3.24.3-1 debian/3.24.3-1
Wed, 23 Nov 2016 12:24:04 +0100 David Douard [cwconfig] ensure CubicWebNoAppConfiguration returns a typed value (closes #16364459) 3.24
Fri, 18 Nov 2016 18:15:14 +0100 Sylvain Thénault [views/optimization] Makes has_editable_relations predicate less costly by using generator
Thu, 17 Nov 2016 11:03:19 +0100 Denis Laxalde [cwconfig] Trim down allowed exceptions in gettext language setting
Mon, 21 Nov 2016 14:52:33 +0100 Denis Laxalde [pkg] Configure "universal" wheel build
Mon, 21 Nov 2016 15:17:32 +0100 Sylvain Thénault [rqlrewrite] Test and fix potential NameError
Wed, 16 Nov 2016 15:55:35 +0100 Sylvain Thénault flake8 uicfg
Wed, 16 Nov 2016 15:52:55 +0100 Sylvain Thénault [uicfg] Remove unpredictability from autoform_section initialization
Mon, 21 Nov 2016 14:55:27 +0100 Sylvain Thénault [schema/optimization] Wrap rql expressions into EXISTS node when checking individual permissions
Fri, 18 Nov 2016 17:44:52 +0100 Sylvain Thénault [views/optimization] Prefetch state'names and comment format in wfhistory component
Fri, 18 Nov 2016 10:28:41 +0100 Denis Laxalde [devtools] Make timeout error in qunit tests configurable and use SkipTest in test_jscript.py
Mon, 21 Nov 2016 14:18:43 +0100 Denis Laxalde Added tag 3.24.2, debian/3.24.2-1, centos/3.24.2-1 for changeset 296077513782 3.24
Mon, 21 Nov 2016 14:05:37 +0100 Denis Laxalde Added tag 0.34.2, debian/0.34.2-1, centos/0.34.2-1 for changeset 296077513782 3.24
Mon, 21 Nov 2016 13:47:03 +0100 Denis Laxalde [pkg] Version 3.24.2 3.24 3.24.2 centos/3.24.2-1 debian/3.24.2-1
Mon, 21 Nov 2016 13:44:59 +0100 Denis Laxalde Merge with 3.23 head 3.24
Thu, 17 Nov 2016 17:26:49 +0100 Sylvain Thénault [migration] Fix 3.23.0 migration script, broken by a703f00718c2 3.23
Mon, 21 Nov 2016 09:29:52 +0100 Denis Laxalde [doc] Add 3.24 release date and reference in index pages 3.24
Fri, 18 Nov 2016 17:08:35 +0100 Denis Laxalde Closing "oldstable" branch oldstable
Fri, 18 Nov 2016 17:07:43 +0100 Denis Laxalde Closing "stable" branch stable
Fri, 18 Nov 2016 15:42:10 +0100 Denis Laxalde Merge 3.24 branch
Thu, 17 Nov 2016 11:00:01 +0100 Denis Laxalde [pkg] Bump version to 3.25.0.dev0
Fri, 18 Nov 2016 15:00:43 +0100 David Douard Added tag 3.24.1, debian/3.24.1-1, centos/3.24.1-1 for changeset da52fda6f15b 3.24
Fri, 18 Nov 2016 14:58:58 +0100 David Douard [debian] update changelog's time tag 3.24 3.24.1 centos/3.24.1-1 debian/3.24.1-1
Fri, 18 Nov 2016 13:55:12 +0100 Denis Laxalde [pyramid] Drop reference to pyramid_cubicweb in ctl command docstring 3.24
Thu, 17 Nov 2016 17:08:29 +0100 Denis Laxalde [debian] Rework split of cubicweb-ctl package 3.24
Fri, 18 Nov 2016 09:14:25 +0100 Denis Laxalde [skeleton] Rephrase long description of Debian package into something meaningful 3.24
Fri, 18 Nov 2016 08:42:10 +0100 Denis Laxalde [skeleton] Depends on python-cubicweb in debian packaging 3.24
Fri, 18 Nov 2016 14:26:03 +0100 Denis Laxalde [debian] Have a single python-cubicweb binary for the library 3.24
Tue, 15 Nov 2016 10:13:47 +0100 David Douard [debian] Update debian packaging (closes #16133259) 3.24
Thu, 17 Nov 2016 16:03:02 +0100 Denis Laxalde [pkg] Version 3.24.1 3.24
Thu, 17 Nov 2016 16:14:21 +0100 Denis Laxalde [tox] Use `python -m check_manifest` instead of check-manifest program 3.24
Mon, 14 Nov 2016 16:23:22 +0000 David Douard add debian buildpackage-generated files to hgignore 3.24
Tue, 15 Nov 2016 00:12:34 +0100 Florent Cayré [test] Fix language negotiation test 3.24
Thu, 10 Nov 2016 18:25:50 +0100 Sylvain Thénault [pyramid] No more need for an internal connection when user is cached 3.24
Thu, 10 Nov 2016 18:23:45 +0100 Sylvain Thénault [web] req.lang should be None or a non-empty string 3.24
Thu, 17 Nov 2016 10:15:11 +0100 Sylvain Thénault [web] Simplify a bit language handling 3.24
Thu, 17 Nov 2016 10:53:04 +0100 Sylvain Thénault Fix AttributeError for "lang" on repo/client connections 3.24
Thu, 17 Nov 2016 10:47:52 +0100 Denis Laxalde Alias ugettext to gettext method of cwGNUTranslations in Python 3 3.24
Wed, 16 Nov 2016 14:38:11 +0100 Adrien Di Mascio [devctl] make i18n custom message extractors work with legacy layouts 3.24
Wed, 16 Nov 2016 17:12:09 +0100 Denis Laxalde Fix (new) flake8 errors 3.24
Tue, 15 Nov 2016 11:44:05 +0100 Denis Laxalde [pyramid] Try "eid" first when retrieving a subresource of ETypeResource 3.24
Tue, 15 Nov 2016 12:20:02 +0100 Florent Cayré Fix AttributeError on postcommit when db-create adds non-system CWSource entities 3.24
Wed, 09 Nov 2016 23:00:00 +0100 Florent Cayré [devctl] Optimize cleanup_sys_modules a bit 3.24
Thu, 10 Nov 2016 10:05:14 +0100 Denis Laxalde [pyramid] Install file listing monitored files in application home 3.24
Mon, 14 Nov 2016 17:48:10 +0100 Florent Cayré [pyramid] Fix login error message language 3.24
Mon, 14 Nov 2016 12:26:49 +0100 Florent Cayré i18n update 3.24
Wed, 09 Nov 2016 11:46:03 +0100 Sylvain Thénault [pyramid] Add action verb used in some messages displayed by the command 3.24
Wed, 09 Nov 2016 11:45:19 +0100 Sylvain Thénault [pyramid] No more need to check CW version since it's now shipped with it 3.24
Wed, 09 Nov 2016 11:44:27 +0100 Sylvain Thénault [pyramid] Fix 404 handling 3.24
Wed, 09 Nov 2016 11:42:33 +0100 Sylvain Thénault Fix broken flake8 configuration 3.24
Tue, 30 Jun 2015 10:00:53 +0200 Sylvain Thénault [entities] Fix typo in wfobjs debug message 3.24
Wed, 09 Nov 2016 09:07:42 +0100 Sylvain Thénault [doc] Add my 3.24 release notes 3.24
Tue, 08 Nov 2016 18:37:47 +0100 Sylvain Thénault [migration] Drop cw_schema relation first 3.24
Tue, 08 Nov 2016 18:34:22 +0100 Sylvain Thénault [hooks] Delete some properties cached on entities schema on schema updates 3.24
Sun, 06 Nov 2016 16:43:27 +0100 Florent Cayré [doc] Add some words in changelog about pyramid support in core + fix its title 3.24
Sun, 06 Nov 2016 16:35:57 +0100 Florent Cayré [pkg] Fix extra packages not installable 3.24
Fri, 04 Nov 2016 16:45:54 +0100 Denis Laxalde Added tag 3.24.0, centos/3.24.0-1 for changeset 9f7949b63ab2
Wed, 02 Nov 2016 10:15:42 +0100 David Douard [views] simplify and fix the TreeView (closes #16055814) 3.24.0 centos/3.24.0-1
Thu, 13 Oct 2016 15:39:48 +0200 Adrien Di Mascio [massive store] remove unused code
Fri, 04 Nov 2016 11:19:29 +0100 Sylvain Thénault Drop a cw 3.24 warning
Fri, 04 Nov 2016 11:19:11 +0100 Sylvain Thénault Fix unexpected req.relative_path() when calling CWTC.app_handle_request with path argument
Fri, 04 Nov 2016 13:12:10 +0100 Denis Laxalde [req,web/request] Move language prefix handling into web request
Fri, 04 Nov 2016 11:57:09 +0100 Denis Laxalde [test] Use stdlib unittest instead of lgc.testlib in unittest_request.py
Fri, 04 Nov 2016 11:56:00 +0100 Denis Laxalde [test] Distinguish "request" tests from accept parser ones in unittest_request.py
Fri, 04 Nov 2016 09:21:10 +0100 Denis Laxalde [pkg] Add setuptools to RPM build requirements
Thu, 03 Nov 2016 18:22:47 +0100 Denis Laxalde [pkg] Version 3.24.0
Thu, 03 Nov 2016 15:00:01 +0100 Laura Médioni [req,web] Make it possible to handle page language from URL prefix
Wed, 02 Nov 2016 15:59:39 +0100 David Douard [config] fix the load_site_cubicweb() method for to 'new-style' cubes (closes #16059402)
Thu, 13 Oct 2016 15:31:02 +0200 Adrien Di Mascio [massive store] remove on_commit / on_rollback parameters
Thu, 13 Oct 2016 15:16:38 +0200 Adrien Di Mascio [massive store] master_init should commit by default
Thu, 13 Oct 2016 15:12:33 +0200 Adrien Di Mascio [massive store] isolate SQL statements that one may want to customize
Thu, 06 Oct 2016 12:12:04 +0200 Sylvain Thénault [massive store] Store entities in temporary table as well
Tue, 11 Oct 2016 10:24:13 +0200 Sylvain Thénault [massive store] Drop useless check for empty buffer
Tue, 11 Oct 2016 10:23:44 +0200 Sylvain Thénault [massive store] Docstring / comment cleanups
Tue, 11 Oct 2016 10:23:06 +0200 Sylvain Thénault [massive store] Turn a runtime error into an assertion
Wed, 05 Oct 2016 09:27:25 +0200 Sylvain Thénault [massive store] Delay metadata attributes and default values handling to flush_entities
Wed, 05 Oct 2016 09:38:05 +0200 Sylvain Thénault [massive store] Use a slave specific table for relation insertion in the massive store
Tue, 04 Oct 2016 13:14:35 +0200 Sylvain Thénault [massive store] docstring and __init__ cleanup
Tue, 04 Oct 2016 13:14:18 +0200 Sylvain Thénault [massive store] Drop dead code
Fri, 30 Sep 2016 17:34:59 +0200 Sylvain Thénault [massive store] Reintroduce methods that are necessary to properly handle master/slave configuration
Wed, 28 Sep 2016 09:02:14 +0200 Sylvain Thénault [massive store] Follow configuration of the metadata generator
Mon, 17 Oct 2016 16:53:28 +0200 Adrien Di Mascio [dataimport] make MetadataGenerator.META_RELATIONS customizable
Wed, 28 Sep 2016 08:57:48 +0200 Sylvain Thénault [massive store] Rework constraint/index handling
Tue, 27 Sep 2016 12:02:07 +0200 Sylvain Thénault [massive store] Lazy removal of constraints and metadata indexes
Mon, 17 Oct 2016 14:50:47 +0200 Sylvain Thénault [repository] Drop the index on entities.type
Thu, 06 Oct 2016 12:11:23 +0200 Sylvain Thénault [source] Drop source mapping handling
Wed, 05 Oct 2016 15:30:10 +0200 Sylvain Thénault [repository] Drop the entities.extid column and associated cache
Fri, 30 Sep 2016 17:38:12 +0200 Sylvain Thénault [repository] Drop the entities.asource column
Thu, 29 Sep 2016 22:54:26 +0200 Sylvain Thénault [integrity check] Stop using entities.asource column in integrity checks
Mon, 17 Oct 2016 13:42:30 +0200 Sylvain Thénault [rql2sql/test] Ensure test results predictability
Thu, 06 Oct 2016 21:17:01 +0200 Sylvain Thénault [rql2sql] Stop generating SQL query from RQL using entities.type
Tue, 11 Oct 2016 10:30:59 +0200 Sylvain Thénault [test] Remove some usages of lgc.testlib
Thu, 06 Oct 2016 21:14:49 +0200 Sylvain Thénault [test] Avoid pytest discovery warnings
Fri, 30 Sep 2016 18:25:08 +0200 Sylvain Thénault flake8 and all
Wed, 05 Oct 2016 15:28:43 +0200 Sylvain Thénault [schema2sql] Drop deprecated comment
Sat, 01 Oct 2016 11:56:27 +0200 Sylvain Thénault [cnx] Use entity_type instead of entity_metas()['type']
Thu, 06 Oct 2016 12:15:50 +0200 Sylvain Thénault [entity] Reimplement and deprecate entity.cw_metainformation
Fri, 30 Sep 2016 17:39:17 +0200 Sylvain Thénault [repository] Drop type_and_source_from_eid and rename related cache
Fri, 30 Sep 2016 17:34:11 +0200 Sylvain Thénault [entity] Stop returning source information in cw_metainformation()
Fri, 30 Sep 2016 17:04:42 +0200 Sylvain Thénault [json] Stop serializing cw_source into default json representation of an entity
Thu, 29 Sep 2016 23:11:38 +0200 Sylvain Thénault Drop deprecated LDAP related script
Fri, 30 Sep 2016 17:18:15 +0200 Sylvain Thénault [entity] Stop linking to external site for external entities
Thu, 29 Sep 2016 22:23:16 +0200 Sylvain Thénault [datafeed] Drop entity deletion handling in the default source / parser
Thu, 29 Sep 2016 11:44:19 +0200 Sylvain Thénault [sources] Drop 'moved_entities' table handling
Fri, 30 Sep 2016 17:36:40 +0200 Sylvain Thénault [repository] Drop deprecated extid2eid API and friends
Fri, 30 Sep 2016 17:36:02 +0200 Sylvain Thénault [ldap] Stop using entities table in ldap source authentication and parser
Wed, 26 Oct 2016 11:24:57 +0200 Denis Laxalde [test] Use stdlib unittest in unittest_webconfig.py
Thu, 03 Nov 2016 12:15:42 +0100 Denis Laxalde [tox] Require ldap3 < 2 for server tests
Wed, 02 Nov 2016 11:11:01 +0100 David Douard [setup] fix CWDevelop to keep compat with python 2.7
Wed, 26 Oct 2016 08:34:34 +0200 Denis Laxalde [devtools] Make dependency on backports.tempfile (Python2) optional
Wed, 28 Sep 2016 22:17:36 +0200 Sylvain Thénault [sources] Drop source support_entity / support_relation source API
Fri, 30 Sep 2016 18:24:17 +0200 Sylvain Thénault [dataimport] Add a new NullStore
Fri, 30 Sep 2016 17:03:33 +0200 Sylvain Thénault [devtools] Properly reraise the exception
Mon, 24 Oct 2016 14:41:36 +0200 Denis Laxalde [pkg] Do not install sql scripts in <prefix>/share/cubicweb/schemas
Mon, 24 Oct 2016 10:08:36 +0200 Denis Laxalde [devtools/qunit] Retain firefox process stdout to eventually print it
Mon, 24 Oct 2016 09:45:38 +0200 Denis Laxalde [devtools/qunit] Turn FirefoxHelper into a context manager
Mon, 24 Oct 2016 09:31:55 +0200 Denis Laxalde [test] Replace logilab-common's with_tempdir by tempfile.TemporaryDirectory
Mon, 24 Oct 2016 09:29:08 +0200 Denis Laxalde [test] Use `with open` syntax in cwconfig "prefix" tests
Mon, 24 Oct 2016 09:02:53 +0200 Denis Laxalde [test] Use stdlib unittest.main() in qunit
Tue, 16 Aug 2016 16:00:32 +0200 Denis Laxalde [web] Clear "pending_others" session key after all relations got processed
Wed, 28 Sep 2016 11:06:28 +0200 Denis Laxalde [datafeed] Complete the import log even if parser could not be found
Fri, 21 Oct 2016 18:03:06 +0200 Denis Laxalde [twconfig] Set default value for "interface" to 0.0.0.0
Wed, 12 Oct 2016 17:03:02 +0200 Denis Laxalde [session] Allow self._open to be False in __enter__
Fri, 21 Oct 2016 18:35:46 +0200 Denis Laxalde [pkg] Warn about "develop" command not installing legacy cubes directory
Fri, 21 Oct 2016 18:43:13 +0200 Denis Laxalde [pkg] Cleanup MANIFEST.in from non-matching entries
Fri, 21 Oct 2016 18:10:15 +0200 Adrien Di Mascio [devtools] make i18ncube customizable in a cube
Tue, 27 Sep 2016 12:28:39 +0200 Sylvain Thénault [rql2sql] Drop deprecated __docformat__
Thu, 22 Sep 2016 16:21:51 +0200 Sylvain Thénault [rql2sql] Handle comparison of eid on variables from an subquery
Wed, 01 Jun 2016 17:04:33 +0200 Sylvain Thénault Take care that cnx may not be set in error view
Wed, 12 Oct 2016 10:59:18 +0200 Sylvain Thénault [autoform] Ease overriding of inlined form renderer. Closes #15755515
Wed, 19 Oct 2016 15:58:30 +0200 Sylvain Thénault [ldapfeed] Use new MetadataGenerator api instead of deprecated MetaGenerator
Wed, 19 Oct 2016 10:21:12 +0200 Sylvain Thénault Fix typos
Mon, 10 Oct 2016 14:27:24 +0200 Adrien Di Mascio [devctl] make sure i18ncube always delete its tempdir
Mon, 10 Oct 2016 14:34:41 +0200 Adrien Di Mascio i18ncube should ignore node_modules directory by default
Wed, 05 Oct 2016 16:16:33 +0200 Adrien Di Mascio refactor i18n messages extraction
Fri, 21 Oct 2016 13:09:47 +0200 Laura Médioni [web/application] remove `path` argument from CubicwebPublisher methods
Thu, 20 Oct 2016 18:28:46 +0200 Denis Laxalde Merge 3.23 branch
Thu, 20 Oct 2016 18:45:40 +0200 Denis Laxalde [pkg] Fix recursive-include missing a "*" in MANIFEST.in
Wed, 19 Oct 2016 22:31:32 +0200 Sylvain Thénault Added tag 3.23.2, centos/3.23.2-1, debian/3.23.2-1 for changeset 8b287ad7b95b 3.23
Wed, 19 Oct 2016 19:29:24 +0200 Sylvain Thénault Release 3.23.2 3.23 3.23.2 centos/3.23.2-1 debian/3.23.2-1
Wed, 19 Oct 2016 21:08:04 +0200 Sylvain Thénault [test] Add test method required by d41832121b29 3.23
Wed, 19 Oct 2016 15:57:52 +0200 Sylvain Thénault [ldapfeed] Fix crash when user's password has to be generated 3.23
Wed, 19 Oct 2016 15:56:35 +0200 Sylvain Thénault [test/ldapfeed] Drop unused constant 3.23
Fri, 08 Jul 2016 10:17:14 +0200 Sylvain Thénault [migration] Test and fix case of addition of an attribute with some serialized constraint 3.23
Wed, 05 Oct 2016 10:12:23 +0200 Denis Laxalde [skeleton] Properly format debian/changelog using current datetime and author information
Wed, 12 Oct 2016 11:07:10 +0200 Denis Laxalde [utils] Encode Binary value in base64 for JSON export
Wed, 12 Oct 2016 11:09:08 +0200 Denis Laxalde [test] Make cubicweb/test/unittest_utils.py flake8-clean
Fri, 07 Oct 2016 14:59:44 +0200 Denis Laxalde [skeleton] Set Debian distribution to "UNRELEASED" in changelog
Thu, 13 Oct 2016 12:51:12 +0200 Florent Cayré Fix log level parameter not taken into account in cwsource log table
Tue, 11 Oct 2016 14:48:27 +0200 Denis Laxalde [config] Ignore cubicweb-pyramid in available_cubes()
Thu, 06 Oct 2016 12:15:43 +0200 Denis Laxalde [config] Exclude "pyramid" cube when initializing application cubes
Wed, 05 Oct 2016 16:20:52 +0200 Denis Laxalde [migration] Drop cubicweb-pyramid CWProperty in 3.24.0 migration
Wed, 28 Sep 2016 08:48:20 +0200 Sylvain Thénault [dataimport/test] Use minimal schema for massive import tests
Tue, 27 Sep 2016 12:23:19 +0200 Sylvain Thénault [massive store] Drop deprecated code
Tue, 27 Sep 2016 12:01:24 +0200 Sylvain Thénault [flake8] cubicweb/dataimport/test/test_massive_store.py is now flake8 friendly
Tue, 27 Sep 2016 12:00:42 +0200 Sylvain Thénault [massive store] Drop buggy log call
Tue, 27 Sep 2016 12:00:17 +0200 Sylvain Thénault [massive store] Drop duplicated log
Tue, 27 Sep 2016 11:23:51 +0200 Sylvain Thénault [flake8] cubicweb/server/rqlannotation.py is now flake8 friendly
Thu, 06 Oct 2016 14:25:18 +0200 Sylvain Thénault [pyramid] Override cubicweb.hooks.syncsession.get_user_sessions() for Pyramid
Mon, 06 Jun 2016 15:37:01 +0200 Sylvain Thénault [pyramid] Retrieve user's groups using a custom RQL instead of user's groups property
Mon, 06 Jun 2016 16:08:03 +0200 Sylvain Thénault [hooks] Change get_user_sessions prototype, necessary for hijacking from other session implementations (e.g. pyramid)
Mon, 06 Jun 2016 15:26:49 +0200 Sylvain Thénault Store user groups and properties as session data
Wed, 05 Oct 2016 10:17:39 +0200 Denis Laxalde [skeleton] Remove override_dh_python2
Wed, 05 Oct 2016 09:56:26 +0200 Denis Laxalde [skeleton] Have setuptools install data files
Wed, 05 Oct 2016 09:52:02 +0200 Denis Laxalde [skeleton] Update MANIFEST.in following new "package" layout
Wed, 05 Oct 2016 09:32:25 +0200 Denis Laxalde [skeleton] Add python-setuptools to Debian Build-Depends
Wed, 05 Oct 2016 09:26:59 +0200 Denis Laxalde [skeleton] Add dh-python to Debian Build-Depends
Wed, 05 Oct 2016 09:23:07 +0200 Denis Laxalde [skeleton] Copy files mode bits (debian/rules in particular)
Wed, 05 Oct 2016 08:55:02 +0200 Denis Laxalde [skeleton] Do not exclude setup.py from flake8 check in tox.ini
Tue, 04 Oct 2016 11:04:34 +0200 Denis Laxalde Merge public heads
Mon, 26 Sep 2016 10:42:19 +0200 Denis Laxalde [doc] Document configuration override by environment variables
Mon, 26 Sep 2016 10:32:44 +0200 Denis Laxalde [doc] Update book sections about cubes being Python packages
Mon, 26 Sep 2016 09:57:15 +0200 Denis Laxalde [doc] Start filling changes/3.24.rst with recent changes
Mon, 26 Sep 2016 10:17:10 +0200 Denis Laxalde [doc] Drop commented mention of "live-server" command
Mon, 26 Sep 2016 18:21:43 +0200 Denis Laxalde [pyramid] Drop guard of old cubicweb version
Mon, 26 Sep 2016 18:20:53 +0200 Denis Laxalde [pkg] Declare extras (optional) dependencies
Thu, 29 Sep 2016 11:19:30 +0200 Denis Laxalde [tox] Exclude all files in symlinked directories from check-manifest call
Wed, 28 Sep 2016 14:40:58 +0200 Denis Laxalde [tox] Get rid of "touch test-results.xml" for flake8 and check-manifest environments
Mon, 26 Sep 2016 16:53:33 +0200 Yann Voté [debian] cubicweb-pyramid conflicts and replaces pyramid-cubicweb
Mon, 26 Sep 2016 16:45:30 +0200 Yann Voté Merge cubicweb-pyramid cube
Thu, 02 Jun 2016 11:59:32 +0200 Arthur Lutz [ccplugin] flake8
Thu, 02 Jun 2016 11:59:25 +0200 Arthur Lutz [ccplugin] docstring clarification
Wed, 11 May 2016 11:27:50 +0200 David Douard [doc] improve a bit the README to explain how to allow login in dev mode
Thu, 24 Mar 2016 14:09:29 +0100 David Douard Added tag 0.4.0, debian/0.4.0-1, centos/0.4.0-1 for changeset c0c98e5ba55e
Thu, 24 Mar 2016 13:57:47 +0100 David Douard [pkg] typo
Mon, 22 Feb 2016 16:06:00 +0100 David Douard [pkg] 0.4.0
Tue, 23 Feb 2016 11:14:22 +0100 David Douard [doc] add a bit more infos in the README
Mon, 22 Feb 2016 15:57:10 +0100 David Douard [cfg] remove the pyramid-{auth,session}-secret config options (closes #11027189)
Tue, 15 Dec 2015 12:14:47 +0100 David Douard [cc] add a dbglevel cmdline option to specify the DBG_XXX flags to set
Thu, 18 Feb 2016 16:38:11 +0100 Adrien Di Mascio Added tag centos/0.3.2-1 for changeset c9daf54738fd
Fri, 29 Jan 2016 15:32:52 +0100 Samuel Trégouët [pkg] add spec file
Wed, 23 Dec 2015 11:53:04 +0100 Julien Cristau Added tag 0.3.2, debian/0.3.2-1 for changeset ab4c5509407f
Wed, 23 Dec 2015 11:45:49 +0100 Julien Cristau [pkg] fixup debian control metadata
Wed, 23 Dec 2015 11:41:52 +0100 Julien Cristau [pkg] add debian watch file
Wed, 23 Dec 2015 11:40:30 +0100 Julien Cristau [pkg] don't remove egg_info from debian package
Wed, 23 Dec 2015 11:32:15 +0100 Julien Cristau [pkg] 0.3.2
Tue, 22 Dec 2015 19:37:49 +0100 Julien Cristau [ccplugin] get the cw repo from the wsgi app
Wed, 04 Nov 2015 16:41:36 +0100 Julien Cristau [ccplugin] print_function
Thu, 30 Jul 2015 09:55:36 +0200 David Douard Move tag debian/0.3.1-1 on changeset ab68206f765b
Thu, 30 Jul 2015 09:55:03 +0200 David Douard [debian] typo in debian/changelog
Thu, 30 Jul 2015 09:51:39 +0200 David Douard Added tag 0.3.1, debian/0.3.1-1 for changeset 9d82848e82a7
Thu, 30 Jul 2015 09:49:15 +0200 David Douard [pkg] 0.3.1
Thu, 23 Jul 2015 16:59:46 +0200 David Douard [ccplugin] fix a bug introduced in e95725d7ce90 (closes #5731783)
Wed, 22 Jul 2015 17:41:40 +0200 David Douard Added tag 0.3.0, debian/0.3.0-1 for changeset 7fbeb77fe690
Wed, 22 Jul 2015 17:22:16 +0200 David Douard [pkg] 0.3.0
Wed, 22 Jul 2015 17:18:56 +0200 David Douard [debian] add missing dependency on pyramid-cubicweb and python-wsgicors
Wed, 22 Jul 2015 17:12:12 +0200 David Douard [pkg] depends on waitress (closes #5576180)
Wed, 22 Jul 2015 17:03:43 +0200 David Douard [pkg] update to dh9 and dh_python2
Thu, 25 Jun 2015 22:57:15 +0200 David Douard Allow to override config file options by cmdline arguments (closes #5724484)
Wed, 21 Jan 2015 13:51:33 +0100 Christophe de Vienne Added tag cubicweb-pyramid-version-0.2.0, cubicweb-pyramid-debian-version-0.2.0-1 for changeset 4c16305d5825
Wed, 21 Jan 2015 13:28:36 +0100 Christophe de Vienne set debian version 0.2.0-1
Wed, 21 Jan 2015 11:02:33 +0100 Christophe de Vienne Set version 0.2.0
Sat, 03 Jan 2015 17:07:21 +0100 Christophe de Vienne Add profiling options
Sat, 03 Jan 2015 02:39:43 +0100 Christophe de Vienne Monitor more configuration files
Tue, 23 Dec 2014 10:19:12 +0100 Christophe de Vienne Set version 0.1.1
Tue, 23 Dec 2014 10:16:13 +0100 Christophe de Vienne --debug now activates all debug options
Thu, 06 Nov 2014 22:07:06 +0100 Christophe de Vienne Move the cors middleware initialisation to pyramid-cubicweb to reduce code duplication
Thu, 23 Oct 2014 17:30:15 +0200 Christophe de Vienne Added tag cubicweb-pyramid-version-0.1.0, cubicweb-pyramid-debian-version-0.1.0-1 for changeset 3defbb0f147a
Thu, 23 Oct 2014 16:38:28 +0200 Christophe de Vienne Prepare release
Fri, 19 Sep 2014 19:55:33 +0200 Christophe de Vienne Add a --no-daemon option
Fri, 19 Sep 2014 19:20:35 +0200 Christophe de Vienne Use 'wsgicors' for CORS handling.
Fri, 19 Sep 2014 18:23:57 +0200 Denis Laxalde Watch for i18n files changes for auto-reload
Fri, 19 Sep 2014 11:44:13 +0200 Christophe de Vienne Auto-reload now survives failed reload
Thu, 18 Sep 2014 22:33:04 +0200 Christophe de Vienne Implements auto-reload and daemon mode.
Thu, 18 Sep 2014 12:03:25 +0200 Christophe de Vienne Add the 'pyramid-auth-secret' option to all-in-one.conf
Thu, 18 Sep 2014 11:17:57 +0200 Christophe de Vienne Add the 'pyramid-session-secret' option to all-in-one.conf
Fri, 05 Sep 2014 18:48:33 +0200 Christophe de Vienne Add a CWSession entity.
Fri, 05 Sep 2014 12:38:13 +0200 Christophe de Vienne Implements the 'pyramid' command.
Fri, 05 Sep 2014 12:32:03 +0200 Christophe de Vienne Project structure
Mon, 26 Sep 2016 14:52:12 +0200 Yann Voté Merge with pyramid-cubicweb
Thu, 07 Jul 2016 14:30:32 +0200 Denis Laxalde Port to Python3 (closes #14159555)
Tue, 28 Jun 2016 11:03:20 +0200 Sylvain Thénault Use opened connections as much as possible
Wed, 01 Jun 2016 17:27:29 +0200 Sylvain Thénault Test and fix status code and content of the login form on authentication error
Tue, 28 Jun 2016 09:44:08 +0200 Denis Laxalde Added tag 0.7.0, debian/0.7.0-1, centos/0.7.0-1 for changeset 0cf2972d2011
Tue, 28 Jun 2016 09:33:20 +0200 Denis Laxalde [pkg] Version 0.7.0
Fri, 03 Jun 2016 17:59:49 +0200 Sylvain Thénault retrieve session data in a single query
Tue, 28 Jun 2016 09:07:12 +0200 Denis Laxalde [tox] Update CubicWeb version targets
Thu, 16 Jun 2016 16:25:32 +0200 Philippe Pepiot wsgi: clearer exception when CW_INSTANCE is missing
Fri, 03 Jun 2016 17:58:43 +0200 Sylvain Thénault typo
Wed, 11 May 2016 11:26:16 +0200 David Douard [doc] update a bit the documentation
Fri, 17 Jun 2016 17:57:11 +0200 Arthur Lutz split collecting setting before using them, so the function can be reused when inserting WSGI middlewares
Thu, 02 Jun 2016 12:11:07 +0200 Arthur Lutz [bwcompat] log execption even when cubicweb.bwcompat.errorhandler = True (closes #13421901)
Fri, 27 May 2016 10:49:27 +0200 Samuel Trégouët [pkg] add spec file
Tue, 12 Apr 2016 16:17:06 +0200 David Douard Added tag 0.6.1, debian/0.6.1-1 for changeset 2621daafa10c
Tue, 12 Apr 2016 15:41:09 +0200 David Douard [pkg] 0.6.1
Fri, 01 Apr 2016 16:50:12 +0200 Julien Cristau [bwcompat] send 403 on authentication errors (closes #12219849)
Fri, 01 Apr 2016 16:48:14 +0200 Julien Cristau [bwcompat] set response headers on AuthenticationError (closes #12219860)
Thu, 24 Mar 2016 12:08:59 +0100 David Douard Added tag 0.6.0, debian/0.6.0-1 for changeset 94d1a024b3bf
Fri, 18 Mar 2016 17:34:13 +0100 David Douard [pkg] 0.6.0
Tue, 22 Mar 2016 14:01:44 +0100 David Douard [tests] add a __main__ handler
Tue, 22 Mar 2016 13:58:38 +0100 David Douard [pkg] add a requirements-test.txt file
Fri, 18 Mar 2016 17:13:43 +0100 Sylvain Thénault [login] fix the redirect url after login (closes #11689118)
Tue, 08 Mar 2016 16:12:01 +0100 Adrien Di Mascio keep track of all traceback in error handling, not just the exception message (closes #11689093)
Wed, 25 Nov 2015 12:32:59 +0100 Julien Cristau [bwcompat] also set response headers in error cases
Mon, 29 Feb 2016 16:16:33 +0100 David Douard [config] move config of the secret used to encrypt session's data ID in pyramid.ini (closes #11689082)
Mon, 07 Mar 2016 10:47:11 +0100 Denis Laxalde Document how to configure the "secure" flag for authentication policies
Thu, 21 Jan 2016 15:20:55 +0100 Denis Laxalde [tox] Let posargs override py.test args
Fri, 11 Dec 2015 17:21:58 +0100 Denis Laxalde [tox] Use py.test
Wed, 25 Nov 2015 13:39:53 +0100 Denis Laxalde Add a tox configuration
Wed, 16 Sep 2015 16:39:53 +0200 Christophe de Vienne Register predicates from the predicates module
Fri, 24 Jul 2015 13:39:18 +0200 Rabah Meradi [refactoring] Move MatchIsETypePredicate to a separate module
Fri, 24 Jul 2015 13:40:36 +0200 Rabah Meradi [refactoring] Move EntityResource and ETypeResource to a separate module
Mon, 15 Jun 2015 09:31:37 +0200 Rabah Meradi use CubicWeb request to execute RQL
Thu, 27 Aug 2015 11:25:42 +0200 Rabah Meradi [views] Rename entities to rest_api
Tue, 09 Jun 2015 11:34:17 +0200 Christophe de Vienne [routes] Add a 'cwentities' route with traversal
Wed, 16 Sep 2015 15:48:37 +0200 Christophe de Vienne Added tag 0.5.0, debian/0.5.0-1 for changeset 61f69ac2d6bc
Mon, 10 Aug 2015 17:42:47 +0200 Christophe de Vienne [pkg] 0.5.0
Fri, 07 Aug 2015 11:59:07 +0200 Christophe de Vienne [auth] Authtkt http_only and secure by default
Fri, 07 Aug 2015 11:52:08 +0200 Christophe de Vienne [auth] Make the configuration cookies completely configurable
Mon, 03 Aug 2015 18:11:10 +0200 Julien Cristau Added tag 0.4.1, debian/0.4.1-1 for changeset 398b2c840e14
Mon, 03 Aug 2015 16:27:16 +0200 Christophe de Vienne [pkg] 0.4.1
Fri, 24 Jul 2015 16:59:13 +0200 Christophe de Vienne [core] Adjust cw<3.21 compatibility
Fri, 24 Jul 2015 14:21:13 +0200 Christophe de Vienne [bwcompat] Make the error handler optional
Mon, 06 Jul 2015 14:51:06 +0200 Christophe de Vienne [doc] Document embedding in a pyramid app
Mon, 06 Jul 2015 14:16:55 +0200 Christophe de Vienne [config] Move most config code to a includeme()
Mon, 06 Jul 2015 13:17:07 +0200 Christophe de Vienne [doc] Anonymous access is not mandatory anymore
Thu, 23 Jul 2015 17:56:59 +0200 Julien Cristau Added tag 0.4.0, debian/0.4.0-1 for changeset 897a149e8208
Thu, 23 Jul 2015 17:56:32 +0200 Julien Cristau [pkg] add debian/watch
Thu, 23 Jul 2015 17:48:39 +0200 Julien Cristau [pkg] 0.4.0
Thu, 23 Jul 2015 17:45:37 +0200 Julien Cristau [pkg] add python-pyramid-multiauth dependency to debian package
Thu, 25 Jun 2015 09:51:32 +0200 Julien Cristau [core] adjust cnx handling for cubicweb 3.21
Tue, 30 Jun 2015 11:15:03 +0200 Julien Cristau set httponly on session cookie
Tue, 30 Jun 2015 11:15:54 +0200 Julien Cristau [bwcompat] use cubicweb error views (closes #4545130)
Thu, 18 Jun 2015 10:49:34 +0200 David Douard Added tag 0.3.1, debian/0.3.1-1 for changeset 6df91cb85ecc
Thu, 18 Jun 2015 10:46:09 +0200 David Douard [pkg] 0.3.1
Wed, 29 Apr 2015 22:46:17 +0200 Denis Laxalde Handle absence of anonymous user
Tue, 19 May 2015 08:38:08 +0200 Denis Laxalde [debian] Add python-wsgicors dependency as it is now available
Mon, 11 May 2015 17:06:36 +0200 Christophe de Vienne Update Changes for version 0.3.0
Mon, 11 May 2015 15:45:14 +0200 Christophe de Vienne Added tag pyramid-cubicweb-version-0.3.0, pyramid-cubicweb-debian-version-0.3.0-1 for changeset a80e076d3f42
Mon, 11 May 2015 15:34:05 +0200 Christophe de Vienne Fix debugtoolbar pkg name
Mon, 11 May 2015 15:22:24 +0200 Christophe de Vienne Set version 0.3.0
Tue, 24 Feb 2015 17:19:58 +0100 Christophe de Vienne [doc] update changes list
Fri, 08 May 2015 11:38:07 +0200 Christophe de Vienne Rollback 'uncommitable' cnx
Wed, 29 Apr 2015 13:09:06 +0200 Christophe de Vienne [debug] The debug mode now set pyramid.reload_templates
Sat, 25 Apr 2015 20:50:57 +0200 Christophe de Vienne Use pyramid flash queue for messages
Wed, 25 Feb 2015 22:40:39 +0100 Christophe de Vienne [doc] Document the new authentication stack
Tue, 28 Apr 2015 11:04:03 +0200 Christophe de Vienne Allow tests to override pyramid_settings
Wed, 29 Apr 2015 11:39:35 +0200 Denis Laxalde Make debug mode usable without pyramid_debugtoolbar
Thu, 26 Feb 2015 00:56:32 +0100 Christophe de Vienne [auth] Use a second authtkt policy for 'rememberme'
Thu, 12 Feb 2015 19:21:39 +0100 Christophe de Vienne [auth] Use pyramid_multiauth
Thu, 09 Apr 2015 23:58:38 +0200 David Douard [auth] remove dead code (closes #5230746)
Mon, 23 Feb 2015 17:17:43 +0100 Christophe de Vienne [login] Test the login views
Tue, 24 Feb 2015 17:19:37 +0100 Christophe de Vienne Fix project homepage url
Wed, 21 Jan 2015 14:31:30 +0100 Christophe de Vienne Replace the '_' with '-' in the package name
Tue, 10 Feb 2015 16:35:06 +0100 Christophe de Vienne On exceptions from CW, copy headers
Tue, 10 Feb 2015 10:23:20 +0100 Christophe de Vienne [doc] fix pyramid-auth-secret conf sample
Mon, 02 Feb 2015 13:46:28 +0100 Christophe de Vienne [doc] Update change list
Wed, 28 Jan 2015 00:00:05 +0100 Christophe de Vienne [core] Protect session data from unwanted loading.
Mon, 26 Jan 2015 18:06:58 +0100 Christophe de Vienne [core] Use tools.cached_user_build for better performances
Mon, 26 Jan 2015 18:04:57 +0100 Christophe de Vienne [doc] Document tools
Mon, 26 Jan 2015 17:59:10 +0100 Christophe de Vienne [tools] Provide a faster build_user
Fri, 23 Jan 2015 14:00:02 +0100 Christophe de Vienne Added tag pyramid_cubicweb-version-0.2.1, pyramid_cubicweb-debian-version-0.2.1-1 for changeset 1ae61c25299a
Fri, 23 Jan 2015 12:57:16 +0100 Christophe de Vienne Prepare version 0.2.1
Wed, 21 Jan 2015 17:28:30 +0100 Christophe de Vienne [cors] Fix 'headers' and 'methods' parameters
Wed, 21 Jan 2015 15:14:11 +0100 Christophe de Vienne Fix the 0.2.0 release date
Wed, 21 Jan 2015 15:13:43 +0100 Christophe de Vienne Change project url
Wed, 21 Jan 2015 13:45:35 +0100 Christophe de Vienne Added tag pyramid_cubicweb-version-0.2.0, pyramid_cubicweb-debian-version-0.2.0-1 for changeset cd8308245d20
Wed, 21 Jan 2015 13:27:54 +0100 Christophe de Vienne set debian version
Wed, 21 Jan 2015 11:11:28 +0100 Christophe de Vienne Prepare version 0.2.0
Wed, 21 Jan 2015 10:24:42 +0100 Christophe de Vienne Document the changes
Fri, 16 Jan 2015 22:50:05 +0100 Christophe de Vienne Fix configuration loading when 'cubicweb.includes' is not set
Mon, 05 Jan 2015 15:54:12 +0100 Christophe de Vienne pep8
Sun, 04 Jan 2015 00:12:29 +0100 Christophe de Vienne Provides requirements for rtd
Sat, 03 Jan 2015 22:06:03 +0100 Christophe de Vienne Initial documentation.
Mon, 05 Jan 2015 12:02:01 +0100 Christophe de Vienne Remove dead code
Sat, 03 Jan 2015 16:51:32 +0100 Christophe de Vienne [profile] Add a profiling tool
Sat, 03 Jan 2015 02:36:06 +0100 Christophe de Vienne [config] Read pyramid settings in a 'pyramid.ini' file
Sat, 03 Jan 2015 01:24:38 +0100 Christophe de Vienne Move auth-related configuration to a dedicated module.
Tue, 23 Dec 2014 10:22:49 +0100 Christophe de Vienne Fix cors 'origin' parameter passing
Sat, 03 Jan 2015 00:14:06 +0100 Christophe de Vienne [auth] Fix the config option name in the warning message
Tue, 02 Dec 2014 15:21:29 +0100 Aurelien Campeas session -> cnx
Mon, 08 Dec 2014 20:38:32 +0100 Christophe de Vienne Added tag pyramid_cubicweb-debian-version-0.1.3-1, pyramid_cubicweb-version-0.1.3 for changeset 0a7769e583c2
Mon, 08 Dec 2014 20:25:31 +0100 Christophe de Vienne Set version 0.1.3
Mon, 08 Dec 2014 20:21:55 +0100 Christophe de Vienne Cookie 'max_age' must be a integer, not a string.
Sat, 15 Nov 2014 21:07:25 +0100 Christophe de Vienne Added tag pyramid_cubicweb-version-0.1.2, pyramid_cubicweb-debian-version-0.1.2-1 for changeset 5eb4e27e9998
Sat, 15 Nov 2014 20:26:15 +0100 Christophe de Vienne Update debian changelog
Sat, 08 Nov 2014 23:07:20 +0100 Christophe de Vienne Don't rollback if exception is HTTPSuccessful or HTTPRedirection
Thu, 06 Nov 2014 22:26:16 +0100 Christophe de Vienne Set version to 0.1.2
Thu, 06 Nov 2014 22:08:57 +0100 Christophe de Vienne Provides a full wsgi cubicweb application builder
Sun, 02 Nov 2014 23:36:22 +0100 Christophe de Vienne Added tag pyramid_cubicweb-version-0.1.1, pyramid_cubicweb-debian-0.1.1-1 for changeset 9f3b9e610c3d
Sun, 02 Nov 2014 23:31:34 +0100 Christophe de Vienne Set version 0.1.1
Sun, 02 Nov 2014 22:54:24 +0100 Christophe de Vienne [auth] Make last_login_time updated.
Thu, 23 Oct 2014 16:29:44 +0200 Christophe de Vienne Added tag pyramid_cubicweb-version-0.1.0, pyramid_cubicweb-debian-version-0.1.0-1 for changeset 3d60138100d6
Thu, 23 Oct 2014 16:15:58 +0200 Christophe de Vienne Add a description to the debian package
Thu, 23 Oct 2014 15:41:43 +0200 Christophe de Vienne Set version to 0.1.0
Mon, 06 Oct 2014 10:32:38 +0200 Julien Cristau Initial debian packaging
Wed, 22 Oct 2014 16:15:54 +0200 Christophe de Vienne Move PyramidCWTest to pyramid_cubicweb.tests
Mon, 22 Sep 2014 12:15:31 +0200 Christophe de Vienne Optimise repo_connect by skipping authenticate_user
Mon, 22 Sep 2014 09:40:43 +0200 Christophe de Vienne Use lightweight sessions
Fri, 19 Sep 2014 19:17:50 +0200 Christophe de Vienne Use 'wsgicors' for CORS handling.
Thu, 18 Sep 2014 17:18:09 +0200 Christophe de Vienne Add requirements
Thu, 18 Sep 2014 16:51:55 +0200 Christophe de Vienne Handle '__setauthcookie'
Thu, 18 Sep 2014 15:07:02 +0200 Christophe de Vienne Fix POST handling.
Thu, 18 Sep 2014 11:43:45 +0200 Christophe de Vienne Use AuthTktAuthenticationPolicy
Fri, 19 Sep 2014 14:26:55 +0200 Christophe de Vienne DB-saved session data
Tue, 02 Sep 2014 20:50:33 +0200 Christophe de Vienne Handle properly the '/https/*' urls
Tue, 02 Sep 2014 20:49:57 +0200 Christophe de Vienne Correctly pass the multiple parameters to the cubicweb request
Thu, 28 Aug 2014 15:42:51 +0200 Christophe de Vienne Add a wsgi application factory suitable for wsgi servers.
Wed, 27 Aug 2014 19:26:44 +0200 Christophe de Vienne If any cube has a 'includeme' attribute, call config.include on it
Thu, 21 Aug 2014 21:55:58 +0200 Christophe de Vienne Add a make_cubicweb_application function
Thu, 21 Aug 2014 22:26:42 +0200 Christophe de Vienne Fix session closing for cubicweb 3.19
Thu, 21 Aug 2014 21:43:24 +0200 Christophe de Vienne Convert cubicweb.NotFound to HTTPNotFound
Wed, 06 Aug 2014 19:06:32 +0200 Christophe de Vienne Use registry['cubicweb.registry'] instead of registry['cubicweb.appli'].vreg because the application may not be present.
Thu, 21 Aug 2014 22:16:51 +0200 Christophe de Vienne Use a predicate based view selection for handling /login
Wed, 06 Aug 2014 19:04:25 +0200 Christophe de Vienne Use a tween application instead of a catchall route.
Mon, 04 Aug 2014 15:52:04 +0200 Christophe de Vienne Document the view problem hypothesis.
Mon, 04 Aug 2014 13:06:32 +0200 Christophe de Vienne If the postlogin_path is 'login', redirect to '/' instead
Mon, 04 Aug 2014 13:04:19 +0200 Christophe de Vienne Put the login view in a separate module.
Thu, 31 Jul 2014 17:48:32 +0200 Christophe de Vienne Separate into 4 modules
Tue, 22 Jul 2014 23:46:09 +0200 Christophe de Vienne Update the TODO list
Tue, 22 Jul 2014 23:45:11 +0200 Christophe de Vienne Provide instructions and a requirements list to quickly start the sample
Tue, 15 Jul 2014 18:25:48 +0200 Christophe de Vienne Use the pyramid session object as the cubiweb session.data (needs a patched cw 3.19)
Tue, 15 Jul 2014 18:13:57 +0200 Christophe de Vienne Add comments on parts we want to reconsider later
Tue, 15 Jul 2014 17:37:50 +0200 Christophe de Vienne Skip core_handle, add a context manager to handle cubicweb errors
Tue, 15 Jul 2014 15:30:49 +0200 Christophe de Vienne Documents dependencies on a ubuntu system
Tue, 15 Jul 2014 14:25:15 +0200 Christophe de Vienne Use short-lived cubicweb sessions to let pyramid actually handle the web sessions
Wed, 09 Jul 2014 17:14:32 +0200 Christophe de Vienne Isolate the default handler and extend its role
Sun, 06 Jul 2014 18:25:31 +0200 Christophe de Vienne Add a basic sample application
(0) -10000 -3000 -1000 -960 tip