- 11 Jan, 2013 4 commits
-
-
Sebastien Robin authored
A dictionary was used as cached to store test result path and duration of tests. This was quite convenient, however this dictionary was growing, and since this data was commited thouzands time per day, this was making the zodb growing faster and faster. So we now rely on catalog + tags to retrieve test results. We also use int_index on test result line to order them by duration time. We will surely increase the load of sql database (we might need to add specific index), but this will avoid zodb using too much space.
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
well.
-
- 07 Nov, 2012 2 commits
-
-
Kazuhiko Shiozaki authored
use HTMLParser instead of SGMLParser (cf. 0952bee6).
-
Ivan Tyagov authored
-
- 16 Oct, 2012 1 commit
-
-
Ivan Tyagov authored
Split Discussion Thread reference generator into a separate testable method. Be more strict in generated reference. Conflicts: bt5/erp5_discussion/bt/revision
-
- 09 Oct, 2012 1 commit
-
-
Sebastien Robin authored
-
- 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 3 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-