[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-ISBDdetail.pl opac-MARCdetail.pl... [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/opac opac-ISBDdetail.pl opac-MARCdetail.pl... [rel_2_2] |
Date: |
Sat, 04 Feb 2006 16:47:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/02/04 16:47:21
Modified files:
opac : opac-ISBDdetail.pl opac-MARCdetail.pl
opac-account.pl opac-addbookbybiblionumber.pl
opac-basket.pl opac-detail.pl opac-main.pl
opac-readingrecord.pl opac-reserve.pl
opac-search.pl opac-searchresults.pl
opac-shelves.pl opac-sidebar.pl
opac-suggestions.pl opac-user.pl
opac-userdetails.pl opac-userupdate.pl
Log message:
Adding support for opaccredits to opac scripts
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-ISBDdetail.pl.diff?only_with_tag=rel_2_2&tr1=1.5.2.7&tr2=1.5.2.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-MARCdetail.pl.diff?only_with_tag=rel_2_2&tr1=1.4.2.8&tr2=1.4.2.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-account.pl.diff?only_with_tag=rel_2_2&tr1=1.8.2.3&tr2=1.8.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-addbookbybiblionumber.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-basket.pl.diff?only_with_tag=rel_2_2&tr1=1.3.2.4&tr2=1.3.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-detail.pl.diff?only_with_tag=rel_2_2&tr1=1.14.2.13&tr2=1.14.2.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-main.pl.diff?only_with_tag=rel_2_2&tr1=1.16.2.4&tr2=1.16.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-readingrecord.pl.diff?only_with_tag=rel_2_2&tr1=1.6.2.3&tr2=1.6.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-reserve.pl.diff?only_with_tag=rel_2_2&tr1=1.22.2.5&tr2=1.22.2.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-search.pl.diff?only_with_tag=rel_2_2&tr1=1.21.2.10&tr2=1.21.2.11&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-searchresults.pl.diff?only_with_tag=rel_2_2&tr1=1.16.2.2&tr2=1.16.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-shelves.pl.diff?only_with_tag=rel_2_2&tr1=1.3.2.5&tr2=1.3.2.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-sidebar.pl.diff?only_with_tag=rel_2_2&tr1=1.4.4.2&tr2=1.4.4.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-suggestions.pl.diff?only_with_tag=rel_2_2&tr1=1.3.2.2&tr2=1.3.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-user.pl.diff?only_with_tag=rel_2_2&tr1=1.14.2.6&tr2=1.14.2.7&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-userdetails.pl.diff?only_with_tag=rel_2_2&tr1=1.8.2.3&tr2=1.8.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-userupdate.pl.diff?only_with_tag=rel_2_2&tr1=1.11.2.2&tr2=1.11.2.3&r1=text&r2=text
Patches:
Index: koha/opac/opac-ISBDdetail.pl
diff -u koha/opac/opac-ISBDdetail.pl:1.5.2.7
koha/opac/opac-ISBDdetail.pl:1.5.2.8
--- koha/opac/opac-ISBDdetail.pl:1.5.2.7 Fri Feb 3 21:02:24 2006
+++ koha/opac/opac-ISBDdetail.pl Sat Feb 4 16:47:21 2006
@@ -100,6 +100,7 @@
subscriptions => address@hidden,
subscriptionsnumber => $subscriptionsnumber,
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
my $ISBD = C4::Context->preference('ISBD');
Index: koha/opac/opac-MARCdetail.pl
diff -u koha/opac/opac-MARCdetail.pl:1.4.2.8
koha/opac/opac-MARCdetail.pl:1.4.2.9
--- koha/opac/opac-MARCdetail.pl:1.4.2.8 Fri Feb 3 21:01:16 2006
+++ koha/opac/opac-MARCdetail.pl Sat Feb 4 16:47:21 2006
@@ -82,6 +82,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
# fill arrays
Index: koha/opac/opac-account.pl
diff -u koha/opac/opac-account.pl:1.8.2.3 koha/opac/opac-account.pl:1.8.2.4
--- koha/opac/opac-account.pl:1.8.2.3 Fri Feb 3 21:03:09 2006
+++ koha/opac/opac-account.pl Sat Feb 4 16:47:21 2006
@@ -64,6 +64,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
Index: koha/opac/opac-addbookbybiblionumber.pl
diff -u koha/opac/opac-addbookbybiblionumber.pl:1.1.2.3
koha/opac/opac-addbookbybiblionumber.pl:1.1.2.4
--- koha/opac/opac-addbookbybiblionumber.pl:1.1.2.3 Fri Feb 3 21:03:57 2006
+++ koha/opac/opac-addbookbybiblionumber.pl Sat Feb 4 16:47:21 2006
@@ -2,7 +2,7 @@
#script to provide bookshelf management
# WARNING: This file uses 4-character tabs!
#
-# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.3
2006/02/03 21:03:57 kados Exp $
+# $Header: /sources/koha/koha/opac/opac-addbookbybiblionumber.pl,v 1.1.2.4
2006/02/04 16:47:21 kados Exp $
#
# Copyright 2000-2002 Katipo Communications
#
@@ -79,11 +79,15 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav =>
C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
}
# $Log: opac-addbookbybiblionumber.pl,v $
+# Revision 1.1.2.4 2006/02/04 16:47:21 kados
+# Adding support for opaccredits to opac scripts
+#
# Revision 1.1.2.3 2006/02/03 21:03:57 kados
# Updating script for new system preference: OpacNav
# ----------------------------------------------------------------------
Index: koha/opac/opac-basket.pl
diff -u koha/opac/opac-basket.pl:1.3.2.4 koha/opac/opac-basket.pl:1.3.2.5
--- koha/opac/opac-basket.pl:1.3.2.4 Fri Feb 3 21:04:36 2006
+++ koha/opac/opac-basket.pl Sat Feb 4 16:47:21 2006
@@ -64,6 +64,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
Index: koha/opac/opac-detail.pl
diff -u koha/opac/opac-detail.pl:1.14.2.13 koha/opac/opac-detail.pl:1.14.2.14
--- koha/opac/opac-detail.pl:1.14.2.13 Sat Feb 4 01:59:38 2006
+++ koha/opac/opac-detail.pl Sat Feb 4 16:47:21 2006
@@ -91,6 +91,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
AmazonContent =>
C4::Context->preference("AmazonContent"),
);
Index: koha/opac/opac-main.pl
diff -u koha/opac/opac-main.pl:1.16.2.4 koha/opac/opac-main.pl:1.16.2.5
--- koha/opac/opac-main.pl:1.16.2.4 Fri Feb 3 21:08:19 2006
+++ koha/opac/opac-main.pl Sat Feb 4 16:47:21 2006
@@ -62,5 +62,6 @@
opaclargeimage =>
C4::Context->preference("opaclargeimage"),
LibraryName =>
C4::Context->preference("LibraryName"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $input, $cookie, $template->output;
Index: koha/opac/opac-readingrecord.pl
diff -u koha/opac/opac-readingrecord.pl:1.6.2.3
koha/opac/opac-readingrecord.pl:1.6.2.4
--- koha/opac/opac-readingrecord.pl:1.6.2.3 Fri Feb 3 21:09:44 2006
+++ koha/opac/opac-readingrecord.pl Sat Feb 4 16:47:21 2006
@@ -85,6 +85,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
Index: koha/opac/opac-reserve.pl
diff -u koha/opac/opac-reserve.pl:1.22.2.5 koha/opac/opac-reserve.pl:1.22.2.6
--- koha/opac/opac-reserve.pl:1.22.2.5 Fri Feb 3 21:10:42 2006
+++ koha/opac/opac-reserve.pl Sat Feb 4 16:47:21 2006
@@ -178,6 +178,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
if ($query->param('item_types_selected')) {
Index: koha/opac/opac-search.pl
diff -u koha/opac/opac-search.pl:1.21.2.10 koha/opac/opac-search.pl:1.21.2.11
--- koha/opac/opac-search.pl:1.21.2.10 Sat Feb 4 02:37:52 2006
+++ koha/opac/opac-search.pl Sat Feb 4 16:47:21 2006
@@ -161,6 +161,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav =>
C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
AmazonContent =>
C4::Context->preference("AmazonContent"),
);
@@ -216,6 +217,7 @@
virtualshelves =>
C4::Context->preference("virtualshelves"),
LibraryName =>
C4::Context->preference("LibraryName"),
OpacNav =>
C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
AmazonContent =>
C4::Context->preference("AmazonContent"),
);
}
Index: koha/opac/opac-searchresults.pl
diff -u koha/opac/opac-searchresults.pl:1.16.2.2
koha/opac/opac-searchresults.pl:1.16.2.3
--- koha/opac/opac-searchresults.pl:1.16.2.2 Fri Feb 3 21:12:33 2006
+++ koha/opac/opac-searchresults.pl Sat Feb 4 16:47:21 2006
@@ -126,6 +126,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
Index: koha/opac/opac-shelves.pl
diff -u koha/opac/opac-shelves.pl:1.3.2.5 koha/opac/opac-shelves.pl:1.3.2.6
--- koha/opac/opac-shelves.pl:1.3.2.5 Fri Feb 3 21:13:29 2006
+++ koha/opac/opac-shelves.pl Sat Feb 4 16:47:21 2006
@@ -2,7 +2,7 @@
#script to provide bookshelf management
# WARNING: This file uses 4-character tabs!
#
-# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.5 2006/02/03
21:13:29 kados Exp $
+# $Header: /sources/koha/koha/opac/opac-shelves.pl,v 1.3.2.6 2006/02/04
16:47:21 kados Exp $
#
# Copyright 2000-2002 Katipo Communications
#
@@ -61,6 +61,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav =>
C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
});
SWITCH: {
if ($query->param('op') eq 'modifsave') {
@@ -187,6 +188,9 @@
#
# $Log: opac-shelves.pl,v $
+# Revision 1.3.2.6 2006/02/04 16:47:21 kados
+# Adding support for opaccredits to opac scripts
+#
# Revision 1.3.2.5 2006/02/03 21:13:29 kados
# Updating script for new system preference: OpacNav
#
Index: koha/opac/opac-sidebar.pl
diff -u koha/opac/opac-sidebar.pl:1.4.4.2 koha/opac/opac-sidebar.pl:1.4.4.3
--- koha/opac/opac-sidebar.pl:1.4.4.2 Fri Feb 3 21:14:08 2006
+++ koha/opac/opac-sidebar.pl Sat Feb 4 16:47:21 2006
@@ -30,6 +30,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
Index: koha/opac/opac-suggestions.pl
diff -u koha/opac/opac-suggestions.pl:1.3.2.2
koha/opac/opac-suggestions.pl:1.3.2.3
--- koha/opac/opac-suggestions.pl:1.3.2.2 Fri Feb 3 21:14:52 2006
+++ koha/opac/opac-suggestions.pl Sat Feb 4 16:47:21 2006
@@ -64,5 +64,6 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $input, $cookie, $template->output;
Index: koha/opac/opac-user.pl
diff -u koha/opac/opac-user.pl:1.14.2.6 koha/opac/opac-user.pl:1.14.2.7
--- koha/opac/opac-user.pl:1.14.2.6 Fri Feb 3 21:15:22 2006
+++ koha/opac/opac-user.pl Sat Feb 4 16:47:21 2006
@@ -146,6 +146,7 @@
OpacPasswordChange =>
C4::Context->preference("OpacPasswordChange"),
textmessaging => $borr->{textmessaging},
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
Index: koha/opac/opac-userdetails.pl
diff -u koha/opac/opac-userdetails.pl:1.8.2.3
koha/opac/opac-userdetails.pl:1.8.2.4
--- koha/opac/opac-userdetails.pl:1.8.2.3 Fri Feb 3 21:15:48 2006
+++ koha/opac/opac-userdetails.pl Sat Feb 4 16:47:21 2006
@@ -35,6 +35,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav =>
C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
Index: koha/opac/opac-userupdate.pl
diff -u koha/opac/opac-userupdate.pl:1.11.2.2
koha/opac/opac-userupdate.pl:1.11.2.3
--- koha/opac/opac-userupdate.pl:1.11.2.2 Fri Feb 3 21:16:31 2006
+++ koha/opac/opac-userupdate.pl Sat Feb 4 16:47:21 2006
@@ -92,6 +92,7 @@
suggestion =>
C4::Context->preference("suggestion"),
virtualshelves =>
C4::Context->preference("virtualshelves"),
OpacNav => C4::Context->preference("OpacNav"),
+ opaccredits =>
C4::Context->preference("opaccredits"),
);
output_html_with_http_headers $query, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/opac opac-ISBDdetail.pl opac-MARCdetail.pl... [rel_2_2],
Joshua Ferraro <=