]>
git.koha-community.org Git - koha.git/log
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>
Chris Cormack [Tue, 30 Oct 2007 18:47:19 +0000 (13:47 -0500)]
Fix for bug 1528, template not translatable
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 18:47:18 +0000 (13:47 -0500)]
Fix to make the template translatable, bug 1528, and fix for 1529
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 18:20:20 +0000 (13:20 -0500)]
Adding reports_dictionary table
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:44 +0000 (13:02 -0500)]
#1505 Primary Key on borrowernumber
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:36 +0000 (13:02 -0500)]
fix related #1340 (z3950 search for quick cataloguing)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Tue, 30 Oct 2007 18:02:35 +0000 (13:02 -0500)]
Minor changes to keep behaviour unchanged if no marcflavour directory.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 17:53:29 +0000 (12:53 -0500)]
Fix for bug 1527, removing Smart::Comments
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 20 Oct 2007 19:06:29 +0000 (21:06 +0200)]
french translation, updated
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 23 Oct 2007 19:03:26 +0000 (14:03 -0500)]
Getting rid of windows chars
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 23 Oct 2007 18:42:03 +0000 (13:42 -0500)]
Removing windows linefeeds \r
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:49 +0000 (21:13 -0500)]
adding SMS stuff so we don't forget about it
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:48 +0000 (21:13 -0500)]
removing TMPL_ELSE
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:47 +0000 (21:13 -0500)]
fixing conflict in updatedatabase
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:46 +0000 (21:13 -0500)]
patch to sysprefs and minor fix to Search.pm that
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:32 +0000 (17:42 -0500)]
fixes to enable truncation to play nicely with
field weighting, stemming, fuzzy, etc.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:31 +0000 (17:42 -0500)]
major cleanup of buildQuery, creating some internal functions
to handle stemming, field weighting, truncation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:30 +0000 (17:42 -0500)]
moving unimarc subtypes to an include, adding UNIMARC flag
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:29 +0000 (17:42 -0500)]
fixing re-sorting in staff client
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:28 +0000 (17:42 -0500)]
fixing branch limits and searchdomain limits
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:27 +0000 (17:42 -0500)]
fixes to searching:
* bringing back facets
* bringing back stemming (syspref controlled)
* bringing back field weighting (syspref controlled)
* bringing back language limits
* bringing back year limits
* fixing 'expanded view'
* improvements to template
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:26 +0000 (17:42 -0500)]
Searching Patch 1: fixing searching in 3.0
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Mon, 29 Oct 2007 22:15:40 +0000 (17:15 -0500)]
Changes to install.pl
Changing structure :
adding a marcflavour directory to data/language/
This directory shall have the same subdirectory structure as /data/language
This allows for instance adding optionals CD-Framework or Serials Frameworks
keeping default frameworks mandatory.
install.pl was changed in order to manage those changes.
Could be changed in order to skip marcflavour selection if marcflavour directory is not found.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:10 +0000 (17:13 -0500)]
adding manage reviews to tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:09 +0000 (17:13 -0500)]
improvements to links in tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:08 +0000 (17:13 -0500)]
fixing breadcrumbs in the tools module
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Mon, 29 Oct 2007 22:13:07 +0000 (17:13 -0500)]
fixes for auth_val interface:
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 22:10:58 +0000 (17:10 -0500)]
Fix for broken Biblio.pm
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 21:56:36 +0000 (16:56 -0500)]
Updating updatedatabase and kohaversion.pl for new reports tables
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:14 +0000 (16:45 -0500)]
batch import rework -- implement stage-commit-undo for batch import
Revamps the import options on the tools menu to have two parts:
[1] Staging (load file into reservoir)
[2] Managing (review the list of staged batches, then
choose to commit or undo a given batch.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:13 +0000 (16:45 -0500)]
more work on batch import
* Completely removed old marc_breeding table
* Started updated Tools import function to stage records
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:12 +0000 (16:45 -0500)]
more work on the import changes; introduced C4::Matcher
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:11 +0000 (16:45 -0500)]
adding sample data
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:10 +0000 (16:45 -0500)]
fixing itemtype image, sample data, improving
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>