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
2014-10-20 Rémi Cardona [facets] Honor 'start_unfolded' facet attribute (closes #4502799)
2014-10-20 Rémi Cardona [facets] Correctly look for inputs of type "hidden" (closes #4502768)
2014-10-15 Rémi Cardona [web] Cache results from 'i18n' ajax controller (closes #4487856)
2014-10-15 Rémi Cardona [web] There is no global noop(), use jQuery's instead (closes #4487832)
2014-10-10 Denis Laxalde [server] Add missing import of logilab.database
2014-11-13 Julien Cristau [migration] hackish black magic to bootstrap addition of formula attr during migration
2014-11-04 Julien Cristau [server] commit after serializing schema
2014-08-28 David Douard [book] fix docstrings to please sphinx
2014-08-28 David Douard [book] several fixes in the rst files
2014-08-28 David Douard [book] activate the viewcode extension
2014-08-28 David Douard [book] new theme based on pyramid theme (closes #4291287)
2014-07-30 Rémi Cardona Remove unused lgc.interface imports and leftovers
2014-07-17 Aurelien Campeas [repository] provide a .new_session entry point
2014-06-30 Denis Laxalde [devtools/testlib] Use actual 'admin' user configuration values
2013-04-25 Anthony Truchet [forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
2014-04-09 Julien Cristau [migration] make sure the repo knows about all constraint types
2014-07-07 Julien Cristau [migration] stop caching the mapping from constraint type name to eid
2014-06-17 Julien Cristau [web/json] an empty rset is just fine for ejsonexport
2014-04-30 Christophe de Vienne [RichString] Add markdown support
2014-10-23 Paul Tonelli [ldapfeed] Reduce default value for user-attrs-map option (closes #3824889)
2014-04-29 Paul Tonelli [serverctl] Ask for URL when adding a new source (closes #3824868)
2014-04-28 Paul Tonelli [serverctl] Ask for parser type when adding a new source (closes #3484231)
2014-06-11 Julien Cristau [doc/3.20] more details on removed code
2014-05-02 Aurelien Campeas remove 3.11 bw compat
2014-05-02 Aurelien Campeas remove most 3.10 bw compat
2014-05-02 Aurelien Campeas remove leftover pre 3.9 deprecation warnings
2014-07-22 Rémi Cardona [utils] Remove function-in-the-middle call
2014-07-29 Julien Cristau [web] set Vary response header to "Accept-Language" when using content negotiation
2014-07-29 Julien Cristau [web/cors] don't overwrite other Vary headers
2014-07-15 Julien Cristau [web] add support for HttpOnly cookie flag
2014-10-17 Julien Cristau merge 3.19.5 into 3.20 branch
2014-10-07 Julien Cristau Added tag cubicweb-version-3.19.5, cubicweb-debian-version-3.19.5-1, cubicweb-centos-version-3.19.5-1 for changeset 3ac86df519af
2014-10-06 Julien Cristau i18n update 3.19.5 centos/3.19.5-1 cubicweb-centos-version-3.19.5-1 cubicweb-debian-version-3.19.5-1 cubicweb-version-3.19.5 debian/3.19.5-1
2014-10-06 Julien Cristau [pkg] 3.19.5
2014-09-15 Julien Cristau [server] hold connection to the db in tx_actions
2014-09-15 Christophe de Vienne [wsgi] If multipart cannot parse the POST content, let it pass.
2014-09-01 Rémi Cardona [devtools] Fix JS tests' HTML code
2014-09-01 Rémi Cardona [devtools] "Keep" some temporary files/dirs around to help with debugging
2014-08-01 Rémi Cardona [devtools] Fix Firefox launcher in QUnitTestCase (closes #4294727)
2014-09-25 Rémi Cardona [devtools] allow cross-origin requests for qunit
2014-09-25 Julien Cristau merge 3.19.4 in 3.20 branch
2014-09-15 Christophe de Vienne [cors] Fix CORS headers generators
2014-09-09 Christophe de Vienne [wsgi] Fix posted files filename reading
2014-09-23 Christophe de Vienne [pkg] Depend on Pillow instead of PIL
2014-09-25 Julien Cristau Added tag cubicweb-version-3.19.4, cubicweb-debian-version-3.19.4-1, cubicweb-centos-version-3.19.4-1 for changeset c4e740e50fc7
2014-09-25 Julien Cristau [pkg] 3.19.4 3.19.4 centos/3.19.4-1 cubicweb-centos-version-3.19.4-1 cubicweb-debian-version-3.19.4-1 cubicweb-version-3.19.4 debian/3.19.4-1
2014-09-24 Julien Cristau merge 3.18.6 into 3.19
2014-09-24 Julien Cristau Added tag cubicweb-version-3.18.6, cubicweb-debian-version-3.18.6-1, cubicweb-centos-version-3.18.6-1 for changeset d91501356742 stable
2014-09-24 Julien Cristau [pkg] 3.18.6 stable cubicweb-centos-version-3.18.6-1 cubicweb-debian-version-3.18.6-1 cubicweb-version-3.18.6
2014-01-28 Aurelien Campeas [hooks/security] allow edition of attributes with permissive permissions stable
2014-07-29 Aurelien Campeas Almost backout afcd46716d6a which breaks _select_best raising an ambiguity exception in debug mode. stable
2014-09-12 Julien Cristau [server] fix anonymous_user predicate in tests
2014-07-28 Rémi Cardona [entities] cw_rest_attr_info() should only consider required attributes (closes #3766717)
2014-08-08 Damien Garaud [views] csvexport accept an empty rset (closes #4236928)
2014-09-11 Denis Laxalde [views] Display attributes in entity creation form based on "add" permission
2014-09-18 Denis Laxalde [datafeed] Commit after all deletions in datafeed parser
(0) -10000 -3000 -1000 -120 +120 +1000 tip