- 12 Feb, 2018 1 commit
-
-
Nicolas Wavrant authored
-
- 09 Feb, 2018 5 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This reverts commit c49cf8d8. Callee is directly accessed from other places, so changing this API is wrong. This it not immediately visible in tests, but this makes erp5_officejs_support_request_ui_test:testFunctionalSupportRequest testCheckComment test randomly fail (apparently because the javascript error message may appear after or before the test final step is satisfied - which means this tests is bugged, but that's a separate issue).
-
Vincent Pelletier authored
These variables are only used when they evaluate as true, so it is pointless work to replace them with empty lists.
-
- 08 Feb, 2018 6 commits
-
-
Nicolas Wavrant authored
-
Tomáš Peterka authored
-
Vincent Pelletier authored
Catalog used in this test is now close/above 1k rows, so go one API level down to get control over that pesky "limit 1000".
-
Vincent Pelletier authored
-
Vincent Pelletier authored
These tests do not test what they advertise anymore. Advertised features are in widespread use in other tests, so there should be no need to test specifically for these. Also, avoids polluting other tests by clearing catalog for futile reasons.
-
Vincent Pelletier authored
ZSQLCatalog/ERP5Catalog is only supposed to work on catalog table, by definition.
-
- 07 Feb, 2018 7 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, reorder imports to follow python style: standard modules before others.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Vincent Pelletier authored
Current scheme causes paths to exceed catalog limit.
-
Vincent Pelletier authored
-
- 06 Feb, 2018 3 commits
-
-
Nicolas Wavrant authored
-
Vincent Pelletier authored
Especially, stop using getToolByName.
-
Vincent Pelletier authored
Id generator is too expensive to use for such trivial purposes. Also, this was using an API of id generator which should never have been added. Also, this was bogus on several accounts: - if the tag as provided by caller (as seems to be supported), then newActiveProcess would have used an unrelated tag. - if the alarm activity fails and gets re-run later, the wrong tag will also be used. Instead, generate the tag with a random value.
-
- 05 Feb, 2018 18 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This allow to customize browser look.
-
Romain Courteaud authored
Make the label, listbox, panel more readable.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Julien Muchembled authored
2.0.3 could not be installed because 'version.txt' was missing.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
* form_list: Jump, Actions, Add, Export, Fast Input * form_view: View, Actions, Export, Previous, Next * form_view_editable: View, Actions, Add, Previous, Next This allow to keep the previous/next links in all mode. Move the delete functionnality to the action page.
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Vincent Pelletier authored
Tic'ing mid-hot-reindex is not possible, so immediate reindexation is not avoidable here. Also, immediate indexation of just-created document is acceptable, so this is not exactly a bad example.
-
Vincent Pelletier authored
Fixed commit was part of a larger commit stack, and this fix was mistakenly squashed in an unrelated commit, and hence did not make it to master.
-