- 29 Jan, 2014 4 commits
-
-
Julien Cristau authored
They don't actually need a session, so let's make that clear.
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
- 30 Jan, 2014 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
We don't have cursors in rql, since execute is synchronous.
-
- 29 Jan, 2014 1 commit
-
-
Julien Cristau authored
-
- 07 Feb, 2014 1 commit
-
-
Julien Cristau authored
PostgresTestDataBaseHandler uses it as datadir.
-
- 27 Jan, 2014 1 commit
-
-
Julien Cristau authored
Use PostgresApptestConfiguration which starts a postgresql cluster locally for the duration of the test.
-
- 28 Jan, 2014 1 commit
-
-
Julien Cristau authored
Don't depend on postgresql already running on the system, or on a static config. To use this, set the configcls attribute of your CubicWebTC-derived test class to PostgresApptestConfiguration. Caveats: - this won't work with several tests running concurrently from the same directory, since each would start its own cluster with a shared data directory and stomp on each other's toes - you need initdb/pg_ctl in $PATH, e.g /usr/lib/postgresql/$version/bin on Debian/Ubuntu systems. Closes #3489631
-
- 05 Feb, 2014 1 commit
-
-
Julien Cristau authored
Predictable names means different processes can race against each other. Let's avoid that and use mkstemp to get a real unique temporary file, and atomically rename it when we're done. Closes #3524182
-
- 29 Jan, 2014 2 commits
-
-
Julien Cristau authored
Silences deprecation warning.
-
Julien Cristau authored
No need to make DeprecationWarning noise for something the user doesn't have any control over.
-
- 28 Jan, 2014 1 commit
-
-
Julien Cristau authored
-
- 30 Jan, 2014 1 commit
-
-
Julien Cristau authored
The former causes deprecation warnings.
-
- 03 Feb, 2014 1 commit
-
-
Julien Cristau authored
Broken in 12dfce15c8ea.
-
- 28 Jan, 2014 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
cursor is a sql concept it has no meaning for rql.
-
- 29 Jan, 2014 1 commit
-
-
Julien Cristau authored
-
- 30 Jan, 2014 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- 03 Feb, 2014 1 commit
-
-
Julien Cristau authored
As far as I can tell the migration handler hasn't had a cmd_synchronize_schema method since cubicweb 3.2.0.
-
- 29 Jan, 2014 1 commit
-
-
Julien Cristau authored
With multisource gone, cnxset.reconnect() doesn't take a source argument. Broken since d62e13eba033.
-
- 17 Dec, 2013 3 commits
-
-
Julien Cristau authored
The non-uniform handling of CWUser vs (email, lang) tuple has caused too many bugs; this change mostly unifies the two code paths. Closes #3381521
-
Julien Cristau authored
This can happen for InternalManager; the normal CWUser implementation of property_value already has a similar fallback. Related to #3381521
-
Julien Cristau authored
Related to #3381521
-
- 27 Jan, 2014 1 commit
-
-
Julien Cristau authored
-
- 24 Jan, 2014 1 commit
-
-
Julien Cristau authored
-
- 21 Jan, 2014 4 commits
-
-
Julien Cristau authored
-
Aurelien Campeas authored
Added tag cubicweb-version-3.17.12, cubicweb-debian-version-3.17.12-1, cubicweb-centos-version-3.17.12-1 for changeset 838d58a30f7e --HG-- branch : stable
-
Julien Cristau authored
And fix a syntax error and wrong package name in the process. --HG-- branch : stable
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 17 Jan, 2014 1 commit
-
-
Rémi Cardona authored
--HG-- branch : stable
-
- 20 Jan, 2014 1 commit
-
-
Adrien Di Mascio authored
``Accept-Language`` should be overridable just as any other request header. Default value is "nothing" since the application should be able the empty header case. --HG-- branch : stable
-
- 13 Jan, 2014 2 commits
-
-
Aurelien Campeas authored
Also give proper name to subject (role, not target), and kill unused variable. --HG-- branch : stable
-
Aurelien Campeas authored
Closes jpl##49466 --HG-- branch : stable
-
- 17 Dec, 2013 1 commit
-
-
Sylvain Thénault authored
-
- 14 Jan, 2014 2 commits
-
-
Julien Cristau authored
Fixes things when login is not used as a context manager.
-
Julien Cristau authored
Make sure the client connection and the session refer to the same server connection.
-
- 23 Jan, 2014 1 commit
-
-
Aurelien Campeas authored
-