- 28 Jun, 2012 4 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
- 26 Jun, 2012 5 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
-
Kazuhiko Shiozaki authored
-
- 25 Jun, 2012 3 commits
-
-
Kazuhiko Shiozaki authored
-
Leonardo Rochael Almeida authored
thinko: inverted logic
-
Kazuhiko Shiozaki authored
-
- 24 Jun, 2012 1 commit
-
-
Arnaud Fontaine authored
-
- 22 Jun, 2012 5 commits
-
-
Leonardo Rochael Almeida authored
Don't fail if a previous --save test was interrupted before cleanup. Delete in beforeTearDown() the person that was added on afterSetUp().
-
Leonardo Rochael Almeida authored
In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers. So do not reindex recursively if portal_types of contained objects don't need it. Security reindexing can be customized with a type-based method. Fix test that wrongly relied on unrestricted access for updating object roles.
-
Kazuhiko Shiozaki authored
-
Leonardo Rochael Almeida authored
Don't fix the default_encoding at import time as it can be overriden later (ex. by a later import of zope configuration). Don't assume objects to be str if they're not unicode
-
Kazuhiko Shiozaki authored
-
- 21 Jun, 2012 6 commits
-
-
Leonardo Rochael Almeida authored
-
Leonardo Rochael Almeida authored
If they coincide with imported keys.
-
Leonardo Rochael Almeida authored
-
Kazuhiko Shiozaki authored
a bit modify previous commit ba435293, use untouched message for default, and explicitly convert to unicode for non existing case.
-
Kazuhiko Shiozaki authored
support non-ascii msgid and add a backward compatibility for the existing catalog that stores non-ascii msgid as str not unicode.
-
Kazuhiko Shiozaki authored
* to_str does not return str result * typo in variable name
-
- 20 Jun, 2012 12 commits
-
-
Kazuhiko Shiozaki authored
call activate() in the same transaction otherwise we may get lots of UnsupportedWorkflowMethod errors.
-
Mame Coumba Sall authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Leonardo Rochael Almeida authored
Also, use local imports of itools where this is still necessary, and remove all mention of itools from ERP5 code.
-
Leonardo Rochael Almeida authored
Instead of itools.gettext
-
Leonardo Rochael Almeida authored
Remove files/functionalities not needed by ERP5
-
Leonardo Rochael Almeida authored
Fork from master branch of Localizer and 0.50 branch of itools into ERP5 Remove almost everything from itools except bare essentials needed by a stripped Localizer for ERP5
-
- 19 Jun, 2012 1 commit
-
-
Mame Coumba Sall authored
-
- 18 Jun, 2012 3 commits
-
-
Kazuhiko Shiozaki authored
-
Aurel authored
-
Rafael Monnerat authored
Follow up the commit 4b16e1dd (use UnrestrictedMethod's super user instead of ad-hoc SUPER_USER.)
-