2014-03-24 Julien Cristau [web] Fix HEAD request handling (closes #3677949)
2014-05-16 Julien Cristau [wsgi] avoid reading the entire request body in memory
2014-05-13 Aurelien Campeas Added tag cubicweb-version-3.17.15, cubicweb-debian-version-3.17.15-1, cubicweb-centos-version-3.17.15-1 for changeset ee413076752b stable
2014-05-13 Aurelien Campeas [pkg] also bump __pkginfo__ stable cubicweb-centos-version-3.17.15-1 cubicweb-debian-version-3.17.15-1 cubicweb-version-3.17.15
2014-05-13 Aurelien Campeas [pkg] prepare 3.17.15 stable
2014-05-13 Aurelien Campeas [cache] fix a cache issue with an entity created without relation cache prefill stable
2014-04-08 Julien Cristau [web/test] add a test for some http response codes
2014-05-06 David Douard [views] remove reference to the MAPPING_CHECKERS dict (closes #3810219)
2014-03-13 Julien Cristau [web/ajax] Always return a json dict with a 'reason' key in case of ajax errors
2014-03-13 Julien Cristau [web/ajax] don't override any status code with 500 in ajax_error_handler
2014-03-14 Julien Cristau [web] Add asserts to the raw header conversion functions
2014-03-07 Julien Cristau [view] Delete dead(?) code from ReloadableMixIn
2014-02-04 Julien Cristau Add a db-statement-timeout option for postgresql sources
2014-04-18 Julien Cristau [test] use assertNotIsInstance instead of assert_(not isinstance(...))
2014-04-23 Julien Cristau [services] register_user now returns the new CWUser
2014-04-23 Julien Cristau [server/session] remove json dumps around call_service
2014-04-30 Christophe de Vienne [req.find] Use vreg.schema.eschema for eschema lookup
2014-04-30 Christophe de Vienne [doc] Typo
2014-01-07 Christophe de Vienne [formfields] Handle 'placeholder' attribute for text and textarea
2014-04-14 Alain Begey [forms] Add autocomplete attribute for formrenderers
2014-04-11 Alain Begey [widget] Addition of EmailInput
2014-01-13 Nicolas Chauvat close branch reldefsecurity
2014-04-28 Julien Cristau Added tag cubicweb-version-3.19.0, cubicweb-debian-version-3.19.0-1, cubicweb-centos-version-3.19.0-1 for changeset 1141927b8494
2014-04-28 Julien Cristau [debian] set release date 3.19.0 centos/3.19.0-1 cubicweb-centos-version-3.19.0-1 cubicweb-debian-version-3.19.0-1 cubicweb-version-3.19.0 debian/3.19.0-1
2014-04-28 Katia Saurfelt [entity] add a new `cw_linkable_rql` method
2014-04-07 Sylvain Thénault [schema] fix buggy composite_rdef_roles and associated test
2014-04-28 Julien Cristau [doc] update 3.19 release notes
2014-04-28 Christophe de Vienne [login form] Fix BaseLogForm.form_action()
2014-04-28 Julien Cristau [migration] move 'entities' table changes from 3.19.0 to bootstrap script
2014-04-28 Julien Cristau [server/session] add missing rollback when freeing a db connection
2014-04-24 Julien Cristau [debian] add Breaks on cubicweb-bootstrap
2014-04-08 Denis Laxalde Drop duplicated content in ITreeAdapter docstring stable
2014-04-14 Rémi Cardona an -> a (misc) stable
2014-04-14 Rémi Cardona an utf-8 -> a utf-8 stable
2014-04-14 Rémi Cardona an URI -> a URI stable
2014-04-14 Rémi Cardona an unicode string -> a unicode string stable
2014-04-14 Rémi Cardona an URL -> a URL stable
2014-04-01 Christophe de Vienne Remove a misleading comment about self.render() behavior. stable
2014-03-06 Julien Cristau [migractions] add sanity check in rename_relation_type stable
2014-04-07 Vincent Michel [dataimport] Add safety belt on "gen_rtype" in MetaGenerator, closes #3712892 stable
2014-04-07 Vincent Michel [dataimport] Correctly serialize datetime objects in _create_copyfrom_buffer, closes #3712885 stable
2014-04-03 Rémi Cardona [dataimport] Prevent ucsvreader from skipping the first line when ignore_errors is True (closes #3705791) stable
2014-04-03 Rémi Cardona [dataimport] Avoid double unicode decoding in ucsvreader (closes #3705752) stable
2014-04-25 Christophe de Vienne [doc] Document the user_data dictionnary content stable
2014-04-24 Julien Cristau [debian] break old cubicweb-vcsfile
2014-04-23 Julien Cristau [services] catch missing group early in register_user
2014-04-23 Julien Cristau [services] rename register_user kwargs to cwuserkwargs
2014-04-22 Julien Cristau [services] don't hardcode 'users' group for register_user
2014-04-22 Julien Cristau [sobjects/test] check that register_user properly sets user name and email address
2013-07-19 Vladimir Popescu [server] Refactor Repository.register_user into a CubicWeb service (closes #3020639)
2014-04-18 Julien Cristau [migration] set a cnxset before process_script()
2014-04-10 Julien Cristau [server] make internal_cnx get and keep a connection to the db
2014-04-22 Julien Cristau [server/session] make commit/rollback obey ensure_cnx_set
2014-04-09 Julien Cristau [repo] fix deprecation messages for stats and gc_stats
2014-04-10 Julien Cristau [cwconfig] use "foo not in bar" instead of "not foo in bar"
2014-04-10 Julien Cristau [debian] Add Breaks on a few cubes that need changes for 3.19
2014-04-10 Julien Cristau [hooks] run cascading delete hook later
2014-04-10 Julien Cristau [devtools] set PGPORT/PGHOST when calling pg_ctl start
2014-04-23 Julien Cristau [server/test] update to deal with lgdb sqlserver fix stable
2014-04-10 Julien Cristau [test] Fix regressions from 96549de9dd70 "[test] use assertIn where appropriate"
2014-04-09 Julien Cristau [repo] Fix register_user
2014-04-08 Julien Cristau [test] use assertNotIn where appropriate
2014-04-08 Julien Cristau [test] use assertIn where appropriate
2014-04-09 Julien Cristau [doc] Add removal of old multi-sources to 3.19 release notes
2014-04-09 Julien Cristau [pkg] Bump to 3.19.0
2014-04-09 Julien Cristau [web/debug] remove code broken by session refactoring
2014-04-09 Julien Cristau [web/debug] Fix check for open sessions
2014-03-20 Rémi Cardona [cwconfig] Remove useless 'ui-cube' configuration option (closes #3728904)
2014-04-07 Julien Cristau [test] Use RepoAccess.shell() in unittest_predicates
2014-04-07 Julien Cristau [devtools] add 'shell' method to RepoAccess, deprecate CubicWebTC's
2014-04-07 Julien Cristau [repo] make extid2eid work with either a session or a connection
2014-04-04 Sylvain Thénault [repository] extid2eid's 'commit' argument no more necessary
2014-04-04 Sylvain Thénault [repository] complete argument is no more needed since we have no more 'true' multisource.
2014-04-04 Sylvain Thénault [repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
2014-04-04 Julien Cristau [repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly
2014-03-28 Rémi Cardona [web/data] Remove broken jquery-json plugin (closes #3590335)
2014-01-27 Denis Laxalde Add missing relation types items in schema global variables
2014-03-13 Julien Cristau [web] return 403 for Unauthorized, not 401
2014-04-03 Sylvain Thénault [test] update unittest_repoapi to 3.19 api (sic)
2014-04-03 Sylvain Thénault [test] update unittest_utils to 3.19 api
2014-04-03 Sylvain Thénault [test] update unittest_rset to 3.19 api
2014-04-03 Sylvain Thénault [test] update unittest_rqlrewrite to 3.19 api
2014-04-03 Sylvain Thénault [test] update unittest_req to 3.19 api
2014-04-03 Sylvain Thénault [test] update unittest_predicates to 3.19 api
2014-04-03 Julien Cristau [web/test] port unittest_reledit to RepoAccess API
2014-04-04 Julien Cristau [web/test] port unittest_magicsearch to RepoAccess API
2014-04-03 Julien Cristau [web/test] use real_error_handling context manager instead of open-coding it
2014-04-03 Julien Cristau [web/test] port unittest_idownloadable to RepoAccess API
2014-04-03 Julien Cristau [web/test] remove useless calls to self.request() from CORS tests
2014-04-03 Julien Cristau [web/test] port unittest_formfields to RepoAccess API
2014-04-02 Julien Cristau [web/test] port unittest_form to RepoAccess API
2014-04-02 Julien Cristau [web/test] port unittest_facet to RepoAccess API
2014-04-02 Julien Cristau [web/test] move unittest_controller to RepoAccess test API
2014-04-02 Julien Cristau [web/test] port unittest_breadcrumbs to 3.19 test api
2014-04-02 Julien Cristau [web/test] avoid deprecation warnings from find_entities()
2014-04-02 Julien Cristau [web/test] port unittest_application to new 3.19 API
2014-04-04 Sylvain Thénault [test] silence warnings for unittest_schema by upgrading to new 3.19 API
2014-04-04 Sylvain Thénault [test] silence warnings for unittest_cwctl by upgrading to new 3.19 API
2014-04-04 Sylvain Thénault [test] replace some assert{True,False} with more specific method
2014-04-01 Sylvain Thénault [test] silence warnings for unittest_entity by upgrading to new 3.19 API
2014-04-07 Julien Cristau Fix constraint sync during migration
2014-04-07 Julien Cristau merge 3.18.4 into default
2014-04-07 Julien Cristau Added tag cubicweb-version-3.18.4, cubicweb-debian-version-3.18.4-1, cubicweb-centos-version-3.18.4-1 for changeset 0176da9bc752 stable
2014-04-04 Sylvain Thénault [test/data] Add missing 'add' permission on attribute stable cubicweb-centos-version-3.18.4-1 cubicweb-debian-version-3.18.4-1 cubicweb-version-3.18.4
2014-04-07 Julien Cristau [hooks/notification] Fix indentation
2014-04-03 Sylvain Thénault [devtools] deprecate CWTC.user()
2014-04-03 Sylvain Thénault minor cleanups
2014-04-03 Sylvain Thénault some copyright updates
2014-04-03 Sylvain Thénault [devtools] properly close open access on tearDown
2014-04-03 Sylvain Thénault [devtools] make comment (a bit) more readable
2014-04-02 Julien Cristau [devtools] avoid an internal deprecation warning
2014-04-02 Julien Cristau [server/session] undeprecate session.anonymous_session
2014-04-02 Julien Cristau [web/sessions] use session.sessionid instead of deprecated session.id
2014-04-03 Sylvain Thénault [repo] don't set cnxset when getting the session to close it
2014-04-02 Julien Cristau [repo] handle connection explicitly when calling session open/close hooks
2014-04-01 Julien Cristau [hooks/syncschema] work with connections not sessions
2014-04-01 Julien Cristau [server/sources] {before,after}_entity_insertion wants a cnx not a session
2014-04-01 Julien Cristau [hooks/syncsources] use a cnx not a session
2014-04-01 Julien Cristau [hooks/notification] use a cnx not a session
2014-04-01 Julien Cristau [hooks/metadata] use a cnx not a session
2014-04-01 Julien Cristau [hooks/bookmark] use a cnx not a session
2014-04-01 Julien Cristau [hooks/workflow] use a cnx not a session
2014-04-01 Julien Cristau [hooks/email] use a cnx not a session
2014-04-01 Julien Cristau [hooks/integrity] use a cnx not a session
2014-04-01 Julien Cristau [hooks/security] let's use a connection, not a session
2014-04-01 Julien Cristau [server/sources/native] deal with connections, not sessions
2014-04-01 Julien Cristau [server] eschema_eid needs a connection, not a session
2014-04-01 Julien Cristau [repository] operations get a connection instead of a session
2014-04-01 Julien Cristau [server/hook] operations get a connection instead of a session
2014-04-01 Julien Cristau [repository] Use an internal connection in register_user
2014-04-01 Sylvain Thénault avoid to internally raise 3.19 warnings
2014-04-07 Julien Cristau [sources] ensure we have a cnxset in undoable_transactions
2014-04-04 Julien Cristau [server] move security/integrity hook management away from InternalSession.__init__
2014-04-03 Julien Cristau [migration] make 'session' object be a server-side Connection, not ClientConnection
2014-03-20 Sylvain Thénault [sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
2014-04-04 Julien Cristau [web] fix language negotiation
2014-04-01 Aurelien Campeas [merge] bring the 3.17.14 fixes to 3.18 stable
2014-04-01 Aurelien Campeas [test/utils] repair concat-resources test stable
2014-03-31 Aurelien Campeas [pkg] bump cubicweb.spec stable
2014-03-31 Vincent Michel [dataimport] Correctly call rschema(rtype) in SqlGenObjectStore, closes #3694139 stable
2014-03-28 Aurelien Campeas [pkg] prepare 3.18.4 stable
2014-03-20 Rémi Cardona [web] Disable 'concat-resources' by default (closes #3670503) stable
2014-03-12 Denis Laxalde [testlib] Drop override of assertItemsEqual method stable
2014-03-13 Sylvain Thénault [rewrite] Fix crash when the main variable doesn't appear in the snippet's vargraph stable
2014-03-13 Denis Laxalde [ext/rest] Catch SystemExit raised by docutils stable
2014-03-14 Jérôme Roy [entity] User-defined relation to skip for copy has precedence stable
2014-02-26 Denis Laxalde Make EditController edit_entity method always return an eid stable
2014-03-26 Julien Cristau [migration] Improve update of in-memory schema during 3.18 CWAttribute.defaultval change stable
2014-03-27 Sylvain Thénault [migration] always rebuild infered relation stable
2014-03-24 Julien Cristau Backout "[web/navigation] use add_onload instead of inline javascript href" stable
2014-03-14 Sylvain Thénault [test] those are rql tests, not cubicweb (and they break with rql 0.31.5). Remove them. stable
2014-03-24 Aurelien Campeas [source/native] allow many eid creation per .create_eid call (closes #3526594)
2014-02-06 Aurelien Campeas [pkg] bump the dependency on logilab.database
2014-03-10 Aurelien Campeas [source/native] refactor eid generation code
2014-03-24 Julien Cristau Move entity cache from web.request.ConnectionCubicWebRequestBase to repoapi.ClientConnection
2014-03-24 Laura Médioni [server] Fix AttributeError in extid2eid
2014-03-11 Julien Cristau [book] Update documentation for new repoapi
2014-03-14 Julien Cristau [utils] the json module is always available
2014-03-17 Julien Cristau [fti] properly close the ProgressBar
2014-03-17 Julien Cristau [serverctl] use repoapi for db-check, add-source, rebuild-fti commands
2014-03-05 Julien Cristau [devtools] make get_repo_and_cnx return a repoapi ClientConnection
2014-03-05 Julien Cristau [repoapi] Avoid deprecation warnings from session.id
2014-02-18 Julien Cristau [server] some s/session/cnx/
2014-03-05 Julien Cristau Move setting session.mtime from dbapi to web session manager
2014-03-13 David Douard [web] whitespace cleanup in http_headers.py
2014-03-14 Nicolas Chauvat [web] implement cross origin resource sharing (CORS) (closes #2491768)
2014-03-12 David Douard [devtools] add a 'method' argument to RepoAccess.web_request
2014-03-14 Julien Cristau [web] Fix handling of some http headers
2014-03-10 Julien Cristau [web/request] deprecate user_callback
2014-03-07 Julien Cristau [doc] undocument user_callback
2014-03-12 Florent Cayré Added tag cubicweb-centos-version-3.17.14-1, cubicweb-version-3.17.14, cubicweb-debian-version-3.17.14-1 for changeset fa00fc251d57 stable
2014-03-10 Denis Laxalde [migractions] Better handle removal of RQLConstraint in sync_schema stable cubicweb-centos-version-3.17.14-1 cubicweb-debian-version-3.17.14-1 cubicweb-version-3.17.14
2014-03-10 Sylvain Thénault [test] when the config change, we should cleanup sys.path and sys.modules. Closes #3634164 stable
2014-03-06 Julien Cristau [wsgi] make sure request.content is available for consumption
2014-01-29 Katia Saurfelt [facet] create a RangeRQLPathFacet (closes #2852512)
2013-10-31 Rémi Cardona [request] Make sure set_message() actually displays its given message (closes #3003425)
2014-03-05 Aurelien Campeas [pkg] prepare 3.17.14 stable
2014-02-27 Aurelien Campeas [hooks/syncschema] do not crash on double removal of a constraint stable
2014-02-19 Rémi Cardona [doc/book] Fix typo in import stable
2014-02-18 Julien Cristau [server/session] fix a couple typos in doc strings
2014-02-18 Julien Cristau [server/migractions] finish migration to repoapi objects
2014-03-05 Julien Cristau [server] use the ClientConnection directly now that it has more methods available
2014-02-18 Julien Cristau [repoapi] add security/hook control and system_sql
2014-02-17 Julien Cristau [predicates] fix thinko in doc strings
2014-02-17 Julien Cristau [web/basecomponents] remove EtypeRestrictionComponent
2014-02-14 Dimitri Papadopoulos [ldapparser, book] document additional error causes
2014-02-14 Julien Cristau [js] remove leftover dead code in loadxhtml
2014-03-04 Damien Garaud [web] Avoid using an empty dict as default parameter of 'CubicWebRequestBase'.
2014-01-21 Aurelien Campeas [schema] fix composite deletion handling
2014-01-24 Aurelien Campeas [schema] add composite handling helpers on EntitySchema (related to #3463112)
2014-02-17 Julien Cristau [server] Handle unique constraint violations under recent sqlite
2014-03-04 Julien Cristau [i18n] update
2014-03-04 Celso FLORES [i18n] es.po updated
2014-02-17 Julien Cristau merge 3.18.x in 3.19 branch
2014-02-17 Julien Cristau 3.18 is stable stable
2014-02-17 Julien Cristau [schema] explicitly declare 'add' permissions for a couple attributes
2014-02-14 Aurelien Campeas Added tag cubicweb-version-3.17.13, cubicweb-debian-version-3.17.13-1, cubicweb-centos-version-3.17.13-1 for changeset 09b4ebb9b0f1 stable
2014-02-14 Julien Cristau Added tag cubicweb-version-3.18.3, cubicweb-debian-version-3.18.3-1, cubicweb-centos-version-3.18.3-1 for changeset afd21fea201a
2014-02-14 Julien Cristau Update translations cubicweb-centos-version-3.18.3-1 cubicweb-debian-version-3.18.3-1 cubicweb-version-3.18.3
2014-02-14 Julien Cristau [pkg] prepare 3.18.3
2014-02-14 Julien Cristau merge 3.17.13
2014-02-14 Dimitri Papadopoulos [ldapfeed] fix encode error during initial user import stable cubicweb-centos-version-3.17.13-1 cubicweb-debian-version-3.17.13-1 cubicweb-version-3.17.13
2014-02-12 Rémi Cardona [web/data] Ignore disabled widgets in cw.utils.formContents() (closes #3544492)
2014-02-14 Damien Garaud [etwist] Fix an empty request content after a Twisted processing (closes #3546795).
2014-02-13 Julien Cristau [web/data] remove images that aren't used anywhere
2014-02-13 Julien Cristau [web/data] Add missing images from jquery-ui 1.10.3
2014-02-14 Julien Cristau [web/navigation] use add_onload instead of inline javascript href
2014-02-14 Julien Cristau [web/data] fix treeview regression (closes #3526466)
2014-02-14 Aurelien Campeas backout 8f3e963501e2, which is not ready yet stable
2014-02-13 Aurelien Campeas [pkg] also bump it there stable
2014-02-10 Aurelien Campeas [pkg] prepare 3.17.13 stable
2014-02-11 Julien Cristau [navigation] use add_onload instead of inline javascript href stable
2014-02-05 Julien Cristau [uilib] allow canvas tags in the html cleaner stable
2014-02-05 Julien Cristau [ajax] use a custom tag to handle dynamically loaded js stable
2014-02-03 Aurelien Campeas [dataimport] fix comment stable
2014-02-12 Aurelien Campeas [hooks/security, devtools/fill] silence yams 0.38.0 warnings stable
2014-02-03 Florent Cayré Drop 3.13 incomplete backward compat in edit controller.
2014-02-10 Julien Cristau [devtools] force locale to C for postgresql test clusters
2013-12-20 Sylvain Thénault [rql2sql] remove special behaviour of symmetric relation vs DISTINCT
2014-02-11 Dimitri Papadopoulos Typo in comments and error messages
2014-02-13 Dimitri Papadopoulos Fix typo in a setup.py comment
2014-02-13 Dimitri Papadopoulos [dataimport, migration] more fixes in the spirit of a6c32edabc8d:
2014-02-06 Denis Laxalde [doc] Fix typo in devrepo/fti
2014-02-04 Denis Laxalde [doc/3.19] Clarify repoapi.get_repository usage
(0) -3000 -1000 -224 +224 +1000 +3000 tip