- 10 May, 2010 19 commits
-
-
Jérome Perrin authored
- portal_solver_processes contains solver processes - portal_solvers provides the API of solving and contains solver types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove commented out code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- hooking _aq_dynamic instead of _getOb (_getOb is called thousands of times) - making portal_types the first type provider, and only looking up a type information in other types providers if not found in portal_types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Fix the groups of the Internal Order Module portal type. Add module group into it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
all ERP5Site_render*ActionList where very similar. Use a macro to share code. This applies fix from 26056 for all tabs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* use more the my_view_mode_category in order to share complex tales expression (thanks Yusei for suggestion) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
bug fix, trial balance was wrong when we have balance transactions at a different date from from_date asked in the report git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
from_date which differs from the balance transaction date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 May, 2010 2 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2010 1 commit
-
-
Jacques Honoré authored
- added a blank div to declare the top bar background color with a CSS property - created a new home image - changed color and style of the menu git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2010 18 commits
-
-
Sebastien Robin authored
installed business template was big enough. Parsing a dict in a loop and calling update every time (even if keys are not changed) seems to be not reliable and this ends up calling 2 times the same code for the same key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* check that the sort colum is working on the listbox displayed by a jump git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* make sorting on the listbox displayed by jump working (before it was changing the number of columns) * some jump were sometimes not working when another jump was used before, so reset selection in order to make every jump independant git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35113 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
provider. When installing a type information, register its provider if it's not already registered. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
A type provider is a container for type informations, by default we only have portal_types, but other types providers can be registered. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-