Will Ezell
Will Ezell
This uses a new java seed that includes the locale package
Fixes the velocity output for dotAsset image fields ``` curl -u [email protected]:admin -XGET https://local.dotcms.site:8443/api/vtl/dynamic/ \ -H "Content-Type:text/plain" \ -d ' #foreach($con in $dotcontent.pull("+contentType:testing", 100,"")) title: $con.title name: $con.image.name size: $con.image.size...
In order to improve our startup times, we need to prevent tomcat from scanning for TLDs on startup as this takes a long time, especially in cloud environments
1. Create a content type `testing` - Title - Image (Image Field) 2. Create a content object of `testing` - use DnD to upload a dotAsset to the field 3....
We need to include the `jdk.localedata` in our java-seed that we use to run dotCMS
Use the DB PgNgDataSourceUrl from #21363 to get the db connection string for the new exporter #20651 . PgNgDataSourceUrl will properly escape invalid characters in the db URL
If a user wants to post a new piece of content and permission it individually at the time of saving, they should be able to pass a Map of permissions...
### Getting your head around it In a nutshell, think about how git or s3 or Google Drive treats folders - they basically don't. This is because they are object...