- 07 May, 2010 25 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
user preference is created for him. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Separate a piece of code specific to each rule to a new method. In addition, make it extract a use category as well. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Accessors are generated during the first call to _aq_dynamic, and generating accessors requires to access to some tools such as portal_types, that's why this method use to contain a list of names that should be ignored to prevent infinite loop (portal_types, portal_workflow ...) Now we store in a thread local variable the information that we are in the process of generating accessors, and return immediatly next time we enter _aq_dynamic, to be able to access required tools. As generating accessors for one type sometimes triggers accessors generation for a dependant type (Base Category, Types Tool), then we store in this variable the currently generated aq_key, not only the fact that we are generating. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
any base contribution values, it is not applied to any trade model lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Temporary patch: Protect interaction for temporary objects as updateContentMd5 is useless for such kind of object git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
from there we cannot import runUnitTest using relative import, so import it from its full path instead, and to prevent reloading runUnitTest (which has some import side effects) in such case, we insert it in sys module. Original patch from jm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- disabled report action until underlying script are fixed, as the only thing they do is that they are killing the site git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Remove specialise_title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2010 15 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove some duplicated parts, and unusued macros; now the listbox title line is displayed in listbox_ods_macro, and rendered differently based on "display_header" variable, which is true in the case of form_list, or the first form_list rendered in form_report git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-