- 30 Sep, 2019 1 commit
-
-
Roque authored
bt
-
- 27 Sep, 2019 6 commits
- 26 Sep, 2019 1 commit
-
-
Roque authored
-
- 25 Sep, 2019 2 commits
- 24 Sep, 2019 9 commits
-
-
Roque authored
- corresponding test update
-
Roque authored
- corresponding test update
-
Roque authored
- corresponding tests update
-
Roque authored
-
Roque authored
-
Roque authored
- corresponding test update
-
Roque authored
- corresponding test update
-
Roque authored
- new storage layer on top of appcache storage to manage officejs configuration elemnts - the elements listed in ".configuration" app manifest are got from appcache and stored in current app storage as documents - storage cleaner to handle data migration
-
Roque authored
- reorginize and extend app setting and customization - each portal type has its own setting dictionary - handling blob types in document render and submit - remove hardcoded app configuration manifest - allow custom view in controller - common configurations refactored - handle_action handles notify submit and redirect base on custom action return - controller default page forces storage sync if app version changes - fix 401 login redirect in storage selection - general code refactoring and cleanup
-
- 20 Sep, 2019 2 commits
- 01 Sep, 2019 2 commits
-
-
Yusei Tahara authored
-
Rafael Monnerat authored
-
- 30 Aug, 2019 3 commits
-
-
Vincent Pelletier authored
MySQLdb relies on garbage collection to close the connection. Relying on such asynchronous event as the garbage collector is never a good idea, and this can cause issues when the transaction associated with the connection is started: because the connector is being replaced, it will never be properly aborted. So do not take chances and do not leak open connections: always close it.
-
Vincent Pelletier authored
So that it's more apparent that we are not leaking a potentially active transaction on that connection.
-
Vincent Pelletier authored
The same error code can be used for different causes. Specifically, it can be used for SQL-level syntax error (which this code intended to handle), or it can be used for fulltext syntax error (which makes this code raise). Also, drop forced-reconnection, because this means a still-established connection make be kept around and completely detected from current transaction, which may cause a database snapshot to be kept indefinitely (actually, until mariadb's timeout), in turn causing performance issue because of associated InnoDB snapshot.
-
- 29 Aug, 2019 2 commits
-
-
Rafael Monnerat authored
title is undefined, use self.name instead.
-
Rafael Monnerat authored
-
- 28 Aug, 2019 1 commit
-
-
Boxiang Sun authored
/reviewed-on nexedi/erp5!918
-
- 16 Aug, 2019 5 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
[erp5_ui_test_core, erp5_dms_ui_test, erp5_km_ui_test, erp5_configurator_standard_ui_test] setFile command does not need pause command now.
-
Yusei Tahara authored
-
- 15 Aug, 2019 6 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
[erp5_web_renderjs_ui] Show select column in view dialog if listbox's select column checkbox is checked.
-
Yusei Tahara authored
[erp5_configurator_standard_ui_test] Fix file uploading tests. Use setFile selenium command to avoid security error.
-
Yusei Tahara authored
-
Yusei Tahara authored
-