- 10 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
this avoid error due to implementation details of session
-
- 11 Sep, 2012 1 commit
-
-
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
this simplify code and make it more consistent
-
Sylvain Thénault authored
This decouple thing and make code easier to understand. Previous behaviour was fine w/ validation error that were translated on the server side, but isn't satisfying for notification and all. Now: * translations should be done on the ui side (see previous validation error refactoring) * consistent behaviour: each side (web/repo) is responsible to deal with its request/session of language, no weird interaction between them on this topic * drop on the way the 'session properties' api, used only for that matter. -> much simpler/cleaner/saner api The thing missing being a way for user to tell "My favorite language is xxx but I also want cw to consider my http language header)
-
Sylvain Thénault authored
[config] turn internal configuration methods building appobjects search path into normal method rather than class method as this is useless and make path filters difficult to override (we had to override the class attribute, as instance attributes were not seen). Also rename related methods for consistency with current vocabulary
-
- 07 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 31 Aug, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 23 Aug, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 30 Aug, 2012 1 commit
-
-
Sylvain Thénault authored
[tabs] fix pb with non-lazy tabs: style isn't properly set due to missing jquery.ui activation. Closes #2465657 also do a small cleanup on the way, and properly implements render_entity rather than cell_call, as one would expect regarding default PrimaryView code. --HG-- branch : stable
-
- 04 Sep, 2012 2 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
currently we may run in some cases where the session has no more cnxset depending on errors and parser's handling of the cnxset. Also, free the cnxset and reacquire it later, letting a chance to other threads to run. --HG-- branch : stable
-
- 30 Aug, 2012 2 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
[c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659 --HG-- branch : stable
-
- 23 Aug, 2012 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 31 Aug, 2012 5 commits
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
Julien Cristau authored
--HG-- branch : stable
-
Julien Cristau authored
--HG-- branch : stable
-
Julien Cristau authored
--HG-- branch : stable
-
Aurelien Campeas authored
[source/native] only system source users should be authenticated by the native source (closes #2465883) --HG-- branch : stable
-
- 22 Aug, 2012 3 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Adrien Di Mascio authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 21 Aug, 2012 3 commits
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
Sylvain Thénault authored
--HG-- branch : stable
-
Pierre-Yves David authored
--HG-- branch : stable
-
- 03 Aug, 2012 1 commit
-
-
Sylvain Thénault authored
This follows changesets 552de9f0c46d, 1527b012802f, 25da1e5c7c50 and 4ba11607d84a. closes #2423719 ?
-
- 02 Aug, 2012 2 commits
-
-
Sylvain Thénault authored
Rely on a changes in yams instead where we have guarantee to have only comparable objects. This follows changesets 1527b012802f, 25da1e5c7c50 and 4ba11607d84a, and should definitly closes #2423719
-
Sylvain Thénault authored
[test rql completion] dont limit number of completion, else we've impredicable results. Also should tell rql.parse to not print error on stdout This repairs test introduced by dcd9bc1d1bca which closes #2439846
-
- 01 Aug, 2012 2 commits
-
-
Aurelien Campeas authored
-
Sylvain Thénault authored
[tabbed view] make tabs optionaly lazy: lazy=False on the tabbed view trigger synchronous tabs. Closes #2443038 This is useful for tabs holding a self-posted form for instance. --HG-- branch : stable
-
- 02 Aug, 2012 2 commits
-
-
Sylvain Thénault authored
[web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040 (eg if you want to use them in .session_key) --HG-- branch : stable
-
David Douard authored
--HG-- branch : stable
-
- 01 Aug, 2012 3 commits
-
-
David Douard authored
--HG-- branch : oldstable
-
David Douard authored
--HG-- branch : oldstable
-
Adrien Di Mascio authored
If an ajax function from stdlib (e.g. js_reledit_form) was redefined in a cube, the cube version should still takes the precedence< => check for existing ajax function on deprecated controller _before_ checking ajax function availability on the new one. --HG-- branch : stable
-