Bugzilla – Attachment 189758 Details for
Bug 39142
Add debug permission to allow user to toggle JS and CSS customizations on/off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39142: fixing capitalization as per coding guidelines https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML4:_Upper_and_lower_cases_in_strings
98c83a5.patch (text/plain), 2.45 KB, created by
Martin Renvoize (ashimema)
on 2025-11-20 10:52:34 UTC
(
hide
)
Description:
Bug 39142: fixing capitalization as per coding guidelines https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML4:_Upper_and_lower_cases_in_strings
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-20 10:52:34 UTC
Size:
2.45 KB
patch
obsolete
>From 98c83a513cf11939eb8f780cd1fd2e378614f7a0 Mon Sep 17 00:00:00 2001 >From: Imani Thomas <imani.thomas@bywatersolutions.com> >Date: Mon, 29 Sep 2025 16:23:19 +0000 >Subject: [PATCH] Bug 39142: fixing capitalization as per coding guidelines > https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML4:_Upper_and_lower_cases_in_strings > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > installer/data/mysql/atomicupdate/Bug_39142.pl | 2 +- > installer/data/mysql/mandatory/userflags.sql | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/Bug_39142.pl b/installer/data/mysql/atomicupdate/Bug_39142.pl >index aba00480b04..0ceb87bd774 100755 >--- a/installer/data/mysql/atomicupdate/Bug_39142.pl >+++ b/installer/data/mysql/atomicupdate/Bug_39142.pl >@@ -11,7 +11,7 @@ return { > $dbh->do( > q{ > INSERT IGNORE INTO userflags (bit, flag, flagdesc, defaulton) >- VALUES (32, 'debug', 'Show Debug Interface', 0) >+ VALUES (32, 'debug', 'Show debug interface', 0) > } > ); > >diff --git a/installer/data/mysql/mandatory/userflags.sql b/installer/data/mysql/mandatory/userflags.sql >index f1974d93eb8..85885551479 100644 >--- a/installer/data/mysql/mandatory/userflags.sql >+++ b/installer/data/mysql/mandatory/userflags.sql >@@ -29,5 +29,5 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES > (29, 'loggedinlibrary', 'Change logged in library', 0), > (30, 'preservation', 'Preservation module', 0), > (31, 'sip2', 'SIP2 module', 0) >-(32, 'debug', 'Show Debug Interface', 0) >+(32, 'debug', 'Show debug interface', 0) > ; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index d1d7c46ad4f..cc19fd3f366 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -91,7 +91,7 @@ > <span class="main_permission sip2_permission">Manage the SIP2 module</span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'debug' -%] >- <span class="main_permission debug_permission">Display the Debug UI</span> >+ <span class="main_permission debug_permission">Display the debug interface</span> > <span class="permissioncode">([% name | html %])</span> > [%- END -%] > [%- END -%] >-- >2.51.1 >
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 39142
:
178123
|
178294
|
178481
|
178482
|
183392
|
183393
|
186913
|
186914
|
186915
|
186916
|
187061
|
189754
|
189755
|
189756
|
189757
| 189758 |
189759