-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/sling12 #681
Update/sling12 #681
Commits on Oct 21, 2020
-
pagerenderer/server won't deploy to my develop-sling12. Has to do wit…
…h common-lang dependency. Also frontend-maven-plugin (node) was failing, but not sure what it does for server/ui.apps. Commenting out for now, also the module to build, install and deploy to Sling
Configuration menu - View commit details
-
Copy full SHA for 579b7eb - Browse repository at this point
Copy the full SHA 579b7ebView commit details -
Add missing base template for /content/pagerenderserver/templates
Fix NPE due to incorrect the init method local variable 'resource' overriding instance property
Configuration menu - View commit details
-
Copy full SHA for 2a2c757 - Browse repository at this point
Copy the full SHA 2a2c757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df4737 - Browse repository at this point
Copy the full SHA 2df4737View commit details -
added base template to /content/pagerenderserver/templates so the exa…
…mple vue site can have new page without errors. Added TODO comments about nav and footer for these sites
Configuration menu - View commit details
-
Copy full SHA for 3a12a67 - Browse repository at this point
Copy the full SHA 3a12a67View commit details -
refactored by moving /apps/pagerenderserver/structure to /apps/pagere…
…nderserver/components. Adjusted PageRenderServerConstants.java and /content/pagerenderserver/ paths accordingly
Configuration menu - View commit details
-
Copy full SHA for df1049d - Browse repository at this point
Copy the full SHA df1049dView commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e093fd - Browse repository at this point
Copy the full SHA 5e093fdView commit details
Commits on Oct 26, 2020
-
To addtess issue headwirecom#636, Sling JUnit Tests were added for re…
…source adaption (AdaptTo) for per:Page and per:Asset types; and their ability to get the correct per:Site resource as implemented in PerBaseImpl.java
Configuration menu - View commit details
-
Copy full SHA for 2019764 - Browse repository at this point
Copy the full SHA 2019764View commit details
Commits on Oct 27, 2020
-
headwirecom#618 Moved Helper.java to core, and updated data-sly-use i…
…n page.html. Refactored Helper.java to allow siteCSS to exist under per:Site/jcr:content
Configuration menu - View commit details
-
Copy full SHA for 51469da - Browse repository at this point
Copy the full SHA 51469daView commit details -
Although the npm build scripts are not building vue components for th…
…e pagerenderer/server module, it may be useful to continue support the npm build processes. this commit updates a few deps to keep updated with the other modules. may be necessary to mvn clean -PcleanNodeModules or reinstall via npm i.
Configuration menu - View commit details
-
Copy full SHA for 6c7f751 - Browse repository at this point
Copy the full SHA 6c7f751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cb826 - Browse repository at this point
Copy the full SHA 80cb826View commit details
Commits on Oct 28, 2020
-
headwirecom#618 Updated PageMerge.java adding a method (getMergedReso…
…urces) returning a list of resources coming either from the template or the page content.
Configuration menu - View commit details
-
Copy full SHA for 0a057d2 - Browse repository at this point
Copy the full SHA 0a057d2View commit details -
headwirecom#618 Updated page.html to use PageMerge.java for getting a…
…nd iterating merged resources as htl
Configuration menu - View commit details
-
Copy full SHA for 750a23b - Browse repository at this point
Copy the full SHA 750a23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1befe34 - Browse repository at this point
Copy the full SHA 1befe34View commit details
Commits on Oct 29, 2020
-
Created BaseHelper Use, which can be extended by page and component h…
…elpers alike. Refactored PageHelper Use class to extend BaseHelper
Configuration menu - View commit details
-
Copy full SHA for 7b3c31f - Browse repository at this point
Copy the full SHA 7b3c31fView commit details
Commits on Oct 30, 2020
-
headwirecom#618 Added getters for all HTL Java Use binding for BaseHe…
…lper, updated PageHelper to use getters instead of direct access
Configuration menu - View commit details
-
Copy full SHA for 49e5a7d - Browse repository at this point
Copy the full SHA 49e5a7dView commit details -
headwirecom#618 Added convenience method to PerBase for getting per:S…
…ite/jcr:content ValueMap
Configuration menu - View commit details
-
Copy full SHA for 5d4b073 - Browse repository at this point
Copy the full SHA 5d4b073View commit details
Commits on Nov 6, 2020
-
headwirecom#618 refactored PageMerge to make it possible to test: If …
…the slingScriptHelper is null, then it will try to get the modelFactory from the bindings, which is added by the Adaption Jtest adds it. Use classes have bindings such as resource. Getting the resource from the request was problematic for testing, it is easier to test if PageMaerg.java uses the resource reference from the bindings, and not the reference attached to the request
Configuration menu - View commit details
-
Copy full SHA for 5540d0d - Browse repository at this point
Copy the full SHA 5540d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3276e59 - Browse repository at this point
Copy the full SHA 3276e59View commit details -
618 to make testing easier and possible, NavModel Use pojo was update…
…d to use resource from the bindings and not a reference through the request
Configuration menu - View commit details
-
Copy full SHA for 817c997 - Browse repository at this point
Copy the full SHA 817c997View commit details -
618 added ssrPageMergeScenario1 for PageMerge::getMergedResources. Te…
…st whether getMergedResources properly merges template content with page content for HTL rendering
Configuration menu - View commit details
-
Copy full SHA for ccc3a5d - Browse repository at this point
Copy the full SHA ccc3a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d9457 - Browse repository at this point
Copy the full SHA 16d9457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fecfd - Browse repository at this point
Copy the full SHA 09fecfdView commit details -
headwirecom#618 Added test content for SSR scenario 2: inheriting tem…
…plate content from a parent template
Configuration menu - View commit details
-
Copy full SHA for c15d91c - Browse repository at this point
Copy the full SHA c15d91cView commit details -
refactored unit tests moving common binding to setup. added test for …
…SSR scenario 2: sub-template inheritance
Configuration menu - View commit details
-
Copy full SHA for b5e78c8 - Browse repository at this point
Copy the full SHA b5e78c8View commit details -
headwirecom#618 Updated getChildren method to resolve children resour…
…ces from parent templates
Configuration menu - View commit details
-
Copy full SHA for 237b967 - Browse repository at this point
Copy the full SHA 237b967View commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60f9173 - Browse repository at this point
Copy the full SHA 60f9173View commit details -
Added JUnit SSR scenario 3 which tests combining content within conta…
…iners in template with page content containers
Configuration menu - View commit details
-
Copy full SHA for 55a569f - Browse repository at this point
Copy the full SHA 55a569fView commit details -
Added getCombinedResources to com.peregrine.pagerender.server.models.…
…Container for SSR test 3
Configuration menu - View commit details
-
Copy full SHA for 76c1036 - Browse repository at this point
Copy the full SHA 76c1036View commit details -
Configuration menu - View commit details
-
Copy full SHA for f612ab0 - Browse repository at this point
Copy the full SHA f612ab0View commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf3a83c - Browse repository at this point
Copy the full SHA bf3a83cView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 69a5da1 - Browse repository at this point
Copy the full SHA 69a5da1View commit details -
adding missing per:Component metadata for Page. fixes error that occu…
…red when creating new templates for pagerendervue tenant
Configuration menu - View commit details
-
Copy full SHA for 4891f36 - Browse repository at this point
Copy the full SHA 4891f36View commit details -
Update pagerenderserver example site metadata. Moved siteCSS and site…
…JS to /content/pagerenderserver/.content.xml. in anticipation of issue headwirecom#636. cleaned up base component
Configuration menu - View commit details
-
Copy full SHA for 582537f - Browse repository at this point
Copy the full SHA 582537fView commit details
Commits on Nov 17, 2020
-
headwirecom#620 added condition for serverSide to addComponentToPath …
…state action such that refreshEditor is called and rendering is refreshed showing added components
Configuration menu - View commit details
-
Copy full SHA for d29a323 - Browse repository at this point
Copy the full SHA d29a323View commit details
Commits on Nov 18, 2020
-
Similar change for getParentContent as done for pagerenderserver. All…
…ows getting parent content from tenant root per:Site/jcr:content
Configuration menu - View commit details
-
Copy full SHA for fcd1b17 - Browse repository at this point
Copy the full SHA fcd1b17View commit details -
Related to Issue headwirecom#620, Added ssrPageMergeScenario4 for new…
…ly created pages. Tests that new pages they have containers for authoring and resources inherited from the template
Configuration menu - View commit details
-
Copy full SHA for 9fdbf3a - Browse repository at this point
Copy the full SHA 9fdbf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349ca42 - Browse repository at this point
Copy the full SHA 349ca42View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd66c3d - Browse repository at this point
Copy the full SHA dd66c3dView commit details -
headwirecom#620 implemented html renderer for nt:unstructured as a Co…
…ntainer that merges children and properties for template and page resources
Configuration menu - View commit details
-
Copy full SHA for 26954fa - Browse repository at this point
Copy the full SHA 26954faView commit details
Commits on Nov 20, 2020
-
headwirecom#620 Update server.css to hide/show the container drop zon…
…e depending on author mode
Configuration menu - View commit details
-
Copy full SHA for 708d3dd - Browse repository at this point
Copy the full SHA 708d3ddView commit details
Commits on Dec 8, 2020
-
Moved failing repoinit directives for files to admin-base/ui.apps, so…
… that they exist when setting their ACL's. Added Create folder directives for folders that might not exist yet in RepositoryInitializer-peregrine.config
Configuration menu - View commit details
-
Copy full SHA for d9a1230 - Browse repository at this point
Copy the full SHA d9a1230View commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13e7a07 - Browse repository at this point
Copy the full SHA 13e7a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867839a - Browse repository at this point
Copy the full SHA 867839aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a2ddb - Browse repository at this point
Copy the full SHA 27a2ddbView commit details