- 16 Nov, 2012 2 commits
-
-
Arthur Lutz authored
-
Sylvain Thénault authored
[validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59 the creation of the `translate` method in the 23a10f049447 yams commit.
-
- 09 Nov, 2012 2 commits
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Changeset d753d6a6798f was breaking database creation. Dropping the `config.creating` clause lead to trying to load the schema from database even in creation mode. Conditional are a bit altered and reordered to prevent this to happen.
-
- 11 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
[entity attr cache] mark attribute as uncacheable in the underlying function else we may miss some changes. Also rewrite a storage test currently failing because cache of the entity created by the test transaction, distinct from the entity created internally and given to hooks and all, has its attributes cache not updated. As this doesn't seems a proper usage, rewrite it as expected. Much probably closes #2423719 definitly.
-
- 05 Oct, 2012 1 commit
-
-
Sylvain Thénault authored
[repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
-
- 11 Oct, 2012 1 commit
-
-
Sylvain Thénault authored
[req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
-
- 20 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 23 Oct, 2012 1 commit
-
-
Aurelien Campeas authored
-
- 12 Oct, 2012 3 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 02 Oct, 2012 1 commit
-
-
Florent Cayré authored
--HG-- branch : stable
-
- 28 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
[dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697 --HG-- branch : stable
-
- 01 Oct, 2012 1 commit
-
-
Aurelien Campeas authored
[misc/scripts] a slightly experimental script to help repair LDAPUser cwusers suffering from split-brainite (closes #2497108) --HG-- branch : stable
-
- 24 Sep, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 01 Oct, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 08 Oct, 2012 1 commit
-
-
Arthur Lutz authored
--HG-- branch : stable
-
- 21 Sep, 2012 1 commit
-
-
Adrien Di Mascio authored
The recent split of patches for session refactoring broke this.
-
- 18 Sep, 2012 3 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 14 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820 One should use session method rather than direct usage of the context manager of the same name. Fix default argument values for consistency with the context manager: when one omit an argument, meaning is "keep the current value", not "disable security".
-
- 20 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
[session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
-
- 11 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 10 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 11 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
-
- 10 Sep, 2012 4 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
[db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists
-
- 17 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
They are broken if launched during repository initialization (this was not the case yet, but will be soon...). Add additional checks to ensure one doesn't try to store system source config in the database, as it will be ignored in favor of the "sources" file.
-
Sylvain Thénault authored
Users should now use cubicweb.validation_error helper function that will activate the feature with other handy behaviours. Also test testing for message in errors should call exception.tr(unicode) before comparing. Using bare ValidationError keep backward compat.
-
- 11 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
-
- 17 Sep, 2012 1 commit
-
-
Nicolas Chauvat authored
-
- 10 Sep, 2012 2 commits
-
-
Julien Cristau authored
passlib can raise ValueError when it can't recognized a hash. Treat that as a wrong password. --HG-- branch : stable
-
Sylvain Thénault authored
this simplify code and make it more consistent
-