- 06 Oct, 2015 2 commits
-
-
Rémi Cardona authored
-
Rémi Cardona authored
-
- 05 Oct, 2015 1 commit
-
-
Aurelien Campeas authored
-
- 23 Sep, 2015 2 commits
-
-
Julien Cristau authored
SQLServer refuses to index an unlimited text column, so we should drop unique_together constraints (which imply an index) before we drop size constraints. Closes #5560601.
-
Aurelien Campeas authored
Until now we would: - remove the old size constraint from the in-memory schema - call update_rdef_column which removes the size restriction from the column's type - add the new constraint object - call update_rdef_column which adds the size restriction back This breaks on SQL Server when the column is involved in an index (e.g. as part of a multi-column unique constraint), because in the intermediate stage the column's type is "nvarchar(max)", which is not indexable. Of course we must still detect the case where a size constraint is really dropped and update the db schema accordingly. Closes #5557633.
-
- 02 Sep, 2015 1 commit
-
-
Aurelien Campeas authored
Otherwise a simple sync_schema(syncprops=False) turns the subsequent sync_schema() calls into a no-op. Closes #6510918.
-
- 19 Jun, 2015 2 commits
-
-
Rémi Cardona authored
-
Alain Leufroy authored
-
- 18 Jun, 2015 1 commit
-
-
Alain Leufroy authored
[web/views/formrenderer] remove `cubicweb:target` attribute on form once the target <iframe> is inserted For some unknown reason, IE9 does not want to submit the form inside the <iframe> when the ``cubicweb:target`` attribute exists. (closes #5377672)
-
- 27 Mar, 2015 3 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
- 18 Mar, 2015 1 commit
-
-
Julien Cristau authored
Added tag cubicweb-version-3.19.11, cubicweb-debian-version-3.19.11-1, cubicweb-centos-version-3.19.11-1 for changeset 1ae64186af94
-
- 17 Mar, 2015 1 commit
-
-
Erica Marco authored
Also fix a bug in the backwards-compat eid_type_source method where it returned an extid (possibly null) instead of a source name. With these changes, migrating a database from cw 3.12 is now possible. Closes #4962681
-
- 18 Mar, 2015 3 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
Closes #4965410
-
Julien Cristau authored
-
- 17 Mar, 2015 1 commit
-
-
Julien Cristau authored
Recent versions of pyodbc return bytearray objects for binary data.
-
- 13 Mar, 2015 1 commit
-
-
Denis Laxalde authored
When given a Yams snippet of the form `<etype> <rtype>` ``xy.xeq()`` will return the XML snippet equivalent to this relation in the form of a tuple `(subject, rtype, object)` so ``item`` will always be a tuple here. In fact, the correct code appears just a few lines above (around line 88) for final relations so I guess this is a copy-paste mistake. Closes #4745929.
-
- 11 Feb, 2015 1 commit
-
-
Rémi Cardona authored
-
- 09 Mar, 2015 1 commit
-
-
Denis Laxalde authored
-
- 12 Mar, 2015 3 commits
-
-
Rémi Cardona authored
Added tag cubicweb-version-3.19.10, cubicweb-debian-version-3.19.10-1, cubicweb-centos-version-3.19.10-1 for changeset 3bab0b9b0ee7
-
Rémi Cardona authored
-
Rémi Cardona authored
Related to #5012581.
-
- 11 Mar, 2015 1 commit
-
-
Rémi Cardona authored
Browsers convert the host name part of URLs to lowercase. This has the unfortunate effect of triggering various CORS error messages in CubicWeb (because the Origin: header will contain lowercase letters). As per RFC 4343, host name comparison should be case-insensitive. So let's put it in lowercase when we grab it from the host system. If admins put uppercase letters in "host" or "base-url" in their all-in-one.conf, then it's their fault.
-
- 10 Mar, 2015 1 commit
-
-
Rémi Cardona authored
On AutomaticEntityForms, get_action used to bypass the logic from FieldsForm.form_action() which handles the 'action' attribute itself, preventing callers from overriding it at selection time. This capability is used by the inlinedit cube. In a nutshell, we let the deprecated AutomaticEntityForm.get_action() raise an AttributeError, which allows FieldsForm.form_action() to handle it properly.
-
- 06 Mar, 2015 1 commit
-
-
Denis Laxalde authored
This changeset added a (missing) message "add a <etype>", so reference po file needed an update.
-
- 18 Dec, 2014 1 commit
-
-
Julien Cristau authored
They're relative to ${base-url}/doc/, not ${base-url}. Closes #3161099.
-
- 05 Mar, 2015 1 commit
-
-
Sylvain Thénault authored
-
- 27 Jan, 2015 1 commit
-
-
Aurelien Campeas authored
If the dump format version is 1.1, read and restore numranges. Closes #4870338
-
- 26 Jan, 2015 1 commit
-
-
Aurelien Campeas authored
Bump format version to 1.1. Related to #4870338
-
- 05 Feb, 2015 2 commits
-
-
Julien Cristau authored
Added tag cubicweb-version-3.19.9, cubicweb-debian-version-3.19.9-1, cubicweb-centos-version-3.19.9-1 for changeset b7c373d74754
-
Julien Cristau authored
-
- 16 Jan, 2015 2 commits
-
-
Julien Cristau authored
Closes #4912946
-
Julien Cristau authored
Closes #4912882
-
- 15 Jan, 2015 1 commit
-
-
Julien Cristau authored
If, in the same transaction, a composed entity is created and deleted, we'll have scheduled a SyncOwnersOp which would end up creating an owned_by relation for the deleted entity. Closes #4846883
-
- 29 Jan, 2015 1 commit
-
-
Aurelien Campeas authored
Closes #4878570.
-
- 10 Dec, 2014 1 commit
-
-
Sylvain Thénault authored
Avoid a KeyError.
-
- 04 Dec, 2014 1 commit
-
-
Sylvain Thénault authored
* respect limit set by uicfg (like the 'autolimited' view itself does) * set limit in rql query to one more than the specified one so the view knows there are more things to display
-
- 29 Dec, 2014 1 commit
-
-
Christophe de Vienne authored
- The SQL error itself is logged as 'info'. - The 'transaction has been rolled back' message is logged as 'debug'. These log entries should not be critical: - If an error occur at the sql level, it will be transmitted as a CW error. The exception is raised and handled in a higher level function, which will decide if it is critical or not. - Admitting that rolling-back automatically on errors is wanted in some cases, it cannot be considered 'critical'. The caller will receive the original exception anyway, it is its job to decide if it is critical or not. Closes #4801120
-