An error occurred fetching the project authors.
- 15 Mar, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 5 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
no longer set solver category in simulation movements, because one simulation movements can be related to several solver decisions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
propagate temp_object parameter to SolverProcess, and assign appropriate uids for temporary Solver Decision documents that suits good for listbox UI. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
add temp_object argument in SolverTool.newSolverProcess() and SolverProcess.buildSolverDecisionList() so as to prepare solve divergence dialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
* exceptions must be classes or instances, not str for recent python. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* call SolverTypeInformation.conflictsWithSolver() with solver type information instead of its id string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Dec, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2009 5 commits
-
-
Kazuhiko Shiozaki authored
* use tuple instead of list for a dict key. * need to convert to dict explicitly before passing to updateConfiguration(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use a tuple instead of a list for a part of dict key. * solver decision's delivery values are delivery movements not simulation movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* we need to include divergence testers for quantity. * we don't need solver decisions for testers that are not divergent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use 'causality' category not 'solver' category for the relation between a solver decision and a divergence tester. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* argument of getSolverDecisionApplicationValueList() should be a movement instead of a simulation movement. * list cannot be a part of dict key. * fix a typo: setdefatuls -> setdefault. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
* fix a way to get divergence testers from a simulation movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
explicitly define SolverProcess._generateRandomId() to call ActiveProcess._generateRandomId() otherwise Folder._generateRandomId() will be called and it returns 'str' not 'int' id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30394 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 1 commit
-
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2009 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
fixed Solanes typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-