An error occurred fetching the project authors.
- 14 Sep, 2012 1 commit
-
-
Ivan Tyagov authored
Allow to edit Role Information using proper category (forgotten commit from 5272e987).
-
- 13 Sep, 2012 4 commits
-
-
Ivan Tyagov authored
Remove not used proeprty.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Yusei Tahara authored
-
- 12 Sep, 2012 1 commit
-
-
Yusei Tahara authored
-
- 10 Sep, 2012 1 commit
-
-
Rafael Monnerat authored
-
- 27 Aug, 2012 2 commits
-
-
Gabriel Monnerat authored
Revert "Change listbox to get the start_date from movement because the start_date is updated when the object is created. To be possible display the datetime customized the listbox_delivery_start_date was renamed to listbox_movement_start_date to follow the column used. One test was updated because name of the tag was changed" This reverts commit 5424c208. In this case, the test should be fixed instead of the proxieson erp5_core Conflicts: bt5/erp5_ui_test/bt/revision product/ERP5/bootstrap/erp5_core/bt/revision
-
Julien Muchembled authored
-
- 23 Aug, 2012 5 commits
-
-
Rafael Monnerat authored
This exception is required to be used in ZODB due erp5_promise.
-
Rafael Monnerat authored
Sometimes on configuration product-config can be defined but promise-path and site id isn't, like for example when some instance use DeadlockDebugger.
-
Łukasz Nowak authored
Whitespaces shall be encoded with %digit
-
Romain Courteaud authored
-
Romain Courteaud authored
Read external promise parameters. The parameters should be provided by an external configuration file. Location of this configuration file is defined in the zope configuration file in a product_config named as the path of the ERP5 site. Example if the site id is erp5: <product-config /erp5> promise_path /tmp/promise.cfg </product-config> The promise configuration is a simple ConfigParser readable file (a list of section containing a list of string parameters. getPromiseParameter returns None if the parameter isn't found.
-
- 21 Aug, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Aug, 2012 2 commits
-
-
Leonardo Rochael Almeida authored
While installing a BT5 make sure not to install duplicate keys for the following ZSQLCatalog properties: - sql_catalog_search_keys - sql_catalog_related_keys - sql_catalog_scriptable_keys - sql_catalog_role_keys - sql_catalog_local_role_keys
-
Leonardo Rochael Almeida authored
Remove code duplication and make it easy to override how the key should be modified at install time.
-
- 07 Aug, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Jul, 2012 2 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
Mark three tests as expected failure. To filter by category with full inventory document does not work.
-
- 25 Jul, 2012 1 commit
-
-
Yusei Tahara authored
-
- 24 Jul, 2012 1 commit
-
-
Tatuya Kamada authored
- Avoid to create too much OIDs when updateLastMaxIdDictFromTable - Add a parameter 'id_group' into IdTool_zGetValueList for the scalability of updateLastMaxIdDictFromTable(). This parameter is intended to use with CMFActivity (see TestIdTool.test_08_updateLastMaxIdDictFromTable).
-
- 23 Jul, 2012 1 commit
-
-
Yusei Tahara authored
-
- 20 Jul, 2012 3 commits
-
-
Tatuya Kamada authored
This method is intended to use when we are disabled 'Store in the ZODB' or set a big number as the 'Store interval', but at the same time we need to update the persistent dict from the fresh portal_ids table at a certain point. This method needs a unit test.
-
Tatuya Kamada authored
So that we can get all the records of portal_ids table even when there are more than 1000 id_group on the table. The ZSQLMethod was not intended to limit to retrieve the records. Of course it is better to get the records more gracefully like first getting 0..999, then 1000..1999. For now this is acceptable. (Confirmed by Sebastien)
-
Yusei Tahara authored
This test will make sure that getInventoryList works in the situation which two sections use the same node and one section has full inventory for the node.
-
- 17 Jul, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
do not use birthday property in Credential Request or Credential Update, because its storage is start_date and start_date has different meaning in these portal types. add assertions to check if birthday is set by credential request, and not updated unexpectedly by credential update.
-
- 12 Jul, 2012 2 commits
-
-
Ivan Tyagov authored
way it's exported / imported and tested.
-
Ivan Tyagov authored
need to change catalog as this can be quite time consuming.
-
- 02 Jul, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 28 Jun, 2012 1 commit
-
-
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
-
- 22 Jun, 2012 2 commits
-
-
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.
-
Ivan Tyagov authored
-
- 21 Jun, 2012 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-