- 07 Jun, 2018 1 commit
-
-
Ate Douma authored
-
- 21 Mar, 2018 5 commits
-
-
Mathijs den Burger authored
-
Mathijs den Burger authored
-
Mathijs den Burger authored
- use the 'config' field directly - use the 'field' field directly instead of using the getter just for the sake of being able to override it in a unit test. That change does require the use of Powermock and Whitebox to be able to set a dummy field in unit tests, but makes the actual code more readable. - use StringUtils.isEmpty to simplify the check in the else-branch, and reuse the captionKey variable.
-
Mathijs den Burger authored
-
Mathijs den Burger authored
Some outstanding changes (the revert of old Behavior constructs and their deprecation) still needs to be reintegrated too.
-
- 19 Mar, 2018 3 commits
-
-
Arthur Bogaart authored
-
Arthur Bogaart authored
Custom CKEditor extensions may still use this method so it should keep working in the current minor versions.
-
Arthur Bogaart authored
-
- 14 Mar, 2018 1 commit
-
-
Jeroen Hoffman authored
-
- 13 Mar, 2018 1 commit
-
-
Jeroen Hoffman authored
-
- 12 Mar, 2018 1 commit
-
-
Ate Douma authored
-
- 09 Mar, 2018 3 commits
-
-
Arent-Jan Banck authored
CMS-11084 Update drewnoakes-extractor from 2.6.2 to 2.11.0. The library is used to verify an jpg is using YCCK. Note that ImageMetaData has been deprecated some versions ago so should be scheduled for removal. (cherry picked from commit 8553b57a)
-
Ate Douma authored
Dropping nekohtml also required replacing its direct usage in HtmlValidator and HtmlDiffModelTest with htmlcleaner. Also replaced deprecated (Xerces provided) SAXSerializer usage for Console XML Content Export with standard JAXP XMLTransformer.
-
Arthur Bogaart authored
-
- 08 Mar, 2018 3 commits
-
-
Arthur Bogaart authored
-
Arthur Bogaart authored
The code used to setup the RichText link and image pickers should not be duplicated in the channel-manager.
-
Arthur Bogaart authored
The DialogManager allows the frontend to provide a custom configuration in the form of a JSON object. This configuration is merged with the default configuration that is passed as an IPluginConfig in the constructor. To simplify the handling of other parameters coming from the frontend, I introduced the hook #beforeShowDialog that is called with all request parameters. The DialogConfig replaces the ConfigProvider.
-
- 06 Mar, 2018 1 commit
-
-
Arthur Bogaart authored
Move most of the code into the DialogManager to avoid duplication of context, config, cancelAction and closeAction.
-
- 05 Mar, 2018 2 commits
-
-
Arthur Bogaart authored
-
Arthur Bogaart authored
-
- 27 Feb, 2018 1 commit
-
-
Mathijs den Burger authored
-
- 26 Feb, 2018 1 commit
-
-
Ate Douma authored
-
- 23 Feb, 2018 3 commits
-
-
Peter Centgraf authored
-
Mathijs den Burger authored
-
Arthur Bogaart authored
-
- 22 Feb, 2018 4 commits
-
-
Arthur Bogaart authored
-
Arthur Bogaart authored
-
Bert Leunis authored
Also made the distance between several lines of checkbox-label lines match that of the multi-select plugin of Selections.
-
Bert Leunis authored
-
- 20 Feb, 2018 8 commits
-
-
Arthur Bogaart authored
-
Arthur Bogaart authored
It is configured with strict.root.path=true so the breadcrumb will not have clickable labels for ancestor folders of the rootPath.
-
Arthur Bogaart authored
-
Arthur Bogaart authored
-
Mathijs den Burger authored
Use the hippo code style.
-
Mathijs den Burger authored
Autoboxing is less efficient, and can lead to nasty NullPointerExceptions when the returned object is null.
-
Arthur Bogaart authored
-
Mathijs den Burger authored
-
- 19 Feb, 2018 2 commits
-
-
Arthur Bogaart authored
-
Bert Leunis authored
-