Galen Charlton
b733a5baa8
MARC21 authorities: fixed leader value builder
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:46 -06:00
Galen Charlton
2175ab7b7e
cataloging plugins: enable access from authorities
...
Allow plugins to be be launched from authorities
editor as well as bib editor, without duplicating
plugin_launcher.pl.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:44 -06:00
Joe Atzberger
65ce93c38a
OPAC VirtualShelves overhaul -- bugfix 1413 (among others)
...
Making shelves work in the opac.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:58:07 -06:00
Ryan Higgins
74a76e539d
Fix fatal error on authority search when biblioaddauthority syspref is set.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:42:01 -06:00
Galen Charlton
7ad86c3a8e
added logdir to koha-conf.xml
...
This parameter, initialized from LOG_DIR during installation,
allows scripts to specify a common directory for logs.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:40:11 -06:00
Galen Charlton
a020f6d6c7
MARC and ISBD display: removed references to action-catalogue.inc
...
This include no longer exists.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:58 -06:00
Galen Charlton
704a1df890
fixed Javascript in additem.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:48 -06:00
Galen Charlton
281c1e2454
only munge copyrightdate and publicationyear if they exist
...
Prior to this fix, those two keys were always
created by TransformMarcToKoha even when
not appropriate (e.g., for items).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:44 -06:00
Galen Charlton
3584922a70
fixed quoting problem in updatedatabase.pl; version now 038
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:40 -06:00
0049dd64b3
Fixing dialog formatting
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:37:43 -06:00
f9dd2ec505
Style improvements to moredetail.tmpl; Bug fix for removal of virtual shelf items in opac.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:37:27 -06:00
5082f7e280
Beginning some reformatting of advanced search interface
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:31:27 -06:00
063d68436a
Minor reformatting of error messages.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:31:10 -06:00
4afc512039
Fix to enable reading history in the staff client.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:30:54 -06:00
Joshua Ferraro
095ab72323
missing "
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:37:23 -06:00
Joshua Ferraro
c70df80694
Search.pm Bugfixing
...
Getting Search.pm air tight ... cleaned up some local variables
that were declared global
fix to asynchronous federated searching lost since dev_week, immediate
use is authority search
template fixes to item-level itemtypes and bib-level itemtypes
temp workaround to javascript problems preventing item edits
fix to installer
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:32:24 -06:00
Joshua Ferraro
1a7a650ea2
improve embedded documentation and perldoc
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:32:15 -06:00
Joshua Ferraro
d7938406c5
s/holded by/maintained/
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:32:07 -06:00
Joshua Ferraro
338e85582a
Improvements to nomenclature re: authority tag, making .tip global
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:31:56 -06:00
Galen Charlton
8f82439e61
important: DBD::mysql 4.004 or later required
...
This version of DBD::mysql is required in order to have
proper handling of UTF8 strings.
Also bumped version of YAML::Syck down to 0.71 to
match Debian stable package.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:18:53 -06:00
Chris Cormack
358ec9c6c3
Fix for 1582, if independent branches is on, you cant return to
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:24:37 -06:00
Galen Charlton
e2169110c7
fixed typo in new borrower column
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:24:32 -06:00
Galen Charlton
a858e8a8b8
session management: use YAML::Syck for serialization
...
When using mysql and a sufficiently recent version
of DBD::mysql that actually respects the mysql_enable_utf8
option, setting the current branch to a name that
includes a diacritic causes the session to fail
and forces the user to the login screen upon
clicking another link.
This turned out to be due to the default (Data::Dumper)
serialization used by CGI::Session, which truncated the
session object at the diacritic. By enabling
that module's YAML serialization option, the problem
was resolved.
This patch introduces a dependency on the YAML::Syck
module.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:24:02 -06:00
Galen Charlton
88451107ae
UTF8 and mysql: enable UTF8 mode correctly
...
Doc for DBD::mysql states that if not setting
mysql_enable_utf8 as part of the database
connect(), must do it before doing "set names utf8"
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:23:58 -06:00
Ryan Higgins
6c9d1614d8
adding change to syspref for finesmode.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:23:55 -06:00
Ryan Higgins
a9d03af6dc
adding 'exempt fine on return' option.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:45 -06:00
Ryan Higgins
8a4ad06a55
cleanup in memberentry,categories.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:33 -06:00
Ryan Higgins
3c63d07909
revert to sql in updateitem.pl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:14 -06:00
Chris Cormack
7d6282e513
Fix for 1704, now if autoitemreturns is off you get a dialogue warning a
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:00 -06:00
Chris Cormack
3ae2edde0a
Getting rid of noisy warn
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:21:56 -06:00
Chris Cormack
a924f7d6a5
Taking out warn
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:21:47 -06:00
Chris Cormack
28fe361296
Fix for bug 1666
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:21:35 -06:00
Joe Atzberger
0bdeee4041
Input.pm - perldoc correction
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:21:07 -06:00
Joe Atzberger
4e6e770780
about.pl -- get apacheVersion for etch-like setups
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:20:52 -06:00
Chris Cormack
c8e13ff834
Fix for bug 1164, child branch not defaulting to guarantor's on add child
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 22:15:08 -06:00
Joshua Ferraro
4426fb52fc
improving visual display of sysprefs, re-organizing
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 22:13:08 -06:00
Chris Cormack
68bf17afc4
Fix for 1654
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:48:06 -06:00
Chris Cormack
6251e32e6e
Fix for bug 1014, internal server error on unknown borrower
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:48:05 -06:00
Galen Charlton
bedab2e973
web installer: clean up warns; improve naming of Nozebra op
...
The former 'Nozebra' op has been renamed to 'SetIndexingEngine'
to avoid having a 'Nozebra' op and a 'NoZebra' parameter
distinguished only by case.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:48:04 -06:00
Joshua Ferraro
da8a4ca991
BIG COMMIT: minimal fix to authorities search
...
This is a minimal fix -- pname authorities work propertly, but nothing
else has been tested yet
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:23:16 -06:00
Chris Cormack
dfc5c181bc
Big bugfix for bug 1631
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 18:40:28 -06:00
Chris Cormack
867131812a
Fix for 1699, cant change category type
...
Now you can change a borrower to any category
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 16:51:05 -06:00
Joshua Ferraro
ebe50af524
category template fix for bug 1699
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 16:51:04 -06:00
Chris Cormack
6bd53fd15b
Fix for bug 1686, moremember.pl doesnt know if a borrower is a child
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 16:51:00 -06:00
Chris Cormack
ac21232fd5
Fix for bug 1691
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:33:08 -06:00
Chris Cormack
b75dae1893
Fix for typo in Insert line in updatedatabase.pl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:33:05 -06:00
Paul POULAIN
20649b7dc0
Adding OPACItemsResultsDisplay syspref & bumping to version 036
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:33:04 -06:00
Paul POULAIN
01b332d466
removing some code that is for staff, not for opac
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:33:03 -06:00
Paul POULAIN
d46958af51
replacing SHELF_LOC by LOC, as decided with kados on the chat
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:33:02 -06:00
Paul POULAIN
a553ea88b1
fix to handle notforloan authorised values (we now handle wthdrawn, itemlost, damaged AND notforloan fields)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:32:59 -06:00