Ryan Higgins
86ee8ee384
Add print slip to hold confirmation dialog.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Ryan Higgins
e00966e073
Report borrower's home library on reserves library mismatch.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
d69ea30d01
just some notes for RMs :-)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
85cfcf5369
updating installation docs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
93a08fb4d0
updating release notes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
7107930b90
updating translations for release
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
f818b620a6
Two utilities to help manage translations
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
5abed24d10
Adding some new translations
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
bf70c57899
Updating translations for release
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
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>
15 years ago
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>
15 years ago
Galen Charlton
ad0639e548
remove some unneeded use statements
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Owen Leonard
64f93777a9
Fixing branch select onChange() function, hopefully fixes Bug 1957, Holiday Calendar broken in Internet Explorer
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
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>
15 years ago
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>
15 years ago
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>
15 years ago
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>
15 years ago
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>
15 years ago
Owen Leonard
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>
15 years ago
Henri-Damien LAURENT
097e8f1c52
bug fix : 1804 : Now empty authorities and empty search return results.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Henri-Damien LAURENT
6fc80555d1
Bug fixing : 1746 : password was not escaped.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
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>
15 years ago
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>
15 years ago
Joshua Ferraro
5f9c9c0f86
don't display the name of the library in singleBranchMode
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
0eb7388f98
fixing singlebranchmode display issues
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
56a2dddc77
adding OPACShelfbrowse to OPAC tab
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
90bff5e0ac
fixing availability limit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
f85bb6d49a
adding title indexes for 780
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
9d0fdfab5a
don't show library facet if singleBranchMode is ON
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
d4bde52e7a
Adding a couple benchmark scripts
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Joshua Ferraro
8f4224c46f
obey opaclanguagesdisplay syspref
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
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>
15 years ago
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>
15 years ago
Owen Leonard
18512df857
Markup correction.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Owen Leonard
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>
15 years ago
Owen Leonard
4dfcf1d3a9
More changes to properly implement opacuserlogin preference.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Owen Leonard
4d7c20837d
Changes to properly implement opacuserlogin preference.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Owen Leonard
0f1825d055
Changes to allow highlighting of current tab on user pages.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Owen Leonard
a4e22029cc
Updates to tweak the way suggestions and suggestions links display when various suggestions-related prefs are on or off.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Chris Nighswonger
fffff30b13
Commenting out unused call to get_batches.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Chris Nighswonger
2ed253639b
Modifications to viewlog.pl to keep it in the context from which it was called.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Chris Nighswonger
73dde7a03a
Correcting warn concerning kohaversion.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Chris Nighswonger
b28d306a94
Updating patronimages syspref to reflect current sysprefs.sql
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Galen Charlton
e4ea107c9b
use bind variables in GetBorrowersWhoHaveNotBorrowedSince query
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Galen Charlton
3eb7a607e5
more old_issues SQL cleanup
* no need to test for 'returndate is null' in queries
on old_issues
* added more stylistic corrections
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Galen Charlton
0b7c80ee9f
Revert "Updatedatabase UPDATE For more_subfields_xml to be added to deleteditems at the same time as it is to items."
This reverts commit eaac37aa6ea8c4f2b79adaa4186bc08a9ac9efd4.
Rev 052 in updatedatabase.pl already adds more_subfields_xml
to deleteditems - the reverted patch would attempt to add
more_subfields_xml to deleteditems twice for anybody
upgrading from < 048.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Henri-Damien LAURENT
2026434ed7
More problems with old_issues.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Henri-Damien LAURENT
48856684f3
Assigning bug 1835 : change password would never log password change.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Henri-Damien LAURENT
82349a67cf
Using old_issues table
need some testing on data since I donot have valid data in my fresh created database.
Note : Shouldnot updatedatabase also cope with data "moving"
when a table is created and that some data should go from one table to another ?
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago
Henri-Damien LAURENT
5904681fac
CleanBorrowers fixing.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
15 years ago