]>
git.koha-community.org Git - koha.git/log
Joshua Ferraro [Tue, 20 Nov 2007 23:09:05 +0000 (17:09 -0600)]
adding diagnostic debug option
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 20 Nov 2007 23:09:04 +0000 (17:09 -0600)]
fixes to fielded searches, truncation, field weighting, relevance, etc.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 20 Nov 2007 23:09:03 +0000 (17:09 -0600)]
removing repeatable fields at the item level
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 20 Nov 2007 23:09:02 +0000 (17:09 -0600)]
moving search indexes into an include
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 20 Nov 2007 23:09:01 +0000 (17:09 -0600)]
fixing asc and dsc to match for resort form
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 20 Nov 2007 23:08:54 +0000 (17:08 -0600)]
MARCSUBJECT template loops structure was incorrect, now displays subjects, with correct 'su:*' search urls, pinched from dev-week.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 20 Nov 2007 23:08:55 +0000 (17:08 -0600)]
adding yellow style for search term
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 20 Nov 2007 03:12:57 +0000 (21:12 -0600)]
GetNoZebraIndexes() regex now handles naughty whitespace (read: tabs)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
MJ Ray [Mon, 19 Nov 2007 23:48:31 +0000 (23:48 +0000)]
Updated name following email from Joshua Ferraro about ZOOM VERSION String
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Mon, 19 Nov 2007 23:31:57 +0000 (17:31 -0600)]
Adding calendar widget to circulation/stickyduedate
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 19 Nov 2007 21:08:25 +0000 (15:08 -0600)]
Finishing first round of OPAC updates. Lost of unstandardized interface elements and menu placement issues still to be resolved. Also included are a couple of changes to the intranet detail page.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>