- 27 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
it causes flake8 error on some of its versions.
-
- 22 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
We don't want to force using 'identity' in this case which may be easily handled by detecting variable is a `ColumnAlias` and relation is 'eid'. Closes #15393583
-
- 01 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 12 Oct, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 19 Oct, 2016 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 10 Oct, 2016 2 commits
-
-
Adrien Di Mascio authored
closes #15613724
-
Adrien Di Mascio authored
related to #15613724
-
- 05 Oct, 2016 1 commit
-
-
Adrien Di Mascio authored
This refactoring will ease later implementation of i18n cube customization. related to #15613724
-
- 21 Oct, 2016 1 commit
-
-
Laura Médioni authored
Path can actually be accessed from `req` object. This allows to avoid duplicating this information. This cset prepares the next ones that aim at adding the language as a prefix of the relative path.
-
- 20 Oct, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 19 Oct, 2016 5 commits
-
-
Sylvain Thénault authored
--HG-- branch : 3.23
-
Sylvain Thénault authored
--HG-- branch : 3.23
-
Sylvain Thénault authored
--HG-- branch : 3.23
-
Sylvain Thénault authored
Binary isn't hashable hence can't be added to a set. Test added. --HG-- branch : 3.23
-
Sylvain Thénault authored
--HG-- branch : 3.23
-
- 05 Oct, 2016 1 commit
-
-
Denis Laxalde authored
Reformat "context" dict to have it PEP8 compliant along the way (only white space changes).
-
- 12 Oct, 2016 2 commits
-
-
Denis Laxalde authored
In unittest_utils.py, use unittest2's TestCase instead of lgc.testlib one to benefit from subTest API. Closes #15409885.
-
Denis Laxalde authored
-
- 07 Oct, 2016 1 commit
-
-
Denis Laxalde authored
So to as to make it clear that changelog needs to be edited before the Debian package may be published.
-
- 13 Oct, 2016 1 commit
-
-
Florent Cayré authored
An error in the jquery selector of the html widget controlling the log level was the cause of this bug. Closes #15772634
-
- 11 Oct, 2016 1 commit
-
-
Denis Laxalde authored
So that, in particular, its ccplugin.py does not get loaded (which would hide the "pyramid" command in cubicweb). Related to #14023058.
-
- 06 Oct, 2016 1 commit
-
-
Denis Laxalde authored
Related to #14023058.
-
- 05 Oct, 2016 1 commit
-
-
Denis Laxalde authored
This does a partial "drop_cube('pyramid')" equivalent but only considering CWProperty. We cannot just drop the cube since we have introduced some mechanism to exclude pyramid cube from config's cubes list and that would make MigrationHelper.cmd_drop_cube() call not return "pyramid" cube. Related to #14023058.
-
- 28 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
Drop unused stuff.
-
- 27 Sep, 2016 5 commits
-
-
Sylvain Thénault authored
This is not a desired part of the store API. Mapping between extid and eid should be done by the importer. This had been backported from the dataio cube, but not one seems to rely on it yet, so don't provide any backward compat.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
PGHelper has no logger, the store has.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 06 Oct, 2016 1 commit
-
-
Sylvain Thénault authored
Closes #13436818
-
- 08 Jul, 2016 1 commit
-
-
Sylvain Thénault authored
It was crashing on attempt to remove an unexisting constraint. This code may be removed safely as it's expected to be handled by the constraint removal hook. Notice that adding a vocabulary on shortpara makes yams change the varchar max size. This is arguable but not the point of this test, so simply adapt the max size defined in the schema coherently so we don't have to bother with that at this point. Grafted from f87da59faea1 in default branch. --HG-- branch : 3.23
-
- 08 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
Some fixes there are necessary for client work depending on cubicweb 3.23. --HG-- branch : 3.23
-
- 16 Aug, 2016 2 commits
-
-
Denis Laxalde authored
Closes #14789440. --HG-- branch : 3.23
-
Denis Laxalde authored
And thus consider `_forced_mode` first. Related to #14789440. --HG-- branch : 3.23
-
- 22 Jul, 2016 2 commits
-
-
David Douard authored
--HG-- branch : 3.22
-
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
Query the information schema to retrieve existing constraint (primary key and unique) and drop them. Thus don't use anymore DROP CONSTRAINT IF EXISTS (not implemented by e.g. old versions of sqlserver). To do so a missing DISTINCT was necessary to avoid duplicates. --HG-- branch : 3.23
-