2020-03-31 Philippe Pepiot [server] Make connection pooler configurable and set better default values draft default tip
2020-03-31 Philippe Pepiot [server] Enhance connections-pooler-enabled documentation draft
2020-03-31 Philippe Pepiot [server] move connection pooler initialization logic to get_cnxset() draft
2020-03-30 Philippe Pepiot [server] dynamically close idle database connections draft
2020-03-30 Philippe Pepiot [server] implement dynamic database pooler draft
2020-03-30 Philippe Pepiot [server] use a LifoQueue in _CnxSetPool draft
2020-03-30 Philippe Pepiot [server] extract creating a new cnxset in a _new_cnxset() helper draft
2020-03-30 Philippe Pepiot [server] avoid a possible race condition on _CnxSetPool.close() draft
2020-03-30 Philippe Pepiot [server] extract "no pooler" CnxSet class to a _BaseCnxSet class draft
2020-03-31 Philippe Pepiot [server] prevent returning closed cursor to the database pool draft
2020-03-20 Laurent Wouters [rql] Store selected variables for RQL select queries in ResultSet (#17218476)
2020-03-12 Simon Chabot [debugtoolbar] Make SQL and RQL tables sortable
2020-03-12 Simon Chabot [debugtoolbar] Do not render CW controller panel when no controller got collected
2020-03-18 Elodie Thieblin [doc] Fix bugs in code examples
2020-03-18 Elodie Thieblin [doc] Remove zone cube which causes to crash on install
2020-03-18 Elodie Thieblin [doc] Precise which component to modify in gallery tutorial
2020-03-18 Elodie Thieblin [doc] Fix example about Community view customization
2020-03-18 Elodie Thieblin [doc] Add command pip install of new cube
2020-03-18 Elodie Thieblin [doc] update cubicweb version
2020-03-18 Elodie Thieblin [doc, blog tutorial] Remove cubicweb-dev from pip dependencies
2020-03-18 Elodie Thieblin [doc] Add requirement for gettext and graphviz
2020-03-18 Philippe Pepiot Added tag 3.27.3, debian/3.27.3-1 for changeset 85284f028266 3.27
2020-03-18 Philippe Pepiot [pkg] version 3.27.3 3.27 3.27.3 debian/3.27.3-1
2020-03-17 Philippe Pepiot [pkg] require python >= 3.6 in debian packaging
2020-03-17 Philippe Pepiot [pkg] merge 3.27
2020-03-17 Philippe Pepiot [pkg] add python3 only pypi specifiers 3.27
2020-03-17 Philippe Pepiot [pkg] the wheel is no longer universal 3.27
2020-03-17 Philippe Pepiot [pkg] require python >= 3.4 3.27
2020-03-11 Fabien Amarger merge public heads
2020-03-10 Fabien Amarger [web.views] add Link alternate in HTTP response header in HTML view
2020-03-10 Nicolas Chauvat [pyramid] add routes /{eid} and /{etype}/{eid} to return RDF when rdf mimetype in Accept HTTP headers
2020-03-10 Elodie Thieblin [entities] simplify rdf generation and add a generic rdf adapter
2020-03-05 Simon Chabot Added tag 3.26.17, debian/3.26.17-1 for changeset 5c6d242069b6 3.26
2020-03-05 Simon Chabot [pkg] version 3.26.17 3.26 3.26.17 debian/3.26.17-1
2020-03-05 Simon Chabot [fix, calendar] Ensure that the buffer is a string 3.26
2020-03-05 Philippe Pepiot Added tag 3.26.16, debian/3.26.16-1 for changeset fb6aecd654a3 3.26
2020-03-05 Philippe Pepiot [pkg] version 3.26.16 3.26 3.26.16 debian/3.26.16-1
2020-02-25 Julien Tayon [ldapfeed] add option to enable starttls on ldap servers 3.26
2020-02-25 Philippe Pepiot [ldapfeed] re-enable ldap tests for python 3.7 3.26
2020-02-25 Julien Tayon [ldapfeed] make code compatible with ldap3>=2 3.26
2020-02-25 Philippe Pepiot [ldapfeed] use LDAP_SCOPES to find user-scope 3.26
2020-03-05 Philippe Pepiot Merge 3.27
2020-03-05 Philippe Pepiot Added tag 3.27.2, debian/3.27.2-1 for changeset e731c31eaed0 3.27
2020-03-05 Philippe Pepiot [pkg] version 3.27.2 3.27 3.27.2 debian/3.27.2-1
2020-02-25 Julien Tayon [ldapfeed] add option to enable starttls on ldap servers 3.27
2020-02-25 Philippe Pepiot [ldapfeed] re-enable ldap tests for python 3.7 3.27
2020-02-25 Julien Tayon [ldapfeed] make code compatible with ldap3>=2 3.27
2020-02-25 Philippe Pepiot [ldapfeed] use LDAP_SCOPES to find user-scope 3.27
2020-02-25 Julien Tayon [ldapfeed] drop now useless import from __future__ 3.27
2020-02-28 Simon Chabot [rdf] Add a basic foaf adapter for CWUser
2020-02-14 Simon Chabot [rdf] add functions and tools to generate rdf graph
2020-02-12 Simon Chabot [pyramid, predicate] Add a predicate that matches if the pattern is an eid in the DB
2019-03-13 Nicolas Chauvat [server.querier] construct ExecutionPlan from schema since querier is not needed
2020-02-19 Nicolas Chauvat [server.querier] remove useless attribute Querier._planner
2019-03-13 Nicolas Chauvat [server.querier] remove useless indirection Querier.rqlannotator
2019-03-13 Nicolas Chauvat [server.querier] remove useless indirections ExecutionPlan.{syssource,rqlhelper,schema}
2019-03-13 Nicolas Chauvat [server.rqlannotation] rename SQLGenAnnotator to RQLAnnotator
2019-03-15 Nicolas Chauvat [server] drop system_source_cnx for a simpler internal API
2019-03-12 Nicolas Chauvat [server/sources/native] refactor to remove useless injection
2019-03-12 Nicolas Chauvat [cwvreg] rename CWRegistryStore.solutions to compute_var_types
2020-02-02 Nicolas Chauvat [doc] replace python with python3 in shell commands
2020-02-08 Nicolas Chauvat [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
2020-02-15 Nicolas Chauvat [doc] replace tabs with spaces (and make linter happy)
2020-02-08 Nicolas Chauvat [setup] add rdflib-jsonld to dependencies for cubicweb[rdf]
2020-02-13 Guillaume Vandevelde Added tag 3.26.15, debian/3.26.15-1 for changeset fe9bd0e937e4 3.26
2020-02-13 Guillaume Vandevelde [pkg] version 3.26.15 3.26 3.26.15 debian/3.26.15-1
2020-02-12 Nicola Spanti [web/views] Backport changeset be63e0fd43d0 (it is a fix) in 3.26 3.26
2020-02-10 Guillaume Vandevelde [utils] Add the possibility to add elements in the head of an UStringIO list 3.26
2020-02-02 Nicolas Chauvat [doc] replace python with python3 in shell commands 3.27
2020-02-11 Katia Saurfelt Added tag 3.27.1, debian/3.27.1-1 for changeset 917601bb5b1b 3.27
2020-02-11 Katia Saurfelt [pkg] version 3.27.1 3.27 3.27.1 debian/3.27.1-1
2020-02-11 Philippe Pepiot Backed out changeset 7d3299d6e655 3.27
2020-02-11 Philippe Pepiot Backed out changeset c69421aece24 3.27
2020-02-07 Nicolas Chauvat merge
2020-02-01 Nicolas Chauvat [web/views/rdf] enhance encoding and formats for RDFView 3.27
2020-02-01 Nicolas Chauvat [web/views/cwuser] fix encoding of FoafView to application/rdf+xml 3.27
2020-02-02 Nicolas Chauvat merge 3.27 into default
2020-01-31 Arthur Lutz [doc/dev/CI] initial information about jenkins 3.27
2020-01-31 Arthur Lutz [doc/index] fix link to "how to contribute" and add link to dev dashboard 3.27
2020-01-31 Arthur Lutz [doc/book/admin] initial version of deploy cubicweb page in documentation 3.27
2020-01-31 Arthur Lutz [doc/book/admin/setup] forget about easy_install 3.27
2020-01-31 Arthur Lutz [doc/book/admin/setup] fix pip / virtualenv links 3.27
2020-02-02 Arthur Lutz [doc/book/admin/setup] update apt sources 3.27
2020-01-31 Arthur Lutz [doc/book/admin/setup] add section about docker install 3.27
2020-02-02 Arthur Lutz [doc] remove setup instructions for Windows 3.27
2020-01-31 Arthur Lutz [doc/book/devweb/ajax] warning about deprecated use of ajax 3.27
2020-01-31 Arthur Lutz [doc] add links to pypi and npm 3.27
2020-01-31 Arthur Lutz [doc] remove guestrepo as a recommendation 3.27
2020-01-31 Arthur Lutz [doc] remove Subversion mentions 3.27
2020-01-31 Nicolas Chauvat [doc] fix typo 3.27
2020-01-31 Simon Chabot [doc] Update changes title, 3.27 is now released 3.27
2020-01-31 Simon Chabot [pkg] Version 3.28.0.dev0
2020-01-31 Simon Chabot merge 3.27
2020-01-31 Carine Dengler Added tag 3.27.0, debian/3.27.0-1 for changeset e77900f19390 3.27
2020-01-31 Carine Dengler [pkg] version 3.27 3.27 3.27.0 debian/3.27.0-1
2020-01-31 Philippe Pepiot Backed out changeset b1ef9690f357
2020-01-14 Noe Gaumont Remove useless error FindEntittyError
2020-01-14 Philippe Pepiot [pkg] Version 3.27.0rc3
2020-01-09 Philippe Pepiot [sobjects/notification] fix broken email notifications
2019-12-18 Nicolas Chauvat [server.source.native] exceptions should never pass silently
2019-12-19 Nicola Spanti [py] Make flake8 less angry with cubicweb/server/test/
2019-12-18 Laurent Peuch [doc/fix] correct link to screenshots in changelog
2019-12-19 Nicolas Chauvat closing branch 3.23 3.23
2019-12-19 Nicolas Chauvat closing branch 3.22 3.22
2019-12-19 Nicolas Chauvat closing branch 3.21 3.21
2019-12-19 Nicolas Chauvat closing branch 3.20 3.20
2019-03-12 Nicolas Chauvat [server/querier] drop ExecutionPlan.annotate_rqlst that is never used
2019-12-18 Nicolas Chauvat [server.querier] improve docstrings and comments
2019-12-19 Laurent Peuch [mypy] type AppObject.category
2019-12-19 Laurent Peuch [mypy] type Hook.events
2019-12-19 Laurent Peuch [mypy] type __select__ everywhere
2019-12-19 Laurent Peuch [python3] 'unicode' function doesn't exist anymore
2019-12-19 Laurent Peuch [mypy/fix] Incompatible types in assignment (expression has type "staticmethod", variable has type "Callable[[ETag], Any]")
2019-12-19 Nicola Spanti [py] Make flake8 less angry with cubicweb/server/sources/
2019-12-18 Laurent Peuch [mypy/fix] Module 'urllib' has no attribute 'quote'
2019-12-19 Laurent Peuch autopep8
2019-12-19 Laurent Peuch [python3] replace 'unicode' by 'str'
2019-12-17 Laurent Peuch autopep8
2019-12-17 Laurent Peuch [test] ensure FirefoxHelper successfully exited
2019-12-17 Laurent Peuch [test/ux] add a warning when test from FirefoxHelper timeout
2019-12-17 Laurent Peuch [test/fix] tempfile is non portable linux command and is useless here
2019-12-17 Laurent Peuch [test/fix] prevent FirefoxHelper from silently failing to start
2019-12-18 Laurent Peuch [doc] document debug toolbar
2019-12-10 Laurent Peuch [doc] document new debug channels mechanism
2019-12-17 Laurent Peuch DeprecationWarning: Please use assertEqual instead.
2019-12-18 Laurent Peuch [doc/fix] listing of js_api in index was broken
2019-12-18 Laurent Peuch [doc] cubicweb.server.session.Session doesn't exist anymore
2019-12-18 Laurent Peuch [doc] remove autodoc for functions and class that don't exist anymore
2019-12-18 Laurent Peuch [doc/fix] BwCompatCWRegistry class doesn't exist anymore
2019-12-18 Laurent Peuch [doc] set_/free_cnxset method doesn't exist anymore
2019-12-05 Laurent Peuch [refactoring] rename logilab.database as db to logilab_database
2019-12-05 Laurent Peuch [UX] make error message explicit with useful information
2019-12-05 Laurent Peuch [refactoring] blank lines to visually group lines for lisbility
2019-12-05 Laurent Peuch [refactoring] class variable is useless
2019-12-05 Laurent Peuch [comment] add comment for maybe unhandled situation
2019-12-05 Laurent Peuch [refactoring] don't hide exceptions
2019-12-05 Laurent Peuch [refactoring] blank lines to make core more readable
2019-12-05 Laurent Peuch [refactoring] not needed anymore in python3
2019-12-05 Laurent Peuch [refactoring] inline useless variable
2019-12-10 Laurent Peuch [debug_channels/doc] add docstring to functions
2019-12-10 Laurent Peuch [doc/building/fix] encoding issue was crashing sphinx in python3
2019-12-10 Philippe Pepiot [pkg] Version 3.27.0rc2
2019-12-05 Laurent Peuch [changelog] talk about the new debug channels mechanism
2019-12-05 Laurent Peuch [changelog] add information about the new debug html attributes
2019-12-05 Laurent Peuch [changelog] change bullet point organization
2019-12-05 Laurent Peuch [changelog] document the new toolbar panels with screenshots
2019-12-05 Laurent Peuch [comment] comment didn't matched reality
2019-12-05 Laurent Peuch [debug-toolbar/display_source_code] change link display from "<>" to "[source]"
2019-12-06 Arthur Lutz [tox] add doc8 target to test documentation
2019-04-04 Arthur Lutz [doc8] D002 Trailing whitespace
2019-12-06 Arthur Lutz [doc/conf] update year of copyright
2019-12-06 Arthur Lutz [doc/book] add RQL use cases with search/card/python/javascript
2019-12-03 Laurent Peuch [debug-toolbar/fix] only import mako when the toolbar is loaded
2019-12-04 Philippe Pepiot [pkg] require logilab-common >= 1.5.2
2018-04-13 Nicola Spanti [web/views] Fix AutoformSectionRelationTags.set_muledit_editable
2019-02-22 Nicola Spanti [html] Add tags ol, ul, li, i, q
2019-11-28 Laurent Peuch [debug-toolbar/registry] move to Registry.add_select_best_listener new api
2019-12-03 Nsukami Patrick [pkginfo] Retrieve Cubicweb version using pkg_resources
2019-11-22 Nsukami Patrick [pkginfo] Remove unused parameter
2019-11-29 Philippe Pepiot Fix flake8 issues
2019-11-29 Philippe Pepiot Add missing dbmako/mako files in python sdist
2019-07-24 Laurent Peuch [debug] add in each html snippet from where it has been generated in the code
2019-11-28 Philippe Pepiot Use python3 shebang for scripts
2019-11-28 Philippe Pepiot [pkg] Version 3.27.0rc1
2019-11-26 Laurent Peuch [debug-toolbar/display_source_code] add links to files in tracebacks
2019-09-27 Laurent Peuch [debug-toolbar] link to source code of all objects/classes
2019-09-27 Laurent Peuch [debug-toolbar/display_source_code] add a function to add links to source file in traceback
2019-11-26 Laurent Peuch [debug-toolbar/display_source_code] add function to generate html link to source code
2019-09-26 Laurent Peuch [debug-toolbar/display_source_code/security] add security mechanism to only read whitelisted files
2019-09-27 Laurent Peuch [debug-toolbar/display_source_code] add helper to render link to source file
2019-10-08 Laurent Peuch [debug-toolbar/display_source_code] add a pyramid view that display syntax highlighted python source file
2019-09-25 Laurent Peuch [mod] allow to pass generic additional arguments to pygments HtmlFormatter
2019-09-27 Laurent Peuch [debug/fix] ensure that not syntax highlighted code is a string
2019-09-12 Laurent Peuch [debug-toolbar] add registry decisions debug panel
2019-11-20 Laurent Peuch Increase needed version of logilab-common to >= 1.5.0
2019-11-14 Laurent Peuch [debug-toolbar] add registry panel
2019-11-14 Laurent Peuch [debug-toolbar] add sql panel
2019-10-08 Laurent Peuch [debug-toolbar] add cw general panel with controller
2019-11-18 Nicolas Chauvat [debug-toolbar] make linter happy
2019-07-31 Laurent Peuch [pyramid/ctl/debugtoolbar] automatically include custom panels on -t
2019-08-01 Laurent Peuch [debug-toolbar/rql] display sql queries generated by rql ones
2019-07-31 Laurent Peuch [debug-toolbar/rql] add RQL panel
2019-10-24 Laurent Peuch [debug/emit/rql] add RQL debug channel and emit queries
2019-11-06 Laurent Peuch [debug/source_highlight] rename highlight to highlight_terminal
2019-10-24 Laurent Peuch [debug/source_highlight] add highlight_html and generate_css for debugtool panels
2019-08-01 Laurent Peuch [debug/rql] bind a uniq token per rql to trace its decomposition
2019-08-01 Laurent Peuch [debug] add a new channel events mechanism for debugging
2019-11-06 Laurent Peuch [ctl] allow to specific instance name for instance commands in $CW_INSTANCE
2019-11-05 Nicolas Chauvat [cubicweb/utils] add QueryCache.__contains__() to improve dict-like behavior. Closes #255426
2019-05-22 Laurent Peuch [migrations/pdb] add to every failing migration operation a "p(db)" option
2019-05-29 Laurent Peuch [pyramid/ctl] add a new option to activate the debugtoolbar (-t)
2019-10-23 Laurent Peuch [changelog] add missing information to the 3.27 changelog
2019-10-18 Nicolas Chauvat Merge 3.26
2019-08-27 Laurent Peuch [debug] add ALL possibility to --dbglevel 3.26
2019-06-26 Laurent Peuch [ux] display instance name in suggested upgrade command 3.26
2019-05-22 Laurent Peuch [migration/pdb] display traceback instead of only the exception for easier debugging
2019-05-22 Laurent Peuch [migration/pdb] add option to use pdb.post_mortem if traceback is provided
2019-05-22 Laurent Peuch [migration/shell] select ipdb if present on (d)ebug mode
2019-05-22 Laurent Peuch [mod] move get_pdb to utils.py
2019-10-16 Noe Gaumont Add a migration function in order to relocate bfss
2019-06-12 Laurent Peuch [pyramid/debug] on every request display request path and selected controller
2019-08-21 Laurent Peuch [logging/debug] move transaction operations logs from self.debug to DBG_OPS
2019-08-21 Laurent Peuch [debug] syntax highlight SQL and RQL debug output
2019-08-20 Laurent Peuch [logging] send logs by default to stdout
2019-05-21 Laurent Peuch [cubicweb-ctl] backport --dbglevel option of pyramid to all instance commands
2019-05-21 Laurent Peuch [cubicweb-ctl] backport --loglevel option of pyramid to all instance commands
2019-07-25 Laurent Peuch [cubicweb-ctl/fix] correctly get exception traceback_ for pdb.post_mortem
2019-10-15 Philippe Pepiot Document mercurial configuration for contributing
2019-10-11 Noe Gaumont Add documentation on workflow permission
2019-10-11 Noe Gaumont Remove undefined function in documentation
2019-10-09 Philippe Pepiot Merge 3.26
2019-05-21 Laurent Peuch [pyramid/ctl] pyramid command will always run in foreground from now on
2019-08-22 Laurent Peuch [clean] remove pyramid warning about looping task
2019-06-20 Laurent Peuch [doc] add instruction to re-enable ckeditor 3.26
2019-09-11 Laurent Peuch [fix] reference to underclared and unused variable kwargs 3.26
2019-09-11 Philippe Pepiot Avoid to update inlined relation column to NULL when deleting entities 3.26
2019-09-11 Philippe Pepiot Drop useless ConstraintInsertionTC 3.26
2019-08-27 Nicola Spanti Backed out changeset 741dc2590f90
2019-08-23 Arthur Lutz [.gitlab-ci] initial version (tox targets)
2019-08-06 Denis Laxalde Merge with 3.26
2019-08-06 Denis Laxalde Added tag debian/3.26.14-1, 3.26.14 for changeset 172f683a84f6 3.26
2019-08-06 Denis Laxalde [pkg] version 3.26.14 3.26 3.26.14 debian/3.26.14-1
2019-08-06 Denis Laxalde [py3] Pass bytes as "msg" to smtplib.SMTP.sendmail() 3.26
2019-08-01 Denis Laxalde [debian] Cleanup d/source/options from now gone symlinks
2019-08-01 Denis Laxalde [pkg] Version 3.27.0.a2
2019-07-24 Laurent Peuch [debug/clean] remove unused DBG_MS flag
2019-07-30 Denis Laxalde Avoid using gone hooks_control() in migration
2019-07-30 Denis Laxalde [tox] Remove --ignore in check-manifest check
2019-07-30 Denis Laxalde [doc] link to 3.27 (and missing 3.26) pages
2019-07-24 Denis Laxalde [pkg] Version 3.27.0a1
2019-07-24 Denis Laxalde [test] Replace symlinks by real copies
2019-07-24 Denis Laxalde [pkg] Version 3.27.0a0
2019-07-24 Denis Laxalde Merge with 3.26
2019-07-24 Denis Laxalde Added tag debian/3.26.13-1, 3.26.13 for changeset 1fc684253207 3.26
2019-07-24 Denis Laxalde [pkg] Version 3.26.13 3.26 3.26.13 debian/3.26.13-1
2019-07-24 Denis Laxalde [test] Replace symlinks in legacy_cubes by real copies 3.26
2019-07-23 Denis Laxalde [pkg] Prune packaging files from sdist 3.26
2019-06-10 Jérémy Bobbio [pkg] Fix spelling mistake in doc-base abstract 3.26
2019-06-10 Jérémy Bobbio [pkg] Fix doc-base section 3.26
2019-06-10 Jérémy Bobbio [pkg] Move lintian-overrides file to debian/source directory 3.26
2019-06-13 Jérémy Bobbio [pkg] Tidy substvars usage in control file 3.26
2019-06-10 Jérémy Bobbio [pkg] Specify priority “optional” instead of the obsolete “extra” 3.26
2019-06-05 Jérémy Bobbio [pkg] Switch to Debian source format 3.0 (quilt) 3.26
2019-07-12 Denis Laxalde [debian] Update description of cubicweb-ctl* packages 3.26
2019-07-12 Denis Laxalde [debian] Introduce a cubicweb-ctl3 binary package 3.26
2019-07-22 Laurent Peuch [cubicweb-ctl] respect sys.exit status code when aborting a command
2019-07-22 Denis Laxalde [test] Add an "actionverb" attribute to test commands
2019-07-22 Denis Laxalde [test] use self.assertRaises() in cwctl tests
2019-07-22 Denis Laxalde [test] ensure mocking is stopped in cwctl tests
2019-05-21 Laurent Peuch [cubicweb-ctl] add '--pdb' global option to launch (i)pdb on exception
2019-07-22 Denis Laxalde [test] Rename TestCommand to avoid PytestCollectionWarning
2019-07-10 Jérémy Bobbio [pkg] Add new autopkgtest for skeleton packaging 3.26
2019-07-10 Jérémy Bobbio [skeleton] Update Debian packaging template 3.26
2019-06-26 Denis Laxalde [test] Use --short-description when testing newcube command 3.26
2019-06-17 Jérémy Bobbio [devtools] Allow to specify short desc on `newcube` command line 3.26
2019-06-17 Jérémy Bobbio [pkg] Add new autopkgtest for skeleton packaging
2019-05-21 Laurent Peuch [cubicweb-ctl] move to accepting only once instance name per command
2019-07-09 Jérémy Bobbio [pkg] Run all unit tests in autopkgtest
2019-06-19 Jérémy Bobbio [pkg] Stop running unit tests from skeleton
2019-06-19 Jérémy Bobbio [tests] Use 16 bytes key when testing Blowfish
2019-07-09 Denis Laxalde Use time.process_time() instead of deprecated clock()
2019-07-09 Denis Laxalde [web] Make the time separator configurable in JQueryDateTimePicker
2019-07-02 Denis Laxalde Added tag 3.26.12, debian/3.26.12-1 for changeset 4531a266f8b2 3.26
2019-07-02 Denis Laxalde [pkg] Version 3.26.12 3.26 3.26.12 debian/3.26.12-1
2019-06-27 Denis Laxalde [autoform] Fix display_fields handling 3.26
2019-06-27 Denis Laxalde Flake8 cubicweb/web/views/autoform.py 3.26
2019-06-27 Denis Laxalde [py3] unicode() -> six.text_type in autoform 3.26
2019-06-26 Denis Laxalde Added tag debian/3.26.11-2 for changeset e7eb914df71d 3.26
2019-06-26 Denis Laxalde [debian] Release 3.26.11-2 3.26 debian/3.26.11-2
2019-06-26 Denis Laxalde [test] Require pycryptodomex, not pycryptodome
2019-06-25 Denis Laxalde [debian] Mention Lintian warnings fixes from previous changesets 3.26
2019-06-25 Denis Laxalde [debian] Remove unused/redundant entries from debian/cubicweb-ctl.dirs 3.26
2019-06-25 Denis Laxalde [debian] Make descriptions of python-cubicweb and python3-cubicweb uniform 3.26
2019-06-25 Denis Laxalde [debian] Mention that -postgresql-support binaries are dependency package 3.26
2019-06-25 Denis Laxalde [debian] Add ${misc:Depends} where missing 3.26
2019-06-25 Denis Laxalde [debian] Set Section: python for python- binary package 3.26
2019-06-25 Denis Laxalde [debian] Install cubicweb-ctl from python2 build 3.26
2019-06-20 Denis Laxalde [debian] Introduce python3-cubicweb and python3-cubicweb-pyramid binary packages 3.26
2019-06-19 Jérémy Bobbio [skeleton] Update Debian packaging template
2019-06-26 Denis Laxalde [test] Use --short-description when testing newcube command
2019-06-17 Jérémy Bobbio [devtools] Allow to specify short desc on `newcube` command line
2019-06-10 Jérémy Bobbio [pkg] Remove build dependency on dh-systemd 3.26
2019-06-13 Denis Laxalde [config] Raise in case of failure to send emails when in test mode 3.26
2019-06-19 Jérémy Bobbio [doc] Update documentation to match current Debian packages
2019-06-19 Jérémy Bobbio [pkg] Remove transitional packages
2019-06-19 Jérémy Bobbio [pkg] Use sections from requires.txt to populate Recommends and Suggests
2019-06-19 Jérémy Bobbio [crypto] Use Cryptodome namespace instead of Crypto
2019-06-17 Jérémy Bobbio [pkg] Remove python3-six from Build-Depends
2019-06-17 Jérémy Bobbio [pkg] Merge python3-cubicweb-pyramid into python3-cubicweb
2019-06-17 Jérémy Bobbio [pkg] Remove explicit Depends on Python packages for python3-cubicweb
2019-06-10 Jérémy Bobbio [pkg] Fix spelling mistake in doc-base abstract
2019-06-10 Jérémy Bobbio [pkg] Fix doc-base section
2019-06-10 Jérémy Bobbio [pkg] Use “dependency package” instead of “virtual package” to describe python3-cubicweb-postgresql-support
2019-06-10 Jérémy Bobbio [pkg] Move lintian-overrides file to debian/source directory
2019-06-10 Jérémy Bobbio [pkg] Stop using /etc/bash_completion.d
2019-06-13 Jérémy Bobbio [pkg] Tidy substvars usage in control file
2019-06-10 Jérémy Bobbio [pkg] Specify priority “optional” instead of the obsolete “extra”
2019-06-10 Jérémy Bobbio [pkg] Remove build dependency on dh-systemd
2019-06-05 Jérémy Bobbio [pkg] Run test suite as part of autopkgtest
2019-06-05 Jérémy Bobbio [pkg] Switch to Debian source format 3.0 (quilt)
2019-06-05 Jérémy Bobbio [pkg] Switch all Debian packages to Python 3
2019-06-11 julien tayon Fix sorting key for rdefs in schema viewer
2019-06-04 julien tayon Flake8 cubicweb/web/schemaviewer.py
2019-06-04 julien tayon [py3] changing unicode to str
2019-06-11 julien tayon [py3] Use sorted(key=...) instead of sorted(cmp=...)
2019-06-07 Denis Laxalde Merge with 3.26
2019-06-07 Denis Laxalde Added tag 3.26.11, debian/3.26.11-1 for changeset 633ca84bea58 3.26
2019-06-07 Denis Laxalde [pkg] Version 3.26.11 3.26 3.26.11 debian/3.26.11-1
2019-06-06 Denis Laxalde Added tag debian/3.26.10-1 for changeset 0ce26fb5ab48 3.26
2019-05-23 Denis Laxalde [debian] New upstream release 3.26 debian/3.26.10-1
2019-05-23 Denis Laxalde [debian] Drop override_dh_auto_install about cubicweb-ctl 3.26
2019-05-23 Denis Laxalde [debian] Remove test/doc Build-Depends 3.26
2019-05-28 Laurent Peuch [fix] parse cube version number without space in them
2019-05-24 Philippe Pepiot Install patched yapps for test from an http archive
2019-03-28 Philippe Pepiot [server/test] make test filename uniques
2019-05-24 Philippe Pepiot Merge 3.26
2019-05-21 julien tayon [dataimport] Fix case when extid is text in use_extid_as_cwuri() 3.26
2019-05-22 Noe Gaumont [doc] fix key used in the hook example
2019-05-22 Noe Gaumont [doc] set_operation has been replaced by add_data
2019-05-22 Noe Gaumont [doc] check_cycle is a standard function
2019-05-22 Noe Gaumont [doc] fix several typos
2019-05-21 Philippe Pepiot [pkg] make cubicweb[crypto] depends on pycryptodome instead of pycrypto
2019-05-21 Philippe Pepiot [crypto] Encode unicode strings in _cypherer()
2019-05-16 julien tayon [ldapfeed] FIX: Unique Key violation when synchronizing with LDAPfeed 3.26
2019-03-15 Denis Laxalde Skip tests for ldapsource with python >= 3.7 3.26
2019-05-16 Denis Laxalde Flake8 crypto module 3.26
2019-05-16 Denis Laxalde Make crypto module python3-compatible 3.26
2019-05-16 Laurent Peuch [mod] make ViolatedConstraint actually display useful information
2019-05-16 Denis Laxalde Fix flake8 errors/warnings about import in cubicweb/_exceptions.py
2019-05-16 Laurent Peuch add comment and # noqa on used import
2019-05-16 Laurent Peuch remove unused import
2019-05-16 Laurent Peuch [autopep8] E305 - Expected 2 blank lines after end of function or class
2019-05-16 Laurent Peuch [autopep8] E303 - Remove extra blank lines
2019-05-16 Laurent Peuch [autopep8] E302 - Add missing 2 blank lines
2019-05-16 Laurent Peuch [autopep8] E301 - Add missing blank line
2019-05-15 Laurent Peuch [enh] display CWConstraint type in its repr
2019-05-15 Laurent Peuch [entities] display CWConstraint type in its repr 3.26
2019-05-15 Laurent Peuch [changelog] document pyramid.ini automatic generation
2019-05-15 Denis Laxalde Flake8 cubicweb/pyramid/test/test_hooks.py
2019-05-15 Laurent Peuch [pyramid/doc] bad docstring
2019-05-15 Laurent Peuch [pyramid/misc] remove useless variable
2019-05-15 Laurent Peuch [pyramid/test] add test for pyramid.ini generation
2019-05-15 Denis Laxalde Added tag 3.26.10 for changeset 74cc5de1ee6c 3.26
2019-05-15 Denis Laxalde [pkg] Version 3.26.10 3.26 3.26.10
2019-05-10 Philippe Pepiot Move CWSchemaTC to RQLExpressionTC
2019-04-17 Denis Laxalde [skeleton] Drop py27 tox environment
2019-04-17 Denis Laxalde [skeleton] Do not ship Debian and RPM packaging files in sdist
2019-04-17 Denis Laxalde [skeleton] Add a check-manifest tox environment
2019-05-10 Philippe Pepiot Fix pyramid tests
2019-05-10 Philippe Pepiot Fix flake8 and check-manifest
2019-05-10 Philippe Pepiot Merge 3.26
2019-05-08 Laurent Peuch DeprecationWarning: In future versions of Waitress clear_untrusted_proxy_headers will be set to True by default. You may opt-out by setting this value to False, or opt-in explicitly by setting this to True.
2019-05-08 Laurent Peuch DeprecationWarning: The default pickle serializer is deprecated as of Pyramid 1.9 and it will be changed to use pyramid.session.JSONSerializer in version 2.0. Explicitly set the serializer to avoid future incompatibilities
2019-05-08 Laurent Peuch [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
2019-05-08 Laurent Peuch DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
2019-04-08 Denis Laxalde Account for new psycopg2 exception classes mapping 3.26
2019-04-12 Laurent Peuch [cubicweb-ctl] remove "cubicweb-ctl wsgi" command following pyramid standardization
2019-04-12 Laurent Peuch Use secure hash algorithm in WebConfiguration.sign_text
2019-04-23 Laurent Peuch [enh] don't catch all exceptions in notification hooks during tests
2019-04-18 Noe Gaumont [doc] add a reference to static-messages.pot usage
2019-04-18 Noe Gaumont [doc] Clarify sentences
2019-04-18 Noe Gaumont [doc] Fix format and typo
2019-04-18 Nsukami Patrick Fix DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
2019-04-18 Nsukami Patrick Fix DeprecationWarning: invalid escape sequence
2019-04-16 Philippe Pepiot [devtools/testlib] avoid hidding AttributeError in create_user() 3.26
2019-04-10 Nsukami Patrick Fix DeprecationWarning: invalid escape sequence \
2019-04-12 Laurent Peuch DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
2019-04-12 Laurent Peuch [mod] remove backward compatible code for passlib and force modern version
2019-04-12 Laurent Peuch DeprecationWarning: Please use assertEqual instead.
2019-04-12 Laurent Peuch DeprecationWarning: Please use assertRaisesRegex instead.
2019-04-11 Laurent Peuch DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
2019-04-11 Laurent Peuch [README] add testing instructions
2019-04-05 Denis Laxalde Add pytest-subtests to dev requirements
2019-03-26 Denis Laxalde [test] use unittest.mock instead of mock library
2019-04-05 Denis Laxalde Drop python2 support
2019-04-05 Denis Laxalde Merge with 3.26
2019-04-05 Denis Laxalde Remove unused imports in cubicweb.pyramid.config 3.26
2019-04-05 Denis Laxalde Added tag 3.26.9 for changeset 4d6909de765a 3.26
2019-04-05 Denis Laxalde [pkg] Version 3.26.9 3.26 3.26.9
2019-02-12 Laurent Peuch [pyramid/security] use cryptographically secure random generator 3.26
2019-04-04 Arthur Lutz Reclosing branch after merge tls-sprint
2019-04-04 Arthur Lutz Merging heads of old, closed branch tls-sprint
2019-04-04 Arthur Lutz Reclosing branch after merge 3.0
2019-04-04 Arthur Lutz Merging heads of old, closed branch 3.0
2019-03-28 Philippe Pepiot [doc/changes] document that legacy cube support has been dropped
2019-03-28 Philippe Pepiot [doc] replace legacy import to new style cube import in various places
2019-03-28 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.timeline
2019-03-28 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.massmailing
2019-03-28 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.isioc
2019-03-28 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.embedding
2019-03-28 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.igeocodable
2019-03-28 Philippe Pepiot [pyramid/core] drop fallback import of legacy cubes
2019-03-28 Philippe Pepiot [cwconfig] drop importing legacy cubes
2019-03-28 Philippe Pepiot [doc] better documentation for "cubicweb-ctl newcube"
2019-03-28 Philippe Pepiot [test] make unittest_cwconfig.py does not depend on legacy cube machinery
2019-03-28 Philippe Pepiot [devtools/test] drop legacy cube i18n tests
2019-03-28 Philippe Pepiot [server/test] make unittest_migractions.py use new style cubes
2019-03-27 Philippe Pepiot [cwconfig] drop _cube_modname
2019-03-27 Philippe Pepiot [cwconfig] drop legacy cube importer
2019-03-22 Denis Laxalde Drop more deprecated code
2019-03-26 Denis Laxalde Flake8 cubicweb/cwvreg.py
2019-03-22 Denis Laxalde Drop deprecated "boxes" and "contentnavigation" registries
2019-03-22 Denis Laxalde Drop deprecated CWCache entity type
2019-03-22 Denis Laxalde Update i18n after "recent" changes
2019-03-22 Denis Laxalde Drop repair_file_1-9_migration.py
2019-03-22 Denis Laxalde Drop a left-over 3.22 deprecation warning
2019-03-27 Philippe Pepiot [doc] fix reference to ~src/cubes in tutorial
2019-03-27 Philippe Pepiot [doc] replace cubicweb-ctl start by cubicweb-ctl pyramid
2019-03-27 Philippe Pepiot [doc] make the tutorial use a python3 virtualenv
2019-03-27 Philippe Pepiot [doc] Update README "Getting started"
2019-03-21 Denis Laxalde Flake8 cubicweb/devtools/httptest.py
2019-03-21 Denis Laxalde Remove Twisted web server
2019-03-21 Denis Laxalde Separate twisted-specific configuration from WebConfigurationBase class
2019-03-21 Denis Laxalde Flake8 cubicweb/web/webconfig.py
2019-03-21 Denis Laxalde Flake8 cubicweb/etwist/twconfig.py
2019-03-14 Denis Laxalde Remove ctl commands using the Twisted backend
2019-03-14 Denis Laxalde Flake8 cubicweb/cwctl.py
2019-03-14 Denis Laxalde Remove _handle_win32() method from "create" command class
2019-03-15 Denis Laxalde Skip tests for ldapsource with python >= 3.7
2019-03-27 Denis Laxalde [doc] Update cubicweb-ctl page about how to run an instance
2019-03-27 Denis Laxalde [doc] Drop mention of the "pyramid" cube
2019-03-21 Laurent Peuch [cli/enh] on 'shell' or migration command, use ipython if available
2019-03-19 Philippe Pepiot [web/test] drop dependency on third party cubes
2019-03-15 Philippe Pepiot [test] drop dependency on third party cubes
2019-03-15 Philippe Pepiot [test] drop CubicWebConfigurationWithLegacyCubesTC
2019-03-15 Philippe Pepiot [test] drop unittest_cubes.py
2019-03-19 Philippe Pepiot [server/test] do not depend on third party cubes
2019-03-15 Philippe Pepiot [server/test] drop unused variable initialization in OperationsTC.setUp()
2019-03-13 Philippe Pepiot [server/test] bootstrap config in setUpModule function
2019-03-11 Philippe Pepiot [schema] drop monkeypatch "name_for" on BaseConstraint
2019-03-14 Laurent Peuch [fix] this check was too restrictive and broke tests 3.26
2019-03-14 Laurent Peuch [fix] exception type has changed 3.26
2019-03-13 Nicolas Chauvat [server.rqlannotation] refactor to make class SQLGenAnnotator consistent
2019-03-14 Denis Laxalde Drop most of deprecated code
2019-03-14 Denis Laxalde Drop deprecated code in cubicweb.hooks
2019-03-14 Denis Laxalde Drop deprecated code in cubicweb.entities
2019-03-14 Denis Laxalde Drop deprecated code in cubicweb.devtools
2019-03-14 Denis Laxalde Drop deprecated code in cubicweb.dataimport
2019-03-14 Denis Laxalde Drop most deprecated code in cubicweb.web
2019-03-13 Denis Laxalde [web] use Separator "component" instead of deprecated BoxSeparator widget
2019-03-13 Denis Laxalde Flake8 cubicweb/web/box.py
2019-03-14 Denis Laxalde [test] Remove upper bound for cubicweb-localperms
2019-03-14 Denis Laxalde [test] Make the expected value explicit in CubicWebConfigurationWithLegacyCubesTC.test_available_cubes()
2019-03-13 Denis Laxalde [test] Inline _test_available_cubes() method in cwconfig tests
2019-03-14 Laurent Peuch [DX] adding error messages to {ResultSet,ActionsRegistry}.possible_actions 3.26
2019-03-12 Nicolas Chauvat [server/querier] remove useless indirection QuerierHelper._annotate
2019-03-12 Nicolas Chauvat [server] remove useless indirection ExecutionPlan.sqlannotate
2019-03-12 Nicolas Chauvat [web] removed unused imports in basecomponents
2019-03-13 Denis Laxalde [test] Depends on psycopg2-binary 3.26
2019-03-12 Laurent Peuch [doc/changelog] the removal of next_tabindex produce an error not in the changelog
2019-03-11 Denis Laxalde Merge with branch 3.26
2019-03-08 Denis Laxalde [py3.7,test] Use cubicweb-file >= 2.2.2 3.26
2019-03-08 Denis Laxalde [flake8] Fix errors in cubicweb/ext/test/unittest_rest.py 3.26
2019-03-08 Denis Laxalde [test] Shorten prefix string in test_rql_role_with_unknown_vid 3.26
2019-03-08 Denis Laxalde [flake8] fix errors in cubicweb_i18ntestcube/views.py test file 3.26
2019-03-08 Denis Laxalde [test] Pass __module__ upon instantiation of RegistrableInstance 3.26
2019-03-08 Denis Laxalde Added tag 3.26.8 for changeset 91f75319a726 3.26
2019-03-07 Denis Laxalde [pkg] Version 3.26.8 3.26 3.26.8
2019-02-26 Laurent Peuch [doc] didn't had any questions 3.26
2019-02-26 Laurent Peuch [doc] missing import, cw now require this explicitely 3.26
2019-02-26 Laurent Peuch [doc] add actual link to previous post 3.26
2019-02-26 Laurent Peuch [doc] missing import in code example 3.26
2019-02-26 Laurent Peuch [doc] add a note because uiprops.py is not generated anymore by default 3.26
2019-02-26 Laurent Peuch [doc] recommend pip instead of apt for installing things 3.26
2019-02-26 Laurent Peuch [doc] fix, link to internal doc since it's not the blog post anymore 3.26
2019-02-26 Laurent Peuch [doc] also show command with sqlite since it's recommended 3.26
2019-02-26 Laurent Peuch [doc] fix, the cube name was used, it was the instance named that was needed 3.26
2019-02-26 Laurent Peuch [doc] it's a tutorial, not a blog post anymore 3.26
2019-02-26 Laurent Peuch [doc] make example more redable 3.26
2019-02-26 Laurent Peuch [doc] uses :file:`name` everywhere + indicate file when it's not present 3.26
2019-02-26 Laurent Peuch [doc] english typos 3.26
2019-02-26 Laurent Peuch [doc] pep8/retab in code examples 3.26
2019-02-27 Laurent Peuch [doc] correct import for i18n 3.26
2019-02-21 Laurent Peuch [doc] pep8 and retab in tutorial code example 3.26
2019-02-21 Laurent Peuch [doc] correct pip command to have needed dependancies to use the start command 3.26
2019-02-21 Laurent Peuch [doc] explain the difference between a relation and an attribute 3.26
2019-02-21 Laurent Peuch [doc] plural 3.26
2019-02-21 Laurent Peuch [doc] misc, put every reference to something in the code between backquotes 3.26
2019-02-21 Laurent Peuch [doc] bold to make reading more obvious 3.26
2019-02-21 Laurent Peuch [doc] style, switch to bullet points list to make things easier to read 3.26
2019-02-21 Laurent Peuch [doc] explains what the <X.Y.Z> means 3.26
2019-02-21 Laurent Peuch [doc] command output style has changed 3.26
2019-02-21 Laurent Peuch [doc] always put file name for code example and uses :file:`path` syntax everywhere 3.26
2019-02-21 Laurent Peuch [doc] explicitely give the local server url to make this step more obvious 3.26
2019-02-21 Laurent Peuch [doc] start the server in debug mode, it's easier during learning 3.26
2019-02-21 Laurent Peuch [doc] recommend sqlite during tutorial because it's simplier to use 3.26
2019-02-21 Laurent Peuch [doc] add a link to every cube documentation page 3.26
2019-02-21 Laurent Peuch [doc] make this step more obvious 3.26
2019-02-21 Laurent Peuch [doc] move to latest CW version for cube creation 3.26
2019-02-21 Laurent Peuch [doc] missng import for i18n in example 3.26
2019-02-21 Laurent Peuch [doc] unused import in example 3.26
2019-02-21 Laurent Peuch [doc] output has changed 3.26
2019-02-21 Laurent Peuch [doc] blanks spaces to allow example to breath and be more lisible 3.26
2019-02-21 Laurent Peuch [doc] default tests template has changed 3.26
2019-02-21 Laurent Peuch [doc] default generated filename as changed 3.26
2019-02-21 Laurent Peuch [doc] rst syntax bug, blank line needed before item list 3.26
2019-02-22 Laurent Peuch [doc] add link to cubes contribution document 3.26
2019-02-22 Laurent Peuch [doc] link to current documentation, not old cubicweb.org doc 3.26
2019-02-12 Laurent Peuch [doc] translate french to english 3.26
2019-02-12 Laurent Peuch [doc] typo, 'CW' doesn't exist in the example 3.26
2019-02-12 Laurent Peuch [doc] always indicate the file in which the code should be put 3.26
2019-02-12 Laurent Peuch [doc] respect pep8 in code examples 3.26
2019-02-12 Laurent Peuch [doc] serie a small improvments 3.26
2019-02-12 Laurent Peuch [doc] typo, the field is "name" not "title" 3.26
2019-02-12 Laurent Peuch [doc] fix, command "create" is missing base cube 3.26
2019-02-12 Laurent Peuch [doc] improve blog tutorial first steps and explain common errors 3.26
2019-02-12 Laurent Peuch [doc] new behavior in virtualenv since 3.26 3.26
2019-01-29 Philippe Pepiot [skeleton] use python3 flake8 3.26
2019-01-29 Philippe Pepiot [skeleton] drop whitelist_externals for flake8 3.26
2018-10-29 Philippe Pepiot Fix flake8 issues since release 3.6.0 3.26
2018-10-09 Laurent Wouters Fix typo in RDFS URI 3.26
2018-04-24 Laurent Wouters [server] Fixed issue with the adapters cache of a cloned EditedEntity 3.26
2018-08-16 Samuel Trégouët [py37] `async` is now a reserved keyword 3.26
2018-07-11 Denis Laxalde [skeleton] Use "py3" as tox environment instead of "py34" 3.26
2018-06-28 Philippe Pepiot [views/startup] drop a duplicate rql query in manage view 3.26
2018-06-15 Philippe Pepiot Depend on cubicweb-file >= 2.0.0 3.26
2018-06-11 Denis Laxalde [test] Update webconfig's tests accounting for cubicweb-file being now a package 3.26
2018-06-06 Nicolas Chauvat [widgets.js] fix obvious bug detected by sonar 3.26
2018-06-06 Nicolas Chauvat [views/uicfg] obvious bug detected by sonar 3.26
2018-06-06 Denis Laxalde [style] Make toolsutils.py flake8-clean 3.26
2018-04-24 David Douard [test/rset] typo 3.26
2018-04-24 David Douard [test/rset] flake8 3.26
2019-03-05 Denis Laxalde [py3] import configparser from six.moves instead of using a try/except 3.26
2019-02-26 Laurent Peuch [doc] didn't had any questions
2019-02-26 Laurent Peuch [doc] missing import, cw now require this explicitely
2019-02-26 Laurent Peuch [doc] add actual link to previous post
2019-02-26 Laurent Peuch [doc] missing import in code example
2019-02-26 Laurent Peuch [doc] add a note because uiprops.py is not generated anymore by default
2019-02-26 Laurent Peuch [doc] recommend pip instead of apt for installing things
2019-02-26 Laurent Peuch [doc] fix, link to internal doc since it's not the blog post anymore
2019-02-26 Laurent Peuch [doc] also show command with sqlite since it's recommended
2019-02-26 Laurent Peuch [doc] fix, the cube name was used, it was the instance named that was needed
2019-02-26 Laurent Peuch [doc] it's a tutorial, not a blog post anymore
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
2018-02-15 Denis Laxalde [server] unicode → text_type in utils 3.26
2018-02-15 Denis Laxalde [views] unicode → six.text_type in views/authentication.py 3.26
2018-03-05 Denis Laxalde [pyramid] Recreate CWSession entity when eid no longer exists 3.26
2018-02-22 Denis Laxalde Added tag 3.26.1, debian/3.26.1-1, centos/3.26.1-1 for changeset 027676243aaa 3.26
2018-02-22 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
2018-02-21 Denis Laxalde [pkg] Version 3.26.1 3.26
2018-02-15 Denis Laxalde [test] Drop an unused function in cwconfig tests 3.26
2018-02-15 Denis Laxalde [cwconfig] Always use "sys.prefix" to determine installation prefix 3.26
2018-02-15 Denis Laxalde [cwconfig] Look for migration scripts directory relatively to code 3.26
2018-02-15 Denis Laxalde [pkg] Get rid of "pydir" in __pkginfo__.py 3.26
2018-02-15 Denis Laxalde [pkg] Get rid of "shared" data 3.26
2018-02-15 Denis Laxalde [cwconfig] Drop shared_dir method 3.26
2018-02-15 Denis Laxalde [config] Avoid relying on shared_dir method when possible 3.26
2018-02-15 Denis Laxalde [test] Add a test for WebConfiguration.locate_all_files() 3.26
2018-02-15 Denis Laxalde [cwconfig] Get rid of _forced_mode global 3.26
2018-02-15 Denis Laxalde [cwconfig] Get rid of CWDEV 3.26
2018-02-15 Denis Laxalde [doc] Set release date of 3.26 3.26
2018-02-06 Denis Laxalde [web] Fix UnboundLocalError about "exc" in ajax controller 3.26
2018-02-07 Denis Laxalde Link to "3.26" docs in README 3.26
2018-02-01 Denis Laxalde Added tag 3.26.0, debian/3.26.0-1, centos/3.26.0-1 for changeset 199851fcddd4 3.26
2018-02-01 Denis Laxalde [pkg] Version 3.26.0 3.26 3.26.0 centos/3.26.0-1 debian/3.26.0-1
2018-01-25 Denis Laxalde [pkg] Version 3.26.0rc0 3.26
2018-01-12 Denis Laxalde [schema] Define a decorator to handle methods override
2018-01-24 Denis Laxalde [pkg] Use setuptools.find_packages()
2018-01-24 Denis Laxalde [pkg] Drop SandboxViolation verification cracking
2018-01-24 Denis Laxalde [pkg] Drop custom "install_data" command
2018-01-24 Denis Laxalde [pkg] Replace custom "scripts" handling by a setuptools entry points
2018-01-24 Denis Laxalde Set a default value for arguments of cubicweb.cwctl:run()
2018-01-24 Denis Laxalde [pkg] Drop custom install_lib command and use include_package_data instead
2018-01-24 Denis Laxalde [py3] Replace a unicode() occurrence in workflow views
2018-01-24 Denis Laxalde [py3] Drop a couple of unicode() in devtools.testlib
2018-01-24 Denis Laxalde [py3] Alias long to int in pgstore tests
2018-01-12 Denis Laxalde Merge with 3.25
2018-01-12 Denis Laxalde Added tag 3.25.4, centos/3.25.4-1, debian/3.25.4-1 for changeset b8567725c473 3.25
2018-01-12 Denis Laxalde [pkg] Version 3.25.4 3.25 3.25.4 centos/3.25.4-1 debian/3.25.4-1
2017-12-12 Denis Laxalde [pyramid] Let logging be configured through .ini file
2017-12-01 Denis Laxalde Disable pytest's logs reporting
2017-12-01 Denis Laxalde [pyramid] Do not issue security warnings in test mode
2017-11-30 Denis Laxalde [ssplanner] Prevent execution of write queries involving computed relations
2017-11-30 Denis Laxalde [querier] Expand 'rdef' argument in InsertPlan.add_relation_def()
2017-11-30 Denis Laxalde [server] Use dict.setdefault() instead of if/else in repo.glob_add_relations()
2017-11-03 Sylvain Thénault [cleanup] Fix some flake8 errors
2017-11-03 Sylvain Thénault [test] Stop using lgc.testlib in unittest_migractions
2017-11-03 Sylvain Thénault [test] Drop no more used "maxeid" based deletion in BaseQuerierTC and derived tests
2017-09-15 Sylvain Thénault [rql2sql/test] Remove dead setUpModule tearDownModule
2017-09-15 Sylvain Thénault [rql2sql/test] Move base class from repotest to unittest_rql2sql
2017-09-15 Sylvain Thénault [rql2sql/test] Set maxDiff to None to see full diffs
2017-09-15 Sylvain Thénault [rql2sql] Use string_type instead of unicode for py3k support
2017-11-29 Denis Laxalde [gcdebug] Only ignore weakref.WeakKeyDictionary class on Python 2
2017-11-29 Denis Laxalde [wsgi] Convert "code" passed to WSGIResponse as integer
2017-11-29 Denis Laxalde [test] Add a "version" to cubicweb_mycube/__pkginfo__.py
2017-11-28 Denis Laxalde [tox] Use py3 environment instead of py34
2017-11-03 Sylvain Thénault [querier] Allow usage of computed relation into WHERE clause of write queries 3.25
2017-11-03 Sylvain Thénault [cleanup] Fix some flake8 errors
2017-10-30 Denis Laxalde [tox] Bump flake8 version to 3.5
2017-10-30 Denis Laxalde [pyramid] Get rid of a couple of bare "except"
2017-10-30 Denis Laxalde [pyramid] Get rid of a bare "except" in UpdateLoginTimeAuthenticationPolicy
2017-10-30 Denis Laxalde [web] Avoid bare "except" in ConcatFilesHandler.concat_cached_filepath()
2017-10-30 Denis Laxalde [test] Use ignore_errors=True in shutil.rmtree instead of try/except/pass
2017-10-30 Denis Laxalde [server] Get rid of a bare except in sqlutils
2017-10-30 Denis Laxalde [server] Do not use logilab.common.date.strptime in sqlutils
2017-10-30 Denis Laxalde [dataimport/test] Ignore flake8 error E741 in test_pgstore.py
2017-10-30 Denis Laxalde [test] Avoid ambiguous variable name "l" in unittest_req.py
2017-10-30 Denis Laxalde [tox] Bound flake8 version to >=3.4, <3.5 3.25
2017-10-24 Philippe Pepiot [pyramid] set waitress url_scheme to https when base-url scheme is https 3.25
2017-10-17 Philippe Pepiot Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268 3.25
2017-10-17 Philippe Pepiot [pkg] version 3.25.3 3.25 3.25.3 centos/3.25.3-1 debian/3.25.3-1
2017-10-06 Sylvain Thénault [uicfg] Fix autoform_section rtags wrt derivation 3.25
2017-10-06 Sylvain Thénault [rtags] Enhance repr of rtags 3.25
2017-10-06 Sylvain Thénault [web/test] Use bare unittest main instead of lgc.main 3.25
2017-10-06 Sylvain Thénault [cleanup] Fix some flake8 errors 3.25
2017-09-15 Olivier Giorgis [doc] Update the advanced tutorial
2017-09-12 Denis Laxalde [views] Respond with 400 Bad Request in case of validation error in ajax request
2017-10-06 Adrien Di Mascio [web] fix session /cnx mix in anonymized_request 3.25
2017-10-06 Sylvain Thénault [test] Pin some test dependencies
2017-10-06 Sylvain Thénault [test] Pin some test dependencies 3.25
2017-10-05 Sylvain Thénault [web/form] Relax condition for non-translating field names 3.25
2017-09-12 Sylvain Thénault Merge with 3.25 branch
2017-09-26 Denis Laxalde [entities] Restore dc_ methods instead of __getattr__ proxy 3.25
2017-09-13 Samuel Trégouët [pkg] add missing unittest2 dependency to spec file 3.25
2017-09-12 Sylvain Thénault Added tag 3.25.2, debian/3.25.2-1, centos/3.25.2-1 for changeset 5010381099f1 3.25
2017-09-11 Sylvain Thénault [pkg] Prepare version 3.25.2 3.25 3.25.2 centos/3.25.2-1 debian/3.25.2-1
2017-06-22 Arthur Lutz [cubicweb/pyramid] take into account two ignored CORS configuration items from all-in-one.conf 3.25
2017-04-04 David Douard [cwctl] upgrade: do delete the static data dir if verbosity is 0 (closes #17069749) 3.25
2017-07-28 Jérôme Roy [doc] Fix option_*() migration commands in doc 3.25
2017-05-03 David Douard [massive store] ensure the cwmassive_initialized table is deleted if needed 3.25
2017-05-03 David Douard [server] fix deserialize_schema to handle properly pg schema (closes 17076486) 3.25
2017-05-10 David Douard [server/utils] update passlib API to 1.7 (closes #17054805) 3.25
2017-07-10 Denis Laxalde Merge with 3.25 branch
2017-07-10 Denis Laxalde Added tag 3.25.1, debian/3.25.1-1, centos/3.25.1-1 for changeset 5fe62978801a 3.25
2017-07-10 Denis Laxalde [pkg] Version 3.25.1 3.25 3.25.1 centos/3.25.1-1 debian/3.25.1-1
2017-04-21 Sylvain Thénault [facets] Fix disappearance of navtop component on facet filtering
2017-06-19 Denis Laxalde [web] Set response status to 400 when appropriate in ajax controller
2017-06-19 Denis Laxalde [web] Only log exceptions in debug mode in Ajax controllers
2017-06-06 Denis Laxalde [pyramid] Only expose 'cubicweb.bwcompat' setting for "all-in-one" configuration type 3.25
2017-04-27 Yann Voté [migration] Only drop moved table entities if it does not exists 3.25
2017-05-05 Philippe Pepiot [web/views] delete: show composite entities in predictible order 3.25
2017-04-28 Philippe Pepiot [req] fix find() generating non-rewritable rql on non final relations
2017-04-26 Philippe Pepiot [req] raise KeyError instead of AssertionError in req.find()
2017-04-25 Philippe Pepiot [req] use format() instead of % substitution
2017-04-25 Philippe Pepiot [test] make assertions on exception message
2017-04-25 Philippe Pepiot [req] clearer exception message
2017-04-21 Sylvain Thénault [cleanup] Drop useless fake function
2017-04-21 Sylvain Thénault [cleanup] Use plain unittest main in unittest_rqlrewrite
2017-04-25 Sylvain Thénault [cleanup] Fix flake8 error unittest_rqlrewrite
2017-04-20 Sylvain Thénault [rqlrewrite] Enhance detection of need for Exists node
2017-04-21 Sylvain Thénault [rqlrewrite] Fix rewrite on ambiguities introduced by NOT relation or "is IN" type restriction
(0) -10000 -3000 -1000 -768 tip