- 09 Jul, 2019 5 commits
-
-
Jérome Perrin authored
- introduce protected property (ie. with a specific "read permission" / "write permission" ) on Foo - add a Foo_viewSecurity which displays this protected property
-
Jérome Perrin authored
Constraints are supposed to have a getReference and getConstraintType methods.
-
Jérome Perrin authored
for compatibility with Base.checkProperty.
-
Jérome Perrin authored
This introduce a `_getProperty` method that's not really part of public API, but could be called to get a property without security check. Because some classes were already using internally a _getProperty method for a different meaning, these methods have been renamed. This also re-enable parts of test_PropertySheetSecurityOnAccessors that are supposed to work (security is checked on accessors) and split what's currently not supposed to work (security on accessors does not work in the corner case of using the default read permission, 'Access contents information' as a write permission) to another expected failure test.
-
Jérome Perrin authored
maybe a little to strict. I don't know how we can check that fields does not display value without checking the markup in a so low level way
-
- 08 Jul, 2019 2 commits
-
-
Romain Courteaud authored
Base domain .getRelativeUrl method does not include portal_domains. See https://lab.nexedi.com/nexedi/erp5/blob/c3f0585cc1ddb888d356b3395b947b90cb188356/product/ERP5/Document/Domain.py#L91
-
Romain Courteaud authored
-
- 05 Jul, 2019 2 commits
-
-
Romain Courteaud authored
See nexedi/erp5@88f24700 and nexedi/erp5@796c3520
-
Nicolas Wavrant authored
-
- 04 Jul, 2019 9 commits
-
-
Valentin Benozillo authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Clone Base_doAction to keep the logic identical. Reuse Folder_create directly to reduce difference from xhtml_style. Side effect: the status message is modified from 'Document created.' to 'Object created.'
-
Romain Courteaud authored
-
Roque authored
-
Jérome Perrin authored
This works only for medusa, using the same approach as CMFCore's CookieCrumbler Also increase test coverage of google/facebook plugins. /reviewed-on nexedi/erp5!901
-
Jérome Perrin authored
What I'm trying to prevent, is that when we have a document with leading/trailing space ![image](/uploads/8a00a1019cdcb5d76bd589917548a515/image.png) and it's set in a relation ![image](/uploads/925aa9895c7d15f3ef9f3bdc9926d7fd/image.png) just clicking save will complain that document is not found ![image](/uploads/a559eea23fc8ba0df19c23dfcda26138/image.png) this is because validator have stripped whitespace and search for `"leading and trailing space"` - and find nothing (unless title is a keyword key, but that's another story ) /reviewed-on nexedi/erp5!897
-
Sebastien Robin authored
Until know, in the preference we defined list of uri for conversion server, and then we were trying always in the order defined in the preference. But this is not optimal, when a server start to fail, it's better to try using another one. So sort list of uri in such a way to use first server having the most chance to work.
-
Arnaud Fontaine authored
Useful for SolverType._configuration_property_dict but more generally the whole history should be displayed as this view is used by developers.
-
- 02 Jul, 2019 1 commit
-
-
Georgios Dagkakis authored
erp5_web_renderjs_ui: Don't crash if form has 'Update Action Title' but no 'Form update action' defined. Even though this is inconsistent form definition, form_dialog gadget should not crash
-
- 01 Jul, 2019 8 commits
-
-
Sebastien Robin authored
in MRP, we have manufacturing execution having a mix of lines with positive and negative values. It must be possible to use split and defer solver in that case.
-
Georgios Dagkakis authored
For example, Categories in "expired" state. As a consequence, user is included in cache key. /reviewed-on !899
-
Romain Courteaud authored
-
Jérome Perrin authored
This works only for medusa, using the same approach as CMFCore's CookieCrumbler
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 28 Jun, 2019 3 commits
-
-
Julien Muchembled authored
-
Bryton Lacquement authored
-
Jérome Perrin authored
This function have evolved to something very trivial not accessing anything from database, so caching this no longer really makes sense, also the cache keys are really big. On a quick benchmark of calling ERP5Site_getTabList 10000 times: with cache: ERP5Site_getTabList took 12.961781 without cache: ERP5Site_getTabList took 5.395873
-
- 27 Jun, 2019 6 commits
-
-
Romain Courteaud authored
Only send line data if the text is not empty and ensure there is no hole in the uid list. This will fix the edition when the field already contains some homonyms. Only append empty input if the latest one is not empty. Replace verify by assert in the tests.
-
Romain Courteaud authored
Fixup 18415f4d
-
Sebastien Robin authored
When we ignore variations, we should also ignore them when looking to update existing orders
-
Julien Muchembled authored
erp5_web_manifest_test:testManifest leave a -1 activity.
-
Bryton Lacquement authored
W3Validator seems obsolete now since it does not validate HTML5. nu became the default validator in 417ff1ae. /reviewed-on nexedi/erp5!786
-
Jérome Perrin authored
Add some tests and fix bugs: * https://nexedi.erp5.net/bug_module/20170426-A3962E * another bug that columns names were not escaped ( in a project we have a custom table with a column named `use` and this breaks `upgradeSchema` ) /reviewed-on !854
-
- 26 Jun, 2019 3 commits
-
-
Sebastien Robin authored
-
Jérome Perrin authored
Note that we can't really use " " in test tables, for input selenium supports ${space} magic that types a space characters, but to check the values, we cannot just use assertValue which strips the leading/trailing spaces, so we use a custom assertEval expression.
-
Jérome Perrin authored
We want to search for what user entered, if we strip whitespaces we would not match trailing or leading spaces
-
- 25 Jun, 2019 1 commit
-
-
Klaus Wölfel authored
Since 8a6c4394 Item_getTrackingList sets parent and id on brain instead of url. testItem now passes: https://nexedijs.erp5.net/#/test_result_module/20190625-614B59A1 /reviewed-on nexedi/erp5!898
-