]>
git.koha-community.org Git - koha.git/log
Joshua Ferraro [Sun, 18 Nov 2007 17:06:00 +0000 (11:06 -0600)]
nomenclature improvements for translation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 18 Nov 2007 17:05:59 +0000 (11:05 -0600)]
adding endnote export and 'related items'
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 16 Nov 2007 17:48:32 +0000 (18:48 +0100)]
fixing rebuildnonmarc.pl
the API of TransformMarcToKoha has changed.
+
For a reason I don't understand (& appear a conception bug), the biblioitemnumber is not shipped in the hash
and it's needed by the UPDATE. So it has to be reintroduced manually.
That's how it's done in Biblio.pm/Sub ModItem.
I think 3.2 will see the end of biblioitems (& it's replacement by something else)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 16 Nov 2007 17:48:30 +0000 (18:48 +0100)]
changing the way subjects are build in detail.pl
If you have a $9 as authority, then you can directly search on an=<koha-auth-number>
For example, if you have :
600$912045$aEurope$xFrance$xMarseille (Europe--France--Marseille as subject of the biblio)
The link must be "an=12045"
The link is not changed in case there is no $9 (still apply on each term, one by one)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Fri, 16 Nov 2007 16:55:28 +0000 (17:55 +0100)]
numberingpattern was disimissed when editing a subscription
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 16 Nov 2007 14:48:43 +0000 (15:48 +0100)]
BUGFIX in asc and desc merged for dates
Note that the main "Date" has been moved to desc, which is usually what the user prefer I bet
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 16 Nov 2007 08:18:35 +0000 (09:18 +0100)]
removing 2 useless lines
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 8 Nov 2007 14:29:48 +0000 (08:29 -0600)]
bugfix: correct class sort rule not selected when editing class source
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 7 Nov 2007 20:35:12 +0000 (21:35 +0100)]
#1546 REPLACE statements (continued)
- biblio framework
- marc tag
- auth tag
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 18 Nov 2007 18:45:00 +0000 (12:45 -0600)]
adding export feature to OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 18 Nov 2007 18:44:56 +0000 (12:44 -0600)]
more nomenclature / translation cleanup
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 18 Nov 2007 18:44:55 +0000 (12:44 -0600)]
removing warn from XISBN.pm
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 19 Nov 2007 06:09:20 +0000 (00:09 -0600)]
remove unnecessary module
Chris Cormack [Sun, 11 Nov 2007 18:30:23 +0000 (12:30 -0600)]
Couple of little fixes to the zebraqueue daemon
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 11 Nov 2007 04:21:29 +0000 (22:21 -0600)]
Daemon to look after the zebraqueue
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:24 +0000 (18:49 -0600)]
bugfix : don't show previously entered values again after saving an item
it's confusing and useless
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:12 +0000 (18:49 -0600)]
moving authority-auth-number to 8910 again
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:27 +0000 (18:49 -0600)]
changing the way subjects are build in detail.pl
If you have a $9 as authority, then you can directly search on an=<koha-auth-number>
For example, if you have :
600$912045$aEurope$xFrance$xMarseille (Europe--France--Marseille as subject of the biblio)
The link must be "an=12045"
The link is not changed in case there is no $9 (still apply on each term, one by one)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sat, 17 Nov 2007 00:49:22 +0000 (18:49 -0600)]
libs for Authorised_values for items were not displayed
Using GetAuthorisedValues exported by Biblio.pm
Adding GetAuthorisedValue for itemdisplay in MARCdetail.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:23 +0000 (18:49 -0600)]
adding some missing equiv. WARNING : UTF-8 file
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:20 +0000 (18:49 -0600)]
NoZebra : fix on the last page in case there is more than 1 page
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:16 +0000 (18:49 -0600)]
(unimarc) moving items declaration after it's subfields
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:15 +0000 (18:49 -0600)]
updating unimarc zebra config file
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:14 +0000 (18:49 -0600)]
missing biblionumber AND missing unimarc 100 was not properly handled
now, adding both on the fly when needed.
(had 2 biblios like that in a 290 000 DB, but was enought to have M::F::X complaining & diing !)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sat, 17 Nov 2007 00:49:19 +0000 (18:49 -0600)]
BUG FIX OPAC sort results was broken
Adapting sort to what has been designed for intranet.
Copying resort_form.inc to opac includes.
Using resort_form in the templates.
I hope this will not be too much of a burden. this should come before all owen's redesign. Unless it has already been done.
Signed-off-by: Paul POULAIN <paul@koha-fr.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:13 +0000 (18:49 -0600)]
porting sort_by stuff from staff to opac
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:35 +0000 (19:02 -0600)]
Members.pm: 1 stupid change (whitespace) and 1 real one (comma -- changes the number of args).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 03:40:39 +0000 (21:40 -0600)]
fixing facets, add cardview (XSLT), adding dependencies, save Record
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:38 +0000 (18:49 -0600)]
adding xisbn support
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:37 +0000 (18:49 -0600)]
another nomenclature issue
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:36 +0000 (18:49 -0600)]
adding a diacritic to the sample library data
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:35 +0000 (18:49 -0600)]
database changes for xisbn support
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:34 +0000 (18:49 -0600)]
changing 'agency categories' to 'groups'
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:33 +0000 (18:49 -0600)]
changing nomenclature to Libraries ... we do need to pull those
language strings out of the code :/
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:32 +0000 (18:49 -0600)]
changing terminology for resort options
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 17 Nov 2007 00:49:31 +0000 (18:49 -0600)]
nomenclature improvement to some admin settings
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sat, 17 Nov 2007 00:49:30 +0000 (18:49 -0600)]
added editor for MARC matching rules
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:29 +0000 (18:49 -0600)]
just adding a space
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:21 +0000 (18:49 -0600)]
french po updated
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sat, 17 Nov 2007 00:49:18 +0000 (18:49 -0600)]
Adding callnumbers to serials-home
Signed-off-by: Paul POULAIN <paul@koha-fr.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:17 +0000 (18:49 -0600)]
translator complaint for a trailing )
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 17 Nov 2007 00:49:10 +0000 (18:49 -0600)]
adding "required" style
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:38 +0000 (19:02 -0600)]
LDAP test and example LDIF file.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:37 +0000 (19:02 -0600)]
Auth_with_ldap.t - real test cases... work in progress
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:36 +0000 (19:02 -0600)]
Context.pm extraneous variable removed.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:34 +0000 (19:02 -0600)]
Auth_with_ldap.pm - Expanded comments and field mappings.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:32 +0000 (19:02 -0600)]
LDAP: more of the same
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Wed, 14 Nov 2007 01:02:31 +0000 (19:02 -0600)]
Input.t permissions fix
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 14 Nov 2007 23:11:34 +0000 (17:11 -0600)]
matching enhancements -- allow matching rule to be changed on the fly
Enhancement to store the matching rule associated with an
import batch and to allow the current matching rule in
effect to be changed and the duplicate detection redone.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 14 Nov 2007 22:10:10 +0000 (16:10 -0600)]
bibliographic matching enhancements
* serialization of matching rules to database
* added two default matching rules for MARC21
* update import staging CGI to choose matching rule
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 14 Nov 2007 18:11:17 +0000 (12:11 -0600)]
Bug Fixing : user unable to get disconnect from OPAC.
using the same facility as the intranet : logout.x=1
It is the easiest way.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 15 Nov 2007 18:54:09 +0000 (12:54 -0600)]
Rolling back change to javascript which caused problems on some systems (still not sure why!)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 15 Nov 2007 18:54:08 +0000 (12:54 -0600)]
BUG FIX OPAC sort results was broken
Adapting sort to what has been designed for intranet.
Copying resort_form.inc to opac includes.
Using resort_form in the templates.
I hope this will not be too much of a burden. this should come before all owen's redesign. Unless it has already been done.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 15 Nov 2007 18:54:07 +0000 (12:54 -0600)]
Adding cardnumber information to borrower display on circulation page.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 16 Nov 2007 13:32:05 +0000 (07:32 -0600)]
nomenclature change s/Branch/Library/
Chris Nighswonger [Wed, 14 Nov 2007 22:10:07 +0000 (16:10 -0600)]
Modified SessionStorage pref to include Pg choice
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 14 Nov 2007 18:11:16 +0000 (12:11 -0600)]
Adding callnumbers to serials-home
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 14 Nov 2007 18:11:15 +0000 (12:11 -0600)]
fixed typo in sysprefs.sql
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 14 Nov 2007 18:11:14 +0000 (12:11 -0600)]
Updating version in C4/Context as begged for by slef :)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
MJ Ray [Wed, 14 Nov 2007 18:11:11 +0000 (12:11 -0600)]
Context.pm version update and a begging NOTE in updatedatabase
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 14 Nov 2007 22:10:06 +0000 (16:10 -0600)]
Added code to notify PostgreSQL server of utf8 client when opening connection
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 14 Nov 2007 22:10:05 +0000 (16:10 -0600)]
Ported session storage code to support PostgreSQL
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Wed, 14 Nov 2007 05:58:00 +0000 (23:58 -0600)]
fixing sort for pendingreserves report
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Wed, 14 Nov 2007 05:57:59 +0000 (23:57 -0600)]
fixing pending reserves to use dates specified
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 16 Nov 2007 13:06:28 +0000 (07:06 -0600)]
adding experimental index for pname
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 14 Nov 2007 17:04:52 +0000 (18:04 +0100)]
BUGFIX to handle correctly db_driver eq mysql
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:37 +0000 (16:20 -0600)]
Beginning redesign of the OPAC. At this stage it's a move to make it more like the dev_week design, but this is only a starting point. This commit makes most OPAC page layouts very broken.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:36 +0000 (16:20 -0600)]
Change to allow scripts to find OPAC templates in their new location
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:35 +0000 (16:20 -0600)]
Reorganizing OPAC files in the same way intranet files were
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 14 Nov 2007 03:07:45 +0000 (21:07 -0600)]
Adding a system pref so you can stop users from reserving items that dont belong at their branch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 14 Nov 2007 01:02:33 +0000 (19:02 -0600)]
More About additions
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 14 Nov 2007 02:41:46 +0000 (20:41 -0600)]
fixes to date handling
Joshua Ferraro [Wed, 14 Nov 2007 00:32:05 +0000 (18:32 -0600)]
adding a few contributors that weren't recognized
We really need to send out a call to folks to make sure we
don't miss anyone.
Chris Cormack [Tue, 13 Nov 2007 23:59:20 +0000 (17:59 -0600)]
Missing AND in the SQL in pendingreserves.pl only if independentbranches was turned on
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 14 Nov 2007 00:01:21 +0000 (18:01 -0600)]
fixing versioning issue with last updatedatabase patch
Galen Charlton [Tue, 13 Nov 2007 22:23:57 +0000 (16:23 -0600)]
matcher serialization -- added matcher code and some keys
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 13 Nov 2007 22:23:56 +0000 (16:23 -0600)]
updatedatabase changes to reflect C4::Matcher serialization tables
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 13 Nov 2007 22:23:55 +0000 (16:23 -0600)]
MARC matching - added tables to serialize C4::Matcher objects
also added two missing 'drop table if exists' statements
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 13 Nov 2007 22:20:38 +0000 (16:20 -0600)]
bumping database rev to 027
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 13 Nov 2007 22:23:58 +0000 (16:23 -0600)]
corrected en version of sample_labels.sql
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:34 +0000 (16:20 -0600)]
Modifying layout (single column), and making some markup corrections.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:33 +0000 (16:20 -0600)]
Last update to this template reintroduced previously removed add links which are now in the toolbar. Removing again.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 13 Nov 2007 22:20:32 +0000 (16:20 -0600)]
Correcting YUI grid for added administration menu (which was removed because the tables on that page get so huge, but as long as we're scrolling horozontally I guess it doesn't really matter).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 22:20:31 +0000 (16:20 -0600)]
Added env var MARCFLAVOUR to spec marc to be installed for zebra
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 22:20:30 +0000 (16:20 -0600)]
Cleaned up regex's looking for defunct CVS files
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 13 Nov 2007 21:59:29 +0000 (15:59 -0600)]
Fix so with independent branches a staff member cant see who has items out if the borrower is from another library/branch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 13 Nov 2007 20:11:13 +0000 (14:11 -0600)]
Adding a system preference to choose whether a homebranch or a holdingbranch is used to check against for independentbranches
Changing GanBookBeIssued to use this systempreference
Set to homebranch by default Paul and others you might want to switch this to holdingbranch to get the behaviour you are used to
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 13 Nov 2007 18:42:53 +0000 (12:42 -0600)]
Fix for rank being set to zero if a specific item is selected
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 13 Nov 2007 17:59:13 +0000 (11:59 -0600)]
bug 1566, changed default behaviour of manual/unexpected serial, to not receive.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 13 Nov 2007 17:59:12 +0000 (11:59 -0600)]
small text formatting change, added spaces
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 13 Nov 2007 17:59:11 +0000 (11:59 -0600)]
bug 1566, enddate not showing.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 13 Nov 2007 17:59:10 +0000 (11:59 -0600)]
bug fixed 'weeklength', not showing in subscription edit screen
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Tue, 13 Nov 2007 17:59:09 +0000 (11:59 -0600)]
update item-at-wrong-branch error message to show homebranch.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Tue, 13 Nov 2007 05:36:48 +0000 (23:36 -0600)]
adding view drop-button to catalog toolbar; mv Delete to Edit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 9 Nov 2007 22:58:42 +0000 (16:58 -0600)]
bugfix: prevent crash when displaying authority record leader
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 18:27:57 +0000 (13:27 -0500)]
Moved language dirs one level down under dbms dir (mysql)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 17:59:08 +0000 (11:59 -0600)]
Cleanup to remove old kohastructure_pg.sql
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 17:59:07 +0000 (11:59 -0600)]
Ported marc21 simple bib frameworks sql to PostgreSQL
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 17:54:49 +0000 (11:54 -0600)]
Ported marc21 framework sql to PostgreSQL
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 13 Nov 2007 17:54:48 +0000 (11:54 -0600)]
Ported marc21 authorities sql to PostgreSQL
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>