- 23 May, 2009 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
* Tickets can specialise a Trade Condition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 May, 2009 28 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
They distribute this code as a tarball[1], so a Zope module is made out of that code so it cound be used in ERP5. [1] http://msp-documentation.ag-projects.com/attachment/wiki/ProvisioningGuide/wsdl.tar.gz git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- set title on transitions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add an optional "transport_kw" parameter to WebServiceTool.connect(), allowing to pass extra keyword parameters to a specific transport class constructor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Implement a simple plugin registry mechanism to avoid adding a strict dependency to ERP5Type when other plugins get written. Fix an error in an error path: "raise" with no parameter is invalid. Now WebServiceTool.connect will raise a KeyError when requested transport is not found, instead of an accidental TypeError until now (feel free to explicitely re-raise a TypeError if this exception fits better). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix Ower -> Owner typo, add some more columns and remove searchable / sortable columns which are not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
normalize Item_get*Value and Item_get*Title scripts, all now use getCurrentTrackingList (until the expected behaviour is properly defined) Item_getCurrentSiteTitle no longer accepts with_title=0 to return the site value. callers have been updated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove deprecated method from API. Update method caller to use private method instead, while advertising that it must be fixed when technical alternative is implemented. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
rename Item_getVariationOnMovement into Item_getVariationCategoryList and introduce Item_getVariationRangeCategoryItemList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2009 9 commits
-
-
Kazuhiko Shiozaki authored
adding publication_section/pamphlet/web/short as base category was wrong, and it breaks installation of this business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Renamed two properties for consistency with naming conventions. Kept compatibility with current status. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Take into account installation state. This is a quick and dirty fix. It would be better to allow users for example to select the latest bt5 in a given state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
A dirty fix for now. All property accesses must be rewritten using accessors. Propper error handling must be designed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added support for the documentatoin of portal type role definitions in the context of a business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* css url starts with the web site's url, not with the web section's url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-