2015-01-08 Julien Cristau [pkg] don't include extra files in tarballs
2015-01-08 Julien Cristau [pkg] exclude generated js_api documentation from tarballs
2015-01-08 Julien Cristau [doc] remove old and unused argouml files
2015-01-08 Julien Cristau [web/data] remove unused xcf files
2015-01-08 Julien Cristau [doc] remove nonexistent css from theme
2015-01-20 Denis Laxalde [doc] Drop autoclass directive for IDownloadableLineView
2015-01-08 Julien Cristau [pkg] include missing files from doc/book/ in release tarballs
2015-01-07 Denis Laxalde [datafeed] Set headers parameter to an empty dict in DataFeedParser.retrieve_url
2015-01-22 Denis Laxalde [views/forms] Fix EntityFieldsForm.link_to when parent entity is being created
2015-01-03 Christophe de Vienne [entities] Optimize CWUser.properties.
2014-03-04 Julien Cristau [schema] Typo and indentation fix in RQLVocabularyConstraint doc string
2015-01-07 Julien Cristau Added tag cubicweb-version-3.20.1, cubicweb-debian-version-3.20.1-1, cubicweb-centos-version-3.20.1-1 for changeset 43eef610ef11
2015-01-07 Julien Cristau [pkg] 3.20.1 3.20.1 centos/3.20.1-1 cubicweb-centos-version-3.20.1-1 cubicweb-debian-version-3.20.1-1 cubicweb-version-3.20.1 debian/3.20.1-1
2015-01-07 Julien Cristau i18n update (closes #4826490)
2015-01-07 Julien Cristau merge 3.19.7 into 3.20
2015-01-07 Julien Cristau merge two default heads
2015-01-07 Julien Cristau Added tag cubicweb-version-3.19.7, cubicweb-debian-version-3.19.7-1, cubicweb-centos-version-3.19.7-1 for changeset ac4f5f615597
2015-01-07 Julien Cristau [pkg] 3.19.7 3.19.7 centos/3.19.7-1 cubicweb-centos-version-3.19.7-1 cubicweb-debian-version-3.19.7-1 cubicweb-version-3.19.7 debian/3.19.7-1
2015-01-07 Julien Cristau Added tag cubicweb-version-3.20.0, cubicweb-debian-version-3.20.0-1, cubicweb-centos-version-3.20.0-1 for changeset 7e6b7739afe6
2015-01-06 Julien Cristau [pkg] prepare 3.20 release 3.20.0 centos/3.20.0-1 cubicweb-centos-version-3.20.0-1 cubicweb-debian-version-3.20.0-1 cubicweb-version-3.20.0 debian/3.20.0-1
2014-12-23 Julien Cristau [skeleton] simplify debian rules file
2014-12-22 Julien Cristau [migration] don't crash when deleting a non-existing rtype
2014-12-19 Julien Cristau [debian] include "metapackage" in the cubicweb package's description
2014-12-19 Julien Cristau [debian] ensure all packages use ${misc:Depends} and ${python:Depends}
2014-12-19 Julien Cristau [debian] update cubicweb-dev's lintian override
2014-12-03 Adrien Di Mascio [server] add a db-namespace option in source definition (closes #1631339)
2014-12-19 Adrien Di Mascio [serverctl] add db_transaction context manager
2013-03-28 Adrien Di Mascio [server] refactor cleanup() code used by "cubicweb-ctl delete"
2014-05-05 David Douard [views] visual refactorings (closes #3803685)
2014-12-18 Julien Cristau [web] everything old is new again
2014-11-12 David Douard [pkg] bump version to 3.20.0
2014-05-05 David Douard [views] use icons for user menu and login (header) (closes #3803684)
2014-12-04 Aurelien Campeas [utils] provide a function to return an admin connection from an appid
2014-12-16 Denis Laxalde [debian] Install wsgi directory in cubicweb-web package
2014-12-11 David Douard [test] fixes to make tests pass with recent lxml
2014-12-05 Rémi Cardona [server] Remove useless 'is None' checks
2014-12-17 Aurelien Campeas [security] check attributes: dispatch on the "add" action if entity was just created
2014-12-09 Christophe de Vienne [doc] Add BigInt to the list of built-in types
2014-04-02 Julien Cristau [devtools] call turn_repo_off in tearDown (closes #4673491)
2014-12-01 Julien Cristau [book] typos / clarifications in create-instance section
2014-06-12 Aurelien Campeas [repository] don't mangle the stack trace on exception
2014-11-27 Christophe de Vienne [pkg] Make twisted recommended only
2014-11-27 Christophe de Vienne [devtools] Use the pause_trace context manager instead of pause_tracing/resume_tracing
2014-10-23 Nicolas Chauvat [serverctl] rename remove_cube to drop_cube (closes #4545093)
2014-05-15 Alain Leufroy [wsgi] add tornado http server
2014-05-15 Alain Leufroy [wsgi] add message about the active interface
2014-05-15 Alain Leufroy [cwctl] rewrite wsgi method choices
2014-12-01 Julien Cristau [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
2014-10-21 Julien Cristau [web] Add source for jquery.qtip.js
2014-10-21 Julien Cristau [web] Replace minified copy of jquery.flot.js 0.6 with non-minified version
2014-10-23 Julien Cristau [web] Update jquery-treeview to the latest version
2014-10-23 Julien Cristau [web/css] move jquery.treeview.css override to a separate file
2014-10-22 Julien Cristau [web] Stop patching jquery.treeview.js
2014-10-22 Rémi Cardona [web] Beautify jquery.treeview.js
2014-11-06 Aurelien Campeas [entities/wfobjs] add missing `DBG_SEC` debugging informations and a new `transition` capability
2014-11-06 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
2014-05-14 Aurelien Campeas [web/request] clearly mark user_callback-related methods as deprecated
2014-12-03 Julien Cristau [book] document __unique_together__, remove bad RQLUniqueConstraint example
2014-04-17 Aurelien Campeas [schema] stop using RQLUniqueConstraint (closes #3753250)
2014-04-03 Rémi Cardona [dataimport] Have ucsvreader's API match that of csv.reader (closes #3705701)
2014-11-19 Rémi Cardona [utils] Add a '_cwtracehtml' GET parameter to trace self._cw.w() calls (closes #4601327)
2014-11-19 Denis Laxalde [datafeed] Add a raise_on_error parameter to DataFeedSource.extid2entity
2014-12-02 Aurelien Campeas [test/view forms] use the official, undeprecated API
2014-05-27 Aurelien Campeas [rset] kill the rset._rqlst cache
2014-06-03 Aurelien Campeas [source/native] session -> cnx
2014-06-10 Aurelien Campeas [hookstests] change got/expected order
2014-07-09 Aurelien Campeas [config] kill a getattr
2014-12-03 Aurelien Campeas [tests/web] switch previous commit (136b5f995f8) to the new test api
2014-10-22 Julien Cristau [web] remove unused argument from treeview._init_headers
2014-10-21 Julien Cristau [doc/3.20] mention CWEP-002
2014-10-02 Julien Cristau [web] stop accepting the magic __message form parameter
2014-10-02 Julien Cristau [web/request] add security_enabled method
2014-11-18 Rémi Cardona [dataimport] Fix use of _create_copyfrom_buffer() (related to #3845572)
2014-03-26 David Douard [c-c configure] make it possible to specify the section for sources configuration (closes #3477678)
2014-09-10 Julien Cristau [server] fix 'cnx' variable confusion in DBG_SQL exception case
2014-03-20 Denis Laxalde Provide sufficient context to check 'delete' permission in AjaxEditRelationCtxComponent
2014-12-01 Julien Cristau merge 3.19.6 into 3.20 branch
2014-11-30 David Douard Added tag cubicweb-version-3.19.6, cubicweb-debian-version-3.19.6-1, cubicweb-centos-version-3.19.6-1 for changeset 934341b848a6
2014-11-30 David Douard [test] missing unittest.main() call in unittest_http_headers.py 3.19.6 centos/3.19.6-1 cubicweb-centos-version-3.19.6-1 cubicweb-debian-version-3.19.6-1 cubicweb-version-3.19.6 debian/3.19.6-1
2014-11-27 David Douard [test] make unittest_webconfig independant of CWD
2014-11-28 Aurelien Campeas [webctl] do not ask questions if verbosity is at 0
2014-11-28 Rémi Cardona [web] Slight tweak on jQueryUI's colors on links (related to #4564046)
2014-07-30 Rémi Cardona [view] Remove unused imports
2014-07-29 Rémi Cardona Remove obsolete __future__ imports
2014-08-19 Rémi Cardona [devtools] Remove unused local function
2014-05-04 Florent Cayré [uihelper] Fix a possible NameError in meta_formconfig
2014-11-19 Christophe de Vienne [devtools] Avoid db_cache collisions and mis-loading
2014-10-06 Christophe de Vienne [devtools][pg] Remove a wrong assertion in _backup_database
2014-11-26 David Douard [pkg] prepare 3.19.6
2014-11-26 David Douard [merge] backport 3.18 fixes
2014-09-19 Christophe de Vienne Accept '==' operator in cubes dependencies
2014-09-23 Julien Cristau [session] don't silently ignore commits
2014-11-24 Aurelien Campeas [migration/bootstrap] add explicit index removal for sqlserver, be tolerant to migration replay
2014-11-26 David Douard Added tag cubicweb-version-3.18.7, cubicweb-debian-version-3.18.7-1, cubicweb-centos-version-3.18.7-1 for changeset cb96f4403cf2 stable
2014-11-25 Aurelien Campeas [pkg] prepare 3.18.7 stable cubicweb-centos-version-3.18.7-1 cubicweb-debian-version-3.18.7-1 cubicweb-version-3.18.7
2014-11-19 Aurelien Campeas [migration/3.18] speed up the migration and be a little bit more informative stable
2014-11-24 Aurelien Campeas [schemaserial] be robust against duplicated CWUniqueTogetherConstrain entities arising from bug in the pre 3.18 era stable
2014-02-17 Julien Cristau [server] Handle unique constraint violations under recent sqlite stable
2014-11-24 Aurelien Campeas [merge] backport 3.17 fixes stable
2014-11-24 Aurelien Campeas Added tag cubicweb-version-3.17.18, cubicweb-debian-version-3.17.18-1, cubicweb-centos-version-3.17.18-1 for changeset cda4b066933f stable
2014-11-24 Aurelien Campeas [pkg] prepare 3.17.18 stable cubicweb-centos-version-3.17.18-1 cubicweb-debian-version-3.17.18-1 cubicweb-version-3.17.18
2014-11-24 Aurelien Campeas [source/native] handle newer Integrity error messages from sqlite > 3.7 stable
2014-11-24 Aurelien Campeas [source/native/backup_restore] have a unique tunable blocksize for the dump phase stable
2014-11-24 Julien Cristau [urlpublishing] handle sub-types in RestPathEvaluator
2014-11-24 David Douard [views] fix ecsvexport selector
2014-10-17 Julien Cristau Add custom checker for Password values
2014-10-22 Aurelien Campeas [component] give Links a __repr__
2014-11-12 Julien Cristau [debian] move markdown dependency from cubicweb-web to cubicweb-common
2014-11-04 Julien Cristau [web/auth] stop playing games with locals()
2014-11-13 Aurelien Campeas [entity] rather than crashing with an IndexError on entity creation, raise a meaningful exception
2014-11-12 David Douard [web] partial backout of #8391bf718485 to restore RelatedObjectsVComponent
2014-11-13 Julien Cristau [server] typo fix
2014-10-06 Christophe de Vienne [devtools][pg] Activate the non-durability settings of Postgresql.
2014-11-17 David Douard [server] fix LoginPasswordAuthentifier.authenticate
2014-11-07 Rémi Cardona [web] Override jQueryUI's colors on links (closes #4564046)
2014-10-29 Rémi Cardona [hooks] Fix precommit event logging message
2014-10-23 Julien Cristau [service] allow repo_stats for users
2014-09-11 Denis Laxalde [views] Escape class attribute value in CWGroup incontext view
2014-09-25 Julien Cristau [devtools] use a specific test_db_id when disabling anon
2014-11-19 Christophe de Vienne Restrict yams version
(0) -10000 -3000 -1000 -120 +120 +1000 tip