Owen Leonard [Wed, 23 Dec 2009 14:07:25 +0000 (09:07 -0500)]
Fix for Bug 3991, Circulation search submit button wrapping in WebKit browsers
If CircAutocompl is ON, the circ search form has a hidden <div> for use in
displaying live search results. For some reason WebKit browsers (Safari and
Chrome) treat this hidden element as a something that should create a line
break like any other block-level element. Moving the submit button to
before that hidden <div> fixes the problem without disrupting the display
of the live search results.
Nicole Engard [Sat, 19 Dec 2009 01:14:01 +0000 (20:14 -0500)]
Bugs: 3965, 3979, 3981 - GST changes in acquisitions
This patch fixes three bugs:
Bug 3965: gist sys pref not taken into account
changed it so that GST does not show on basket if gist pref set to 0
changed it so that GST fields don't appear on vendor record if gist pref=0
Bug 3979: gst options not lining up
fixed layout on vendor add/edit form so GST radio buttons line up right
Bug 3981: GST confusing in en-US
there is no GST in the US and so GST changed to 'Tax' in templates
Also, a small spacing fix was made to the path on the basket grouping
template.
Owen Leonard [Mon, 21 Dec 2009 15:13:20 +0000 (10:13 -0500)]
Fix for Bug 3271, Missing message when adding to a list with no items selected
The shelf js was trying to access a variable set by the Cart-related js. With
the cart disabled, the variable was missing. The patch sets this variable
for cases when the Cart is turned off.
Owen Leonard [Mon, 21 Dec 2009 14:18:41 +0000 (09:18 -0500)]
Fix for Bug 3229, The "Sort By" feature for lists does not work.
White space in table cells can often break the javascript tablesorter.
The previous patch to tie the js tablesorter to the shelf sort
parameters should work now.
Frédéric Demians [Mon, 21 Dec 2009 09:55:55 +0000 (10:55 +0100)]
Update Debian Lenny installation procedure
- Install Debian Lenny packages required by Koha directly with apt-get
rather than with dselect.
- Update documentation about Zebra indexer configuration via
rebuild_zebra.pl rather than zebraqueue_daemon.pl script.
Owen Leonard [Tue, 15 Dec 2009 18:13:49 +0000 (13:13 -0500)]
Fix for Bug 3926 (suggestion edit form combines data)
Breaking patron information variable into separate surname, firstname, branch, category, and borrowernumber variables and using those variables to tweak the display.
Bugfix for various bugs in mandatory and sample data for webinstaller
NOTE: This patch removes the sample budgets data which was obsoleted by the new
aquisitions module. The changes introduced with this new module will require
a completely new set of sample data to be written.
Owen Leonard [Fri, 11 Dec 2009 15:01:46 +0000 (10:01 -0500)]
Fix for Bug 3905 (Serial routing list add patron popup pagination broken)
This patch also includes formatting fixes and style updates. The patron search filter form is incorporated now within serials/member-search.tmpl in order to have a markup structure more suited to the pop-up.
Garry Collum [Sat, 19 Dec 2009 21:30:23 +0000 (16:30 -0500)]
Bug 3964: Fixes several XHMTL errors in aqplan.tmpl.
aqplan.tmpl still contains some errors after this patch, mainly id elements that start with an numeric value. But I need to examine the code more throughly before these are fixed.
David Birmingham [Fri, 18 Dec 2009 23:04:01 +0000 (18:04 -0500)]
Changes to advance_notices.pl cronjob
Enabled the -n (nomail) option, which was previously doing nothing. In
addition, I have added an -itemscontent option to allow for <<items.content>>
to be used in the notices for DUE and PREDUE.
Garry Collum [Fri, 18 Dec 2009 18:52:56 +0000 (13:52 -0500)]
Bug 3955: Fixes leading space error in search.
Leading spaces in a search term were causing an error to be thrown in a join operator when auto-truncations is turned on. This patch removes the leading spaces.
Owen Leonard [Fri, 18 Dec 2009 20:10:03 +0000 (15:10 -0500)]
Fix for Bug 3949, "already received box has funny shading" and other cosmetic changes
- moving filter form to sidebar
- correcting markup
- moving table row show/hide message out of the table and adjusting for zero- vs. 1-based js counts