2011-06-22 |
Sylvain Thénault |
[datafeed cw parser] refactor: split logic that was in the parser
|
changeset |
files
|
2011-06-22 |
Sylvain Thénault |
[datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
|
changeset |
files
|
2011-06-22 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2011-06-22 |
Sylvain Thénault |
[3.10] fix typo and error for pre 3.10 migration w/ postgres: we *must* call init_creating else the fti isn't correctly initialized, which may lead to silently rollbacked transaction
stable
|
changeset |
files
|
2011-06-22 |
Sylvain Thénault |
[migration] don't add CWUniqueConstraint if already there (may occurs when running a migration in multiple times
stable
|
changeset |
files
|
2011-06-22 |
Sylvain Thénault |
[datafeed] catch all exception, we should continue to process other urls
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
fix 3.13.1 migration
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.12.7-1 for changeset a07517985136
stable
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
Added tag cubicweb-version-3.12.7 for changeset 628fe57ce746
stable cubicweb-debian-version-3.12.7-1
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
3.12.7
stable cubicweb-version-3.12.7
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
changeset |
files
|
2011-06-20 |
Alexandre Fayolle |
fix 3.13.0 migration script (closes #1766202)
|
changeset |
files
|
2011-06-21 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-06-20 |
Alexandre Fayolle |
fix 3.12.0 migration script (closes: #1766202)
stable
|
changeset |
files
|
2011-06-20 |
Sylvain Thénault |
[test] update to 3.13 api
|
changeset |
files
|
2011-06-20 |
Sylvain Thénault |
[migration] when there are no data migration needed, we still want to rewrite the configuration and to restart the server. Closes #1760927
stable
|
changeset |
files
|
2011-06-18 |
Nicolas Chauvat |
[migration] bugfix: c-c list was not displaying the name of a cube requiring another cube without constraining the version.
stable
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[rqlrewrite] test and fix rql snippets insertion when several snippets match an optional variable
stable
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[datafeed, cw.xml] xml now carry entity's source information, interpreted at the other end so that for instance when an entity from elo is seen when importing cwo, it's properly marked as coming from elo source if one exists
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[datafeed] actually raise on error
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[python 2.5] compat fix
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[datafeed, cwxml] parser now try to complete source's urls so one can add url such as <myinstance>/project. Closes #1759908
|
changeset |
files
|
2011-06-09 |
Julien Jehannet |
[server] fix unicode conversion capability in UndoException
stable
|
changeset |
files
|
2011-06-16 |
Julien Jehannet |
[book] add autoload section from code and fix sphinx warnings
stable
|
changeset |
files
|
2011-06-17 |
Sylvain Thénault |
[controller] fix wrong view name when error occurs in UndoController
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[datafeed] renaming parser attribute to parser_id makes things clearer
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
cleanup and assert we don't import unexpected stuff
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[source config] fix synchronization on configuration entity changes
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[ui, sources] configure source form: hide synchronizing and mapping entities, use simple text input for parser
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet)
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[test] update to new db handler api
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[querier] turn remove_clauses/restore_clauses into a context manager
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[devtools pg handler] some fixes so we get proper error when pg host is not reachable
stable
|
changeset |
files
|
2011-06-16 |
Sylvain Thénault |
[rdf] add method so one can call entity.view('rdf')
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
[web test] fix unittest_web
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
[ajax edition] freeze form button when calling validateForm, so it freeze nicely for e.g. comment submitting form
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
[web page tracking] fix bug introduced by parent revision
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
closes #1484510: ajax_replace_url should propagate page id (until an underlying api does it automatically
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
[repo integrity] test and fix glob add relation where several entities are added at once for a relation of 1? cardinality
stable
|
changeset |
files
|
2011-06-15 |
Julien Cristau |
[packaging] Build the cubicweb-documentation package
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
[breadcrumbs] closes #1717489: Double escaping in breadcrumbs
stable
|
changeset |
files
|
2011-06-15 |
Julien Cristau |
[donc] Fix building the cubicweb js documentation
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
add an XXX
stable
|
changeset |
files
|
2011-06-15 |
Sylvain Thénault |
fix 3.10 cwproperties migration
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
fix failures introduced by recent refactoring
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[testlib, realdb] we should close connections prior to create a new db using current db as template
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[migration] this is needed to avoid pb with yams 0.33 / cw < 3.13
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[sync schema hooks] consider etype name map before trying to update in-memory schema
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[repository] refactor and optimize '?1' relation handling
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data)
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[repository] refactor/cleanup entity deletion methods
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[repository] new hook selector according to configuration's repairing flag
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[pyrorql] don't display traceback on connection error
stable
|
changeset |
files
|
2011-06-14 |
Sylvain Thénault |
[data hook] new .union operation on DataOperationMixIn, only when container is a set, not a list
stable
|
changeset |
files
|
2011-06-11 |
Sylvain Thénault |
[rql2sql] add test case for 7493:3c46b9390871
|
changeset |
files
|
2011-06-10 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-06-10 |
Sylvain Thénault |
[hooks] use local variable
stable
|
changeset |
files
|
2011-06-10 |
Sylvain Thénault |
[integrity hooks] remove dead code
stable
|
changeset |
files
|