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
2014-01-29 Julien Cristau [server] use a connection instead of a session for user authentication
2014-02-11 Julien Cristau Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
2014-01-28 Julien Cristau [server/repo] use internal_cnx in init_sources_from_database
2014-01-29 Julien Cristau [server/session] avoid spurious warnings from Session.close
2014-01-29 Julien Cristau [server] rename session to cnx in querier and plan
2014-01-29 Julien Cristau [repo] Use a connection instead of a session for repo.stats()
2014-01-29 Julien Cristau [repo] Use a connection instead of a session for repo.gc_stats()
2014-01-29 Julien Cristau [repo] Use a connection instead of a session for repo.get_versions()
2014-01-30 Julien Cristau [webconfig] get_repository moved to repoapi
2014-01-30 Julien Cristau [schemaserial] Replace 'cursor' with 'cnx'
2014-02-03 Dimitri Papadopoulos [book] basic documentation for LDAPfeed
2014-01-29 Julien Cristau [testlib] Use session.sessionid instead of deprecated session.id
2014-02-07 Julien Cristau Add data/pgdb to hgignore patterns
2014-01-27 Julien Cristau [test] make unittest_postgres pass
2014-01-28 Julien Cristau [devtools] make PostgresTestDataBaseHandler start its own postgresql
2014-02-05 Julien Cristau [web/staticcontrollers] create a unique temporary file for concat handling
2014-01-29 Julien Cristau [server/repo] Use session.sessionid instead of session.id
2014-01-29 Julien Cristau [server/session] use _free_cnxset instead of free_cnxset to avoid warnings
2014-01-28 Julien Cristau [server] Use internal_cnx instead of internal_session in init_repository
2014-01-30 Julien Cristau [server/session] session.id → session.sessionid
2014-02-04 Dimitri Papadopoulos English typography
2014-02-03 Julien Cristau [repo] restore python 2.6 compatibility
2014-01-28 Julien Cristau [server] use internal_cnx instead of internal_session in deserialize_schema
2014-01-28 Julien Cristau [server/schemaserial] rename cursor argument to cnx
2014-01-29 Julien Cristau [repo] Use a connection instead of a session in Repository.properties()
2014-01-30 Julien Cristau [server/sources] replace references to dbapi with repoapi
2014-01-30 Julien Cristau [doc/3.19] Make repoapi description match code
2014-02-03 Julien Cristau [serverctl] remove broken schema-sync command
2014-01-30 Julien Cristau [server/session] Fix docstring typo for InternalSession
2014-01-24 Dimitri Papadopoulos [book] typo
2014-01-29 Julien Cristau [server] fix TypeErrors
2013-12-17 Julien Cristau [notification] use an InternalManager object for notifications if we have an (email, lang) tuple
2013-12-17 Julien Cristau [req] if a user has a None property, fall back to the default
2013-12-17 Julien Cristau [server] Allow setting an InternalManager's preferred language
2014-01-27 Julien Cristau merge 3.18.2 into 3.19 branch
2014-01-23 Julien Cristau [migration/3.18] protect against attributes in db missing from fsschema
2014-01-21 Arthur Lutz [doc] Update copyright date to 2014 (closes #3463136)
2014-01-24 Julien Cristau [repoapi] Fix typos in doc strings and comments
2013-12-17 Sylvain Thénault [cwxml parser] minor pylint fixes
2014-01-14 Julien Cristau [devtools] make CubicWebTC.login as admin undo previous logins
2014-01-14 Julien Cristau [devtools] fix self.session._cnx vs self.cnx._cnx confusion after self.login
2014-01-23 Aurelien Campeas [devtools] _orig_cnx does not exist any more (missing change)
2014-01-06 Aurelien Campeas [c-c schema] option to show single etype (closes #3404831)
2014-01-23 Sylvain Thénault [multi-sources-removal] Drop entities.source column
2014-01-23 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
2013-07-01 Sylvain Thénault [multi-sources-removal] Drop no more used federated ('true') multi-sources related code
2014-01-22 Sylvain Thénault [multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
2013-06-27 Sylvain Thénault [multi-sources-removal] Drop cnxset_freed from source interface
2014-01-22 Julien Cristau [cnxset] add backwards compat for cnxset.source_cnxs
2014-01-22 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
2013-06-27 Sylvain Thénault [ldap] simplify connection handling
2013-06-27 Sylvain Thénault [ldap] merge cw.server.ldaputils back into ldapfeed source
2013-07-02 Sylvain Thénault [config] cleanup/refactor server sources file values handling
2014-01-22 Julien Cristau [repoapi] drop get_option_value's foreid argument
2013-06-21 Sylvain Thénault [multi-sources-removal] Drop foreid argument of repo.get_option_value
2013-06-21 Sylvain Thénault [c-c restore] drop useless restore-all option, and related systemonly argument
2013-06-21 Sylvain Thénault [multi-sources-removal] Kill repo.sources
2013-06-21 Sylvain Thénault [multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
2014-01-22 Sylvain Thénault [multi-sources-removal] drop source location search on glob_*[entity|relation] methods
2013-06-21 Sylvain Thénault [server test] simplify data-schemaserial test instance's schema
2014-01-22 Sylvain Thénault [multi-sources-removal] Drop (dont_)cross relation related code
2013-06-16 Sylvain Thénault [multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
2013-06-16 Sylvain Thénault [multi-sources-removal] drop repository entities_modified_since public api
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop the "true" multi-sources planner
2013-06-27 Sylvain Thénault [multi-sources-removal] Drop cw.server.sources.extlite
2013-06-16 Sylvain Thénault [multi-sources-removal] Move cw.server.sources.ConnectionWrapper where it belongs
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop pyrorql and zmqrql sources
2014-01-21 Denis Laxalde [web/formfields] Make CompoundField inherit needs_multipart from its subfields
2014-01-15 Aurelien Campeas [wsgi/handler] fix api change from 3.18
2014-01-21 Aurelien Campeas [req] deprecate get_cache (closes #3181499)
2014-01-21 Julien Cristau Added tag cubicweb-version-3.18.2, cubicweb-debian-version-3.18.2-1, cubicweb-centos-version-3.18.2-1 for changeset 6880674c1a26
2014-01-21 Julien Cristau merge 3.17.12 into 3.18 branch cubicweb-centos-version-3.18.2-1 cubicweb-debian-version-3.18.2-1 cubicweb-version-3.18.2
2013-09-11 Aurelien Campeas [editcontroller] fix cardinality computation (closes #3120495)
2014-01-21 Aurelien Campeas Added tag cubicweb-version-3.17.12, cubicweb-debian-version-3.17.12-1, cubicweb-centos-version-3.17.12-1 for changeset 838d58a30f7e stable
2014-01-21 Julien Cristau [debian] move yams max version to Depends stable cubicweb-centos-version-3.17.12-1 cubicweb-debian-version-3.17.12-1 cubicweb-version-3.17.12
2014-01-21 Aurelien Campeas [pkg] prepare 3.17.12 stable
2014-01-17 Rémi Cardona [web] Fix typo in docstring stable
2014-01-20 Adrien Di Mascio [test] remove custom implementation of FakeRequest.header_accept_language() (closes #3375021) stable
2014-01-13 Aurelien Campeas [adapters] fix a name stomping error (entity) stable
2014-01-13 Aurelien Campeas [entities] unconditionnally sanitize the html output of printable_value stable
2013-12-14 Christophe de Vienne [doc] Update the debian stable name to wheezy stable
2014-01-07 Denis Laxalde [i18n] Fix two typos stable
2013-12-19 Aurelien Campeas fix deprecation info stable
2014-01-17 Sylvain Thénault [web error] exception may not have a 'status' attribute, generating an AttributeError that hides the original error. Closes #3381670 stable
2014-01-17 Sylvain Thénault [test api] extract a context manager to temporarily disable app.error_handler monkey patch stable
2014-01-02 Aurelien Campeas [views/workflow/tmppng] fix console crash on nth call to this one-shot view stable
2013-12-10 Vincent Michel [dataimport] The subjtype should be the subject of a relation, not the object, closes #3365113 stable
2014-01-15 Julien Cristau [testlib] Fix assertMessageEqual stable
2014-01-06 Denis Laxalde [doc] Pass field to value callback in FieldsForm example stable
2014-01-21 Julien Cristau [pkg] prepare 3.18.2
2014-01-21 Julien Cristau [migractions] Don't silently ignore errors when installing sql procedures
2014-01-21 Aurelien Campeas [schema] execute the new stored procs/funcs at migration time (closes #3450368)
2014-01-17 Aurelien Campeas [schema/stored procs] fix syntax error (closes #3450362)
2014-01-17 Julien Cristau Added tag cubicweb-version-3.18.1, cubicweb-debian-version-3.18.1-1, cubicweb-centos-version-3.18.1-1 for changeset 60322cb8636c
2014-01-17 Julien Cristau [web/data] Update fullcalendar to version 1.6.4 cubicweb-centos-version-3.18.1-1 cubicweb-debian-version-3.18.1-1 cubicweb-version-3.18.1
2014-01-16 Julien Cristau [debian] declare breaks on cubicweb-invoice (closes #3444985)
2014-01-14 Aurelien Campeas [hooks/security] silence yams warning (closes #3440707)
2014-01-16 Julien Cristau [migration/3.18] recover from bad CWSource.in_synchronization default value
2014-01-16 Julien Cristau [pkg] prepare 3.18.1
2014-01-16 Julien Cristau [security] Add comment to check_entity_attributes shortcut
2014-01-16 Julien Cristau Disable security hooks for internal sessions
2014-01-15 Julien Cristau [migration/3.18] Explicitly delete constraint on defaultval
2014-01-15 Julien Cristau [migration/3.18] Idempotency fixes
2014-01-14 Denis Laxalde [migration/3.18] Fix NameError
2014-01-14 Denis Laxalde [migration/3.18] Add add_permission relation definitions earlier
(0) -3000 -1000 -240 +240 +1000 +3000 tip