- 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
-
- 10 Sep, 2012 1 commit
-
-
Julien Cristau authored
passlib can raise ValueError when it can't recognized a hash. Treat that as a wrong password. --HG-- branch : stable
-
- 06 Sep, 2012 1 commit
-
-
Aurelien Campeas authored
--HG-- branch : stable
-
- 13 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
--HG-- branch : stable
-
- 10 Sep, 2012 1 commit
-
-
Julien Cristau authored
Closes #2465904 --HG-- branch : stable
-
- 14 Sep, 2012 1 commit
-
-
Sylvain Thénault authored
[repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing --HG-- branch : stable
-
- 03 Sep, 2012 1 commit
-
-
David Douard authored
--HG-- branch : stable
-
- 07 Sep, 2012 1 commit
-
-
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
-
- 01 Aug, 2012 1 commit
-
-
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
-
- 31 Jul, 2012 3 commits
-
-
Pierre-Yves David authored
--HG-- branch : oldstable
-
Pierre-Yves David authored
Before this changesets, automatic deletion did not applied to entity created in the same transaction. This patch remove this filtering in the dedicated operation. The original filtering where introduced by 5d889b4928bb but no rational where found for this changes. The former behavior is seen as inconsistent and creates bug in some cubes. --HG-- branch : oldstable
-
Pierre-Yves David authored
When we delete a previously edited entity, it *will* have a cw_edited attribute even if the goal is to delete it. The function get an argument that explicitly contains the "delete" event. The code now uses that instead. --HG-- branch : oldstable
-