]>
git.koha-community.org Git - koha.git/log
Chris Cormack [Tue, 8 Dec 2009 00:05:45 +0000 (13:05 +1300)]
Bug 3842 Lingua::Stem::Snowball missing from the Makefile.PL
Chris Cormack [Mon, 7 Dec 2009 09:21:49 +0000 (22:21 +1300)]
Updating history
Chris Nighswonger [Sun, 6 Dec 2009 04:25:25 +0000 (23:25 -0500)]
Adding comments for Zebra Configuration on MSWin32
MSWin32 does not support sockets. These comments give instruction on setting up Zebra tcp port configuration.
Chris Nighswonger [Sun, 6 Dec 2009 04:12:20 +0000 (23:12 -0500)]
Fix for MSWin32
A tweak to restore MSWin32 installation capability.
NOTE: Native MSWin32 support in Koha is for Strawberry Perl 5.10.1.0 or later.
There are some issues with GDBM_File.pm which prevent Koha from running without a bit of
a workaround. This will be resolved in the January 2010 release of Strawberry Perl. More
can be read concerning this in the INSTALL.MSWin32 file which will be forth-coming.
NOTE: There will be several other minor changes to other portions of the Koha code base
in order to fix misc issues when Koha is installed on MSWin32.
Frédéric Demians [Sat, 5 Dec 2009 13:15:33 +0000 (14:15 +0100)]
Bug 3863 - Amazon Content Not Working
Sysprefs were not sent to templates.
Michael Hafen [Fri, 4 Dec 2009 22:37:26 +0000 (15:37 -0700)]
bugfix Move Item From Biblio - biblioitemnumber isn't the same as biblionumber
In the database and code biblioitemnumber is not guaranteed to be the same as
biblionumber.
David Birmingham [Wed, 2 Dec 2009 21:23:07 +0000 (16:23 -0500)]
Translated & to & in xmlrecord
If the homebranch tag had an & in its name, then the XML wouldn't parse
correctly. As a result, if XSLT was turned on, "No copies available" would
always be displayed.
Frédéric Demians [Wed, 2 Dec 2009 15:04:49 +0000 (16:04 +0100)]
Bug 3784: Don't fail on opac-detail.pl with invalid biblionumber
Galen Charlton [Wed, 2 Dec 2009 11:29:39 +0000 (06:29 -0500)]
correct DBrev
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 2 Dec 2009 02:07:48 +0000 (21:07 -0500)]
Renumber DB updates from merge
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 2 Dec 2009 02:01:33 +0000 (21:01 -0500)]
Merge commit 'koha-biblibre/master' into bl-acq
Henri-Damien LAURENT [Thu, 26 Nov 2009 20:53:50 +0000 (21:53 +0100)]
Bug Fixing additem : branchcode unwilling changes
branchcode was unconditionnally changed to user branch when editing an item
Paul Poulain [Thu, 26 Nov 2009 16:13:08 +0000 (17:13 +0100)]
fixing version update
Henri-Damien LAURENT [Wed, 25 Nov 2009 11:18:44 +0000 (12:18 +0100)]
dbRev 130 : CAS System preference
Upgrade updatedatabase.pl and kohaversion
Henri-Damien LAURENT [Wed, 25 Nov 2009 11:16:05 +0000 (12:16 +0100)]
Merge branch 'MT1105' into public_master
Matthias Meusburger [Mon, 23 Nov 2009 13:44:51 +0000 (14:44 +0100)]
MT 2050, Follow-up, Fast Cataloging
Adds granular permissions for cataloging
Also adds a link from the circulation home to fast cataloging when fast cataloging is active
Henri-Damien LAURENT [Mon, 23 Nov 2009 20:40:13 +0000 (21:40 +0100)]
bulkmarcimport.pl Bug Fix matching biblios enhanced
matching biblios is now also getting biblioitemnumber so that Items management can be performed
Henri-Damien LAURENT [Mon, 23 Nov 2009 20:35:07 +0000 (21:35 +0100)]
followup
da49fc77df9 enh 3736
Henri-Damien LAURENT [Mon, 23 Nov 2009 16:05:55 +0000 (17:05 +0100)]
haspermission signature had changed
Matthias Meusburger [Thu, 7 May 2009 14:18:07 +0000 (16:18 +0200)]
Remove ticket parameter from auto added hidden fields.
(Normal login directly after a failed CAS login didn't work previously to this removal)
Matthias Meusburger [Thu, 7 May 2009 14:10:09 +0000 (16:10 +0200)]
Added debug mode for CAS warn messages
Matthias Meusburger [Thu, 7 May 2009 13:11:44 +0000 (15:11 +0200)]
Add missing return when CAS user is invalid
Henri-Damien LAURENT [Mon, 23 Nov 2009 15:26:35 +0000 (16:26 +0100)]
Second CAS version : CAS and non-CAS login can coexist
Conflicts solved :
C4/Auth.pm
opac/opac-main.pl
Matthias Meusburger [Tue, 5 May 2009 15:23:05 +0000 (17:23 +0200)]
Add a syspref for CAS logout
Matthias Meusburger [Thu, 30 Apr 2009 09:04:21 +0000 (11:04 +0200)]
Moved CAS configuration from config file to sysprefs
Henri-Damien LAURENT [Mon, 23 Nov 2009 15:21:37 +0000 (16:21 +0100)]
First CAS version : when CAS is enabled, login through CAS is mandatory
Conflicts solved C4/Auth.pm
Nahuel ANGELINETTI [Mon, 23 Nov 2009 09:20:00 +0000 (10:20 +0100)]
(bug #3802) fix branch deletion checks
This fix checks that are done when a branch is deleted, and the message shown.
Now it check for borrowers and items attached to the deleted branch.
Nahuel ANGELINETTI [Mon, 23 Nov 2009 08:38:33 +0000 (09:38 +0100)]
(bug #3801) fix itemtype administration
This delete all code related to renewals allowed in itemtype administration.
Paul Poulain [Fri, 20 Nov 2009 17:28:14 +0000 (18:28 +0100)]
more SQL fixes. Installer now works fine with french & unimarc
Paul Poulain [Fri, 20 Nov 2009 17:23:44 +0000 (18:23 +0100)]
fixing strings (for new acq module) & syspref translations to french
Paul Poulain [Fri, 20 Nov 2009 16:11:38 +0000 (17:11 +0100)]
some installer fixes
* 2 descriptions not translated to french
* 2 SQL errors (missing , and duplicated syspref)
Henri-Damien LAURENT [Thu, 19 Nov 2009 22:47:50 +0000 (23:47 +0100)]
MT 2309, Follow-up : Display item location codes in item adding
Conflicts solved cataloguing/additem.pl
Matthias Meusburger [Thu, 19 Nov 2009 11:05:15 +0000 (12:05 +0100)]
MT 2051, Follow-up : Fixing typo in granular permissions for guided reports
Henri-Damien LAURENT [Wed, 11 Nov 2009 11:00:18 +0000 (12:00 +0100)]
MT1883 : Serials enddate was not cleanly used
GetExpirationDate should now be used only to get the NEXT expirationdate based on startdate
Perltidying C4/Serials.pm
Henri-Damien LAURENT [Tue, 10 Nov 2009 21:19:51 +0000 (22:19 +0100)]
UpdateDatabase more fixes
Paul Poulain [Tue, 10 Nov 2009 17:32:07 +0000 (18:32 +0100)]
oups, sorry, fixing mistake in previous patch
(reverting a not related and probably bogus change)
Paul Poulain [Tue, 10 Nov 2009 17:28:53 +0000 (18:28 +0100)]
revamping a little opac-detail for subscription (adding more history information)
Matthias Meusburger [Fri, 13 Nov 2009 16:35:10 +0000 (17:35 +0100)]
MT1644 : Added HTML Escape on ocoins to prevent unintentional tag ending
Matthias Meusburger [Fri, 13 Nov 2009 16:11:49 +0000 (17:11 +0100)]
Add JQuery tablesorters on serials-edit and booksellers
Matthias Meusburger [Tue, 10 Nov 2009 11:08:57 +0000 (12:08 +0100)]
MT 2050 : Fast cataloging
Paul Poulain [Tue, 10 Nov 2009 19:55:22 +0000 (20:55 +0100)]
adding SUDOC history to XSLT (fields 955$r and $9)
Matthias Meusburger [Mon, 9 Nov 2009 09:30:08 +0000 (10:30 +0100)]
MT 2040, Follow-up : Dropdown list for languages in opac
Nahuel ANGELINETTI [Wed, 23 Sep 2009 12:56:44 +0000 (14:56 +0200)]
(bug #3655) fix news language detection
This patch improve the language detection for news in opac. If the user have no defined language in his browser.
Mergefix
Henri-Damien LAURENT [Thu, 19 Nov 2009 21:54:41 +0000 (22:54 +0100)]
Bug Fixing : C4/Acquisition.pm
Updating ModStatus to ModSuggestion
Henri-Damien LAURENT [Thu, 19 Nov 2009 16:34:27 +0000 (17:34 +0100)]
followup finishreceive.pl
Henri-Damien LAURENT [Thu, 19 Nov 2009 16:08:47 +0000 (17:08 +0100)]
Nahuel ANGELINETTI [Thu, 22 Oct 2009 14:43:49 +0000 (16:43 +0200)]
(bug #3728) fix mandatory select fields
this fix marc editor for "select" mandatory fields that koha don't take care atm.
Nahuel ANGELINETTI [Wed, 23 Sep 2009 12:56:44 +0000 (14:56 +0200)]
(bug #3655) fix news language detection
This patch improve the language detection for news in opac. If the user have no defined language in his browser.
Nahuel ANGELINETTI [Tue, 29 Sep 2009 09:19:07 +0000 (11:19 +0200)]
(bug #3674) allow users creation with disabled password
Henri-Damien LAURENT [Thu, 19 Nov 2009 08:33:20 +0000 (09:33 +0100)]
MT 2298 : Fix hidelostitems
This patch fixes the opac search, and C4::Search to take care about hidelostitems for items, and not records.
Conflicts solved C4/Search.pm
Henri-Damien LAURENT [Mon, 9 Nov 2009 14:36:28 +0000 (15:36 +0100)]
2298 2299 : Search.pm and opac-search.pl
Removing filter available and hidelostitems at Biblio level
Henri-Damien LAURENT [Fri, 6 Nov 2009 07:56:06 +0000 (08:56 +0100)]
Subscription add Updating Online Help file
Nahuel ANGELINETTI [Fri, 6 Nov 2009 15:47:39 +0000 (16:47 +0100)]
[followup](bug #3550) fix opensearch with subtitle
Nahuel ANGELINETTI [Mon, 9 Nov 2009 08:38:25 +0000 (09:38 +0100)]
(bug #3778) GetBranchesLoop and searchMyLibraryFirst
This fix GetBranchesLoop, if searchmylibraryfirst is disabled, getbranchesloop mustn't select any branch.
Nahuel ANGELINETTI [Thu, 12 Nov 2009 16:00:50 +0000 (17:00 +0100)]
(bug #3783) fix marcurls
this permit to have multiples urls in one field
Matthias Meusburger [Tue, 17 Nov 2009 15:12:17 +0000 (16:12 +0100)]
MT 2309 : Display item location codes in item adding
Nahuel ANGELINETTI [Wed, 18 Nov 2009 09:02:40 +0000 (10:02 +0100)]
(bug #3791) overduerules and numeric categorycodes
this fix overduesrules.pl when library have numeric category codes.
Henri-Damien LAURENT [Tue, 17 Nov 2009 20:41:13 +0000 (21:41 +0100)]
BZ2222 : db definition for frameworkcode in auth_subfield_structure incorrect
db definition for frameworkcode was only varchar(8)
corected to 10
Matthias Meusburger [Mon, 16 Nov 2009 16:44:33 +0000 (17:44 +0100)]
MT 1059 : Records merging
Give the user the ability to merge two records, one being kept and the other deleted.
Selection of the records to merge can be done from virtualshelves.
Paul Poulain [Tue, 17 Nov 2009 16:12:37 +0000 (17:12 +0100)]
fixing image link
(removes a warn in apache log)
Paul Poulain [Tue, 17 Nov 2009 16:05:20 +0000 (17:05 +0100)]
reindenting and removing tmpl_if in doc-head-close
Henri-Damien LAURENT [Tue, 17 Nov 2009 16:41:40 +0000 (17:41 +0100)]
acquisition BasketGroup Bug Fix : wrong script parameter
Henri-Damien LAURENT [Tue, 17 Nov 2009 15:11:10 +0000 (16:11 +0100)]
Date management update Suggestions
Henri-Damien LAURENT [Tue, 17 Nov 2009 14:18:35 +0000 (15:18 +0100)]
Followup database update
ca0b6596eaf
Nahuel ANGELINETTI [Fri, 13 Nov 2009 12:43:48 +0000 (13:43 +0100)]
(MT 1970) fix javascript
This fix javascript to add a supplemental issue that was broken.
Nahuel ANGELINETTI [Mon, 16 Nov 2009 14:45:57 +0000 (15:45 +0100)]
(bug #3786) fix items edition menu
This re-allow the user to go back to normal/isbd/marc view when he's in items edition page
Nahuel ANGELINETTI [Mon, 16 Nov 2009 15:27:55 +0000 (16:27 +0100)]
(bug #3787) update unimarc leader plugin,fix xhtml and design
Paul Poulain [Tue, 17 Nov 2009 14:56:00 +0000 (15:56 +0100)]
fixing who and when the suggestion is done
Paul Poulain [Tue, 17 Nov 2009 14:07:29 +0000 (15:07 +0100)]
reindenting
Henri-Damien LAURENT [Fri, 13 Nov 2009 15:38:49 +0000 (16:38 +0100)]
Adding a test in C4::Charset in UNIMARC_Encoding
Henri-Damien LAURENT [Thu, 12 Nov 2009 15:13:22 +0000 (16:13 +0100)]
Better conformance for UNIMARC Authorities Encoding
encoding is on 8th character and not 9th
Jean-André Santoni [Fri, 13 Nov 2009 11:33:17 +0000 (12:33 +0100)]
[3.2.x](bug #3623) Alternative 2 pages layout for hte PDF
This new template shows the order list of all the baskets in one big table.
Paul Poulain [Thu, 12 Nov 2009 14:56:17 +0000 (15:56 +0100)]
removing hardcoded (english) string
Paul Poulain [Thu, 12 Nov 2009 14:55:56 +0000 (15:55 +0100)]
adding error details
Paul Poulain [Wed, 11 Nov 2009 14:53:16 +0000 (15:53 +0100)]
Moving language to opac-advsearch.pl fewer options
was in "more option", that contains many options useless to standard patrons. Language limit can be useful
Henri-Damien LAURENT [Thu, 12 Nov 2009 13:45:44 +0000 (14:45 +0100)]
Adding ccode at item level in 995$h UNIMARC
Henri-Damien LAURENT [Wed, 4 Nov 2009 09:02:17 +0000 (10:02 +0100)]
removing database revision 124
Revisions 124 and 123 were the same
Jean-André Santoni [Fri, 6 Nov 2009 12:30:28 +0000 (13:30 +0100)]
Fixed wrong SQL syntax in updatedatabase.
Paul Poulain [Mon, 16 Nov 2009 15:11:54 +0000 (16:11 +0100)]
typo fix : list_price instead of listprice
Paul Poulain [Mon, 16 Nov 2009 15:02:52 +0000 (16:02 +0100)]
missing ) result in SQL error
Henri-Damien LAURENT [Wed, 11 Nov 2009 19:59:32 +0000 (20:59 +0100)]
Bug Fix : 3343 MT1313 Authorities MARC summary
When more than one heading, fields are mixed and not well ordered
Henri-Damien LAURENT [Wed, 11 Nov 2009 14:36:00 +0000 (15:36 +0100)]
Follow up : MT1902
aaa8d0c80c893dbd92ced6c933263002cf6b048b
This fixes the loop with dates with was using implicit variable
Henri-Damien LAURENT [Wed, 11 Nov 2009 14:19:24 +0000 (15:19 +0100)]
Adding a warning On subscription deletion for item
If we really wanted to delete all items linked to a subscription when we delete a subscription
we should change the database structure as such :
ALTER TABLE serialitems ADD FOREIGN KEY ( itemnumber ) REFERENCES items (itemnumber) ON DELETE CASCADE ;
ALTER TABLE serial CHANGE subscriptionid subscriptionid INT( 11 ) NOT NULL
ALTER TABLE serial ADD INDEX subscription ( subscriptionid )
ALTER TABLE serial ADD FOREIGN KEY ( subscriptionid ) REFERENCES subscription (subscriptionid) ON DELETE CASCADE ;
Henri-Damien LAURENT [Wed, 11 Nov 2009 11:00:18 +0000 (12:00 +0100)]
MT1883 : Serials enddate was not cleanly used
GetExpirationDate should now be used only to get the NEXT expirationdate based on startdate
Perltidying C4/Serials.pm
Henri-Damien LAURENT [Wed, 4 Nov 2009 09:02:17 +0000 (10:02 +0100)]
removing database revision 124
Revisions 124 and 123 were the same
Paul Poulain [Tue, 10 Nov 2009 21:21:09 +0000 (22:21 +0100)]
applying atomic update for issuingrules, (2929)
Paul Poulain [Tue, 10 Nov 2009 20:53:27 +0000 (21:53 +0100)]
removing warnings
Paul Poulain [Tue, 10 Nov 2009 20:52:57 +0000 (21:52 +0100)]
transforming dates to iso to avoid a mySQL error
Paul Poulain [Tue, 10 Nov 2009 20:32:33 +0000 (21:32 +0100)]
reindenting & removing comments
Paul Poulain [Tue, 10 Nov 2009 20:32:21 +0000 (21:32 +0100)]
subscription enddate is not mandatory + add a small hint on the right
Henri-Damien LAURENT [Tue, 10 Nov 2009 21:19:51 +0000 (22:19 +0100)]
UpdateDatabase more fixes
Matthias Meusburger [Tue, 10 Nov 2009 14:55:52 +0000 (15:55 +0100)]
MT 2269 : Granular permissions for items batch modification and deletion
Notes :
Permissions themselves were already added in commit
50ef9288606077dfc2b457db490f6fc2a5461c6c : (bug #3396) This add batch deletion of items and fixes permissions for batch modification by Jean-André Santoni
Javascript for bolding currently selected page in tools-menu.inc enhanced to support url with parameters
Paul Poulain [Tue, 10 Nov 2009 19:55:22 +0000 (20:55 +0100)]
adding SUDOC history to XSLT (fields 955$r and $9)
Paul Poulain [Tue, 10 Nov 2009 17:32:07 +0000 (18:32 +0100)]
oups, sorry, fixing mistake in previous patch
(reverting a not related and probably bogus change)
Paul Poulain [Tue, 10 Nov 2009 17:28:53 +0000 (18:28 +0100)]
revamping a little opac-detail for subscription (adding more history information)
Jane Wagner [Fri, 9 Oct 2009 15:06:17 +0000 (11:06 -0400)]
Bug 3702 add branch description as primary sort for items in staff mode
The default sort order for items attached to a title in staff mode is
items.dateaccessioned desc. This means that a particular library's holdings
will be scattered through the list -- a special problem when it comes to serial
issues. I've done a change to Items.pm that makes the sort order branch
description followed by dateaccessioned. Thus, a library's holdings will be
grouped together in the display.
Paul Poulain [Tue, 10 Nov 2009 16:07:44 +0000 (17:07 +0100)]
typo fix in XSLT
Paul Poulain [Tue, 10 Nov 2009 16:00:37 +0000 (17:00 +0100)]
adding XSLT for intranet (UNIMARC only, MARC21 will be done by kf)
- the XSLTParse4Display sub now has a new parameter : the interface (intranet or opac)
- the XSLTdisplay sysprefs is common to staff & opac (Auth.pm)
- added UNIMARC xslt in intranet templates (modified to deal with staff/opac differences)
Paul Poulain [Mon, 9 Nov 2009 18:35:02 +0000 (19:35 +0100)]
Displaying serial call-number on receive.
when the subscription has item creation, the callnumber is inside the item creation.
But when it doesn't have, the callnumber is not displayed, but is useful to be put on physical item.
This patch display the callnumber after the title
Paul Poulain [Mon, 9 Nov 2009 17:49:17 +0000 (18:49 +0100)]
2 translation fixes