Bugzilla – Attachment 18154 Details for
Bug 7441
Search results showing wrong branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7441 - search results showing wrong branch? - Followup - Delete Koha TT Plugin
Bug-7441---search-results-showing-wrong-branch---F.patch (text/plain), 2.22 KB, created by
Kyle M Hall (khall)
on 2013-05-15 13:36:09 UTC
(
hide
)
Description:
Bug 7441 - search results showing wrong branch? - Followup - Delete Koha TT Plugin
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-05-15 13:36:09 UTC
Size:
2.22 KB
patch
obsolete
>From c0fe3368697609af3658bee9981086dcaa5f82ab Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 6 May 2013 13:59:54 -0400 >Subject: [PATCH] Bug 7441 - search results showing wrong branch? - Followup - Delete Koha TT Plugin > >Deletes the Koha TT Plugin from this patch series, to move it to it's >own bug. >--- > Koha/Template/Plugin/Koha.pm | 49 ------------------------------------------ > 1 files changed, 0 insertions(+), 49 deletions(-) > delete mode 100644 Koha/Template/Plugin/Koha.pm > >diff --git a/Koha/Template/Plugin/Koha.pm b/Koha/Template/Plugin/Koha.pm >deleted file mode 100644 >index a992961..0000000 >--- a/Koha/Template/Plugin/Koha.pm >+++ /dev/null >@@ -1,49 +0,0 @@ >-package Koha::Template::Plugin::Koha; >- >-# Copyright ByWater Solutions 2013 >- >-# This file is part of Koha. >-# >-# Koha 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. >-# >-# Koha 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 Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use Modern::Perl; >- >-use Template::Plugin; >-use base qw( Template::Plugin ); >- >-use C4::Koha; >-use C4::Context; >- >-=pod >- >-This plugin contains various Koha replated Template Toolkit functions >-to help streamline Koha and to move logic from the Perl code into the >-Templates when it makes sense to do so. >- >-To use, first, include the line '[% USE Koha %]' at the top >-of the template to enable the plugin. >- >-For example: [% IF Koha.Preference( 'MyPreference ) == 'SettingA' %] >-removes the necessity of setting a template variable in Perl code for >-each and every system preference, even if no evaluation of the setting >-is necessary. >- >-=cut >- >-sub Preference { >- my ( $self, $pref ) = @_; >- return C4::Context->preference( $pref ); >-} >- >-1; >-- >1.7.2.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 7441
:
8656
|
8657
|
9700
|
9701
|
12550
|
12551
|
12552
|
12553
|
13856
|
13888
|
14229
|
14361
|
14362
|
14977
|
14978
|
14979
|
17901
|
17902
|
17903
|
17968
|
18151
|
18152
|
18153
|
18154
|
18857
|
18858
|
18859
|
18942
|
19089
|
19090
|
19091
|
19470
|
19471
|
19472
|
19473
|
19474
|
19475
|
51963
|
52746
|
52747
|
52810
|
52811
|
54058
|
54101
|
54102
|
54250