- 26 Sep, 2012 1 commit
-
-
- 17 Jul, 2012 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Instead use brain's type to determine type of value rather than examine first returned catalog row (contributed by Vincent).
-
- 16 Jul, 2012 1 commit
-
-
Ivan Tyagov authored
first row from catalog (espc. when multiple security uids case which are not always filled in - i.e. mostly default None)
-
- 13 Jul, 2012 1 commit
-
-
Ivan Tyagov authored
Revert b2fc99d7 (default security is expected to work without changing table structure)
-
- 12 Jul, 2012 3 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
way it's exported / imported and tested.
-
Ivan Tyagov authored
a new bt5 (erp5_security_uid_innodb_catalog) upon installation. Add all generic ZSQL methods to this new bt5 so projects can adjust only the minimum required.
-
- 11 Jul, 2012 5 commits
-
-
Ivan Tyagov authored
need to change catalog as this can be quite time consuming.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Adjust tests as local roles structure changed.
-
Sebastien Robin authored
Revert "clean up reportPaymentStatus function on PaypalService to call PaypalService_reportPaymentStatus script regardless of the outcome of the status and added one test to cover this method" This reverts commit 03e358bc. One test was failing
-
Ivan Tyagov authored
Avoid to catalog some special roles like Owner (defined in getSQLCatalog().getSQLCatalogRoleKeysList()). As __ac_local_roles_group_id_dict__ changed its structure to 'local_group_id': ['Role'] (just the opposite) adjust test as well.
-
- 10 Jul, 2012 3 commits
-
-
Gabriel Monnerat authored
clean up reportPaymentStatus function on PaypalService to call PaypalService_reportPaymentStatus script regardless of the outcome of the status and added one test to cover this method
-
Ivan Tyagov authored
-
Ivan Tyagov authored
not pollute with more than required rows table roles_and_users. As result this will increase a bit object database.
-
- 05 Jul, 2012 1 commit
-
-
Gabriel Monnerat authored
remove paramater that is not supported on IPaymentService and refactor code to be possible pass a list of parameters to page template. With this will be possible create one form more ergonomic to post to paypal
-
- 04 Jul, 2012 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Forgot to bump egg version.
-
Vincent Pelletier authored
-
Gabriel Monnerat authored
This is ERP5SecurePayment service which aims to provide paypal integration following ERP5SecurePayment interface.
-
- 03 Jul, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 02 Jul, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 29 Jun, 2012 6 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Revert 97d2dbbb (we do not need to generate all entries per feed request only the most recent once as client code is expected to keep a "local" copy instead).
-
Ivan Tyagov authored
Revert 17045076 (we do not need to generate all entries per feed request only the most recent once as client code is expected to keep a "local" copy instead).
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
use the interpreter's import lock instead of threading.RLock in ERP5Type.dynamic to avoid possible dead lock.
-
Kazuhiko Shiozaki authored
-
- 28 Jun, 2012 6 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
- 27 Jun, 2012 1 commit
-
-
Ivan Tyagov authored
Try to support migration of old instances (containing old erp5_property_sheets) with recent products. This is especially visible with BusinessTemplate property sheet when new filesystem versions require an up to date erp5_property_sheets bt5 which itself can not be installed.
-
- 26 Jun, 2012 4 commits
-
-
Leonardo Rochael Almeida authored
Make sure the failure in testLegacyDeliveryBuilderToSupportMultipleLines.TestNestedLine.test_04_MergingMultipleSaleOrders happens always. It was random because of the order of executed activities.
-
Leonardo Rochael Almeida authored
Make sure Web Message events are properly reindexed after creation, before the fetch_incoming_web_message_list alarm is run
-
Leonardo Rochael Almeida authored
-
Leonardo Rochael Almeida authored
-