- 15 Jul, 2010 5 commits
-
-
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
-
- 13 Jul, 2010 18 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
unify Application from my project (wich is more advanced) with Software Product from erp5_software_pdm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add a Movement Split Solver, that moves several movements to another delivery. a test is added to confirm if it works fine with cells. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
license -> licence git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* commit jps changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* Add removed propertysheet PDFForm, needed by PDF Type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
Return the previous form when click two times on a list action git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Any OOoDocument can make use of 'display', 'quality', 'resolution' arguments in default download like an Image (i.e. converted to an image respectively if image format passed). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Support more than four dimensional matrix. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove overloading Types Tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove Translation Information git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* rome portal_type Types Tool in the bt and allow adding EGov Type and Meta EGov Type instance in SetInstance.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-