]>
git.koha-community.org Git - koha.git/log
Chris Cormack [Sat, 17 Oct 2009 19:45:33 +0000 (08:45 +1300)]
Russian, Polish and Ukranian language updates
Henri-Damien LAURENT [Fri, 16 Oct 2009 22:34:41 +0000 (00:34 +0200)]
Authorities framework Bug fixing
When an authority field is linked to an authority
the subfield was disabled thus the information was not stored into the record
Henri-Damien LAURENT [Fri, 16 Oct 2009 14:26:42 +0000 (16:26 +0200)]
remove use of 2xx$3 in Building hierarchy
Chris Cormack [Fri, 16 Oct 2009 19:46:26 +0000 (08:46 +1300)]
English - Great Britain
Chris Cormack [Fri, 16 Oct 2009 19:44:36 +0000 (08:44 +1300)]
Albanian po files
Chris Cormack [Fri, 16 Oct 2009 19:41:51 +0000 (08:41 +1300)]
Greek intranet updates
Galen Charlton [Fri, 29 May 2009 01:51:23 +0000 (20:51 -0500)]
fix markup error in unimarc_field_128a.tmpl
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Henri-Damien LAURENT [Wed, 14 Oct 2009 09:59:19 +0000 (11:59 +0200)]
Removing duplicate syspref
Henri-Damien LAURENT [Tue, 13 Oct 2009 14:22:24 +0000 (16:22 +0200)]
followup : auto_truncation
3287252c0
truncated words bore a double * which would create an error
Henri-Damien LAURENT [Tue, 13 Oct 2009 12:13:17 +0000 (14:13 +0200)]
Removing unconditionnal warning
Chris Cormack [Wed, 14 Oct 2009 10:03:24 +0000 (23:03 +1300)]
Portuguese updates
Chris Cormack [Wed, 14 Oct 2009 09:50:45 +0000 (22:50 +1300)]
French, Italian and Polish updates
Chris Cormack [Fri, 9 Oct 2009 07:10:08 +0000 (20:10 +1300)]
Greek intranet update
Henri-Damien LAURENT [Fri, 9 Oct 2009 09:48:14 +0000 (11:48 +0200)]
Remove Stopwords bug fixing
in french, les is a stopword
Modèles would match because of the combining and \P{IsAlnum} would not detect that.
Nahuel ANGELINETTI [Thu, 8 Oct 2009 14:51:48 +0000 (16:51 +0200)]
[followup] (bug #3348) last fixes
This patch is the last fix for this ticket.
Nahuel ANGELINETTI [Thu, 8 Oct 2009 14:36:20 +0000 (16:36 +0200)]
(bug #3348) Budget and funds broken
This patch, fix the way to detect closed baskets or not. The way to calculate budget and funds and the spent detail.
Nahuel ANGELINETTI [Thu, 8 Oct 2009 11:29:59 +0000 (13:29 +0200)]
(bug #3348) still fixing funds and budget table
This fix the sql request to be the same result as in spent.pl
Nahuel ANGELINETTI [Mon, 22 Jun 2009 12:47:07 +0000 (14:47 +0200)]
(bug #3348) fix funds and budget table
This fix how the funds and budget table is calculated. Some old values are included when they shouldn't.
Then it disallow the user to receive non-closed baskets.
And fix a the spent/commited budget page, to show (and calculate) only closed baskets.
Nahuel ANGELINETTI [Tue, 23 Jun 2009 13:21:52 +0000 (15:21 +0200)]
(bug #3353) permit librarians to cancel orders
This add a link in receipt summary, that allow the librarian to "cancel orders" from closed baskets.
Henri-Damien LAURENT [Thu, 8 Oct 2009 14:03:37 +0000 (16:03 +0200)]
[follow up](bug #3584) improve ccl detection
Adding = as an index sign
Followup to
3037ff9e81149615f94d3c4ff0e5b4c5240f3ce9
Henri-Damien LAURENT [Thu, 8 Oct 2009 14:01:00 +0000 (16:01 +0200)]
Followup : authorities frameworks were not editable
Followup to :
85fcede8ce4cc79d6f8daa7204133fca50275e35
Chris Cormack [Thu, 8 Oct 2009 06:45:11 +0000 (19:45 +1300)]
Ukranian and Russian sql updates courtesy of Сергій Дубик
Chris Cormack [Thu, 8 Oct 2009 01:07:54 +0000 (14:07 +1300)]
Fixing errors in Portuguese intranet .po file
Chris Cormack [Wed, 7 Oct 2009 22:08:47 +0000 (11:08 +1300)]
Dutch and Polish opac updates
Henri-Damien LAURENT [Wed, 7 Oct 2009 14:12:31 +0000 (16:12 +0200)]
BugFixing : 3306
Using CalcDateDue With borrower information wherever possible
Henri-Damien LAURENT [Wed, 7 Oct 2009 13:49:02 +0000 (15:49 +0200)]
Bug Fix : 3689
Disabling Query_AutoTruncate for NoZebra searches
Henri-Damien LAURENT [Wed, 7 Oct 2009 09:02:52 +0000 (11:02 +0200)]
Adding labeled view support
Matthias Meusburger [Wed, 7 Oct 2009 09:45:53 +0000 (11:45 +0200)]
MT 1970, Follow-up : removed unnecessary debug log
Henri-Damien LAURENT [Wed, 7 Oct 2009 07:46:35 +0000 (09:46 +0200)]
Adding systempreference itemcallnumber support
In PrepareItemrecordInput preference system for itemcallnumber was not correctly set.
This is a quick fix for that
Nahuel ANGELINETTI [Tue, 6 Oct 2009 12:02:38 +0000 (14:02 +0200)]
(bug #3695) allow to limit overdues by categorycode
This add two new options to overdue_notices.pl to select only overdues for few categorycodes, or to exclude few categorycodes.
Chris Cormack [Tue, 6 Oct 2009 20:14:37 +0000 (09:14 +1300)]
Spanish (VE), French, Dutch, Russian and Ukranian updates
Chris Cormack [Tue, 6 Oct 2009 09:48:53 +0000 (22:48 +1300)]
Italian, Dutch and Polish updates
Henri-Damien LAURENT [Tue, 6 Oct 2009 15:50:36 +0000 (17:50 +0200)]
TransformHTMLToXML bug default_ind_to_space
default_ind_to_space made the assumption that indicator string by default was a string containing 2 characters.
This was not true, causing an Internal server error.
This patch Fixes that.
Henri-Damien LAURENT [Tue, 6 Oct 2009 13:40:06 +0000 (15:40 +0200)]
Authority frameworks were not editable
Henri-Damien LAURENT [Tue, 6 Oct 2009 12:27:15 +0000 (14:27 +0200)]
Adding defaultvalues management in Serials Items management
Previously, defaultvalues from items was not managed
Matthias Meusburger [Thu, 3 Sep 2009 10:26:07 +0000 (12:26 +0200)]
MT 1816: Granular permissions for the serials module
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Henri-Damien LAURENT [Tue, 6 Oct 2009 11:13:17 +0000 (13:13 +0200)]
routing preveiw was broken
using use C4::Members
Henri-Damien LAURENT [Tue, 6 Oct 2009 11:11:04 +0000 (13:11 +0200)]
serials should not depend on cataloguing rights
Move them around on mainpage.pl
Henri-Damien LAURENT [Tue, 6 Oct 2009 09:56:00 +0000 (11:56 +0200)]
Improving Research on Bookseller
Can search now on any word
Frédéric Demians [Mon, 15 Jun 2009 15:32:51 +0000 (17:32 +0200)]
Fix an unstranslatable string in JavaScript
For an explanation, see:
http://wiki.koha.org/doku.php?id=en:development:codingguidelines#translatable_text
This bug blocks entirely serials module. It isn't possible
to create/edit a subscription. Brocken JavaScript prevents
Search for a vendor and Search for Biblio dialog box
to pop-up.
Nahuel ANGELINETTI [Thu, 1 Oct 2009 15:24:53 +0000 (17:24 +0200)]
(bug #3688) add index for acqdate in unimarc and fix maintenance script
This patch add the support of acqdate in unimarc, and fix maintenance script for brokend records.
Matthias Meusburger [Thu, 24 Sep 2009 08:13:28 +0000 (10:13 +0200)]
MT 1970 : Automatically add issue number when receiving serial
Chris Cormack [Sun, 4 Oct 2009 22:05:09 +0000 (11:05 +1300)]
Portuguese staff update
Chris Cormack [Sun, 4 Oct 2009 21:03:55 +0000 (10:03 +1300)]
Portuguese Opac Updates
Chris Cormack [Sun, 4 Oct 2009 20:13:56 +0000 (09:13 +1300)]
Polish language updates
Nahuel ANGELINETTI [Thu, 1 Oct 2009 08:26:43 +0000 (10:26 +0200)]
[replaceprevious](bug #3678) Fix circulation
This patch fix major circulation problems with reserves:
A reserved document on "next available", is no more detected when an item of this record is checked-in.
And add a db dependant test to validate this everywhen.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Michael Hafen [Wed, 30 Sep 2009 21:33:05 +0000 (15:33 -0600)]
bugfix: pagination bar has an empty page at the end
There are a few pages where the pagination_bar() call produces an empty page
when the number of results is a multiple of the results per page. Looking at
getnbpages() I see the right way to do it. So I changed these few pages to
either use getnbpages() or calculate the number of pages the same way.
Nahuel ANGELINETTI [Tue, 29 Sep 2009 09:19:07 +0000 (11:19 +0200)]
(bug #3674) allow users creation with disabled password
Chris Cormack [Wed, 30 Sep 2009 23:47:46 +0000 (12:47 +1300)]
Mongolian updates
Chris Cormack [Wed, 30 Sep 2009 18:52:30 +0000 (07:52 +1300)]
Greek updates
Chris Cormack [Tue, 29 Sep 2009 18:01:55 +0000 (07:01 +1300)]
German and Italian updates
Chris Cormack [Sun, 27 Sep 2009 22:43:39 +0000 (11:43 +1300)]
Continuing fixing license and metadata
Chris Cormack [Sun, 27 Sep 2009 22:35:50 +0000 (11:35 +1300)]
Updating license and meta information
Chris Cormack [Sun, 27 Sep 2009 22:35:37 +0000 (11:35 +1300)]
German intranet updates
Chris Cormack [Sat, 26 Sep 2009 20:41:16 +0000 (09:41 +1300)]
Tidying up license info and other meta data
Chris Cormack [Sat, 26 Sep 2009 20:28:50 +0000 (09:28 +1300)]
Updates to Slovak staff interface for 3.0.4
Ricardo Dias Marques [Sun, 6 Sep 2009 16:44:13 +0000 (16:44 +0000)]
Bug 3582: Missing usage information for -h / --help switch for rebuild_nozebra.pl
Fix for Bug 3582: Missing usage information for -h / --help switch for rebuild_nozebra.pl
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3582
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Fri, 25 Sep 2009 21:29:38 +0000 (09:29 +1200)]
Slovak and German updates
Henri-Damien LAURENT [Fri, 25 Sep 2009 15:27:12 +0000 (17:27 +0200)]
bug Fixing : 3640
This patch filters all non itemrelated fields in the marcrecord before making update
AddItemhad the same problem as ModItem
They would try and take fields which would not be item fields
Conflicts solved C4/Items.pm
Nahuel ANGELINETTI [Fri, 25 Sep 2009 14:32:41 +0000 (16:32 +0200)]
(bug #3667) fix borrowers cleanup
This add a check of borrower expiry date, and don't delete the borrower if he's still active.
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.
Henri-Damien LAURENT [Fri, 25 Sep 2009 08:27:47 +0000 (10:27 +0200)]
Bug Fixing : Subtitle Support Added
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:19:08 +0000 (22:19 +0200)]
MT 1926 : Adding Internal notes to serials list display
Chris Cormack [Wed, 23 Sep 2009 09:56:28 +0000 (21:56 +1200)]
Polish, English NZ and German updates
Chris Cormack [Tue, 22 Sep 2009 23:47:49 +0000 (11:47 +1200)]
Khk updates
Chris Cormack [Tue, 22 Sep 2009 23:46:48 +0000 (11:46 +1200)]
English NZ and Polish updates
Henri-Damien LAURENT [Tue, 22 Sep 2009 13:16:21 +0000 (15:16 +0200)]
Fixing translation process
Removing checkbox values from po generation
Chris Cormack [Tue, 22 Sep 2009 01:08:04 +0000 (13:08 +1200)]
PO files updated to contain the .xsl
Chris Cormack [Tue, 22 Sep 2009 01:07:21 +0000 (13:07 +1200)]
Updating update.pl to work locally
Henri-Damien LAURENT [Mon, 21 Sep 2009 21:47:59 +0000 (23:47 +0200)]
Followup updating translation process
Henri-Damien LAURENT [Wed, 2 Sep 2009 15:38:36 +0000 (17:38 +0200)]
Adding xsl strings to po
xsl strings are now taken into account.
This is a first draft.
Some parameters of the functions will be taken into account
and <xsl> tags are not translated
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 21 Sep 2009 21:04:46 +0000 (23:04 +0200)]
C4/Search.pm followup auto_truncation
Auto_truncation is used even though exact search selected.
This patch removes this side effect
Chris Cormack [Mon, 21 Sep 2009 21:02:16 +0000 (09:02 +1200)]
French canadian updates
Henri-Damien LAURENT [Mon, 21 Sep 2009 20:39:49 +0000 (22:39 +0200)]
(bug #3592) fix scan of terms
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Nahuel ANGELINETTI [Wed, 9 Sep 2009 09:41:34 +0000 (11:41 +0200)]
[followup](bug #3584) fix variable name
Nahuel ANGELINETTI [Wed, 9 Sep 2009 07:29:03 +0000 (09:29 +0200)]
[follow up](bug #3584) improve ccl detection
This improve the detection of ccl queries, and do not duplicate the "ccl=" value.
Nahuel ANGELINETTI [Tue, 8 Sep 2009 12:03:28 +0000 (14:03 +0200)]
(bug #3584) detect ccl queries
This patch C4::Search::buildQuery to detect ccl queries, and let zebra to parse them.
And set a default index "kw" if not specified.
Henri-Damien LAURENT [Mon, 21 Sep 2009 20:23:23 +0000 (22:23 +0200)]
AuthoritiesMarc.pm Improvements
Users are now able to list authorities without entering a search term
Nahuel ANGELINETTI [Mon, 21 Sep 2009 15:45:20 +0000 (17:45 +0200)]
(bug #3653) fix list of recent checks-in
bad use of a variable name, this patch fix it.
Henri-Damien LAURENT [Mon, 21 Sep 2009 15:23:38 +0000 (17:23 +0200)]
Followup C4::Circulation.pm previous commit
previous commit would generate warnings on compilation
Henri-Damien LAURENT [Tue, 15 Sep 2009 19:39:45 +0000 (21:39 +0200)]
BugFix 2726 Resending
This bugfix was first sent By Michael Hafen but may not have made its way into LDAP Authentication
Nahuel ANGELINETTI [Mon, 21 Sep 2009 13:08:27 +0000 (15:08 +0200)]
(bug #3651) sending baskets and shelves
this patch restrict the send of baskets and shelves to authenticated users only, and show their surname/firstname in the e-mail, so the receiver will know who sent the list.
Henri-Damien LAURENT [Mon, 21 Sep 2009 14:32:40 +0000 (16:32 +0200)]
reserve/request.pl Fixing superlibrarian flag checking
superlibrarian flag was checked without %2 on reserve/request.pl
Henri-Damien LAURENT [Mon, 21 Sep 2009 14:31:43 +0000 (16:31 +0200)]
Removing call to a 3.2 function
Henri-Damien LAURENT [Mon, 21 Sep 2009 14:28:48 +0000 (16:28 +0200)]
Bug fix : click on confirm Bellow on opac-shelves
Click on confirm Bellow was not showing the button up, or button was not really obvious
This adds a button right bellow the message
Henri-Damien LAURENT [Mon, 21 Sep 2009 13:08:20 +0000 (15:08 +0200)]
Wrong update in UpdateHoldingBranch
Henri-Damien LAURENT [Mon, 21 Sep 2009 12:54:57 +0000 (14:54 +0200)]
Bug fixing Merge problem on opac-shelves.tmpl
Henri-Damien LAURENT [Mon, 21 Sep 2009 08:23:57 +0000 (10:23 +0200)]
Fixing AddReturn Bad Merge
Chris Cormack [Sun, 20 Sep 2009 01:54:37 +0000 (13:54 +1200)]
Polish language updates
Henri-Damien LAURENT [Sat, 19 Sep 2009 21:57:16 +0000 (23:57 +0200)]
ccl querys adding idx in detail.tmpl
Jean-André Santoni [Thu, 10 Sep 2009 08:10:56 +0000 (10:10 +0200)]
[3.0.x](bug #3597) Adds a check in "delete all items"
This patch replaces DellItem by DellItemCheck in "delete all items".
Nahuel ANGELINETTI [Thu, 10 Sep 2009 12:52:01 +0000 (14:52 +0200)]
(bug #3598) normalize isbn
This patch normalize isbn's of notices imported via z39.50
Galen Charlton [Tue, 15 Sep 2009 13:19:57 +0000 (09:19 -0400)]
bug 3614 followup
* renamed default_ind_to_space to _default_ind_to_space
as it is an internal function
* added calls to _default_ind_to_space in other places
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Mon, 14 Sep 2009 18:26:47 +0000 (19:26 +0100)]
bug 3614 Fix incorrect setting of indicator
Pull the code into its own subr so that the dangers of
inaccurate copy & paste are avoided in future
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Sat, 19 Sep 2009 21:28:48 +0000 (23:28 +0200)]
Enable warnings in serial scripts
Remove some superfluous variables
Simplify some loops over lists
Fix generated warnings
Strip whitespace from line endings
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sat, 12 Sep 2009 16:27:18 +0000 (12:27 -0400)]
Bug 3602: Fixes a log error for opac-search.pl if expanded_options is not defined.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sun, 13 Sep 2009 14:41:43 +0000 (10:41 -0400)]
Bug 3603: Fixes XHMTL errors in catalogue/showmarc.tmpl
Missing <title> tags, missing </head> and <body>, extra </div>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sun, 13 Sep 2009 15:08:35 +0000 (11:08 -0400)]
Bug 3604: Fixes invalid XHTML in manage-marc-import.tmpl.
Also adds zebra striping to <table>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Mon, 14 Sep 2009 02:15:31 +0000 (22:15 -0400)]
Bug 3606: fixes 'last 50 items only' link in members/readingrec.tmpl.
If a staff member clicked on 'Show all items' in a patron's reading record, and
then clicked on 'show last 50 items only,' all of the records would still be
shown. The link for the 'last 50' items contains a switch for 'limit=full'
instead of 'limit=50'.
Also fixes some XHTML errors.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Michael Hafen [Mon, 14 Sep 2009 15:07:57 +0000 (09:07 -0600)]
Avoid potentially unnecessary database call in Auth
Auth, after verifying the session/logging in the user, calls to the database
to get the users borrowernumber. This call is probably unnecessary because
borrowernumber is part of userenv. Check userenv before going to the database.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>