koha.git
16 years agoOPAC update
Owen Leonard [Mon, 19 Nov 2007 21:08:16 +0000 (15:08 -0600)]
OPAC update

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTesting changes to styling of view menu in staff client, making progress with layout...
Owen Leonard [Mon, 19 Nov 2007 21:07:59 +0000 (15:07 -0600)]
Testing changes to styling of view menu in staff client, making progress with layout of opac-detail.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding 2 deps to export biblios in dc format
Paul POULAIN [Mon, 19 Nov 2007 17:55:29 +0000 (18:55 +0100)]
adding 2 deps to export biblios in dc format

note that the result is really silly in unimarc

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobetter to have verbose=0
Paul POULAIN [Mon, 19 Nov 2007 17:55:28 +0000 (18:55 +0100)]
better to have verbose=0

or the sysadm will get zillions of mails ;-)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix : we need to give the booksellerid to the biblio search
Paul POULAIN [Mon, 19 Nov 2007 17:55:27 +0000 (18:55 +0100)]
bugfix : we need to give the booksellerid to the biblio search

(otherwise, it will be empty, and a constraint will fail, making the input fail as well)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremove a SQL limit & the items table stuff
Paul POULAIN [Mon, 19 Nov 2007 17:55:25 +0000 (18:55 +0100)]
remove a SQL limit & the items table stuff

The authoritative data for the items is the items table, not the MARC data.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoeverybody, says 100 times : "It's forbidden to put TMPL_IF inside a html tag"
Paul POULAIN [Mon, 19 Nov 2007 17:55:26 +0000 (18:55 +0100)]
everybody, says 100 times : "It's forbidden to put TMPL_IF inside a html tag"

The translator become crazy :
<anything <!-- TMPL_IF -->nanana<!-- /TMPL_IF -->> is ILLEGAL in Koha

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging the way subjects are build in detail.pl
Paul POULAIN [Mon, 19 Nov 2007 17:55:23 +0000 (18:55 +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>
16 years agoLoan length fixes (default branch is now '*', not '')
Paul POULAIN [Mon, 19 Nov 2007 17:55:24 +0000 (18:55 +0100)]
Loan length fixes (default branch is now '*', not '')

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agostill handling better dirty MARC records
Paul POULAIN [Mon, 19 Nov 2007 17:55:21 +0000 (18:55 +0100)]
still handling better dirty MARC records

this time it's when a biblio don't have biblionumber, has a 100$a field, and it's invalid.

1 biblio in my 300 000 DB (and it was biblio 294 359, of course !)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMinor Bug Fixing NZorder showed inverted orders for some indexes.
Henri-Damien LAURENT [Mon, 19 Nov 2007 10:06:54 +0000 (11:06 +0100)]
Minor Bug Fixing NZorder showed inverted orders for some indexes.

sort {$a cmp $b} @array is the same as sort @array
But sort {$b cmp $a} @array reverse order.
+ Adapting GetMarcFromKohaField to new signature.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agolittle SQL typo fix, now builds 'NoZebraIndexes' index mapping correctly.
Mason James [Mon, 19 Nov 2007 07:39:34 +0000 (01:39 -0600)]
little SQL typo fix, now builds 'NoZebraIndexes' index mapping correctly.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding xisbn, amazon similar items to OPAC
Joshua Ferraro [Sun, 18 Nov 2007 17:18:40 +0000 (11:18 -0600)]
adding xisbn, amazon similar items to OPAC

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature improvements for translation
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>
16 years agoadding endnote export and 'related items'
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>
16 years agofixing rebuildnonmarc.pl
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>
16 years agochanging the way subjects are build in detail.pl
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>
16 years agonumberingpattern was disimissed when editing a subscription
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>
16 years agoBUGFIX in asc and desc merged for dates
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>
16 years agoremoving 2 useless lines
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>
16 years agobugfix: correct class sort rule not selected when editing class source
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>
16 years ago#1546 REPLACE statements (continued)
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>
16 years agoadding export feature to OPAC
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>
16 years agomore nomenclature / translation cleanup
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>
16 years agoremoving warn from XISBN.pm
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>
16 years agoremove unnecessary module
Joshua Ferraro [Mon, 19 Nov 2007 06:09:20 +0000 (00:09 -0600)]
remove unnecessary module

16 years agoCouple of little fixes to the zebraqueue daemon
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>
16 years agoDaemon to look after the zebraqueue
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>
16 years agobugfix : don't show previously entered values again after saving an item
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>
16 years agomoving authority-auth-number to 8910 again
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>
16 years agochanging the way subjects are build in detail.pl
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>
16 years agolibs for Authorised_values for items were not displayed
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>
16 years agoadding some missing equiv. WARNING : UTF-8 file
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>
16 years agoNoZebra : fix on the last page in case there is more than 1 page
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>
16 years ago(unimarc) moving items declaration after it's subfields
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>
16 years agoupdating unimarc zebra config file
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>
16 years agomissing biblionumber AND missing unimarc 100 was not properly handled
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>
16 years agoBUG FIX OPAC sort results was broken
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>
16 years agoporting sort_by stuff from staff to opac
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>
16 years agoMembers.pm: 1 stupid change (whitespace) and 1 real one (comma -- changes the number...
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>
16 years agofixing facets, add cardview (XSLT), adding dependencies, save Record
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>
16 years agoadding xisbn support
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>
16 years agoanother nomenclature issue
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>
16 years agoadding a diacritic to the sample library data
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>
16 years agodatabase changes for xisbn support
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>
16 years agochanging 'agency categories' to 'groups'
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>
16 years agochanging nomenclature to Libraries ... we do need to pull those
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>
16 years agochanging terminology for resort options
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>
16 years agonomenclature improvement to some admin settings
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>
16 years agoadded editor for MARC matching rules
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>
16 years agojust adding a space
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>
16 years agofrench po updated
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>
16 years agoAdding callnumbers to serials-home
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>
16 years agotranslator complaint for a trailing )
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>
16 years agoadding "required" style
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>
16 years agoLDAP test and example LDIF file.
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>
16 years agoAuth_with_ldap.t - real test cases... work in progress
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>
16 years agoContext.pm extraneous variable removed.
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>
16 years agoAuth_with_ldap.pm - Expanded comments and field mappings.
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>
16 years agoLDAP: more of the same
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>
16 years agoInput.t permissions fix
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>
16 years agomatching enhancements -- allow matching rule to be changed on the fly
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>
16 years agobibliographic matching enhancements
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>
16 years agoBug Fixing : user unable to get disconnect from OPAC.
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>
16 years agoRolling back change to javascript which caused problems on some systems (still not...
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>
16 years agoBUG FIX OPAC sort results was broken
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>
16 years agoAdding cardnumber information to borrower display on circulation page.
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>
16 years agonomenclature change s/Branch/Library/
Joshua Ferraro [Fri, 16 Nov 2007 13:32:05 +0000 (07:32 -0600)]
nomenclature change s/Branch/Library/

16 years agoModified SessionStorage pref to include Pg choice
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>
16 years agoAdding callnumbers to serials-home
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>
16 years agofixed typo in sysprefs.sql
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>
16 years agoUpdating version in C4/Context as begged for by slef :)
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>
16 years agoContext.pm version update and a begging NOTE in updatedatabase
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>
16 years agoAdded code to notify PostgreSQL server of utf8 client when opening connection
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>
16 years agoPorted session storage code to support PostgreSQL
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>
16 years agofixing sort for pendingreserves report
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>
16 years agofixing pending reserves to use dates specified
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>
16 years agoadding experimental index for pname
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>
16 years agoBUGFIX to handle correctly db_driver eq mysql
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>
16 years agoBeginning redesign of the OPAC. At this stage it's a move to make it more like the...
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>
16 years agoChange to allow scripts to find OPAC templates in their new location
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>
16 years agoReorganizing OPAC files in the same way intranet files were
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>
16 years agoAdding a system pref so you can stop users from reserving items that dont belong...
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>
16 years agoMore About additions
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>
16 years agofixes to date handling
Joshua Ferraro [Wed, 14 Nov 2007 02:41:46 +0000 (20:41 -0600)]
fixes to date handling

16 years agoadding a few contributors that weren't recognized
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.

16 years agoMissing AND in the SQL in pendingreserves.pl only if independentbranches was turned on
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>
16 years agofixing versioning issue with last updatedatabase patch
Joshua Ferraro [Wed, 14 Nov 2007 00:01:21 +0000 (18:01 -0600)]
fixing versioning issue with last updatedatabase patch

16 years agomatcher serialization -- added matcher code and some keys
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>
16 years agoupdatedatabase changes to reflect C4::Matcher serialization tables
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>
16 years agoMARC matching - added tables to serialize C4::Matcher objects
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>
16 years agobumping database rev to 027
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>
16 years agocorrected en version of sample_labels.sql
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>
16 years agoModifying layout (single column), and making some markup corrections.
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>
16 years agoLast update to this template reintroduced previously removed add links which are...
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>
16 years agoCorrecting YUI grid for added administration menu (which was removed because the...
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>
16 years agoAdded env var MARCFLAVOUR to spec marc to be installed for zebra
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>
16 years agoCleaned up regex's looking for defunct CVS files
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>
16 years agoFix so with independent branches a staff member cant see who has items out if the...
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>
16 years agoAdding a system preference to choose whether a homebranch or a holdingbranch is used...
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>