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
|