- 25 May, 2017 7 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This changes API on a script that some projects have customized, but getActiveUserPreferecnce "should work" even with an old script not returning preferences. In that case, first call to getActiveUserPreference will create preference but not return it, but next time getActiveUserPreference is called, the preference will probably be indexed and will be returned.
-
Jérome Perrin authored
This method creates a user preference if no preference exists.
-
Jérome Perrin authored
We do not need to pre-create user preferences, especially that creating them too early creates one preferences for each person created in person module and does not allow Person_createUserPreference to create preference based on person's assignments are they are not created yet. We do not need to clear cache when deleting user logins anymore. This problem was fixed differently. Adjust tests that was relying on cache being cleared when persons ar deleted: testERP5Web.TestERP5Web.test_15_Check_LastModified_Header was never isolated from test_14. test_14 was filling Base_getWebDocumentDrivenModificationDate cache and this cache got clear when the persons where being deleted during tearDown. When removing this interaction clearing cache, we revealed this weakness. Choosen solution was to clear cache before checking response headers, to make sure we don't get something filled by a previous test.
-
Jérome Perrin authored
Tests should not need to reindex modules
-
- 24 May, 2017 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Cédric Le Ninivin authored
-
Sebastien Robin authored
In the same time, stop showing range of cores like "9 to 15" cores. The infrastructure should be important enough to have all the time the maximum of cores in the range. So just use the maximum in the range, "15 cores" here.
-
Romain Courteaud authored
-
- 23 May, 2017 2 commits
-
-
Sebastien Robin authored
Make sure we find section if we render https://my_site/my_section/foo.html. This is required to take into account configuration of the web section, like specific content security policy.
-
Sven Franck authored
-
- 22 May, 2017 7 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
Should make test output more expressive on failure.
-
Vincent Pelletier authored
To make it more likely detect killed transactions before entering tpc_finish phase.
-
Vincent Pelletier authored
Saves one round-trip to server.
-
Vincent Pelletier authored
This parameter does not force a reconnection, it allows reconnecting if a closed-connection is detected when querying on a transactional connection on which the transaction was already started.
-
Vincent Pelletier authored
Otherwise, all subsequent tests fail too.
-
- 19 May, 2017 7 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Sven Franck authored
-
Vincent Bechu authored
-
Vincent Bechu authored
This reverts commit 699759bc
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 18 May, 2017 5 commits
-
-
Vincent Bechu authored
-
Vincent Pelletier authored
Do not give conflicting instructions to portal_catalog.
-
Vincent Pelletier authored
Preserve compatibility with in-zodb worklist cache code, but do not use *_expression when calling catalog.
-
Vincent Pelletier authored
These are a bit more complex, there are more to come.
-
Vincent Pelletier authored
These are the easy uses, there are more to come.
-
- 17 May, 2017 3 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Vincent Bechu authored
Waiting document onlyoffice conversion error fix
-
- 16 May, 2017 4 commits
-
-
Rafael Monnerat authored
-
Łukasz Nowak authored
In order to safely use non-XML allowed characters coming from various sources wrap basestring into xmlrpclib.Binary before sending it to the server.
-
Sven Franck authored
-
Vincent Bechu authored
-