- 07 Jun, 2018 1 commit
-
-
Ate Douma authored
-
- 28 Mar, 2018 1 commit
-
-
Ard Schrijvers authored
-
- 23 Mar, 2018 4 commits
-
-
Ard Schrijvers authored
Since the rendering host is the same host as the current request, there is not need that it is part of the URL (cherry picked from commit 0e2743a1)
-
Ard Schrijvers authored
(cherry picked from commit 70245ec1)
-
Ard Schrijvers authored
When the site runs in channel mgr, it can have the _cmsinternal path info element. We need to account for this
-
Ard Schrijvers authored
When there is a rendering host querystring in the channel mngr, the query string could have twice the ?
-
- 22 Mar, 2018 1 commit
-
-
Ard Schrijvers authored
-
- 21 Mar, 2018 2 commits
-
-
Ard Schrijvers authored
since the channelPath is not below hst:channels any more, the implementation was wrong
-
Ard Schrijvers authored
Since hst:channels got removed, we should not test a path below hst:channels any more
-
- 14 Mar, 2018 2 commits
-
-
Ard Schrijvers authored
Since preview variants do not have a publication date, we should not sort on that field. Sorting on the modification date for preview makes much more sense
-
Ard Schrijvers authored
Sort order properties are something else than where clause constraints so should not be mixed
-
- 28 Feb, 2018 1 commit
-
-
Ate Douma authored
-
- 23 Feb, 2018 1 commit
-
-
Peter Centgraf authored
-
- 22 Feb, 2018 2 commits
-
-
Ard Schrijvers authored
If there is no component, for example for a rest request, just return whether the sitemap item is configured to cache or not
-
Woonsan Ko authored
-
- 20 Feb, 2018 4 commits
-
-
Mathijs den Burger authored
-
Bert Leunis authored
I removed the second component and component interface test class. It was not needed: the different configurations for pickers per field must be available for tests. They can be in the same class.
-
Bert Leunis authored
It should be prepended by the pickerRootPath if that is given, otherwise the channel root path
-
Bert Leunis authored
HSTTWO-4247 make test data for picker root path absolute, as described in the javadoc of the JcrPath annotation
-
- 16 Feb, 2018 4 commits
-
-
Ard Schrijvers authored
The html comment will now contain the information that the component is locked when the channel is locked. The locked user will be 'system'.
-
Bert Leunis authored
-
Bert Leunis authored
-
Bert Leunis authored
-
- 15 Feb, 2018 2 commits
-
-
Arent-Jan Banck authored
-
Michiel Eggermont authored
PS or partners might be used to or have a script that removes -preview configs during a new deployment, including preview configs of branches. For master branches the -preview config is already created automatically if it's missing, but for branch config not. Solve this by also recreating -preview config of the branches whenever master -preview config is recreated. The channel manager will call startEdit for the master before it switches to a branch, so it's safe to implement this in the MountResource#startEdit().
-
- 13 Feb, 2018 2 commits
-
-
Mathijs den Burger authored
- only log warnings (errors should only be used when thing are badly broken and require sysadmin intervention) - log the render path of the current template in the warning, so a developer can easier locate the manageContent tag in error. - consistently use the phrase "manageContent tag"
-
Arent-Jan Banck authored
-
- 12 Feb, 2018 3 commits
-
-
Mathijs den Burger authored
-
Bert Leunis authored
If the tag attribute rootPath is not available and the @JcrPath annotation of the component parameter is not given, use the channel root path as fallback/default for the picker root path. This prevents that the picker dialog allows the user to pick documents from outside the channel's content folder. In case this IS actuallly wanted, then the rootPath attribute could be configured with something like '/content/documents' to allow for this. Due to the fact that now in many more cases the pickerRootPath by default is provided, a number of unit tests had to be extended to cover this.
-
Bert Leunis authored
-
- 10 Feb, 2018 1 commit
-
-
Michael Metternich authored
-
- 09 Feb, 2018 1 commit
-
-
Michael Metternich authored
-
- 07 Feb, 2018 1 commit
-
-
Michiel Eggermont authored
-
- 06 Feb, 2018 3 commits
-
-
Arent-Jan Banck authored
-
Ard Schrijvers authored
-
Arthur Bogaart authored
Also renamed the following properties: - componentValue => parameterValue - componentParameterIsRelativePath => parameterValueIsRelativePath - componentPickerConfiguration => pickerConfiguration - componentPickerInitialPath => pickerInitialPath - componentPickerRemembersLastVisited => pickerRemembersLastVisited - componentPickerRootPath => pickerRootPath - componentPickerSelectableNodeTypes => pickerSelectableNodeTypes Removed 'hippoBean' from warning as it already mentions the term 'handle' which is a well-known Hippo concept.
-
- 05 Feb, 2018 2 commits
-
-
Ate Douma authored
-
Arent-Jan Banck authored
-
- 02 Feb, 2018 2 commits
-
-
Bert Leunis authored
-
Bert Leunis authored
-