2011-02-11 |
Sylvain Thénault |
[ldap test] use get_available_port from cw.devtools.httptest
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[test] generate slapd.conf to be cwd independant
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[ldap test] use get_available_port from cw.devtools.httptest
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[test] generate slapd.conf to be cwd independant
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[test] missing future import
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[testlib] take care, validator may be None
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[testlib] extract get_validator method from _check_html, move assertDocTestFile
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[testlib] new method on page info object to ensure some tag with arbitrary attributes is found
stable
|
changeset |
files
|
2011-02-11 |
Sylvain Thénault |
[packaging, test] include ldap test files in sdist
stable
|
changeset |
files
|
2011-02-10 |
Sylvain Thénault |
[test] python 2.5 specifix
|
changeset |
files
|
2011-02-10 |
Sylvain Thénault |
add a note
|
changeset |
files
|
2011-02-10 |
Sylvain Thénault |
[manage view] get etypes first to avoid xhtml validation error if no one found
|
changeset |
files
|
2011-02-10 |
Sylvain Thénault |
[datafeed] return empty dict when source is fresh avoid crash in the looping task because None returned
|
changeset |
files
|
2011-02-10 |
Nicolas Chauvat |
[manage view] fix skipping of startup views
|
changeset |
files
|
2011-02-10 |
Sylvain Thénault |
[parser host mapping] take care to cases where apphome is None (c-c i18ncube command for instance)
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[test] update cwxml tests: computed cwuri have changed, and parser.parse isn't anymore a static method
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[testlib] by default skip new 'manage' action's category
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[manage view] filter before displaying anything avoid xhtml errors
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[test] update cwuri test
stable
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[test] test extracted from unittest_hooks + new test for unique constraint check
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[datafeed] introduce a host mapping so dev instance may transparently redirect request to another host than the actual's one
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[management ui] add views to manage sources similarly to users
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[manage view] cleanup manage view and user menu
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[datafeed] add parser to import cubicweb xml
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[xml] enhance default entity xml view
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[pyro source] benefit from addition of latest_retrieval on CWSource
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[entity, metadata] huuum, use resolvable url as cwuri... And fix existing ones.
stable
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[doc] update some copyrights
stable
|
changeset |
files
|
2011-02-09 |
Sylvain Thénault |
[repo, ms] fix pb introduced in 6941:9ed02daa7dbb resulting in missing relation deletes when an entity is deleted
|
changeset |
files
|
2011-02-08 |
Sylvain Thénault |
[tabs js] merge tabs and lazy js files into cw.ajax.js and use camel case names to satisfy js coding standards
|
changeset |
files
|
2011-02-08 |
Sylvain Thénault |
[schema, ui] fix is_subobject to skip cw_source relation (else everything is considered as a subobject, since this relation is now composite)
|
changeset |
files
|
2011-02-08 |
Charles Hébert |
[admin ui] nicer views for users/groups management
|
changeset |
files
|
2011-02-08 |
Sylvain Thénault |
[test, ui] mark CWSourceSchemaConfig as an internal type
|
changeset |
files
|
2011-02-08 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[js] using the actual registry fixes spurious warnings
stable
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[pyrorql source] using 'time' option type is more convenient
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[sources] refactor source creation and options handling
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[sources] reorganize abstract source code, drop no more used cleanup_entities_info and _cleanup_system_relations methods
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[source schema] fix permission pb on cw_host_config_of relation + add composite on cw_source, so entities from a source are properly removed when the source is removed
|
changeset |
files
|
2011-02-07 |
Sylvain Thénault |
[repo, ms] optimise external source deletion by using source's eid instead of name
|
changeset |
files
|
2011-02-06 |
Sylvain Thénault |
[rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation
stable
|
changeset |
files
|
2011-02-04 |
Sylvain Thénault |
[c-c] fix crash on delete instance + potential others when user don't specify db user's password
stable
|
changeset |
files
|
2010-12-13 |
Nicolas Chauvat |
add a rql directive to restructuredtext
stable
|
changeset |
files
|
2011-02-03 |
Sylvain Thénault |
[pkg] bump dependency on logilab.database
stable
|
changeset |
files
|
2011-02-02 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.10.8-1 for changeset 132b525de25b
stable
|
changeset |
files
|
2011-02-02 |
Sylvain Thénault |
Added tag cubicweb-version-3.10.8 for changeset e581a86a68f0
stable cubicweb-debian-version-3.10.8-1
|
changeset |
files
|
2011-02-02 |
Sylvain Thénault |
3.10.8
stable cubicweb-version-3.10.8
|
changeset |
files
|
2011-02-02 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
2011-02-01 |
Aurelien Campeas |
undo part of #6911
|
changeset |
files
|
2011-02-01 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-02-01 |
Sylvain Thénault |
[test] add test for != operator
stable
|
changeset |
files
|
2011-02-01 |
Sylvain Thénault |
[rql2sql] fix bug with NOT in "fake" having terms
stable
|
changeset |
files
|
2011-02-01 |
Aurelien Campeas |
[doc/book] simplify & fix the overview chapter
stable
|
changeset |
files
|
2011-01-31 |
Sylvain Thénault |
ooops :D
stable
|
changeset |
files
|
2011-01-31 |
Sylvain Thénault |
cleanups
stable
|
changeset |
files
|
2011-01-31 |
Sylvain Thénault |
[ctxcomponents vreg] allow to specify 'no cache' using __cache argument
stable
|
changeset |
files
|
2011-01-31 |
Sylvain Thénault |
[js utils] backport some generic code from comments cube
stable
|
changeset |
files
|
2011-01-31 |
Sylvain Thénault |
[doc] update photo web site tutorial: we're starting from cw 3.10/file 1.9+
stable
|
changeset |
files
|