#268 removed jQuery

This commit is contained in:
Roland Gruber 2025-02-13 20:46:08 +01:00
parent 207320bfcd
commit 218f306ae6
6 changed files with 10 additions and 10904 deletions

View file

@ -1170,7 +1170,6 @@ lib/3rdParty/tcpdf/fonts/dejavu*.z A Pu
lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB
style/010_normalize.css B Nicolas Gallagher and Jonathan Neal style/010_normalize.css B Nicolas Gallagher and Jonathan Neal
style/050_grid.css B style/050_grid.css B
templates/lib/*jquery*.js B 2018 jQuery Foundation and other contributors
templates/lib/*popper*.js B templates/lib/*popper*.js B
templates/lib/*tippy*.js B 2021 atomiks templates/lib/*tippy*.js B 2021 atomiks
templates/lib/*flatpickr*.js B 2017 Gregory Petrosyan templates/lib/*flatpickr*.js B 2017 Gregory Petrosyan

View file

@ -1169,7 +1169,6 @@ lib/3rdParty/tcpdf/fonts/dejavu*.z A Pu
lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB
style/010_normalize.css B Nicolas Gallagher and Jonathan Neal style/010_normalize.css B Nicolas Gallagher and Jonathan Neal
style/050_grid.css B style/050_grid.css B
templates/lib/*jquery*.js B 2018 jQuery Foundation and other contributors
templates/lib/*popper*.js B templates/lib/*popper*.js B
templates/lib/*tippy*.js B 2021 atomiks templates/lib/*tippy*.js B 2021 atomiks
templates/lib/*flatpickr*.js B 2017 Gregory Petrosyan templates/lib/*flatpickr*.js B 2017 Gregory Petrosyan

View file

@ -60,6 +60,14 @@ This is a list of API changes for all LAM releases.
<br> <br>
<h2>8.5 -&gt; 9.1</h2>
<ul>
<li>JavaScript
<ul>
<li>jQuery was removed from the project</li>
</ul>
</li>
</ul>
<h2>8.4 -&gt; 8.5</h2> <h2>8.4 -&gt; 8.5</h2>
<ul> <ul>
<li>Files in "tmp" directory must be managed via class LamTemporaryFilesManager</li> <li>Files in "tmp" directory must be managed via class LamTemporaryFilesManager</li>

View file

@ -1,10 +1,10 @@
{ {
"bomFormat" : "CycloneDX", "bomFormat" : "CycloneDX",
"specVersion" : "1.5", "specVersion" : "1.5",
"serialNumber" : "urn:uuid:556522a0-9eee-458f-823b-6192d17d1046", "serialNumber" : "urn:uuid:fafdbbc2-01cb-4f11-a60b-cb185328fd43",
"version" : 1, "version" : 1,
"metadata" : { "metadata" : {
"timestamp" : "2025-02-13T19:33:18Z", "timestamp" : "2025-02-13T19:42:59Z",
"tools" : [ "tools" : [
{ {
"vendor" : "OWASP", "vendor" : "OWASP",
@ -81,21 +81,6 @@
"type" : "library", "type" : "library",
"bom-ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5" "bom-ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5"
}, },
{
"group" : "cdx:npm:package:bundled",
"name" : "jQuery",
"version" : "3.7.1",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/jquery@3.7.1",
"type" : "library",
"bom-ref" : "599b305d-5cc9-4fa5-8594-e95bf8c723ef"
},
{ {
"group" : "cdx:npm:package:bundled", "group" : "cdx:npm:package:bundled",
"name" : "jodit", "name" : "jodit",
@ -216,10 +201,6 @@
"ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5", "ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5",
"dependsOn" : [ ] "dependsOn" : [ ]
}, },
{
"ref" : "599b305d-5cc9-4fa5-8594-e95bf8c723ef",
"dependsOn" : [ ]
},
{ {
"ref" : "b5831dd1-9cc8-4af8-9c56-2511e92b9f7e", "ref" : "b5831dd1-9cc8-4af8-9c56-2511e92b9f7e",
"dependsOn" : [ ] "dependsOn" : [ ]

View file

@ -1,165 +0,0 @@
/*
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2010 Cedric Dugas and Olivier Refalo
2011 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
z-index: 5000;
cursor: pointer;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none
}
.formError .formErrorContent {
width: 100%;
background: #ee4f01;
position:relative;
z-index:5001;
color: #fff;
font-family: tahoma;
font-size: 12px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
z-index: 5006;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee4f01;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 15px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}

File diff suppressed because it is too large Load diff