- 15 Jul, 2010 26 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add a Composed Divergence Tester in ERP5Legacy, that acts as a tester that returns composed values of inside testers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- print informative message to developer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add source_carrier, source_referral, source_function, destination_carrier, destination_referral, destination_function to copied category list of trade condition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- force usage of erp5.recipe.mysqlserver >= 1.1.3, as issues in previous versions could lead to bad functionality on many systems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Thanks to tatuya for noticing! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- dump versions to file instead of printing them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The idea was simple: if BusinessPath.filterBuildableMovementList is efficient, we can replace SimulationMovement.isBuildable by: return len(business_path.filterBuildableMovementList([self])) == 1 I thus moved and adapted the code from isBuildable to generalize it to BusinessPath.filterBuildableMovementList. Performance remains the very _same_ for isBuildable, but this move allows us to use filterBuildableMovementList directly in a Global Builder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add there libgc1, as needed by w3m git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37113 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix a bug on CategoryTool_getPreferredPredicateCategoryParentUidItemList to support multimembership category list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jul, 2010 14 commits
-
-
Yusei Tahara authored
* Remove wrecks of already-removed forms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Supply portal types do not acquire local roles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Since Supply Line is an old portal type, move it to hidden content type list and hide it from users. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
When converting from any OOo based document to image (through temporary PDF) explicitly require conversion for first frame only which is what we expect. Clean up duplicating code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
when converting to image from PDF we care for first page only this will make sure that only first page is used and not whole content of PDF file read & converted which is a performance issue. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Set reference field to Rounding Model view form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Previous implementation was exploring all descendants without using the path information. We can of course stop walking down a branch as soon as we have met all paths we were looking for. And jump to the next branch/sibling. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-