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)
Fri, 23 Nov 2012 18:27:35 +0100 Pierre-Yves David [BFSS] mark fs_imported value as uncachable
Fri, 18 Jan 2013 18:48:15 +0100 Pierre-Yves David [entity] add a "repo_side" parameter to `_cw_dont_cache_attribute`
Fri, 18 Jan 2013 18:31:51 +0100 Aurelien Campeas [merge] backport stable fixes
Fri, 18 Jan 2013 18:31:25 +0100 Aurelien Campeas [entities] fix test failures introduced by fixes in workflow related message strings (completes 9bb93efa1952) stable
Fri, 18 Jan 2013 16:40:11 +0100 Vladimir Popescu [doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
Fri, 18 Jan 2013 17:37:35 +0100 Aurelien Campeas [entity,views/json] backout 353bbd17a8b6 (reopens #2559931) stable
Tue, 15 Jan 2013 20:17:09 +0100 Julien Cristau [schemas] fix typo stable
Thu, 17 Jan 2013 18:30:08 +0100 Pierre-Yves David merge with stable
Thu, 10 Jan 2013 18:31:43 +0100 Aurelien Campeas [appobject] cleanup module (prepares #2406609)
Thu, 17 Jan 2013 14:29:12 +0100 Aurelien Campeas [uicfg] remove pre 3.6 bw compat structure (prepares #2406609)
Thu, 17 Jan 2013 17:12:06 +0100 Sylvain Thénault [testlib] test_view now parse json data, closes #2557467 stable
Thu, 17 Jan 2013 14:39:51 +0100 Sylvain Thénault Improve entity json export (closes #2559931) stable
Thu, 17 Jan 2013 14:40:57 +0100 Sylvain Thénault [web/application/test] drop useless code stable
Thu, 17 Jan 2013 15:11:37 +0100 Pierre-Yves David [test] precheck initial condition stable
Wed, 16 Jan 2013 17:42:16 +0100 Julien Cristau [packaging] Fix search in squeeze cubicweb-documentation package (closes #2558496) stable
Wed, 16 Jan 2013 17:41:45 +0100 Julien Cristau [packaging] don't compress txt files (closes #2558496) stable
Wed, 09 Jan 2013 21:48:59 +0100 Sylvain Thénault [wf/test] fix tests broken by changes from another patch which have slipped there
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Wed, 09 Jan 2013 15:46:05 +0100 Aurelien Campeas [web/test] fix stale reference to the changelog view (closes #2423532)
Wed, 09 Jan 2013 18:03:17 +0100 David Douard Added tag cubicweb-debian-version-3.15.8-1 for changeset 4ef457479337 stable
Wed, 09 Jan 2013 18:03:17 +0100 David Douard Added tag cubicweb-version-3.15.8 for changeset 459d0c48dfaf stable cubicweb-debian-version-3.15.8-1
Wed, 09 Jan 2013 16:04:26 +0100 Aurelien Campeas [test] fix possible views test (closes #2544358) stable cubicweb-version-3.15.8
Wed, 09 Jan 2013 15:40:41 +0100 Aurelien Campeas prepare 3.15.8 stable
Wed, 09 Jan 2013 14:29:29 +0100 Aurelien Campeas [ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776) stable
Tue, 08 Jan 2013 15:53:22 +0100 Aurelien Campeas [ldaputils,ldapparser] correctly compute "deleted" users (closes #2542083) stable
Thu, 03 Jan 2013 23:27:56 +0100 Sylvain Thénault [dataimport] new ignore_errors argument to ucsvreader, default to False. Closes #2547200
Tue, 18 Dec 2012 11:40:51 +0100 David Douard [ldapsource] keep python 2.5 compatibility (closes #2541602) stable
Tue, 18 Dec 2012 10:42:11 +0100 Aurelien Campeas [ldapuser2ldapfeed] .values -> .iteritems (closes #2542872) stable
Mon, 17 Dec 2012 14:40:03 +0100 Aurelien Campeas [ldap tests] cleanup in preparation of #2542083 stable
Mon, 17 Dec 2012 14:26:41 +0100 Aurelien Campeas [ldapparser] demote warning level (actually important user info can leak there) (prepares #2542083) stable
Thu, 03 Jan 2013 23:10:50 +0100 Arthur Lutz Remove changelog view (closes #2423532)
Wed, 02 Jan 2013 18:17:02 +0100 Vincent Michel [dataimport] Allow to replace escape char in the create_copyfrom_buffer
Sun, 30 Dec 2012 22:31:10 +0100 Nicolas Chauvat [doc] fix function name FTIRANK stable
Thu, 20 Dec 2012 12:15:57 +0100 Adrien Di Mascio [json] enable jsonexport selection on empty rsets (closes #2544358) stable
Thu, 20 Dec 2012 12:14:14 +0100 Adrien Di Mascio [test] fix req default value handling in CubicWebTC.view (closes #2544376) stable
Wed, 19 Sep 2012 17:16:04 +0200 Aurelien Campeas [ajax] fix attribute lookup (closes #2491038)
Tue, 11 Dec 2012 18:20:00 +0100 Aurelien Campeas [server] add debugging for Hooks & Operations (closes #2470048)
Fri, 14 Dec 2012 14:08:14 +0100 Vincent Michel [dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
Mon, 26 Nov 2012 12:52:33 +0100 Pierre-Yves David [test] swap order in assert of `test_users_and_groups_non_readable_by_guests`
Mon, 26 Nov 2012 19:47:12 +0100 Pierre-Yves David [test] fix server/querier/build_descr1 test.
Tue, 27 Nov 2012 12:36:33 +0100 Pierre-Yves David [server] make `test_bfss_fs_importing_transparency` less verbose on failure
Fri, 23 Nov 2012 17:12:58 +0100 Pierre-Yves David [entity] drop redundant cache update
Mon, 03 Dec 2012 13:22:10 +0100 Nicolas Chauvat [cw-ctl] silence msgcat and msgfmt (closes #2527594)
Wed, 12 Dec 2012 22:13:38 +0100 David Douard Added tag cubicweb-debian-version-3.15.7-1 for changeset c5400558f370 stable
Wed, 12 Dec 2012 22:13:37 +0100 David Douard Added tag cubicweb-version-3.15.7 for changeset d8916cee7b70 stable cubicweb-debian-version-3.15.7-1
Wed, 12 Dec 2012 22:11:52 +0100 David Douard prepare 3.15.7 stable cubicweb-version-3.15.7
Tue, 04 Dec 2012 13:41:20 +0100 Sylvain Thénault [migration] fix crash when adding a new meta relation type. Closes #2532483 stable
Mon, 10 Dec 2012 11:50:42 +0100 David Douard [ldapfeed] fix connection leak (closes #2532528) stable
Tue, 04 Dec 2012 16:16:08 +0100 David Douard [zmq] add an introductive docstring on ZMQComm stable
Tue, 11 Dec 2012 16:14:57 +0100 Sylvain Thénault [server config] on quick start, system source is still activated. Closes #2535714 stable
Tue, 11 Dec 2012 17:07:57 +0100 Pierre-Yves David [web] use `inline` `Content-Disposition` by default (closes #2535734) stable
Tue, 11 Dec 2012 16:57:18 +0100 Pierre-Yves David [web] allow configuration of the Content-disposition value stable
Tue, 11 Dec 2012 17:17:40 +0100 Pierre-Yves David [downloadable] fix filename HTTP header for simple name with space (closes #2535715) stable
Mon, 03 Dec 2012 00:03:03 +0100 Nicolas Chauvat merge fixes from stable
Fri, 30 Nov 2012 21:19:36 +0100 David Douard Added tag cubicweb-debian-version-3.15.6-1 for changeset b05e156b8fe7 stable
Fri, 30 Nov 2012 21:19:35 +0100 David Douard Added tag cubicweb-version-3.15.6 for changeset 0163bd9f4880 stable cubicweb-debian-version-3.15.6-1
Fri, 30 Nov 2012 21:18:05 +0100 David Douard prepare 3.15.6 stable cubicweb-version-3.15.6
Tue, 27 Nov 2012 14:48:03 +0100 David Douard [web] add a digital signature to error form (closes #2522526) stable
Wed, 28 Nov 2012 11:44:15 +0100 Nicolas Chauvat [web/views] bugfix: the mime type is text/plain, not text/txt (closes #2526345) stable
Tue, 27 Nov 2012 17:16:23 +0100 Arthur Lutz [doc] fix of personnal etc directory in book stable
Tue, 27 Nov 2012 12:24:56 +0100 David Douard [web] add a Forbidden exception stable
Tue, 27 Nov 2012 11:38:03 +0100 Katia Saurfelt [web] add a ``anonymize-jsonp-queries`` option in file configuration (closes #2465388) stable
Tue, 27 Nov 2012 11:27:49 +0100 Pierre-Yves David [downloadable] fix filename in HTTP header (closes #2522325, #2522324) stable
Tue, 27 Nov 2012 11:18:42 +0100 Sylvain Thénault docstring typo stable
Thu, 22 Nov 2012 16:13:43 +0100 Sylvain Thénault [facet] make BitFieldFacet allow special 0 value. Closes #2522697 stable
Fri, 16 Nov 2012 12:28:30 +0100 Nicolas Chauvat [doc] ubuntu LTS is now Precise Pangolin stable
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Fri, 16 Nov 2012 11:52:06 +0100 Arthur Lutz [server] implement base_url with secure=True (closes #2508638)
Fri, 16 Nov 2012 11:41:38 +0100 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
Fri, 09 Nov 2012 15:27:40 +0100 Pierre-Yves David [wsgi] saner use of `self.config` instead of `config`
Fri, 09 Nov 2012 17:14:18 +0100 Pierre-Yves David [server] fix repository initialisation
Wed, 24 Oct 2012 09:56:52 +0200 Sylvain Thénault [web test] make unittest_viewselectors work if rdflib isn't available stable
Tue, 23 Oct 2012 12:12:43 +0200 Sylvain Thénault [js/ajax] documentation of 'reload' is missing an argument stable
Tue, 23 Oct 2012 12:12:22 +0200 Sylvain Thénault [ldapfeed] move docstring to the class instead of the module stable
Wed, 14 Nov 2012 11:12:13 +0100 Sylvain Thénault [hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748 stable
Thu, 08 Nov 2012 11:43:11 +0100 Sylvain Thénault [startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096 stable
Thu, 08 Nov 2012 11:40:24 +0100 Sylvain Thénault [ldaputils] should use entity.eid instead of entity on raising ValidationError. closes #2517095 stable
Wed, 14 Nov 2012 11:06:24 +0100 Aurelien Campeas [dbapi] provide get_option_value over DBAPIRequest (closes #2515522) stable
Wed, 24 Oct 2012 14:38:05 +0200 Aurelien Campeas Added tag cubicweb-debian-version-3.15.5-1 for changeset 19e115ae5442 stable
Wed, 24 Oct 2012 14:38:04 +0200 Aurelien Campeas Added tag cubicweb-version-3.15.5 for changeset b0e086f451b7 stable cubicweb-debian-version-3.15.5-1
Wed, 24 Oct 2012 12:08:21 +0200 Aurelien Campeas prepare 3.15.5 stable cubicweb-version-3.15.5
Tue, 11 Sep 2012 12:42:26 +0200 Sylvain Thénault [entity attr cache] mark attribute as uncacheable in the underlying function else we may miss some changes.
Fri, 05 Oct 2012 16:54:22 +0200 Sylvain Thénault [repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
Thu, 11 Oct 2012 18:42:13 +0200 Sylvain Thénault [req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
Thu, 20 Sep 2012 16:33:51 +0200 Sylvain Thénault [check integrity] use session consistently
Thu, 20 Sep 2012 16:18:13 +0200 Sylvain Thénault [test] use session commit/rollback to be consistent with the test
Tue, 23 Oct 2012 15:00:53 +0200 Aurelien Campeas [merge] reintegrate that black sheep
Wed, 17 Oct 2012 15:47:12 +0200 Aurelien Campeas [ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515) stable
Wed, 22 Feb 2012 11:57:42 +0100 Anthony Truchet backporting
Fri, 12 Oct 2012 16:05:16 +0200 Sylvain Thénault backport stable
Tue, 02 Oct 2012 16:44:55 +0200 Florent Cayré fix no more running zmq repository test (closes #2500153) stable
Fri, 28 Sep 2012 17:49:54 +0200 Sylvain Thénault [dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697 stable
Fri, 12 Oct 2012 15:38:58 +0200 Sylvain Thénault dummy merge
Fri, 12 Oct 2012 12:47:45 +0200 Sylvain Thénault [ajax] reload function should set 'processing' cursor. Closes #2503899
Mon, 01 Oct 2012 12:49:34 +0200 Aurelien Campeas [misc/scripts] a slightly experimental script to help repair LDAPUser cwusers suffering from split-brainite (closes #2497108) stable
Mon, 24 Sep 2012 16:45:26 +0200 Aurelien Campeas [views/boxes] re-establish the proper selector (closes #2496294) stable
Mon, 01 Oct 2012 12:40:35 +0200 Aurelien Campeas [ldapparser] raise specific error if the configuration is wrong (closes #2498164) stable
Mon, 08 Oct 2012 17:50:12 +0200 Arthur Lutz [skeleton] add pypi classifiers in __pkginfo__ and setup.py (closes #2502156) stable
Tue, 18 Sep 2012 17:04:44 +0200 Sylvain Thénault [c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H stable
Fri, 21 Sep 2012 15:03:59 +0200 Adrien Di Mascio mock ``CWUser.prefered_language()`` on InternalManager objects.
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Thu, 20 Sep 2012 14:50:06 +0200 Sylvain Thénault [session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
Mon, 10 Sep 2012 16:25:48 +0200 Sylvain Thénault [web app] move set of status_out into validation_error_handler to ease readability
Mon, 10 Sep 2012 16:24:32 +0200 Sylvain Thénault [workflow test] don't use session.user, subject to internal changes
Mon, 10 Sep 2012 16:07:13 +0200 Sylvain Thénault [db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists
Mon, 17 Sep 2012 17:52:17 +0200 Sylvain Thénault [source synchronization hooks] Fix/enhance system source hooks
Mon, 17 Sep 2012 17:48:55 +0200 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
Tue, 11 Sep 2012 22:32:01 +0200 Sylvain Thénault [repo cleanup] drop code moved to querier by 7e264ce34cd4
Tue, 11 Sep 2012 22:32:01 +0200 Sylvain Thénault [repo cleanup] drop code moved to querier by 7e264ce34cd4
Tue, 18 Sep 2012 11:37:24 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.15.4-1 for changeset 70cb36c826df stable
Tue, 18 Sep 2012 11:37:23 +0200 Sylvain Thénault Added tag cubicweb-version-3.15.4 for changeset 63260486de89 stable cubicweb-debian-version-3.15.4-1
Mon, 17 Sep 2012 17:48:02 +0200 Nicolas Chauvat [facets] add link 'focus on selection' (closes #525277)
Mon, 10 Sep 2012 15:08:55 +0200 Julien Cristau [server/utils] catch ValueError from password verification stable cubicweb-version-3.15.4
Mon, 10 Sep 2012 13:59:25 +0200 Sylvain Thénault [test] reindent and use request() rather than bare session
Thu, 06 Sep 2012 15:03:52 +0200 Aurelien Campeas [repo] fix debug code in DBG_REPO mode (closes #2469942) stable
Thu, 13 Sep 2012 17:26:15 +0200 Sylvain Thénault [datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156 stable
Mon, 10 Sep 2012 15:17:10 +0200 Julien Cristau [sources/native] automatically update passwords using deprecated hashes on login stable
Fri, 14 Sep 2012 17:42:24 +0200 Sylvain Thénault [repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing stable
Tue, 11 Sep 2012 21:51:54 +0200 Sylvain Thénault massive copyright update to avoid clutering later patches
Mon, 10 Sep 2012 16:50:28 +0200 Sylvain Thénault minor cleanups/typos
Mon, 10 Sep 2012 17:36:22 +0200 Sylvain Thénault [session / querier] reorganize code to building result set descriptions
Tue, 11 Sep 2012 12:44:33 +0200 Sylvain Thénault [web] search state doesn't need cnx, remove useless test
Mon, 10 Sep 2012 17:31:07 +0200 Sylvain Thénault [schema] rename schema permissions function: session may also be a request, use _cw
Mon, 10 Sep 2012 14:02:06 +0200 Sylvain Thénault [repo initialisation] during repo creation, load all hooks and entities code
Mon, 10 Sep 2012 13:53:59 +0200 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
Mon, 10 Sep 2012 14:00:09 +0200 Sylvain Thénault [config] turn internal configuration methods building appobjects search path into normal method rather than class method
Mon, 03 Sep 2012 12:26:20 +0200 David Douard fix missing import stable
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Fri, 07 Sep 2012 13:48:55 +0200 Aurelien Campeas [hooks/syncshema] fix logging level and nicer message (wrong changeset published previously) stable
Fri, 31 Aug 2012 13:19:39 +0200 Aurelien Campeas [hooks/syncschema] do not crash on DROP of an already dropped index/... (closes #2465393) stable
Thu, 23 Aug 2012 11:43:43 +0200 Aurelien Campeas [cwctl] show a better diagnostic message on version violation (closes #2464800) stable
Thu, 30 Aug 2012 17:07:59 +0200 Sylvain Thénault [tabs] fix pb with non-lazy tabs: style isn't properly set due to missing jquery.ui activation. Closes #2465657 stable
Tue, 04 Sep 2012 06:52:41 +0200 Sylvain Thénault [migration] fix backward compat for rename_relation stable
Tue, 04 Sep 2012 06:09:17 +0200 Sylvain Thénault [datafeed] make cnxset handling of datafeed source more robust stable
Thu, 30 Aug 2012 17:38:43 +0200 Sylvain Thénault don't use rset.rowcount in predicates, this makes them usable with other types such as lists stable
Thu, 30 Aug 2012 17:11:05 +0200 Sylvain Thénault [c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659 stable
Thu, 23 Aug 2012 11:19:44 +0200 Sylvain Thénault [ui tabs] avoid duplicate rset argument if already specified in tab kwargs. Closes #2464786 stable
Fri, 03 Aug 2012 13:29:37 +0200 Sylvain Thénault [entity edition] don't remove values from attribute cache on the repository side
Fri, 31 Aug 2012 18:11:24 +0200 Aurelien Campeas fix ldapuser test stable
Fri, 31 Aug 2012 16:50:28 +0200 Julien Cristau Prepare 3.15.4 stable
Fri, 31 Aug 2012 13:55:59 +0200 Julien Cristau migration: replace empty passwords with random ones on upgrade stable
Fri, 31 Aug 2012 12:52:45 +0200 Julien Cristau ldapuser2ldapfeed: create CWUsers with random passwords, not empty ones stable
Fri, 31 Aug 2012 16:58:08 +0200 Aurelien Campeas [source/native] only system source users should be authenticated by the native source (closes #2465883) stable
Wed, 22 Aug 2012 17:20:06 +0200 Sylvain Thénault [web test] fix test broken by 199fefe396ab stable
Wed, 22 Aug 2012 14:19:30 +0200 Adrien Di Mascio [fti] add some documentation stable
Wed, 22 Aug 2012 14:17:22 +0200 Sylvain Thénault [form] add assertion to ensure field has a name when `role_name` is called stable
Tue, 21 Aug 2012 15:23:29 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.15.3-1 for changeset 7ad423a5b6a8 stable
Tue, 21 Aug 2012 15:23:28 +0200 Sylvain Thénault Added tag cubicweb-version-3.15.3 for changeset 0e012eb80990 stable cubicweb-debian-version-3.15.3-1
Tue, 21 Aug 2012 14:20:08 +0200 Pierre-Yves David [pkg] prepare 3.15.3 release stable cubicweb-version-3.15.3
Thu, 02 Aug 2012 19:00:22 +0200 Sylvain Thénault [entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests)
Wed, 01 Aug 2012 09:42:36 +0200 Sylvain Thénault [tabbed view] make tabs optionaly lazy: lazy=False on the tabbed view trigger synchronous tabs. Closes #2443038 stable
Thu, 02 Aug 2012 18:52:27 +0200 Sylvain Thénault [web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040 stable
Thu, 02 Aug 2012 10:09:11 +0200 Sylvain Thénault [test rql completion] dont limit number of completion, else we've impredicable results. Also should tell rql.parse to not print error on stdout
Wed, 01 Aug 2012 10:47:27 +0200 Aurelien Campeas [entity] fix deprecation warnings (closes #2423719)
Thu, 02 Aug 2012 12:48:31 +0200 David Douard merge oldstable in stable stable
Wed, 01 Aug 2012 10:30:48 +0200 David Douard Added tag cubicweb-debian-version-3.14.9-1 for changeset 68c762adf2d5 oldstable
Wed, 01 Aug 2012 10:30:47 +0200 David Douard Added tag cubicweb-version-3.14.9 for changeset 9337812cef6b oldstable cubicweb-debian-version-3.14.9-1
Tue, 24 Jul 2012 18:30:36 +0200 Adrien Di Mascio [ui] provide an autocomplete RQL bar (closes #2439846)
Wed, 01 Aug 2012 09:20:47 +0200 Adrien Di Mascio [ajax] improve backward compatibility for redefined ajax functions (closes #2447189) stable
Tue, 31 Jul 2012 16:16:50 +0200 Pierre-Yves David prepare version 3.14.9 oldstable cubicweb-version-3.14.9
Tue, 31 Jul 2012 17:32:54 +0200 Pierre-Yves David [composite] apply composite on new enty too (closes #2450679) oldstable
Tue, 31 Jul 2012 17:25:28 +0200 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event (closes #2450680) oldstable
Tue, 31 Jul 2012 11:04:45 +0200 Pierre-Yves David [composite] apply composite on new enty too stable
Tue, 31 Jul 2012 10:57:03 +0200 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event stable
Tue, 31 Jul 2012 11:19:11 +0200 Sylvain Thénault [web navigation] previous / next icons are missing mandatory alt attribute stable
Tue, 31 Jul 2012 10:12:06 +0200 Adrien Di Mascio [testlib] consider rset for template / view selection (closes #2447183) stable
Tue, 24 Jul 2012 17:51:00 +0200 Adrien Di Mascio [documentation] fix some ReST compilation problems
Tue, 24 Jul 2012 15:06:55 +0200 Sylvain Thénault [test] remove no more necessary attribute cache manipulation to repair test
Tue, 24 Jul 2012 11:19:16 +0200 Sylvain Thénault [entity] more tweaks for entity attribute cache handling on cw_set/cw_create to fix test regression
Tue, 24 Jul 2012 10:16:25 +0200 Sylvain Thénault [entity/hooks] fix regression introduced by 4ba11607d84a
Tue, 17 Jul 2012 12:24:11 +0200 Sylvain Thénault [doc] use :meth: and remove doc to deprecated methods
Mon, 23 Jul 2012 22:45:32 +0200 Nicolas Chauvat [doc] add passlib to list of dependencies stable
Mon, 23 Jul 2012 18:01:09 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.15.2-1 for changeset 9aa5553b2652 stable
Mon, 23 Jul 2012 18:01:08 +0200 Sylvain Thénault Added tag cubicweb-version-3.15.2 for changeset 2afc157ea9b2 stable cubicweb-debian-version-3.15.2-1
Mon, 23 Jul 2012 14:50:44 +0200 Sylvain Thénault [test] missing future import stable cubicweb-version-3.15.2
Mon, 23 Jul 2012 12:45:43 +0200 Sylvain Thénault [web test] fix tests broken by 8de41063d629 stable
Fri, 20 Jul 2012 15:17:32 +0200 Sylvain Thénault 3.15.2 stable
Fri, 20 Jul 2012 11:31:34 +0200 Sylvain Thénault [web login] fix after login redirection: redirect expect an url not a relative path. Breaks on cases like '?vid=aview'. Closes #2423575 stable
Fri, 20 Jul 2012 10:57:48 +0200 Sylvain Thénault [config] load_configuration should not crash because of fs errors. Closes #2286215 stable
Tue, 17 Jul 2012 12:24:46 +0200 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
Thu, 19 Jul 2012 09:01:54 +0200 Sylvain Thénault [workflow ui] fix state/transition edition form on existing entity. Closes #2423531 stable
Fri, 20 Jul 2012 11:42:59 +0200 Florent Cayré [predicates] fix predicates that erroneously evaluate the entity passed as a parameter as a boolean, instead of testing its existence in the keyword arguments -using the kwargs.get('entity') idiom instead of 'entity' in kwargs or similar- ; closes #2424288 stable
Fri, 20 Jul 2012 10:25:55 +0200 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
Fri, 20 Jul 2012 10:46:27 +0200 Sylvain Thénault [ldap feed] add missing future import stable
Thu, 19 Jul 2012 16:41:10 +0200 Sylvain Thénault [ldap feed] fix error since with read security activated, password value is not selecteable (closes #2406597). Also add a note in the book about packages required to connect to an ldap server stable
Fri, 20 Jul 2012 09:22:51 +0200 Julien Cristau [config] Set CWDEV, aka dev mode, according to presence of the i18n directory, not .hg stable
Fri, 20 Jul 2012 09:31:15 +0200 Julien Cristau [book] Some tweaks to fix cubicweb-documentation package generation stable
Thu, 19 Jul 2012 10:27:04 +0200 Aurelien Campeas [webconfig] debug mode should not be special wrt data_url handling (closes #2405487) stable
Thu, 19 Jul 2012 10:25:22 +0200 Sylvain Thénault [test] missing future import stable
Wed, 20 Jun 2012 12:30:57 +0200 Aurelien Campeas [ldap] allow working connection to some ADs (closes #2408829) stable
Wed, 18 Jul 2012 17:26:59 +0200 Florent Cayré [entity] fix unrelated_rql for creation form vocabulary for relation with specific permissions (closes #2423854) stable
Tue, 17 Jul 2012 12:06:52 +0200 Sylvain Thénault [form widgets] fix JQueryDatePicker and JQueryTimePicker so they consider widget custom attributes. Closes #2423720 stable
Wed, 18 Jul 2012 15:58:20 +0200 Sylvain Thénault [web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018 stable
Tue, 17 Jul 2012 17:16:28 +0200 Sylvain Thénault backport stable
Tue, 10 Jul 2012 15:32:40 +0200 Aurelien Campeas [ldapuser2ldapfeed] fix confusing script structure and decode the extid to avoid an UnicodeDecodeError (closes #2413437) stable
Tue, 17 Jul 2012 11:08:36 +0200 Sylvain Thénault [migraction] rename rename_relation method to rename_relation_type for consistency stable
Fri, 13 Jul 2012 14:29:52 +0200 Sylvain Thénault [web app] only log tb when explicitly asked stable
Thu, 12 Jul 2012 13:42:27 +0200 Sylvain Thénault typo stable
Wed, 13 Jun 2012 12:38:06 +0200 Aurelien Campeas [views/tables|css] show actions in small tabs instead of menu indirection (closes #2004109)
Tue, 10 Jul 2012 15:07:52 +0200 Sylvain Thénault stable is now 3.15 stable
Tue, 10 Jul 2012 15:07:23 +0200 Sylvain Thénault oldstable is now 3.14 oldstable
Tue, 10 Jul 2012 10:33:19 +0200 Sylvain Thénault [test] update server security test using login and new temporary_permissions context managers stable
Tue, 10 Jul 2012 11:11:15 +0200 Sylvain Thénault [testlib] introduce temporary_permissions context manager stable
Mon, 09 Jul 2012 13:57:23 +0200 Sylvain Thénault [rql2sql] remove debug print and fix bug introduced in 8469:69ad9a509bc3
Mon, 09 Jul 2012 12:24:05 +0200 Florent Cayré [html form] use __linkto url parameter value as a default value of the corresponding field in a creation form (closes #2407770)
Mon, 09 Jul 2012 12:22:43 +0200 Sylvain Thénault [rql2sql] fix generated SQL when an attribute relation with a variable is ored with another attribute relation. Closes #2410405
Fri, 06 Jul 2012 14:01:09 +0200 Sylvain Thénault [repository] drop unused argument
Mon, 09 Jul 2012 09:47:28 +0200 Sylvain Thénault [ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040
Fri, 06 Jul 2012 14:31:13 +0200 Sylvain Thénault backport stable
Fri, 22 Jun 2012 15:57:05 +0200 Julien Cristau [packaging] bump rql dependency to 0.29 (closes #2410042) stable
Wed, 04 Jul 2012 17:56:46 +0200 Florent Cayré [rql security] fix rql bug when using yams inheritance and read permissions (closes #2410156) stable
Fri, 06 Jul 2012 09:01:42 +0200 Julien Cristau [c-c schema] devtools: the output file for cw-ctl schema is not supposed to exist stable
Fri, 06 Jul 2012 09:00:33 +0200 Adrien Di Mascio [fti] allow usage of custom RQL to fetch entities to index (closes #2410509)
Fri, 06 Jul 2012 09:00:32 +0200 Adrien Di Mascio [fti] make db-rebuild-fti accept etypes on command line (closes #2410508)
Fri, 06 Jul 2012 09:00:30 +0200 Sylvain Thénault backport stable
Fri, 06 Jul 2012 08:59:28 +0200 Adrien Di Mascio [fti] drop entity cache once an etype is indexed (closes #2410507) stable
Wed, 04 Jul 2012 11:01:51 +0200 Aurelien Campeas [server/utils] add_looping_task can be used any time (closes #2408814)
Wed, 27 Jun 2012 18:10:59 +0200 Aurelien Campeas [formrenderers] if a tag object gets there, it blows (closes #2410462)
Thu, 14 Jun 2012 15:21:12 +0200 Pierre-Yves David [login] redirect to real instance root if no postlogin_path is provided
Thu, 14 Jun 2012 15:55:03 +0200 Pierre-Yves David [web/application] declare default 'content' value sooner (closes #2406560)
Wed, 13 Jun 2012 10:06:11 +0200 Aurelien Campeas [views/tabs] fix rql/eid param conflict when either one is already in the request form (closes #2405249)
Mon, 11 Jun 2012 14:53:23 +0200 David Douard Added tag cubicweb-debian-version-3.15.1-1 for changeset fe5e60862b64
Mon, 11 Jun 2012 14:53:22 +0200 David Douard Added tag cubicweb-version-3.15.1 for changeset 783a5df54dc7 cubicweb-debian-version-3.15.1-1
Mon, 11 Jun 2012 10:00:02 +0200 David Douard [debian] prepare 3.15.1-1 cubicweb-version-3.15.1
Mon, 11 Jun 2012 09:22:11 +0200 Aurelien Campeas [server/tests] fix tests
Fri, 08 Jun 2012 16:47:07 +0200 Aurelien Campeas [registry|ajaxcontroller] the @ajaxcontroller decorator ought to return a compatible object (closes #2385155)
Thu, 07 Jun 2012 18:33:53 +0200 Aurelien Campeas [cwconfig] shutup on absent i18n/ mo files when in operating in tests
Thu, 07 Jun 2012 18:24:37 +0200 Aurelien Campeas [datafeed] correctly distinguish checked/updated
Wed, 06 Jun 2012 10:30:54 +0200 Aurelien Campeas [ldapfeed] do not crash on ldap user deletion + pull + already deactivated users, cleanups (closes #2392933)
Wed, 06 Jun 2012 10:26:34 +0200 Aurelien Campeas [server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
Thu, 31 May 2012 18:07:46 +0200 Aurelien Campeas [ldapparser] missing return
Thu, 31 May 2012 17:05:32 +0200 Aurelien Campeas [ldapparser] remove spurious print
Thu, 31 May 2012 15:56:21 +0200 Aurelien Campeas fix ldap removal handling in ldapfeed (closes #2376625 and #2385133)
Fri, 25 May 2012 17:18:00 +0200 Aurelien Campeas [ldapfeed] fix crash on sql cursor usage (closes #2380246)
Fri, 25 May 2012 16:51:24 +0200 Aurelien Campeas [sources/ldapfeed] do not user cwuri as url (closes #2380324)
Fri, 25 May 2012 16:19:21 +0200 Aurelien Campeas [web/views/staticcontroller] safety belt for unguessed mimetypes (closes #2380304)
Thu, 24 May 2012 14:01:05 +0200 Aurelien Campeas [server/hook] fix identation
Wed, 23 May 2012 16:17:46 +0200 Sylvain Thénault backport stable
Wed, 23 May 2012 16:01:26 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.14.8-1 for changeset 81394043ad22 stable
Wed, 23 May 2012 16:01:25 +0200 Sylvain Thénault Added tag cubicweb-version-3.14.8 for changeset 15fe07ff6872 stable cubicweb-debian-version-3.14.8-1
Wed, 23 May 2012 12:27:43 +0200 Katia Saurfelt [css] do not use display:block for all images, but only for rest generated stable cubicweb-version-3.14.8
Wed, 23 May 2012 11:43:11 +0200 Sylvain Thénault 3.14.8 stable
Wed, 23 May 2012 11:41:27 +0200 Katia Saurfelt [css] make ReST align statement works for images (closes #1280176) stable
Mon, 05 Dec 2011 14:33:26 +0100 Sylvain Thénault [doc] cubicweb.view documentation (closes: #2099962) stable
Wed, 23 May 2012 11:05:03 +0200 Arthur Lutz [docstrings] typos corrected stable
Wed, 23 May 2012 11:04:00 +0200 Arthur Lutz [views] enable paginate toggle on RsetTableView (closes #2200675) stable
Wed, 23 May 2012 11:00:29 +0200 Arthur Lutz [ui] display author name in box instead of login (closes #1529147) stable
Wed, 23 May 2012 10:52:42 +0200 Arthur Lutz [doc] remove deprecated doc (wrong link) (closes #2329206) stable
Tue, 15 May 2012 17:37:49 +0200 Julien Cristau Fixes for compatibility with passlib 1.6 (closes #2356393) stable
Tue, 22 May 2012 18:51:09 +0200 Anthony Truchet [formrenderers] Factor-out render_title to ease customisation in derived classes stable
Tue, 22 May 2012 12:41:18 +0200 Adrien Di Mascio [IE] use document.createStyleSheet to add CSS dynamically (closes #2356261)
Mon, 21 May 2012 14:17:09 +0200 Aurelien Campeas [pkginfo] the before_shutdown event was not in 3.15.0
Wed, 16 May 2012 09:57:57 +0200 Aurelien Campeas [migration] do not crash if the conf file is already migrated (closes #2361061)
Tue, 15 May 2012 14:44:45 +0200 Sylvain Thénault [datafeed] fix/finish cleanup started by auc in 8393:c25b96ae4f8a: parser.process prototytpe is (url, raise_on_error=False). Drop partialcommit argument which were never specified
Tue, 15 May 2012 14:43:30 +0200 Sylvain Thénault backport stable
Mon, 14 May 2012 15:25:41 +0200 Sylvain Thénault [logs table view] properly translate level buy using the correct msgid. Closes #2356329 stable
Mon, 14 May 2012 15:24:07 +0200 Sylvain Thénault [data import] don't crash if value isn't in the file, simply no key/value in the output dict. Closes #2356328 stable
Tue, 15 May 2012 14:43:08 +0200 Sylvain Thénault [logs table view] only put values starting with http in <a> tag stable
Tue, 15 May 2012 10:57:14 +0200 Sylvain Thénault [db-api] fix typo leading to crash on client connection (config has no translations). Closes #2357044
Tue, 15 May 2012 10:36:02 +0200 Sylvain Thénault [data import] allow a request to be given as argument, ease use from web ui stable
Tue, 15 May 2012 10:34:34 +0200 Julien Cristau [datafeed] allow the xml datafeed parser to work with client-side connections stable
Tue, 17 Apr 2012 12:28:51 +0200 Florent Cayré small doc updates
Tue, 15 May 2012 10:32:53 +0200 Sylvain Thénault [ldapfeed] properly mark email address as encountered during import to avoid deleting them
Fri, 11 May 2012 10:14:51 +0200 Aurelien Campeas [merge] backport stable
Fri, 11 May 2012 10:08:58 +0200 Aurelien Campeas [server/utils] passlib 1.6 is now less tolerant wrt handler names (closes #2349330) stable
Thu, 10 May 2012 10:37:28 +0200 Sylvain Thénault backport stable
Thu, 10 May 2012 10:31:53 +0200 Sylvain Thénault [web] remove some unused imports
Thu, 10 May 2012 10:33:42 +0200 Sylvain Thénault [selectors] make multi_columns_rset work with a simple list of lists stable
Wed, 09 May 2012 17:15:44 +0200 Aurelien Campeas [server/hook] a tiny bit of doc about before_server_shutdown
Wed, 09 May 2012 16:43:48 +0200 Aurelien Campeas [events] add a new before_shutdown event (closes #2345728)
Wed, 09 May 2012 16:35:46 +0200 Aurelien Campeas [ldapparser] cleanup
Wed, 09 May 2012 16:31:03 +0200 Aurelien Campeas [ldapparser] reapply dropped fix
Wed, 09 May 2012 16:23:21 +0200 Aurelien Campeas [app] turn these info into debug logs (this being too chatty for .info)
Wed, 18 Apr 2012 12:01:31 +0200 Florent Cayré fix static file serving when url has parameters (like cache busters do)
Wed, 09 May 2012 15:06:43 +0200 Julien Cristau [repo test] Avoid hangs in zmq repo unit test
Thu, 03 May 2012 15:52:01 +0200 Sylvain Thénault [ldap] we may actually get back password from ldap
Thu, 03 May 2012 15:50:23 +0200 Sylvain Thénault [ldapfeed, test] use default source config
Thu, 03 May 2012 15:50:03 +0200 Sylvain Thénault [ldapfeed, test] use a safe internal session, as in real life
Thu, 03 May 2012 15:48:54 +0200 Sylvain Thénault [datafeed] give a dictionary as sourceparams to avoid crash if attempt to import the user is done
Thu, 03 May 2012 15:47:29 +0200 Sylvain Thénault [yams] Binary instance passwords should not be given to str()
Thu, 03 May 2012 15:45:58 +0200 Sylvain Thénault [ldapfeed] don't crash if entity is None. Closes (superficialy) #2341266
Wed, 02 May 2012 10:13:39 +0200 Aurelien Campeas [merge] backport stable fixes
Wed, 02 May 2012 10:12:02 +0200 Aurelien Campeas [bin/clonedeps] fix NameError (closes #2334080) stable
Fri, 27 Apr 2012 15:09:27 +0200 Aurelien Campeas [sources/native] do not let a log message crash on us stable
Fri, 27 Apr 2012 14:22:38 +0200 Aurelien Campeas [merge] backport stable
Fri, 27 Apr 2012 14:10:04 +0200 Aurelien Campeas [cwconfig] impose an order on appobject paths processing: entities first (closes #2330799) stable
Wed, 25 Apr 2012 11:39:14 +0200 Aurelien Campeas [serverctl] avoid a crash if zmq-address is not defined/empty (config.get is a false friend wrt dict behaviour)
Tue, 24 Apr 2012 10:31:46 +0200 Aurelien Campeas fix an horrible typo stable
Mon, 23 Apr 2012 18:01:30 +0200 Aurelien Campeas [migration/3.14.4] prevent migration crash when there are NULLs in asource stable
Thu, 12 Apr 2012 19:08:30 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.15.0-1 for changeset 925db25a3250
Thu, 12 Apr 2012 19:08:29 +0200 Sylvain Thénault Added tag cubicweb-version-3.15.0 for changeset 0642b2d03aca cubicweb-debian-version-3.15.0-1
Thu, 12 Apr 2012 13:58:55 +0200 Sylvain Thénault typo cubicweb-version-3.15.0
Thu, 12 Apr 2012 13:52:23 +0200 Sylvain Thénault 3.15.0
Thu, 12 Apr 2012 13:55:18 +0200 Florent Cayré [static web] fix fckeditor static files delivery: remove leading subpath and url parameters from computed file path
Wed, 11 Apr 2012 16:47:30 +0200 Sylvain Thénault [doc] 3.15 services api description
Wed, 11 Apr 2012 14:36:19 +0200 Pierre-Yves David [service-api] Add unified service API on `_cw` attribute
Wed, 11 Apr 2012 14:43:51 +0200 Florent Cayré fix ``call_service`` API and add test service API
Wed, 11 Apr 2012 14:16:27 +0200 David Douard [skel] update newcube skeleton (closes #2312509)
Wed, 11 Apr 2012 15:48:12 +0200 Sylvain Thénault [doc] improved 3.15 blog using developpers'contributions
Wed, 11 Apr 2012 13:28:10 +0200 Pierre-Yves David [devtool-testlib] add deprecated entry point for publish method
Wed, 11 Apr 2012 13:22:47 +0200 Sylvain Thénault [doc] improve 3.15 release blog
Wed, 11 Apr 2012 12:18:33 +0200 Aurelien Campeas [web/views/staticcontrollers] restore windows compat
Wed, 11 Apr 2012 09:40:11 +0200 David Douard Added tag cubicweb-debian-version-3.14.7-1 for changeset 20ee573bd237 stable
Wed, 11 Apr 2012 09:40:11 +0200 David Douard Added tag cubicweb-version-3.14.7 for changeset 3ba3ee5b3a89 stable cubicweb-debian-version-3.14.7-1
Wed, 11 Apr 2012 09:37:41 +0200 David Douard 3.14.7 stable cubicweb-version-3.14.7
Tue, 10 Apr 2012 21:52:23 +0200 Sylvain Thénault [3.15 migration] repo-uri is a c-c command option and does not need migration since it doesn't exist in the configuration file
Tue, 10 Apr 2012 18:14:16 +0200 Sylvain Thénault [remote rql source] fix super call
Wed, 04 Apr 2012 17:46:34 +0200 Vincent Michel [zmq] Add a new ZMQ-based RQL source (closes #2290203)
Wed, 04 Apr 2012 17:47:58 +0200 Vincent Michel and Alain Leufroy [pyro] Refactor the pyrorql source
Wed, 04 Apr 2012 10:57:03 +0200 David Douard [zmq] add unit tests for ZMQ-based repository (server and dbapi)
Tue, 10 Apr 2012 17:09:04 +0200 Vincent Michel [dbapi] add possibility to connect to a remote ZMQRepository (closes #2290126)
Tue, 10 Apr 2012 17:07:03 +0200 David Douard [repository] fire 'server_shutdown' hooks before waiting for theads
Wed, 04 Apr 2012 16:51:09 +0200 David Douard [zmq] Implement a ZMQ-based Repository (closes #2290125)
Tue, 10 Apr 2012 17:03:19 +0200 Sylvain Thénault backport stable
Tue, 10 Apr 2012 16:59:50 +0200 Sylvain Thénault [test] update create_user call stable
Tue, 10 Apr 2012 16:59:27 +0200 Sylvain Thénault [test] use setUpClass rather than setUpModule to avoid inter-dependency pb with CubicWebTC sub-classes stable
Tue, 10 Apr 2012 14:29:42 +0200 Sylvain Thénault [test] with yams#stable, ordernum is different than with yams#default stable
Tue, 10 Apr 2012 10:45:40 +0200 Anthony Truchet [bin] Force clone_deps.py to use mercurial command-line interface - closes #2296057 stable
Tue, 10 Apr 2012 10:42:23 +0200 Sylvain Thénault [table view] EntityTableView should accept **kwargs as RsetTableView stable
Thu, 05 Apr 2012 22:42:40 +0200 David Douard Fix a Python 2.5 regression introduced by previous commit stable
Mon, 26 Mar 2012 12:11:48 +0200 Sylvain Thénault [rql annotation] fix has_text_query detection (if coming from sub-query and if has_text on a column aliases. Closes #2275322 stable
Thu, 05 Apr 2012 14:44:00 +0200 Florent Cayré [etwist] fix static directory serving; closes #2174797 stable
Thu, 29 Mar 2012 14:20:41 +0200 Sylvain Thénault [form renderer] refactor inline form renderer to ease overriding. Closes #2282662
Wed, 04 Apr 2012 18:44:07 +0200 Julien Cristau [devtools] fix bashism in xvfb-run.sh stable
Wed, 04 Apr 2012 15:04:16 +0200 David Douard [devtools] fix xvfb-run.sh permissions (exec bit) stable
Tue, 20 Mar 2012 11:01:24 +0100 Sylvain Thénault [form] add a new property telling if the form is being generated or posted. Closes #2262340 stable
Thu, 29 Mar 2012 14:25:51 +0200 Katia Saurfelt [workflow] set default test/plain option for workflow default comment (closes #993083) stable
Thu, 29 Mar 2012 14:24:49 +0200 Katia Saurfelt [js] get rid of `partial` function (closes #1972794) stable
Wed, 21 Mar 2012 15:23:47 +0100 Katia Saurfelt [css] change `h3` and `h4` styles(closes #893244) stable
Wed, 21 Mar 2012 18:33:12 +0100 Pierre-Yves David querier: Improve error message when ERQLExpression fails on some entity (closes #2267081) stable
Mon, 26 Mar 2012 12:13:40 +0200 Sylvain Thénault [js] fix error in loadRemote docstring stable
Wed, 28 Mar 2012 23:30:19 +0200 Nicolas Chauvat [doc] add missing section titles stable
Wed, 28 Mar 2012 22:24:55 +0200 Nicolas Chauvat [doc] fix bad indentation stable
Mon, 26 Mar 2012 13:29:27 +0200 Aurelien Campeas [server/ldaputils] do not allow ldap.server_down to crash on us
Thu, 22 Mar 2012 11:50:34 +0100 Julien Cristau Add missing with_statement import for python2.5 compat
Thu, 22 Mar 2012 11:50:43 +0100 Julien Cristau [devtools] make xvfb-run not wait 3s each time (closes #2265710) stable
Wed, 21 Mar 2012 11:08:31 +0100 Katia Saurfelt [view] breadcrumbs layout broken with long elements (closes #1347486)
Tue, 20 Mar 2012 18:29:13 +0100 Pierre-Yves David [static-file] return Unauthorized on blocked directory listing
Tue, 20 Mar 2012 18:28:24 +0100 Pierre-Yves David [login redirect] only add postlogin_path argument when meaningful
Mon, 19 Mar 2012 14:37:43 +0100 Pierre-Yves David static-file: properly set/use cache header for static file (closes #2255013)
Tue, 20 Mar 2012 18:25:06 +0100 Pierre-Yves David [repository] move task manager instantiation outside repository.
Tue, 20 Mar 2012 18:24:46 +0100 Pierre-Yves David [repository] split repo initialization from starting looping task (closes #2204047)
Tue, 20 Mar 2012 18:24:35 +0100 Pierre-Yves David [repo looping task] move looping task logic in a dedicated object (progress #2204047)
Tue, 20 Mar 2012 18:20:20 +0100 Sylvain Thénault [manage / default index views] discard login/logout templates stable
Fri, 16 Mar 2012 14:23:58 +0100 Pierre-Yves David devtools-request: transmit the headers keyword argument to the request class
Fri, 16 Mar 2012 17:59:48 +0100 Sylvain Thénault [security] use a stronger encryption algorythm for password, keeping bw compat stable
Thu, 15 Mar 2012 17:59:27 +0100 Adrien Di Mascio [cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
Thu, 15 Mar 2012 17:57:40 +0100 Pierre-Yves David [fake-request] support `http_method()`
Thu, 15 Mar 2012 18:34:59 +0100 Pierre-Yves David [Web-Request] Use rich header (closes #2204164)
Thu, 15 Mar 2012 17:54:40 +0100 Pierre-Yves David http-header: support __contains__ in Headers
Thu, 15 Mar 2012 17:48:20 +0100 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Thu, 01 Mar 2012 12:08:35 +0100 Pierre-Yves David [LoginForm] refactor to ease other implementation
Mon, 27 Feb 2012 15:24:14 +0100 Pierre-Yves David [request] gather all base_url logic in a single place (closes #2200756)
Thu, 15 Mar 2012 17:30:28 +0100 Pierre-Yves David [http] drop use-request-subdomain feature (closes #2251986)
Fri, 16 Mar 2012 10:29:15 +0100 Sylvain Thénault backport stable
Thu, 15 Mar 2012 14:26:12 +0100 Anthony Truchet [config, undo] Fix undo-support option migration
Tue, 13 Mar 2012 15:27:30 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.14.6-1 for changeset 75364c099490 stable
Tue, 13 Mar 2012 15:27:30 +0100 Sylvain Thénault Added tag cubicweb-version-3.14.6 for changeset db021578232b stable cubicweb-debian-version-3.14.6-1
Tue, 13 Mar 2012 14:21:11 +0100 Sylvain Thénault 3.14.6 stable cubicweb-version-3.14.6
Tue, 13 Mar 2012 14:20:28 +0100 Julien Cristau [debian] add a watch file stable
Tue, 13 Mar 2012 14:20:16 +0100 Julien Cristau [uilib] don't print timedeltas between 0 and 23h as negative (closes #2236352) stable
Wed, 07 Mar 2012 16:16:44 +0100 Pierre-Yves David [storage/bfss] ensure bfss never remove a cw_edited item (closes #2236287) stable
Tue, 13 Mar 2012 14:11:40 +0100 Sylvain Thénault [datafeed xml parser] fix typo
Mon, 27 Feb 2012 17:02:31 +0100 Adrien Di Mascio [twisted] move out url logic from twisted (closes #2200593)
Thu, 01 Mar 2012 17:22:56 +0100 Pierre-Yves David [cwconfig] improve assert error message.
Wed, 07 Mar 2012 16:09:55 +0100 Pierre-Yves David rqlrewrite: remove element in rewritten when we remove them from the select (closes #2236985) stable
Fri, 02 Mar 2012 15:15:20 +0100 Katia Saurfelt [js] fix $.fullCalendar.regional call (closes #2232028) stable
Fri, 02 Mar 2012 09:57:47 +0100 David Douard Added tag cubicweb-debian-version-3.14.5-1 for changeset 55fc796ed5d5 stable
Fri, 02 Mar 2012 09:57:46 +0100 David Douard Added tag cubicweb-version-3.14.5 for changeset f559ab9602e7 stable cubicweb-debian-version-3.14.5-1
Fri, 02 Mar 2012 09:44:58 +0100 Florent Cayré [undo, test] fix undohistory selector et related tests
Thu, 01 Mar 2012 15:31:21 +0100 David Douard prepare version 3.14.5 stable cubicweb-version-3.14.5
Thu, 01 Mar 2012 15:00:58 +0100 Katia Saurfelt fix events display in calendar (closes #2167866) stable
Thu, 01 Mar 2012 14:32:42 +0100 Sylvain Thénault [repo test] fix test regression introduced by 8286:8b0146e31baa stable
Thu, 01 Mar 2012 13:42:30 +0100 Arthur Lutz [css] in old css, more space around the text, and try to make it centered stable
Tue, 28 Feb 2012 10:46:38 +0100 Katia Saurfelt [js] translate calendar in french (closes #2167866) stable
Mon, 13 Feb 2012 17:44:44 +0100 Sylvain Thénault [entity url] rest path fallback should be the url used as cwuri. Closes #2186039 stable
Thu, 01 Mar 2012 13:39:43 +0100 Sylvain Thénault [migration] fix add_relation_type in case it already exists, broken by 67660d5f1916 stable
Thu, 01 Mar 2012 08:55:14 +0100 David Douard backport 3.14.4-2 stable
Thu, 01 Mar 2012 08:51:32 +0100 David Douard Added tag cubicweb-debian-version-3.14.4-2 for changeset 4c8cb2e9d0ee stable
Wed, 29 Feb 2012 17:10:31 +0100 David Douard [debian] prepare 3.14.4-2 stable cubicweb-debian-version-3.14.4-2
Wed, 29 Feb 2012 17:10:27 +0100 Julien Cristau [debian] add missing build-deps to generate the documentation (closes #2223062) stable
Mon, 27 Feb 2012 18:15:23 +0100 Sylvain Thénault [repo services] set cnxset before calling the service then ensure it's freed
Mon, 27 Feb 2012 17:43:04 +0100 Sylvain Thénault [migration] fix migration jumping from pre 3.12 to post 3.13 stable
Mon, 27 Feb 2012 17:40:56 +0100 Sylvain Thénault [migration] add schema obj into assertion failure message so we get a chance to understand the pb stable
Mon, 27 Feb 2012 13:00:36 +0100 Pierre-Yves David {repository] add documentation explaining ``fix_user_classes`` hook
Mon, 27 Feb 2012 12:47:24 +0100 Pierre-Yves David [devtools/fake] add some https related properties to FakeRequest
Thu, 23 Feb 2012 15:39:19 +0100 Pierre-Yves David [typo] "lod" --> "load"
Mon, 27 Feb 2012 11:54:14 +0100 Pierre-Yves David [dbapi] some documentation
Mon, 27 Feb 2012 11:53:24 +0100 Sylvain Thénault [undo view] fix wrong set operator
Mon, 27 Feb 2012 11:51:09 +0100 Pierre-Yves David [web application] move default path logic inside url publisher
Mon, 27 Feb 2012 11:50:04 +0100 Pierre-Yves David [req, doc] add some documentation of CubicWebRequestBase attributes
Tue, 21 Feb 2012 16:53:34 +0100 Pierre-Yves David [test] more standalone test
Mon, 27 Feb 2012 10:12:25 +0100 Florent Cayré [web templates] fix invalid html in main-no-top template; closes #2174806 stable
Mon, 27 Feb 2012 10:11:04 +0100 Florent Cayré [repository] implement a generic way to call repo-side services; closes #2203418
Mon, 27 Feb 2012 10:03:31 +0100 Anthony Truchet [web] Exposes the undo feature to user through a undo-history view (closes #893940)
Mon, 27 Feb 2012 09:45:48 +0100 Anthony Truchet [undo, transactions] Adds a property in the transaction API. (closes #2202953)
Mon, 27 Feb 2012 09:43:15 +0100 Anthony Truchet [repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
Fri, 24 Feb 2012 12:35:24 +0100 Sylvain Thénault [rql rewrite] when a subquery has to be introduced, properly return the snippet expression so that further expressions are properly ored. Closes #2207180 stable
Fri, 24 Feb 2012 12:44:28 +0100 Aurelien Campeas [migration/3.14.4] use the right API else we break sqlserver instances (closes #2211248) stable
Thu, 23 Feb 2012 19:06:14 +0100 Sylvain Thénault backport stable
Thu, 23 Feb 2012 19:05:36 +0100 Julien Cristau [devtools] make a copy of the xvfb-run script so we can kill it properly stable
Thu, 23 Feb 2012 12:15:52 +0100 Adrien Di Mascio [ajax] use AJAX_BASE_URL instead of JSON_BASE_URL
Tue, 21 Feb 2012 16:58:43 +0100 Pierre-Yves David [web/config] refactor initialization of the data url
Thu, 23 Feb 2012 11:58:16 +0100 Sylvain Thénault backport stable
Thu, 23 Feb 2012 11:57:35 +0100 Pierre-Yves David [test] create temporary directory with meaningfull prefix stable
Mon, 20 Feb 2012 15:16:55 +0100 Pierre-Yves David [schema] make cubicweb 3.14 compatible with yams 0.35 stable
Wed, 22 Feb 2012 18:22:02 +0100 Sylvain Thénault [test] fix ReST extensions tests stable
Wed, 22 Feb 2012 09:33:43 +0100 Anthony Truchet [web/controller] fix some cases where _cwmsgid may appears twice stable
Wed, 22 Feb 2012 09:31:54 +0100 Adrien Di Mascio [reledit, autoform] move reledit_form definition in reledit.py
Mon, 20 Feb 2012 16:14:19 +0100 Sylvain Thénault [hg] ignore ldap database stable
Mon, 20 Feb 2012 16:13:36 +0100 Sylvain Thénault [ldap migration] use unicode strings
Tue, 14 Feb 2012 11:33:59 +0100 Sylvain Thénault [ldapfeed] fix synchronisation crash: ldap attributes are given while we want cw attributes
Mon, 20 Feb 2012 11:46:28 +0100 Sylvain Thénault backport stable
Mon, 20 Feb 2012 11:45:16 +0100 Damien Garaud Fix bug about missing Interval field (closes #1463996). stable
Wed, 15 Feb 2012 18:12:38 +0100 Pierre-Yves David [cubicweb-ctl] i18ncube return 2 (failed command) on failure (closes #2192336) stable
Mon, 20 Feb 2012 11:32:55 +0100 Julien Cristau [book] document the WEEKDAY rql function
Mon, 20 Feb 2012 11:32:06 +0100 Julien Cristau [rql2sql] correctly handle modulo operator (closes #2192457) stable
Thu, 16 Feb 2012 14:17:53 +0100 Sylvain Thénault [web-repo] use transaction data, not session data to inform ui about sources error. Closes #2192577
Fri, 17 Feb 2012 14:41:28 +0100 David Douard Added tag cubicweb-debian-version-3.14.4-1 for changeset bc40991b7f13 stable
Fri, 17 Feb 2012 14:41:28 +0100 David Douard Added tag cubicweb-version-3.14.4 for changeset 508645a54287 stable cubicweb-debian-version-3.14.4-1
Fri, 17 Feb 2012 13:08:49 +0100 David Douard prepare version 3.14.4 stable cubicweb-version-3.14.4
Thu, 16 Feb 2012 14:23:24 +0100 Sylvain Thénault [vreg] restore bw compat, eg container expect to find Selector in appobject module
Thu, 16 Feb 2012 14:15:37 +0100 Sylvain Thénault backport stable
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
Tue, 14 Feb 2012 09:39:44 +0100 Sylvain Thénault [tabs] use eid parameter instead of rql when an eid is given. Closes #2186288
Tue, 14 Feb 2012 15:16:42 +0100 Sylvain Thénault backport stable
Mon, 13 Feb 2012 17:57:07 +0100 Sylvain Thénault [system source] fix authentication: don't allow login whatever the given password if user password is NULL in database. Closes #2186099 stable
Tue, 14 Feb 2012 15:15:59 +0100 Katia Saurfelt [binary] use seek(0) in `from_file` Binary creation method (closes #2189183) stable
Tue, 14 Feb 2012 15:15:09 +0100 Pierre-Yves David [c-c] use subprocess instead of os.system to start repository stable
Tue, 14 Feb 2012 15:14:40 +0100 Sylvain Thénault backport oldstable stable
Tue, 14 Feb 2012 15:14:22 +0100 Pierre-Yves David [bfss, migration] fix storage migration (closes #2189206) oldstable
Tue, 14 Feb 2012 11:34:53 +0100 Sylvain Thénault [datafeed] fix dumb name error introduced by recent deletion handling refactoring
Tue, 14 Feb 2012 09:49:13 +0100 Sylvain Thénault [ldapfeed] make authentication actually working
Mon, 13 Feb 2012 15:15:24 +0100 Sylvain Thénault [sources] include source's class in its repr stable
Mon, 13 Feb 2012 12:49:49 +0100 Alexandre Richardson [email notifications] send notification at post-commit time (closes #2119248) stable
Mon, 13 Feb 2012 12:47:59 +0100 Julien Cristau [devtools] Use Xvfb to run firefox in js tests on posix platforms stable
Mon, 13 Feb 2012 12:45:21 +0100 Florent Cayré [i18n] fix pb with non-ascii chars in cwd. closes #2149063 stable
Mon, 13 Feb 2012 12:41:04 +0100 David Douard [repository] add a ``gc_stats`` method and 2 more cache size for ``stats`` (closes #2179735) stable
Mon, 13 Feb 2012 12:16:37 +0100 Sylvain Thénault [test] fix test broken by RichString handling changes in yams #default
Mon, 13 Feb 2012 12:16:21 +0100 Sylvain Thénault [test] fix test broken by EmailAddress read permissions change
Mon, 13 Feb 2012 11:50:44 +0100 Sylvain Thénault [test] fix test broken by renaming of module containing the cwxml parser and handling of vid in urls
Mon, 13 Feb 2012 11:47:07 +0100 Sylvain Thénault [test] fix test broken by selectors/predicates changes coming with the move of registry to lgc
Fri, 10 Feb 2012 17:31:56 +0100 Sylvain Thénault [repo test] fix test broken by recent changes on EmailAddress read permissions
Fri, 10 Feb 2012 17:20:47 +0100 Sylvain Thénault backport stable
Fri, 10 Feb 2012 17:20:38 +0100 Sylvain Thénault [server test] fix test broken by recent changes in lgdb stable
Fri, 10 Feb 2012 16:53:52 +0100 Sylvain Thénault backport stable
Fri, 10 Feb 2012 16:53:17 +0100 Sylvain Thénault [schema sync hooks] fix format string stable
Fri, 10 Feb 2012 16:31:39 +0100 Sylvain Thénault [event bus] event has been renamed to publish
Fri, 10 Feb 2012 16:23:26 +0100 Damien Garaud [schema view] properly display inheritance (closes #870073). stable
Fri, 10 Feb 2012 16:22:38 +0100 Damien Garaud [workflow view] Display a non-localized version of state/transition names (closes #1912537). stable
Fri, 10 Feb 2012 16:20:35 +0100 Julien Cristau [repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
Fri, 10 Feb 2012 10:45:17 +0100 Katia Saurfelt [migration] fire hooks in postcreate by default (closes #1417110)
Thu, 09 Feb 2012 09:52:02 +0100 Katia Saurfelt [migration] `add_relation_type` warns and add missing definitions on already existing rtypes (closes #2121979) stable
Fri, 10 Feb 2012 10:36:40 +0100 Alexandre Richardson [i18n] fix translations of login actions in french (closes #1546397) stable
Thu, 09 Feb 2012 18:11:30 +0100 Katia Saurfelt ([config] add file encoding information to python files (closes #1942655) stable
Fri, 10 Feb 2012 10:07:31 +0100 Alexandre Richardson [primary view] delete PrimaryView.skip_none attribute (closes #2093250) stable
Fri, 10 Feb 2012 10:06:19 +0100 Alexandre Richardson [entities system table] change asource and source column size (closes #1951819) stable
Fri, 10 Feb 2012 10:01:04 +0100 Nicolas Chauvat [view] fix error messages of NotImplementedError stable
Fri, 10 Feb 2012 10:00:00 +0100 Julien Cristau kill dead code in Workflow view stable
Thu, 09 Feb 2012 13:22:49 +0100 Sylvain Thénault [bw compat] add compatibility for import of former VRegistry
Wed, 08 Feb 2012 14:30:51 +0100 Aurelien Campeas [views/attribute] role parameter must default to "subject" (closes #2175427) stable
Wed, 08 Feb 2012 14:32:35 +0100 patwat [windows service] Copied the 3 lines from etwist/twctl into etwist/service in order to also clean the cache in Windows service mode. stable
Wed, 08 Feb 2012 14:22:48 +0100 Florent Cayré [entity] fix crash when using cw_instantiate with empty related entity list; closes #2094462 stable
Wed, 08 Feb 2012 14:17:09 +0100 David Douard [pylint] correctly detect uiprops module when it's not in a package stable
Fri, 03 Feb 2012 18:35:11 +0100 Sylvain Thénault backport https-deny-anonymous option type fix done in default stable
Fri, 03 Feb 2012 17:53:53 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.14.3-1 for changeset 4d0f5d18e8a0 stable
Fri, 03 Feb 2012 17:53:52 +0100 Sylvain Thénault Added tag cubicweb-version-3.14.3 for changeset 60efdbb45520 stable cubicweb-debian-version-3.14.3-1
Fri, 03 Feb 2012 16:54:01 +0100 Sylvain Thénault 3.14.3 stable cubicweb-version-3.14.3
Fri, 03 Feb 2012 16:34:57 +0100 Aurelien Campeas [web/formwidgets] make default_size a tunable, fix code layout (closes #2165936) stable
Fri, 03 Feb 2012 14:32:11 +0100 Aurelien Campeas [hooks/syncschema] do not crash if the schema did not learn (yet) some new META rtype (closes #2171313) stable
Thu, 02 Feb 2012 17:59:52 +0100 Arthur Lutz [js] better support for no js in tabs (closes #2162092) stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Thu, 02 Feb 2012 14:33:30 +0100 Sylvain Thénault [datafeed] when checking for deletion using cwentity xml parser, use vid=xml to limit resources consumption
Tue, 31 Jan 2012 21:43:24 +0100 Sylvain Thénault [repository] ldap-feed source. Closes #2086984
Thu, 02 Feb 2012 14:30:07 +0100 Sylvain Thénault [datafeed] set delete-entities=yes is now safer, by checking each entity actually seems deleted. Closes #2165381
Tue, 31 Jan 2012 11:49:15 +0100 Sylvain Thénault [config, migration] fix https-deny-anonymous option type
Mon, 30 Jan 2012 20:56:00 +0100 Sylvain Thénault [js, i18n] translated strings should use " not ' else they are discarded by xgettext. Closes #1892489 stable
Mon, 30 Jan 2012 20:57:05 +0100 Julien Cristau [book] Fix typos in rql datetime functions documentation
Thu, 26 Jan 2012 14:58:38 +0100 Sylvain Thénault [search box] allow to specify domid in select arguments. Closes #2162166
Fri, 27 Jan 2012 12:15:57 +0100 Aurelien Campeas [config] fix rql-cache-size initial values (closes #2162160) stable
Thu, 26 Jan 2012 15:55:27 +0100 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
Wed, 18 Jan 2012 15:27:08 +0100 Pierre-Yves David [storage] BFSS now create read only file (closes #2151672)
Mon, 23 Jan 2012 12:39:21 +0100 Sylvain Thénault backport stable
Thu, 19 Jan 2012 18:44:41 +0100 Sylvain Thénault [schema synchronization] don't use sql for TODAY/NOW in keyword arg. Closes #2154815 stable
Mon, 23 Jan 2012 12:36:33 +0100 Sylvain Thénault backport oldstable stable
Thu, 19 Jan 2012 12:57:02 +0100 Sylvain Thénault [req cookie] fix remove_cookie expires which was leading to expires computed to 0 in set_cookie and the Cookie class interpret that has no expires. Closes #2154654 oldstable
Wed, 21 Dec 2011 18:14:01 +0100 Sylvain Thénault [testlib, postgres] take care, _repo is None when backuping postgres test db, crashing database generation stable
Wed, 18 Jan 2012 17:27:11 +0100 Florent Cayré [base views] make it easier to override EntityStartupView behaviour when the rset is empty; closes #2126364 stable
Wed, 18 Jan 2012 16:14:34 +0100 Sylvain Thénault [excanvas js] missing comma stable
Tue, 17 Jan 2012 11:55:32 +0100 Sylvain Thénault backport stable
Tue, 17 Jan 2012 11:49:23 +0100 Julien Cristau [datafeed] Don't pretend all columns are sortable in datafeed sources import log view. Closes #2146387
Tue, 17 Jan 2012 11:48:25 +0100 Julien Cristau [facets] Make hiding facet body optional (closes #2105862)
Tue, 17 Jan 2012 14:26:18 +0100 Florent Cayré [manage/index view] fix sources management view appearing in index view although it should not; closes #2126335 stable
Tue, 17 Jan 2012 14:05:04 +0100 Sylvain Thénault [book] add doc about request, session and connection management you need to know when writing tests stable
Tue, 17 Jan 2012 14:04:56 +0100 Sylvain Thénault [test] test/demonstrate relation permissions overriding stable
Tue, 17 Jan 2012 11:49:23 +0100 Julien Cristau [datafeed] Don't pretend all columns are sortable in datafeed sources import log view. Closes #2146387 stable
Tue, 17 Jan 2012 11:48:25 +0100 Julien Cristau [facets] Make hiding facet body optional (closes #2105862) stable
Tue, 17 Jan 2012 11:47:14 +0100 Julien Cristau gmap: fix regression from 151058945234 stable
Tue, 17 Jan 2012 11:47:14 +0100 Julien Cristau gmap: fix regression from 151058945234
Thu, 12 Jan 2012 18:17:19 +0100 Sylvain Thénault [deprecation] add cw version number to deprecation warning
Thu, 12 Jan 2012 18:17:07 +0100 Sylvain Thénault [test] fix test broken by 8158:2ee254e74382 and add a test for that change
Thu, 12 Jan 2012 13:04:59 +0100 Anthony Truchet [doc] Add a small docstring to RQLExpression constructor stable
Wed, 11 Jan 2012 18:29:33 +0100 Sylvain Thénault backport stable
Wed, 11 Jan 2012 18:29:21 +0100 Sylvain Thénault [schema] restrictive email address read permission. Closes #2148141
Wed, 11 Jan 2012 18:28:17 +0100 Sylvain Thénault [tableview] drop useless code: cellvid systematically given by RsetTableView, according to its .[non]finalview attribute stable
Tue, 10 Jan 2012 16:33:27 +0100 Pierre-Yves David [tableviews] use ``select_or_none`` instead of ``try: select() except:``
Mon, 09 Jan 2012 22:40:43 +0100 Sylvain Thénault [bw compat] json_request setter is necessary for some cubes which has json_request (eg preview)
Mon, 09 Jan 2012 16:20:49 +0100 Julien Cristau gmap: set center and zoomlevel automatically (closes #2144255) stable
Wed, 04 Jan 2012 17:21:14 +0100 Katia Saurfelt [views] calendar id in CalendarView must be unique (closes #2143864) stable
Tue, 03 Jan 2012 12:23:57 +0100 Sylvain Thénault [debian] cubicweb works with python 2.7 (which become the standard on some distros). Closes #2142050 stable
Mon, 09 Jan 2012 22:40:07 +0100 Sylvain Thénault [multi-sources] call doexec rather than sqlexec since we do not want to call process_result (as there aren't any and this breaks with lgdb default)
Fri, 06 Jan 2012 18:44:52 +0100 Sylvain Thénault [sources] hide some attributes from source edition form. Closes #2144160 stable
Tue, 03 Jan 2012 17:59:31 +0100 Pierre-Yves David [https] Allow configuration of anonymous access on https (closes #1971992) stable
Tue, 03 Jan 2012 17:00:43 +0100 Alexandre Fayolle [bfss] convert root BFSS directory to str in constructor (closes #2137793) stable
Tue, 03 Jan 2012 12:21:44 +0100 Sylvain Thénault [rql, security] fix buggy rqlstr cleanup when some introduced snippet create an unresolvable query. Closes #2142041 stable
Tue, 20 Dec 2011 19:05:55 +0100 Sylvain Thénault [ldap test] test actual ldap authentication instead of monkey-patching stable
Thu, 22 Dec 2011 17:56:04 +0100 Alexandre Fayolle [book] Add some details about usage of EXISTS stable
Thu, 22 Dec 2011 17:46:55 +0100 Sylvain Thénault backport stable
Thu, 22 Dec 2011 17:44:50 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.14.2-1 for changeset 17ebd836cee3 stable
Thu, 22 Dec 2011 17:44:50 +0100 Sylvain Thénault Added tag cubicweb-version-3.14.2 for changeset 049a3819f03d stable cubicweb-debian-version-3.14.2-1
Thu, 22 Dec 2011 15:14:01 +0100 Sylvain Thénault 3.14.2 stable cubicweb-version-3.14.2
Thu, 22 Dec 2011 15:13:47 +0100 Sylvain Thénault [i18n] fix french for 'action menu' stable
Wed, 21 Dec 2011 18:26:35 +0100 Adrien Di Mascio [server] use lgd.process_cursor to optimize processing of large resultsets
Wed, 21 Dec 2011 18:04:07 +0100 Sylvain Thénault [css] fix typo in uiprops/css
Wed, 21 Dec 2011 18:01:48 +0100 Sylvain Thénault backport stable
Wed, 14 Dec 2011 12:13:28 +0100 Sylvain Thénault [sources management] fix crash mapping tab because chain() is not indexable. Closes #2124077 stable
Mon, 19 Dec 2011 19:01:15 +0100 Sylvain Thénault [css] use listingHeaderBgColor in old css stable
Wed, 21 Dec 2011 17:59:37 +0100 Sylvain Thénault add instance to not implemented error stable
Tue, 20 Dec 2011 09:32:27 +0100 Sylvain Thénault [repo cache] fix cache clearing for an eid: keys are now always a tuple stable
Mon, 19 Dec 2011 19:15:49 +0100 Sylvain Thénault missing import statement stable
Mon, 19 Dec 2011 19:03:27 +0100 Alexandre Fayolle fix potential problems when BFSS uses a Windows SMB share (closes #2131435) stable
Fri, 16 Dec 2011 14:35:25 +0100 Adrien Di Mascio [views] (in/outof)context views now use directly dc_(long)_title() (closes #2110235)
Fri, 16 Dec 2011 14:35:20 +0100 Adrien Di Mascio [table] use cell text content when cubicweb:sortvalue is not defined (closes #2093183)
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Mon, 12 Dec 2011 12:09:49 +0100 Sylvain Thénault [rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693 stable
Fri, 09 Dec 2011 12:57:22 +0100 Sylvain Thénault [tableview] cubicweb:sortvalue should not have 'json:' in its value anymore. This breaks old tables. stable
Fri, 09 Dec 2011 12:14:11 +0100 Pierre-Yves David [schema] React to yams improvement of metadata attribute handling.
Fri, 09 Dec 2011 12:08:44 +0100 Sylvain Thénault stable is 3.14.X stable
Fri, 09 Dec 2011 12:08:27 +0100 Sylvain Thénault oldstable is 3.13.X oldstable
Thu, 08 Dec 2011 16:48:00 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.14.1-1 for changeset 6928210da4fc
Thu, 08 Dec 2011 16:47:59 +0100 Sylvain Thénault Added tag cubicweb-version-3.14.1 for changeset 793d2d327b3e cubicweb-debian-version-3.14.1-1
Thu, 08 Dec 2011 14:33:38 +0100 Sylvain Thénault 3.14.1 cubicweb-version-3.14.1
Thu, 08 Dec 2011 14:32:57 +0100 Sylvain Thénault backport stable
Thu, 08 Dec 2011 14:29:48 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.13.10-1 for changeset 2eab9a5a6bf8 stable
Thu, 08 Dec 2011 14:29:48 +0100 Sylvain Thénault Added tag cubicweb-version-3.13.10 for changeset 2ad4e5173c73 stable cubicweb-debian-version-3.13.10-1
Thu, 08 Dec 2011 14:30:00 +0100 Adrien Di Mascio [ajax] make navigation component appear both above and below the view (closes #2110266)
Thu, 08 Dec 2011 13:22:23 +0100 Sylvain Thénault 3.13.10 stable cubicweb-version-3.13.10
Thu, 08 Dec 2011 13:17:25 +0100 Julien Cristau Link to python docs about strftime instead of pointing at "man" (closes #2106415)
Thu, 08 Dec 2011 13:16:10 +0100 Sylvain Thénault [test] reindent
Wed, 07 Dec 2011 10:53:05 +0100 Sylvain Thénault [rqlrewrite] fix comment
Mon, 05 Dec 2011 16:59:20 +0100 Julien Cristau [server test] Fix tests regression from changeset 7980b36fb1aa
Mon, 05 Dec 2011 15:11:22 +0100 Julien Cristau Tweak message to clarify it gets the pagination back
Mon, 05 Dec 2011 15:20:21 +0100 Alexandre Fayolle fix tests broken by lgdb update
Mon, 05 Dec 2011 14:31:43 +0100 Julien Cristau [migration] Ignore IOError from readline.write_history_file (closes #2106621) stable
Mon, 05 Dec 2011 14:31:41 +0100 Julien Cristau [migration] make remove_cube('foo') not fail if foo is already removed. Closes #2106532 stable
Mon, 05 Dec 2011 13:42:23 +0100 Aurelien Campeas [cwconfig] absolute import (closes #2091068) stable
Mon, 05 Dec 2011 13:37:40 +0100 Julien Cristau [schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
Thu, 01 Dec 2011 12:48:46 +0100 Aurelien Campeas [facets] forcing a fixed height to the group is a bad idea: the container will not properly overflow
Tue, 29 Nov 2011 12:06:35 +0100 Aurelien Campeas [views/tabs] tests absolutely want an alt attribute (even if meaningless)
Tue, 29 Nov 2011 11:18:46 +0100 Julien Cristau [navigation] provide a link back from the full view to the paginated one
Thu, 24 Nov 2011 17:00:09 +0100 Aurelien Campeas [sorted navigation] refactor code so that when an attribute is found, nb_chars may be recomputed anyway according to variable type
Thu, 24 Nov 2011 16:59:32 +0100 Aurelien Campeas [reledit] implements entity_call instead of cell_call
Thu, 24 Nov 2011 16:59:15 +0100 Aurelien Campeas [merge] backport stable
Thu, 24 Nov 2011 16:57:31 +0100 Sylvain Thénault [skel] default debian/rules use pysupport to compile python files stable
Mon, 21 Nov 2011 17:58:18 +0100 Alexandre Fayolle use dbhelper functions to get default date / datetime (closes #2094544)
Tue, 22 Nov 2011 11:26:06 +0100 Alexandre Fayolle actually a bad idea, sorry
Wed, 23 Nov 2011 11:23:51 +0100 Alain Leufroy [web/views/tabs] improve non graphical experince with tabs (closes #2097405)
Wed, 23 Nov 2011 14:45:13 +0100 Aurelien Campeas [tableview] fix action menu layout (closes #2099011)
Wed, 23 Nov 2011 12:30:05 +0100 Aurelien Campeas [facets] do no stretch to the right when there are many facets; instead use a floating layout (closes #2093160)
Wed, 23 Nov 2011 11:46:30 +0100 Aurelien Campeas [views/table] fix typo
Tue, 22 Nov 2011 11:20:36 +0100 Alexandre Fayolle fix typo
Mon, 21 Nov 2011 17:53:14 +0100 Alexandre Fayolle added log when operation precommit fails
Thu, 17 Nov 2011 18:19:56 +0100 Sylvain Thénault [EntityTableView] smarter header for MainEntityColRenderer: use plural form only when necessary. Closes #2093182
Thu, 17 Nov 2011 18:21:04 +0100 Sylvain Thénault [tableview] enhance RelationColRenderer. Closes #2093184
Wed, 16 Nov 2011 22:07:51 +0100 Sylvain Thénault backport stable
Wed, 16 Nov 2011 22:07:32 +0100 Sylvain Thénault [reledit] default label should be translated, I don't thing we've an opportunity to do it another way as uicfg objects are static stable
Wed, 16 Nov 2011 22:07:27 +0100 Sylvain Thénault [rset] fix crash while building entity from rset w/ some subquery. Closes #2089055 stable
Tue, 15 Nov 2011 22:23:14 +0100 Sylvain Thénault [email bug report] _cw.config bw compat has been dropped, use _cw.vreg.config (+ small cleanup). Closes #2086985
Tue, 15 Nov 2011 22:22:18 +0100 Sylvain Thénault [users management view] return None if no entity related, not an empty tuple. Closes #2089085
Mon, 14 Nov 2011 12:13:48 +0100 Alexandre Fayolle merge stable changes to default
Thu, 10 Nov 2011 23:18:56 +0100 Alexandre Fayolle [http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) stable
Thu, 10 Nov 2011 10:13:40 +0100 Sylvain Thénault [etype restriction component] rql 0.31 doesn't accept anymore a variable ref as add_type_restriction argument. Closes #2086983
Thu, 10 Nov 2011 10:12:37 +0100 Sylvain Thénault [3.14 migration] strip constraint value to avoid extra new lines
Wed, 09 Nov 2011 19:19:24 +0100 Sylvain Thénault merge
Wed, 09 Nov 2011 19:16:08 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.14.0-1 for changeset 0bfe22fceb38
Wed, 09 Nov 2011 19:16:08 +0100 Sylvain Thénault Added tag cubicweb-version-3.14.0 for changeset 5c4390eb10c3 cubicweb-debian-version-3.14.0-1
Wed, 09 Nov 2011 18:43:01 +0100 Sylvain Thénault [test] add some tests for rql's add_type_restriction
Wed, 09 Nov 2011 18:41:12 +0100 Sylvain Thénault add some notes
Wed, 09 Nov 2011 17:34:08 +0100 Sylvain Thénault [packaging] common subpackage has been dropped cubicweb-version-3.14.0
Wed, 09 Nov 2011 17:17:54 +0100 Sylvain Thénault 3.14
Wed, 09 Nov 2011 16:42:33 +0100 Aurelien Campeas [js/tablesorter] work around tablesorter deficiencies (bool handling)
Wed, 09 Nov 2011 14:55:25 +0100 Sylvain Thénault [tableview] fix __init__ logic of sortfunc/sortable
Wed, 09 Nov 2011 15:13:13 +0100 Sylvain Thénault [datafeed log] properly log errors catched at the source level
Wed, 09 Nov 2011 14:34:03 +0100 Sylvain Thénault [data import log] log on the source so we properly have source name information
Wed, 09 Nov 2011 15:06:03 +0100 Aurelien Campeas [facets] reenable facet hiding (was lost in the previous refactoring)
Wed, 09 Nov 2011 14:34:41 +0100 Sylvain Thénault [tableview] drop comment
Mon, 07 Nov 2011 18:16:53 +0100 Sylvain Thénault [tableview] deepcopy of colrenderer was actually broken with py < 2.7
Mon, 07 Nov 2011 18:09:13 +0100 Sylvain Thénault backport stable
Mon, 07 Nov 2011 18:08:40 +0100 Sylvain Thénault [html, ajax] demote_to_html don't crash anymore if force-html-content-type is activated. Closes #712309 stable
Fri, 04 Nov 2011 17:29:39 +0100 Anthony Truchet [doc] fix data hooks parent class in Hooks doc. stable
Mon, 07 Nov 2011 10:56:39 +0100 Sylvain Thénault [pylint] enhance plugin: define 'data' function in uiprops module
Mon, 07 Nov 2011 10:55:15 +0100 Adrien Di Mascio [table] display navigation component both above and below the table
Mon, 07 Nov 2011 10:54:17 +0100 Sylvain Thénault [doc] update 3.14 release notes
Fri, 04 Nov 2011 17:16:15 +0100 Sylvain Thénault [table view] some new table view enhancements
Fri, 04 Nov 2011 14:57:41 +0100 Sylvain Thénault [navigation] extract method from SortedNavigation.call to ease overriding
Fri, 04 Nov 2011 13:03:56 +0100 Sylvain Thénault [cleanup] drop some appengine support junk
Fri, 04 Nov 2011 13:03:52 +0100 Sylvain Thénault [table view] properly handle show/hide filter actions so we get proper action displayed even when recalled from pagination
Fri, 04 Nov 2011 13:03:35 +0100 Sylvain Thénault backport stable
Fri, 04 Nov 2011 13:00:33 +0100 Sylvain Thénault [pagination] closes #2072029: add css class to div for "see them all" link for pagination. stable
Fri, 04 Nov 2011 13:00:30 +0100 Sylvain Thénault [prev/next] properly translate previous/next links' title, closes #2072158 stable
Thu, 03 Nov 2011 16:01:41 +0100 Alexandre Fayolle [rql, integrity] let ValidationError and Unauthorized pass during composite deletion (closes #2070042)
Fri, 28 Oct 2011 17:54:24 +0200 Alexandre Fayolle [table view, workflow] fix the display of wf history table (closes: #2065652)
Thu, 03 Nov 2011 15:28:30 +0100 Sylvain Thénault backport stable
Thu, 03 Nov 2011 15:27:31 +0100 Sylvain Thénault [rset] replace entity cw_rset on .limit(inplace=True) will avoid pb if the entity is still referenced by some other entity relations cache. Closes #2065643 stable
Thu, 03 Nov 2011 11:44:02 +0100 Sylvain Thénault [instance creation] properly search for sql extension in the schema directory. Closes #2068117 stable
Thu, 03 Nov 2011 11:18:37 +0100 Sylvain Thénault [entity table view] add count default to true on main entity column
Thu, 03 Nov 2011 11:18:35 +0100 Sylvain Thénault [table sort] should eval cubicweb:sortvalue to make it works properly
Thu, 03 Nov 2011 11:18:21 +0100 Sylvain Thénault [rqlinput] cleanup (use req everywhere) and fix html validation issue (input outside fieldset) stable
Wed, 02 Nov 2011 10:37:04 +0100 Sylvain Thénault [js table sort] use lower cased tag names since HTML is case insensitive and XHTML is case sensitive and wants lower case tag names
Wed, 02 Nov 2011 10:33:50 +0100 Sylvain Thénault [old table view] drop duplicated method
Wed, 02 Nov 2011 10:33:33 +0100 Sylvain Thénault [edit controller] only display warning on specific adapters
Wed, 02 Nov 2011 10:31:18 +0100 Sylvain Thénault [wysiwyg editor] disable server browsing by default stable
Fri, 28 Oct 2011 12:07:37 +0200 Adrien Di Mascio [doc] add some documentation on url path evaulators
Fri, 28 Oct 2011 11:44:50 +0200 Sylvain Thénault fix typos
Fri, 28 Oct 2011 11:33:26 +0200 Sylvain Thénault [diet] move iprogress to its own cube. Closes #1916016
Fri, 28 Oct 2011 11:33:25 +0200 Sylvain Thénault [facetable views] allow extra hiddens to be specified when selecting the facets form
Fri, 28 Oct 2011 11:33:24 +0200 Sylvain Thénault [export views] uniformize titles, much nicer when listing possible views. Closes #2060944
Fri, 28 Oct 2011 11:31:11 +0200 Florent Cayré replace adapter by simple selector to ease edit controller overloading; fixes #2042349
Fri, 28 Oct 2011 10:34:12 +0200 Adrien Di Mascio [uihelper] fix bad variable renaming
Fri, 28 Oct 2011 10:32:48 +0200 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
Wed, 12 Oct 2011 15:56:40 +0200 Pierre-Yves David Update documentation about resource mode. stable
Thu, 27 Oct 2011 18:19:00 +0200 Adrien Di Mascio [uicfg] add uihelper module with high-level helpers (closes #1809414)
Thu, 27 Oct 2011 10:38:16 +0200 Sylvain Thénault [ui lib] facet and form widget for Integer used to store binary mask. Closes #2054771
Thu, 27 Oct 2011 10:38:03 +0200 Sylvain Thénault [tableview] .entity method is useful on EntityTableView as well, move it there
Thu, 27 Oct 2011 10:38:02 +0200 Sylvain Thénault [schema, old instance] restore some pre 3.5.10 bw compat as some old instances may still have this, and add migration so we can remove it at some point
Wed, 26 Oct 2011 17:59:06 +0200 Aurelien Campeas backport stable
Wed, 26 Oct 2011 17:58:21 +0200 Aurelien Campeas [views/facets] backout 82d76492e21e - this was not actually needed and caused some problems ... stable
Wed, 26 Oct 2011 14:12:35 +0200 Sylvain Thénault backport stable
Wed, 26 Oct 2011 14:11:30 +0200 Sylvain Thénault [test, facets] fix prepare_rqlst arguments, it wasn't actually testing baserql due to name conflicts stable
Tue, 25 Oct 2011 18:59:15 +0200 Sylvain Thénault [test] specify X type, as this is not infered from NOT identity with rql#default
Tue, 25 Oct 2011 18:57:51 +0200 Sylvain Thénault useless debugged breaks test with python < 2.6
Tue, 25 Oct 2011 18:22:19 +0200 Sylvain Thénault [rql2sql] fix regression introduced in 8018:f01c80513274 leading to bad execution of DELETE queries
Tue, 25 Oct 2011 18:21:45 +0200 Sylvain Thénault [test] unittest2 api update
Tue, 25 Oct 2011 14:03:52 +0200 Sylvain Thénault [rql] closes #2054468: support for HAVING in SET/DELETE queries
Tue, 25 Oct 2011 14:03:32 +0200 Anthony Truchet [book] Some minor fixes to the CubicWeb doc (typos, invalid ReST, ...) stable
Tue, 25 Oct 2011 13:51:27 +0200 Aurelien Campeas [tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally
Mon, 24 Oct 2011 13:52:24 +0200 Sylvain Thénault [ui, pagination] when sorted in some date type, auto-set max characters (closes #2053038)
Mon, 24 Oct 2011 13:51:39 +0200 Aurelien Campeas [tableview] extract two methods from render_table to ease subclassing
Mon, 24 Oct 2011 13:19:23 +0200 Sylvain Thénault backport stable
Mon, 24 Oct 2011 13:18:58 +0200 Pierre-Yves David [deprecated] TableView: update some documentation
Mon, 24 Oct 2011 13:13:45 +0200 Sylvain Thénault [column labels] full display_name prototype compat stable
Mon, 24 Oct 2011 13:09:05 +0200 Sylvain Thénault [book] update copyright stable
Mon, 24 Oct 2011 08:55:07 +0200 Aurelien Campeas [tableview,basetemplates,pagination] some views internally handle the pagination, in which case the base template should not try to paginate
Sat, 22 Oct 2011 11:59:42 +0200 Sylvain Thénault check entity's cwuri and remove debug stable
Sat, 22 Oct 2011 11:16:14 +0200 Sylvain Thénault [tableview] fix bad attribute name
Fri, 21 Oct 2011 18:37:30 +0200 Aurelien Campeas [tableview] sortvalue truncation should be somewhat configurable
Fri, 21 Oct 2011 18:10:50 +0200 Florent Cayré fix broken tests (at least by #1800002)
Fri, 21 Oct 2011 18:02:40 +0200 Sylvain Thénault typo
Fri, 21 Oct 2011 17:52:37 +0200 Aurelien Campeas undo garbage shipped in 9a73d5e762b0
Fri, 21 Oct 2011 17:50:56 +0200 Sylvain Thénault [test] one more base etype...
Fri, 21 Oct 2011 17:48:56 +0200 Sylvain Thénault [test] limit size is now done by the layout
Fri, 21 Oct 2011 17:42:56 +0200 Aurelien Campeas [facets] fix context passing + a note for later
Fri, 21 Oct 2011 17:14:05 +0200 Sylvain Thénault [table view] fix regression in old table view leading to malformed html
Tue, 18 Oct 2011 12:25:32 +0200 Pierre-Yves David [utils] add a ``js_href`` function to generated proper javascript href
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault i18n update
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [facets] view should be propagated up to facet selection, so we can get different facets according to the view. Closes #2036527
Fri, 21 Oct 2011 14:32:37 +0200 Julien Cristau Record a log of datafeed source imports (closes #2026097)
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [management table] upgrade sources groups management table to new api
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [management table] fix and upgrade users and groups management tables to new api
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [table views] closes #1986413: refactor TableView, EntityAttributesTableView, PyValTableView
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [web component architecture] extract LayoutableMixIn from components
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Fri, 21 Oct 2011 14:32:18 +0200 Sylvain Thénault [test] restore support for python < 2.6
Fri, 21 Oct 2011 13:05:45 +0200 Sylvain Thénault [forms] update code broken by linkto refactoring
Fri, 21 Oct 2011 13:05:26 +0200 Sylvain Thénault [rdf] drop buggy (name error) try/except (done using related(safe=True)) stable
Fri, 21 Oct 2011 11:36:30 +0200 Sylvain Thénault backport stable
Fri, 21 Oct 2011 11:32:04 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.9-1 for changeset 0a3cb5e60d57 stable
Fri, 21 Oct 2011 11:32:03 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.9 for changeset 07afe32945aa stable cubicweb-debian-version-3.13.9-1
Fri, 21 Oct 2011 11:03:54 +0200 Sylvain Thénault 3.13.9 stable cubicweb-version-3.13.9
Fri, 21 Oct 2011 10:59:57 +0200 Sylvain Thénault [selectors] EClassSelector (eg is_instance & all) should check for None value (possible w/ outer join) when a row is specified. Closes #2033165 stable
Fri, 21 Oct 2011 09:24:51 +0200 Sylvain Thénault [test] fix failure introduced by localperms cube introduction
Fri, 21 Oct 2011 09:24:48 +0200 Sylvain Thénault [test] fix failures introduced by 7951:b7c825b00f64
Fri, 21 Oct 2011 09:24:29 +0200 Sylvain Thénault backport stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [test] fix datafeed test, we have to use an internal session stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [test] drop some deprecation warnings stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [ibreadcrumbs] missing xml_escape on latest path part (usually view's title). Closes #2037506 stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [test] fix test failure caused by 7922:d307c3817782 stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore stable
Thu, 20 Oct 2011 16:03:51 +0200 Florent Cayré [entity] restrict creation form field vocabulary using __linkto information (closes #1799997)
Tue, 18 Oct 2011 12:22:48 +0200 Pierre-Yves David Add generated documentation to .hgignore. stable
Thu, 20 Oct 2011 14:22:16 +0200 Adrien Di Mascio [uilib] add missing printer for integers
Thu, 20 Oct 2011 14:20:46 +0200 Sylvain Thénault backport stable
Thu, 20 Oct 2011 14:17:52 +0200 Sylvain Thénault [rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499 stable
Tue, 18 Oct 2011 17:08:05 +0200 Sylvain Thénault [rset] use .iteritems() instead of items()
Tue, 18 Oct 2011 15:52:50 +0200 Alexandre Fayolle merge back stable change
Tue, 18 Oct 2011 15:52:12 +0200 Alexandre Fayolle remove stale debugging statement stable
Thu, 29 Sep 2011 16:44:55 +0200 Nicolas Chauvat [server] fix integrity checks that destroy data (closes #1972842)
Mon, 17 Oct 2011 19:27:54 +0200 Sylvain Thénault [entity related rql] 'is' relation target constant should have 'etype' type, not String
Mon, 17 Oct 2011 15:08:25 +0200 Sylvain Thénault [entity] fix dumb name error introduced by 3.14 entity refactoring
Fri, 14 Oct 2011 16:42:10 +0200 Sylvain Thénault backport stable
Fri, 14 Oct 2011 15:19:25 +0200 Sylvain Thénault [js] missing trailing comma
Fri, 14 Oct 2011 14:42:00 +0200 Sylvain Thénault [test] map pgettext to unicode as _ stable
Fri, 14 Oct 2011 14:41:44 +0200 Sylvain Thénault [table view] fix bug introduced in 7938:80c6e2155c3d leading to not translated table headers stable
Fri, 14 Oct 2011 13:51:54 +0200 Sylvain Thénault oops
Fri, 14 Oct 2011 13:50:46 +0200 Sylvain Thénault [test] fix some failures recently introduced stable
Fri, 14 Oct 2011 13:36:39 +0200 Sylvain Thénault add missing imports
Fri, 14 Oct 2011 10:34:08 +0200 Sylvain Thénault [selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
Fri, 14 Oct 2011 10:33:31 +0200 Aurelien Campeas [cache] replace lgc.cache with something more appropriate (closes #1921713)
Fri, 14 Oct 2011 09:21:45 +0200 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Fri, 14 Oct 2011 09:04:39 +0200 Adrien Di Mascio [table] use explicit add_onload() to setup table sorting (closes #2013493) stable
Fri, 14 Oct 2011 08:51:24 +0200 Sylvain Thénault [schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
Fri, 14 Oct 2011 08:50:09 +0200 Sylvain Thénault [ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
Fri, 14 Oct 2011 08:49:58 +0200 Sylvain Thénault [facets] on the way to vidargs removal
Thu, 13 Oct 2011 11:49:19 +0200 Alexandre Fayolle [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
Thu, 13 Oct 2011 10:24:27 +0200 Sylvain Thénault [action] has_editable_relation first argument is once_is_enough flag, not an action name stable
Tue, 11 Oct 2011 18:16:52 +0200 Pierre-Yves David [table] Only apply sorting event on the first row of a table header (closes #1988780)
Fri, 07 Oct 2011 18:30:29 +0200 Pierre-Yves David [table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
Thu, 13 Oct 2011 09:44:14 +0200 Pierre-Yves David init_facets: Add documentation stable
Thu, 13 Oct 2011 09:25:26 +0200 Aurelien Campeas [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
Thu, 13 Oct 2011 09:15:16 +0200 Florent Cayré [edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
Wed, 12 Oct 2011 19:06:22 +0200 Sylvain Thénault pylint extension stable
Wed, 12 Oct 2011 19:06:15 +0200 Sylvain Thénault [printers] fix bug introduced by final view refactoring: &#160; shouldn't be escaped.
Tue, 11 Oct 2011 16:01:44 +0200 Pierre-Yves David Add a hidden input:submit field in facets form (closes #1988784) stable
Tue, 11 Oct 2011 18:18:14 +0200 Pierre-Yves David AnyRsetView: Refactor the columns_name method and update doc. stable
Tue, 11 Oct 2011 18:16:06 +0200 Pierre-Yves David [facets] FacetFilterMixIn: add documention for class and generate_form
Tue, 11 Oct 2011 14:04:18 +0200 Pierre-Yves David [facet] Add infered type restriction to Filtered result set (closes #1988776) stable
Tue, 11 Oct 2011 14:28:48 +0200 Sylvain Thénault [source] remove uicfg rule for dropped synchronizing attribute stable
Tue, 11 Oct 2011 13:55:58 +0200 Sylvain Thénault backport stable
Tue, 11 Oct 2011 13:54:17 +0200 Sylvain Thénault [datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131 stable
Tue, 11 Oct 2011 13:50:32 +0200 Sylvain Thénault [datafeed parser] only update an entity attributes when needed. Closes #1989142 stable
Tue, 11 Oct 2011 11:00:24 +0200 Sylvain Thénault backport stable
Tue, 11 Oct 2011 10:59:35 +0200 Sylvain Thénault [schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585 stable
Mon, 10 Oct 2011 16:15:55 +0200 Sylvain Thénault [forms] fix bug in linkto refactoring (misordered arguments)
Fri, 07 Oct 2011 17:29:14 +0200 Sylvain Thénault [migration] update old yams api in change_attribute_type stable
Fri, 07 Oct 2011 17:18:10 +0200 Sylvain Thénault [schema] add missing import (trigger warning) stable
Fri, 07 Oct 2011 16:58:29 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.8-1 for changeset 43f83f5d0a4d stable
Fri, 07 Oct 2011 16:58:29 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.8 for changeset 249bd4169339 stable cubicweb-debian-version-3.13.8-1
Fri, 07 Oct 2011 16:21:04 +0200 Sylvain Thénault 3.13.8 stable cubicweb-version-3.13.8
Fri, 07 Oct 2011 15:55:49 +0200 Adrien Di Mascio [facets] use encodeURIComponent instead of escape to encode url paremters (closes #1984727) stable
Fri, 07 Oct 2011 15:55:15 +0200 Sylvain Thénault [repository] use utcnow instead of now for some internal timetamps (closes #1988458) stable
Fri, 07 Oct 2011 15:55:14 +0200 Sylvain Thénault [datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676) stable
Fri, 07 Oct 2011 11:59:20 +0200 Sylvain Thénault backport stable
Fri, 07 Oct 2011 11:56:04 +0200 Sylvain Thénault [view, plot] deprecate flot and encourage usage of the jqplot cube (closes #1625218)
Thu, 06 Oct 2011 18:23:01 +0200 Sylvain Thénault remove 3.14 deprecation warning
Fri, 07 Oct 2011 11:47:42 +0200 Sylvain Thénault sample script to turn a pyro source into a datafeed source stable
Fri, 07 Oct 2011 11:47:09 +0200 Sylvain Thénault [datafeed parser] properly recurse on nodes to follow all mapped relations (closes #1988432) stable
Thu, 06 Oct 2011 16:15:16 +0200 Sylvain Thénault [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
Thu, 06 Oct 2011 16:14:08 +0200 Sylvain Thénault [request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
Thu, 06 Oct 2011 16:14:08 +0200 Sylvain Thénault [web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
Thu, 06 Oct 2011 10:13:24 +0200 Pierre-Yves David [js] Remove tab mixed with space in ``web/data/cubicweb.facets.js`` stable
Thu, 06 Oct 2011 10:09:42 +0200 Sylvain Thénault [xml/rdf views] handle case where the user hasn't read access to a relation (closes #1984598) stable
Tue, 04 Oct 2011 18:45:38 +0200 Sylvain Thénault [datafeed] don't crash if url is not specified
Tue, 04 Oct 2011 13:59:12 +0200 Sylvain Thénault [web session] ProgrammingError may be raised, we should catch it (closes #1980076) stable
Tue, 04 Oct 2011 13:58:57 +0200 Sylvain Thénault [web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data stable
Tue, 04 Oct 2011 12:23:52 +0200 Sylvain Thénault backport stable
Fri, 30 Sep 2011 18:10:28 +0200 Alexandre Fayolle repaire cctl db-init -d on sqlserver (closes #1979670)
Tue, 04 Oct 2011 10:29:56 +0200 Sylvain Thénault [test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7) stable
Tue, 04 Oct 2011 10:18:35 +0200 Sylvain Thénault [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
Tue, 04 Oct 2011 10:15:46 +0200 Sylvain Thénault [pyviews] new colheaders and cssclass arguments on pyvaltable (closes #1979718) stable
Tue, 04 Oct 2011 10:15:45 +0200 Sylvain Thénault [rql2sql] support for outer join on column alias (closes #1979645) stable
Tue, 04 Oct 2011 10:21:05 +0200 Sylvain Thénault [linkto] update documentation
Fri, 30 Sep 2011 18:08:00 +0200 Alexandre Fayolle improve EntityAttributesTableView perfs by adding a call to complete() stable
Fri, 30 Sep 2011 18:05:57 +0200 Alexandre Fayolle fix typo in comment stable
Fri, 30 Sep 2011 11:16:29 +0200 Sylvain Thénault [ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4 stable
Fri, 30 Sep 2011 11:15:40 +0200 Sylvain Thénault [book] startup views: add a note about *manage* view stable
Tue, 09 Aug 2011 09:43:26 +0200 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Thu, 29 Sep 2011 15:28:41 +0200 Sylvain Thénault cleanup stable
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
Thu, 29 Sep 2011 14:46:41 +0200 Sylvain Thénault [js] add proper excanvas.js (patched version provided with jqplot, but with proper copyrights stable
Thu, 29 Sep 2011 14:42:39 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.7-1 for changeset 2f93ce32febe stable
Thu, 29 Sep 2011 14:42:38 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.7 for changeset 68e8c81fa96d stable cubicweb-debian-version-3.13.7-1
Thu, 29 Sep 2011 14:09:34 +0200 Sylvain Thénault 3.13.7 stable cubicweb-version-3.13.7
Thu, 29 Sep 2011 14:07:37 +0200 Sylvain Thénault [linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
Thu, 29 Sep 2011 14:05:45 +0200 Sylvain Thénault [req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681) stable
Thu, 29 Sep 2011 14:05:42 +0200 Sylvain Thénault [repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680) stable
Thu, 29 Sep 2011 13:53:34 +0200 Sylvain Thénault [ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767) stable
Thu, 29 Sep 2011 12:55:28 +0200 Sylvain Thénault [ms, test] propagate exception in test mode stable
Thu, 29 Sep 2011 12:55:20 +0200 Sylvain Thénault [repo] cleanup [_]delete_info prototype: extid argument isn't used stable
Tue, 27 Sep 2011 09:26:40 +0200 Nicolas Chauvat [views] fix docstring of tableview stable
Wed, 28 Sep 2011 14:33:43 +0200 Sylvain Thénault remove remaining junk from bad merge
Wed, 28 Sep 2011 11:17:49 +0200 Sylvain Thénault fix bad merge
Wed, 28 Sep 2011 10:36:41 +0200 Sylvain Thénault [sync schema hooks] pylint fixes have broken hasattr test stable
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Wed, 28 Sep 2011 09:01:17 +0200 Sylvain Thénault [doc] more doc about what's new in 3.14
Wed, 28 Sep 2011 08:16:10 +0200 Sylvain Thénault [json] restore 2.5 compat
Tue, 27 Sep 2011 18:47:11 +0200 Adrien Di Mascio [views] implement json / jsonp export views (closes #1942658)
Tue, 27 Sep 2011 18:46:36 +0200 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
Tue, 27 Sep 2011 16:04:30 +0200 Aurelien Campeas [facet] add safety belt to rql path facet init (closes #1965481) stable
Tue, 27 Sep 2011 14:57:41 +0200 Sylvain Thénault [cleanup] kill broken livetest module stable
Tue, 27 Sep 2011 08:17:56 +0200 Sylvain Thénault [req cookie] fix name error stable
Mon, 26 Sep 2011 19:46:04 +0200 Sylvain Thénault backport stable
Mon, 26 Sep 2011 19:45:51 +0200 Sylvain Thénault [test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...) stable
Mon, 26 Sep 2011 19:35:44 +0200 Sylvain Thénault fix bad merge (unsaved buffers...)
Mon, 26 Sep 2011 19:24:08 +0200 Sylvain Thénault backport stable
Mon, 26 Sep 2011 19:09:12 +0200 Sylvain Thénault fix merge stable
Mon, 26 Sep 2011 19:08:44 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.6-1 for changeset 8a8949ca5351 stable
Mon, 26 Sep 2011 19:08:43 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.6 for changeset 17c007ad845a stable cubicweb-debian-version-3.13.6-1
Mon, 26 Sep 2011 18:38:38 +0200 Sylvain Thénault backport oldstable stable cubicweb-version-3.13.6
Mon, 26 Sep 2011 18:37:23 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.10-1 for changeset 9dfd21fa0a8b oldstable
Mon, 26 Sep 2011 18:37:23 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.10 for changeset 074c848a3712 oldstable cubicweb-debian-version-3.12.10-1
Mon, 26 Sep 2011 18:36:09 +0200 Sylvain Thénault 3.13.6 stable
Mon, 26 Sep 2011 18:25:22 +0200 Aurelien Campeas [web/facet] fix example selector in docstring stable
Mon, 26 Sep 2011 18:03:38 +0200 Sylvain Thénault [migration doc] talk about changes in Entity.fetch_rql
Mon, 26 Sep 2011 17:48:48 +0200 Sylvain Thénault [web request] fix stupid error that gone through the review stable
Mon, 26 Sep 2011 17:23:01 +0200 Sylvain Thénault 3.12.10 oldstable cubicweb-version-3.12.10
Tue, 07 Jun 2011 11:42:08 +0200 Julien Jehannet [skeleton] fix new class configuration in realdbtest stable
Fri, 23 Sep 2011 12:16:29 +0200 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
Fri, 23 Sep 2011 12:17:12 +0200 Sylvain Thénault [web] properly redirect when user login on loggedout view (closes #1954050) stable
Mon, 26 Sep 2011 09:31:54 +0200 Sylvain Thénault [i18n] update stable
Mon, 26 Sep 2011 09:31:44 +0200 Sylvain Thénault [schema, cleanup] one more case for add_etype_button stable
Mon, 26 Sep 2011 09:31:09 +0200 Sylvain Thénault [i18n, facet] missing registration of <no relation> msgid stable
Fri, 23 Sep 2011 15:41:21 +0200 Sylvain Thénault [test] sort to avoid random failure due to dict order stable
Fri, 23 Sep 2011 15:05:09 +0200 Aurelien Campeas [facets] fix height computation (incorporates and/or element if present, use css value to compute likely maximum height, kill wdg_stack_size) (closes #1954077) stable
Fri, 23 Sep 2011 14:56:31 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 14:56:13 +0200 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475) stable
Fri, 23 Sep 2011 14:43:44 +0200 Sylvain Thénault [primary view] add 'verbatim' attribute view (closes #1947475)
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 12:40:50 +0200 Sylvain Thénault [doc] split API/book part of stuff that has been moved in primary view module docstring stable
Fri, 23 Sep 2011 12:23:09 +0200 Sylvain Thénault [rqlrewrite] if inlined relation has to be moved to a subquery, take care of the object of the relation (closes #1945725) stable
Fri, 23 Sep 2011 10:42:16 +0200 Aurelien Campeas [views/facets] simple horizontal layout when there are a few facets only (closes #1921709) stable
Fri, 23 Sep 2011 09:17:37 +0200 Sylvain Thénault [breadcrumbs] keep proper breadcrumbs when creating an entity linked to another by inspecting __linkto (closes #1947476)
Fri, 23 Sep 2011 09:10:58 +0200 Sylvain Thénault [web test] secondary view isn't listed anymore by possible view since it use the class_deprecated metaclass stable
Thu, 22 Sep 2011 17:29:40 +0200 Alexandre Fayolle ensure the test for asource column won't crash on SQLServer (closes #1949621) stable
Thu, 22 Sep 2011 19:13:58 +0200 Sylvain Thénault [doc] backport primary view documentation into the code, also document [URL]AttributeView stable
Thu, 22 Sep 2011 19:02:39 +0200 Sylvain Thénault [primary sub views] use entity_call instead of cell_call stable
Thu, 22 Sep 2011 19:02:36 +0200 Sylvain Thénault [doc] get back baseviews documentation into the code, enhance it and reorganize the module accordingly stable
Thu, 22 Sep 2011 19:02:29 +0200 Sylvain Thénault typo stable
Thu, 22 Sep 2011 17:20:52 +0200 Sylvain Thénault [reledit] honore 'rvid' for attribute relations (closes #1947471) stable
Thu, 22 Sep 2011 17:20:41 +0200 Sylvain Thénault [view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474) stable
Thu, 22 Sep 2011 17:20:38 +0200 Sylvain Thénault [sources management] nicer source management view and breadcrumbs (closes #1946329) stable
Thu, 22 Sep 2011 16:53:46 +0200 Aurelien Campeas [cubicweb.js] log evalJSON errors (closes #1947473) stable
Thu, 22 Sep 2011 16:53:43 +0200 Aurelien Campeas [views/table] parametrize table view co-classes (closes #1947472) stable
Thu, 22 Sep 2011 16:12:33 +0200 Sylvain Thénault [cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
Thu, 22 Sep 2011 16:12:28 +0200 Sylvain Thénault [entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)
Thu, 22 Sep 2011 16:12:23 +0200 Sylvain Thénault [entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
Thu, 22 Sep 2011 15:55:58 +0200 Sylvain Thénault [schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277) stable
Thu, 22 Sep 2011 15:54:57 +0200 Sylvain Thénault [cleanup] stable
Thu, 22 Sep 2011 10:04:20 +0200 Aurelien Campeas [jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810) stable
Thu, 22 Sep 2011 10:02:25 +0200 Sylvain Thénault [repo] ensure we don't restart a task while the repo is shutting down (closes #1942736) stable
Thu, 22 Sep 2011 10:02:17 +0200 Sylvain Thénault [warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760) stable
Thu, 22 Sep 2011 09:56:20 +0200 Adrien Di Mascio [testlib] make self.view() return raw output if no validator is used
Wed, 21 Sep 2011 19:04:33 +0200 Aurelien Campeas [tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522) stable
Wed, 21 Sep 2011 19:00:49 +0200 Aurelien Campeas [tabs] fix clic on tab that does nothing (closes #1942750) stable
Wed, 21 Sep 2011 18:35:45 +0200 Sylvain Thénault [idownloadable] dtw and up copyright stable
Wed, 21 Sep 2011 18:35:39 +0200 Sylvain Thénault [test] fix test broken by 7815:2a164a9cf81c stable
Wed, 21 Sep 2011 17:38:44 +0200 Sylvain Thénault [entity doc] fix typo (rest_var instead of rest_attr) and cleanup doc
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Tue, 20 Sep 2011 15:14:04 +0200 Sylvain Thénault [tableview] fix view selection when value is None (closes #1936781) stable
Tue, 20 Sep 2011 15:13:42 +0200 Sylvain Thénault [book] merge pyro chapter with faq entry with connexion snippet stable
Tue, 20 Sep 2011 09:20:41 +0200 Sylvain Thénault i18n update
Tue, 20 Sep 2011 09:20:17 +0200 Sylvain Thénault [schema view] fix label/name inversion leading to wrong css class / group url depending on user's language stable
Mon, 19 Sep 2011 19:13:50 +0200 Sylvain Thénault [i18n] tweaks
Mon, 19 Sep 2011 14:22:51 +0200 Sylvain Thénault [i18n] cleanup messages moved to localperms cube
Mon, 19 Sep 2011 14:22:28 +0200 Sylvain Thénault [security view] slight changes to make things clearer
Fri, 16 Sep 2011 17:30:26 +0200 Sylvain Thénault backport stable
Fri, 16 Sep 2011 16:42:42 +0200 Sylvain Thénault [refactoring] introduce add_etype_button function to properly create button to add a new entity stable
Fri, 16 Sep 2011 17:10:33 +0200 Sylvain Thénault [user prefs] use same title as the action for consistency stable
Fri, 16 Sep 2011 14:43:41 +0200 Sylvain Thénault [sources management] properly set __linkto, closes #1922970 stable
Fri, 16 Sep 2011 14:01:17 +0200 Sylvain Thénault some minor cleanups
Fri, 16 Sep 2011 13:56:00 +0200 Sylvain Thénault [web test] fix test broken by new users/groups management views
Fri, 16 Sep 2011 12:48:28 +0200 Sylvain Thénault [table view] allow to set None in 'headers', meaning the label should be fetched from the result set as done by default (closes #1931533)
Fri, 16 Sep 2011 12:48:26 +0200 Sylvain Thénault [user management] users and groups management now really lead to that (closes #1931478)
Fri, 16 Sep 2011 12:48:02 +0200 Sylvain Thénault [css] use h* title properties from uiprops in cubicweb.old.css (closes #1931476) stable
Fri, 16 Sep 2011 10:36:46 +0200 Florent Cayré [entity fetchattrs] also fetch ambiguous rtypes even if we do not recurse on them (closes #1720823)
Thu, 15 Sep 2011 18:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Sep 2011 17:36:58 +0200 Sylvain Thénault [jquery] upgrade to jquery 1.6.4
Thu, 15 Sep 2011 17:03:37 +0200 Sylvain Thénault [test] fix some tests broken since localperms cube extraction
Thu, 15 Sep 2011 16:40:52 +0200 Florent Cayré refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650
Thu, 15 Sep 2011 08:34:31 +0200 Alexandre Fayolle [doc] add some documentation in cubicweb.web.action stable
Wed, 14 Sep 2011 09:55:51 +0200 Sylvain Thénault [test] fix bad sed
Wed, 14 Sep 2011 09:11:50 +0200 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
Wed, 14 Sep 2011 09:10:58 +0200 Sylvain Thénault [test] fix test subsquently to localperms introduction
Tue, 13 Sep 2011 18:24:35 +0200 Sylvain Thénault [deprecation] specify name/doc to deprecated else it's fetched from the object, which has then to be importable. Cleanup debian/control dependancy on the way (needs lgc 0.56.3 api)
Tue, 13 Sep 2011 17:50:03 +0200 Julien Cristau [debian] fix init script dependencies (closes #1921729) stable
Tue, 13 Sep 2011 17:42:22 +0200 Sylvain Thénault [server] portable dump format supports now ZIP64 extensions by default (closes #1912535) stable
Tue, 13 Sep 2011 17:35:14 +0200 Adrien Di Mascio [repo] use smarter query to check asource presence on startup (closes #1922099) stable
Tue, 13 Sep 2011 15:41:36 +0200 Sylvain Thénault [js] closes #1558870 : update to jquery 1.6 (1.6.3)
Tue, 13 Sep 2011 15:41:11 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011
Tue, 13 Sep 2011 15:40:31 +0200 Sylvain Thénault backout 7781:e95cfd5eca61 stable
Tue, 13 Sep 2011 15:40:06 +0200 Sylvain Thénault backout 7780:a1d5365fefc1 stable
Tue, 13 Sep 2011 14:54:00 +0200 Sylvain Thénault [js] closes #1558870 : update to jquery 1.6 (1.6.3) stable
Tue, 13 Sep 2011 14:48:24 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
Tue, 13 Sep 2011 14:41:53 +0200 Sylvain Thénault [debug] use repr() in some place where you'll have a chance to get an unicode error if output encoding isn't properly detected stable
Mon, 12 Sep 2011 17:24:14 +0200 Sylvain Thénault [i18n fr] fix typo and enhance translation stable
Mon, 12 Sep 2011 12:00:31 +0200 Sylvain Thénault [user management] disable http cache on user management view (not really a startup view) stable
Thu, 08 Sep 2011 18:09:36 +0200 Sylvain Thénault backport stable
Thu, 08 Sep 2011 18:04:50 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.5-1 for changeset 2e9dd7d94555 stable
Thu, 08 Sep 2011 18:04:49 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.5 for changeset 20d9c550c57e stable cubicweb-debian-version-3.13.5-1
Thu, 08 Sep 2011 16:53:21 +0200 Sylvain Thénault 3.13.5 stable cubicweb-version-3.13.5
Thu, 08 Sep 2011 16:52:55 +0200 Sylvain Thénault i18nupdate stable
Thu, 08 Sep 2011 16:35:45 +0200 Sylvain Thénault [multi-sources] closes #1918120: drop behaviour leading to wrong result as demonstrated by the ticket stable
Thu, 08 Sep 2011 10:54:25 +0200 Julien Jehannet [session] enforce coherency of login/passwd couple values when no anonymous user (closes: #1910849) stable
Wed, 07 Sep 2011 17:50:09 +0200 Julien Jehannet [session] take care of non-ascii characters in login and session id (closes: #1910849)
Wed, 07 Sep 2011 17:01:32 +0200 Sylvain Thénault closes #1914824: fix retrieval of _andor input, test and fix generated rql stable
Wed, 07 Sep 2011 11:37:41 +0200 Julien Jehannet [debian] build the book with no auto-compression of book files (closes: #1906581) stable
Wed, 07 Sep 2011 16:56:27 +0200 Aurelien Campeas [views/navigation] use the proper icons instead of ascii art (closes #1624943) stable
Tue, 06 Sep 2011 15:29:05 +0200 Pierre-Yves David devtools: Fix cleanup of temporary database (closes #1908656) stable
Tue, 06 Sep 2011 15:16:06 +0200 Julien Cristau Drop privileges properly (closes #1910561) stable
Tue, 06 Sep 2011 15:11:35 +0200 Sylvain Thénault drop unittest deprecation warning stable
Tue, 06 Sep 2011 12:20:11 +0200 Adrien Di Mascio [web] add option to make resources-concat optional (implements #1910615)
Tue, 06 Sep 2011 12:20:09 +0200 Sylvain Thénault backport stable
Tue, 06 Sep 2011 12:10:02 +0200 Sylvain Thénault oops, forgotten to qref enhancements made to the reledit doc addition stable
Tue, 06 Sep 2011 12:01:27 +0200 Sylvain Thénault [book] section about how to disable reledit feature/view stable
Tue, 06 Sep 2011 11:59:24 +0200 Sylvain Thénault [skel] drop unused import stable
Tue, 06 Sep 2011 11:59:21 +0200 Sylvain Thénault [hooks control] test and fix session.reset_hooks_mode_categories, closes #1908680 stable
Mon, 05 Sep 2011 16:48:37 +0200 Sylvain Thénault [form fields doc] explain when field.role should be None stable
Fri, 26 Aug 2011 17:28:32 +0200 Alexandre Fayolle Added tag cubicweb-version-3.10.x for changeset a62f24e1497e stable
Fri, 26 Aug 2011 17:27:09 +0200 Alexandre Fayolle merged back oldstable fix to stable stable
Fri, 26 Aug 2011 17:14:37 +0200 Alexandre Fayolle work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869) oldstable
Fri, 19 Aug 2011 14:25:06 +0200 Aurelien Campeas [devctl] do not crash in the (rare, odd) case where mod.__file__ is None (closes #1908664) stable
Fri, 19 Aug 2011 10:53:23 +0200 Aurelien Campeas [doc/book] fix ref to trustedauth cube stable
Fri, 05 Aug 2011 15:06:02 +0200 Sylvain Thénault site schema should be named data model schema stable
Fri, 05 Aug 2011 14:23:55 +0200 Sylvain Thénault backport stable
Fri, 05 Aug 2011 14:19:56 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.4-1 for changeset 52f26475d764 stable
Fri, 05 Aug 2011 14:19:54 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.4 for changeset 223ecf0620b6 stable cubicweb-debian-version-3.13.4-1
Fri, 05 Aug 2011 12:22:19 +0200 Sylvain Thénault 3.13.4 stable cubicweb-version-3.13.4
Fri, 05 Aug 2011 12:20:44 +0200 Sylvain Thénault [.po generation] closes #1902315: c i18ncube doesn't consider relation definition description stable
Fri, 05 Aug 2011 10:29:19 +0200 Sylvain Thénault closes #1901436: view/modify action in table don't work stable
Fri, 05 Aug 2011 09:27:53 +0200 Sylvain Thénault [css] closes #1880740: update cubicweb.reset.css file (meyerweb.com) stable
Fri, 05 Aug 2011 09:19:56 +0200 Sylvain Thénault [web test] fix test needed after change of primary_email definition stable
Thu, 04 Aug 2011 15:35:56 +0200 Sylvain Thénault [doc] fix ReST in README file (make pypi happier) stable
Thu, 04 Aug 2011 15:22:26 +0200 Sylvain Thénault [web] fix user management view selector stable
Thu, 04 Aug 2011 14:30:30 +0200 Sylvain Thénault [base schema] do similar changes as use_email for primary_email stable
Thu, 04 Aug 2011 12:50:58 +0200 Sylvain Thénault [book, rql] update rql langage chapter with new operators and outer join capabilities stable
Thu, 04 Aug 2011 12:50:57 +0200 Sylvain Thénault [web] closes #1892494: emailaddress and anonymity stable
Thu, 04 Aug 2011 12:50:55 +0200 Sylvain Thénault [3.13 migration] closes #1896724: some db backend (eg sqlserver) doesn't support ADD COLUMN stable
Thu, 04 Aug 2011 12:50:49 +0200 Sylvain Thénault [source] update system table and internal structures on source renaming. Closes #1896721 stable
Thu, 04 Aug 2011 12:50:48 +0200 Sylvain Thénault [rql2sql] closes #1892473: enhance handling of optional inlined relation stable
Wed, 03 Aug 2011 13:28:06 +0200 Julien Jehannet [schema] use definition for `use_email` relation instead of type declaration (closes: #1894929) stable
Thu, 04 Aug 2011 12:11:36 +0200 Nicolas Chauvat [web] rql directive breaks if explicit vid and empty rset (closes #1893433) stable
Wed, 03 Aug 2011 18:16:02 +0200 Sylvain Thénault [datafeed] properly encode/decode external uri stable
Tue, 02 Aug 2011 17:37:55 +0200 Sylvain Thénault [querier] we should not insert None but skip the line when some unknown eid is detected (closes #1892491) stable
Tue, 02 Aug 2011 17:31:06 +0200 Sylvain Thénault [rql2sql] closes #1892471: support for unary expression introduced in rql 0.30 stable
Tue, 02 Aug 2011 17:31:04 +0200 Sylvain Thénault [deprecation] __message hidden generate deprecation warning stable
Tue, 02 Aug 2011 10:39:10 +0200 Nicolas Chauvat [server] host mapping is better named url mapping (closes #1892461) stable
Tue, 02 Aug 2011 15:52:42 +0200 Nicolas Chauvat [packaging] should depend on yams 0.33 stable
Tue, 02 Aug 2011 12:15:17 +0200 Nicolas Chauvat [packaging] should depend on yams 0.33 stable
Mon, 01 Aug 2011 18:43:10 +0200 Sylvain Thénault [rql2sql test] sqlserver use 0/1 for booleans, not FALSE/TRUE stable
Mon, 01 Aug 2011 17:59:48 +0200 Julien Cristau [repo] Stop setting hashmode on schema stable
Mon, 01 Aug 2011 17:58:28 +0200 Sylvain Thénault [devtool] Make the sqlite database used for test execution process specific (closes #1230401) stable
Wed, 27 Jul 2011 20:17:45 +0200 Sylvain Thénault backport stable
Wed, 27 Jul 2011 20:15:44 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.3-1 for changeset fb48c55cb802 stable
Wed, 27 Jul 2011 20:15:43 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.3 for changeset 0e82e7e5a34f stable cubicweb-debian-version-3.13.3-1
Wed, 27 Jul 2011 19:36:42 +0200 Sylvain Thénault [rql2sql] take care to boolean_value returning an int (eg sqlite/mysql) stable cubicweb-version-3.13.3
Wed, 27 Jul 2011 19:36:23 +0200 Sylvain Thénault [repo test] remove debug stable
Wed, 27 Jul 2011 19:36:09 +0200 Sylvain Thénault [repo ms] commit/rollback session if it has been created in the method stable
Wed, 27 Jul 2011 19:06:25 +0200 Sylvain Thénault 3.13.3 stable
Wed, 27 Jul 2011 19:05:58 +0200 Sylvain Thénault i18nupdate stable
Wed, 27 Jul 2011 18:08:39 +0200 Sylvain Thénault [sql] more test and fix boolean handling stable
Wed, 27 Jul 2011 16:44:02 +0200 Sylvain Thénault backport oldstable stable
Wed, 27 Jul 2011 16:43:07 +0200 Pierre-Yves David [repo test] Fix test broken by BFSSTestable oldstable
Wed, 27 Jul 2011 15:42:02 +0200 Sylvain Thénault [sql] fix querying of boolean value w/ sqlite stable
Wed, 27 Jul 2011 14:26:13 +0200 Sylvain Thénault backport oldstable stable
Wed, 27 Jul 2011 14:24:40 +0200 Sylvain Thénault [datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session stable
Wed, 27 Jul 2011 14:22:32 +0200 Sylvain Thénault [sql gen] handle optional on comparison node (eg HAVING expression) and on rhs of final relation. Closes #1859609 stable
Wed, 27 Jul 2011 14:17:47 +0200 Sylvain Thénault [session] safe internal sessions don't deactivate integrity hooks stable
Wed, 27 Jul 2011 14:03:09 +0200 Sylvain Thénault [sql test] lgdb > 1.6 use int for bool with sqlite backend stable
Wed, 27 Jul 2011 12:26:57 +0200 Sylvain Thénault [rql2sql] don't introduce substitution for Int and Boolean constants. This is needed for COUNT(DISTINCT) support stable
Wed, 27 Jul 2011 12:25:48 +0200 Arthur Lutz [css] syntax fix in cubicweb.css oldstable
Tue, 26 Jul 2011 19:34:43 +0200 Adrien Di Mascio [entities] skip_copy_for should be considered for object relations too (closes #1857474)
Tue, 26 Jul 2011 16:50:06 +0200 Sylvain Thénault [datafeed] case insensitive etype. Closes #1877014 stable
Tue, 26 Jul 2011 16:50:02 +0200 Sylvain Thénault [datafeed] closes #1875322: empty tag means None value stable
Tue, 26 Jul 2011 16:49:10 +0200 Sylvain Thénault [datafeed] properly take care to cwsource=system in imported xml. Closes #1877017 stable
Tue, 26 Jul 2011 16:35:10 +0200 Sylvain Thénault [datafeed / fti] rather control a 'complete' parameter than setting empty attribute values stable
Tue, 26 Jul 2011 16:34:42 +0200 Sylvain Thénault [repo api] deprecates source.extid2eid, only the system source should implement it, stable
Tue, 26 Jul 2011 16:33:52 +0200 Sylvain Thénault backport stable
Tue, 26 Jul 2011 16:33:43 +0200 Sylvain Thénault backport oldstable stable
Tue, 26 Jul 2011 16:33:06 +0200 Pierre-Yves David [bfss] Fix update of BFSS attribute to None (close #1875289) oldstable
Tue, 26 Jul 2011 16:05:36 +0200 Aurelien Campeas [skeleton/pytestconf] provide an acceptable solution for windows, closes #1875488 oldstable
Tue, 26 Jul 2011 13:11:37 +0200 Adrien Di Mascio [facets] make sure has_text facet data is posted correctly (closes #1857405) stable
Tue, 26 Jul 2011 11:25:10 +0200 Sylvain Thénault [rql] fix min/max args definition of [TEXT_]LIMIT_SIZE registered procedures (long outstanding bug discovered after recent fix in lgdb) stable
Tue, 26 Jul 2011 11:21:26 +0200 Sylvain Thénault [schema] rephrase relation definition since constraint doesn't apply to CWRelation stable
Tue, 26 Jul 2011 11:01:17 +0200 Sylvain Thénault [datafeed] closes #1873616 (user's url corruption when etype is not recognized stable
Tue, 26 Jul 2011 10:33:26 +0200 Sylvain Thénault [schema] restrict source mapping 'cw_schema' relation to non final relation, we currently have no use for attributes stable
Fri, 22 Jul 2011 15:58:05 +0200 Sylvain Thénault [c-c db-check] add some sql queries to fix cw_source/is/is_instance relations according to data in the entities table stable
Fri, 22 Jul 2011 15:41:17 +0200 Sylvain Thénault [c-c db-check] missing comma ending print statement to get expected output stable
Fri, 22 Jul 2011 08:34:38 +0200 Sylvain Thénault [c-c db-check] disable write security as well so we can delete stuff when needed (e.g. orphan TrInfo) stable
Fri, 22 Jul 2011 08:34:03 +0200 Sylvain Thénault [c-c db-check] having no owner is allowed, don't try to fix that stable
Thu, 21 Jul 2011 14:21:14 +0200 Sylvain Thénault [metadata, ldap] make backport of ldap user actually working stable
Thu, 21 Jul 2011 14:20:45 +0200 Sylvain Thénault [c-c db-check] drop some deprecation warning stable
Thu, 21 Jul 2011 11:16:32 +0200 Sylvain Thénault [index page] use 'New xxx' generated labels, 'add a xxx' labels are only generated according to inlined form configuration and with an associated context stable
Thu, 21 Jul 2011 11:15:24 +0200 Sylvain Thénault [doc packaging] prune _sources containing generated text file, include js else search doesn't work stable
Thu, 21 Jul 2011 08:41:12 +0200 Sylvain Thénault [boxes] 3.13.2 regression: should specify dom id else we may generate bad xhtml stable
Thu, 21 Jul 2011 07:54:04 +0200 Adrien Di Mascio [facets] fix missing 'warnings' import and missing self reference on 'filtered_variable' stable
Wed, 20 Jul 2011 18:22:41 +0200 Sylvain Thénault stable is now 3.13 stable
Wed, 20 Jul 2011 18:21:47 +0200 Sylvain Thénault oldstable is now 3.12 oldstable
Wed, 20 Jul 2011 17:49:37 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.2-1 for changeset 9ad5411199e0
Wed, 20 Jul 2011 17:49:35 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.2 for changeset f9227b9d6183 cubicweb-debian-version-3.13.2-1
Wed, 20 Jul 2011 17:16:28 +0200 Sylvain Thénault 3.13.2 cubicweb-version-3.13.2
Wed, 20 Jul 2011 14:10:03 +0200 Sylvain Thénault [rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
Wed, 20 Jul 2011 14:10:02 +0200 Sylvain Thénault backport stable
Wed, 20 Jul 2011 14:09:42 +0200 Sylvain Thénault [boxes] closes #1832844: translate views category in possible views boxes stable
Wed, 20 Jul 2011 12:31:03 +0200 Nicolas Chauvat [cwctl] set min/max args for reset admin password command. Closes #1832986
Mon, 18 Jul 2011 17:51:55 +0200 Arthur Lutz [web] Image optimisation using trimage (pngcrush inside)
Mon, 18 Jul 2011 17:51:46 +0200 Sylvain Thénault [preferences js] jquery 1.6 needs quote when querying attribute value
Mon, 18 Jul 2011 16:37:11 +0200 Sylvain Thénault fix test broken by previous commit
Mon, 18 Jul 2011 15:48:34 +0200 Sylvain Thénault [session] add session id to closed connection errors
Mon, 18 Jul 2011 15:48:09 +0200 Sylvain Thénault unsaved change...
Mon, 18 Jul 2011 15:13:46 +0200 Sylvain Thénault [facets] closes #1827464: facet box always appear
Mon, 18 Jul 2011 12:13:53 +0200 Sylvain Thénault [uilib] fix bad argument order, introduced by previous commit
Mon, 18 Jul 2011 11:33:44 +0200 Sylvain Thénault [uilib] reimplement printable_value function using a dictionary so one can easily change how to base type is displayed everywhere in the application. Closes #1827465
Tue, 12 Jul 2011 17:50:31 +0200 Sylvain Thénault closes #1826543: error on some ajax_replace_url call
Tue, 12 Jul 2011 14:04:42 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.1-1 for changeset cc0578049cbe
Tue, 12 Jul 2011 14:04:41 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.1 for changeset 7d84317ef185 cubicweb-debian-version-3.13.1-1
Tue, 12 Jul 2011 12:29:52 +0200 Sylvain Thénault 3.13.1 cubicweb-version-3.13.1
Tue, 12 Jul 2011 12:29:47 +0200 Sylvain Thénault i18nupdate
Tue, 12 Jul 2011 12:23:43 +0200 Sylvain Thénault backport stable
Tue, 12 Jul 2011 12:22:03 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.9-1 for changeset 92464e39134c stable
Tue, 12 Jul 2011 12:22:02 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.9 for changeset cb2990aaa63c stable cubicweb-debian-version-3.12.9-1
Tue, 12 Jul 2011 11:30:18 +0200 Sylvain Thénault 3.12.9 stable cubicweb-version-3.12.9
Tue, 12 Jul 2011 11:27:43 +0200 Sylvain Thénault [repo, ms] fix planning of some queries where variable 'non-invarianess' should be considered, leading for instance to junk in entities table on source deletion
Tue, 12 Jul 2011 11:27:42 +0200 Sylvain Thénault [repo] closes #1821172: fix source deletion
Tue, 12 Jul 2011 10:36:22 +0200 Sylvain Thénault [ajax, IE] rewrite some code to avoid duplicated evaluation with IE
Mon, 11 Jul 2011 19:48:37 +0200 Sylvain Thénault [repo, hooks] small task optimization: don't start cleanup_old_transactions when undo support is not activated, and retrieve a session to update a source only when some source to update is found
Mon, 11 Jul 2011 15:05:19 +0200 Adrien Di Mascio [http] closes #1816411, restore expires_header on static files in non-debug mode
Mon, 11 Jul 2011 13:45:04 +0200 Sylvain Thénault [native source] fix bug introduced in 7645:cb2459aaa7d7: fetchone() may return None
Mon, 11 Jul 2011 13:23:37 +0200 Adrien Di Mascio [source] closes #1816412: try to reconnect to dbms if connection is reset in eid_type_source()
Mon, 11 Jul 2011 12:39:05 +0200 Adrien Di Mascio [twisted] add an option to configure twisted's threadpool size
Mon, 11 Jul 2011 11:56:47 +0200 Sylvain Thénault [book, form] include complete example of self-posted form with custom field/widget + minor other changes
Mon, 11 Jul 2011 09:21:44 +0200 Sylvain Thénault backport stable
Mon, 11 Jul 2011 09:18:25 +0200 Sylvain Thénault [datafeed] don't raise bad config error on source initialization stable
Mon, 11 Jul 2011 09:18:18 +0200 Sylvain Thénault [schema] closes #1816439: RQLConstraint does not take variable U into account stable
Mon, 11 Jul 2011 09:15:54 +0200 Sylvain Thénault [web form] avoid mis-formated warning for _cw_fields
Thu, 07 Jul 2011 18:43:21 +0200 Sylvain Thénault [doc, hook] more backport of syt mbox documentation
Thu, 07 Jul 2011 18:33:21 +0200 Sylvain Thénault [book, ldap] backport some doc from my mailbox
Thu, 07 Jul 2011 18:33:06 +0200 Sylvain Thénault [book] fix some urls
Thu, 07 Jul 2011 18:25:14 +0200 Sylvain Thénault [book, forms] talk about cnx.use_web_compatible_request instead of custom monkey-patching
Thu, 07 Jul 2011 18:25:07 +0200 Sylvain Thénault [book] drop gae from the book
Thu, 07 Jul 2011 18:20:46 +0200 Sylvain Thénault [book, admin] include some fixes done by auc in an email to me
Thu, 07 Jul 2011 18:20:23 +0200 Sylvain Thénault [book] fix some rest/sphinx errors
Thu, 07 Jul 2011 17:06:50 +0200 Sylvain Thénault [repo test] fix broken tests
Thu, 07 Jul 2011 16:47:34 +0200 Sylvain Thénault closes #1784285: [rql2sql] crash when using a relation for inner and outer join stable
Thu, 07 Jul 2011 16:22:08 +0200 Sylvain Thénault [range facet] closes #1806937: simply retrieve min/max values when computing vocabulary/possible_values, this is enough
Thu, 07 Jul 2011 13:53:00 +0200 Sylvain Thénault [facet] fix facet values update, broken by 7626:56300bec75f8
Thu, 07 Jul 2011 11:34:15 +0200 Sylvain Thénault [facet slider] quote attribute value, else may break with earlier jquery
Thu, 07 Jul 2011 11:34:05 +0200 Sylvain Thénault [facets] use unique dom id
Thu, 07 Jul 2011 11:33:55 +0200 Sylvain Thénault [facet] with rql path facet rel may be None, handle it
Thu, 07 Jul 2011 11:33:39 +0200 Sylvain Thénault [facet] closes #1806932: test and fix facet bug w/ having query (need rql update)
Thu, 07 Jul 2011 11:10:50 +0200 Sylvain Thénault [ajax js loading] when everything is already loaded, don't do anything
Thu, 07 Jul 2011 11:10:37 +0200 Sylvain Thénault backport stable
Thu, 07 Jul 2011 11:08:58 +0200 Sylvain Thénault [IE, plot] ship with jqplot'excanvas version (include http://code.google.com/p/explorercanvas/issues/detail?id=82 for instance) stable
Tue, 05 Jul 2011 14:49:17 +0200 Sylvain Thénault [etwist, modconcat] closes #1806935: directly write data, don't put the whole concatenated thing in memory
Tue, 05 Jul 2011 12:09:53 +0200 Sylvain Thénault [etwist] clear ui cache at server startup time. Closes #1806933
Tue, 05 Jul 2011 10:54:52 +0200 Sylvain Thénault [facet] closes #1806931: new facet type, based on arbitrary rql path
Tue, 05 Jul 2011 10:52:34 +0200 Sylvain Thénault [selectors, test] remove duplicated test and add some for relation_possible selector w/ rqlst
Tue, 05 Jul 2011 10:48:40 +0200 Sylvain Thénault [repository] catch Exception instead of everything stable
Mon, 04 Jul 2011 16:46:29 +0200 Sylvain Thénault [facet] fix argument inversion in date range facet
Mon, 04 Jul 2011 12:37:44 +0200 Aurelien Campeas [facetbox] put the facet box in a box
Fri, 01 Jul 2011 20:14:20 +0200 Nicolas Chauvat [doc] fix broken links stable
Fri, 01 Jul 2011 18:44:03 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 18:43:16 +0200 Sylvain Thénault [test] fix test, code from 3.13 gone in 3.12 accidentaly stable
Fri, 01 Jul 2011 18:42:36 +0200 Sylvain Thénault [selectors, facet] make is_instance and other EClassSelector subclass gather entity classes from 'select' and 'filtered_variable' context information. Closes #1796732
Fri, 01 Jul 2011 16:20:57 +0200 Sylvain Thénault [facets] DontUpdateConstraint mecanism introduced a few commit ago isn't needed: we already have the 'needs_update' property controlling this
Fri, 01 Jul 2011 16:20:45 +0200 Sylvain Thénault [facet] more api cleanup: support_and should be a property, so it's easier to deactivate.
Fri, 01 Jul 2011 15:26:45 +0200 Sylvain Thénault [range facet] refactor to ease overriding, possible_values raise DontUpdateFacet (not handled by js actually)
Fri, 01 Jul 2011 15:26:44 +0200 Sylvain Thénault [facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915
Fri, 01 Jul 2011 15:26:43 +0200 Sylvain Thénault [facets] refactor / cleanup facet api: more consistent variable naming and easier to reuse function. Closes #1796804
Fri, 01 Jul 2011 15:26:33 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 15:26:12 +0200 Florent Cayré [schema / rql] fix mainvars of RRQLExpression with parens stable
Fri, 01 Jul 2011 15:23:25 +0200 Sylvain Thénault [facets js] better cubicweb:facetargs handling and avoid initializing a same form twice (that may occurs) stable
Fri, 01 Jul 2011 15:22:43 +0200 Sylvain Thénault [facets] should remove groupby from base rqlst. Closes #1796196 stable
Fri, 01 Jul 2011 13:39:45 +0200 Sylvain Thénault [facets] factorize table filter form / facets box generation, moving out filter form from the table view so it's usable from other views. Closes #1794009
Fri, 01 Jul 2011 12:48:39 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 12:20:24 +0200 Sylvain Thénault [worklow forms] rewrite remaining pre 3.10 form code using uicfg stable
Wed, 29 Jun 2011 13:03:04 +0200 Alexandre Fayolle [doc] SQL Server isolation level settings stable
Thu, 30 Jun 2011 09:46:33 +0200 Alexandre Fayolle new rql2sql unit tests for ORDERBY and LIMIT checks in SQLServer stable
Fri, 01 Jul 2011 11:51:04 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 11:27:20 +0200 Pierre-Yves David [cwc shell] add ``--password`` option to ``reset-admin-pwd`` (close #1794866) stable
Fri, 01 Jul 2011 11:19:12 +0200 Sylvain Thénault [c-c instance commands] keyboard interrupt should stop the command, not jump to the next instance. Closes #1794850 stable
Fri, 01 Jul 2011 11:18:16 +0200 Sylvain Thénault [rset] syntax_tree impl. consistency: don't return an annotated syntax tree stable
Wed, 29 Jun 2011 16:29:15 +0200 Nicolas Chauvat [cw-ctl] add command versions to list versions of cubes used by an instance (closes #508052)
Thu, 30 Jun 2011 16:26:37 +0200 Sylvain Thénault closes #1793991: [datafeed] error handling: log unexpected exceptions / don't stop on first validation error
Thu, 30 Jun 2011 16:26:25 +0200 Sylvain Thénault [web session] fix bad cleanup of session without a connection set. Closes #1772125 stable
Thu, 30 Jun 2011 13:38:30 +0200 Sylvain Thénault [i18n] fix undetected conflict
Thu, 30 Jun 2011 08:27:56 +0200 Sylvain Thénault [rql2sql tests] fix erroneous case (tested with psql) stable
Wed, 29 Jun 2011 20:57:28 +0200 Sylvain Thénault add missing future import
Wed, 29 Jun 2011 19:03:21 +0200 Sylvain Thénault drop unittest deprecation warning stable
Wed, 29 Jun 2011 18:57:23 +0200 Sylvain Thénault [form, controller] closes #1787233: form should provide a method to process posted content
Wed, 29 Jun 2011 18:43:33 +0200 Sylvain Thénault [forms] fix import, gone into the wrong patch
Wed, 29 Jun 2011 18:29:13 +0200 Sylvain Thénault [form, renderer] closes #1787234: [form] onsubmit interpolated by the form renderer, it shouldn't
Wed, 29 Jun 2011 18:28:55 +0200 Sylvain Thénault [form renderers] closes #1787232: new 'onerowtable' form renderer
Wed, 29 Jun 2011 18:28:36 +0200 Sylvain Thénault backport stable branch
Wed, 29 Jun 2011 18:27:23 +0200 Sylvain Thénault [rql2sql] more cases fixed where something is wrongly added to GROUPBY, causing unexpected results for the query stable
Wed, 29 Jun 2011 18:27:01 +0200 Sylvain Thénault [book] rewrite / complete the RQL language chapter
Wed, 29 Jun 2011 18:26:29 +0200 Nicolas Chauvat [all] remove pattern "try: function() except AttributeError: pass" (closes #1787966)
Wed, 29 Jun 2011 14:05:14 +0200 Nicolas Chauvat [cw-ctl] command list should not break when cube depends on version None (closes #1787209) stable
Wed, 29 Jun 2011 16:13:09 +0200 Sylvain Thénault [uilib] new js_dumps function allowing usage of bare js string (wrapped into JSString)
Wed, 29 Jun 2011 16:04:01 +0200 Sylvain Thénault backport stable
Wed, 29 Jun 2011 16:02:24 +0200 Sylvain Thénault [repo, looping task] raise a custom exception when repository is shuting down, avoid looping task to be restarted in such case. Closes #1021276 stable
Wed, 29 Jun 2011 15:50:26 +0200 Sylvain Thénault [formfields] use support_args instead of catching type error avoid hiding other issues and making debugging difficult stable
Wed, 29 Jun 2011 15:49:47 +0200 Sylvain Thénault [cw.ajax] fix loadxhtml documentation and warn when called on an empty elements list stable
Tue, 28 Jun 2011 17:59:31 +0200 Sylvain Thénault [etwist] log missing file even in debug mode
Tue, 28 Jun 2011 16:33:53 +0200 Sylvain Thénault backport stable
Tue, 28 Jun 2011 16:32:38 +0200 Sylvain Thénault [test] run and fix utils and uilib doctests stable
Tue, 28 Jun 2011 13:16:09 +0200 Arthur Lutz Display proper date in plot/flot (closes #1725589) stable
Tue, 28 Jun 2011 11:20:33 +0200 Alexandre Fayolle [doc] fix NameError in bfss tutorial stable
Mon, 27 Jun 2011 18:48:30 +0200 Florent Cayré [js/css concat] do not return 404 when resources of a concatenated data URL does not exist, unless in debugmode; closes #1745644
Mon, 27 Jun 2011 18:46:08 +0200 Sylvain Thénault [server] "overrule" case insensitivity of database name (closes: #611294) stable
Mon, 27 Jun 2011 18:38:08 +0200 Sylvain Thénault [tests] update repository tests with new `use_cwuri_as_url` attribute
Mon, 27 Jun 2011 15:30:52 +0200 Sylvain Thénault backport stable
Mon, 27 Jun 2011 15:17:52 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.8-1 for changeset cf49ed55685a stable
Mon, 27 Jun 2011 15:17:49 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.8 for changeset 50122a47ce4f stable cubicweb-debian-version-3.12.8-1
Mon, 27 Jun 2011 13:59:07 +0200 Sylvain Thénault 3.12.8 stable cubicweb-version-3.12.8
Fri, 24 Jun 2011 16:59:45 +0200 Sylvain Thénault [migration] litle enhancements and a fix to patch accidentally pushed two revisions ago stable
Thu, 23 Jun 2011 10:24:40 +0200 Julien Jehannet [controller] UndoController: fix output method (closes: #1776091) stable
Fri, 24 Jun 2011 14:10:37 +0200 Sylvain Thénault [migration] closes #1777411: schema modification commands shouldn't crash if already exists stable
Fri, 24 Jun 2011 14:02:29 +0200 Sylvain Thénault [rqlrewrite] closes #1772135: 1. don't try to reuse a relation from another statement (eg because a subquery has been introduced) 2. _use_orig_term should consider the current statement stable
Thu, 23 Jun 2011 07:41:25 +0200 Sylvain Thénault test fixes
Wed, 22 Jun 2011 18:53:38 +0200 Sylvain Thénault [datafeed cw parser] refactor: split logic that was in the parser
Wed, 22 Jun 2011 18:53:36 +0200 Sylvain Thénault [datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
Wed, 22 Jun 2011 18:24:56 +0200 Sylvain Thénault cleanup stable
Wed, 22 Jun 2011 18:23:44 +0200 Sylvain Thénault [3.10] fix typo and error for pre 3.10 migration w/ postgres: we *must* call init_creating else the fti isn't correctly initialized, which may lead to silently rollbacked transaction stable
Wed, 22 Jun 2011 16:34:27 +0200 Sylvain Thénault [migration] don't add CWUniqueConstraint if already there (may occurs when running a migration in multiple times stable
Wed, 22 Jun 2011 12:31:55 +0200 Sylvain Thénault [datafeed] catch all exception, we should continue to process other urls
Tue, 21 Jun 2011 17:49:32 +0200 Sylvain Thénault fix 3.13.1 migration
Tue, 21 Jun 2011 15:34:15 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.7-1 for changeset a07517985136 stable
Tue, 21 Jun 2011 15:34:15 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.7 for changeset 628fe57ce746 stable cubicweb-debian-version-3.12.7-1
Tue, 21 Jun 2011 14:47:24 +0200 Sylvain Thénault 3.12.7 stable cubicweb-version-3.12.7
Tue, 21 Jun 2011 10:57:25 +0200 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
Mon, 20 Jun 2011 14:52:19 +0200 Alexandre Fayolle fix 3.13.0 migration script (closes #1766202)
Tue, 21 Jun 2011 10:44:43 +0200 Sylvain Thénault backport stable
Mon, 20 Jun 2011 14:49:00 +0200 Alexandre Fayolle fix 3.12.0 migration script (closes: #1766202) stable
Mon, 20 Jun 2011 19:13:38 +0200 Sylvain Thénault [test] update to 3.13 api
Mon, 20 Jun 2011 12:55:40 +0200 Sylvain Thénault [migration] when there are no data migration needed, we still want to rewrite the configuration and to restart the server. Closes #1760927 stable
Sat, 18 Jun 2011 23:27:23 +0200 Nicolas Chauvat [migration] bugfix: c-c list was not displaying the name of a cube requiring another cube without constraining the version. stable
Fri, 17 Jun 2011 18:53:33 +0200 Sylvain Thénault backport stable
Fri, 17 Jun 2011 18:51:01 +0200 Sylvain Thénault [rqlrewrite] test and fix rql snippets insertion when several snippets match an optional variable stable
Fri, 17 Jun 2011 18:50:13 +0200 Sylvain Thénault [datafeed, cw.xml] xml now carry entity's source information, interpreted at the other end so that for instance when an entity from elo is seen when importing cwo, it's properly marked as coming from elo source if one exists
Fri, 17 Jun 2011 18:49:55 +0200 Sylvain Thénault [datafeed] actually raise on error
Fri, 17 Jun 2011 16:36:52 +0200 Sylvain Thénault [python 2.5] compat fix
Fri, 17 Jun 2011 16:13:33 +0200 Sylvain Thénault [datafeed, cwxml] parser now try to complete source's urls so one can add url such as <myinstance>/project. Closes #1759908
Thu, 09 Jun 2011 16:41:41 +0200 Julien Jehannet [server] fix unicode conversion capability in UndoException stable
Thu, 16 Jun 2011 12:31:27 +0200 Julien Jehannet [book] add autoload section from code and fix sphinx warnings stable
Fri, 17 Jun 2011 09:37:49 +0200 Sylvain Thénault [controller] fix wrong view name when error occurs in UndoController stable
Thu, 16 Jun 2011 19:46:39 +0200 Sylvain Thénault [datafeed] renaming parser attribute to parser_id makes things clearer
Thu, 16 Jun 2011 19:38:28 +0200 Sylvain Thénault cleanup and assert we don't import unexpected stuff stable
Thu, 16 Jun 2011 19:37:59 +0200 Sylvain Thénault [source config] fix synchronization on configuration entity changes stable
Thu, 16 Jun 2011 17:02:50 +0200 Sylvain Thénault [ui, sources] configure source form: hide synchronizing and mapping entities, use simple text input for parser stable
Thu, 16 Jun 2011 15:52:05 +0200 Sylvain Thénault [rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet) stable
Thu, 16 Jun 2011 15:16:58 +0200 Sylvain Thénault [test] update to new db handler api stable
Thu, 16 Jun 2011 15:16:22 +0200 Sylvain Thénault [querier] turn remove_clauses/restore_clauses into a context manager stable
Thu, 16 Jun 2011 15:15:25 +0200 Sylvain Thénault [devtools pg handler] some fixes so we get proper error when pg host is not reachable stable
Thu, 16 Jun 2011 11:29:31 +0200 Sylvain Thénault [rdf] add method so one can call entity.view('rdf') stable
Wed, 15 Jun 2011 19:22:05 +0200 Sylvain Thénault [web test] fix unittest_web stable
Wed, 15 Jun 2011 19:19:36 +0200 Sylvain Thénault [ajax edition] freeze form button when calling validateForm, so it freeze nicely for e.g. comment submitting form stable
Wed, 15 Jun 2011 19:15:55 +0200 Sylvain Thénault [web page tracking] fix bug introduced by parent revision stable
Wed, 15 Jun 2011 17:34:23 +0200 Sylvain Thénault closes #1484510: ajax_replace_url should propagate page id (until an underlying api does it automatically stable
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Wed, 15 Jun 2011 17:14:40 +0200 Sylvain Thénault [repo integrity] test and fix glob add relation where several entities are added at once for a relation of 1? cardinality stable
Wed, 15 Jun 2011 17:13:26 +0200 Julien Cristau [packaging] Build the cubicweb-documentation package stable
Wed, 15 Jun 2011 17:09:44 +0200 Sylvain Thénault [breadcrumbs] closes #1717489: Double escaping in breadcrumbs stable
Wed, 15 Jun 2011 12:48:04 +0200 Julien Cristau [donc] Fix building the cubicweb js documentation stable
Wed, 15 Jun 2011 12:41:22 +0200 Sylvain Thénault add an XXX stable
Wed, 15 Jun 2011 12:41:06 +0200 Sylvain Thénault fix 3.10 cwproperties migration stable
Tue, 14 Jun 2011 22:54:25 +0200 Sylvain Thénault fix failures introduced by recent refactoring stable
Tue, 14 Jun 2011 22:54:20 +0200 Sylvain Thénault [testlib, realdb] we should close connections prior to create a new db using current db as template stable
Tue, 14 Jun 2011 17:15:40 +0200 Sylvain Thénault [migration] this is needed to avoid pb with yams 0.33 / cw < 3.13 stable
Tue, 14 Jun 2011 17:15:39 +0200 Sylvain Thénault [sync schema hooks] consider etype name map before trying to update in-memory schema stable
Tue, 14 Jun 2011 15:37:10 +0200 Sylvain Thénault [repository] refactor and optimize '?1' relation handling stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data) stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
Tue, 14 Jun 2011 13:46:36 +0200 Sylvain Thénault [repository] new hook selector according to configuration's repairing flag stable
Tue, 14 Jun 2011 13:43:36 +0200 Sylvain Thénault [pyrorql] don't display traceback on connection error stable
Tue, 14 Jun 2011 11:54:41 +0200 Sylvain Thénault [data hook] new .union operation on DataOperationMixIn, only when container is a set, not a list stable
Sat, 11 Jun 2011 09:22:25 +0200 Sylvain Thénault [rql2sql] add test case for 7493:3c46b9390871
Fri, 10 Jun 2011 17:41:41 +0200 Sylvain Thénault backport stable
Fri, 10 Jun 2011 17:21:17 +0200 Sylvain Thénault [hooks] use local variable stable
Fri, 10 Jun 2011 17:21:11 +0200 Sylvain Thénault [integrity hooks] remove dead code stable
Fri, 10 Jun 2011 16:54:20 +0200 Sylvain Thénault [rql2sql] fix for some queries where eid variable used and entities picked as variable's table
Fri, 10 Jun 2011 15:35:59 +0200 Adrien Di Mascio [js] add missing jquery.qtip.min.js
Fri, 10 Jun 2011 08:04:47 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.13.0-1 for changeset a96137858f57
Fri, 10 Jun 2011 08:04:46 +0200 Sylvain Thénault Added tag cubicweb-version-3.13.0 for changeset b661ef475260 cubicweb-debian-version-3.13.0-1
Thu, 09 Jun 2011 20:18:49 +0200 Sylvain Thénault 3.13 cubicweb-version-3.13.0
Thu, 09 Jun 2011 18:13:14 +0200 Sylvain Thénault backport stable
Thu, 09 Jun 2011 16:56:03 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.6-1 for changeset 105767487c70 stable
Thu, 09 Jun 2011 16:56:03 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.6 for changeset a18dac758150 stable cubicweb-debian-version-3.12.6-1
Thu, 09 Jun 2011 16:10:22 +0200 Sylvain Thénault 3.12.6 stable cubicweb-version-3.12.6
Thu, 09 Jun 2011 16:09:23 +0200 Sylvain Thénault [repo test] fixes
Thu, 09 Jun 2011 15:29:55 +0200 Sylvain Thénault [doc, apache] add ProxyPreserveHost hint + note about https /w http configuration
Thu, 09 Jun 2011 14:37:32 +0200 Arthur Lutz [doc] Small addition to apache configuration in book
Thu, 09 Jun 2011 12:31:28 +0200 Nicolas Chauvat merge changes from stable branch
Thu, 09 Jun 2011 12:27:35 +0200 Nicolas Chauvat [parsers] format read by web/views/xmlrss is relation=%s-%s not %s_%s stable
Thu, 09 Jun 2011 12:16:10 +0200 Adrien Di Mascio [sql] implement #1631319: ask user before creating postgresql languages
Thu, 09 Jun 2011 10:32:34 +0200 Nicolas Chauvat [parsers] improve url construction by using stdlib's urllib instead of str concatenation
Thu, 09 Jun 2011 12:20:57 +0200 Pierre-Yves David [bfss] Catch EnvironmentError instead of OSError when trying to read attributes bffstored stable
Thu, 09 Jun 2011 10:37:01 +0200 Nicolas Chauvat merge changes from stable branch
Thu, 09 Jun 2011 10:36:28 +0200 Nicolas Chauvat [views/iprogress] rename to make things easier to read and understand stable
Wed, 08 Jun 2011 17:10:39 +0200 Sylvain Thénault [datafeed cwxml parser] cache processed urls/entities to avoid unnecessary http requests and processing
Wed, 08 Jun 2011 17:08:00 +0200 Sylvain Thénault backport stable
Wed, 08 Jun 2011 15:11:45 +0200 Sylvain Thénault [rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery stable
Tue, 07 Jun 2011 16:07:06 +0200 Adrien Di Mascio [dataimport] fix #1732685: cached entity and shared cw_edited data with NoHookRQLObjectStore
Tue, 07 Jun 2011 12:54:45 +0200 Nicolas Chauvat [parsers] fix python2.5 compat problem introduced by 7466:395c966a1cb3
Thu, 26 May 2011 14:38:49 +0200 Nicolas Chauvat [test] update cubicweb/test/unittest_schema.py (to follow yams#.....)
Tue, 07 Jun 2011 10:17:36 +0200 Adrien Di Mascio [server] fix NameError (missing VIRTUAL_RTYPES import) in checkintegrity.py stable
Tue, 07 Jun 2011 10:07:58 +0200 Sylvain Thénault [schema] fix computing of has_text relation: when a fulltext_container relation is added, we need to recompute has_text for the target entity type as well. Also, avoid computation when not needed stable
Tue, 07 Jun 2011 10:03:31 +0200 Nicolas Chauvat [parsers] remove build_search_rql() that duplicates find_entities()
Tue, 07 Jun 2011 08:02:11 +0200 Sylvain Thénault [vreg] help understanding assertion error stable
Mon, 06 Jun 2011 19:54:37 +0200 Nicolas Chauvat [datetime] by default display 'UTC' string when displaying TZDatetime
Mon, 06 Jun 2011 17:44:43 +0200 Sylvain Thénault [test] update test to avoid failure
Mon, 06 Jun 2011 16:33:21 +0200 Nicolas Chauvat [web] fix typo
Mon, 06 Jun 2011 16:19:19 +0200 Sylvain Thénault [datafeed] fix stupid error introduced by 'just before qfinish' refactoring...
Mon, 06 Jun 2011 16:13:09 +0200 Sylvain Thénault [schema] support for BigInt type. Closes #1720995
Mon, 06 Jun 2011 15:52:53 +0200 Sylvain Thénault [test,i18n] update test and i18n catalog to follow addition of 'synchronizing' attribute on sources
Mon, 06 Jun 2011 15:44:48 +0200 Nicolas Chauvat [i18n] update yams error messages (requires yams#67668)
Mon, 06 Jun 2011 15:21:24 +0200 Sylvain Thénault [datafeed] provide a source-sync command to launch source synchronization through the command line. Closes #1725692
Mon, 06 Jun 2011 15:17:55 +0200 Sylvain Thénault [datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
Mon, 06 Jun 2011 15:11:29 +0200 Nicolas Chauvat [views] add columns parser and latest_retrieval to cwsource admin view
Mon, 06 Jun 2011 15:03:00 +0200 Sylvain Thénault backport stable
Mon, 06 Jun 2011 15:00:58 +0200 Pierre-Yves David Fix name error introduced in c21d845836e4 stable
Mon, 06 Jun 2011 15:00:05 +0200 Pierre-Yves David Fix conditionnal logic broken in 195b24fe3a03 stable
Mon, 06 Jun 2011 14:41:00 +0200 Sylvain Thénault [session] provide a simple transaction context manager for session. Closes #1725640 stable
Wed, 01 Jun 2011 10:20:58 +0200 Aurelien Campeas [formwidgets] make the select size a class attribute (more easily tuned) stable
Mon, 30 May 2011 16:16:19 +0200 Pierre-Yves David [bfss] Make ``current_fs_path`` return None when an attribute has no value stable
Mon, 30 May 2011 17:43:29 +0200 Sylvain Thénault [selectors] take care, Session has no cnx stable
Fri, 27 May 2011 13:57:25 +0200 Sylvain Thénault don't crash if we can't fetch data or if xml is malformed
Fri, 27 May 2011 11:17:02 +0200 Sylvain Thénault [datafeed] extract some methods from pull_data to ease writing custom datafeed sources
Fri, 27 May 2011 09:56:26 +0200 Sylvain Thénault drop useless code
Thu, 26 May 2011 18:24:55 +0200 Sylvain Thénault backport stable
Thu, 26 May 2011 18:24:41 +0200 Sylvain Thénault [datafeed] we should use utc timestamp to avoid pb with local times stable
Thu, 26 May 2011 08:57:15 +0200 Sylvain Thénault [test] fix failure introduced by yams'changeset 644:f9c79356b758
Thu, 26 May 2011 08:32:15 +0200 Sylvain Thénault [testlib] add convenience assertion method to check __message
Thu, 26 May 2011 08:12:42 +0200 Sylvain Thénault [test] fix failure introduced by 1719eab69551: the regexp should be fixed, not the error message
Wed, 25 May 2011 18:46:09 +0200 Sylvain Thénault [web test] fix test failures introduced by 7431:cab99ccdb774
Wed, 25 May 2011 14:14:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 14:08:29 +0200 Sylvain Thénault [ui message] fix regression introduced by 7429:ef5165fa99e0, leading to 'None' message displayed in the ui stable
Wed, 25 May 2011 13:39:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 13:36:25 +0200 Aurelien Campeas [json controller] fix .exception call msg format string (missing one slot) stable
Wed, 25 May 2011 12:35:33 +0200 Sylvain Thénault [test] fix tests broken by 7427:5338d895b891 stable
Wed, 25 May 2011 11:42:31 +0200 Sylvain Thénault merge default heads
Wed, 25 May 2011 11:41:16 +0200 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
Wed, 25 May 2011 11:40:10 +0200 Sylvain Thénault backport stable
Wed, 25 May 2011 11:39:54 +0200 Sylvain Thénault [ui messages] make application message component works when request has no cnx set and support for explicit message given through render argument stable
Wed, 25 May 2011 10:59:26 +0200 Sylvain Thénault backport stable
Wed, 25 May 2011 10:58:43 +0200 Sylvain Thénault [web session] fix session handling so we get a chance to have for instance the 'forgotpwd' feature working on a site where anonymous are not allowed stable
Wed, 25 May 2011 11:28:58 +0200 Aurelien Campeas [ajax js/css] modconcat fix: load code exactly once (auc, fcayre)
Wed, 25 May 2011 08:51:45 +0200 Sylvain Thénault [test] update test broken by previous commit stable
Wed, 25 May 2011 08:35:20 +0200 Florent Cayré [entity fetch_attrs] remove ambiguous relations on different etypes from fetched attrs or it may produce wrong related results; closes #1700896 stable
Tue, 24 May 2011 10:33:43 +0200 Arthur Lutz typo : s/undoed/undone/ stable
Mon, 23 May 2011 11:36:43 +0200 Nicolas Chauvat [cwvreg] inline function dump_class()
Tue, 24 May 2011 08:56:55 +0200 Aurelien Campeas [js/ajax] undeprecate (async)remoteExec. closes #1381205 stable
Tue, 24 May 2011 08:49:58 +0200 Sylvain Thénault [rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables stable
Mon, 23 May 2011 13:35:09 +0200 Sylvain Thénault backport stable
Mon, 23 May 2011 13:24:54 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.5-1 for changeset 6dfe78a0797c stable
Mon, 23 May 2011 13:24:54 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.5 for changeset ae33197db1f0 stable cubicweb-debian-version-3.12.5-1
Mon, 23 May 2011 10:34:29 +0200 Sylvain Thénault 3.12.5 stable cubicweb-version-3.12.5
Mon, 23 May 2011 10:28:03 +0200 Sylvain Thénault i18nupdate stable
Fri, 20 May 2011 19:27:00 +0200 Aurelien Campeas [views/table (facetform)] introduced in facetbox, was missing in tableview form filter
Fri, 20 May 2011 19:22:30 +0200 Aurelien Campeas [web.facet] self.w -> w
Fri, 20 May 2011 19:09:01 +0200 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
Fri, 20 May 2011 17:29:50 +0200 Sylvain Thénault backport stable
Fri, 20 May 2011 17:27:55 +0200 Sylvain Thénault cleanup and update some copyright stable
Fri, 20 May 2011 17:27:33 +0200 Sylvain Thénault [migractions] fix change_attribute_type stable
Fri, 20 May 2011 17:27:15 +0200 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
Fri, 20 May 2011 17:20:51 +0200 Sylvain Thénault [form rendering] some refactoring to ease FormRenderer overriding stable
Thu, 19 May 2011 18:49:57 +0200 Sylvain Thénault [deprecation] drop remaining warnings stable
Thu, 19 May 2011 18:48:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 17:53:46 +0200 Sylvain Thénault [session] new methods on session to ease access to security/hooks control context managers stable
Thu, 19 May 2011 17:53:01 +0200 Sylvain Thénault [workflow] new 'fire_transition_if_possible' method on IWorkflowable to fire a transition if it's possible stable
Thu, 19 May 2011 17:53:00 +0200 Sylvain Thénault [workflow] new 'incontext-state' view for IWorkflowable entities stable
Thu, 19 May 2011 16:39:24 +0200 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
Thu, 19 May 2011 15:56:49 +0200 Sylvain Thénault [workflow] add method on IWorkflowable to set initial state of an entity (closes #1686357) stable
Thu, 19 May 2011 11:50:54 +0200 Sylvain Thénault [web test] fix test broken by making cw_source editable by managers
Thu, 19 May 2011 10:53:17 +0200 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Thu, 19 May 2011 10:36:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 10:35:20 +0200 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
Thu, 19 May 2011 09:43:23 +0200 Sylvain Thénault [rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat stable
Thu, 19 May 2011 09:40:44 +0200 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
Wed, 18 May 2011 16:05:11 +0200 Sylvain Thénault fix some deprecation warnings stable
Wed, 18 May 2011 16:04:47 +0200 Sylvain Thénault [querier test] test groupby function call / column number
Tue, 17 May 2011 07:37:13 +0200 Sylvain Thénault backport stable
Mon, 16 May 2011 21:41:50 +0200 Sylvain Thénault [plot views] don't paginate stable
Mon, 16 May 2011 16:25:33 +0200 Sylvain Thénault backport oldstable stable
Mon, 16 May 2011 16:24:00 +0200 Sylvain Thénault [url rewriting] fix nasty bug in build_rset inner function: the same dictionary is used by all queries, hence triggering potentially important bugs on concurrent requests (this dictionary goes back and forth the repository) oldstable
Thu, 28 Apr 2011 17:05:22 +0200 Alexandre Fayolle [hooks selection optimization] prune hooks when multiple entities are concerned by a hm.call_hooks() (closes: #1672022)
Mon, 16 May 2011 11:36:42 +0200 Sylvain Thénault [repo test] datafeed parser's process method should now take raise_on_error argument
Mon, 16 May 2011 10:17:48 +0200 Sylvain Thénault [datafeed] propagate raise_on_error to parser's process method
Mon, 16 May 2011 10:19:22 +0200 Pierre-Yves David [http] Make a better __repr__ for Status responce exception. stable
Fri, 13 May 2011 18:47:03 +0200 Aurelien Campeas [schema] fix imprecise error message
Fri, 13 May 2011 14:58:16 +0200 Alexandre Fayolle fix name error introduced in previous changeset
Fri, 13 May 2011 13:40:51 +0200 Sylvain Thénault [server test] restore logging level after test end
Fri, 13 May 2011 13:40:48 +0200 Sylvain Thénault [web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
Fri, 13 May 2011 10:42:04 +0200 Sylvain Thénault remove debug print
Fri, 13 May 2011 10:10:41 +0200 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
Fri, 13 May 2011 10:10:19 +0200 Sylvain Thénault backport stable
Fri, 13 May 2011 10:09:54 +0200 Sylvain Thénault [entity] fix cw_instantiate w/ reverse_ relation crash when either multiple entities are given or an eid instead of an entity stable
Fri, 13 May 2011 10:09:52 +0200 Sylvain Thénault [cw source ui] fix mapping checking for datafeed source (avoid false positive error, but doesn't check that much things) stable
Thu, 12 May 2011 10:22:17 +0200 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
Wed, 11 May 2011 19:03:16 +0200 Sylvain Thénault [repo cache] there are some relations we don't want to cache, they may cause memory leak stable
Wed, 11 May 2011 19:02:27 +0200 Sylvain Thénault [c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro stable
Wed, 11 May 2011 17:06:41 +0200 Sylvain Thénault [cwpermission, cwgroup] convenience method on CWGroup to grant a local permission (ie CWPermission) on an entity stable
Wed, 11 May 2011 17:05:59 +0200 Sylvain Thénault [cleanup] kill some remaining traces of goa stable
Wed, 11 May 2011 17:04:29 +0200 Sylvain Thénault [c-c shell] closes #1669147: autocommit in maintenance scripts stable
Wed, 11 May 2011 13:41:21 +0200 Sylvain Thénault backport stable
Wed, 11 May 2011 13:39:01 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.4-1 for changeset 7c4d34a5ec57 stable
Wed, 11 May 2011 13:39:00 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.4 for changeset 5cd0dbc26882 stable cubicweb-debian-version-3.12.4-1
Wed, 11 May 2011 12:29:12 +0200 Sylvain Thénault 3.12.4 stable cubicweb-version-3.12.4
Wed, 11 May 2011 12:11:51 +0200 Sylvain Thénault missing future import
Wed, 11 May 2011 12:04:56 +0200 Sylvain Thénault don't let windmill/qunit test break apycot warning for all web/test stable
Wed, 11 May 2011 09:42:02 +0200 Sylvain Thénault [selectors] enhance rql_condition to make it usable as a condition on request's user stable
Wed, 11 May 2011 09:39:51 +0200 Sylvain Thénault [repo test] fix test broken by c2452cd57026 by using proper fake session
Wed, 11 May 2011 09:38:44 +0200 Sylvain Thénault [testlib] fake session can be given a vreg
Tue, 10 May 2011 18:53:30 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 18:53:18 +0200 Sylvain Thénault fix some test failures introduced by 7350:c2452cd57026
Tue, 10 May 2011 18:50:13 +0200 Sylvain Thénault [rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395 stable
Tue, 10 May 2011 18:17:55 +0200 Sylvain Thénault resurrect code lost by too much patch manipulation
Tue, 10 May 2011 16:23:48 +0200 Sylvain Thénault backport stable
Mon, 02 May 2011 20:41:46 +0200 Nicolas Chauvat [parsers] various refactorings stable
Tue, 10 May 2011 16:15:43 +0200 Sylvain Thénault backport oldstable stable
Tue, 10 May 2011 14:08:41 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 14:07:14 +0200 Sylvain Thénault fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests stable
Tue, 10 May 2011 12:07:54 +0200 Sylvain Thénault [session] enhance session's transaction storage handling to fix cases where commit/rollback is done while in the context of hooks_control/security_enabled managers. Closes #1412648: commit or rollback during postcreate reset hooks control state
Tue, 10 May 2011 10:28:29 +0200 Sylvain Thénault [session] nicer local variable names
Tue, 10 May 2011 07:57:52 +0200 Pierre-Yves David [web server] #1642893 issue a 403 instead of a 500 on Unauthorized exception oldstable
Mon, 09 May 2011 18:16:20 +0200 Aurelien Campeas [css] repair selected slice distinctiveness (with a nice, discrete bg color)
Mon, 09 May 2011 17:42:28 +0200 Sylvain Thénault [view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others stable
Mon, 09 May 2011 16:12:17 +0200 Sylvain Thénault [selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col stable
Mon, 09 May 2011 16:11:00 +0200 Sylvain Thénault [etwist] fix bug w/ new resources concantenation and https-url enabled sites
Mon, 09 May 2011 14:50:14 +0200 Sylvain Thénault oops stable
Thu, 21 Apr 2011 12:35:41 +0200 Sylvain Thénault adds support for a portable db import/export format (closes: #1521112) stable
Thu, 21 Apr 2011 16:33:55 +0200 Alexandre Fayolle add a new method iter_process_result which does the same as proces_result but is a generator (closes #1625374) stable
Mon, 09 May 2011 14:35:10 +0200 Sylvain Thénault [session] lock self._closed and session.close to avoid race conditions stable
Mon, 09 May 2011 14:34:23 +0200 Sylvain Thénault [server test] use a lock instead of sleep to have higher green probability :/ stable
Mon, 09 May 2011 12:47:49 +0200 Sylvain Thénault backport stable
Mon, 09 May 2011 12:03:03 +0200 Sylvain Thénault [testlib] create_user may now create user's email address stable
Mon, 09 May 2011 12:02:26 +0200 Sylvain Thénault enhanced comment
Mon, 09 May 2011 09:14:09 +0200 Sylvain Thénault [i18n] en translation fixes stable
Mon, 09 May 2011 09:13:49 +0200 Sylvain Thénault [users management] use an existing msgid... stable
Mon, 09 May 2011 09:13:22 +0200 Sylvain Thénault [cwgroup views] uicfg rules cleanup stable
Sat, 07 May 2011 10:51:47 +0200 Sylvain Thénault backport stable
Sat, 07 May 2011 10:51:36 +0200 Sylvain Thénault [testlib] grant_permission now accept either an entity or en eid stable
Sat, 07 May 2011 09:37:07 +0200 Sylvain Thénault [session selector] missing not stable
Fri, 06 May 2011 18:21:31 +0200 Sylvain Thénault [session] new selectors according to session type (eg user or internal stable
Fri, 06 May 2011 18:20:58 +0200 Sylvain Thénault [ajax] reload method should return underlying deferred stable
Fri, 06 May 2011 18:20:26 +0200 Sylvain Thénault [user mgmt] should show user login in first column in any case (e.g. application specific override) stable
Fri, 06 May 2011 11:44:40 +0200 Aurelien Campeas [component|i18n] give imgs an alt attribute, refresh i18n po files
Fri, 06 May 2011 11:41:42 +0200 Aurelien Campeas [i18n/es] repair es.po
Fri, 06 May 2011 11:28:42 +0200 Sylvain Thénault [testlib] fix deprecation warning stack level stable
Fri, 06 May 2011 11:07:05 +0200 Aurelien Campeas [nav component/cosmetics] have nice looking arrows insteads of << / >>
Fri, 06 May 2011 08:52:09 +0200 Sylvain Thénault backport stable
Fri, 06 May 2011 08:48:26 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.12.3-1 for changeset ba8fe4f2e408 stable
Fri, 06 May 2011 08:48:25 +0200 Sylvain Thénault Added tag cubicweb-version-3.12.3 for changeset e712bc6f1f71 stable cubicweb-debian-version-3.12.3-1
Thu, 05 May 2011 16:30:43 +0200 Sylvain Thénault 3.12.3 stable cubicweb-version-3.12.3
Thu, 05 May 2011 16:21:21 +0200 Sylvain Thénault backport oldstable stable
Thu, 05 May 2011 16:20:21 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.11.3-1 for changeset b3c6702761a1 oldstable
Thu, 05 May 2011 16:20:20 +0200 Sylvain Thénault Added tag cubicweb-version-3.11.3 for changeset b7a124f9aed2 oldstable cubicweb-debian-version-3.11.3-1
Thu, 05 May 2011 16:01:18 +0200 Sylvain Thénault 3.11.3 hopefuly closing the 3.11 serie oldstable cubicweb-version-3.11.3
Thu, 05 May 2011 15:28:24 +0200 Sylvain Thénault backport stable
Thu, 05 May 2011 15:26:28 +0200 Sylvain Thénault [testlib] fix assertAuthFailure to consider both None and dbapi._NeedAuthAccessMock as meaning 'no connection has been set' stable
Thu, 05 May 2011 13:36:03 +0200 Sylvain Thénault [i18n] update spanish translation, thanks to Celso from CreaLibre stable
Thu, 05 May 2011 13:34:02 +0200 Sylvain Thénault [i18n] fix french translation stable
Thu, 05 May 2011 13:33:53 +0200 Sylvain Thénault [primary, metadata] reuse existing msgids stable
Thu, 05 May 2011 12:50:21 +0200 Florent Cayré fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
Thu, 05 May 2011 10:38:23 +0200 Nicolas Chauvat [entity] make set_relations() accept entities and eids (closes #1631391) stable
Thu, 05 May 2011 11:54:41 +0200 Sylvain Thénault [CubicWebTC] fix create_user bw compat stable
Thu, 05 May 2011 11:46:29 +0200 Sylvain Thénault [msplanner] fix regression and test failure introduced in 7292:258c92805066 stable
Wed, 04 May 2011 14:55:27 +0200 Sylvain Thénault [repository quick start] should modify class attribute to get this actually working (used by a classmethod) stable
Wed, 04 May 2011 12:25:50 +0200 Adrien Di Mascio backport stable
Wed, 04 May 2011 12:24:41 +0200 Aurelien Campeas [js] use minified jquery stable
Wed, 04 May 2011 10:32:15 +0200 Florent Cayré [entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282) stable
Tue, 03 May 2011 17:43:53 +0200 Sylvain Thénault [configuration] exit with proper message when sources file is unreadable (you usually started cw while logged with a wrong user). Closes #1631238
Tue, 03 May 2011 13:57:18 +0200 Adrien Di Mascio [js] remove facet-loading.png, use plain-text / i18n
Tue, 03 May 2011 11:03:27 +0200 Sylvain Thénault backport stable
Tue, 03 May 2011 11:02:32 +0200 Sylvain Thénault [selectors] fix on_fire_transition for cases where change_state is called (eg no transition specified) stable
Mon, 02 May 2011 17:24:51 +0200 Sylvain Thénault [workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition stable
Mon, 02 May 2011 15:59:30 +0200 Sylvain Thénault backport stable
Mon, 02 May 2011 15:46:03 +0200 Sylvain Thénault [migration] new command to get default workflow for an entity type stable
Mon, 02 May 2011 15:07:13 +0200 Sylvain Thénault [workflow hooks] reuse metadata/integrity categories instead of a new 'workflow' category and drop useless hook
Mon, 02 May 2011 15:06:20 +0200 Sylvain Thénault [entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
Fri, 29 Apr 2011 20:16:54 +0200 Sylvain Thénault [ms planner] ignore neged source relation when trying to restrict query sources stable
Fri, 29 Apr 2011 12:34:18 +0200 Sylvain Thénault [users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link) stable
Fri, 29 Apr 2011 12:12:14 +0200 Sylvain Thénault [primary view] display entity source in 'metadata' view if it's not the system source stable
Fri, 29 Apr 2011 12:07:59 +0200 Sylvain Thénault [users management] enhance users table: show state, primary email and data source; show filter form stable
Fri, 29 Apr 2011 19:31:25 +0200 Nicolas Chauvat merge changes from oldstable stable
Fri, 29 Apr 2011 19:29:22 +0200 Nicolas Chauvat [entity] improve error message oldstable
Fri, 29 Apr 2011 19:28:20 +0200 Nicolas Chauvat [doc] fix doc and tutorials about hooks and operations oldstable
Fri, 29 Apr 2011 16:34:31 +0200 Adrien Di Mascio [optim] cache rset column structures
Fri, 29 Apr 2011 12:34:53 +0200 Adrien Di Mascio [js] make _loadAjaxHtmlHead aware of mod_concat-like urls
Fri, 29 Apr 2011 12:12:49 +0200 Adrien Di Mascio [etwist] in debug-mode, concat-file is rebuilt if one of the concatenated file is more recent
Thu, 14 Apr 2011 14:41:17 +0200 Nicolas Chauvat [facets] display splash image while facets are reloading content (closes #1624851)
Thu, 14 Apr 2011 14:41:40 +0200 Nicolas Chauvat [facets] mark titles of active facets with red dot (closes #1624857)
Fri, 29 Apr 2011 10:29:25 +0200 Sylvain Thénault [facet] add missing selector to HasRelationFacet stable
Fri, 29 Apr 2011 09:33:30 +0200 Sylvain Thénault [facets] proper fix for #1625112: we should rather call unicode() as we always manipulate string as unicode internally stable
Fri, 29 Apr 2011 09:08:30 +0200 Adrien Di Mascio merge
Thu, 28 Apr 2011 20:41:44 +0200 Quentin Roquefort [etwist] Generates apache's mod_concat-like urls for js and css
Thu, 28 Apr 2011 20:24:27 +0200 Florent Cayré handle js/ css file concatenation with twisted
Thu, 28 Apr 2011 19:42:19 +0200 Florent Cayré put data version md5 into a new url segment to ease static serving
Thu, 28 Apr 2011 17:36:04 +0200 Florent Cayré add cwctl command to generate a consolidated data directory with all cubes/ cubicweb data directories content to be delivered statically
Thu, 28 Apr 2011 17:33:56 +0200 Adrien Di Mascio [etwist] refactor child resources management
Wed, 27 Apr 2011 16:38:01 +0200 Alexandre Fayolle [vreg] vregistry._select_best was needlessly instanciating NoSelectableObject (closes #1626708)
Thu, 28 Apr 2011 15:30:16 +0200 Sylvain Thénault backport stable
Thu, 28 Apr 2011 15:29:21 +0200 Sylvain Thénault merge stable stable
Thu, 28 Apr 2011 15:29:12 +0200 Sylvain Thénault merge oldstable oldstable
Thu, 28 Apr 2011 15:25:46 +0200 Sylvain Thénault backport oldstable stable
Thu, 28 Apr 2011 15:24:51 +0200 Sylvain Thénault [page data] don't call unload_page_data too many time (closes #1518398) oldstable
Thu, 28 Apr 2011 15:24:37 +0200 Sylvain Thénault [request] don't init tabindex unnecessarily, since it's added to page data which will makes an ajax call to unload_page_data necessary oldstable
Thu, 28 Apr 2011 15:24:11 +0200 Sylvain Thénault [deprecation] kill a remaining 3.6 warning oldstable
Wed, 27 Apr 2011 15:42:07 +0200 Florent Cayré [web config] fix md5 version to ensure cubes order and to include cubicweb version stable
Thu, 28 Apr 2011 10:11:36 +0200 Alexandre Fayolle merged stable bugfix
Thu, 28 Apr 2011 10:11:14 +0200 Alexandre Fayolle merged oldstable bugfix stable
Wed, 27 Apr 2011 16:10:10 +0200 Alexandre Fayolle place the disable hooks context manager at the right place (closes: #1626694) oldstable
Thu, 28 Apr 2011 08:20:12 +0200 Adrien Di Mascio backport stable into default
Thu, 28 Apr 2011 08:19:42 +0200 Adrien Di Mascio backport oldstable into stable stable
Thu, 28 Apr 2011 08:18:48 +0200 Adrien Di Mascio [js] fix inArray usage in reorderTabIndex() : inArray returns -1 if element is not found, not 'false' oldstable
Wed, 27 Apr 2011 12:23:43 +0200 Adrien Di Mascio [rql] basic support for regexp-based pattern matching
Wed, 27 Apr 2011 11:37:42 +0200 Adrien Di Mascio [rql] support CAST() Function
Wed, 27 Apr 2011 09:55:17 +0200 Sylvain Thénault stable is now 3.12 stable
Wed, 27 Apr 2011 09:54:22 +0200 Sylvain Thénault oldstable is now 3.11 oldstable
Wed, 27 Apr 2011 09:41:55 +0200 Sylvain Thénault [js] delete empty js files (incluced in cw.ajax.js)
Wed, 27 Apr 2011 09:32:05 +0200 Sylvain Thénault [sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
Tue, 26 Apr 2011 16:14:43 +0200 Sylvain Thénault [rql rewrite] backout 7177:f2a976cf7dac : since EXISTS is the variable scope, we want to insert snippets here anyway (other solution would be to NOT insert snippets at all in such case). Closes #1625464
Fri, 22 Apr 2011 16:23:34 +0200 Julien Jehannet [book] fix documentation + add chpasswd.py script
Fri, 22 Apr 2011 16:24:56 +0200 Aurelien Campeas [facets] fix unicode encode error; closes #1625112
Fri, 22 Apr 2011 16:15:10 +0200 Aurelien Campeas [facets] fix RangeFacet get_widget: do no return a widget unless there are at least 2 values; closes #1625203
Fri, 22 Apr 2011 12:20:48 +0200 Alexandre Fayolle merge
Fri, 22 Apr 2011 12:17:51 +0200 Alexandre Fayolle Backed out changeset 7a58581d842c
Fri, 22 Apr 2011 12:02:32 +0200 Alexandre Fayolle small reformatting (but test still fails)
Fri, 22 Apr 2011 11:58:41 +0200 Alexandre Fayolle fix tests broken by fcb8932082a5 (continued)
Fri, 22 Apr 2011 10:29:23 +0200 Alexandre Fayolle fix bad handling of inlined relations when entities of different etypes are passed as subject to add_relations
Fri, 22 Apr 2011 10:28:26 +0200 Alexandre Fayolle fix failing test_migration test caused by schema change
Fri, 22 Apr 2011 09:48:37 +0200 Alexandre Fayolle fix tests broken by fcb8932082a5
Thu, 21 Apr 2011 18:10:49 +0200 Alexandre Fayolle merge back stable
Thu, 21 Apr 2011 17:25:32 +0200 Alexandre Fayolle fix server/test/unittest_checkintegrity (failing since 70538ea2532d) stable
Wed, 20 Apr 2011 16:55:52 +0200 Alexandre Fayolle fix implementation of repository.glob_add_relations (closes ##1625257)
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
Fri, 15 Apr 2011 16:05:20 +0200 Alexandre Fayolle added test case to monitor speed improvements in the repository code.
Wed, 20 Apr 2011 08:28:52 +0200 Alexandre Fayolle backport stable changes to default
Mon, 18 Apr 2011 19:39:22 +0200 Aurelien Campeas [js] update jquery.corner.js to the latest version (uses native css support for browser that provide it); closes #1625065
Mon, 18 Apr 2011 19:34:20 +0200 Adrien Di Mascio [js/css] remove old versions of ui.tabs/slider etc.; closes #1625085
Mon, 18 Apr 2011 08:03:46 +0200 Adrien Di Mascio [devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True) stable
Fri, 15 Apr 2011 12:58:31 +0200 Aurelien Campeas [widgets] handle no value label for tristate radios, put default separator on class for easier redefinition - closes #1624839
Fri, 15 Apr 2011 11:58:33 +0200 Nicolas Chauvat [doc] update of the update stable
Fri, 15 Apr 2011 08:22:38 +0200 Sylvain Thénault [tz postgres support] we've to commit the connection once time-zone is set, else we may loose the setting
Fri, 15 Apr 2011 08:18:59 +0200 Sylvain Thénault [tz support] more tests
Fri, 15 Apr 2011 08:18:06 +0200 Sylvain Thénault [dataimport] actually commit every desired number...
Wed, 06 Apr 2011 12:33:39 +0200 Alain Leufroy [doc] major update of the install documentation stable
Thu, 14 Apr 2011 11:36:47 +0200 Nicolas Chauvat [facets] make rangefacet comply with start_unfolded (closes #1615869) stable
Thu, 14 Apr 2011 14:19:21 +0200 Adrien Di Mascio [testlib] make a clear distinction between input / output HTTP headers stable
Thu, 14 Apr 2011 14:18:46 +0200 Sylvain Thénault [entity] create_entity/cw_instantiate should initialize entity's cache to avoid later queries
Thu, 14 Apr 2011 14:18:44 +0200 Sylvain Thénault [testlib] refactor create_user and grant_permission to make them usable from pre_setup_database
Thu, 14 Apr 2011 11:38:10 +0200 Sylvain Thénault [3.12 regression] don't access to __class__ directly, it may raise AttributeError
Wed, 13 Apr 2011 14:02:04 +0200 Adrien Di Mascio [testlib] fix typos / NameErrors in devtools/__init__.py stable
Wed, 13 Apr 2011 12:50:31 +0200 Sylvain Thénault [schema serialization] add warning on missing group stable
Wed, 13 Apr 2011 11:46:00 +0200 Sylvain Thénault backport stable
Wed, 13 Apr 2011 11:34:53 +0200 Sylvain Thénault [testlib] fix bug in backup file name generation: it may erroneously replace '-' by '_' in database **parent directories**. This should fix random error when test are run under apycot. stable
Wed, 13 Apr 2011 11:03:42 +0200 Sylvain Thénault backport stable
Wed, 13 Apr 2011 09:58:19 +0200 Sylvain Thénault [schema diagram] proper url generation (closes #1621276) stable
Wed, 13 Apr 2011 09:46:29 +0200 Adrien Di Mascio [testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089) stable
Wed, 13 Apr 2011 08:38:24 +0200 Aurelien Campeas [entities] fix cw_instantiate typo stable
Tue, 12 Apr 2011 17:32:06 +0200 Aurelien Campeas [entities/test] add failing test for cw_instantiate stable
Tue, 12 Apr 2011 14:09:39 +0200 Sylvain Thénault [timezone] ensure tzinfo is None
(0) -1920 +1920 tip