]>
git.koha-community.org Git - koha.git/log
Galen Charlton [Sun, 2 Dec 2007 19:41:43 +0000 (13:41 -0600)]
bug 1615: AddItem() now sets issues, renewals, and reserves
When an item was created, the renewals, issues, and reserves columns
were not set from the MARC data. This was noticed particularly
in the context of batch loads, where a user might supply
data for those fields.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 2 Dec 2007 19:41:42 +0000 (13:41 -0600)]
bumped up MARC Perl module requirements
MARC::File::XML => 0.88 as part of fixing bug 1504
in turn MARC::Charset => 0.98 and MARC::Record => 2.00.
Previous required version of MARC::Record was 1.38, but
since that is three years old, assuming that most Koha
3.0 dev and testing has been done with version 2.0.0.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 2 Dec 2007 19:41:41 +0000 (13:41 -0600)]
bug 1570: return to same tab if cancelling preference edit
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 30 Nov 2007 16:23:23 +0000 (10:23 -0600)]
Shouldn't opac-advsearch use masthead as other templates ?
Anyway, masthead-basic is badly broken atm
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 30 Nov 2007 16:50:24 +0000 (10:50 -0600)]
Fixing layout of guarantor display/search and correcting javascript handling of those form fields.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 30 Nov 2007 16:50:23 +0000 (10:50 -0600)]
A few corrections, reformatting display slightly
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 30 Nov 2007 16:23:24 +0000 (10:23 -0600)]
Some changes to unimarc record.abs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Fri, 30 Nov 2007 16:14:11 +0000 (10:14 -0600)]
Bug fixing : infinite loop when repeated operator + distinguishing operators
limits would provide with unnecessary repeated "and"
Thus causing wild loop
So removing them.
aud was transformed into author when it qualified audience.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Fri, 30 Nov 2007 16:14:10 +0000 (10:14 -0600)]
small fix in README.txt
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
root [Fri, 30 Nov 2007 16:14:09 +0000 (10:14 -0600)]
Bug Fixing : NZsearch
parenthesis introduce a priority.
yr:XXXX-YYYY is now processed correctly.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Thu, 29 Nov 2007 23:43:03 +0000 (17:43 -0600)]
changing haspermission() to require that user has ALL requiredflags, not ANYOF requiredflags
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 29 Nov 2007 20:22:59 +0000 (14:22 -0600)]
UNIMARC specific : itemtype is now known as itype
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 29 Nov 2007 20:22:58 +0000 (14:22 -0600)]
it appears that hidelostitems can be true here and not set to 1 in syspref
in syspref it appears as "OFF", but in opac-search it's considered as true.
Changing the test to be sure syspref & opac-search consider the same thing
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Thu, 29 Nov 2007 20:22:57 +0000 (14:22 -0600)]
HTML::Template => HTML::Template::Pro
HTML::Template is no more used, some were remaining,
fixing the "use ...;" to H::T::Pro only
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 2 Dec 2007 20:51:10 +0000 (14:51 -0600)]
merging in changes to staff css
Paul POULAIN [Wed, 28 Nov 2007 22:00:55 +0000 (16:00 -0600)]
adding yellow style for search term
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 28 Nov 2007 22:00:53 +0000 (16:00 -0600)]
when the result has an author as search term, the link contained the <span style="term"> in it
this fix add a author_nospan, that contains the author in it's native form
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 30 Nov 2007 10:10:21 +0000 (11:10 +0100)]
material type is mc, not mt, synch'ing opac with staff
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Thu, 29 Nov 2007 00:28:32 +0000 (18:28 -0600)]
Fix for bug 1613 making sure the zebraqueue is updated when an item is
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 29 Nov 2007 03:13:33 +0000 (21:13 -0600)]
removed extraneous warns
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 29 Nov 2007 03:13:32 +0000 (21:13 -0600)]
bugfix: do not store item tags when saving old copy of bib
If a MARC batch was imported, then reverted, the 952s
from the saved copied of the bib were added back
when the bib was replaced, leading to duplication
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:31 +0000 (21:13 -0600)]
Change from kados to XISBN.pm ("handle no response from ThingISBN"), and change to similar items markup in detail.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:30 +0000 (21:13 -0600)]
Trying new format for OPAC resident search bar and menus. Also making correction to opac-detail similar items markup, although it's probably still not working yet.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:29 +0000 (21:13 -0600)]
If LibraryName was not specified, the opac layout was broken. Adding a default ("Koha Online Catalog") to the template in case LibraryName is empty.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:28 +0000 (21:13 -0600)]
Minor style tweaks here and there.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:27 +0000 (21:13 -0600)]
More work on returns messages.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 29 Nov 2007 03:13:26 +0000 (21:13 -0600)]
Focusing Check-In tab on returns.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 28 Nov 2007 18:46:38 +0000 (12:46 -0600)]
fixing problem with adv search on staff client
Issue was that language limit was being set with a
relation (=) but no operand
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 22:00:39 +0000 (16:00 -0600)]
bug 1614: revise GetMarcItem so that info dervies from items table
This should help make the items table more authoritative, and ensures
that the items editor does not blank circulation fields such as
issues.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:53:27 +0000 (14:53 -0600)]
Continuing reformatting of returns.tmpl; Correcting javascript error in request.tmpl.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:53:06 +0000 (14:53 -0600)]
Attempting to pretty up confirmations and messages in returns; Adding some variables to the template output; Fixing layout in circulation.tmpl for patrons without messages; Minor correction to OPAC css.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:52:48 +0000 (14:52 -0600)]
Tweaking display of MARC records in the OPAC
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:52:39 +0000 (14:52 -0600)]
Correcting breadcrumbs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:52:29 +0000 (14:52 -0600)]
Adding auto-fill links for variable types
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:52:21 +0000 (14:52 -0600)]
Minor changes to systempreferences markup, including re-adding edit link on system pref variable, very helpful if the display runs off the right side of the screen.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:52:10 +0000 (14:52 -0600)]
Moving holdings, description, editions, and related into tabs, enabling AmazonSimilarItems global preference for the staff client (but not working?)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 27 Nov 2007 20:51:49 +0000 (14:51 -0600)]
Incremental changes to reviews, similar items
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 20:29:32 +0000 (14:29 -0600)]
improved terminology for WITHDRAWN authorized value
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 20:08:06 +0000 (14:08 -0600)]
bugfix: handle subfield $0 in MARC for an item
Note: C4::Biblio::GetMarcFromKohaField returns (0, 0) if
the kohafield is not defined in the MARC framework, but
in may places the return value is not checked correctly
and does not recognize a subfield $0 (zero). It
would be better if GetMarcFromKohaField returned (undef, undef)
in that circumstance, but because of the number of places
where that function is used, the changed is deferred for
post 3.0.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 20:08:05 +0000 (14:08 -0600)]
bug 1616: handle NULL in damaged, wthdrawn, or itemlost columns
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 20:08:04 +0000 (14:08 -0600)]
MARC21 framework: changed 'items.withdrawn' to 'items.wthdrawn'
The correct field is 'items.wthdrawn', not 'items.withdrawn'.
Spelling may be corrected in post-3.0 version.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 27 Nov 2007 16:28:09 +0000 (10:28 -0600)]
bug 1616: update bib MARC and zebraqueue on item update
Fixed so that when using updateitem.pl to change an
item's lost, damaged, or withdrawn status, the
bib's MARC XML is updated and an entry is added
to zebraqueue.
As part of the fix, C4::Biblio::ModItemInMarconefield
now works correctly.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 27 Nov 2007 03:26:51 +0000 (21:26 -0600)]
adding template code for AmazonSimilarItems et al
Test this by having the following ISBNs in your system:
0152018484
0152053530
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 14:59:52 +0000 (08:59 -0600)]
fixing langauge limit indexes were removed
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 26 Nov 2007 22:30:26 +0000 (16:30 -0600)]
MARC import: part 6 of large file support
Added background job and AJAX progress updates
to MARC commit job.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 26 Nov 2007 21:40:57 +0000 (15:40 -0600)]
MARC import: part 5 of large file support
Staging job now gets moved to background so that
it does not get killed if it takes longer
than the Apache timeout.
Added AJAX monitoring of job status.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 26 Nov 2007 21:40:56 +0000 (15:40 -0600)]
C4::UploadedFile -- simplified serialization
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 26 Nov 2007 21:40:55 +0000 (15:40 -0600)]
MARC import: part 4 of large file support
* Added C4::BackgroundJob to monitor tracking of
background jobs
* start modifying stage-marc-import to use it
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 21:00:57 +0000 (15:00 -0600)]
More work on editions in the OPAC; Need both a staff client and OPAC system pref for turning on and off XISBN stuff.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 21:00:32 +0000 (15:00 -0600)]
Moving system preferences search (yay!) into resident search form
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 21:00:22 +0000 (15:00 -0600)]
Enabling FRBR system pref for OPAC, to enable/disable display of other editions. Adding editions display to opac-detail, and making some other cosmetic changes. Adding alterating table row colors in opac-user.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 20:59:56 +0000 (14:59 -0600)]
A few minor changes: Tweaking amazon image js to try to fix spotty behavior (not very successfully), adding "renew all" button to opac-user, though it doesn't actually work yet.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 20:59:46 +0000 (14:59 -0600)]
Another fix for But 1165. All taken care of now, I hope.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 20:59:36 +0000 (14:59 -0600)]
Tidying up and correcting patron image embedding.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 26 Nov 2007 20:59:11 +0000 (14:59 -0600)]
A couple of changes towards fixing Bug 1165 (GST in PROG templates)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 26 Nov 2007 12:38:21 +0000 (07:38 -0500)]
Second try:Corrected bad pathing for default Perl base dir. Default now matches Debian Perl.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Mon, 26 Nov 2007 07:47:00 +0000 (01:47 -0600)]
BUG-1533, adding sys-pref search back in, too handy for deving/testing.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Mon, 26 Nov 2007 07:46:40 +0000 (01:46 -0600)]
BUG-1533, adding sys-pref search back in, too handy for deving/testing.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 12:28:27 +0000 (06:28 -0600)]
adding generic POT file
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 12:23:35 +0000 (06:23 -0600)]
Re-naming French .po files in line with RFC4646, mail to follow
on koha-devel.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 05:44:50 +0000 (23:44 -0600)]
much-awaited web-based self-checkout system
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Mon, 26 Nov 2007 01:55:32 +0000 (19:55 -0600)]
Adding MARC preview to acqui screens
Also cleaning up some missing params and language.
Add another js library: greyox (jquery derivative iiuc).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 03:43:25 +0000 (21:43 -0600)]
s/mt/itemtype/ for FindDuplicate
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 01:41:15 +0000 (19:41 -0600)]
allow timeout to be specified in days
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 01:32:01 +0000 (19:32 -0600)]
adding maxItemsToDisplay
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 00:46:35 +0000 (18:46 -0600)]
forward-porting default sort by options
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 00:33:26 +0000 (18:33 -0600)]
adding proper frameworkcodes for simple frameworks suppress field
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 00:28:36 +0000 (18:28 -0600)]
fix to kohastructure, comma probs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 00:08:49 +0000 (18:08 -0600)]
adding fixes to updatedatabase
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 26 Nov 2007 00:03:58 +0000 (18:03 -0600)]
fix to sort by defaults sysprefs, more choices
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 23:54:16 +0000 (17:54 -0600)]
adding numSearchResults and OPACnumSearchResults
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 23:33:35 +0000 (17:33 -0600)]
adding warning to marc_subfields_structure not to change the koha link after loading data
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:13 +0000 (19:26 +0100)]
1507 : Possible Missing Foreign Key in Accountoffsets
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:12 +0000 (19:26 +0100)]
unimarc zebra config files moved to etc/zebradbs directory
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:11 +0000 (19:26 +0100)]
(atz, pls validate) bugfixing dates viewing on moremember
There were 2 bugs :
- one in moremember.pl that supposed the date value to be in preffered order, which is wrong, it's in iso at this time
- the output does not work as expected, as it always return iso.
Pls atz, confirm Dates.pm was bugged.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:10 +0000 (19:26 +0100)]
for authorities too: 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: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:09 +0000 (19:26 +0100)]
removing useless files
some were already in etc/zebradb, the unimarc specifics one have been copied here
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:08 +0000 (19:26 +0100)]
Updating rebuild_zebra.pl : now uses etc config files
There are only 2 UNIMARC specific files (.abs and .chr), they have been moved to etc/zebradb
The rebuild_zebra.pl takes all config file from this location now.
the misc/zebra/ can be removed (and will be soon)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:07 +0000 (19:26 +0100)]
translation to french updated (staff & opac)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:06 +0000 (19:26 +0100)]
Deal with opac template reordering
the modules/ directory is now in opac as well as in intranet.
non english languages were unreachable without this patch.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:05 +0000 (19:26 +0100)]
include 700 (author) in authority author list
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:02 +0000 (19:26 +0100)]
adding a tab to all un-affected sysprefs.
+ modify the look a little bit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:26:01 +0000 (19:26 +0100)]
Adding Biblio::EndNote dep
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:25:59 +0000 (19:25 +0100)]
adding yellow style for search term
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 23 Nov 2007 18:25:57 +0000 (19:25 +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: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sun, 25 Nov 2007 19:32:24 +0000 (13:32 -0600)]
Fix for Bug 1574
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:55 +0000 (14:44 -0600)]
MARC import: part 3 of large file support
* Introduced C4::UploadedFile to handle management and
progress tracking of uploaded files.
* Modified stage-marc-import.pl to handle new upload
mechanism
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:54 +0000 (14:44 -0600)]
MARC import: part 2 of large file support
* Added check_cookie_auth to C4::Auth
* Added permissions checks to the file upload scripts
* Added more error handling
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:53 +0000 (14:44 -0600)]
bugfix: fixed quelling of warning if $db_port not specified
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:52 +0000 (14:44 -0600)]
bugfix: remove extra /TMPL_IF
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:51 +0000 (14:44 -0600)]
quell warning about missing config parameter (DB) 'port'
This context parameter is not necessarily present for
MySQL storage method.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:50 +0000 (14:44 -0600)]
new C4::Auth::get_session for single place to get CGI::Session object
Refactoring to provide single place to get CGI::Session ojbject;
fixes bug for DB storage method other than 'mysql'.
This refactoring is also part of the patch series for
handling large input files for staging and processing
MARC records.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 20:44:49 +0000 (14:44 -0600)]
MARC import: part 1 of adding support for large files
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 23 Nov 2007 16:02:29 +0000 (10:02 -0600)]
renamed 'biblios' directory for webservices to 'svc'
Directory changed to give a more generic name, particularly
for when new services are added later.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 22:23:05 +0000 (16:23 -0600)]
adding Suppress in OPAC to record.abs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 22:21:47 +0000 (16:21 -0600)]
adding 'Suppress in OPAC' to MARC frameworks
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 21:49:07 +0000 (15:49 -0600)]
improve nomenclature of installer
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 21:45:50 +0000 (15:45 -0600)]
adding missing sysprefs to 3.0
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 16:31:06 +0000 (10:31 -0600)]
forward-porting full list of valud Z39.50 target syntaxes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 25 Nov 2007 16:03:18 +0000 (10:03 -0600)]
fixes to scan
Signed-off-by: Joshua Ferraro <jmf@liblime.com>