- 01 Jul, 2010 6 commits
-
-
Yoshinori Okuji authored
* Fix a bug that scripts in every fetched document may be executed. Otherwise, ready callbacks can be executed many times. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
risk to loose local changes when rerunning buildout git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The idea is that if catalog is up-to-date, the call in #2 will already return and load from ZODB all descendants of self. We do not want in this case to blindly/dumbly recurse over the descendants of self in step #3, loading them again from ZODB. We thus remember which objects we loaded in the Simulation Tree during #2 and do not load them again in #3. Code complexity is higher, but this should make step #3 virtually "free" when catalog is up-to-date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2010 34 commits
-
-
Lucas Carvalho authored
* Added tiolive_chat and tiolive_mail into portal actions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
if installed_bt is already in 'replaced' state (that can happen when only replaces ones exist), we cannot not call replace() again on it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Reimplement Delivery_solveDivergenceAutomatically by using Solver Process Tool's API instead of ad-hoc way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* no need to propagate temp_object argument to creating Solver Decision, because if parent object is temp object, its childrean are also temp object. * fix a bug that newSolverProcess() returns None for non-temp case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Move Solver Decision portal type from the experimental erp5_simulation business template to the erp5_base business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Account Statement: add Document Reference column, hide third party column only if a third party is selected git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
In buildSolverDecisionList, if we have only one available automatic solver, we just use it automatically. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Hide top listbox quick search as it duplicates with global one and uses spaces, leave bottom listbox quick search as a convenient way to do a quick search after viewing show found page results. Use separate method for sub query searches which reuses main one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Add fallback scripts for target solvers' default configuration values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix getDefaultConfigurationPropertyDict and getDefaultConfigurationPropertyListDict implementations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Remove hard coded selection name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Add jquery-ui-1.8.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Remove jquery from this Business Template. Instead, depend on erp5_jquery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-