koha-ffzg.git
12 years agoMicro release: 4.8.19 v4.08.19
Clay Fouts [Tue, 30 Aug 2011 15:16:40 +0000 (08:16 -0700)]
Micro release: 4.8.19

12 years agoImproper variable scope in patron-attr-types.pl
Clay Fouts [Tue, 30 Aug 2011 15:13:11 +0000 (08:13 -0700)]
Improper variable scope in patron-attr-types.pl

12 years agoBad practice to export class methods
Clay Fouts [Tue, 30 Aug 2011 15:04:15 +0000 (08:04 -0700)]
Bad practice to export class methods

Also clean up useless debugging noise

12 years agoCaching cleanups for C4::Members::Attributes
Clay Fouts [Tue, 30 Aug 2011 15:01:56 +0000 (08:01 -0700)]
Caching cleanups for C4::Members::Attributes

12 years agoMicro release: 4.8.18 v4.08.18
Clay Fouts [Mon, 29 Aug 2011 23:20:00 +0000 (16:20 -0700)]
Micro release: 4.8.18

12 years agoMerge pull request #154 from hgq/13_01_pt14554159_4_08
Clay Fouts [Mon, 29 Aug 2011 23:15:31 +0000 (16:15 -0700)]
Merge pull request #154 from hgq/13_01_pt14554159_4_08

13 01 pt14554159 4 08

12 years agoMerge pull request #156 from hgq/13_02_pt16905729_4_08
Clay Fouts [Mon, 29 Aug 2011 23:14:28 +0000 (16:14 -0700)]
Merge pull request #156 from hgq/13_02_pt16905729_4_08

13 02 pt16905729 4 08

12 years ago[delivers #17078993] Clean up caching of MARC framework maps
Clay Fouts [Mon, 29 Aug 2011 23:05:45 +0000 (16:05 -0700)]
[delivers #17078993] Clean up caching of MARC framework maps

The meat of this is the changes to C4/Biblio.pm, using a safe
caching function instead of storing it in a package global. The
changes to C4/Items.pm are preventative cleanup to keep this
variable from being set at some point in the future.

12 years ago[#16905729] lost item's title wasn't displayin in Checkout:
Ha Quach [Mon, 29 Aug 2011 16:50:39 +0000 (12:50 -0400)]
[#16905729] lost item's title wasn't displayin in Checkout:
deprecate C4::Members::GetMemberLostItems() and use instead
previously fixed C4::LostItems::GetLostItems()

12 years ago[#14554159] fines: fix floating point problem w/out changing schema
Ha Quach [Mon, 29 Aug 2011 14:40:46 +0000 (10:40 -0400)]
[#14554159] fines: fix floating point problem w/out changing schema

12 years agoMicro release: 4.8.17 v4.08.17
Clay Fouts [Wed, 24 Aug 2011 04:05:47 +0000 (21:05 -0700)]
Micro release: 4.8.17

12 years agoPT16741047: Turning off the syspref OpacHighlightedWords does not have any affect
David Birmingham [Mon, 22 Aug 2011 22:39:31 +0000 (18:39 -0400)]
PT16741047: Turning off the syspref OpacHighlightedWords does not have any affect

The code was not utilizing the OpacHighlightedWords syspref.  This has
been fixed.

12 years ago[delivers #16895329] Implement safe caching of MARC structure
Clay Fouts [Wed, 24 Aug 2011 03:57:45 +0000 (20:57 -0700)]
[delivers #16895329] Implement safe caching of MARC structure

12 years agoMicro release: 4.8.16 v4.08.16
Clay Fouts [Mon, 22 Aug 2011 19:29:46 +0000 (12:29 -0700)]
Micro release: 4.8.16

12 years agoPT17093249: Call to deprecated routine ModReserveFillCheckout in SIP2
David Birmingham [Thu, 18 Aug 2011 18:04:21 +0000 (14:04 -0400)]
PT17093249: Call to deprecated routine ModReserveFillCheckout in SIP2

Reserves::ModReserveFillCheckout was removed from the API.  Removed the
SIP call to this subroutine and cleaned up a few other references to
ModReserveFill which has also been deprecated.

12 years agoPT16355737: Advanced patron search breaks masthead email and phone patron search
David Birmingham [Tue, 16 Aug 2011 21:20:48 +0000 (17:20 -0400)]
PT16355737: Advanced patron search breaks masthead email and phone patron search

Removed the "Search Fields" drop-down menu in the patron-search.inc since
it was previously rendered non-functional.  Modified searching label as
well as a result.

12 years agoPT15531909: Editing a notice file produces an error
David Birmingham [Fri, 12 Aug 2011 17:48:32 +0000 (13:48 -0400)]
PT15531909: Editing a notice file produces an error

Error was caused by variable scoping diffences within the
Plack environment. Switched global my(s) to our(s).

12 years agoPT15650379: Cannot Save Changes to Leader
David Birmingham [Tue, 2 Aug 2011 21:59:29 +0000 (17:59 -0400)]
PT15650379: Cannot Save Changes to Leader

The record length (leader positions 0-4) was not being passed by
the MARC editor form variable.  A conditional was then expecting
the leader to be 24 characters when it was actually only 19 characters.

12 years agoPT15595769: Debt collect script ignoring threshold balance
David Birmingham [Fri, 29 Jul 2011 20:39:17 +0000 (16:39 -0400)]
PT15595769: Debt collect script ignoring threshold balance

There was a disconnect between the debt_collect.pl program and the
OwedNotificationValue syspref.  Essentially, debt_collect.pl had
a static value of $25.  If OwedNotificationValue was higher than this
value, then the possibility existed to have a patron be sent to debt
collect despite their balance being below OwedNotificationValue.

In addition, the script wasn't parsing ignored patron categories correctly.

12 years agoMerge pull request #146 from hgq/12_05_pt16905729_4_08
Clay Fouts [Mon, 22 Aug 2011 19:01:43 +0000 (12:01 -0700)]
Merge pull request #146 from hgq/12_05_pt16905729_4_08

12 05 pt16905729 4 08

12 years agoMerge pull request #143 from hgq/12_04_pt16894109_4_08
Clay Fouts [Mon, 22 Aug 2011 18:47:45 +0000 (11:47 -0700)]
Merge pull request #143 from hgq/12_04_pt16894109_4_08

12 04 pt16894109 4 08

12 years agoMerge pull request #136 from hgq/12_02_pt16408283_4_08
Clay Fouts [Mon, 22 Aug 2011 18:27:41 +0000 (11:27 -0700)]
Merge pull request #136 from hgq/12_02_pt16408283_4_08

12 02 pt16408283 4 08

12 years agoMicro release: 4.8.15 v4.08.15
Clay Fouts [Thu, 18 Aug 2011 22:48:58 +0000 (15:48 -0700)]
Micro release: 4.8.15

12 years ago[deliver #17087005] Rose::DB registry not cleaned up
Clay Fouts [Thu, 18 Aug 2011 22:44:00 +0000 (15:44 -0700)]
[deliver #17087005] Rose::DB registry not cleaned up

12 years ago[#16905729] make lost item's title display
Ha Quach [Tue, 16 Aug 2011 19:55:36 +0000 (15:55 -0400)]
[#16905729] make lost item's title display

12 years ago[followup to #16894109] suppress internal cron user from patron fines
Ha Quach [Tue, 16 Aug 2011 19:09:56 +0000 (15:09 -0400)]
[followup to #16894109] suppress internal cron user from patron fines
in accountlines description

12 years agoMerge pull request #121 from hgq/11_09_pt14999551_4_08
Clay Fouts [Mon, 15 Aug 2011 23:06:18 +0000 (16:06 -0700)]
Merge pull request #121 from hgq/11_09_pt14999551_4_08

11 09 pt14999551 4 08

12 years agoMicro release: 4.8.14 v4.08.14
Clay Fouts [Thu, 11 Aug 2011 22:32:37 +0000 (15:32 -0700)]
Micro release: 4.8.14

12 years ago[delivers #16913917] Global namespace pollution in C4::Letters
Clay Fouts [Thu, 11 Aug 2011 22:29:07 +0000 (15:29 -0700)]
[delivers #16913917] Global namespace pollution in C4::Letters

%C4::Letters::handles can end up bleeding information from one
session to the next when running in a persistent environment.
Caching of this data does not create a material performance
improvement, so this patch just removes it altogether. If it
turns out there are some use cases where caching is indicated,
a new mechansim using CHI handles stored in C4::Context is
required.

12 years ago[#16893161] (fixup) PDF::Reuse writes to wrong STDOUT under Plack
Clay Fouts [Thu, 11 Aug 2011 21:47:08 +0000 (14:47 -0700)]
[#16893161] (fixup) PDF::Reuse writes to wrong STDOUT under Plack

12 years ago[#16408283] make label exports run under Plack
Ha Quach [Thu, 11 Aug 2011 19:52:00 +0000 (15:52 -0400)]
[#16408283] make label exports run under Plack
- our-ify some variables
- add __END__ token to prevent closure, exit, and POD clash

12 years agoMicro release: 4.8.13 v4.08.13
Clay Fouts [Thu, 11 Aug 2011 18:41:23 +0000 (11:41 -0700)]
Micro release: 4.8.13

12 years ago[#16893161] (fixup) comparing integers with string operators
Clay Fouts [Thu, 11 Aug 2011 18:41:02 +0000 (11:41 -0700)]
[#16893161] (fixup) comparing integers with string operators

12 years ago[#16893161] (fixup) another sub calling package globals
Clay Fouts [Thu, 11 Aug 2011 18:40:08 +0000 (11:40 -0700)]
[#16893161] (fixup) another sub calling package globals

12 years agoMicro release: 4.8.12 v4.08.12
Clay Fouts [Thu, 11 Aug 2011 18:10:20 +0000 (11:10 -0700)]
Micro release: 4.8.12

12 years agoMerge branch '4_08' of github.com:pjones9/ptfs-master into 4_08
Clay Fouts [Thu, 11 Aug 2011 18:08:45 +0000 (11:08 -0700)]
Merge branch '4_08' of github.com:pjones9/ptfs-master into 4_08

12 years agoPT16310341: SIP2 differentiation between item-level and title-level holds
David Birmingham [Thu, 11 Aug 2011 17:34:20 +0000 (13:34 -0400)]
PT16310341: SIP2 differentiation between item-level and title-level holds

The SIP2 code was essentially forcing a priority hold regardless of whether
it was a title-level or item-level hold.  Altered the code to account for
an item level hold by testing for an itemnumber and non-found status in the
reserves table.  Needed to regain patron info if an item level hold was in
place for an item that was being checked in.

12 years ago[delivers #16893161] reference to unavailable package global in label-create-pdf.pl
Clay Fouts [Thu, 11 Aug 2011 18:03:25 +0000 (11:03 -0700)]
[delivers #16893161] reference to unavailable package global in label-create-pdf.pl

12 years agoMerge pull request #133 from hgq/12_01_pt16894109_4_08
Clay Fouts [Thu, 11 Aug 2011 17:12:38 +0000 (10:12 -0700)]
Merge pull request #133 from hgq/12_01_pt16894109_4_08

12 01 pt16894109 4 08

12 years ago[#16894109] suppress privacy sensitive info from OPAC fines display
Ha Quach [Thu, 11 Aug 2011 15:47:52 +0000 (11:47 -0400)]
[#16894109] suppress privacy sensitive info from OPAC fines display

12 years agoMicro release: 4.8.11 v4.08.11
Clay Fouts [Thu, 11 Aug 2011 15:12:11 +0000 (08:12 -0700)]
Micro release: 4.8.11

12 years agoUpdate incorrect exit() calls in reports and labels
Clay Fouts [Thu, 11 Aug 2011 14:54:05 +0000 (07:54 -0700)]
Update incorrect exit() calls in reports and labels

Unix' convention is that a 0 exit status indicates success and
non-zero failure, the inverse of Perl/C/etc.

12 years agoMicro release: 4.8.10 v4.08.10
Clay Fouts [Wed, 10 Aug 2011 23:40:10 +0000 (16:40 -0700)]
Micro release: 4.8.10

12 years ago[delivers #16861699] Inject Biblios iframe link URL via $KOHA_CONF
Clay Fouts [Wed, 10 Aug 2011 21:29:46 +0000 (14:29 -0700)]
[delivers #16861699] Inject Biblios iframe link URL via $KOHA_CONF

In addition to $ENV{BIBLIOS_LINK} this option can now be added
through a <biblios_link>URL</biblios_link> tag within the
<config> section of the koha-conf.xml file.

12 years agoMicro release: 4.8.9 v4.08.09
Clay Fouts [Fri, 5 Aug 2011 22:23:41 +0000 (15:23 -0700)]
Micro release: 4.8.9

12 years ago[Fixes #16684897] Holds queue displaying incorrect call numbers
Ha Quach [Wed, 11 May 2011 20:31:17 +0000 (16:31 -0400)]
[Fixes #16684897] Holds queue displaying incorrect call numbers

This fix uses items.itemcallnumber instead of tmp_holdsqueue.itemcallnumber.
A schema change is needed in the future to use foreign keys instead of
static stale data.

12 years agoMicro release: 4.8.8 v4.08.08
Clay Fouts [Fri, 5 Aug 2011 21:51:19 +0000 (14:51 -0700)]
Micro release: 4.8.8

12 years agoswap itemnumber and reservenumber in FillReserve w/ unshift
Ha Quach [Fri, 5 Aug 2011 21:32:13 +0000 (17:32 -0400)]
swap itemnumber and reservenumber in FillReserve w/ unshift

12 years agoMerge pull request #130 from hgq/11_13_rmDupesHoldsQueue
Clay Fouts [Fri, 5 Aug 2011 20:13:55 +0000 (13:13 -0700)]
Merge pull request #130 from hgq/11_13_rmDupesHoldsQueue

11 13 rm dupes holds queue

12 years agoone more place for dupecheck in build_holds_queue.pl
Ha Quach [Fri, 5 Aug 2011 20:04:58 +0000 (16:04 -0400)]
one more place for dupecheck in build_holds_queue.pl

12 years agoMicro release: 4.8.7 v4.08.07
Clay Fouts [Fri, 5 Aug 2011 19:04:02 +0000 (12:04 -0700)]
Micro release: 4.8.7

12 years agoMore C4::Members::GetMember specs
Clay Fouts [Fri, 5 Aug 2011 18:58:18 +0000 (11:58 -0700)]
More C4::Members::GetMember specs

12 years ago[delivers #16677493] Error when viewing patron lists
Clay Fouts [Fri, 5 Aug 2011 18:49:53 +0000 (11:49 -0700)]
[delivers #16677493] Error when viewing patron lists

12 years agoMicro release: 4.8.6 v4.08.06
Clay Fouts [Fri, 5 Aug 2011 18:40:48 +0000 (11:40 -0700)]
Micro release: 4.8.6

12 years agoMerge pull request #129 from hgq/11_12_pt1667219_4_08
Clay Fouts [Fri, 5 Aug 2011 18:39:42 +0000 (11:39 -0700)]
Merge pull request #129 from hgq/11_12_pt1667219_4_08

11 12 pt1667219 4 08

12 years agoCompletely specify GetMember package
Clay Fouts [Fri, 5 Aug 2011 18:37:59 +0000 (11:37 -0700)]
Completely specify GetMember package

12 years ago[#16672179] internal server error on confirm checkout hold override
Ha Quach [Fri, 5 Aug 2011 17:48:15 +0000 (13:48 -0400)]
[#16672179] internal server error on confirm checkout hold override
- fixed wrong way to get superlibrarian permission
- fixed namespace problem in Circulation.pm calling ModReserve

12 years agoMicro release: 4.8.5 v4.08.05
Clay Fouts [Thu, 4 Aug 2011 22:29:59 +0000 (15:29 -0700)]
Micro release: 4.8.5

12 years ago[#16468403] (fixup) Account for discrepancy in itype definition
Clay Fouts [Thu, 4 Aug 2011 22:28:59 +0000 (15:28 -0700)]
[#16468403] (fixup) Account for discrepancy in itype definition

12 years ago[#16029551] (fixup) Was dereferencing a non-reference
Clay Fouts [Thu, 4 Aug 2011 15:46:16 +0000 (08:46 -0700)]
[#16029551] (fixup) Was dereferencing a non-reference

12 years agoMicro release: 4.8.4 v4.08.04
Clay Fouts [Wed, 3 Aug 2011 21:39:12 +0000 (14:39 -0700)]
Micro release: 4.8.4

12 years agoMerge pull request #124 from hgq/11_10_pt16468403_4_08
Clay Fouts [Wed, 3 Aug 2011 21:37:11 +0000 (14:37 -0700)]
Merge pull request #124 from hgq/11_10_pt16468403_4_08

11 10 pt16468403 4 08

12 years ago[#16468403] fix no userenv branch when running longoverdue cron
Ha Quach [Wed, 3 Aug 2011 20:43:34 +0000 (16:43 -0400)]
[#16468403] fix no userenv branch when running longoverdue cron
and we do a MarkLostItemsReturned upon a Lost+Charge on issued item,
and we have to get the branch for looking up which issuing rule to use

12 years ago[#14999551] catch other cases of cascading dialog forms, esp. lost+transfer
Ha Quach [Tue, 2 Aug 2011 19:20:10 +0000 (15:20 -0400)]
[#14999551] catch other cases of cascading dialog forms, esp. lost+transfer

12 years agoMerge pull request #103 from ctfliblime/PT16371557-4_08
Clay Fouts [Fri, 29 Jul 2011 19:13:00 +0000 (12:13 -0700)]
Merge pull request #103 from ctfliblime/PT16371557-4_08

Pt16371557 4 08

12 years ago[#16042719] (followup) Normalize null options and default values of sysprefs
Clay Fouts [Thu, 28 Jul 2011 23:03:50 +0000 (16:03 -0700)]
[#16042719] (followup) Normalize null options and default values of sysprefs

12 years ago[delivers #16371557] Cordon off administrative functions from web access
Clay Fouts [Thu, 28 Jul 2011 19:31:22 +0000 (12:31 -0700)]
[delivers #16371557] Cordon off administrative functions from web access

Directories such as misc/ C4/ Koha/ and so on should not be accessible
via URI. This patch uses middleware to exclude access to shell-only
areas.

DEPENDENCIES:
 * ADDS: Plack::Middleware::Status

12 years ago[delivers #16336385] Deprecate Koha::Plack::ScrubStatus
Clay Fouts [Wed, 27 Jul 2011 23:19:52 +0000 (16:19 -0700)]
[delivers #16336385] Deprecate Koha::Plack::ScrubStatus

DEPENDENCIES:
 * ADDS: Plack::Middleware::Header

12 years agoMerge pull request #100 from ctfliblime/PT16029551-4_08
Clay Fouts [Wed, 27 Jul 2011 22:44:33 +0000 (15:44 -0700)]
Merge pull request #100 from ctfliblime/PT16029551-4_08

Pt16029551 4 08

12 years ago[delivers #16029551] COinS calculator dying on unchecked return value
Clay Fouts [Wed, 27 Jul 2011 21:29:16 +0000 (14:29 -0700)]
[delivers #16029551] COinS calculator dying on unchecked return value

If, as in the case of a newly deleted title, an OPAC search result list
includes a title that no longer exists, the COinS creator would die
from accessing an unchecked return value. This patch explicitly croaks
in that case and places catch()es within the caller to emit a simple
warn instead of dying.

12 years agoMicro release: 4.8.3 v4.08.03
Clay Fouts [Mon, 25 Jul 2011 20:18:59 +0000 (13:18 -0700)]
Micro release: 4.8.3

12 years agoMerge pull request #94 from hgq/11_02_pt16152385_4_08
Clay Fouts [Mon, 25 Jul 2011 20:16:41 +0000 (13:16 -0700)]
Merge pull request #94 from hgq/11_02_pt16152385_4_08

11 02 pt16152385 4 08

12 years ago[fixes #16152385] our above subroutines in main under Plack... this needs to
Ha Quach [Mon, 25 Jul 2011 17:35:12 +0000 (13:35 -0400)]
[fixes #16152385] our above subroutines in main under Plack... this needs to
be done in so many places

12 years agoMerge pull request #91 from hgq/10_10_pt14149993_4_08
Clay Fouts [Fri, 22 Jul 2011 19:02:29 +0000 (12:02 -0700)]
Merge pull request #91 from hgq/10_10_pt14149993_4_08

10 10 pt14149993 4 08

12 years agominor tweaks:
Ha Quach [Fri, 22 Jul 2011 16:10:13 +0000 (12:10 -0400)]
minor tweaks:
- suppress Perl warning of uninit var in numeric comparison of
  $lasttime when there isn't any (maybe we logged out properly?)
- Plack eval()'s expect clean exits, so installer.pl was backwards
  and never reached login page after Web installation step 3,
  cannot exit nonzero

12 years ago[#15592081] differentiate verbiage between returned and renewed in fines
Ha Quach [Thu, 21 Jul 2011 16:35:10 +0000 (12:35 -0400)]
[#15592081] differentiate verbiage between returned and renewed in fines

12 years ago[fixes #14149993] make a transfer at checkin: lost, notlost, &c. Other fixes:
Ha Quach [Mon, 18 Jul 2011 14:33:18 +0000 (10:33 -0400)]
[fixes #14149993] make a transfer at checkin: lost, notlost, &c. Other fixes:
- fix undef Perl warning in mapping in fines.pl
- fix overdue from datedue calculation, was using object instead of ISO date
  from issues
- finally finished work on refund owed for backdate checkin resulting
  in downward adjustment of fine
- converted Yes|No option to Continue prompt: Remove from patron's Lost Items
- retested and fixed some lost prompts +notissued/issued, +hold/nohold, &c.

12 years ago[fixes #14999551] fix general case of lost:missing (not lost+charge),
Ha Quach [Mon, 18 Jul 2011 14:33:18 +0000 (10:33 -0400)]
[fixes #14999551] fix general case of lost:missing (not lost+charge),
notissued, noholds.  Tested against other cases:
case 1) lostNcharge+nohold+notissued
     1.a. checkin at A - OK
     1.b. checkin at B - OK
        1.b.ii. had previous transfer - OK
case 2) lostMissing+nothold+notissued
     2.a. checkin at A - OK, click <OK> and form will now submit
     2.b. checkin at B
        2.b.i.  no prior transfer   - OK
        2.b.ii. have prior transfer - OK

12 years ago[addresses #15528107 and #15895609] more holds and tranfer fixes
Ha Quach [Mon, 18 Jul 2011 14:33:18 +0000 (10:33 -0400)]
[addresses #15528107 and #15895609] more holds and tranfer fixes
- handle case: item already waiting at pickup branch, checkin at pickup
  branch; relax previous assumption that item is permanent collection (not always true)
- allow ignore hold upon checkin at pickup library and not yet waiting
  (don't automatically set hold to waiting in AddReturn())

12 years ago[Fixes #15841545] some fixes for intransit holds
Ha Quach [Mon, 18 Jul 2011 14:33:18 +0000 (10:33 -0400)]
[Fixes #15841545] some fixes for intransit holds
- <Confirm and transfer> button was dead
- patron details: On Holds tab was displaying both intransit and waiting
- put intransit and add to branchtransfers when notlost, notissued
* TODO: fault tolerance for intransit but no entry in branchtransfers

12 years ago[fixes #15483899] longoverdue script needs to honor syspref MarkLostItemsReturned
Ha Quach [Fri, 15 Jul 2011 20:29:20 +0000 (16:29 -0400)]
[fixes #15483899] longoverdue script needs to honor syspref MarkLostItemsReturned

12 years agoMerge pull request #90 from ctfliblime/PT15591737-4_08
Clay Fouts [Thu, 21 Jul 2011 23:42:48 +0000 (16:42 -0700)]
Merge pull request #90 from ctfliblime/PT15591737-4_08

Pt15591737 4 08

12 years agoMerge pull request #88 from ctfliblime/PT16042719-4_08
Clay Fouts [Thu, 21 Jul 2011 23:42:27 +0000 (16:42 -0700)]
Merge pull request #88 from ctfliblime/PT16042719-4_08

Pt16042719 4 08

12 years ago[delivers #15591737] Fix improper use of cache handles
Clay Fouts [Thu, 21 Jul 2011 23:08:04 +0000 (16:08 -0700)]
[delivers #15591737] Fix improper use of cache handles

C4::Koha::GetAuthorisedValue had been improperly refactored
to use the CHI cache object handle rather than the computed
cache contents. This of course resulted in all calls to
GetAuthorisedValue to return undef.

12 years ago[delivers #16042719] Installer should load default sysprefs
Clay Fouts [Thu, 21 Jul 2011 17:35:17 +0000 (10:35 -0700)]
[delivers #16042719] Installer should load default sysprefs

12 years agoMicro release: 4.8.2 v4.08.02
Clay Fouts [Wed, 20 Jul 2011 23:24:29 +0000 (16:24 -0700)]
Micro release: 4.8.2

12 years agoPT15596575: SCLS sandbox failed ITG selfcheck (HIGH -- SC 15960)
David Birmingham [Mon, 18 Jul 2011 21:50:07 +0000 (17:50 -0400)]
PT15596575: SCLS sandbox failed ITG selfcheck (HIGH -- SC 15960)

Previous processing of the item due date was written as if the date was
a C4::Dates object.  It isn't, so I removed the call to its output method.

12 years agoPT13633157: OPAC not obeying 942$n bib suppression setting (SC #14321)
David Birmingham [Fri, 15 Jul 2011 20:17:06 +0000 (16:17 -0400)]
PT13633157: OPAC not obeying 942$n bib suppression setting (SC #14321)

If the framework allows the biblionumber (999$c) field to be displayed and
edited within the MARC editor, then this results in an additional 999$c value
being added to the MARC record.  This is because the code already pulled the
biblionumber from the biblio table.  This patch removes the addition of the
extra 999$c field, although this field shouldn't really be editable in the
first place.

12 years ago[fixes #15236079] spine label typo Spilt to Split
Ha Quach [Fri, 15 Jul 2011 17:46:35 +0000 (13:46 -0400)]
[fixes #15236079] spine label typo Spilt to Split

12 years agoMerge pull request #80 from hgq/10_07_pt14986797_4_08
Clay Fouts [Wed, 20 Jul 2011 22:37:14 +0000 (15:37 -0700)]
Merge pull request #80 from hgq/10_07_pt14986797_4_08

10 07 pt14986797 4 08

12 years ago[fixes #14986797] fixes for fastadd
Ha Quach [Wed, 20 Jul 2011 18:50:00 +0000 (14:50 -0400)]
[fixes #14986797] fixes for fastadd
- in circulation, allow creation of bib and item using FA framework which,
  after deliberation, is decided to be hardcoded rather than controlled by
  syspref.  If the FA framework doesn't exist yet, the librarian will get
  a friendly warning message but can proceed w/ fastadd and checkout using
  default framework
- get 952$c explicitly (the barcode) for displaying at top of framework in
  additem.pl, eliminating the bug that the field's text never displayed
  and merely left behind a hyphen since code previously used regex instead
  of hash keys.  This also incidentally fixes the bug that attempting to
  submit the form fails due to a JS error with trying to pass rmBarcode
  over a nondisplaying field

12 years agoMicro release: 4.8.1 v4.08.01
Clay Fouts [Thu, 14 Jul 2011 23:49:03 +0000 (16:49 -0700)]
Micro release: 4.8.1

12 years agoUpdate Makefile.PL with new dependencies
Clay Fouts [Thu, 14 Jul 2011 21:05:04 +0000 (14:05 -0700)]
Update Makefile.PL with new dependencies

12 years ago[delivers #15796177] Enable setting of timezone in $KOHA_CONF
Clay Fouts [Thu, 14 Jul 2011 21:10:11 +0000 (14:10 -0700)]
[delivers #15796177] Enable setting of timezone in $KOHA_CONF

Koha can't rely on environment variables if using Plack
with multiple libraries since those vars could vary from
instance to instance. This patch allows setting TZ based
on instance-specific configuration info.

Additionally, this displays the active local time on the
about.pl page.

12 years agoHave middleware copy existing %ENV into localized %ENV
Clay Fouts [Thu, 14 Jul 2011 21:09:47 +0000 (14:09 -0700)]
Have middleware copy existing %ENV into localized %ENV

12 years agoNeglected to include JSON module from C4::Context
Clay Fouts [Tue, 12 Jul 2011 16:43:25 +0000 (09:43 -0700)]
Neglected to include JSON module from C4::Context

12 years agoMinor release: 4.8.0 v4.08.00
Clay Fouts [Tue, 12 Jul 2011 00:12:44 +0000 (00:12 +0000)]
Minor release: 4.8.0

12 years agoMerge pull request #57 from ctfliblime/PT14668229
Clay Fouts [Tue, 12 Jul 2011 00:06:18 +0000 (17:06 -0700)]
Merge pull request #57 from ctfliblime/PT14668229

PTFS PT 11434853 remove paging from Holds Queue Report

12 years agoMerge pull request #56 from hgq/08_07_pt15475375_head
Clay Fouts [Tue, 12 Jul 2011 00:05:59 +0000 (17:05 -0700)]
Merge pull request #56 from hgq/08_07_pt15475375_head

[Fixes #15475375] goto UpdateStats differently in UpdateFine()

12 years agoMerge branch 'ptfs-master' of git@github.com:pjones9/ptfs-master into ptfs-master
Clay Fouts [Mon, 11 Jul 2011 23:57:58 +0000 (23:57 +0000)]
Merge branch 'ptfs-master' of git@github.com:pjones9/ptfs-master into ptfs-master