Bugzilla – Attachment 160232 Details for
Bug 35584
Missing licenses in about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35584: (follow-up) Add license information and fix sort order
Bug-35584-follow-up-Add-license-information-and-fi.patch (text/plain), 5.54 KB, created by
Pedro Amorim
on 2023-12-22 12:37:25 UTC
(
hide
)
Description:
Bug 35584: (follow-up) Add license information and fix sort order
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-12-22 12:37:25 UTC
Size:
5.54 KB
patch
obsolete
>From eaaecadad68ce222e1c6c897fb20e35a2691ef40 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Wed, 20 Dec 2023 20:15:01 +0000 >Subject: [PATCH] Bug 35584: (follow-up) Add license information and fix sort > order > >Add license information and links. Put in alphabetical order. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/about.tt | 28 +++++++++---------- > 1 file changed, 14 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 9af3d05b90..0f158fda91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -1039,7 +1039,7 @@ > > <h2>Highlight</h2> > <p> >- <a href="https://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html">Highlight jQuery Plugin v5.0</a> >+ <a href="https://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html">Highlight jQuery Plugin v5.0</a>: MIT License > </p> > > <h2>HTMLHint</h2> >@@ -1049,7 +1049,7 @@ > > <h2>Humanized Messages</h2> > <p> >- <a href="https://code.google.com/archive/p/humanmsg/">Humanized Messages v1.0</a> >+ <a href="https://code.google.com/archive/p/humanmsg/">Humanized Messages v1.0</a>: <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> > </p> > > <h2>JavaScript Cookie</h2> >@@ -1087,6 +1087,11 @@ > <a href="https://github.com/NicolasCARPi/jquery_jeditable">jQuery jEditable</a>: <a href="https://github.com/NicolasCARPi/jquery_jeditable/blob/master/LICENSE">MIT Licence</a> > </p> > >+ <h2>jQuery jsTree Plugin</h2> >+ <p> >+ <a href="https://www.jstree.com/">jsTree jQuery Plugin v3.3.12</a>: <a href="https://github.com/vakata/jstree/blob/3.3.12/LICENSE-MIT">MIT License</a> >+ </p> >+ > <h2>jQuery Multiple Select Plugin</h2> > <p> > <a href="https://multiple-select.wenzhixin.net.cn/">jQuery Multiple Select plugin v1.6.0</a>: <a href="https://github.com/wenzhixin/multiple-select/blob/1.6.0/LICENSE">MIT License</a> >@@ -1102,19 +1107,14 @@ > <a href="https://github.com/ludo/jquery-treetable">jQuery treetable Plugin 3.1.0</a>: <a href="https://github.com/ludo/jquery-treetable/blob/3.1.0/GPL-LICENSE.txt"> GNU General Public License v2.0</a>, <a href="https://github.com/ludo/jquery-treetable/blob/3.1.0/MIT-LICENSE.txt">MIT License</a> > </p> > >- <h2>jQuery Validation Plugin</h2> >- <p> >- <a href="https://jqueryvalidation.org/">jQuery Validation Plugin v1.19.3</a>: <a href="https://github.com/jquery-validation/jquery-validation/blob/1.19.3/LICENSE.md">MIT License</a> >- </p> >- >- <h2>JSZip</h2> >+ <h2>jQuery UI Virtual Keyboard</h2> > <p> >- <a href="https://stuk.github.io/jszip/">JSZip JavaScript library v3.1.3</a>: <a href="https://github.com/Stuk/jszip/blob/v3.1.3/LICENSE.markdown">MIT License, GNU General Public License v3.0</a> >+ <a href="https://mottie.github.io/Keyboard/">jQuery UI Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT License and WTFPL v2</a> > </p> > >- <h2>jQuery UI Virtual Keyboard</h2> >+ <h2>jQuery Validation Plugin</h2> > <p> >- <a href="https://mottie.github.io/Keyboard/">jQuery UI Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT License and WTFPL v2</a> >+ <a href="https://jqueryvalidation.org/">jQuery Validation Plugin v1.19.3</a>: <a href="https://github.com/jquery-validation/jquery-validation/blob/1.19.3/LICENSE.md">MIT License</a> > </p> > > <h2>JS-YAML</h2> >@@ -1124,12 +1124,12 @@ > > <h2>JSHint</h2> > <p> >- <a href="">JSHint v2.9.7</a>: <a href="https://github.com/jshint/jshint/blob/2.9.7/LICENSE">MIT License</a> >+ <a href="https://jshint.com/">JSHint v2.9.7</a>: <a href="https://github.com/jshint/jshint/blob/2.9.7/LICENSE">MIT License</a> > </p> > >- <h2>jsTree Plugin</h2> >+ <h2>JSZip</h2> > <p> >- <a href="https://www.jstree.com/">jsTree jQuery Plugin v3.3.12</a>: <a href="https://github.com/vakata/jstree/blob/3.3.12/LICENSE-MIT">MIT License</a> >+ <a href="https://stuk.github.io/jszip/">JSZip JavaScript library v3.1.3</a>: <a href="https://github.com/Stuk/jszip/blob/v3.1.3/LICENSE.markdown">MIT License, GNU General Public License v3.0</a> > </p> > > <h2>kjua</h2> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35584
:
160116
|
160162
|
160163
|
160231
|
160232
|
160233
|
160526
|
160527
|
160528
|
160653