Mon, 08 Jul 2013 12:41:08 +0200 David Douard [test/ldap] fix ldap tests stable
Fri, 05 Jul 2013 10:40:57 +0200 David Douard [test] fix unittest_schemaserial.py stable
Fri, 05 Jul 2013 10:35:14 +0200 David Douard [test] make unittest_schemaserial.py runnable with python stable
Mon, 08 Jul 2013 17:38:10 +0200 Sylvain Thénault [facet] use facet name as input name for text widget (eg has_text) stable
Tue, 02 Jul 2013 09:36:20 +0200 Sylvain Thénault [web doctype] don't give through reset_xmldecl to avoid double deprecation warning stable
Tue, 02 Jul 2013 09:35:58 +0200 Sylvain Thénault [web doctype test] don't give reset_xmldecl to avoid deprecation warning stable
Wed, 03 Jul 2013 14:52:10 +0200 Pierre-Yves David [devtool] randomise available ports search in http test stable
Wed, 03 Jul 2013 14:48:34 +0200 Katia Saurfelt [facet] don't crash if no title specified on a facet and filtered rset is empty. Closes #2587883 stable
Wed, 03 Jul 2013 14:43:21 +0200 Katia Saurfelt [css, html] add a css_class attribute on Button, allowing to change easily default CSS class for buttons stable
Wed, 27 Jun 2012 11:53:46 +0200 Katia Saurfelt [view] add 2 missing spaces before the previous link stable
Wed, 26 Jun 2013 09:35:54 +0200 Julien Cristau [server/repository] Go through the repo to close pyro sessions stable
Fri, 31 May 2013 11:13:06 +0200 Julien Cristau fix migration from pre-3.13.1 versions (closes #2846978) stable
Wed, 03 Jul 2013 14:33:27 +0200 Aurelien Campeas [constraint] more robust unicity constraint failures reporting for end-users stable
Wed, 03 Jul 2013 14:16:21 +0200 Aurelien Campeas [hooks/security] Streamline attributes default permission check. stable
Wed, 26 Jun 2013 14:22:22 +0200 Aurelien Campeas [test/schemaserial] swap got/expected to get nicer unittest2 diagnostics stable
Tue, 02 Jul 2013 17:09:04 +0200 Pierre-Yves David [repository] drop safe attribute on ``internal_cnx``
Thu, 27 Jun 2013 19:18:54 +0200 Pierre-Yves David [dbapi] deprecated the dbapi
Thu, 27 Jun 2013 19:26:14 +0200 Pierre-Yves David [repoapi] deprecate dbapi compat method
Thu, 27 Jun 2013 19:14:22 +0200 Pierre-Yves David [testlib] deprecated the older api to access the repo.
Thu, 27 Jun 2013 19:09:23 +0200 Pierre-Yves David [connection] deprecated free_cnset and set_cnxset
Thu, 27 Jun 2013 19:02:06 +0200 Pierre-Yves David [session] deprecate all Connection related method on session
Thu, 27 Jun 2013 18:53:06 +0200 Pierre-Yves David [session] drop dead _current_cnx_id
Thu, 27 Jun 2013 18:47:08 +0200 Pierre-Yves David [session] privatise get_cnx and close_cnx
Thu, 27 Jun 2013 18:14:35 +0200 Pierre-Yves David [doc] add documentation for the new API in test
Thu, 27 Jun 2013 15:28:15 +0200 Pierre-Yves David [testlib] add an default testcase.adminaccess (and use it for default session)
Thu, 27 Jun 2013 18:15:57 +0200 Pierre-Yves David [testlib] introduce a RepoAccess class to easily create connection and request
Thu, 27 Jun 2013 15:13:47 +0200 Pierre-Yves David [repoapi] make ClientConnection.__enter__ return self
Thu, 27 Jun 2013 18:16:06 +0200 Pierre-Yves David [documentation] describe repoapi and web side change.
Thu, 27 Jun 2013 12:28:17 +0200 Pierre-Yves David [testlib] use internal_cnx instead of internal_session
Thu, 27 Jun 2013 14:12:00 +0200 Pierre-Yves David [repository] add an ``internal_cnx`` method to replace ``internal_session``
Thu, 27 Jun 2013 12:02:38 +0200 Pierre-Yves David [connection] enforce that a connection must be open to be used
Wed, 26 Jun 2013 15:11:22 +0200 Pierre-Yves David use standalone Connection to Client Connection
Wed, 26 Jun 2013 14:46:24 +0200 Pierre-Yves David [session] add a new_cnx factory
Wed, 26 Jun 2013 14:26:06 +0200 Pierre-Yves David [connection] allow simple instantiation of standalone Connection
Wed, 26 Jun 2013 14:35:55 +0200 Pierre-Yves David [connection] handle and explicitly life cycle on Connection
Wed, 26 Jun 2013 14:00:32 +0200 Pierre-Yves David [sesion] distinction between Connection handled by the session and other.
Wed, 26 Jun 2013 11:58:34 +0200 Pierre-Yves David [session] replace _clear_thread_storage with close_cnx
Wed, 26 Jun 2013 14:01:07 +0200 Pierre-Yves David [session] explicitly take Connection object in close_cnx
Wed, 26 Jun 2013 11:41:53 +0200 Pierre-Yves David [session] drop the Session._clear_cnx_storage method
Wed, 26 Jun 2013 11:39:41 +0200 Pierre-Yves David [session] wrap too long line
Wed, 26 Jun 2013 11:39:01 +0200 Pierre-Yves David [session] gather close_cnx with get_cnx and set_cnx
Thu, 27 Jun 2013 11:13:18 +0200 Pierre-Yves David [client-connection] remove the _srv_cnx usage
Thu, 27 Jun 2013 11:04:31 +0200 Pierre-Yves David [client-connection] explicitly check that the client-connection is open
Thu, 27 Jun 2013 11:02:30 +0200 Pierre-Yves David [client-connection] handle the lack of connection id while not open
Wed, 26 Jun 2013 11:21:39 +0200 Pierre-Yves David [connection] transparent cnx_set handling
Thu, 27 Jun 2013 10:44:40 +0200 Pierre-Yves David [client-connection] explicit the client part in __repr__
Tue, 25 Jun 2013 19:50:16 +0200 Pierre-Yves David [ClientConnection] directly use the Connection object to access the database
Tue, 25 Jun 2013 18:15:45 +0200 Pierre-Yves David [connection] invert __init__ parameter
Wed, 26 Jun 2013 13:43:22 +0200 Pierre-Yves David [service] enforce that Service argument and return are json-serialisable
Tue, 25 Jun 2013 18:04:08 +0200 Pierre-Yves David [connection] move call_service on Connection
Thu, 27 Jun 2013 11:21:14 +0200 Pierre-Yves David [connection] move the commit method on Connection object
Thu, 27 Jun 2013 11:21:09 +0200 Pierre-Yves David [connection] move the rollback method on Connection object
Thu, 27 Jun 2013 11:20:46 +0200 Pierre-Yves David [connection] pass a Connection object to RQLRewriter
Thu, 27 Jun 2013 11:20:14 +0200 Pierre-Yves David [connection] Connection.execute touch Session timestamp
Tue, 25 Jun 2013 17:42:12 +0200 Pierre-Yves David [connection] Connection now call _set_user to CWUser object linked to itseld
Tue, 25 Jun 2013 14:13:50 +0200 Pierre-Yves David [server/session] better faking of user for InternalManager
Thu, 27 Jun 2013 11:19:58 +0200 Pierre-Yves David [connection] move execute
Tue, 25 Jun 2013 17:10:52 +0200 Pierre-Yves David [connection] mark Connection as "not a request"
Tue, 25 Jun 2013 14:04:46 +0200 Pierre-Yves David [server/session] ensure appobject obtained from the session are linked to the session
Tue, 25 Jun 2013 12:25:52 +0200 Pierre-Yves David [connection] have rql_rewriter accession on Connection
Thu, 27 Jun 2013 11:19:42 +0200 Pierre-Yves David [connection] move local_perm_cache management on Connection
Thu, 27 Jun 2013 11:19:37 +0200 Pierre-Yves David [session] use a rich object for timestamp
Thu, 27 Jun 2013 11:19:32 +0200 Pierre-Yves David [migraction] do not access session.data directly
Thu, 27 Jun 2013 11:19:28 +0200 Pierre-Yves David [connection] move relation management method
Thu, 27 Jun 2013 11:19:24 +0200 Pierre-Yves David [connection] give access to shared data method
Thu, 27 Jun 2013 11:19:17 +0200 Pierre-Yves David [connection] move relation cache method to Connection
Wed, 15 May 2013 16:09:31 +0200 Pierre-Yves David [connection] give access to session execute from connection
Thu, 23 May 2013 14:17:46 +0200 Pierre-Yves David [connection] move last part of undo logic in connection
Tue, 25 Jun 2013 17:28:41 +0200 Pierre-Yves David [connection] initialize connection.user and connection.lang
Fri, 29 Mar 2013 17:43:18 +0100 Pierre-Yves David [Connection] inherit from RequestSessionBase
Wed, 26 Jun 2013 13:48:18 +0200 Pierre-Yves David [multi-sources] drop multi-sources related test.
Thu, 27 Jun 2013 18:21:04 +0200 Pierre-Yves David Use new repoapi for the web stack
Tue, 25 Jun 2013 10:59:01 +0200 Pierre-Yves David PARTIAL: Using the repoapi in test
Tue, 25 Jun 2013 14:45:16 +0200 Pierre-Yves David [web/test] drop proff of concept Facebook login in test
Tue, 25 Jun 2013 10:46:35 +0200 Pierre-Yves David [test/dbapi] do not rely on the Testcase provided cnx
Tue, 25 Jun 2013 10:45:44 +0200 Pierre-Yves David [dbapi] explicitly use the DBAPI version of CubicwebRequestBase
Mon, 24 Jun 2013 18:33:41 +0200 Pierre-Yves David [web/application] drop unused import
Mon, 24 Jun 2013 18:35:22 +0200 Pierre-Yves David [web/test] properly reset the request connection related attribute
Mon, 24 Jun 2013 18:23:48 +0200 Pierre-Yves David [web/test] drop two undocumented suspicious regression test
Mon, 24 Jun 2013 19:27:31 +0200 Pierre-Yves David [webrequest] introduce an alternative implementation using the repoapi
Mon, 24 Jun 2013 18:18:51 +0200 Pierre-Yves David [repoapi] add an anonymous_cnx function
Fri, 21 Jun 2013 16:40:12 +0200 Pierre-Yves David [repoapi] add a connect function
Mon, 24 Jun 2013 17:26:13 +0200 Pierre-Yves David [client-connection] add an auto-close property for ClientConnection
Fri, 21 Jun 2013 12:08:06 +0200 Pierre-Yves David [cwuser] make CWUser callable, returning self for dbapi compatibility
Fri, 21 Jun 2013 15:26:03 +0200 Pierre-Yves David [client-connect] drop rqlst on rset returned client side
Fri, 21 Jun 2013 15:25:47 +0200 Pierre-Yves David [client-connection] add a repo property for dbapi compatibility
Fri, 21 Jun 2013 13:49:13 +0200 Pierre-Yves David [client-connection] add a connection property for dbapi compatibility
Fri, 21 Jun 2013 13:42:19 +0200 Pierre-Yves David [client-connection] add a sessionid property for dbapi compatibility
Fri, 21 Jun 2013 12:12:58 +0200 Pierre-Yves David [client-connection] add a cursor() method for dbapi compatibility
Fri, 21 Jun 2013 11:39:34 +0200 Pierre-Yves David [client-connection] add a request() method for dbapi compatibility
Tue, 25 Jun 2013 11:06:57 +0200 Pierre-Yves David [repoapi] introduce a basic ClientConnection class
Tue, 25 Jun 2013 17:25:47 +0200 Pierre-Yves David [req] add a _set_user method
Mon, 24 Jun 2013 18:00:20 +0200 Pierre-Yves David [server/session] add a login property
Fri, 21 Jun 2013 15:47:01 +0200 Pierre-Yves David [server/session] allow access to session id using sessionid
Mon, 17 Jun 2013 17:27:08 +0200 Pierre-Yves David [server/session] Implement anonymous_session
Fri, 21 Jun 2013 16:07:45 +0200 Pierre-Yves David [server/session] do not clear session.cnx if unrelated to cnx actually cleared
Mon, 24 Jun 2013 14:55:26 +0200 Pierre-Yves David [dbapi] move ProgrammingError into cubicweb module
Mon, 17 Jun 2013 15:00:41 +0200 Pierre-Yves David [repoapi] move get_repository function into a new repoapi module
Thu, 20 Jun 2013 16:19:27 +0200 Pierre-Yves David [testlib] gather all repository access logic in one place
Thu, 20 Jun 2013 16:00:07 +0200 Pierre-Yves David [testlib] move repo and related attribute back on Instance instead of Class
Mon, 24 Jun 2013 14:53:19 +0200 Pierre-Yves David [dbapi] makes anonymous_connection a computed property
Mon, 24 Jun 2013 11:31:47 +0200 Pierre-Yves David [webrequest] simplify set_session code
Fri, 21 Jun 2013 16:28:16 +0200 Pierre-Yves David [webrequest] set DBAPISession without cnx at initialisation time
Mon, 24 Jun 2013 12:41:27 +0200 Pierre-Yves David [testlib] rework request building in init_authentication
Mon, 24 Jun 2013 12:39:25 +0200 Pierre-Yves David [request] drop the user argument for set_session
Wed, 19 Jun 2013 12:00:54 +0200 Pierre-Yves David [web-request] handle default language earlier
Tue, 18 Jun 2013 15:12:25 +0200 Pierre-Yves David [etwist] pass the repository to the root resource
Mon, 24 Jun 2013 12:03:37 +0200 Pierre-Yves David [repo] move repo.gc_stats to Service API (closes #2951068)
Mon, 24 Jun 2013 12:05:35 +0200 Pierre-Yves David [repo] move repo stats to Service (closes #2951067)
Mon, 24 Jun 2013 11:59:45 +0200 Pierre-Yves David [service] drop the asynchronous execution possibility
Mon, 24 Jun 2013 12:00:03 +0200 Pierre-Yves David [auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
Fri, 23 Nov 2012 16:12:19 +0100 Pierre-Yves David web/application: instantiate the repository outside of CubicWebPublisher
Fri, 07 Dec 2012 17:23:04 +0100 Pierre-Yves David remove vreg argument to CWPublisher
Fri, 07 Dec 2012 16:10:38 +0100 Pierre-Yves David [devtools] vreg becomes a class ppty
Fri, 23 Nov 2012 16:33:00 +0100 Pierre-Yves David [devtools] drop unused `reset_schema` and `reset_vreg` class attribute
Mon, 27 May 2013 17:50:55 +0200 Pierre-Yves David [connection] move security control logic on Connection
Fri, 14 Jun 2013 12:11:42 +0200 Pierre-Yves David [connection] move hook control logic on Connection
Fri, 14 Jun 2013 12:10:45 +0200 Pierre-Yves David [session] update _hook_control docstring
Mon, 27 May 2013 16:43:02 +0200 pierre-yves [connection] reinstall cnx.data as cnx.transaction_data
Mon, 27 May 2013 16:42:39 +0200 pierre-yves [connection] give access to is_internal_session boolean
Fri, 14 Jun 2013 13:39:49 +0200 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
Tue, 14 May 2013 00:36:43 +0200 pierre-yves [connection] add logging method on connection
Thu, 13 Jun 2013 15:12:06 +0200 Pierre-Yves David rename server.session.transaction into server.session.connection
Fri, 14 Jun 2013 13:43:29 +0200 Pierre-Yves David [application] call req.set_session in application.main_handle_request
Thu, 13 Jun 2013 18:46:39 +0200 Pierre-Yves David [session-handler] use session directly to update last usage
Thu, 13 Jun 2013 18:50:19 +0200 Pierre-Yves David [application/connect] simplify connection logic
Thu, 13 Jun 2013 15:36:10 +0200 pierre-yves Drop hijack user (closes #2901093)
Thu, 13 Jun 2013 17:27:43 +0200 Pierre-Yves David [sources] drop support for ldapuser source (closes #2936496)
Fri, 14 Jun 2013 17:13:17 +0200 Pierre-Yves David merge stable back into default
Fri, 14 Jun 2013 16:26:25 +0200 David Douard 3.17 is the new stable stable
Fri, 14 Jun 2013 16:13:24 +0200 David Douard Added tag cubicweb-version-3.16.5, cubicweb-debiann-version-3.16.5-1, cubicweb-centos-version-3.16.5-1 for changeset 810a05fba1a4 stable
Fri, 14 Jun 2013 16:02:39 +0200 David Douard [pkg] prepare 3.16.5 stable cubicweb-centos-version-3.16.5-1 cubicweb-debiann-version-3.16.5-1 cubicweb-version-3.16.5
Fri, 14 Jun 2013 14:41:50 +0200 David Douard Added tag cubicweb-version-3.17.2, cubicweb-debian-version-3.17.2-1 for changeset 195e519fe97c
Thu, 13 Jun 2013 17:32:49 +0200 David Douard [pkg] prepare 3.17.2 cubicweb-debian-version-3.17.2-1 cubicweb-version-3.17.2
Fri, 14 Jun 2013 11:53:40 +0200 Julien Cristau repository: make tests pass again
Wed, 12 Jun 2013 18:33:50 +0200 Julien Cristau repository: monkey patch pyro connection handling to detect clients going away
Thu, 13 Jun 2013 12:01:23 +0200 Julien Cristau notification: use viewargs for notif_entity_updated instead of transaction_data
Thu, 13 Jun 2013 12:03:59 +0200 Julien Cristau notification: properly handle cnx and lifetime of the hijacked session
Wed, 12 Jun 2013 12:27:00 +0200 Julien Cristau notification: fix session creation (closes #2934523)
Fri, 07 Jun 2013 16:48:20 +0200 David Douard Added tag cubicweb-version-3.17.1, cubicweb-debian-version-3.17.1-1, cubicweb-centos-version-3.17.1-1 for changeset f98d1c46ed9f
Fri, 24 May 2013 13:00:28 +0200 Nicolas Chauvat [cwctl] add configure command to cw-ctl (closes #2709702) cubicweb-centos-version-3.17.1-1 cubicweb-debian-version-3.17.1-1 cubicweb-version-3.17.1
Fri, 24 May 2013 14:02:45 +0200 Nicolas Chauvat [cwctl] rename option no-post-create to no-db-create
Thu, 06 Jun 2013 16:02:46 +0200 David Douard [pkg] version 3.17.1 for rpm packages
Mon, 27 May 2013 15:48:03 +0200 pierre-yves [session] upgrade session closed error from Exception to SessionClosedError
Thu, 06 Jun 2013 12:29:44 +0200 David Douard [pkg] prepare 3.17.1
Thu, 30 May 2013 14:46:32 +0200 Pierre-Yves David [web/application] add some minimal documentation
Thu, 23 May 2013 19:25:24 +0200 pierre-yves [session] raise proper exception with get_tx is called on a closed session
Thu, 06 Jun 2013 09:44:37 +0200 David Douard [view] typo in a docstring
Fri, 24 May 2013 14:07:46 +0200 Nicolas Chauvat [cwctl] pass missing inputlevel argument to postcreate() (closes #2901037) stable
Wed, 29 May 2013 11:41:39 +0200 Julien Cristau [server] fix documentation of ZMQ options harder stable
Wed, 29 May 2013 16:44:16 +0200 Pierre-Yves David merge with 3.16.x fixes
Mon, 27 May 2013 15:39:56 +0200 Dimitri Papadopoulos [server] fix documentation of ZMQ options stable
Fri, 24 May 2013 11:16:09 +0200 Julien Cristau [zmq] set order for ZMQStartHook so other hooks don't need to stable
Thu, 23 May 2013 17:32:56 +0200 Nicolas Chauvat import merge_options directly from logilab.common
Fri, 24 May 2013 15:10:50 +0200 Nicolas Chauvat [server] fix error messages in write_sources_file()
Thu, 02 May 2013 12:22:14 +0200 Aurelien Campeas [doc] a couple almost-typos stable
Fri, 03 May 2013 17:26:23 +0200 Aurelien Campeas [schemaserial] mitigate critical message during migration
Wed, 22 May 2013 06:30:16 +0200 Dimitri Papadopoulos [doc] typo
Thu, 23 May 2013 18:57:25 +0200 Nicolas Chauvat [cw-ctl] fix help message for schemadiff In global help (closes #2888538)
Tue, 14 May 2013 18:02:24 +0200 Julien Cristau [dbapi] fix connect backwards compat harder stable
Thu, 23 May 2013 12:35:02 +0200 Julien Cristau [zmq] make publish address optional stable
Thu, 23 May 2013 14:38:43 +0200 Julien Cristau Fix documentation for zmq pub/sub hooks and configuration stable
Fri, 17 May 2013 16:25:48 +0200 Nicolas Chauvat [entity] improve deprecation messages stable
Wed, 15 May 2013 14:42:50 +0200 Sylvain Thénault [devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
Wed, 15 May 2013 16:21:23 +0200 Sylvain Thénault [testlib] fix page validator selection. Closes #2869456
Wed, 15 May 2013 14:22:51 +0200 Sylvain Thénault [testlib] introduce a validator that check xml-well formness
Wed, 15 May 2013 15:37:22 +0200 Sylvain Thénault [view] return HTML5 doctype. Closes #2869426
Mon, 06 May 2013 17:16:45 +0200 Sylvain Thénault [testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
Mon, 06 May 2013 15:58:52 +0200 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
Mon, 06 May 2013 17:13:43 +0200 Sylvain Thénault [testlib] unspaghettify Validator / PageInfo api
Mon, 06 May 2013 16:05:51 +0200 Sylvain Thénault [testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
Mon, 06 May 2013 17:26:16 +0200 Sylvain Thénault [testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
Tue, 14 May 2013 15:26:24 +0200 Dimitri Papadopoulos [dataimport] minor typo in error handling
Tue, 07 May 2013 00:29:42 +0200 Dimitri Papadopoulos [views] attempt to clarify the inline help system documentation
Mon, 06 May 2013 19:40:15 +0200 Pierre-Yves David [sobject] fix notification operation
Fri, 03 May 2013 16:36:42 +0200 David Douard Added tag cubicweb-debian-version-3.17.0-2 for changeset 09a0c7ea6c3c
Fri, 03 May 2013 16:27:34 +0200 Pierre-Yves David [pkg/debian] prepare release 3.17.0-2 cubicweb-debian-version-3.17.0-2
Fri, 03 May 2013 16:24:42 +0200 Pierre-Yves David [pkg/debian] update yams runtime depends
Fri, 03 May 2013 16:23:08 +0200 Pierre-Yves David [pkg/debian] expand all depends and co on multiple line
Thu, 02 May 2013 17:14:22 +0200 David Douard Added tag cubicweb-debian-version-3.17.0-1 for changeset 22be40c492e9
Thu, 02 May 2013 17:14:21 +0200 David Douard Added tag cubicweb-version-3.17.0 for changeset cc1a0aad580c cubicweb-debian-version-3.17.0-1
Thu, 02 May 2013 15:58:57 +0200 Pierre-Yves David [test/view] exclude some Blog entity from automatic view testing cubicweb-version-3.17.0
Thu, 02 May 2013 14:30:36 +0200 David Douard [doc] fix: cubicweb.gmap.js has moved to the geocoding cube
Tue, 30 Apr 2013 08:17:10 +0200 David Douard [test/ldap] do not assume order
Mon, 29 Apr 2013 14:49:43 +0200 Pierre-Yves David Added tags for version 3.16.4 on changeset 041804bc48e9 stable
Mon, 29 Apr 2013 12:34:23 +0200 Pierre-Yves David [notification] ensure official API is test
Mon, 29 Apr 2013 09:47:23 +0200 Alain Leufroy fix typo in notification causing NameError
Mon, 29 Apr 2013 12:29:59 +0200 Pierre-Yves David [test/notification] merge related test classe
Mon, 29 Apr 2013 11:43:36 +0200 Pierre-Yves David merge with stable
Tue, 16 Apr 2013 16:51:18 +0200 Julien Cristau [server] add a looping task to free unused cnxsets capture by dead pyro stable cubicweb-centos-version-3.16.4-1 cubicweb-debian-version-3.16.4-1 cubicweb-version-3.16.4
Mon, 29 Apr 2013 11:22:21 +0200 Pierre-Yves David [pkg/debian] update changelog to 3.17.0
Mon, 29 Apr 2013 11:06:28 +0200 Pierre-Yves David [devtools] Use XMLValidator instead deprecated SaxOnlyValidator
Fri, 26 Apr 2013 18:47:36 +0200 Pierre-Yves David [pkg] update changelog
Fri, 26 Apr 2013 18:37:47 +0200 Pierre-Yves David [pkg] prepare 3.17.0
Fri, 26 Apr 2013 18:21:18 +0200 Pierre-Yves David [pkg] prepare 3.16.4 stable
Fri, 26 Apr 2013 18:06:44 +0200 Sylvain Thénault [repo] straightforward bootstrap sequence. Closes #2841188
Wed, 24 Apr 2013 14:49:49 +0200 Sylvain Thénault [repo] minor cleanups to bootstrap sequence
Fri, 26 Apr 2013 17:46:56 +0200 Vincent Michel [schemaserial] serialize additional yams parameter for customs type
Tue, 23 Apr 2013 14:13:58 +0200 Vincent Michel [sql] preprocess_entity uses lgdb helper's SQL converters.
Wed, 24 Apr 2013 14:42:43 +0200 Sylvain Thénault [repo] kill rebuildinfered feature from Repository.set_schema
Wed, 24 Apr 2013 14:51:06 +0200 Sylvain Thénault [test] stop deepcopying for nothing
Fri, 26 Apr 2013 12:10:37 +0200 Aurelien Campeas drop xhtml content-type support (closes #2065651)
Fri, 26 Apr 2013 11:53:47 +0200 Pierre-Yves David [htmlparser] exclude <script> tag from html source
Fri, 26 Apr 2013 11:52:35 +0200 Pierre-Yves David [htmlparser] store unaltered source in pageinfo.source
Thu, 25 Apr 2013 18:38:47 +0200 Sylvain Thénault [htmlparser] rename SaxOnlyValidator to XMLValidator
Thu, 25 Apr 2013 17:46:28 +0200 Sylvain Thénault [htmlparser] add missing deprecation message
Thu, 25 Apr 2013 16:55:12 +0200 Pierre-Yves David [form] remove hard coded id
Fri, 26 Apr 2013 11:08:06 +0200 Pierre-Yves David [server/test] use server config in migration
Mon, 22 Apr 2013 17:57:46 +0200 Pierre-Yves David [session] deprecate `hijack_user` method
Thu, 25 Apr 2013 12:24:26 +0200 Pierre-Yves David [mail] drop hijack_user usage
Thu, 25 Apr 2013 13:35:02 +0200 Pierre-Yves David [notification] merge BaseNotificationView and NotificationView
Thu, 25 Apr 2013 13:34:48 +0200 Pierre-Yves David [notification] move notification view in ``sobject.notification``
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Thu, 25 Apr 2013 17:30:09 +0200 Pierre-Yves David one more merge
Thu, 25 Apr 2013 16:10:56 +0200 Sylvain Thénault [notification] introduce an official `notify_on_commit` function
Thu, 25 Apr 2013 10:57:01 +0200 Vladimir Popescu [cubicweb/doc] Replace dc_type() by cw_etype
Thu, 04 Apr 2013 11:58:41 +0200 Vladimir Popescu [dataimport] backout 6947201033be (related to #2788402)
Thu, 25 Apr 2013 15:45:38 +0200 Sylvain Thénault merge default heads
Fri, 05 Apr 2013 14:44:03 +0200 Sylvain Thénault [c-c serverctl] import locally to speed up c-c
Thu, 25 Apr 2013 12:12:15 +0200 Sylvain Thénault [facet js] minor refactoring and cleanups
Wed, 24 Apr 2013 18:11:37 +0200 David Douard [ldapfeed] Add support for LDAP groups (closes #2528116)
Wed, 24 Apr 2013 17:57:14 +0200 Pierre-Yves David [test/ldap] small improvement to ldapfeed unit tests
Wed, 24 Apr 2013 17:48:08 +0200 David Douard [ldap] prepare import of CWGroup
Wed, 24 Apr 2013 17:40:49 +0200 Pierre-Yves David [ldap] handle modification date
Wed, 24 Apr 2013 17:39:10 +0200 Pierre-Yves David [ldap] refactor attributes mapping handling
Wed, 24 Apr 2013 14:00:52 +0200 Pierre-Yves David [ldapfeed] add support for multiple email addresses from ldap
Wed, 24 Apr 2013 15:37:43 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Wed, 24 Apr 2013 15:33:49 +0200 Pierre-Yves David [session] fix hooks_control backward compat
Fri, 19 Apr 2013 16:25:45 +0200 Sylvain Thénault [facet js] fix reordering of facet check boxes. Closes #2732947 stable
Wed, 24 Apr 2013 14:40:09 +0200 Sylvain Thénault [vreg] (re)build entity classes cache after registry initialization. stable
Wed, 24 Apr 2013 12:10:12 +0200 Julien Cristau [task] allow negative intervals for add_looping_task (closes #2818280)
Wed, 24 Apr 2013 11:58:49 +0200 Pierre-Yves David [task] allow interval=0 for looping tasks
Wed, 24 Apr 2013 14:45:13 +0200 Sylvain Thénault [portable dump] skip virtual relations, they have no table associated. Closes #2841199 stable
Wed, 24 Apr 2013 14:37:48 +0200 Sylvain Thénault [test] fix skipIf import, currently failing if unittest2 is not there stable
Wed, 24 Apr 2013 14:36:41 +0200 Sylvain Thénault [test] fix bad merge stable
Tue, 23 Apr 2013 18:15:10 +0200 Pierre-Yves David merge with other default head
Tue, 23 Apr 2013 16:07:02 +0200 Pierre-Yves David [ldap] an empty 'user-base-dn' disable the user importation process,
Tue, 23 Apr 2013 15:46:09 +0200 Pierre-Yves David drop commented print
Tue, 23 Apr 2013 16:50:18 +0200 Pierre-Yves David [ldap] Major test refactoring
Tue, 23 Apr 2013 17:58:20 +0200 Pierre-Yves David [test/ldap] have RQL2LDAPFilterTC use its own database
Tue, 23 Apr 2013 16:25:56 +0200 Pierre-Yves David [ldap] quieter tests
Wed, 10 Apr 2013 17:50:11 +0200 Jérôme Roy [test/ldap source] better source naming, some cleanups (prepares #2528116)
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Tue, 23 Apr 2013 15:16:36 +0200 Pierre-Yves David [entity] add an official ``cw_etype`` property for entity
Tue, 23 Apr 2013 12:38:27 +0200 Pierre-Yves David [notification] use new style operation for notification
Mon, 22 Apr 2013 17:16:02 +0200 Pierre-Yves David [cleanup] drop code deprecated since 3.6
Mon, 22 Apr 2013 15:25:04 +0200 Pierre-Yves David [notification] fix documentation
Tue, 23 Apr 2013 12:01:14 +0200 Pierre-Yves David [ldapuser] Deprecated the source
Fri, 19 Apr 2013 15:44:42 +0200 Sylvain Thénault [rql2sql] Remove an XXX by explaining why Int non-substitution is desired
Fri, 19 Apr 2013 15:41:56 +0200 Sylvain Thénault [rql2sql] Boolean values should be substitued like others. Closes #2829481
Mon, 22 Apr 2013 14:54:22 +0200 Nicolas Chauvat [toward-py3k] rewrite __cmp__ (closes #2715115)
Mon, 08 Apr 2013 17:33:49 +0200 Julien Cristau skeleton: add RPM spec template (closes #2800884)
Tue, 16 Apr 2013 13:44:01 +0200 Pierre-Yves David [clean_session] revert itervalues usage from 0bb18407c053 stable
Mon, 15 Apr 2013 13:18:01 +0200 Pierre-Yves David merge 3.16.x fix
Wed, 10 Apr 2013 16:46:18 +0200 Jérôme Roy [ldap] Use correct API for logging message
Fri, 12 Apr 2013 11:39:10 +0200 Julien Cristau Fix obsolete docstring for add_looping_task stable
Thu, 11 Apr 2013 10:32:00 +0200 Julien Cristau [devtools] prevent Xvfb resets stable
Wed, 10 Apr 2013 16:22:48 +0200 Jérôme Roy [LDAP] rename unittest ldapuser to ldapsource (prepares #2528116)
Wed, 10 Apr 2013 15:34:18 +0200 Julien Cristau [devtools] protect xvfb-run.sh against clean_up being called twice stable
Wed, 10 Apr 2013 10:44:55 +0200 David Douard Added tag cubicweb-version-3.16.3, cubicweb-debian-version-3.16.3-1, cubicweb-centos-version-3.16.3-1 for changeset ee860c51f56b stable
Wed, 10 Apr 2013 10:39:15 +0200 David Douard 3.16.3 stable cubicweb-centos-version-3.16.3-1 cubicweb-debian-version-3.16.3-1 cubicweb-version-3.16.3
Tue, 09 Apr 2013 14:23:24 +0200 Julien Cristau [service] make sure synchronous call_service has a cnxset stable
Tue, 09 Apr 2013 11:56:27 +0200 Pierre-Yves David Merge testfunc testfunc resurrection Closes #2535377 stable
Tue, 09 Apr 2013 11:40:45 +0200 Pierre-Yves David [web] move qunit test back into web and fix the hanging oldstable
Mon, 08 Apr 2013 17:34:25 +0200 William Wordsworth [test] drop forsaken windmill test (Closes 2535376) oldstable
Tue, 09 Apr 2013 09:03:12 +0200 David Douard Added tag cubicweb-debian-version-3.16.2-1 for changeset b3c1ad0cbf00 stable
Tue, 09 Apr 2013 09:03:11 +0200 David Douard Added tag cubicweb-version-3.16.2 for changeset a2b4f245aa57 stable cubicweb-debian-version-3.16.2-1
Mon, 08 Apr 2013 19:30:42 +0200 David Douard 3.16.2 stable cubicweb-version-3.16.2
Mon, 08 Apr 2013 18:38:20 +0200 Julien Cristau [server/test] remove dependency on a pyro name server (closes #2801737) stable
Mon, 08 Apr 2013 17:30:53 +0200 Julien Cristau [packaging] add spec file to build RPMs (closes #2800850) stable
Mon, 08 Apr 2013 17:12:53 +0200 Aurelien Campeas [predicates] keep making `yes` predicate importable from cubicweb (closes #2790319) stable
Mon, 08 Apr 2013 16:53:03 +0200 David Douard [views/tables|css] backout rev 895e34d9ae0d stable
Mon, 08 Apr 2013 16:43:26 +0200 Pierre-Yves David [webconfig] cleanly handles ``fckeditor_installed`` when no uiprops stable
Mon, 08 Apr 2013 16:19:29 +0200 Pierre-Yves David [webconfig] fallback to default configs if https ones are not defined stable
Mon, 08 Apr 2013 16:13:03 +0200 Pierre-Yves David [webconfig] explicit some webconfig attribute stable
Mon, 08 Apr 2013 14:45:10 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Mon, 08 Apr 2013 14:18:32 +0200 Pierre-Yves David merge with 3.15.x fix stable
Mon, 08 Apr 2013 14:16:56 +0200 Pierre-Yves David Added tag cubicweb-debian-version-3.15.11-1 for changeset 09d65bc1f025 oldstable
Mon, 08 Apr 2013 14:16:46 +0200 Pierre-Yves David Added tag cubicweb-version-3.15.11 for changeset 38c6a3ea8252 oldstable cubicweb-debian-version-3.15.11-1
Wed, 03 Apr 2013 10:55:56 +0200 Sylvain Thénault [querier] improve 'Password selection not allowed' error message stable
Wed, 03 Apr 2013 11:09:50 +0200 Sylvain Thénault [predicates] use select_or_none rather than select+try/except, expected to be more efficient stable
Mon, 08 Apr 2013 12:43:57 +0200 Pierre-Yves David [pkg] prepare version 3.15.11 ? oldstable cubicweb-version-3.15.11
Mon, 08 Apr 2013 12:42:36 +0200 Pierre-Yves David merge 3.14.x fix into 3.15.x oldstable
Wed, 03 Apr 2013 10:51:15 +0200 Sylvain Thénault [facet] ensure a facet DOM id is a valid jQuery identifier. Closes #2789089 oldstable
Mon, 04 Feb 2013 14:39:55 +0100 Sylvain Thénault [predicates] fix 'adaptable' implementation, used to return 0 on a rset with individualy adaptable entities of different types. Closes #2709663 oldstable
Wed, 03 Apr 2013 14:33:20 +0200 Pierre-Yves David [cmd] fix exlog documentation (closes #2715913) oldstable
Mon, 08 Apr 2013 12:26:39 +0200 Pierre-Yves David Added tag cubicweb-debian-version-3.14.10-1 for changeset 197bcd087c87 oldstable
Mon, 08 Apr 2013 12:26:28 +0200 Pierre-Yves David Added tag cubicweb-version-3.14.10 for changeset 0ff798f80138 oldstable cubicweb-debian-version-3.14.10-1
Mon, 08 Apr 2013 12:19:24 +0200 Pierre-Yves David [pkg] prepare 3.14.10 release oldstable cubicweb-version-3.14.10
Mon, 08 Apr 2013 11:09:50 +0200 Adrien Di Mascio [querier] fix eid relations handling in SET queries (closes #2797052) oldstable
Thu, 04 Apr 2013 17:45:09 +0200 Nicolas Chauvat [ext/rest] add directive bookmark to rest (closes #2545595)
Wed, 03 Apr 2013 12:17:24 +0200 David Douard [c-c create] make post-create step optional (closes #2712041)
Fri, 15 Mar 2013 12:11:29 +0100 Rémi Cardona [cwconfig] Add optional configuration param to load a UI cube before other cubes
Tue, 02 Apr 2013 12:13:06 +0200 Rémi Cardona [web/views] Move massmailing to its own cube (closes #2788086)
Tue, 02 Apr 2013 18:15:24 +0200 Pierre-Yves David merge with stable fix
Tue, 02 Apr 2013 16:06:22 +0200 Pierre-Yves David [req] explicit `user` attribute
Tue, 02 Apr 2013 16:02:52 +0200 Pierre-Yves David [test] use the right order in some assertEqual
Fri, 29 Mar 2013 18:00:37 +0100 Pierre-Yves David [session/transaction] move resource accessors on Transaction
Fri, 29 Mar 2013 17:39:14 +0100 Pierre-Yves David [session/transaction] move multiple utility on Transaction
Fri, 29 Mar 2013 17:25:56 +0100 Pierre-Yves David [session/transaction] handle cnxset repository logic in transaction
Fri, 29 Mar 2013 12:34:53 +0100 Pierre-Yves David [transaction] keep a reference to the repo object
Fri, 29 Mar 2013 18:57:13 +0100 Pierre-Yves David [session] make security_enabled API private
Fri, 29 Mar 2013 12:47:04 +0100 Pierre-Yves David [session] make hook_control API private
Tue, 02 Apr 2013 15:11:41 +0200 Pierre-Yves David [service] split session retrieval and service execution stable
Tue, 02 Apr 2013 15:11:21 +0200 Pierre-Yves David [service] handle cnxset in the async case only stable
Tue, 02 Apr 2013 14:46:13 +0200 Pierre-Yves David [service] extract session retrieval from "task" closure stable
Tue, 12 Mar 2013 18:31:15 +0100 Vladimir Popescu [cubicweb/doc] Add tutorial on data import in CubicWeb.
Tue, 02 Apr 2013 12:05:51 +0200 Vladimir Popescu [dataimport] Slight message modification in exception handling code.
Tue, 02 Apr 2013 12:04:22 +0200 Vladimir Popescu [dataimport] Handle various data formats when creating buffers from data.
Tue, 02 Apr 2013 12:12:41 +0200 Vladimir Popescu [dataimport] Add a ``flush`` method for all stores.
Tue, 02 Apr 2013 12:11:44 +0200 Vladimir Popescu [dataimport] Uniformize the API across the different stores.
Thu, 28 Mar 2013 15:43:23 +0100 Anthony Truchet [data] Add a CSS for undo UI rendering stable
Mon, 17 Dec 2012 14:03:56 +0100 Julien Cristau [web/views] extract cube geocoding (closes #353000)
Mon, 11 Feb 2013 11:47:50 +0100 David Douard [c-c list] add an optional argument to the list command (closes #2709703)
Wed, 13 Mar 2013 18:17:16 +0100 Florent Cayre default base-url now uses fdqn instead of hostname only (closes #2542815)
Thu, 28 Mar 2013 15:01:02 +0100 Aurelien Campeas [editcontroller] a small debugging help (closes #2518980) stable
Thu, 28 Mar 2013 13:48:48 +0100 Dimitri Papadopoulos [doc] small doc improvement
Thu, 28 Mar 2013 13:48:26 +0100 Dimitri Papadopoulos [doc] fix Pyro url
Thu, 28 Mar 2013 13:47:54 +0100 Dimitri Papadopoulos [doc] fix Narval project url
Thu, 28 Mar 2013 13:46:50 +0100 Dimitri Papadopoulos [tutorial] minor documentation fixes
Thu, 28 Mar 2013 12:41:14 +0100 Pierre-Yves David merge 3.16.x fix in 3.17.x
Thu, 28 Mar 2013 12:32:26 +0100 Pierre-Yves David merge 3.15.x into 3.16.x stable
Thu, 28 Mar 2013 12:31:39 +0100 Aurelien Campeas server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641) oldstable
Thu, 28 Mar 2013 11:40:19 +0100 Pierre-Yves David [doc] update 3.17 release note
Thu, 28 Mar 2013 11:45:17 +0100 Pierre-Yves David [migration] fix bug in `CWAttributeAddOp.revertprecommit_event` oldstable
Wed, 27 Mar 2013 16:41:45 +0100 Pierre-Yves David [session] security context directly use transaction object when applicable
Wed, 27 Mar 2013 16:43:34 +0100 Pierre-Yves David [session] move context manager logic in the security context manager
Wed, 27 Mar 2013 16:42:18 +0100 Pierre-Yves David [session] hook control context directly use transaction object when applicable
Wed, 27 Mar 2013 16:17:21 +0100 Pierre-Yves David [session] move context manager logic in the hook controls context manager
Wed, 27 Mar 2013 14:05:14 +0100 Pierre-Yves David [session] drop the useless set_hooks_mode method
Wed, 27 Mar 2013 17:09:55 +0100 Pierre-Yves David [session/transaction] move most undo support into transaction
Wed, 27 Mar 2013 11:42:13 +0100 Pierre-Yves David [session] simplify mode property
Wed, 27 Mar 2013 11:01:40 +0100 Pierre-Yves David [session/transaction] pass the session object to the Transaction __init__
Wed, 27 Mar 2013 19:54:36 +0100 Pierre-Yves David [session] use a dedicated class to track cnxset
Tue, 26 Mar 2013 15:26:29 +0100 Pierre-Yves David [session] cleanup Transaction.cnxset
Mon, 25 Mar 2013 17:50:11 +0100 Pierre-Yves David [session] drop useless getter and setter for security
Wed, 27 Mar 2013 19:40:09 +0100 Pierre-Yves David [session/transaction] move read_security subtlety in transaction
Mon, 25 Mar 2013 16:08:02 +0100 Pierre-Yves David [transaction] initialize dbapi_request in __init__
Wed, 27 Mar 2013 17:00:25 +0100 Pierre-Yves David [whatsnew] notify drop of deprecated code
Wed, 27 Mar 2013 16:33:48 +0100 Vladimir Popescu [web/views] extract cube embed (closes #1916015)
Tue, 26 Mar 2013 12:26:12 +0100 Rémi Cardona [skeleton] Update debian packaging to support only python 2.6 and up
Wed, 27 Mar 2013 16:58:13 +0100 Rémi Cardona Drop iprogress code (closes #2777628)
Wed, 27 Mar 2013 16:36:47 +0100 Simon Chabot [web/views] extract cube sioc (closes #1916018)
Wed, 27 Mar 2013 15:36:41 +0100 Rémi Cardona [doc] Add 3.17 release notes
Wed, 27 Mar 2013 15:38:05 +0100 Pierre-Yves David [migration] mark all version prior 3.7 as non-migrable
Wed, 27 Mar 2013 14:53:40 +0100 Pierre-Yves David [dataimport] drop checkpoint backward compat API
Wed, 27 Mar 2013 14:53:06 +0100 Pierre-Yves David [dataimport] drop index support deprecated since 3.7
Wed, 27 Mar 2013 14:51:42 +0100 Pierre-Yves David [utils] drop pre-3.7 compat in util
Wed, 27 Mar 2013 14:50:58 +0100 Pierre-Yves David [migration] drop pre-3.7 utility
Wed, 27 Mar 2013 14:50:10 +0100 Pierre-Yves David [entity] drop pre-3.7 api on session
Wed, 27 Mar 2013 14:49:12 +0100 Pierre-Yves David drop dubious comment
Wed, 27 Mar 2013 15:03:14 +0100 Pierre-Yves David [req] drop pre-3.7 api on request
Wed, 27 Mar 2013 14:46:55 +0100 Pierre-Yves David [session] drop pre-3.7 api on session
Mon, 25 Mar 2013 16:35:18 +0100 Pierre-Yves David [transaction] use set operation in the hook control code
Mon, 25 Mar 2013 16:08:48 +0100 Pierre-Yves David [session/transaction] move hook management in transaction itself
Mon, 25 Mar 2013 15:28:18 +0100 Pierre-Yves David [session] allow writable tx_attr and use it for commit_state
Mon, 25 Mar 2013 16:12:39 +0100 Pierre-Yves David [session/transaction] move add operation in session code
Mon, 25 Mar 2013 16:13:34 +0100 Pierre-Yves David [session/transaction] move entity life utility on transaction
Mon, 25 Mar 2013 16:20:25 +0100 Pierre-Yves David [transaction] small simplification in ecache code
Mon, 25 Mar 2013 14:16:16 +0100 Pierre-Yves David [session/transaction] move entity cache management on session
Mon, 25 Mar 2013 14:17:31 +0100 Pierre-Yves David [session] have a nice helper function to forward access to session
Mon, 25 Mar 2013 12:41:13 +0100 Pierre-Yves David [session] drop dead code
Fri, 22 Mar 2013 20:14:08 +0100 Pierre-Yves David [session] use tx.data directly in session code.
Fri, 22 Mar 2013 20:11:17 +0100 Pierre-Yves David [transaction] rename transaction_data to data
Fri, 22 Mar 2013 19:58:43 +0100 Pierre-Yves David [session] document Session._tx
Fri, 22 Mar 2013 20:05:49 +0100 Pierre-Yves David [session] split session creation from default session assignation
Fri, 22 Mar 2013 20:04:43 +0100 Pierre-Yves David [session] make session lock reentrant
Fri, 22 Mar 2013 19:51:50 +0100 Pierre-Yves David [session] document set_tx
Fri, 22 Mar 2013 19:49:57 +0100 Pierre-Yves David [session] rename txstore variable to tx
Fri, 22 Mar 2013 20:10:19 +0100 Pierre-Yves David [session] rename `_threaddata` to `_tx`
Fri, 22 Mar 2013 19:37:51 +0100 Pierre-Yves David [session] rename self.__threaddata.txdata to self.__threaddata.tx
Fri, 22 Mar 2013 19:42:33 +0100 Pierre-Yves David [session] rename _tx_data into _txs
Fri, 22 Mar 2013 19:32:25 +0100 Pierre-Yves David [transaction] relocate method building transaction context manager
Fri, 22 Mar 2013 18:49:48 +0100 Pierre-Yves David [transaction] move RQLRewriter in Transaction
Fri, 22 Mar 2013 18:38:56 +0100 Pierre-Yves David [transaction] initialize security control attribute in Transaction
Fri, 22 Mar 2013 18:33:53 +0100 Pierre-Yves David [session] move security constant out of the class
Fri, 22 Mar 2013 18:27:34 +0100 Pierre-Yves David [transaction] initialize hook control attribute in Transaction
Fri, 22 Mar 2013 18:34:04 +0100 Pierre-Yves David [session] Move hook control constants out of the class
Mon, 25 Mar 2013 14:20:10 +0100 Pierre-Yves David [transaction] initialize transaction data and state related attribute.
Fri, 22 Mar 2013 18:51:03 +0100 Pierre-Yves David [transaction] handle ``mode`` default value in Transaction
Fri, 22 Mar 2013 17:47:45 +0100 Pierre-Yves David [transaction] explicit Transaction cnxset attribute
Fri, 22 Mar 2013 17:09:49 +0100 Pierre-Yves David [server] rename TransactionData to Transaction
Fri, 22 Mar 2013 19:31:21 +0100 Pierre-Yves David [doc] update Session documentation
Thu, 21 Mar 2013 19:08:07 +0100 Pierre-Yves David merge 3.16 fix in default
Thu, 21 Mar 2013 16:52:13 +0100 Julien Cristau [devtools] fix a couple issues with xvfb-run stable
Thu, 21 Mar 2013 16:37:06 +0100 Julien Cristau [devtools/qunit] don't open-code subprocess.Popen.terminate stable
Thu, 21 Mar 2013 16:01:05 +0100 Julien Cristau [devtools/qunit] get rid of unused variable stable
Tue, 18 Oct 2011 16:55:16 +0200 Alain Leufroy [server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743) stable
Thu, 18 Oct 2012 15:52:05 +0200 Arthur Lutz [book] remove XXX to an old discussion about appengine stable
Fri, 22 Feb 2013 12:20:59 +0100 Sylvain Thénault [web publish] in case of error, ensure proper http status is set and Content-disposition header is reseted. Closes #2553066 stable
Tue, 12 Mar 2013 12:34:07 +0100 Julien Cristau Add CubicWebRequestBase.content (closes #2742453)
Thu, 17 Jan 2013 14:55:07 +0100 David Douard add the match_http_method predicate (closes #2559932)
Thu, 21 Mar 2013 18:35:19 +0100 Pierre-Yves David [pkg] the previous commit requires new feature in yams.
Fri, 30 Nov 2012 16:43:36 +0100 Alexandre Richardson add a command to compare db schema and file system schema (closes #464991)
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Wed, 20 Mar 2013 17:58:14 +0100 Pierre-Yves David merge with stable
Thu, 21 Mar 2013 18:13:31 +0100 Pierre-Yves David 3.15 is the new old stable oldstable
Mon, 17 Sep 2012 14:39:29 +0200 Arthur Lutz [web] don't link to None in author box (when author has been deleted) (closes #2409855) stable
Tue, 19 Mar 2013 18:20:57 +0100 Julien Cristau dbapi: try to restore compatibility of the connect api with 3.15 stable
Wed, 20 Mar 2013 17:40:25 +0100 Pierre-Yves David 3.16 is the new stable stable
Tue, 19 Mar 2013 16:56:46 +0100 Aurelien Campeas Added tag cubicweb-debian-version-3.15.10-1 for changeset feca12e4a618 stable
Tue, 19 Mar 2013 16:56:45 +0100 Aurelien Campeas Added tag cubicweb-version-3.15.10 for changeset 89bdb5444cd2 stable cubicweb-debian-version-3.15.10-1
Tue, 19 Mar 2013 16:56:28 +0100 Aurelien Campeas prepare 3.15.10 stable cubicweb-version-3.15.10
Tue, 19 Mar 2013 16:54:32 +0100 Aurelien Campeas Added tag cubicweb-debian-version-3.16.1-1 for changeset 84fbcdc8021c
Tue, 19 Mar 2013 16:54:31 +0100 Aurelien Campeas Added tag cubicweb-version-3.16.1 for changeset d95cbb7349f0 cubicweb-debian-version-3.16.1-1
Tue, 19 Mar 2013 16:53:57 +0100 Aurelien Campeas prepare 3.16.1 cubicweb-version-3.16.1
Tue, 19 Mar 2013 15:30:06 +0100 Aurelien Campeas [views/primary] some inner sections should use the `limit` by default to avoid a denial of service (closes #2719110)
Tue, 19 Mar 2013 15:18:22 +0100 Aurelien Campeas [entity] ensure the .related(entities=False) parameter is honored all the way down (closes #2755994)
Tue, 19 Mar 2013 15:17:34 +0100 Aurelien Campeas [test/web] fix invisibly bogus test (prepares #2755994)
Fri, 08 Mar 2013 11:03:28 +0100 Rémi Cardona [cwconfig] Fix exception handling when building the cube dependency graph
Tue, 19 Mar 2013 12:25:18 +0100 Aurelien Campeas [merge] backport stable fixes
Mon, 18 Mar 2013 16:38:57 +0100 Aurelien Campeas [test/sobject] fix test regression stable
Wed, 13 Mar 2013 18:36:49 +0100 Rémi Cardona [web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130) stable
Wed, 13 Mar 2013 19:23:22 +0100 Rémi Cardona [web/component] Use global variable to point to ajax controller (part of #2758254) stable
Tue, 19 Mar 2013 12:24:40 +0100 Rémi Cardona [web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) stable
Tue, 19 Mar 2013 10:08:20 +0100 Aurelien Campeas [devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
Tue, 12 Mar 2013 19:24:43 +0100 Rémi Cardona [component] Fix URL generation for navigation component (closes #2464832) stable
Tue, 12 Mar 2013 12:08:22 +0100 Pierre-Yves David merge with another default heads
Tue, 12 Mar 2013 12:04:51 +0100 Pierre-Yves David Merge stable into default (NON-TRIVIAL)
Fri, 08 Feb 2013 18:36:00 +0100 Nicolas Chauvat maintain python2.5 compatibility stable
Fri, 18 Jan 2013 11:36:21 +0100 Julien Cristau [schema/workflow] one more typo fix stable
Fri, 22 Feb 2013 11:17:02 +0100 Julien Cristau [devtools] add http_publish to CubicWebTC (closes #2565882)
Fri, 18 Jan 2013 12:47:40 +0100 Sylvain Thénault [testlib] url_publish should give url to the request and the rset returned by the path evaluator to ctrl_publish. Closes #2557468
Fri, 22 Feb 2013 19:36:40 +0100 Nicolas Chauvat [towards py3k] import reduce() from functools (part of #2711624)
Mon, 11 Mar 2013 18:37:01 +0100 Pierre-Yves David merge stable fix into default
Wed, 09 Jan 2013 18:37:48 +0100 Sylvain Thénault [doc] document dbapi.Connection stable
Fri, 08 Mar 2013 09:15:09 +0100 Sylvain Thénault [c-c shell] fix command description (-P option is gone long ago) stable
Mon, 11 Mar 2013 14:46:09 +0100 Aurelien Campeas [hooks/syncschema] do not crash when adding a new entity type (closes #2741643) stable
Tue, 29 Jan 2013 16:57:44 +0100 pwatteyne [views/debug] Do not show all web sessions without CNX, just count them (closes #2602161) stable
Tue, 05 Mar 2013 15:37:37 +0100 Sylvain Thénault [facets js] use $ instead of jQuery and other small cleanups
Thu, 17 Jan 2013 15:42:09 +0100 Julien Cristau [devtools/httptest] allow sending other types of requests besides GET
Fri, 08 Mar 2013 18:43:42 +0100 Pierre-Yves David merge with stable
Mon, 04 Mar 2013 17:22:57 +0100 Nicolas Chauvat [ext/rest] fix docstring of rql_role() stable
Fri, 08 Mar 2013 18:04:40 +0100 Vincent Michel [web application] Fix missing self. in error_handler stable
Tue, 18 Dec 2012 12:42:56 +0100 Sylvain Thénault [ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398
Wed, 20 Feb 2013 16:13:21 +0100 Nicolas Chauvat [sources] fix classes that inherit from AbstractSource (closes #2718669)
Thu, 24 Jan 2013 10:28:49 +0100 Julien Cristau [login] don't redirect to http url if we allow anonymous on https
Mon, 25 Feb 2013 11:34:58 +0100 Jérôme Roy Correct typo in example
Mon, 25 Feb 2013 18:02:11 +0100 Julien Cristau [testlib] make test_view load the json data
Mon, 11 Feb 2013 12:06:16 +0100 Rémi Cardona [etwist] Properly escape traceback output (closes #2712042)
Mon, 11 Feb 2013 11:26:08 +0100 Rémi Cardona [dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
Mon, 25 Feb 2013 11:18:14 +0100 Aurelien Campeas [cwvreg] complete cw.web.uicfg cleanup callback (closes #2718217)
Thu, 28 Feb 2013 11:19:36 +0100 Pierre-Yves David [book] fix typo.
Sat, 16 Feb 2013 21:46:24 +0100 Nicolas Chauvat [towards py3k] fix bug introduced by 0bb18407c053
Tue, 21 Feb 2012 18:23:23 +0100 Anthony Truchet [doc] Book entry for the undo functionnality.
Thu, 14 Feb 2013 16:45:07 +0100 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 14 Feb 2013 15:29:20 +0100 Nicolas Chauvat pkg: drop python 2.5 compatibility (closes #2711624)
Thu, 14 Feb 2013 15:21:23 +0100 Pierre-Yves David devtools: improve qunit timeout message
Thu, 14 Feb 2013 14:26:33 +0100 Pierre-Yves David merge default into stable
Tue, 12 Feb 2013 11:35:15 +0100 Nicolas Chauvat [devtools] fix broken windmill test case stable
Thu, 31 Jan 2013 18:34:31 +0100 David Douard Added tag cubicweb-debian-version-3.15.9-1 for changeset 29fbc632a696 stable
Thu, 31 Jan 2013 18:34:30 +0100 David Douard Added tag cubicweb-version-3.15.9 for changeset 8bfc0753f1da stable cubicweb-debian-version-3.15.9-1
Fri, 25 Jan 2013 17:56:15 +0100 David Douard Added tag cubicweb-debian-version-3.16.0-1 for changeset 853237d1daf6
Fri, 25 Jan 2013 17:56:14 +0100 David Douard Added tag cubicweb-version-3.16.0 for changeset 6c7c2a02c9a0 cubicweb-debian-version-3.16.0-1
Fri, 25 Jan 2013 17:52:02 +0100 David Douard 3.15.9 stable cubicweb-version-3.15.9
Fri, 25 Jan 2013 16:44:07 +0100 Aurelien Campeas [ldap test] fix bad merge cubicweb-version-3.16.0
Fri, 25 Jan 2013 14:33:40 +0100 Aurelien Campeas [merge] backport stable fixes
Fri, 25 Jan 2013 13:28:23 +0100 Aurelien Campeas [cwctl] fix cubicweb-ctl shell command (closes #2583919)
Thu, 24 Jan 2013 16:13:40 +0100 David Douard [ldap test] move the slapd database directory to a tempdir (closes #2583993) stable
Thu, 24 Jan 2013 16:10:31 +0100 David Douard [ldap auth] make sure imported passwords from LDAP are encrypted (closes #2583994) stable
Tue, 18 Dec 2012 12:25:08 +0100 Sylvain Thénault [ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399 stable
Wed, 09 Jan 2013 14:27:51 +0100 Aurelien Campeas [doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863) stable
Wed, 23 Jan 2013 17:58:49 +0100 Aurelien Campeas prepare 3.16
Wed, 23 Jan 2013 18:20:05 +0100 Aurelien Campeas [doc/3.16] complete description of what changed
Fri, 04 Jan 2013 15:39:52 +0100 Sylvain Thénault [rql sources] uses an URL as remote host address for pyro/zmq rql sources,
Fri, 04 Jan 2013 15:18:44 +0100 Sylvain Thénault [repo sources] move handling of source's url into abstract source as this becomes shared by most sources
Thu, 10 Jan 2013 22:52:47 +0100 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
Thu, 10 Jan 2013 22:51:10 +0100 Sylvain Thénault [repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
Thu, 10 Jan 2013 22:50:34 +0100 Sylvain Thénault cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
Tue, 22 Jan 2013 18:16:20 +0100 Aurelien Campeas prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
Mon, 21 Jan 2013 18:01:25 +0100 Sylvain Thénault [db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
Thu, 10 Jan 2013 23:05:45 +0100 Sylvain Thénault [ldap test] ensure slapdd launch went fine and move ldapfeed setUp to parent class, as all ldap sources deal with url
Thu, 10 Jan 2013 18:11:33 +0100 Aurelien Campeas [web/uihelper,uicfg] transform uihelper functions into uicfg objects methods (closes #2543949)
Mon, 21 Jan 2013 16:34:09 +0100 Florent Cayré make ui configurations selectable (closes #2406609)
Thu, 10 Jan 2013 18:34:10 +0100 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
Thu, 10 Jan 2013 13:03:38 +0100 Aurelien Campeas [appobject] introduce RegistrableObject base class (prepares #2406609)
Mon, 21 Jan 2013 13:55:25 +0100 Aurelien Campeas [cwvreg] introduce lgc version 0.59 and remove unneeded method redefinition (prepares #2406609)
(0) -3000 -1000 -480 +480 +1000 +3000 tip