Revision
53756 -
Directory Listing
-
[select for diffs]
Modified
Mon May 4 12:13:17 2015 UTC
(7 years, 3 months ago)
by
adouma
Diff to
previous 52984
ARCHE-445: Remove outdated and no longer maintained archetypes branches
- archetypes-1.09.xx (replaced with hippo-project-archetype-2.00.xx)
Revision
52727 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 2 10:20:04 2015 UTC
(7 years, 4 months ago)
by
aschrijvers
Diff to
previous 52615
ARCHE-429 include %-5p (%-5p means the priority of the logging event should be left justified to a width of five characters)
Revision
52401 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 20 17:02:57 2015 UTC
(7 years, 4 months ago)
by
adouma
Diff to
previous 52382
HSTTWO-3216: Backport [7.9] Upgrade freemarker to 2.3.22
- also adjust for minor Freemarker method signature change in HstFreeMarkerServlet (HST)
- remove unneeded overrides in downstream modules
Revision
52281 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 18 09:00:25 2015 UTC
(7 years, 4 months ago)
by
aschrijvers
Diff to
previous 52166
ARCHE-426 make the 'scope' parameter pickable via jcrpath that can select folder and directories instead of free input text field
Revision
51700 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 19 10:57:47 2015 UTC
(7 years, 5 months ago)
by
aschrijvers
Diff to
previous 51699
CMS7-8869 change uuid of content node for now to simple aaaaaaa-aaaaaa etc format so it is stable and we know which one should work for rest calls
Revision
51447 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 12 11:43:20 2015 UTC
(7 years, 6 months ago)
by
abanck
Diff to
previous 48606
ARCHE-415: Update project to build properly. Updated the release-pom dependency and merged project improvements for the getting started project from trunk
Revision
47622 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 17 09:36:54 2014 UTC
(7 years, 7 months ago)
by
aschrijvers
Diff to
previous 47592
ARCHE-405 remove unneeded empty hst:suffixexclusions property and the hst:prefixexclusions that only contains example values
Revision
47407 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 8 10:47:57 2014 UTC
(7 years, 8 months ago)
by
aschrijvers
Diff to
previous 47294
ARCHE-403 by default give read access to all siteuser groups (sitewriters, livesuers and previewusers) for reading webresources
Revision
47280 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 28 10:53:58 2014 UTC
(7 years, 8 months ago)
by
aschrijvers
Diff to
previous 47266
ARCHE-398 apply patch from Mathijs and his comment: 1. the default logger library used by Freemarker is changed from 'auto' to 'none'. This disables all logging output from the Freemarker servlet itself. Another library can be configured, if needed, via the new init param 'loggerLibrary' of the HstFreemarkerServlet.
2. the default value for the 'template_exception_handler' init param of the HstFreemarkerServlet is changed from 'debug' (the Freemarker default) to 'rethrow'. This lets the Freemarker servlet rethrow any encountered errors. The HstFreemarkerServlet then catches those errors, and only prints the Freemarker error message (and not the whole stack trace). This leads to much cleaner error message in the terminal during local development. Only when the log level of the HstFreemarkerServlet is set to 'debug' the stack traces are logged too. Note that Freemarker sometimes wraps the actual exception in a ServletException [1], so the HstFreemarkerServlet unwraps these before logging them.
3. a new logger 'warnings' has been added to the log4j-dev.xml in the archetype. This logger logs Freemarker errors to stderr with a clean log pattern (similar to the new 'messages' logger) to reduce the visual noise. Because this logger uses stderr and includes the log level 'WARN' in the output, cargo will also start the logged line with [WARNING] instead of [INFO]. This makes it much easier for developers to actually spot these warnings in their terminal.
Note that these patches make one functional change. Before, the default template_exception_handler value was 'ignore', which made Freemarker continue rendering after an error had been encountered. The new default value 'rethrow' stops rendering as soon as an error has been encountered. IMHO such 'fail-fast' behavior is better, but it is a functional change.
Revision
46660 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 9 14:21:27 2014 UTC
(7 years, 10 months ago)
by
meggermont
Diff to
previous 46659
ARCHE-371 Remove html5shiv
Copyright statement for html5shiv was missing in LICENSE, but since IE8 support
will be dropped soon and archetypes will be replaced by Essentials archetype I
decided to remove the javascript file.
Revision
46659 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 9 14:17:57 2014 UTC
(7 years, 10 months ago)
by
meggermont
Diff to
previous 46653
ARCHE-372 Remove html5shiv
Copyright statement for html5shiv was missing in LICENSE, but since IE8 support
will be dropped soon and archetypes will be replaced by Essentials archetype I
decided to remove the javascript file.
Revision
46346 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 18 12:58:25 2014 UTC
(7 years, 10 months ago)
by
aschrijvers
Diff to
previous 46345
ARCHE-375 use 'site' as default bundleName. Also remove the ChannelInfo properties as we load bundles by contextpath instead of per channel configurable