- 16 Nov, 2012 3 commits
-
-
Sylvain Thénault authored
-
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.
-
- 24 Oct, 2012 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 23 Oct, 2012 2 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 14 Nov, 2012 1 commit
-
-
Sylvain Thénault authored
[hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748 --HG-- branch : stable
-
- 08 Nov, 2012 2 commits
-
-
Sylvain Thénault authored
[startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096 --HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 14 Nov, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 24 Oct, 2012 3 commits
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
Aurelien Campeas authored
--HG-- branch : stable
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 17 Oct, 2012 1 commit
-
-
Aurelien Campeas authored
[ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515) --HG-- branch : stable
-
- 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
-
- 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
-
- 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
-
- 21 Sep, 2012 1 commit
-
-
Adrien Di Mascio authored
The recent split of patches for session refactoring broke this.
-
- 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 1 commit
-
-
Sylvain Thénault authored
-