Fri, 19 Jun 2015 17:54:04 +0200 Katia Saurfelt [web] Fix the path to the `static directory` (closes #5355965)
Thu, 18 Jun 2015 18:22:55 +0200 Julien Cristau [web/json] Controller.publish must return encoded data
Wed, 15 Apr 2015 22:48:20 +0200 Aurelien Campeas [entities] fix dc_title output for bool(value) == False
Fri, 15 May 2015 18:06:03 +0200 Julien Cristau [hooks] manhandle the parsed rql query, not its string representation
Fri, 19 Jun 2015 17:21:28 +0200 Rémi Cardona merge 3.19.12 in 3.20
Fri, 19 Jun 2015 16:05:27 +0200 Rémi Cardona Added tag 3.19.12, debian/3.19.12-1, centos/3.19.12-1 for changeset 5932de3d50bf
Fri, 19 Jun 2015 10:53:23 +0200 Alain Leufroy [pkg] prepare 3.19.12 3.19.12 centos/3.19.12-1 debian/3.19.12-1
Thu, 18 Jun 2015 15:35:08 +0200 Alain Leufroy [web/views/formrenderer] remove `cubicweb:target` attribute on form once the target <iframe> is inserted
Tue, 16 Jun 2015 18:01:58 +0200 Adrien Di Mascio [views] implement a custom json error view
Wed, 13 May 2015 17:49:45 +0200 Adrien Di Mascio don't override req.form['vid'] in the publisher's error_handler
Mon, 15 Jun 2015 10:49:33 +0200 Sylvain Thénault when some inlined relation is set using cw_edited, its security shouldn't be checked.
Mon, 15 Jun 2015 10:46:49 +0200 Sylvain Thénault [test] stop depending on the email cube for hooks test
Thu, 11 Jun 2015 17:35:11 +0200 Sylvain Thénault [schemas] cwuri should be read-only
Mon, 06 Apr 2015 21:49:06 +0200 Sylvain Thénault fix EditController._ordered_formparams method in case some mandatory relation isn't specified
Thu, 19 Mar 2015 11:30:37 +0100 Laura Médioni [views] take into account subvid form param in SameETypeListView
Wed, 03 Jun 2015 17:22:06 +0200 Rabah Meradi [doc] fix errors in test_visibility_propagation example
Sat, 13 Jun 2015 10:03:08 +0200 Sylvain Thénault i18n typo
Tue, 09 Jun 2015 12:05:40 +0200 Rémi Cardona [predicates] Use proper deprecation mechanisms
Fri, 22 May 2015 11:28:56 +0200 Rabah Meradi [doc] loadRemote does a POST by default
Wed, 03 Jun 2015 17:15:08 +0200 Rabah Meradi [doc] how to change logo using css
Wed, 03 Jun 2015 17:17:29 +0200 Rabah Meradi [doc] escape | operator so it will be visible in the docs
Wed, 03 Jun 2015 17:19:24 +0200 Rabah Meradi [doc] add missing import for FourOhFour class
Wed, 03 Jun 2015 17:21:05 +0200 Rabah Meradi [doc] the instance is sytweb_instance and sytweb is the cube
Fri, 12 Jun 2015 09:18:02 +0200 Denis Laxalde [server] Do not use progress bar when stdout is not a TTY
Wed, 13 May 2015 17:12:41 +0200 Christophe de Vienne [wf] Fix Workflow.replace_state()
Tue, 05 May 2015 15:49:41 +0200 David Douard [tags] add properly formated tags for 3.19 and 3.20 releases
Tue, 05 May 2015 15:36:56 +0200 Sylvain Thénault [reledit] also check for cardinality before displaying the delete relation action. Closes #5334750
Wed, 25 Feb 2015 10:33:41 +0100 Sylvain Thénault [schema] add a unique index on cwuri
Thu, 13 Feb 2014 16:37:40 +0100 Aurelien Campeas [web] move AbstractAuthManager near its immediate concrete subclass
Thu, 13 Feb 2014 16:32:41 +0100 Aurelien Campeas [web] move abstract session manager to web/sessions
Wed, 11 Jun 2014 18:24:40 +0200 Aurelien Campeas [repository] rename session -> cnx
Wed, 11 Jun 2014 18:18:37 +0200 Aurelien Campeas [server/test] delete commented-out test
Wed, 11 Jun 2014 17:58:19 +0200 Aurelien Campeas [connection] remove the `mode` attribute
Wed, 11 Jun 2014 17:14:32 +0200 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
Wed, 11 Jun 2014 15:32:07 +0200 Aurelien Campeas [server] remove cnxset tracking, it is now unneeded
Wed, 11 Jun 2014 15:58:01 +0200 Aurelien Campeas [devtools] remove the remaining bw compat for old-style tests
Wed, 11 Jun 2014 14:52:27 +0200 Aurelien Campeas [session] remove session-related bw compat code
Wed, 11 Jun 2014 14:47:50 +0200 Aurelien Campeas [session/transaction] removed unused transaction class
Wed, 11 Jun 2014 13:39:56 +0200 Aurelien Campeas [transactions] cleanup after the dbapi removal
Tue, 10 Jun 2014 15:06:44 +0200 Aurelien Campeas [session/cnx] remove `session_handled` logic
Tue, 10 Jun 2014 14:44:36 +0200 Aurelien Campeas [web/sessions] reduce repoapi usage where possible
Tue, 10 Jun 2014 18:17:07 +0200 Aurelien Campeas [entity,storage] remove hackish code from the bfss path
Fri, 13 Jun 2014 15:56:08 +0200 Aurelien Campeas [connection] eliminate ClientConnection leftovers
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Tue, 10 Jun 2014 16:01:49 +0200 Aurelien Campeas [repoapi] fold ClientConnection into Connection
Fri, 13 Jun 2014 13:54:28 +0200 Aurelien Campeas [migractions] remove any session related leftovers
Fri, 13 Jun 2014 12:07:51 +0200 Aurelien Campeas [session] provide missing apis to Connection
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Tue, 05 May 2015 08:41:19 +0200 Denis Laxalde [dataimport] Turn the module into a package
Fri, 07 Nov 2014 15:33:30 +0100 Rémi Cardona [dataimport] Properly escape strings sent to COPY FROM (closes #5278743)
Tue, 28 Apr 2015 17:00:35 +0200 Adrien Di Mascio [http] fix cache-control syntax in EtagHTTPCacheManager
Tue, 01 Jul 2014 13:19:35 +0200 Aurelien Campeas [connection] provide some missing documentation bits
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Wed, 22 Apr 2015 18:28:58 +0200 Julien Cristau [server] drop repo.internal_session and InternalSession
Wed, 22 Apr 2015 17:48:32 +0200 Rémi Cardona Added tag cubicweb-version-3.20.7, cubicweb-debian-version-3.20.7-1, cubicweb-centos-version-3.20.7-1 for changeset 359d68bc1260
Wed, 22 Apr 2015 17:48:00 +0200 Rémi Cardona [pkg] 3.20.7 3.20.7 centos/3.20.7-1 cubicweb-centos-version-3.20.7-1 cubicweb-debian-version-3.20.7-1 cubicweb-version-3.20.7 debian/3.20.7-1
Wed, 22 Apr 2015 17:45:27 +0200 Julien Cristau [dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
Tue, 17 Mar 2015 16:00:30 +0100 Aurelien Campeas [dbapi] retire repository transaction methods which were used by the dbapi
Tue, 17 Mar 2015 15:57:22 +0100 Aurelien Campeas [dbapi] retire repo.call_service which was used by the dbapi
Tue, 17 Mar 2015 15:55:52 +0100 Aurelien Campeas [dbapi] retire repo.commit/rollback which was used by the dbapi
Tue, 17 Mar 2015 15:46:40 +0100 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
Tue, 17 Mar 2015 15:41:54 +0100 Aurelien Campeas [dbapi] retire repo.entity_metas which was used by the dbapi
Wed, 04 Jun 2014 18:21:24 +0200 Aurelien Campeas [dbapi] retire repo.execute, which was used by the dbapi
Thu, 05 Jun 2014 09:51:57 +0200 Aurelien Campeas [devtools/testlib] remove dbapi backward-compat
Fri, 13 Mar 2015 16:11:35 +0100 Julien Cristau [test] fix copy-pasta in doc string
Fri, 13 Mar 2015 16:10:29 +0100 Julien Cristau [book] remove dbapi documentation
Fri, 27 Mar 2015 15:29:34 +0100 Alain Leufroy [uilib] `uilib.js` helper now honors explicit JSString (closes #4959538)
Tue, 03 Jun 2014 16:57:14 +0200 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
Fri, 13 Mar 2015 16:57:32 +0100 Julien Cristau [web/views] remove dbapi usage from 'gc' view
Tue, 07 Apr 2015 17:08:53 +0200 Christophe de Vienne [sqlite] Fix integrity error parsing
Mon, 06 Apr 2015 21:46:52 +0200 Sylvain Thénault [postgres] fix limit_size regexp to properly remove one char tags like <p>.
Wed, 15 Apr 2015 22:08:08 +0200 Sylvain Thénault [postgres] _regproc.postgres.sql should be reloadable
Tue, 21 Apr 2015 17:12:36 +0200 Julien Cristau [mail] include Date header in generated mails (closes #5271058)
Thu, 02 Apr 2015 10:41:53 +0200 Julien Cristau [doc] mention datadir-url configuration option in release notes
Wed, 22 Apr 2015 12:26:44 +0200 Julien Cristau [web] add test for datadir-url option (related to #5204550)
Wed, 01 Apr 2015 15:50:59 +0200 Julien Cristau [web] Add datadir-url configuration option (closes #5204550)
Tue, 31 Mar 2015 10:22:05 +0200 Julien Cristau [web] kill https-deny-anonymous option (closes #5193687)
Thu, 29 Jan 2015 10:54:41 +0100 Julien Cristau [cwctl] don't filter DeprecationWarnings
Wed, 28 Jan 2015 15:53:41 +0100 Julien Cristau [exceptions] avoid calling UniqueExceptionError.rtypes after closing the session
Wed, 22 Apr 2015 12:05:09 +0200 Rémi Cardona [web/test] Fix broken tests after commit b81adb5e32f9
Wed, 11 Jun 2014 15:33:09 +0200 Julien Cristau [web/test] don't delete uicache directory
Fri, 20 Feb 2015 16:17:51 +0100 Julien Cristau [web/views] add text/n3 rdf view
Fri, 31 Oct 2014 17:17:26 +0100 Nicolas Chauvat [schemas] make CWEType.final default to False (closes #5049201)
Fri, 04 Apr 2014 14:49:18 +0200 Julien Cristau [repository] replace session with cnx in a few places
Mon, 01 Dec 2014 16:50:41 +0100 Julien Cristau Don't pass an encoding to rqlst.as_string()
Sun, 27 Jul 2014 14:57:51 +0200 Rémi Cardona [rset] Deprecate the 'encoded' argument to ResultSet.printable_rql()
Wed, 22 Apr 2015 09:52:28 +0200 Julien Cristau [gcdebug] ignore _NeedAuthAccessMock instances
Tue, 10 Feb 2015 14:38:25 +0100 Rémi Cardona [views] Fix 'gc' view to use 'repo_gc_stats' service
Tue, 10 Feb 2015 14:37:51 +0100 Rémi Cardona [services] Fix 'repo_gc_stats' to return a list of unreachable objects' repr
Tue, 10 Feb 2015 12:18:38 +0100 David Douard [services] Prevent 'repo_stats' service from aggregating information
Wed, 22 Apr 2015 11:00:50 +0200 David Douard [hooks] add a looping task that dumps the stats regularly in a file
Mon, 23 Feb 2015 09:02:41 +0100 Denis Laxalde [web/facet] Use an Exists node in HasRelationFacet
Wed, 01 Apr 2015 13:39:30 +0200 Denis Laxalde [debian] Add a Breaks for cubicweb-folder which stills use GMTOFFSET
Mon, 16 Mar 2015 16:46:34 +0100 Julien Cristau [web] kill GMTOFFSET (closes #2154655)
Thu, 26 Mar 2015 08:34:47 +0100 Julien Cristau [web/request] don't play tricks with utc offset
Wed, 25 Mar 2015 08:43:00 +0100 Denis Laxalde [server/test] Drop dependency on folder cube
Wed, 25 Mar 2015 08:21:00 +0100 Denis Laxalde [web/test] Drop folder cube dependency
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 01 Apr 2015 15:06:45 +0200 Rémi Cardona [web/views] Allow changing CSVView's separator (closes #5227442)
Thu, 16 Apr 2015 18:59:12 +0200 Sylvain Thénault [web/view/treeview] add a 'selected' class on <li> if the entity's url is the currently displayed url
Thu, 02 Apr 2015 13:54:00 +0200 Julien Cristau Added tag cubicweb-version-3.20.6, cubicweb-debian-version-3.20.6-1, cubicweb-centos-version-3.20.6-1 for changeset 7f64859dcbcd
Thu, 02 Apr 2015 10:58:38 +0200 Julien Cristau [pkg] 3.20.6 3.20.6 centos/3.20.6-1 cubicweb-centos-version-3.20.6-1 cubicweb-debian-version-3.20.6-1 cubicweb-version-3.20.6 debian/3.20.6-1
Mon, 30 Mar 2015 11:47:43 +0200 Julien Cristau [notification] don't block while sending mails
Sun, 01 Feb 2015 22:17:25 +0100 Sylvain Thénault [dataimport] make MetaDataGenerator / NoHookObjectStore usable from a datafeed parser
Sun, 01 Feb 2015 22:14:44 +0100 Sylvain Thénault [dataimport] don't generate metadata which are explicitly specified
Fri, 27 Mar 2015 17:23:06 +0100 Julien Cristau [debian] prepare 3.20.5-2
Fri, 27 Mar 2015 17:22:39 +0100 Julien Cristau merge 3.19.11-2 into 3.20
Fri, 27 Mar 2015 17:21:08 +0100 Julien Cristau Added tag cubicweb-debian-version-3.19.11-2 for changeset 6d265ea7d56f
Fri, 27 Mar 2015 16:59:47 +0100 Julien Cristau [debian] Update watch file cubicweb-debian-version-3.19.11-2 debian/3.19.11-2
Fri, 27 Mar 2015 16:52:44 +0100 Julien Cristau [debian] Fix cubicweb-dev dependency
Fri, 27 Mar 2015 16:37:26 +0100 Julien Cristau Added tag cubicweb-version-3.20.5, cubicweb-debian-version-3.20.5-1, cubicweb-centos-version-3.20.5-1 for changeset 51aa56e7d507
Fri, 27 Mar 2015 14:56:33 +0100 Julien Cristau [pkg] 3.20.5 3.20.5 centos/3.20.5-1 cubicweb-centos-version-3.20.5-1 cubicweb-debian-version-3.20.5-1 cubicweb-version-3.20.5 debian/3.20.5-1
Wed, 25 Mar 2015 08:09:56 +0100 Sylvain Thénault [dataimport] don't insert created_by / owned_by relations when user is the internal manager (eid = -1).
Wed, 25 Mar 2015 07:57:38 +0100 Sylvain Thénault [repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
Mon, 23 Mar 2015 14:28:48 +0100 Sylvain Thénault [migration] sync_schema_props_perms should skip computed relations. Closes #5147796
Sun, 22 Mar 2015 19:05:19 +0100 Julien Cristau [schema] typo
Fri, 20 Feb 2015 16:18:25 +0100 Julien Cristau [web/test] fix test_views
Mon, 23 Mar 2015 11:08:04 +0100 Erica Marco [documentation] add note concerning Attribute, TODAY and NOW in yams documentation
Wed, 18 Mar 2015 22:43:51 +0100 Sylvain Thénault [i18n] properly translate error messages related to violated unicity constraint.
Wed, 04 Feb 2015 15:13:36 +0100 Rémi Cardona [web/data] Add missing mode='swap' in loadxhtml calls (closes #5087432)
Tue, 17 Mar 2015 12:34:07 +0100 Rémi Cardona [web/views] Fix PropertyKeyField widget (closes #5087413)
Tue, 17 Mar 2015 12:35:45 +0100 Rémi Cardona [web/views] Fix exception in CWProperty edit form (closes #5087412)
Wed, 25 Mar 2015 10:10:24 +0100 Denis Laxalde [web/request] Restore attribute setting for search_state
Mon, 09 Feb 2015 12:52:15 +0100 Julien Cristau [web/request] simplify search_state loading, fix comment
Wed, 28 Jan 2015 09:46:55 +0100 Christophe de Vienne [webrequest] Lazy-load search_state
Thu, 12 Mar 2015 12:29:25 +0100 Julien Cristau [config] disable fckeditor by default (closes #1368900)
Wed, 18 Mar 2015 14:41:47 +0100 Julien Cristau merge 3.19.11 into 3.20
Wed, 18 Mar 2015 13:45:45 +0100 Julien Cristau Added tag cubicweb-version-3.19.11, cubicweb-debian-version-3.19.11-1, cubicweb-centos-version-3.19.11-1 for changeset 1ae64186af94
Tue, 17 Mar 2015 15:50:40 +0100 Erica Marco [migration] reorder system tables / meta-schema migration into bootstrap_migration 3.19.11 centos/3.19.11-1 cubicweb-centos-version-3.19.11-1 cubicweb-debian-version-3.19.11-1 cubicweb-version-3.19.11 debian/3.19.11-1
Wed, 18 Mar 2015 12:02:09 +0100 Julien Cristau [dataimport] add missing import (closes #4985916)
Wed, 18 Mar 2015 12:01:03 +0100 Julien Cristau [debian] cubicweb-dev needs cubicweb-etwist
Wed, 18 Mar 2015 11:56:11 +0100 Julien Cristau [pkg] 3.19.11
Tue, 17 Mar 2015 09:19:06 +0100 Julien Cristau Binary initializer should accept bytearrays (closes #5084075)
Thu, 05 Mar 2015 11:44:29 +0100 Sylvain Thénault [native source] log the used connection in doexecmany as in doexec
Tue, 17 Feb 2015 12:43:42 +0100 Julien Cristau [server] use unicode wherever appropriate in transaction/undo related methods
Mon, 09 Mar 2015 18:02:49 +0100 Julien Cristau [web] typo
Tue, 17 Feb 2015 12:42:42 +0100 Julien Cristau [entities] return the entity itself from notification_references if the view uses a random message-id
Tue, 17 Feb 2015 12:35:58 +0100 Julien Cristau [notifications] use non-fixed message-id for EntityUpdatedNotificationView
Tue, 17 Feb 2015 12:32:39 +0100 Julien Cristau [server/test] kill remaining 3.19 deprecation warnings in undo tests
Mon, 16 Feb 2015 14:30:19 +0100 Julien Cristau [devtools] accept str objects in CubicWebTC.new_access and .create_user
Mon, 16 Feb 2015 10:38:50 +0100 Julien Cristau [utils] use the "predictable" argument to js_dumps
Mon, 16 Feb 2015 10:54:48 +0100 Julien Cristau [server/test] don't rely on a sorted output from .object_relations()
Mon, 16 Feb 2015 10:21:29 +0100 Julien Cristau [req] make rebuild_url predictable
Fri, 13 Feb 2015 15:12:31 +0100 Julien Cristau [web/test] don't depend on iteration order on a set
Fri, 13 Feb 2015 15:10:43 +0100 Julien Cristau [web/test] fix cubicweb 3.19 deprecation warning
Fri, 13 Feb 2015 15:09:36 +0100 Julien Cristau [web/test] use unicode instead of str for user logins
Fri, 13 Feb 2015 14:34:35 +0100 Julien Cristau [test] Don't depend on dict iteration ordering
Fri, 13 Feb 2015 14:32:15 +0100 Julien Cristau [entities] make cw_fti_index_rql_queries predictable
Fri, 13 Feb 2015 13:39:33 +0100 Julien Cristau [hooks/syncschema] use a list instead of a set for UpdateFTIndexOp
Fri, 13 Feb 2015 11:48:13 +0100 Julien Cristau [rqlrewrite] sort possible types when turning is_instance_of into is
Fri, 13 Feb 2015 11:47:34 +0100 Julien Cristau [server/test] use unicode strings for user logins
Fri, 13 Feb 2015 10:00:32 +0100 Julien Cristau [web/test] use unicode object as user login
Fri, 13 Feb 2015 09:59:34 +0100 Julien Cristau [server/querier] stop passing a rqlst to empty_rset
Thu, 12 Feb 2015 18:52:04 +0100 Julien Cristau [web/views] Use predictable ordering for attributes in entity XML view
Fri, 13 Feb 2015 09:46:19 +0100 Julien Cristau [web/views] set explicit order for ManageSourcesAction
Thu, 12 Feb 2015 18:40:49 +0100 Julien Cristau [web/test] don't depend on dict iteration ordering
Thu, 12 Feb 2015 18:40:24 +0100 Julien Cristau [web/test] pass login as unicode string
Thu, 12 Feb 2015 18:39:04 +0100 Julien Cristau [web/test] fix 3.19 deprecation warning
Thu, 12 Feb 2015 18:25:07 +0100 Julien Cristau [sobjects/test] Fix dependency on predictable hashing
Thu, 12 Feb 2015 18:13:00 +0100 Julien Cristau [test] don't rely on a stable ordering for appobject_path
Fri, 13 Mar 2015 15:30:01 +0100 Julien Cristau [server] remove "standalone RQL server" from possible configuration choices
Fri, 13 Mar 2015 14:12:03 +0100 Julien Cristau Remove leftover bits from start-repository command, and document its demise
Fri, 13 Mar 2015 14:10:40 +0100 Aurelien Campeas Remove the remote repository-access-through-zmq support
Tue, 03 Mar 2015 14:57:34 +0100 Aurelien Campeas Remove remote repository-access-through-pyro support
Fri, 13 Mar 2015 14:47:35 +0100 Denis Laxalde [web/views/rdf] Take the second element of XY equivalent for non final relation
Wed, 11 Feb 2015 12:42:19 +0100 Rémi Cardona [server] Make sure 'zmq-address-sub' config is always iterable
Mon, 01 Dec 2014 11:52:58 +0100 Julien Cristau [web] split timeline in an individual cube
Thu, 12 Feb 2015 13:52:58 +0100 Julien Cristau [devtools] don't hide warnings and errors during tests
Fri, 05 Dec 2014 11:25:35 +0100 Aurelien Campeas [test/i18n] remove unneeded hack
Thu, 12 Mar 2015 14:21:36 +0100 Julien Cristau merge 3.19.10 into 3.20
Mon, 09 Mar 2015 09:32:11 +0100 Denis Laxalde [server/session] Fix typo "meta vs. metas" in describe()
Thu, 12 Mar 2015 12:26:46 +0100 Rémi Cardona Added tag cubicweb-version-3.19.10, cubicweb-debian-version-3.19.10-1, cubicweb-centos-version-3.19.10-1 for changeset 3bab0b9b0ee7
Thu, 12 Mar 2015 11:52:18 +0100 Rémi Cardona [pkg] 3.19.10 3.19.10 centos/3.19.10-1 cubicweb-centos-version-3.19.10-1 cubicweb-debian-version-3.19.10-1 cubicweb-version-3.19.10 debian/3.19.10-1
Thu, 12 Mar 2015 11:00:57 +0100 Rémi Cardona [i18n] Update translations
Wed, 11 Mar 2015 15:17:25 +0100 Rémi Cardona [config] Lowercase the FQDN we get from the OS (closes #5040345)
Tue, 10 Mar 2015 11:52:04 +0100 Rémi Cardona [web/views] Honor 'action' attribute on AutomaticEntityForm, closes #4943392
Tue, 22 Apr 2014 16:39:19 +0200 Dimitri Papadopoulos [docstrings] fix project-wide English language mistake
Wed, 26 Mar 2014 12:30:52 +0100 Julien Cristau [doc] Don't pretend we know cubicweb runs on mysql
Fri, 06 Mar 2015 16:17:11 +0100 Denis Laxalde [test/i18n] Update reference po file following 75cd7df5c32e
Wed, 25 Feb 2015 17:13:46 +0100 Sylvain Thénault [devtools] add a method on CubicWebTC to fake data posted by standard cw forms. Closes #4985805
Thu, 18 Dec 2014 10:55:17 +0100 Julien Cristau [web/wdoc] fix links
Thu, 05 Mar 2015 11:40:56 +0100 Sylvain Thénault [i18n generation] add missing 'add a EntityType' message to generated catalogs. Closes #5012581
Tue, 03 Mar 2015 14:58:16 +0100 Julien Cristau [server/test] fix test_zmq
Thu, 12 Jun 2014 15:22:01 +0200 Aurelien Campeas [views,js] remove user_callback feature
Fri, 06 Feb 2015 14:43:40 +0100 Christophe de Vienne [newcube] Make the generated code PEP-8 compliant
Sun, 31 Aug 2014 18:04:46 +0200 Rémi Cardona Remove unused imports
Wed, 20 Aug 2014 20:46:17 +0200 Rémi Cardona [ext] Remove use of cStringIO
Wed, 30 Jul 2014 22:34:55 +0200 Rémi Cardona [view] Use io.BytesIO as stream for binary views
Fri, 16 Jan 2015 14:12:49 +0100 Julien Cristau [undo/test] check that the entity was restored even though the fiche relation wasn't
Fri, 16 Jan 2015 12:35:46 +0100 Julien Cristau Use a moved_entities table to record external entities moved to the system source
Fri, 16 Jan 2015 12:43:32 +0100 Julien Cristau Add unique index on entities.extid
Fri, 16 Jan 2015 11:17:53 +0100 Julien Cristau [undo/test] if we try to delete an entity referenced by an inline relation, we fail
Fri, 16 Jan 2015 10:56:30 +0100 Julien Cristau [undo] when we can't undo an inlined relation change, point at None, not a broken eid
Thu, 15 Jan 2015 19:17:32 +0100 Julien Cristau Ask sqlite to check foreign keys
Thu, 15 Jan 2015 18:53:45 +0100 Julien Cristau Add reference from etype table's eid column to the entities table
Fri, 16 Jan 2015 14:30:55 +0100 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
Thu, 15 Jan 2015 17:06:16 +0100 Julien Cristau Use foreign keys for relations tables
Thu, 15 Jan 2015 16:49:32 +0100 Julien Cristau Add foreign key for inline relations
Thu, 15 Jan 2015 16:44:36 +0100 Julien Cristau Use our version of schema2sql
Thu, 15 Jan 2015 16:39:35 +0100 Julien Cristau Steal schema2sql module from yams
Thu, 05 Feb 2015 19:36:49 +0100 Sylvain Thénault [dataimport] fix pylint detected error in SQLGenObjectStore
Tue, 27 Jan 2015 10:20:15 +0100 Aurelien Campeas [restore/portable] properly restore the numrange generator
Mon, 26 Jan 2015 18:05:24 +0100 Aurelien Campeas [backup/portable] properly write the eid numrange generator (the eid is no more a sequence)
Fri, 06 Feb 2015 14:46:38 +0100 Julien Cristau Added tag cubicweb-version-3.20.4, cubicweb-debian-version-3.20.4-1, cubicweb-centos-version-3.20.4-1 for changeset 49831fdc84dc
Fri, 06 Feb 2015 09:41:40 +0100 Julien Cristau [pkg] 3.20.4 3.20.4 centos/3.20.4-1 cubicweb-centos-version-3.20.4-1 cubicweb-debian-version-3.20.4-1 cubicweb-version-3.20.4 debian/3.20.4-1
Wed, 04 Feb 2015 21:55:37 +0100 Sylvain Thénault [schema] set permissions that do not allow edition on computed relation. Closes #4903918
Mon, 02 Feb 2015 23:17:15 +0100 Sylvain Thénault [computed attribute] ensure attribute's formula apply only to the correct type. Closes #4901163
Mon, 02 Feb 2015 22:05:00 +0100 Sylvain Thénault [schemaserial] fix detection of CWComputedRType table, closes #4901150
Fri, 30 Jan 2015 15:43:28 +0100 Sylvain Thénault [dataimport] source.add_info doesn't take anymore a 'complete' argument
Fri, 30 Jan 2015 15:28:24 +0100 Sylvain Thénault [dataimport] massive renaming of session to cnx
Tue, 03 Feb 2015 14:59:54 +0100 Julien Cristau [web/data] use the right selector for hiding jquery treeview placeholders
Thu, 05 Feb 2015 15:49:02 +0100 Julien Cristau merge 3.19.9 into 3.20 branch
Thu, 05 Feb 2015 15:40:07 +0100 Julien Cristau Added tag cubicweb-version-3.19.9, cubicweb-debian-version-3.19.9-1, cubicweb-centos-version-3.19.9-1 for changeset b7c373d74754
Thu, 05 Feb 2015 15:35:34 +0100 Julien Cristau [pkg] 3.19.9 3.19.9 centos/3.19.9-1 cubicweb-centos-version-3.19.9-1 cubicweb-debian-version-3.19.9-1 cubicweb-version-3.19.9 debian/3.19.9-1
Fri, 16 Jan 2015 17:48:16 +0100 Julien Cristau [hooks] don't insert use_email relation if the entity on either side is going away
Fri, 16 Jan 2015 10:57:02 +0100 Julien Cristau [undo] fix deletion of cw_source relation
Thu, 15 Jan 2015 15:45:09 +0100 Julien Cristau [hooks] don't insert an owned_by relation for deleted entities
Thu, 29 Jan 2015 16:18:23 +0100 Aurelien Campeas [etwist/service] adjust for a signature change
Wed, 10 Dec 2014 10:49:07 +0100 Sylvain Thénault [rset] fix crash on displaying rset where some symmetric relation is used. Closes #4739253
Thu, 04 Dec 2014 11:37:10 +0100 Sylvain Thénault Fix handling of limit within the primary view for related elements. Closes #4723579
Mon, 29 Dec 2014 12:35:34 +0100 Christophe de Vienne [native] Change SQL errors log level.
Mon, 02 Feb 2015 12:32:07 +0100 Julien Cristau Added tag cubicweb-version-3.20.3, cubicweb-debian-version-3.20.3-1, cubicweb-centos-version-3.20.3-1 for changeset 7d3a583ed539
Mon, 02 Feb 2015 12:17:29 +0100 Julien Cristau [debian] build-depend on markdown for documentation build 3.20.3 centos/3.20.3-1 cubicweb-centos-version-3.20.3-1 cubicweb-debian-version-3.20.3-1 cubicweb-version-3.20.3 debian/3.20.3-1
Wed, 28 Jan 2015 14:03:00 +0100 Christophe de Vienne [devtools] Make PostgresTestDataBaseHandler multi-use friendly
Mon, 02 Feb 2015 12:07:10 +0100 Julien Cristau [devtools] restore i18n of string removed in 4001cfe2f44d
Sat, 31 Jan 2015 19:32:32 +0100 Julien Cristau [pkg] fix setup.py install
Fri, 30 Jan 2015 16:14:44 +0100 Julien Cristau [pkg] 3.20.3
Fri, 23 Jan 2015 13:26:44 +0100 Rémi Cardona [server] Increase the stacklevel (due to @_open_only decorator)
Wed, 28 Jan 2015 15:51:11 +0100 Julien Cristau [pkg] install jquery-treeview
Wed, 28 Jan 2015 15:06:34 +0100 Julien Cristau [migration/3.20] sync rtypes before etypes
Wed, 28 Jan 2015 17:36:13 +0100 Denis Laxalde [doc] Fix class name for ComputedRelation; fix code block about computed attributes
Thu, 29 Jan 2015 16:40:08 +0100 Rémi Cardona [web] Allow propagating 'klass' parameter on tree views recursively
Wed, 28 Jan 2015 11:59:06 +0100 Rémi Cardona [utils] Fix define_var in ajax context (closes #4881301)
Wed, 28 Jan 2015 11:53:20 +0100 Rémi Cardona [web/data] Never hide JS errors in our Deferred implementation
Wed, 28 Jan 2015 11:51:16 +0100 Rémi Cardona [web/data] Fix userCallbackThenUpdateUI to completely replace old DOM elements
Fri, 30 Jan 2015 15:53:32 +0100 Rémi Cardona [web/views] Stop mishandling the fieldset name in the default form renderer
Thu, 22 Jan 2015 18:08:05 +0100 Julien Cristau Added tag cubicweb-version-3.20.2, cubicweb-debian-version-3.20.2-1, cubicweb-centos-version-3.20.2-1 for changeset 138464fc1c33
Thu, 22 Jan 2015 17:45:06 +0100 Julien Cristau merge 3.19.8 into 3.20 branch 3.20.2 centos/3.20.2-1 cubicweb-centos-version-3.20.2-1 cubicweb-debian-version-3.20.2-1 cubicweb-version-3.20.2 debian/3.20.2-1
Thu, 22 Jan 2015 17:32:49 +0100 Julien Cristau [pkg] fix mistake in c7b218125c25
Thu, 22 Jan 2015 17:39:07 +0100 Julien Cristau Added tag cubicweb-version-3.19.8, cubicweb-debian-version-3.19.8-1, cubicweb-centos-version-3.19.8-1 for changeset efc8645ece43
Thu, 22 Jan 2015 17:22:09 +0100 Julien Cristau [server/test] convert new test to 3.19 API 3.19.8 centos/3.19.8-1 cubicweb-centos-version-3.19.8-1 cubicweb-debian-version-3.19.8-1 cubicweb-version-3.19.8 debian/3.19.8-1
Thu, 22 Jan 2015 17:18:55 +0100 Julien Cristau [pkg] 3.19.9
Thu, 22 Jan 2015 17:18:20 +0100 Julien Cristau merge 3.18.8 into 3.19 branch
Thu, 22 Jan 2015 17:12:44 +0100 Julien Cristau Added tag cubicweb-version-3.18.8, cubicweb-debian-version-3.18.8-1, cubicweb-centos-version-3.18.8-1 for changeset 231094063d62 stable
Thu, 22 Jan 2015 16:41:27 +0100 Julien Cristau [pkg] 3.18.8 stable cubicweb-centos-version-3.18.8-1 cubicweb-debian-version-3.18.8-1 cubicweb-version-3.18.8
Wed, 21 Jan 2015 15:58:33 +0100 Julien Cristau [security] Test case and fix for an INSERT security hole stable
Thu, 08 Jan 2015 12:20:36 +0100 Julien Cristau [pkg] 3.20.2
Thu, 22 Jan 2015 15:46:24 +0100 Julien Cristau [debian] cubicweb 3.20 breaks cubicweb-bootstrap << 0.6.6
Thu, 08 Jan 2015 15:37:20 +0100 Julien Cristau [pkg] don't include extra files in tarballs
Thu, 08 Jan 2015 12:36:48 +0100 Julien Cristau [pkg] exclude generated js_api documentation from tarballs
Thu, 08 Jan 2015 12:36:20 +0100 Julien Cristau [doc] remove old and unused argouml files
Thu, 08 Jan 2015 12:36:01 +0100 Julien Cristau [web/data] remove unused xcf files
Thu, 08 Jan 2015 12:22:43 +0100 Julien Cristau [doc] remove nonexistent css from theme
Tue, 20 Jan 2015 10:32:34 +0100 Denis Laxalde [doc] Drop autoclass directive for IDownloadableLineView
Thu, 08 Jan 2015 12:19:34 +0100 Julien Cristau [pkg] include missing files from doc/book/ in release tarballs
Wed, 07 Jan 2015 16:22:27 +0100 Denis Laxalde [datafeed] Set headers parameter to an empty dict in DataFeedParser.retrieve_url
Thu, 22 Jan 2015 10:43:24 +0100 Denis Laxalde [views/forms] Fix EntityFieldsForm.link_to when parent entity is being created
Sat, 03 Jan 2015 04:06:06 +0100 Christophe de Vienne [entities] Optimize CWUser.properties.
Tue, 04 Mar 2014 12:41:21 +0100 Julien Cristau [schema] Typo and indentation fix in RQLVocabularyConstraint doc string
Wed, 07 Jan 2015 15:52:50 +0100 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
Wed, 07 Jan 2015 15:24:40 +0100 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
Wed, 07 Jan 2015 15:24:08 +0100 Julien Cristau i18n update (closes #4826490)
Wed, 07 Jan 2015 15:01:23 +0100 Julien Cristau merge 3.19.7 into 3.20
Wed, 07 Jan 2015 14:07:17 +0100 Julien Cristau merge two default heads
Wed, 07 Jan 2015 14:56:33 +0100 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
Wed, 07 Jan 2015 14:38:25 +0100 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
Wed, 07 Jan 2015 11:55:12 +0100 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
Tue, 06 Jan 2015 19:00:53 +0100 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
Tue, 23 Dec 2014 11:18:15 +0100 Julien Cristau [skeleton] simplify debian rules file
Mon, 22 Dec 2014 14:39:50 +0100 Julien Cristau [migration] don't crash when deleting a non-existing rtype
Fri, 19 Dec 2014 12:39:42 +0100 Julien Cristau [debian] include "metapackage" in the cubicweb package's description
Fri, 19 Dec 2014 12:37:37 +0100 Julien Cristau [debian] ensure all packages use ${misc:Depends} and ${python:Depends}
Fri, 19 Dec 2014 12:35:43 +0100 Julien Cristau [debian] update cubicweb-dev's lintian override
Wed, 03 Dec 2014 16:29:16 +0100 Adrien Di Mascio [server] add a db-namespace option in source definition (closes #1631339)
Fri, 19 Dec 2014 12:08:01 +0100 Adrien Di Mascio [serverctl] add db_transaction context manager
Thu, 28 Mar 2013 19:24:46 +0100 Adrien Di Mascio [server] refactor cleanup() code used by "cubicweb-ctl delete"
Mon, 05 May 2014 11:09:51 +0200 David Douard [views] visual refactorings (closes #3803685)
Thu, 18 Dec 2014 17:54:29 +0100 Julien Cristau [web] everything old is new again
Wed, 12 Nov 2014 22:20:02 +0100 David Douard [pkg] bump version to 3.20.0
Mon, 05 May 2014 11:25:59 +0200 David Douard [views] use icons for user menu and login (header) (closes #3803684)
Thu, 04 Dec 2014 11:37:18 +0100 Aurelien Campeas [utils] provide a function to return an admin connection from an appid
Tue, 16 Dec 2014 11:37:52 +0100 Denis Laxalde [debian] Install wsgi directory in cubicweb-web package
Thu, 11 Dec 2014 15:02:23 +0100 David Douard [test] fixes to make tests pass with recent lxml
Fri, 05 Dec 2014 12:08:13 +0100 Rémi Cardona [server] Remove useless 'is None' checks
Wed, 17 Dec 2014 10:55:53 +0100 Aurelien Campeas [security] check attributes: dispatch on the "add" action if entity was just created
Tue, 09 Dec 2014 15:18:58 +0100 Christophe de Vienne [doc] Add BigInt to the list of built-in types
Wed, 02 Apr 2014 15:32:17 +0200 Julien Cristau [devtools] call turn_repo_off in tearDown (closes #4673491)
Mon, 01 Dec 2014 15:57:12 +0100 Julien Cristau [book] typos / clarifications in create-instance section
Thu, 12 Jun 2014 18:31:21 +0200 Aurelien Campeas [repository] don't mangle the stack trace on exception
Thu, 27 Nov 2014 13:40:37 +0100 Christophe de Vienne [pkg] Make twisted recommended only
Thu, 27 Nov 2014 12:11:29 +0100 Christophe de Vienne [devtools] Use the pause_trace context manager instead of pause_tracing/resume_tracing
Thu, 23 Oct 2014 15:47:17 +0200 Nicolas Chauvat [serverctl] rename remove_cube to drop_cube (closes #4545093)
Thu, 15 May 2014 23:18:17 +0200 Alain Leufroy [wsgi] add tornado http server
Thu, 15 May 2014 23:07:43 +0200 Alain Leufroy [wsgi] add message about the active interface
Thu, 15 May 2014 23:05:15 +0200 Alain Leufroy [cwctl] rewrite wsgi method choices
Mon, 01 Dec 2014 11:35:05 +0100 Julien Cristau [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
Tue, 21 Oct 2014 18:09:41 +0200 Julien Cristau [web] Add source for jquery.qtip.js
Tue, 21 Oct 2014 18:01:06 +0200 Julien Cristau [web] Replace minified copy of jquery.flot.js 0.6 with non-minified version
Thu, 23 Oct 2014 11:42:20 +0200 Julien Cristau [web] Update jquery-treeview to the latest version
Thu, 23 Oct 2014 11:20:44 +0200 Julien Cristau [web/css] move jquery.treeview.css override to a separate file
Wed, 22 Oct 2014 14:39:51 +0200 Julien Cristau [web] Stop patching jquery.treeview.js
Wed, 22 Oct 2014 14:28:01 +0200 Rémi Cardona [web] Beautify jquery.treeview.js
Thu, 06 Nov 2014 18:17:29 +0100 Aurelien Campeas [entities/wfobjs] add missing `DBG_SEC` debugging informations and a new `transition` capability
Thu, 06 Nov 2014 14:35:25 +0100 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
Wed, 14 May 2014 15:05:31 +0200 Aurelien Campeas [web/request] clearly mark user_callback-related methods as deprecated
Wed, 03 Dec 2014 15:24:47 +0100 Julien Cristau [book] document __unique_together__, remove bad RQLUniqueConstraint example
Thu, 17 Apr 2014 12:34:51 +0200 Aurelien Campeas [schema] stop using RQLUniqueConstraint (closes #3753250)
Thu, 03 Apr 2014 14:17:16 +0200 Rémi Cardona [dataimport] Have ucsvreader's API match that of csv.reader (closes #3705701)
Wed, 19 Nov 2014 12:13:32 +0100 Rémi Cardona [utils] Add a '_cwtracehtml' GET parameter to trace self._cw.w() calls (closes #4601327)
Wed, 19 Nov 2014 11:57:55 +0100 Denis Laxalde [datafeed] Add a raise_on_error parameter to DataFeedSource.extid2entity
Tue, 02 Dec 2014 11:37:01 +0100 Aurelien Campeas [test/view forms] use the official, undeprecated API
Tue, 27 May 2014 18:47:24 +0200 Aurelien Campeas [rset] kill the rset._rqlst cache
Tue, 03 Jun 2014 18:03:43 +0200 Aurelien Campeas [source/native] session -> cnx
Tue, 10 Jun 2014 16:18:46 +0200 Aurelien Campeas [hookstests] change got/expected order
Wed, 09 Jul 2014 15:38:39 +0200 Aurelien Campeas [config] kill a getattr
Wed, 03 Dec 2014 11:36:05 +0100 Aurelien Campeas [tests/web] switch previous commit (136b5f995f8) to the new test api
Wed, 22 Oct 2014 14:16:47 +0200 Julien Cristau [web] remove unused argument from treeview._init_headers
Tue, 21 Oct 2014 11:06:19 +0200 Julien Cristau [doc/3.20] mention CWEP-002
Thu, 02 Oct 2014 17:18:29 +0200 Julien Cristau [web] stop accepting the magic __message form parameter
Thu, 02 Oct 2014 16:34:38 +0200 Julien Cristau [web/request] add security_enabled method
Tue, 18 Nov 2014 18:20:08 +0100 Rémi Cardona [dataimport] Fix use of _create_copyfrom_buffer() (related to #3845572)
Wed, 26 Mar 2014 14:45:33 +0100 David Douard [c-c configure] make it possible to specify the section for sources configuration (closes #3477678)
Wed, 10 Sep 2014 11:34:32 +0200 Julien Cristau [server] fix 'cnx' variable confusion in DBG_SQL exception case
Thu, 20 Mar 2014 10:41:22 +0100 Denis Laxalde Provide sufficient context to check 'delete' permission in AjaxEditRelationCtxComponent
Mon, 01 Dec 2014 11:13:10 +0100 Julien Cristau merge 3.19.6 into 3.20 branch
Sun, 30 Nov 2014 21:24:36 +0100 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
Sun, 30 Nov 2014 12:01:57 +0100 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
Fri, 28 Nov 2014 00:39:31 +0100 David Douard [test] make unittest_webconfig independant of CWD
Fri, 28 Nov 2014 11:51:36 +0100 Aurelien Campeas [webctl] do not ask questions if verbosity is at 0
Fri, 28 Nov 2014 10:16:37 +0100 Rémi Cardona [web] Slight tweak on jQueryUI's colors on links (related to #4564046)
Wed, 30 Jul 2014 22:26:18 +0200 Rémi Cardona [view] Remove unused imports
Tue, 29 Jul 2014 07:36:41 +0200 Rémi Cardona Remove obsolete __future__ imports
Tue, 19 Aug 2014 12:04:23 +0200 Rémi Cardona [devtools] Remove unused local function
Sun, 04 May 2014 22:29:20 +0200 Florent Cayré [uihelper] Fix a possible NameError in meta_formconfig
Wed, 19 Nov 2014 11:30:18 +0100 Christophe de Vienne [devtools] Avoid db_cache collisions and mis-loading
Mon, 06 Oct 2014 12:08:41 +0200 Christophe de Vienne [devtools][pg] Remove a wrong assertion in _backup_database
Wed, 26 Nov 2014 16:24:28 +0100 David Douard [pkg] prepare 3.19.6
Wed, 26 Nov 2014 17:58:23 +0100 David Douard [merge] backport 3.18 fixes
Fri, 19 Sep 2014 13:08:26 +0200 Christophe de Vienne Accept '==' operator in cubes dependencies
Tue, 23 Sep 2014 13:51:12 +0200 Julien Cristau [session] don't silently ignore commits
Mon, 24 Nov 2014 11:49:28 +0100 Aurelien Campeas [migration/bootstrap] add explicit index removal for sqlserver, be tolerant to migration replay
Wed, 26 Nov 2014 17:39:59 +0100 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
Tue, 25 Nov 2014 12:15:41 +0100 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
Wed, 19 Nov 2014 12:36:43 +0100 Aurelien Campeas [migration/3.18] speed up the migration and be a little bit more informative stable
Mon, 24 Nov 2014 12:36:17 +0100 Aurelien Campeas [schemaserial] be robust against duplicated CWUniqueTogetherConstrain entities arising from bug in the pre 3.18 era stable
Mon, 17 Feb 2014 15:01:23 +0100 Julien Cristau [server] Handle unique constraint violations under recent sqlite stable
Mon, 24 Nov 2014 18:43:51 +0100 Aurelien Campeas [merge] backport 3.17 fixes stable
Mon, 24 Nov 2014 18:40:09 +0100 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
Mon, 24 Nov 2014 17:42:08 +0100 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
Mon, 24 Nov 2014 16:22:40 +0100 Aurelien Campeas [source/native] handle newer Integrity error messages from sqlite > 3.7 stable
Mon, 24 Nov 2014 15:43:18 +0100 Aurelien Campeas [source/native/backup_restore] have a unique tunable blocksize for the dump phase stable
Mon, 24 Nov 2014 17:43:29 +0100 Julien Cristau [urlpublishing] handle sub-types in RestPathEvaluator
Mon, 24 Nov 2014 14:43:28 +0100 David Douard [views] fix ecsvexport selector
Fri, 17 Oct 2014 12:14:58 +0200 Julien Cristau Add custom checker for Password values
Wed, 22 Oct 2014 15:59:52 +0200 Aurelien Campeas [component] give Links a __repr__
Wed, 12 Nov 2014 14:33:12 +0100 Julien Cristau [debian] move markdown dependency from cubicweb-web to cubicweb-common
Tue, 04 Nov 2014 16:09:42 +0100 Julien Cristau [web/auth] stop playing games with locals()
Thu, 13 Nov 2014 15:48:33 +0100 Aurelien Campeas [entity] rather than crashing with an IndexError on entity creation, raise a meaningful exception
Wed, 12 Nov 2014 22:18:55 +0100 David Douard [web] partial backout of #8391bf718485 to restore RelatedObjectsVComponent
Thu, 13 Nov 2014 10:38:39 +0100 Julien Cristau [server] typo fix
Mon, 06 Oct 2014 10:34:38 +0200 Christophe de Vienne [devtools][pg] Activate the non-durability settings of Postgresql.
Mon, 17 Nov 2014 09:32:37 +0100 David Douard [server] fix LoginPasswordAuthentifier.authenticate
Fri, 07 Nov 2014 10:33:40 +0100 Rémi Cardona [web] Override jQueryUI's colors on links (closes #4564046)
Wed, 29 Oct 2014 16:39:36 +0100 Rémi Cardona [hooks] Fix precommit event logging message
Thu, 23 Oct 2014 13:51:13 +0200 Julien Cristau [service] allow repo_stats for users
Thu, 11 Sep 2014 15:17:08 +0200 Denis Laxalde [views] Escape class attribute value in CWGroup incontext view
Thu, 25 Sep 2014 10:50:23 +0200 Julien Cristau [devtools] use a specific test_db_id when disabling anon
Wed, 19 Nov 2014 11:59:08 +0100 Christophe de Vienne Restrict yams version
Mon, 20 Oct 2014 12:50:04 +0200 Rémi Cardona [facets] Honor 'start_unfolded' facet attribute (closes #4502799)
Mon, 20 Oct 2014 12:23:13 +0200 Rémi Cardona [facets] Correctly look for inputs of type "hidden" (closes #4502768)
Wed, 15 Oct 2014 18:23:54 +0200 Rémi Cardona [web] Cache results from 'i18n' ajax controller (closes #4487856)
Wed, 15 Oct 2014 17:29:29 +0200 Rémi Cardona [web] There is no global noop(), use jQuery's instead (closes #4487832)
Fri, 10 Oct 2014 09:18:28 +0200 Denis Laxalde [server] Add missing import of logilab.database
Thu, 13 Nov 2014 10:37:44 +0100 Julien Cristau [migration] hackish black magic to bootstrap addition of formula attr during migration
Tue, 04 Nov 2014 14:10:02 +0100 Julien Cristau [server] commit after serializing schema
Thu, 28 Aug 2014 18:54:21 +0200 David Douard [book] fix docstrings to please sphinx
Thu, 28 Aug 2014 18:52:41 +0200 David Douard [book] several fixes in the rst files
Thu, 28 Aug 2014 18:46:41 +0200 David Douard [book] activate the viewcode extension
Thu, 28 Aug 2014 16:22:05 +0200 David Douard [book] new theme based on pyramid theme (closes #4291287)
Wed, 30 Jul 2014 14:06:38 +0200 Rémi Cardona Remove unused lgc.interface imports and leftovers
Thu, 17 Jul 2014 14:40:28 +0200 Aurelien Campeas [repository] provide a .new_session entry point
Mon, 30 Jun 2014 10:49:53 +0200 Denis Laxalde [devtools/testlib] Use actual 'admin' user configuration values
Thu, 25 Apr 2013 10:16:25 +0200 Anthony Truchet [forms] closes #2437859 - Detect and prevent concurrent edition of the same entity.
Wed, 09 Apr 2014 16:58:58 +0200 Julien Cristau [migration] make sure the repo knows about all constraint types
Mon, 07 Jul 2014 16:07:57 +0200 Julien Cristau [migration] stop caching the mapping from constraint type name to eid
Tue, 17 Jun 2014 17:53:31 +0200 Julien Cristau [web/json] an empty rset is just fine for ejsonexport
Wed, 30 Apr 2014 21:04:14 +0200 Christophe de Vienne [RichString] Add markdown support
Thu, 23 Oct 2014 14:57:02 +0200 Paul Tonelli [ldapfeed] Reduce default value for user-attrs-map option (closes #3824889)
Tue, 29 Apr 2014 11:34:42 +0200 Paul Tonelli [serverctl] Ask for URL when adding a new source (closes #3824868)
Mon, 28 Apr 2014 17:34:07 +0200 Paul Tonelli [serverctl] Ask for parser type when adding a new source (closes #3484231)
Wed, 11 Jun 2014 10:57:28 +0200 Julien Cristau [doc/3.20] more details on removed code
Fri, 02 May 2014 17:58:57 +0200 Aurelien Campeas remove 3.11 bw compat
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
Fri, 02 May 2014 17:41:11 +0200 Aurelien Campeas remove leftover pre 3.9 deprecation warnings
Tue, 22 Jul 2014 15:42:47 +0200 Rémi Cardona [utils] Remove function-in-the-middle call
Tue, 29 Jul 2014 15:45:04 +0200 Julien Cristau [web] set Vary response header to "Accept-Language" when using content negotiation
Tue, 29 Jul 2014 16:27:11 +0200 Julien Cristau [web/cors] don't overwrite other Vary headers
Tue, 15 Jul 2014 16:07:59 +0200 Julien Cristau [web] add support for HttpOnly cookie flag
Fri, 17 Oct 2014 18:16:58 +0200 Julien Cristau merge 3.19.5 into 3.20 branch
Tue, 07 Oct 2014 10:06:24 +0200 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
Mon, 06 Oct 2014 17:50:42 +0200 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
Mon, 06 Oct 2014 17:32:49 +0200 Julien Cristau [pkg] 3.19.5
Mon, 15 Sep 2014 10:06:07 +0200 Julien Cristau [server] hold connection to the db in tx_actions
Mon, 15 Sep 2014 17:23:22 +0200 Christophe de Vienne [wsgi] If multipart cannot parse the POST content, let it pass.
Mon, 01 Sep 2014 14:56:00 +0200 Rémi Cardona [devtools] Fix JS tests' HTML code
Mon, 01 Sep 2014 10:22:46 +0200 Rémi Cardona [devtools] "Keep" some temporary files/dirs around to help with debugging
Fri, 01 Aug 2014 19:28:44 +0200 Rémi Cardona [devtools] Fix Firefox launcher in QUnitTestCase (closes #4294727)
Thu, 25 Sep 2014 17:38:51 +0200 Rémi Cardona [devtools] allow cross-origin requests for qunit
Thu, 25 Sep 2014 15:49:13 +0200 Julien Cristau merge 3.19.4 in 3.20 branch
Mon, 15 Sep 2014 17:24:18 +0200 Christophe de Vienne [cors] Fix CORS headers generators
Tue, 09 Sep 2014 22:14:20 +0200 Christophe de Vienne [wsgi] Fix posted files filename reading
Tue, 23 Sep 2014 11:18:56 +0200 Christophe de Vienne [pkg] Depend on Pillow instead of PIL
Thu, 25 Sep 2014 14:42:00 +0200 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
Thu, 25 Sep 2014 14:24:20 +0200 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
Wed, 24 Sep 2014 18:04:30 +0200 Julien Cristau merge 3.18.6 into 3.19
Wed, 24 Sep 2014 17:35:59 +0200 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
Wed, 24 Sep 2014 15:08:44 +0200 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
Tue, 28 Jan 2014 15:27:59 +0100 Aurelien Campeas [hooks/security] allow edition of attributes with permissive permissions stable
Tue, 29 Jul 2014 14:40:29 +0200 Aurelien Campeas Almost backout afcd46716d6a which breaks _select_best raising an ambiguity exception in debug mode. stable
Fri, 12 Sep 2014 09:49:01 +0200 Julien Cristau [server] fix anonymous_user predicate in tests
Mon, 28 Jul 2014 16:05:19 +0200 Rémi Cardona [entities] cw_rest_attr_info() should only consider required attributes (closes #3766717)
Fri, 08 Aug 2014 13:05:07 +0200 Damien Garaud [views] csvexport accept an empty rset (closes #4236928)
Thu, 11 Sep 2014 16:43:20 +0200 Denis Laxalde [views] Display attributes in entity creation form based on "add" permission
Thu, 18 Sep 2014 11:03:39 +0200 Denis Laxalde [datafeed] Commit after all deletions in datafeed parser
Tue, 23 Sep 2014 17:34:36 +0200 Julien Cristau [schema] CWComputedRType is a schema type
Tue, 23 Sep 2014 14:19:11 +0200 Julien Cristau [doc] proofreading CWEP002 section
Mon, 10 Feb 2014 11:03:43 +0100 Anthony Truchet [CWEP002] document computed relations and attributes
Thu, 28 Aug 2014 17:41:34 +0200 Sylvain Thénault [CWEP002 migration] support sync_schema_props_perms for computed attribute
Tue, 22 Jul 2014 11:00:21 +0200 Sylvain Thénault [CWEP002 migration] support drop_relation_type/drop_relation_definition/drop_attribute for computed attributes
Thu, 28 Aug 2014 18:31:18 +0200 Sylvain Thénault [CWEP002 migration] support add_relation_type/add_attribute for computed attributes
Tue, 16 Sep 2014 15:28:35 +0200 Lea Capgen [CWEP002] properly handle serialization of computed attributes
Tue, 16 Sep 2014 16:39:23 +0200 Sylvain Thénault [CWEP002] Add support for computed attribute synchronization
Mon, 28 Apr 2014 14:11:23 +0200 Laura Médioni [CWEP002] Add schema finalization checks for computed attributes
Mon, 16 Jun 2014 10:08:32 +0200 Denis Laxalde [CWEP002] Account for attribute formula in schema bootstrap
Thu, 28 Aug 2014 07:44:29 +0200 Sylvain Thénault [CWEP002 migration] support sync_schema_props_perms for computed relations
Thu, 28 Aug 2014 08:02:15 +0200 Laura Médioni [CWEP002 migration] support add_relation_type for computed relations
Thu, 28 Aug 2014 07:55:33 +0200 Laura Médioni [CWEP002 migration] support drop_relation_type for computed relations
Thu, 28 Aug 2014 07:49:31 +0200 Laura Médioni [CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
Fri, 27 Jun 2014 12:00:17 +0200 Laura Médioni [hooks] do not abuse of inheritance for CWRType hooks
Mon, 16 Jun 2014 10:08:18 +0200 Laura Médioni [schema serial] add some comments
Mon, 16 Jun 2014 10:07:57 +0200 Laura Médioni [schema] define full_rql on RQLExpression class
Fri, 29 Aug 2014 07:44:13 +0200 Laura Médioni [schema] properly raise BadSchemaDefinition
Thu, 28 Aug 2014 18:29:14 +0200 Lea Capgen [CWEP002] properly handle serialization of computed relations
Fri, 27 Jun 2014 16:11:53 +0200 Denis Laxalde [CWEP002] Plug the computed relation rewriter in the querier
Thu, 13 Feb 2014 13:58:28 +0100 Sylvain Thénault [CWEP002] refactor rql read security checking
Mon, 16 Jun 2014 10:22:24 +0200 Sylvain Thénault [CWEP002] introduce RQLRelationRewriter
Fri, 12 Sep 2014 14:46:11 +0200 Lea Capgen [CWEP002] Add schema finalization checks for computed relations (rules)
Fri, 12 Sep 2014 14:10:03 +0200 Rémi Cardona [schema] add utility function to build a CubicWebSchema from a namespace
Thu, 28 Aug 2014 18:12:28 +0200 Sylvain Thénault Fix test migration crash waiting to happen due to inferred relations
Thu, 28 Aug 2014 07:42:10 +0200 Sylvain Thénault fix typo in syncschema hooks
Tue, 16 Sep 2014 18:01:51 +0200 Julien Cristau [test] Make test_undo_api less random
Wed, 17 Sep 2014 13:43:31 +0200 Julien Cristau merge 3.17.17 into 3.18 branch stable
Wed, 10 Sep 2014 21:28:33 +0200 Christophe de Vienne [wsgi] Fix unicode decoding in POST
Thu, 21 Aug 2014 22:42:48 +0200 Christophe de Vienne [wsgi] add the --debug / -D option to the wsgi command
Mon, 08 Sep 2014 10:55:30 +0200 Christophe de Vienne [wsgi] Fix multiple variables reading in params
Tue, 02 Sep 2014 13:00:47 +0200 Christophe de Vienne [wsgi] Set self.vreg
Tue, 02 Sep 2014 10:31:13 +0200 Christophe de Vienne [wsgi] Add missing import
Tue, 02 Sep 2014 10:30:28 +0200 Christophe de Vienne [wsgi] Fix https detection
Thu, 24 Jul 2014 20:57:14 +0200 Christophe de Vienne [wsgi] Re-set the request content after calling the inherited constructor.
Thu, 24 Jul 2014 20:53:21 +0200 Christophe de Vienne [wsgi] Honor the 'CONTENT_TYPE' wsgi variable
Wed, 17 Sep 2014 10:31:50 +0200 Aurelien Campeas Added tag cubicweb-version-3.17.17, cubicweb-debian-version-3.17.17-1, cubicweb-centos-version-3.17.17-1 for changeset 57e9d1c70512 stable
Tue, 16 Sep 2014 18:39:07 +0200 Aurelien Campeas [pkg] prepare 3.17.17 stable cubicweb-centos-version-3.17.17-1 cubicweb-debian-version-3.17.17-1 cubicweb-version-3.17.17
Tue, 29 Jul 2014 16:26:09 +0200 Julien Cristau [web/headers] don't list a request header twice in "Vary"
Mon, 28 Jul 2014 17:22:49 +0200 Julien Cristau [test] silence a few more deprecation warnings in unittest_hooks
Fri, 25 Jul 2014 16:24:44 +0200 Julien Cristau [session] call rollback in Connection.__exit__
Thu, 24 Jul 2014 14:52:16 +0200 Julien Cristau [devtools] pre_setup_database takes a Connection, not a Session
Tue, 03 Jun 2014 18:00:53 +0200 Aurelien Campeas [source/native] cPickle is available in all supported pythons
Tue, 22 Jul 2014 18:16:23 +0200 Aurelien Campeas devtools: deprecate .req_from_url
Tue, 17 Jun 2014 11:14:20 +0200 Christophe de Vienne [tests] Add a webtest based TestCase class
Tue, 17 Jun 2014 11:53:35 +0200 Christophe de Vienne [tests] Move 'anonymous_allowed' property from CubicWebServerTC to CubicWebTC
Tue, 02 Sep 2014 12:22:18 +0200 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
Tue, 26 Aug 2014 10:12:09 +0200 Florent Cayré [css] Remove the `div` tag specification of the pendingDelete css rule stable
Wed, 21 May 2014 16:14:17 +0200 Alain Leufroy [cwvreg] cleanup the event manager when reloading modules stable
Thu, 12 Jun 2014 12:28:10 +0200 Julien Cristau [test] Add missing attribute 'add' permission in test schema stable
Thu, 01 May 2014 23:35:56 +0200 Florent Cayré [facet html] Add surrounding div with "facetBody" class to "has_text" facet. stable
Fri, 13 Jun 2014 11:00:41 +0200 Julien Cristau [cwctl] don't prompt for cube options in automatic mode stable
Fri, 13 Jun 2014 11:21:45 +0200 Julien Cristau [serverctl] fix default value for db-init config-level stable
Thu, 05 Jun 2014 17:41:14 +0200 Rémi Cardona [web] Return useful error messages when exceptions arise in ajax controllers (closes #3932503) stable
Wed, 23 Jul 2014 19:42:42 +0200 Julien Cristau [test] Fix test breakage uncovered by previous changeset stable
Tue, 08 Jul 2014 11:33:32 +0200 Julien Cristau [etwist] use more specific REQUEST_ENTITY_TOO_LARGE instead of BAD_REQUEST
(0) -10000 -3000 -1000 -480 +480 +1000 tip