Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-project-archetype


Commits:
76ff01af by Bert Leunis at 2017-05-30T09:15:35+02:00
ARCHE-530 add loggers for the default project package

- - - - -
ca3e0c9b by Michael Metternich at 2017-06-02T10:58:40+02:00
ARCHE-532 Added hippo-cms-theme.min.css to the whitelisted resources.

Resource servlets are now secured by default meaning the resources cannot
be served when the request was done when the user was not logged in.
But hippo-cms-theme.min.css is used on the login page, so this should
always be available.

- - - - -
1712e6dc by Michael Metternich at 2017-06-02T13:53:57+02:00
ARCHE-532 Removed whitelisted resources and made servlet unsecured.

- - - - -
d50c333b by Mathijs den Burger at 2017-06-06T12:34:36+02:00
ARCHE-532 Reintegrate feature/ARCHE-532

- - - - -
5449b9dd by Tobias Jeger at 2017-06-07T09:39:28+02:00
ARCHE-534 Rename bootstrap folder to repository-data

We do this for better alignment with the new configuration management mechanism.
Also rename the configuration sub-module to just 'config'.

- - - - -
b31a2fdf by Jeroen Hoffman at 2017-06-08T14:32:21+02:00
ARCHE-530 Merge branch 'master' into feature/ARCHE-530

- - - - -
6206a025 by Jeroen Hoffman at 2017-06-08T14:48:20+02:00
ARCHE-530 Reintegrate branch 'feature/ARCHE-530'

- - - - -
0dfc3b3a by Ard Schrijvers at 2017-06-08T16:50:42+02:00
ARCHE-531 reintegrate master changes

- - - - -


30 changed files:

- src/main/resources/META-INF/maven/archetype-metadata.xml
- src/main/resources/archetype-resources/README.txt
- src/main/resources/archetype-resources/cms/pom.xml
- src/main/resources/archetype-resources/cms/src/main/webapp/WEB-INF/web.xml
- src/main/resources/archetype-resources/conf/log4j2-dev.xml
- src/main/resources/archetype-resources/conf/log4j2-dist.xml
- src/main/resources/archetype-resources/pom.xml
- src/main/resources/archetype-resources/bootstrap/configuration/pom.xml → 
src/main/resources/archetype-resources/repository-data/config/pom.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/configuration/modules/autoexport-module.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/configuration/modules/autoexport-module.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hippoecm-extension.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hippoecm-extension.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/abstractpages.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/abstractpages.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/catalog.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/catalog.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/components.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/components.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/pages.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/pages.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/prototypepages.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/prototypepages.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/sitemap.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/sitemap.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/sitemenus.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/sitemenus.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/templates.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/templates.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace/channel.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace/channel.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace/containers.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace/containers.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace/pages.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace/pages.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace/sitemap.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace/sitemap.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/configurations/__rootArtifactId__/workspace/sitemenus.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/configurations/__rootArtifactId__/workspace/sitemenus.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/hosts.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/hosts.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/hst/sites.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/hst/sites.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/namespaces/__rootArtifactId__.cnd
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/namespaces/__rootArtifactId__.cnd
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/namespaces/__rootArtifactId__.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/namespaces/__rootArtifactId__.xml
- 
src/main/resources/archetype-resources/bootstrap/configuration/src/main/resources/namespaces/__rootArtifactId__/basedocument.xml
 → 
src/main/resources/archetype-resources/repository-data/config/src/main/resources/namespaces/__rootArtifactId__/basedocument.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-project-archetype/compare/fd6e6dff5945a078918387b51121f20fcbbc5862...0dfc3b3a30b802e67a4fb242a3c863b16d7ca63a
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to