Galen Charlton
57d128f727
rebuild_zebra: exit if both -a and -x specified
...
At moment using both -a (index authorities) and
-x (export records as MARC XML) is not allowed -
if the Zebra authority database is using the DOM
filter, zebraidx will not be able to process the
exported records correctly.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:57:44 -05:00
Galen Charlton
f0d5da7448
more rebuild_zebra.pl refactoring
...
1. Logic to fix up record IDs, UNIMARC 100 field,
and record leader now in separate functions.
2. Removed (incorrect) logic to save corrected record
in database.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:57:43 -05:00
Galen Charlton
f98c27a8bc
refactor rebuild_zebra: new routine for invoking zebraidx
...
Created a routine for calling zebraidx, replacing
separate invocations for bibs and authorities.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:57:42 -05:00
Galen Charlton
ae8a76dacc
rebuild_zebra.pl: removed disused $limit option
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:57:41 -05:00
52c7a4f697
Markup corrections. Tweaking holds interface.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:40 -05:00
1b43d64a71
Adding function to empty cart when user logs out.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:39 -05:00
7573de259a
Markup correction.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:37 -05:00
88fef9c6c1
Removing a couple of unused templates
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:35 -05:00
afabf473f4
Removing old patronimages js check, adding missing patron image variable to script.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:33 -05:00
200e00e347
Reformatting holds list to better match checkouts list
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:32 -05:00
5702b149c3
Fixing bug that caused all items in checked-out list to show up as overdue; Reformatting table and tweaking select all/none behavior.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:31 -05:00
178e230cca
Fixing bug where language menu footer wouldn't "stick."
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:27 -05:00
0a694b581c
Beginning work on Calendar compatibility fixes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:22:26 -05:00
Ryan Higgins
76fb49ba37
Send borrower mods to branchemail instead of syspref.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:20:27 -05:00
Ryan Higgins
86ee8ee384
Add print slip to hold confirmation dialog.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:20:25 -05:00
Ryan Higgins
e00966e073
Report borrower's home library on reserves library mismatch.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-25 07:20:22 -05:00
Joshua Ferraro
d69ea30d01
just some notes for RMs :-)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-23 00:50:18 -05:00
Joshua Ferraro
85cfcf5369
updating installation docs
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-23 00:26:30 -05:00
Joshua Ferraro
93a08fb4d0
updating release notes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-23 00:26:15 -05:00
Joshua Ferraro
7107930b90
updating translations for release
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-22 22:42:57 -05:00
Joshua Ferraro
f818b620a6
Two utilities to help manage translations
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-22 22:42:07 -05:00
Joshua Ferraro
5abed24d10
Adding some new translations
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-22 15:36:27 -05:00
Joshua Ferraro
bf70c57899
Updating translations for release
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-22 14:51:07 -05:00
Joshua Ferraro
556721e86a
Experimental XSLT-based display of results and details pages To enable, create two new YesNo sysprefs: XSLTDetailsDisplay and XSLTResultsDisplay, and set them to ON. Feature to be expanded in a future version, this experimental code is for proof of concept only and doesn't introduce any changes if sysprefs are not created.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:49:04 -05:00
Galen Charlton
b4f39e5c58
do not let MARC::Batch open MARC files
...
The version of MARC::Batch->new() distributed with version
2.0.0 of MARC::Record, if given a file name, will
open it using the ':utf8' layer. This results in an
incorrect character conversion when processing records
in the MARC-8 character encoding.
To avoid this, batch jobs that use MARC::Batch now
open the file themselves, then pass the file handle
to MARC::Batch->new().
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:46:39 -05:00
Galen Charlton
ad0639e548
remove some unneeded use statements
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:46:29 -05:00
64f93777a9
Fixing branch select onChange() function, hopefully fixes Bug 1957, Holiday Calendar broken in Internet Explorer
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:46:28 -05:00
Galen Charlton
2ccb547118
partial fix for bug 1417
...
The Notes field should now be displayed correctly
when editing an order - the query in GetOrder
was modified to have aqorder's notes column
appear last, which means that it is the one
selected for the data hash (instead of biblio.notes
or biblioitems.notes).
This is an ugly fix - GetOrder needs to be
refactored so that it doesn't depend on
selecting all columns from several different
tables.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:20 -05:00
Andrew Moore
c445e449c3
bug: 1953. cleaning up Acquisition::NewOrder just a little bit.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:19 -05:00
Andrew Moore
5285bb04fe
bug: 1953. using placeholders in C4::Acquisition::NewOrder.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:18 -05:00
Andrew Moore
a610782e6c
bug 1953: using placeholders in C4::Acquisition::GetParcel
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:17 -05:00
Andrew Moore
9cf2a4b730
bug 1953: using placeholders in C4::Acquisition::GetParcel
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:16 -05:00
b853eed5f4
Some reworking of suggestions management interface in preparation for tackling hdl's proposal of wider scope. Includes change to Suggestions.pm to enable passing of borrowernumber to the template.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:15 -05:00
Henri-Damien LAURENT
097e8f1c52
bug fix : 1804 : Now empty authorities and empty search return results.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:14 -05:00
Henri-Damien LAURENT
6fc80555d1
Bug fixing : 1746 : password was not escaped.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:12 -05:00
Henri-Damien LAURENT
2007ce3a25
Some Bugfixing for Acquisitions : ModOrderReceive would create 2 lines in baskets And titles were displayed twice in parcel.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:11 -05:00
Henri-Damien LAURENT
c6a268a343
bug fixing : when closing a basket, supplier was searched by name, not by id.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-21 21:45:10 -05:00
Joshua Ferraro
5f9c9c0f86
don't display the name of the library in singleBranchMode
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 09:14:01 -05:00
Joshua Ferraro
0eb7388f98
fixing singlebranchmode display issues
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 09:01:07 -05:00
Joshua Ferraro
56a2dddc77
adding OPACShelfbrowse to OPAC tab
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:41:25 -05:00
Joshua Ferraro
90bff5e0ac
fixing availability limit
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:41:17 -05:00
Joshua Ferraro
f85bb6d49a
adding title indexes for 780
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:41:08 -05:00
Joshua Ferraro
9d0fdfab5a
don't show library facet if singleBranchMode is ON
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:40:57 -05:00
Joshua Ferraro
d4bde52e7a
Adding a couple benchmark scripts
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:40:48 -05:00
Joshua Ferraro
8f4224c46f
obey opaclanguagesdisplay syspref
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-20 08:40:36 -05:00
Andrew Moore
761656570b
bug 1953: use bind variables in C4::Acquisition::GetPendingOrders
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 15:46:24 -05:00
Andrew Moore
a5325c4fcc
use bind variables in C4::Acquisition::GetPendingOrders
...
I improved the tests a bit for this module so that they at least skip
if there's not enough data in the database to test with.
I was unable to test the actual execution path through the change I actually made.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 15:46:23 -05:00
18512df857
Markup correction.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 15:46:22 -05:00
7ec49e693a
Fix to enable OPACUserCSS preference (allows user to add CSS globally in the OPAC via an embedded style block)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 15:46:21 -05:00
4dfcf1d3a9
More changes to properly implement opacuserlogin preference.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 15:46:20 -05:00