Tue, 12 Nov 2013 17:10:16 +0100 |
Julien Cristau |
Fix use of vreg.config.anonymous_user()
stable
|
file |
diff |
annotate
|
Thu, 24 Oct 2013 12:36:12 +0200 |
Aurelien Campeas |
[merge] incorporate cw 3.17.10 fixes
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 10:30:35 +0200 |
Rémi Cardona |
[dbapi] Fix broken inmemory:// URLs parsing (closes #3225832)
stable
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:12:30 +0200 |
Aurelien Campeas |
remove 3.8 bw compat
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 19:18:54 +0200 |
Pierre-Yves David |
[dbapi] deprecated the dbapi
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 10:45:44 +0200 |
Pierre-Yves David |
[dbapi] explicitly use the DBAPI version of CubicwebRequestBase
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 14:55:26 +0200 |
Pierre-Yves David |
[dbapi] move ProgrammingError into cubicweb module
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 15:00:41 +0200 |
Pierre-Yves David |
[repoapi] move get_repository function into a new repoapi module
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 14:53:19 +0200 |
Pierre-Yves David |
[dbapi] makes anonymous_connection a computed property
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:28:16 +0200 |
Pierre-Yves David |
[webrequest] set DBAPISession without cnx at initialisation time
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 12:39:25 +0200 |
Pierre-Yves David |
[request] drop the user argument for set_session
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 11:59:45 +0200 |
Pierre-Yves David |
[service] drop the asynchronous execution possibility
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 13:39:49 +0200 |
pierre-yves |
[req] drop from_controller on non WebRequest object (Closes #2901079)
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 15:36:10 +0200 |
pierre-yves |
Drop hijack user (closes #2901093)
|
file |
diff |
annotate
|
Wed, 29 May 2013 16:44:16 +0200 |
Pierre-Yves David |
merge with 3.16.x fixes
|
file |
diff |
annotate
|
Tue, 14 May 2013 18:02:24 +0200 |
Julien Cristau |
[dbapi] fix connect backwards compat harder
stable
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 17:57:46 +0200 |
Pierre-Yves David |
[session] deprecate `hijack_user` method
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 18:20:57 +0100 |
Julien Cristau |
dbapi: try to restore compatibility of the connect api with 3.15
stable
|
file |
diff |
annotate
|
Mon, 11 Feb 2013 11:26:08 +0100 |
Rémi Cardona |
[dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Fri, 25 Jan 2013 13:28:23 +0100 |
Aurelien Campeas |
[cwctl] fix cubicweb-ctl shell command (closes #2583919)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 22 Jan 2013 18:16:20 +0100 |
Aurelien Campeas |
prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 11:53:17 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 11:06:24 +0100 |
Aurelien Campeas |
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 16:05:16 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 02 Oct 2012 16:44:55 +0200 |
Florent Cayré |
fix no more running zmq repository test (closes #2500153)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 13:53:59 +0200 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 11 Apr 2012 14:36:19 +0200 |
Pierre-Yves David |
[service-api] Add unified service API on `_cw` attribute
|
file |
diff |
annotate
|
Tue, 10 Apr 2012 17:09:04 +0200 |
Vincent Michel |
[dbapi] add possibility to connect to a remote ZMQRepository (closes #2290126)
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 18:25:06 +0100 |
Pierre-Yves David |
[repository] move task manager instantiation outside repository.
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 11:54:14 +0100 |
Pierre-Yves David |
[dbapi] some documentation
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 10:11:04 +0100 |
Florent Cayré |
[repository] implement a generic way to call repo-side services; closes #2203418
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:15:37 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:14:52 +0100 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 16:42:10 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 14:42:00 +0200 |
Sylvain Thénault |
[test] map pgettext to unicode as _
stable
|
file |
diff |
annotate
|
Fri, 07 Oct 2011 11:59:20 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 04 Oct 2011 13:59:12 +0200 |
Sylvain Thénault |
[web session] ProgrammingError may be raised, we should catch it (closes #1980076)
stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 14:47:04 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 18:47:11 +0200 |
Adrien Di Mascio |
[views] implement json / jsonp export views (closes #1942658)
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Mon, 18 Jul 2011 15:48:34 +0200 |
Sylvain Thénault |
[session] add session id to closed connection errors
|
file |
diff |
annotate
|
Tue, 12 Jul 2011 11:27:42 +0200 |
Sylvain Thénault |
[repo] closes #1821172: fix source deletion
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 11:51:04 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 11:17:21 +0200 |
Sylvain Thénault |
[c-c create] unification of c-c create and its subcommands handling
stable
|
file |
diff |
annotate
|
Tue, 29 Mar 2011 08:47:09 +0200 |
Alexandre Fayolle |
allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533)
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:40:56 +0100 |
Alexandre Fayolle |
merged back pylint help changes to stable
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:37:46 +0100 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
Tue, 08 Mar 2011 18:32:19 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 08 Mar 2011 18:08:12 +0100 |
Sylvain Thénault |
[dbapi] split in_memory_cnx functions
stable
|
file |
diff |
annotate
|
Thu, 17 Feb 2011 16:09:06 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 17 Feb 2011 16:08:19 +0100 |
Sylvain Thénault |
[dbapi] fix for cases where one want to use 'connect' for an in-memory connection
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 12:47:06 +0100 |
Sylvain Thénault |
[web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 10:15:47 +0200 |
Sylvain Thénault |
[dbapi] web request compatibility fixes
|
file |
diff |
annotate
|
Thu, 21 Oct 2010 18:38:36 +0200 |
Sylvain Thénault |
[dbapi] enhanced web compatible request when using dbapi
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 14:10:45 +0200 |
Sylvain Thénault |
[config] make config.cubes() available on NoAppCubicWebConfiguration
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 19:44:37 +0200 |
Aurelien Campeas |
[dbapi] fix typo
stable
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 18:23:35 +0200 |
Sylvain Thénault |
[dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling)
stable
|
file |
diff |
annotate
|
Tue, 21 Sep 2010 16:35:37 +0200 |
Adrien Di Mascio |
[dbapi] Connection.check() must return the latest activity timestamp (dropped accidentally during latest merge)
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:28:25 +0200 |
Sylvain Thénault |
[repo] new method on repo+dbapi.Connection to get a value from repository's configuration
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:25:17 +0200 |
Sylvain Thénault |
[dbapi] reorganize Connection methods and use a @check_not_closed decorator
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 11:13:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 10:22:11 +0200 |
Sylvain Thénault |
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:15:11 +0200 |
Sylvain Thénault |
[dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:08:24 +0200 |
Sylvain Thénault |
[session] cleanup session-time / cleanup-session-time...
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 11:52:51 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 10:38:56 +0200 |
Sylvain Thénault |
[dbapi] refactor so that cw 3.8.6 can still speak with a 3.8.5 server
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:34:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:32:26 +0200 |
Sylvain Thénault |
[transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:29:10 +0200 |
Sylvain Thénault |
[dbapi] Connection.load_appobjects should load site_cubicweb files as well, they may contains necessary RQL extension function definitions. Also kill some broken deprecated code in this method.
stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 09:10:34 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 09:10:14 +0200 |
Sylvain Thénault |
[vreg] register_objects lost its force_reload argument, fix dbapi.Connection.load_appobjects consequently
stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 14:16:48 +0200 |
Sylvain Thénault |
[web] ajax_replace_url superseed build_ajax_replace_url, more generic and relying on the json controller (closes #750090)
|
file |
diff |
annotate
|
Mon, 10 May 2010 16:59:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 10 May 2010 15:20:54 +0200 |
Aurelien Campeas |
[dbapi] missing import
stable
|
file |
diff |
annotate
|
Fri, 07 May 2010 15:25:09 +0200 |
egazoni |
replaced hardcoded 'web/view' by os.path.join('web', 'view') so views path is also valid under windows
stable
|
file |
diff |
annotate
|
Wed, 05 May 2010 18:10:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:21:59 +0200 |
Sylvain Thénault |
[webconfig] cleanup base_url management
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 15:42:10 +0200 |
Sylvain Thénault |
[dbapi] more test and documentation of dbapi
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Tue, 20 Apr 2010 18:34:37 +0200 |
Sylvain Thénault |
[dbapi] some compat with distant < 3.8 repo
|
file |
diff |
annotate
|
Tue, 20 Apr 2010 18:10:42 +0200 |
Sylvain Thénault |
[dbapi] take care vreg may not be set
|
file |
diff |
annotate
|
Tue, 20 Apr 2010 14:36:18 +0200 |
Sylvain Thénault |
merge stable, fixing dependencies generation on c-c newcube on the way
|
file |
diff |
annotate
|
Tue, 20 Apr 2010 14:18:35 +0200 |
Sylvain Thénault |
[dbapi] document connect() function
stable
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 13:52:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 12:42:01 +0200 |
Sylvain Thénault |
[dbapi] fallback to Entity when etypes registry isn't initialized (weird we haven't catchi this pb before)
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 13:22:35 +0200 |
Aurelien Campeas |
[doc/book] complete/fix the dbapi stuff, including cursor
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 12:46:57 +0200 |
Sylvain Thénault |
[dbapi] fix user handling on dbapi request. Avoid getting None as _user and remove the need for a property.
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 17:38:24 +0200 |
Sylvain Thénault |
[web session] fix web session id bug on automatic reconnection. The web session id should keep the first connection id, then differ of the repo connection id once some reconnection has been done (since the session cookie isn't updated in such cases). Also, use a lock to avoid potential race condition on reconnection.
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 10:29:38 +0200 |
Sylvain Thénault |
[web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
|
file |
diff |
annotate
|
Tue, 13 Apr 2010 12:19:24 +0200 |
Sylvain Thénault |
#773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 11:52:15 +0200 |
Pierre-Yves David |
Add context management methode to dbapi.Connection
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 15:00:54 +0100 |
Sylvain Thénault |
[dbapi] return default argument instead of None when no connection set yet
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 12:07:16 +0100 |
Sylvain Thénault |
[refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 18:32:21 +0100 |
Sylvain Thénault |
delete pyro proxy on connection close, properly raise programming error when working on a closed connection
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 07:04:52 +0100 |
Sylvain Thénault |
[dbapi] no more need to monkey patch this in 3.6: vreg/schema/config are all properly accessed through ._cw
stable
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 09:24:40 +0100 |
Sylvain Thénault |
ensure cnx is set first (necessary to introduce of a form object to handle the login form)
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|