dbapi.py
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, 30 Mar 2011 11:17:21 +0200 Sylvain Thénault [c-c create] unification of c-c create and its subcommands handling stable
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
Wed, 16 Mar 2011 09:40:56 +0100 Alexandre Fayolle merged back pylint help changes to stable stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Tue, 08 Mar 2011 18:32:19 +0100 Sylvain Thénault backport stable
Tue, 08 Mar 2011 18:08:12 +0100 Sylvain Thénault [dbapi] split in_memory_cnx functions stable
Thu, 17 Feb 2011 16:09:06 +0100 Sylvain Thénault backport stable
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
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)
Mon, 25 Oct 2010 10:15:47 +0200 Sylvain Thénault [dbapi] web request compatibility fixes
Thu, 21 Oct 2010 18:38:36 +0200 Sylvain Thénault [dbapi] enhanced web compatible request when using dbapi
Thu, 14 Oct 2010 14:10:45 +0200 Sylvain Thénault [config] make config.cubes() available on NoAppCubicWebConfiguration
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Wed, 22 Sep 2010 19:44:37 +0200 Aurelien Campeas [dbapi] fix typo stable
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
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)
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
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
Thu, 16 Sep 2010 11:25:17 +0200 Sylvain Thénault [dbapi] reorganize Connection methods and use a @check_not_closed decorator stable
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Wed, 04 Aug 2010 11:13:11 +0200 Sylvain Thénault backport stable
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
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
Mon, 26 Jul 2010 12:08:24 +0200 Sylvain Thénault [session] cleanup session-time / cleanup-session-time...
Fri, 02 Jul 2010 11:52:51 +0200 Sylvain Thénault backport stable
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
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
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
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
Thu, 17 Jun 2010 09:10:34 +0200 Sylvain Thénault backport stable
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
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)
Mon, 10 May 2010 16:59:32 +0200 Sylvain Thénault backport stable
Mon, 10 May 2010 15:20:54 +0200 Aurelien Campeas [dbapi] missing import stable
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
Wed, 05 May 2010 18:10:33 +0200 Sylvain Thénault backport stable
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
Wed, 28 Apr 2010 15:42:10 +0200 Sylvain Thénault [dbapi] more test and documentation of dbapi stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Tue, 20 Apr 2010 18:34:37 +0200 Sylvain Thénault [dbapi] some compat with distant < 3.8 repo
Tue, 20 Apr 2010 18:10:42 +0200 Sylvain Thénault [dbapi] take care vreg may not be set
Tue, 20 Apr 2010 14:36:18 +0200 Sylvain Thénault merge stable, fixing dependencies generation on c-c newcube on the way
Tue, 20 Apr 2010 14:18:35 +0200 Sylvain Thénault [dbapi] document connect() function stable
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
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)
Fri, 16 Apr 2010 13:22:35 +0200 Aurelien Campeas [doc/book] complete/fix the dbapi stuff, including cursor stable
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.
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.
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)
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.
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Wed, 31 Mar 2010 11:52:15 +0200 Pierre-Yves David Add context management methode to dbapi.Connection stable
Fri, 26 Mar 2010 08:32:32 +0100 Sylvain Thénault cleanup stable
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Fri, 12 Mar 2010 15:00:54 +0100 Sylvain Thénault [dbapi] return default argument instead of None when no connection set yet
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.
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
Fri, 26 Feb 2010 13:24:47 +0100 Sylvain Thénault pylint style fixes stable
Fri, 26 Feb 2010 13:09:12 +0100 Sylvain Thénault fix some pylint detected errors stable
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
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)
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Thu, 12 Nov 2009 17:36:15 +0100 Sylvain Thénault add set_page_data as well stable
Thu, 12 Nov 2009 17:32:09 +0100 Sylvain Thénault #473188: missing get_page_data when patching bare db-api request for web compatibility stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Fri, 16 Oct 2009 16:29:46 +0200 Sylvain Thénault [c-c] fixes for shell w/ pyro instance stable
Tue, 13 Oct 2009 08:50:19 +0200 Sylvain Thénault refactor repo authentication to allow pluggable authentifier to login with something else than a password
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 21:29:17 +0200 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
Wed, 16 Sep 2009 16:52:47 +0200 Aurelien Campeas update the documentation stable
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Tue, 08 Sep 2009 15:30:14 +0200 Sylvain Thénault enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary 3.5
Thu, 13 Aug 2009 09:30:03 +0200 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Tue, 11 Aug 2009 13:01:56 +0200 Nicolas Chauvat R propagate registry API changes
Mon, 03 Aug 2009 17:20:20 +0200 Sylvain Thénault [pyro] use lgc.pyro_ext, simplify pyro related options
Mon, 03 Aug 2009 15:16:47 +0200 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 10:50:57 +0200 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Fri, 24 Jul 2009 18:26:31 +0200 Sylvain Thénault #343624: access to ORM and views outside web engine
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Mon, 06 Jul 2009 09:33:36 +0200 Sylvain Thénault rename user to login where this is not a user object stable
Thu, 02 Jul 2009 13:00:20 +0200 Sylvain Thénault new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language stable
Tue, 16 Jun 2009 14:14:58 +0200 Sylvain Thénault different message stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Mon, 25 May 2009 16:10:52 +0200 Sylvain Thénault handle speaking to an instance using old entity types stable
Wed, 20 May 2009 14:19:53 +0200 Sylvain Thénault cleanup stable
Wed, 20 May 2009 09:41:55 +0200 Sylvain Thénault cleanup stable
Mon, 18 May 2009 16:43:02 +0200 sylvain thenault check at connection creation time if we should use EUser or CWUser stable
Wed, 29 Apr 2009 08:57:50 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Mon, 23 Mar 2009 17:55:59 +0100 sylvain thenault pylint cleanup tls-sprint
Mon, 05 Jan 2009 14:09:38 +0100 Sylvain Thenault make req argument optional
Fri, 05 Dec 2008 17:26:39 +0100 Sylvain Thenault don't systematically init_log, it may breaks client log configuration
Fri, 05 Dec 2008 17:24:48 +0100 Sylvain Thenault don't change Pyro.config here
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip