Bugzilla – Attachment 184900 Details for
Bug 32244
Add Vue and Cypress to the About Koha > Licenses page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32244: Add Vue license information to the about page
Bug-32244-Add-Vue-license-information-to-the-about.patch (text/plain), 1.34 KB, created by
Brendan Lawlor
on 2025-07-30 15:26:19 UTC
(
hide
)
Description:
Bug 32244: Add Vue license information to the about page
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2025-07-30 15:26:19 UTC
Size:
1.34 KB
patch
obsolete
>From 277c0c2e3b5944c1731389a882238d8c397733d5 Mon Sep 17 00:00:00 2001 >From: Aman Pilgrim <amanpilgrim@gmail.com> >Date: Fri, 18 Jul 2025 00:27:32 +0000 >Subject: [PATCH] Bug 32244: Add Vue license information to the about page > >This patch updates the license page with information >about Vue. > >Test plan: >1. Apply the patch. >2. In the staff interface, go to More > About > Licenses. >3. Scroll down to Vue and note the library name and > licensing information. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 36ce2fbe4f..a4a512909a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -1177,6 +1177,9 @@ > > <h2>Virtual Keyboard</h2> > <p> <a href="https://mottie.github.io/Keyboard/index.html">Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT Licence</a> </p> >+ >+ <h2>Vue</h2> >+ <p> <a href="https://vuejs.org">Vue.js v3.5.4</a>: <a href="https://github.com/vuejs/core/blob/main/LICENSE">MIT Licence</a> </p> > [% END # tab=licenses %] > [% END %] > >-- >2.39.5
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 32244
:
184267
|
184279
|
184280
|
184499
| 184900 |
184901
|
184902
|
184904