]>
git.koha-community.org Git - koha.git/log
Owen Leonard [Mon, 5 Nov 2007 22:43:25 +0000 (16:43 -0600)]
Corrections to enable tabs, YUI toolbar
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 5 Nov 2007 22:38:59 +0000 (16:38 -0600)]
Fixing a hardcoded email address, changing to use the KohaAdminEmailAddress sys pref
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 5 Nov 2007 22:23:35 +0000 (16:23 -0600)]
Corrected Makefile.PL to move kohaversion.pl to cgi-bin/koha
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 5 Nov 2007 19:13:47 +0000 (13:13 -0600)]
Corrected CGI copy to include entire 'installer' subdir structure
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 5 Nov 2007 18:17:06 +0000 (12:17 -0600)]
kohastructure_pg.sql for PostgreSQL
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
root [Mon, 5 Nov 2007 18:17:05 +0000 (12:17 -0600)]
corrected init script name for apache2
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 5 Nov 2007 18:17:04 +0000 (12:17 -0600)]
corrected path to zebra passwd file
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Mon, 5 Nov 2007 18:17:02 +0000 (12:17 -0600)]
Bug FIX : ISBD links to pages should be changed in order to work both at OPAC and intranet.
Proposing a quick fix for that.
parsing links to change calls from /cgi-bin/koha/***/function.pl?myvars
to opar-function.pl?myvars
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 6 Nov 2007 12:19:17 +0000 (06:19 -0600)]
merge mason's fix to circulation
Mason James [Mon, 5 Nov 2007 06:45:14 +0000 (00:45 -0600)]
undeclared @issued_itemtypes_count_loop;
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 5 Nov 2007 14:41:11 +0000 (08:41 -0600)]
adding back my @issued_itemtypes_count_loop;
Ryan Higgins [Sun, 4 Nov 2007 22:24:11 +0000 (16:24 -0600)]
fix typos on syspref.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 4 Nov 2007 22:24:10 +0000 (16:24 -0600)]
adding item-level itypes: based on systempref: item-level_itypes, we use items.ccode as the circ code rather than biblioitems.itemtype. This is initial commit -- still requiring interface changes basic loanlength, maxissues should be by ccode now.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 4 Nov 2007 22:24:09 +0000 (16:24 -0600)]
fixed redefined itemtype_count variable .
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Sun, 4 Nov 2007 22:24:08 +0000 (16:24 -0600)]
Auth_with_ldap - further revisions, better modularity.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sun, 4 Nov 2007 22:23:57 +0000 (16:23 -0600)]
patenthesis at wrong place in javascript
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:56 +0000 (16:23 -0600)]
Porting additems.tmpl changes to serials-edit (serialsadditems enabled)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:53 +0000 (16:23 -0600)]
Correction to include in bookfund.tmpl; Formatting input form in systempreferences.tmpl; Tweaking markup and formatting of guided reports interface.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:52 +0000 (16:23 -0600)]
Standardizing information shown in sidebar when patron-related pages are displayed (making sure address, phone, email variables are available to all templates). Adding tabs to account-related pages as means of section navigation.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 4 Nov 2007 22:23:51 +0000 (16:23 -0600)]
Messy merge ignore
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:50 +0000 (16:23 -0600)]
More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:49 +0000 (16:23 -0600)]
Corrections to enable tabs, YUI toolbar
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:48 +0000 (16:23 -0600)]
Standardizing information shown in sidebar when patron-related pages are displayed (making sure address, phone, email variables are available to all templates). Adding tabs to account-related pages as means of section navigation.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:47 +0000 (16:23 -0600)]
Enabling AutoComplete on resident circ search form. Putting dependent YUI files into doc-head-close.inc along with button/menu-related YUI js and css. Moving menu.css, button.css, and dependent graphics into lib/yui. Removing "yui-skin-sam" class from body tags and altering css accordingly.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:46 +0000 (16:23 -0600)]
More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:45 +0000 (16:23 -0600)]
Corrections to links (usually hidden by javascript)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:44 +0000 (16:23 -0600)]
Fixing layout broken by addition of guided reports link
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 4 Nov 2007 22:23:43 +0000 (16:23 -0600)]
Corrections to enable tabs, YUI toolbar
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 4 Nov 2007 22:23:42 +0000 (16:23 -0600)]
item-level itemtypes issuingrules require some testing.
based on syspref 'item-level_itypes', add an itype col to items table
for 3.2 itype's type will change from varchar(10) to int to allow
circ type definitions per agency.
Note that updatedatabase doesn't populate items.itype, just creates column.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 4 Nov 2007 22:23:41 +0000 (16:23 -0600)]
Couple of minor changes to staff client view on patron.
item-level_itypes still need display changes in both opac and staff.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 4 Nov 2007 22:23:40 +0000 (16:23 -0600)]
Small change to begin item-level itypes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:39 +0000 (16:23 -0600)]
Managing Independant branches.
librarian can edit only subscriptions on branches of his or subscription with no branch now.
cannotedit is a calculated value in Mysql and transfered for process.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:38 +0000 (16:23 -0600)]
Removing Date::Manip
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:37 +0000 (16:23 -0600)]
If no serialsadditems, choosing status arrived would cause a js error.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:36 +0000 (16:23 -0600)]
call to plugins didnot work.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:35 +0000 (16:23 -0600)]
BUG fixing : suivi.paulpoulain.com : 257
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:34 +0000 (16:23 -0600)]
Biblionumber information was not acurate.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 2 Nov 2007 01:36:05 +0000 (20:36 -0500)]
Print.pm: Dates.pm integration and cleanup.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 2 Nov 2007 01:36:04 +0000 (20:36 -0500)]
Auth_with_ldap: work in progress.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 2 Nov 2007 01:36:02 +0000 (20:36 -0500)]
Some formatting and layout chances to acquisitions pages. Taking out table filter-style search form on histsearch.pl and replacing it with standard advanced-search style form list.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 2 Nov 2007 01:36:01 +0000 (20:36 -0500)]
Cosmetic changes to moremember print screens
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 1 Nov 2007 18:38:09 +0000 (13:38 -0500)]
set DB rev to 020
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 1 Nov 2007 18:38:08 +0000 (13:38 -0500)]
fixed typo in 018 DB change
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 1 Nov 2007 18:38:07 +0000 (13:38 -0500)]
made key on deleteditems.barcode non-unique
User could conceivable delete an item, add one with the
same barcode, then delete it again. If key on
deleteditems.barcode is unique, second deletion
will not populate deleteditems.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 1 Nov 2007 18:38:06 +0000 (13:38 -0500)]
made several PKs be auto_increment columns
* biblio.biblionumber
* biblioitems.biblioitemnumber
* items.itemnumber
These IDs are no longer increment by the Perl code, thus
allowing better concurrency during bib/item editing.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 1 Nov 2007 00:57:34 +0000 (19:57 -0500)]
fix to rightANDlefttruncation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 1 Nov 2007 00:57:33 +0000 (19:57 -0500)]
removing intranet.css from default sysprefs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 1 Nov 2007 00:57:32 +0000 (19:57 -0500)]
bug-1494, fixed bookfund modify code
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 1 Nov 2007 00:57:31 +0000 (19:57 -0500)]
added mod_validate block to aqbookfund.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 1 Nov 2007 00:57:30 +0000 (19:57 -0500)]
fixed bookfund modify code
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 1 Nov 2007 00:57:29 +0000 (19:57 -0500)]
Modbookfund() now correctly updating all aqbudget.branchcode's linked to mod-ed bookfund
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 1 Nov 2007 00:57:28 +0000 (19:57 -0500)]
Working on fixing bug for acquisition bookfund modifying, work in progress
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 31 Oct 2007 22:56:05 +0000 (17:56 -0500)]
More work on circulation dialog. Adding files and styles necessary to do drop-shadow on divs (http://www.alistapart.com/articles/cssdropshadows)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 31 Oct 2007 22:56:04 +0000 (17:56 -0500)]
Beginning work on confirmation dialog
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:06 +0000 (13:38 -0500)]
bugfix: bib delete button now working in catalogue bib display
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:05 +0000 (13:38 -0500)]
fixed typo in statement for reports_dictionary
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:04 +0000 (13:38 -0500)]
fixed extra warning during install.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:03 +0000 (13:38 -0500)]
sample patron data: removed insert with duplicate PK
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:02 +0000 (13:38 -0500)]
comment out version check warn
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:01 +0000 (13:38 -0500)]
bugfix: deletedbiblioitems row now added upon delete of a biblio
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 18:38:00 +0000 (13:38 -0500)]
fix transfer of marc_breeding to import_records/import_biblios
Problem was that z3950random is not a good unique key to use
for linking new import_records and import_biblios rows.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:59 +0000 (13:37 -0500)]
fixing export tool to export iso2709 correctly
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:58 +0000 (13:37 -0500)]
bump to 3.00.00.017 : adding columns to zebraqueue
The zebraque_start scripts works, but it not friendly when you try to track what he did
as records are deleted after done.
This commit changes the behaviour : 2 columns are added done & timestamp.
done is set to 1 when a line have been done. And the timestamp contains the timestamp of the last action (either line creation if done=0 or operation if done=1)
should be helpfull to track problem.
the table will grow, but i'll add soon a DELETE FROM zebraqueue WHERE timestamp > 30 days or something like that
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:57 +0000 (13:37 -0500)]
fixing buildQuery call to new API
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:56 +0000 (13:37 -0500)]
Note was declared twice + XXX :w,:p is illegal, one must write XXX:w,XXX:p
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:55 +0000 (13:37 -0500)]
skip empty records (new GetMarcRecord behaviour that returns empty string and not empty MARC::Record)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:54 +0000 (13:37 -0500)]
adding new line before the main entry
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:37:53 +0000 (13:37 -0500)]
updating install dependancies
HTML::Template is not necessary anymore (replaced by H::T::Pro)
Net::Z3950, Net::Z3950 and ZOOM are the same. ZOOM being the preffered package name
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:37:52 +0000 (13:37 -0500)]
BugFixing: Suivi.paulpoulain.com Bug 275
Miscalculation of innerloop bounds
caused a numbering pattern error.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:12:14 +0000 (13:12 -0500)]
Adding titles to claimissues letter.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:13 +0000 (13:12 -0500)]
dealing with empty XML : return an empty string, and not an empty MARC::Record
(Useful for zebraque_start)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:12 +0000 (13:12 -0500)]
removing a forgotten js alert
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:11 +0000 (13:12 -0500)]
adding missing dependancies (needed by scheduler & patron import)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:11:32 +0000 (13:11 -0500)]
#1490 : Subscription add, seasonal numbering: no years displayed
Note sure this fix is functionnaly correct : see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1490
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 13:03:49 +0000 (08:03 -0500)]
escaping @a to avoid updatedatabase failure
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Wed, 31 Oct 2007 08:44:46 +0000 (03:44 -0500)]
fix for 1521, boolean test for 'autobarcode' syspref fixed, and test for non-existant $marc->field before barcode subfield add
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Wed, 31 Oct 2007 02:09:28 +0000 (21:09 -0500)]
bug-1490, fixed seasonal-year drop-box
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 00:18:07 +0000 (19:18 -0500)]
fixing fielded truncation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:18:06 +0000 (19:18 -0500)]
batch import rework: added suport for loading and dropping items
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:18:05 +0000 (19:18 -0500)]
quelled perl -w variable masking warnings
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:16:48 +0000 (19:16 -0500)]
correct to prior action_logs patch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:16:47 +0000 (19:16 -0500)]
added auto_number column as PK for action_logs
* prevents PK warnings when logging actions that occur
faster than once a second (e.g., batch MARC loads) --
the original PK of timestamp + user not granular enough
* timestamp + user still indexed for log viewing
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:27 +0000 (19:07 -0500)]
Biblio.pm - restored after duplicate application of
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:26 +0000 (19:07 -0500)]
added missing upgrade message
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:25 +0000 (19:07 -0500)]
removed references to import.pl and breeding.pl, which no longer exist
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:52 +0000 (13:02 -0500)]
fixes in NoZebra search & indexing
- the quotemeta was wrong (and introduced some bugs in diacritics)
- fixing some bugs that appear only sometimes : the union was done including weight, which is wrong & resulted in missing some results (when various weighting)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:51 +0000 (13:02 -0500)]
reintroducing facets and sorting on OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:50 +0000 (13:02 -0500)]
setting UNIMARC parameter at the right place
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:49 +0000 (13:02 -0500)]
#1498 Template variable missing from koha2marclinks.pl
solved by removing the "action" parameter which was useless and hardcoding a text
+ reindenting
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:48 +0000 (13:02 -0500)]
bugfix in MARC editor to deal with clonefield (+) that is an authority
the ... were not pointing to the duplicated entry but to the 1st one
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:47 +0000 (13:02 -0500)]
revert kw,wrdl search (part 2)
kados should commit something better, this is a quick hack.
if I send it mistakenly chris/kados, pls don't validate
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:46 +0000 (13:02 -0500)]
Show images only if there is one
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:45 +0000 (13:02 -0500)]
adding a fixed width to MARC editor label
to have <input> aligned vertically. The subfield description can be long, so the font is lowered
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:43 +0000 (13:02 -0500)]
reintroducing Add button in case of authority add
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:42 +0000 (13:02 -0500)]
authority ordering in cataloguing / search authority
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:41 +0000 (13:02 -0500)]
#1492 MARC subfields structure: can't switch to tab with label "@"
replacing the @ by _ in the template, wich is valid.
I also have changed a little the behaviour : the New button appears only
for >010 fields (<10 have only the data, no real subfield)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 10:39:42 +0000 (05:39 -0500)]
nomenclature improvements
Paul POULAIN [Tue, 30 Oct 2007 18:02:40 +0000 (13:02 -0500)]
#1491: Subscription add does not check for all required fields
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:39 +0000 (13:02 -0500)]
specific plugin for Frantiq cnrs network
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:38 +0000 (13:02 -0500)]
DO NOT return if SimpleSearch give no result, we need to check reservoir too
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>