Skip to content

Commit

Permalink
Merge branch 'master' into defect/ccvar/same-attr-not-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
vabs95 authored Jul 1, 2024
2 parents 897d92b + 7067942 commit 2000b24
Show file tree
Hide file tree
Showing 18 changed files with 306 additions and 386 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)

## Unreleased ([details][unreleased changes details])

### Fix

### Fixed

- #3275 - CCVAR: Fixed Same Attribute not updating correctly.

## 6.6.2 - 2024-06-25

### Fixed

- #3355 - Fixed system notifications dismissal, and upgraded to CoralUI 3.


### Added

- #3333 - Use lodash embedded by ACS AEM Commons
Expand All @@ -35,9 +43,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
- #3306 - Sling Model Tag injector
- #3320 - Content Sync: add an option to disable ssl cert check

### Fixed
### Fixed

- #3310 - User mapping | moved author specific user mapping from config to config.author
- #3310 - User mapping | moved author specific user mapping from config to config.author
- #3301 - CM report fix WrongLogLevelInCatchBlock issue
- #2854 - Code optimization: convert class fields to local variables
- #2279 - Unit tests coverage for Deck Dynamo: servlet and service configuration
Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion bundle-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion oakpal-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ACS AEM Commons - Reactor Project</name>
Expand Down Expand Up @@ -93,7 +93,7 @@
<!-- affects both m-compiler-p and m-javadoc-p-->
<maven.compiler.release>8</maven.compiler.release>
<!-- for reproducible builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.html), automatically adjusted during release -->
<project.build.outputTimestamp>1713209580</project.build.outputTimestamp>
<project.build.outputTimestamp>1719333213</project.build.outputTimestamp>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>6.6.1-SNAPSHOT</version>
<version>6.6.3-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ ACS AEM Commons
~
~ Copyright (C) 2013 - 2023 Adobe
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
cq:defaultView="html"
jcr:primaryType="cq:Component"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ ACS AEM Commons
~
~ Copyright (C) 2013 - 2023 Adobe
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
jsProcessor="[default:none,min:gcc]"
categories="acs-commons.system-notifications.page"
dependencies="coralui2"/>
dependencies="coralui3"
jsProcessor="[default:none,min:gcc]"/>
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@
* #L%
*/

$(function() {
$('.fn-acsCommons-Notifications-save').click(function(event) {
var $form;

event.stopPropagation();
$(function() {
$('[data-fn-acs-commons-system-notification-cancel]').click(function(event) {
var url = $(this).attr('data-fn-acs-commons-system-notification-cancel');
event.preventDefault();
event.stopPropagation();

$form = $('#fn-acsCommons-Notifications-form');
window.location.href = url;

$.post($form.attr('action'), $form.serialize(), function() {
location.reload(true);
});
});

$('[data-fn-acs-commons-system-notification-form]').submit(function(event) {
event.preventDefault();
event.stopPropagation();

$.post($(this).attr('action'), $(this).serialize(), function() {
$('body').fadeOut(500, function() {
location.reload(true);
});
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,87 @@

#acsCommons-System-Notifications-Page {
padding-bottom: 2rem;
margin: 1rem auto;
max-width: 800px;

.acsCommons-System-Notifications-Page-form {
margin-left: auto;
margin-right: auto;
position: relative;
text-align: left;
width: 50%;
min-width: 300px;
.preview {
grid-area: preview;
margin-bottom: 2rem;

.acsCommons-System-Notification {
position: relative;
top: auto;
left: auto;
margin-left: auto;
width: 100%;
z-index: 0;
}
}

.acsCommons-System-Notifications-Form-row {
margin: 1rem 0;
.form {
display: grid;
grid-template-areas:
'enabled enabled'
'style style'
'title title'
'message message'
'dismissable dismissableLabel'
'onTime offTime'
'save save';
grid-gap: 1rem;

coral-alert,
coral-datepicker,
input,
textarea {
width: 100%;
}

.acsCommons-System-Notifications-Page-input--text,
.acsCommons-System-Notifications-Page-input--textarea {
width: 100%;

label {
display: block;
margin-bottom: .25rem;
}

.acsCommons-System-Notifications-Page-input--datepicker {
width: 80%

.enabled {
grid-area: enabled;
}
}

#acsCommons-System-Notifications {
position: static;
margin-top: 1rem;
margin-bottom: 2rem;
margin-left: 0;
left: auto;
width: 100%;
.style {
grid-area: style;
}

.acsCommons-System-Notification {
width: calc(100% - 4rem - 10px);
.title {
grid-area: title;
}
}

.message {
grid-area: message;
}

.dismissable {
grid-area: dismissable;
}

.dismissable-label {
grid-area: dismissableLabel;
}

.on-time {
grid-area: onTime;
}

.off-time {
grid-area: offTime;
}

.save {
grid-area: save;
justify-self: end;
}

}
}


Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ ACS AEM Commons
~
~ Copyright (C) 2013 - 2023 Adobe
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Component"
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
cq:noDecoration="{Boolean}true"
jcr:primaryType="cq:Component"
componentGroup=".hidden"/>
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ ACS AEM Commons
~
~ Copyright (C) 2013 - 2023 Adobe
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
jsProcessor="[default:none,min:gcc]"
categories="acs-commons.system-notifications.notification"/>
categories="acs-commons.system-notifications.notification"
dependencies="coralui3"
jsProcessor="[default:none,min:gcc]"/>
Loading

0 comments on commit 2000b24

Please sign in to comment.