- 11 Mar, 2010 16 commits
-
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Ranges return whole possible range, while non-range methods return the values applicable for the instead. In XMLMatrix context, non-range methods are relevant git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
positional parameters git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
one should use VariationRangeCategory* instead of VariationCategory*: if the resource does not use all items in a category, only Range methods return the correct result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Reference generating script goes to erp5_base. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Reference generating script comes from erp5_trade. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Initial commit. * Test bug #978(Sale Order Line and FieldDisabledError of MultiRelationStringField). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
ProductionOrderMixin can successfuly override it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 24 commits
-
-
Rafael Monnerat authored
Allow use --conversion_server_hostname and --conversion_server_port for set oood server and port number. - By default localhost and 8008 is used. - It just overwrite default values at default_site_preference (where localhost and 8008) is set. - Tests that has new preferences (like testDms) the followed method can be used to get the values passed by arguments. from Products.ERP5Type.tests.ERP5TypeTestCase import _getConversionServerDict git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Keep the id of the div element. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
ZODBRoleManager.listRoleIds() returns an iterator on existing roles. We must get a copy of the list before adding/removing roles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
directly call getter instead of using Base.getProperty() because getProperty() does not work well for acquired property (eg. payment_condition_efficiency) to acquire values from parent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
These two bugs can only triggered if a proxy field use a field inside a form which is overrided by an another form contained in a skin folder with higher priority. Person_view.my_title \ | custom_project_folder.Base_viewFieldLibrary <== my_title field is not present |- erp5_core.Base_viewFieldLibrary.my_title <== fallback to next form according skin priority * ProxyField.getTemplateField does not return acceptable acquisition context in some conditions. An infinite loop can be triggered because getTemplateField return the proxyfield itself. * If a Field returned by getRecursiveTemplateField is not wrapped in portal acquisition context, it can not being accessed in Restricted Environment. Because current user is not known in the context of the inspected object. er5_core.Base_edit.py l194: field_meta_type = field.getRecursiveTemplateField().meta_type raises Unauthorized Exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update changes and TODO - expose new version in setup git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-