- 13 Apr, 2017 4 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs_appstore_base: Fix get section_content link on Web Section erp5_officejs_appstore_base: Enforce version control and add app dedicated url erp5_officejs_appstore_base: Update Consistency scripts related to web site. Add Export Tool erp5_officejs_appstore_base: Add missing dependency to software pdm erp5_officejs_appstore_base: Various fixes erp5_officejs_appstore_base: Use dedicated application redirect manifest erp5_officejs_appstore_base: Versionning, remove fallback if document is not found with predicate erp5_officejs_appstore_base: Update predicate of all web section of application during review process erp5_officejs_appstore_base: X-Frame-Option is a parameter on OfficeJS webSections
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_software_pdm: Fix FullText indexation of Software Publication Line and Software Release
-
- 12 Apr, 2017 1 commit
-
-
Yusei Tahara authored
ERP5Type/tests/testERP5Type.py: Put expectedFailure mark to test_PropertySheetSecurityOnAccessors. Permission definition on Accessor is buggy. It has to be fixed.
-
- 11 Apr, 2017 1 commit
-
-
Romain Courteaud authored
Allow to switch from editable/viewable mode directly from the panel. Drop editable/viewable button on tabpage. The editable parameter is propagated by all links.
-
- 10 Apr, 2017 1 commit
-
-
Yusei Tahara authored
ERP5Type/tests/testERP5Type.py: Make sure that accessors are protected correctly when permission was specified in the property sheet.
-
- 07 Apr, 2017 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Vincent Bechu authored
-
- 06 Apr, 2017 10 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
erp5_ui_test: add do nothing reports to Foos erp5_web_renderjs_ui_test: add export button ui tests
-
Tomáš Peterka authored
To make basic support for search engines ``description`` and ``keywords`` /reviewed-on nexedi/erp5!253
-
- 05 Apr, 2017 13 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Make the text clickable. Do not show text in grey.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
your_dummy -> Your Dummy
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 04 Apr, 2017 2 commits
-
-
Sebastien Robin authored
Since a process might exit by himself at any time, handle exceptions when we try kill processes
-
Vincent Pelletier authored
Spotted by chance. Seems unlikely to be hit, but that would be a stupid arbitrary limitation nevertheless.
-
- 03 Apr, 2017 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
ComplexQuery bypasses SearchKey mechanism and makes assumptions SQLCatalog.{search|count}Results does not do. Instead, reserve a name, and complain if it is passed by caller.
-
Vincent Pelletier authored
"query" argument is not supposed to be different from any other argument (argument name is [pseudo-]column name, unknown coluns are rejected, and "None" means "IS NULL" SQL comparison), but is accidentally special-cased in ERP5Catalog. This special-casing is to be removed, so update all callers relying on this glitch. Also, avoid using Query.
-
Vincent Pelletier authored
Also, do not use deprecated parameter name to pass a logical operator.
-