An error occurred fetching the project authors.
- 21 Jun, 2013 1 commit
-
-
Arnaud Fontaine authored
Fix error message of StringAttributeMatch Constraint incorrectly renamed after migration to ZODB (78e2ae32). Also, rename message_attribute_does_not_match to message_attribute_not_match to follow ERP5 naming conventions.
-
- 15 Mar, 2013 1 commit
-
-
Mame Coumba Sall authored
-Titlecase terms, uppercase abbreviations, avoid jargons, add titles to empty title forms....
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 07 Nov, 2011 1 commit
-
-
Łukasz Nowak authored
-
- 26 Oct, 2011 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
datetime.datetime is required, not Zope-ish DateTime. there is no conversion in dict anymore.
-
Łukasz Nowak authored
-
- 25 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
In case of navigate the caller is responsible for providing date as text string.
-
Łukasz Nowak authored
suds library understands datetime.datetime objects, so do *NOT* convert them to strings.
-
- 24 Oct, 2011 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Add portal_secure_payments if not exists.
-
Łukasz Nowak authored
Cover basic _getSignature cases.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Have only one method for signature calculation and a bit of data modification: _getSignature Use method introspection to manipulate fields, fallback to strings later. Accept DateTime objects for dates. Implement soap_duplicate.
-
- 21 Oct, 2011 7 commits
-
-
Łukasz Nowak authored
Really never raise (trust no one). Always return excepted values in order to not trick caller.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Non transmitted values shall result in ++ Empty (evaluated to None) values shall result in ++
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caller might try to log the transmission XMLs and raising would result in aborted transaction.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 13 Oct, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 12 Oct, 2011 1 commit
-
-
Łukasz Nowak authored
Dates in signature have to be in %Y%m%d format. Note: Signatures still do not match.
-
- 11 Oct, 2011 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also document method a bit.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 10 Oct, 2011 3 commits
-
-
Łukasz Nowak authored
Instead of doing analysis of passed dict, just accept payzen_dict, which will be blindly applied. Split to more methods, in order to have proper separation and being able to test critical parts.
-
Łukasz Nowak authored
How data will be corelated with service shall be implemented on caller level. Thanks to this no additional requirements are added.
-
Łukasz Nowak authored
Allow to pass page_template which will be run in context of temporary object with all required parameters. Delegate responsiblity of dynamic data preparation to caller, check only service consistency.
-
- 06 Oct, 2011 8 commits
-
-
Łukasz Nowak authored
This reverts commit a91456c9. Conflicts: bt5/erp5_payzen_secure_payment/bt/revision
-
Łukasz Nowak authored
This reverts commit e5b9bfac.
-
Łukasz Nowak authored
This reverts commit e1356f85.
-
Łukasz Nowak authored
It is required to give maximum extensibility to web site developer of payzen based shop.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
And so depends on erp5_tiosafe_core Business Template.
-