2019-02-26 Laurent Peuch [doc] make example more redable
2019-02-26 Laurent Peuch [doc] uses :file:`name` everywhere + indicate file when it's not present
2019-02-26 Laurent Peuch [doc] english typos
2019-02-26 Laurent Peuch [doc] pep8/retab in code examples
2019-02-27 Laurent Peuch [doc] correct import for i18n
2019-02-21 Laurent Peuch [doc] pep8 and retab in tutorial code example
2019-02-21 Laurent Peuch [doc] correct pip command to have needed dependancies to use the start command
2019-02-21 Laurent Peuch [doc] explain the difference between a relation and an attribute
2019-02-21 Laurent Peuch [doc] plural
2019-02-21 Laurent Peuch [doc] misc, put every reference to something in the code between backquotes
2019-02-21 Laurent Peuch [doc] bold to make reading more obvious
2019-02-21 Laurent Peuch [doc] style, switch to bullet points list to make things easier to read
2019-02-21 Laurent Peuch [doc] explains what the <X.Y.Z> means
2019-02-21 Laurent Peuch [doc] command output style has changed
2019-02-21 Laurent Peuch [doc] always put file name for code example and uses :file:`path` syntax everywhere
2019-02-21 Laurent Peuch [doc] explicitely give the local server url to make this step more obvious
2019-02-21 Laurent Peuch [doc] start the server in debug mode, it's easier during learning
2019-02-21 Laurent Peuch [doc] recommend sqlite during tutorial because it's simplier to use
2019-02-21 Laurent Peuch [doc] add a link to every cube documentation page
2019-02-21 Laurent Peuch [doc] make this step more obvious
2019-02-21 Laurent Peuch [doc] move to latest CW version for cube creation
2019-02-21 Laurent Peuch [doc] missng import for i18n in example
2019-02-21 Laurent Peuch [doc] unused import in example
2019-02-21 Laurent Peuch [doc] output has changed
2019-02-21 Laurent Peuch [doc] blanks spaces to allow example to breath and be more lisible
2019-02-21 Laurent Peuch [doc] default tests template has changed
2019-02-21 Laurent Peuch [doc] default generated filename as changed
2019-02-21 Laurent Peuch [doc] rst syntax bug, blank line needed before item list
2019-02-22 Laurent Peuch [doc] add link to cubes contribution document
2019-02-27 Philippe Pepiot Merge 3.26
2019-02-22 Laurent Peuch [doc] link to current documentation, not old cubicweb.org doc
2019-02-13 Denis Laxalde Explicitly require repoze.lru for Pyramid tests 3.26
2019-02-13 Laurent Peuch [cubicweb-ctl] make uid option obvious 3.26
2019-02-13 Laurent Peuch [README] point to xmpp room for contributors 3.26
2019-02-12 Laurent Peuch [doc] link to README regarding how to contribute to the code base 3.26
2019-02-12 Laurent Peuch [README] improve contribution section with links and command examples 3.26
2019-02-13 Laurent Peuch [README] point to logilab's jenkins in tests section 3.26
2019-02-12 Laurent Peuch [pyramid] improve pyramid warning with link to doc on how to write pyramid.ini file 3.26
2019-02-12 Laurent Peuch [doc] translate french to english
2019-02-12 Laurent Peuch [doc] typo, 'CW' doesn't exist in the example
2019-02-12 Laurent Peuch [doc] always indicate the file in which the code should be put
2019-02-12 Laurent Peuch [doc] respect pep8 in code examples
2019-02-12 Laurent Peuch [doc] serie a small improvments
2019-02-12 Laurent Peuch [doc] typo, the field is "name" not "title"
2019-02-12 Laurent Peuch [doc] fix, command "create" is missing base cube
2019-02-12 Laurent Peuch [doc] improve blog tutorial first steps and explain common errors
2019-02-12 Laurent Peuch [doc] how to install pyramid or twisted application server 3.26
2019-02-12 Laurent Peuch [doc] new behavior in virtualenv since 3.26
2019-01-29 Philippe Pepiot [skeleton] use python3 flake8
2019-01-29 Philippe Pepiot [skeleton] drop whitelist_externals for flake8
2018-10-29 Philippe Pepiot Add changelog note for running tests with pytest-xdist
2018-10-26 Philippe Pepiot Make test database template creation concurrent
2018-10-26 Philippe Pepiot Make test database cache lookup concurrent
2018-10-29 Philippe Pepiot Fix flake8 issues since release 3.6.0
2018-10-29 Philippe Pepiot Stabilize flake8 tests on 3.26 branch 3.26
2018-10-09 Laurent Wouters Fix typo in RDFS URI
2018-10-02 Denis Laxalde [doc] Do not rely on lgc's sphinx_ext 3.26
2018-09-06 Denis Laxalde Added tag 3.26.7 for changeset ee4ad63c91e5 3.26
2018-09-06 Denis Laxalde [pkg] Version 3.26.7 3.26 3.26.7
2018-08-24 Philippe Pepiot Fix possible double import of cubes 3.26
2018-08-22 Denis Laxalde [autoform] Make RelationField.fromcardinality a class method factory 3.26
2018-08-22 Denis Laxalde [autoform] Use fieldclass from kwargs in guess_field for non-final relations 3.26
2018-08-16 Samuel Trégouët [py37] `async` is now a reserved keyword
2018-07-18 Philippe Pepiot Merge 3.26
2018-07-18 Philippe Pepiot Added tag 3.26.6, debian/3.26.6-1 for changeset 8362503a9248 3.26
2018-07-18 Philippe Pepiot [pkg] version 3.26.6 3.26 3.26.6 debian/3.26.6-1
2018-07-18 Olivier Giorgis [py3] Replace unicode keyword which is unknown in python3 3.26
2018-07-11 Denis Laxalde [skeleton] Use "py3" as tox environment instead of "py34"
2018-06-28 Denis Laxalde Added tag 3.26.5 for changeset 76d7b0aa94d2 3.26
2018-06-28 Denis Laxalde [pkg] Version 3.26.5 3.26 3.26.5
2018-06-28 Philippe Pepiot Merge with 3.26
2018-06-28 Denis Laxalde [py3] Use "utf-8" as input encoding for docutils in rest extension 3.26
2018-06-28 Denis Laxalde [py3] Avoid setting attribute on Element instance in wdoc view 3.26
2018-06-28 Denis Laxalde [test] Add a trivial test for "wdoc" view 3.26
2018-06-28 Denis Laxalde [py3] Open rst file in text mode in wdoc view 3.26
2018-06-28 Denis Laxalde [ext/rest] Drop "handle_io_errors" argument to docutils' FileInput 3.26
2018-06-28 Denis Laxalde [wdoc] Remove fallback about xml.etree module 3.26
2018-06-28 Denis Laxalde [wdoc] Avoid usage of deprecated xlm elementree getchildren() method 3.26
2018-06-28 Denis Laxalde [style] Make cubicweb/web/views/wdoc.py flake8-clean 3.26
2018-06-28 Denis Laxalde [py3] Use six.text_type instead of unicode in wdoc views 3.26
2018-06-28 Philippe Pepiot [views/startup] drop a duplicate rql query in manage view
2018-06-19 Denis Laxalde Merge with 3.26
2018-06-18 Denis Laxalde Added tag 3.26.4, debian/3.26.4-1 for changeset e1c1af68db86 3.26
2018-06-18 Denis Laxalde [pkg] Version 3.26.4 3.26 3.26.4 debian/3.26.4-1
2018-06-15 Philippe Pepiot [py3] ensure AjaxController return bytes 3.26
2018-06-13 Denis Laxalde [py3] Let InstanceCommand.run_arg() always return an int 3.26
2018-06-18 Denis Laxalde [test] Use cubicweb-file < 2.0.0 3.26
2018-06-06 Denis Laxalde [py3] Decode subprocess stdout in toolsutils.show_diffs() 3.26
2018-05-03 Adrien Di Mascio [python3] make sure staticcontroller returns a bytes instance 3.26
2018-05-03 Adrien Di Mascio [python3] use inspect.getfullargspec instead of inspect.getargspec 3.26
2018-06-15 Philippe Pepiot [py3] ensure AjaxController return bytes
2018-06-13 Denis Laxalde [py3] Let InstanceCommand.run_arg() always return an int
2018-06-15 Philippe Pepiot Depend on cubicweb-file >= 2.0.0
2018-06-11 Denis Laxalde [test] Update webconfig's tests accounting for cubicweb-file being now a package
2018-06-06 Nicolas Chauvat [widgets.js] fix obvious bug detected by sonar
2018-06-06 Nicolas Chauvat [views/uicfg] obvious bug detected by sonar
2018-06-06 Denis Laxalde [style] Make toolsutils.py flake8-clean
2018-06-06 Denis Laxalde [py3] Decode subprocess stdout in toolsutils.show_diffs()
2018-05-03 Adrien Di Mascio [python3] make sure staticcontroller returns a bytes instance
2018-05-03 Adrien Di Mascio [python3] use inspect.getfullargspec instead of inspect.getargspec
2018-04-25 Laurent Wouters [utils] Fixes compatiblity of QueryCache with expected dict interface
2018-04-24 David Douard [test/statsd] add tests for cubicweb.statsd_logger
2018-04-24 Laurent Wouters [utils] Implements __iter__ on QueryCache
2018-04-24 Laurent Wouters [utils] Added new get method to QueryCache
2018-04-24 David Douard [test/rset] typo
2018-04-24 Laurent Wouters [utils] Fixed issue in clearing QueryCache
2017-11-13 David Douard [statsd] add a statsd_timethis context manager
2018-04-24 David Douard [test/rset] add tests for ResultSet.first() and .last() methods
2018-04-24 David Douard [test/rset] flake8
2018-04-24 David Douard [rset] update copyright
2017-09-21 David Douard [rset] add convenient first() and last() methods on ResultSet
2018-04-24 Laurent Wouters [server] Fixed issue with the adapters cache of a cloned EditedEntity
2017-10-12 David Douard [rql2sql] fix handling of the ORDERBY clause when the aggregation function is "embedded" 3.26
2018-04-23 Denis Laxalde Merge 3.26
2018-04-23 Denis Laxalde [pkg] Set version to 3.27.0.dev0
2018-04-23 Denis Laxalde Added tag 3.26.3, debian/3.26.3-1 for changeset f7067be5f69c 3.26
2018-04-23 Denis Laxalde [pkg] Version 3.26.3 3.26 3.26.3 debian/3.26.3-1
2017-10-16 David Douard [utils/statsd_logger] flake8 3.26
2017-12-13 David Douard [source/native] do NOT do anything with fti if do_fti is False 3.26
2018-04-19 David Douard [test/web] flake8 unittest_propertysheet.py 3.26
2018-04-19 David Douard [web] fix css file generation permission bug (closes #17143773) 3.26
2018-04-19 David Douard [test/web] add a test for css generation file permission problem (related to #17143773) 3.26
2018-04-19 David Douard [doc] include the 3.26 changelog in changes's index 3.26
2018-03-22 Philippe Pepiot [server] set PGPASSWORD when running pg commands for backup and restore 3.26
2018-03-22 Denis Laxalde Added tag 3.26.2, centos/3.26.2-1, debian/3.26.2-1 for changeset 9bee3134d304 3.26
2018-03-22 Denis Laxalde [pkg] Version 3.26.2 3.26 3.26.2 centos/3.26.2-1 debian/3.26.2-1
2018-03-22 Denis Laxalde Flake8 cubicweb/web/webctl.py 3.26
2018-03-22 Denis Laxalde [web] Add missing import of _DATA_DIR in webctl 3.26
(0) -10000 -3000 -1000 -128 +128 tip