You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/08/06 08:16:17 UTC

[ofbiz-framework] branch trunk updated (e6b16a5 -> 1459e1f)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


    from e6b16a5  Fixed: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)
     new 59ef7a4  Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
     new 1459e1f  Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .sonarcloud.properties                    |  1 +
 themes/flatgrey/webapp/flatgrey/style.css | 11 +++--------
 2 files changed, 4 insertions(+), 8 deletions(-)

[ofbiz-framework] 02/02: Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 1459e1f6c8955934529fb2eaede0bd9a7b5b71d6
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Aug 6 10:15:39 2021 +0200

    Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    Fake change in .sonarcloud.properties to test setting changes in sonarQBE
    following
    https://sonarcloud.io/documentation/advanced-setup/analysis-scope/
    and
    https://sonarcloud.io/project/settings?category=exclusions&id=apache_ofbiz-framework
---
 .sonarcloud.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.sonarcloud.properties b/.sonarcloud.properties
index 8b13789..139597f 100644
--- a/.sonarcloud.properties
+++ b/.sonarcloud.properties
@@ -1 +1,2 @@
 
+

[ofbiz-framework] 01/02: Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 59ef7a4c9eb7985dfbec39226bc3e97b26d99c99
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Jul 30 19:04:34 2021 +0200

    Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    Not sure all is exact, rather a try...
---
 themes/flatgrey/webapp/flatgrey/style.css | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/themes/flatgrey/webapp/flatgrey/style.css b/themes/flatgrey/webapp/flatgrey/style.css
index 303fdd8..1389ef5 100644
--- a/themes/flatgrey/webapp/flatgrey/style.css
+++ b/themes/flatgrey/webapp/flatgrey/style.css
@@ -109,7 +109,7 @@ body {
     color: #000;
     min-width: 780px;
     margin: 0;
-    width: expression(document.body.clientWidth < 782px? "780px" : "auto");
+    width: expression(document.body.clientWidth < 782? "780px" : "auto");
 }
 
 hr {
@@ -227,7 +227,7 @@ th, th a {
 /* ===== Used to align elements ===== */
 /* ================================== */
 .align-bottom {
-    vertical-align: bottom;;
+    vertical-align: bottom;
 }
 .align-center {
     text-align: center;
@@ -239,7 +239,7 @@ th, th a {
     text-align: left;
 }
 .align-middle {
-    vertical-align: bottom;;
+    vertical-align: bottom;
 }
 .align-right {
     text-align: right;
@@ -479,7 +479,6 @@ th, th a {
     padding: 0.1em 0.3em 0.1em 0.3em;
 }
 
-#app-navigation ul .selected,
 #app-navigation ul .selected {
     background-color: #f5f5f5;
     border: 0.1em solid;
@@ -753,10 +752,6 @@ th, th a {
     margin-bottom: 0.5em;
 }
 
-.button-style-2 {
-    display: table;
-}
-
 /* ===== In line bar ===== */
 .in-line-bar ul {
     display: inline; /* IE Fix */