- 22 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.22
-
- 21 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.22
-
- 06 Jul, 2016 1 commit
-
-
Sylvain Thénault authored
When one accesses the rql_varmaker, that's usually to use it. The pb was that when the varmaker was already in page's data (which is stored as session data), session storage such as redis won't see that the session data is dirty and has to be stored back at the end of the request. To fix this, systematically call set_page_data. (grafted from 3432f0e2540d) --HG-- branch : 3.22
-
- 15 Mar, 2016 1 commit
-
-
Julien Cristau authored
An empty span was added in https://bitbucket.org/birkenfeld/pygments-main/commits/164574c13533195a555181a2b9c685fea2470403 (grafted from 74b04a88d28a) --HG-- branch : 3.22
-
- 19 Jul, 2016 5 commits
-
-
David Douard authored
--HG-- branch : 3.22
-
David Douard authored
--HG-- branch : 3.22
-
David Douard authored
that recursively enforce uid on files. --HG-- branch : 3.22
-
David Douard authored
into an ensure_uid() method --HG-- branch : 3.22
-
Sylvain Thénault authored
In 7c386161ebd6 we removed cache handling from property sheet and introduced usage of a tempfile + os.rename to get atomic generation of files. The pb is that this is not portable, since under windows os.rename will raise an exception if the file already exists (because there is no way to write a file atomatically in such case). This kind of thing should be out of the CW scope anyway, so implements a quick & dirty fix in the mean time. Closes #14214794 --HG-- branch : 3.22
-
- 20 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.22
-
- 19 Jul, 2016 3 commits
-
-
David Douard authored
--HG-- branch : 3.22
-
David Douard authored
--HG-- branch : 3.21
-
David Douard authored
--HG-- branch : 3.20
-
- 12 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.20
-
- 19 Jul, 2016 4 commits
-
-
David Douard authored
--HG-- branch : 3.20
-
David Douard authored
ensure i allways exists whatever f content is --HG-- branch : 3.20
-
David Douard authored
--HG-- branch : 3.20
-
David Douard authored
--HG-- branch : 3.20
-
- 28 Jun, 2016 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 3.22
-
- 24 Jun, 2016 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 3.22
-
- 23 Jun, 2016 1 commit
-
-
Denis Laxalde authored
-
- 21 Jun, 2016 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 16 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
Unique was previously detected in a loop triggered only for String columns.
-
- 17 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 16 Jun, 2016 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 09 May, 2016 2 commits
-
-
David Douard authored
-
David Douard authored
-
- 04 May, 2016 1 commit
-
-
Nicolas Chauvat authored
-
- 01 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
which has been recently broken while some cubes rely on this (eg fastimport). Do some licensing/pep8 cleanup along the way. Closes #13385274
-
- 25 May, 2016 2 commits
-
-
David Douard authored
but return 'False' instead.
-
David Douard authored
when using (correct login, wrong password) credentials
-
- 22 Apr, 2016 1 commit
-
-
Denis Laxalde authored
Closes #12481591.
-
- 19 May, 2016 1 commit
-
-
Denis Laxalde authored
So that cubes used in test dependencies do not install a released CubicWeb.
-
- 20 Apr, 2016 1 commit
-
-
David Douard authored
accessing self._cw.message now(?) eat the message, so don't call "self._cw.message" twice.
-
- 19 Apr, 2016 1 commit
-
-
David Douard authored
Otherwise the notification emails sent via an internal_session never honor the EMAIL.sender-name configuration option.
-
- 12 Apr, 2016 1 commit
-
-
David Douard authored
cubicweb.wsgi may not be available at all on Debian.
-
- 24 Mar, 2016 1 commit
-
-
Julien Cristau authored
-
- 21 Mar, 2016 1 commit
-
-
Julien Cristau authored
-