]>
git.koha-community.org Git - koha.git/log
Nicole Engard [Wed, 7 Apr 2010 10:17:25 +0000 (06:17 -0400)]
bug 4375 - update koha link on auth template
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 7 Apr 2010 14:25:39 +0000 (10:25 -0400)]
fix POD for GetAllIssues
Please remember to update the POD if you change a
core function.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 7 Apr 2010 14:21:01 +0000 (10:21 -0400)]
bug 4358: remove disused ReadingHistory syspref and related code
The ReadingHistory sytem preference is no longer used, and possibly
was used by only one library anyway. Removed references to it; note
that had it been turned on, a patron viewing checkout history would have
seen old loans showing up twice.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Mar 2010 10:25:41 +0000 (11:25 +0100)]
Bug Fixing opac/opac-readingrecord.pl
There was some rebase issues on this script
Fixing Error 500
two calls to $issues as an array ref where it is now a hash ref
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 31 Mar 2010 13:57:20 +0000 (15:57 +0200)]
(bug #4358) fix sql query in C4::Members::GetAllIssues
This fix the use of oldissues instead of old_issues table.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Wed, 24 Mar 2010 10:12:10 +0000 (11:12 +0100)]
[MT3191] follow-up, removing warn
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Tue, 23 Mar 2010 15:51:45 +0000 (16:51 +0100)]
[MT3191] various perl errors in script (merge conflict)
and SQL error solved
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 12 Mar 2010 12:44:31 +0000 (13:44 +0100)]
[MT2195] Display issuing branch in reading record
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 12 Mar 2010 16:09:06 +0000 (17:09 +0100)]
Followup (MT #2920) fix reading record scripts:members/readingrec.pl
Fixing Merge problem on opac/opac-readingrecord.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Mon, 15 Feb 2010 16:03:33 +0000 (17:03 +0100)]
(MT #2920) fix reading record scripts
This patch fix some perl ugly code to be more readable and lesser complex.
And it allow in intranet to order by issues.timestamp.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Wed, 3 Mar 2010 14:47:13 +0000 (15:47 +0100)]
[MT2358] Display issue date in member reading record
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Sun, 14 Mar 2010 20:25:53 +0000 (16:25 -0400)]
bug 4322 update typos on web services preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Wed, 17 Mar 2010 23:51:16 +0000 (12:51 +1300)]
Update copyright license to GPL version 2 or later for two cronjobs.
See http://lists.koha.org/pipermail/koha-devel/2010-March/011067.html
for confirmation that this is OK.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 22 Mar 2010 22:21:21 +0000 (11:21 +1300)]
Trapping fatal error that occurs if you call GetCOinsBiblio with a biblionumber that doesn't exist in the Koha database
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Mon, 29 Mar 2010 18:18:25 +0000 (14:18 -0400)]
bug 4317 fix typo in cataloging plugin
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Mon, 29 Mar 2010 21:04:05 +0000 (17:04 -0400)]
update patron help files
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 30 Mar 2010 21:16:08 +0000 (10:16 +1300)]
Lower dependency on Storable to 2.20.
The Debian squeeze system has only 2.20, and the 2.21 does not
seem to be required for all tests to pass. Also, checked with
Galen Charlton and Henri-Damien LAURENT (who added the 2.21
dependency) on IRC that 2.21 did not have anything that was
required, compared to 2.20.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Wed, 7 Apr 2010 08:58:49 +0000 (09:58 +0100)]
Bug 4361 Return Patron Expired to Sip Process
Identify Patron Expiry so that it is returned in Patron Info Response
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Thu, 1 Apr 2010 20:02:14 +0000 (21:02 +0100)]
Bug 4364 - SIP Checkout dates incorrect
Change timestamp routine to do the right thing when passed an iso date
Otherwise was generating an epoch date of 0
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 10 Mar 2010 21:26:33 +0000 (22:26 +0100)]
SIP Patron management
Using Flag EXPIRED to notice whether Patron CAN or CANNOT checkout a book
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Colin Campbell [Tue, 23 Feb 2010 11:12:32 +0000 (11:12 +0000)]
Bug 2653 Protect against sending End of Message in Text
Remove any carriage returns in text data as they will be
interpreted as end of message by clients and cause communication failure
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 5 Apr 2010 21:21:10 +0000 (09:21 +1200)]
Updating history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Mon, 22 Feb 2010 20:10:55 +0000 (09:10 +1300)]
Adding when software.coop started supporting Koha to the history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 13:15:45 +0000 (09:15 -0400)]
fix typo in variable name
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicolas Morin [Wed, 10 Mar 2010 21:26:27 +0000 (22:26 +0100)]
text for SCO Finish button
Simplifying finish button on SCO screen: it was a long sentence with a button saying "click here if you're done". Changed to "Finish". Changed the help accordingly.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Srdjan Jankovic [Wed, 24 Feb 2010 00:41:24 +0000 (13:41 +1300)]
Escape input that goes in HTML; Reworked search history insert SQL
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 23 Feb 2010 13:53:02 +0000 (08:53 -0500)]
Fix for Bug 4244, Use "checkouts" instead of "issues"
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Mon, 15 Mar 2010 17:32:32 +0000 (13:32 -0400)]
Bug 3663 current head version changes to OPAC advanced search
Copy Search button to top of screen, rearrange order of indexes in search
pulldown list (to Keyword, Title, Subject, then Author & the rest)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 10 Mar 2010 21:45:21 +0000 (22:45 +0100)]
(MT #2962) add converted chars from ISO5426
This add 0xBE and 0xBD conversion to char table.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Wed, 10 Mar 2010 21:45:20 +0000 (22:45 +0100)]
(MT #3075) fix oe char from iso5426
this add oe conversion in chartable for iso5426.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Fri, 12 Mar 2010 17:23:20 +0000 (18:23 +0100)]
Using only default framework for koha2marclinks
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 2 Mar 2010 09:43:16 +0000 (04:43 -0500)]
bug 4291 - template edits to koha to marc mapping
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 11 Mar 2010 13:54:16 +0000 (08:54 -0500)]
Improve display of information on Transfers to your library report
- Use GetRecordValue() to show subtitle
- Show author
- Separate branch and call number display for better sorting
- Correct teriminology (reserve -> hold)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sat, 13 Mar 2010 13:06:50 +0000 (08:06 -0500)]
Bug 4316: Fixes leading and trailing spaces in barcode for cki.
Copies the regexp from circulation.pl to strip leading and trailing spaces from barcodes to returns.pl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Tue, 16 Mar 2010 00:48:59 +0000 (13:48 +1300)]
Fixes for syndetics, some variables needed by the template were not being set
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Wed, 10 Mar 2010 14:43:50 +0000 (09:43 -0500)]
Fix for Bug 4301, OPAC RSS feed link doesn't include sort parameter
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 9 Mar 2010 19:59:51 +0000 (14:59 -0500)]
Fix for Bug 4296, label search printing titles between buttons
- Reformating display for readability
- Converting select/clear all buttons to links to match existing patterns
- Fixing "Results x of x" display which was broken for single-page sets
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 01:03:45 +0000 (21:03 -0400)]
additional improvement to POD for CanBookBeIssued()
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Wed, 10 Mar 2010 03:59:32 +0000 (16:59 +1300)]
Fix pod documentation for CanBookBeIssued method to refer to the right variable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Koha [Tue, 15 Dec 2009 23:50:54 +0000 (00:50 +0100)]
Bug 4190: messages in patron account did not work with branchcodes >4
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:47 +0000 (21:37 +0100)]
Fixed an encoding bug in the documentation
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:48 +0000 (21:37 +0100)]
Fixed an encoding bug in the documentation
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:52:08 +0000 (20:52 -0400)]
fix syntax error present in previous ILS-DI patch series
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:40:22 +0000 (20:40 -0400)]
bump DBrev to 126
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 1 Mar 2010 08:47:55 +0000 (09:47 +0100)]
C4/ILSDI/Services.pm Fixing rebasing and merge problems
Previous patches introduced many merge conflicts.
This patch fixes them all
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:49 +0000 (21:37 +0100)]
(MT 2563) : ILSDI PatronLookUp Problem
owed to the change in C4::Members API, GetMember had to be adapted
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:46 +0000 (21:37 +0100)]
ILS-DI Messages uniformization
[MT2306_2271] ILS-DI Message codes consistence
The services now returns ILSDI error codes in a <code> tag, plus details in a <message> tag.
Exemple:
<LookupPatron>
<code>MissingParameter</code>
<message>The required parameter patron_id is missing.</message>
</LookupPatron>
[MT2306_2271] Minor changes in HTML
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:45 +0000 (21:37 +0100)]
ILS-DI Code cleaning
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Fri, 26 Feb 2010 20:37:44 +0000 (21:37 +0100)]
Fixes access permissions to ILS-DI
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Fri, 26 Feb 2010 20:37:43 +0000 (21:37 +0100)]
Followup adding ILS-DI System-preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 17 Feb 2010 13:20:19 +0000 (14:20 +0100)]
Bug 4194 : Adding ILS-DI System preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Fri, 12 Mar 2010 13:51:29 +0000 (08:51 -0500)]
Bug 4314 Flag for SSL Enabled to fix 3rd Party Enhanced Content in OPAC
Duplicates gmcharlt's earlier change to Auth.pm to add a check for SSL-enabled.
Modifies the various template calls to Syndetics and Library things to use an
https URL if SSL is in use.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 10 Mar 2010 15:25:50 +0000 (10:25 -0500)]
bug 4314: add using_https environment variable
Added new HTML template variable, using_https, for use
of OPAC or staff-side templates that may need to know
whether to use http:// or https:// links to off-site
content.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:22:13 +0000 (20:22 -0400)]
fix typos in history.txt
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Tue, 16 Mar 2010 08:13:21 +0000 (21:13 +1300)]
History update
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:06 +0000 (15:31 +1300)]
Fix FSF address in directory C4/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:08 +0000 (15:31 +1300)]
Fix FSF address in directory cataloguing/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:17 +0000 (15:31 +1300)]
Fix FSF address in directory patroncards/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:18 +0000 (15:31 +1300)]
Fix FSF address in directory reports/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:14 +0000 (15:31 +1300)]
Fix FSF address in directory members/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:20 +0000 (15:31 +1300)]
Fix FSF address in directory serials/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:15 +0000 (15:31 +1300)]
Fix FSF address in directory misc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:26 +0000 (15:31 +1300)]
Fix FSF address in directory xt/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:19 +0000 (15:31 +1300)]
Fix FSF address in directory reserve/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:16 +0000 (15:31 +1300)]
Fix FSF address in directory opac/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:23 +0000 (15:31 +1300)]
Fix FSF address in directory tags/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:27 +0000 (15:31 +1300)]
Fix FSF address in directory .
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:24 +0000 (15:31 +1300)]
Fix FSF address in directory tools/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:25 +0000 (15:31 +1300)]
Fix FSF address in directory virtualshelves/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:22 +0000 (15:31 +1300)]
Fix FSF address in directory t/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:21 +0000 (15:31 +1300)]
Fix FSF address in directory svc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:02 +0000 (15:31 +1300)]
Fix FSF address in directory acqui/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:13 +0000 (15:31 +1300)]
Fix FSF address in directory labels/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:11 +0000 (15:31 +1300)]
Fix FSF address in directory installer/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:09 +0000 (15:31 +1300)]
Fix FSF address in directory circ/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:03 +0000 (15:31 +1300)]
Fix FSF address in directory admin/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:00 +0000 (15:31 +1300)]
Replace inline copy of GPL-2 with a reference to /usr/share/common/licenses.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:04 +0000 (15:31 +1300)]
Fix FSF address in directory authorities/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:07 +0000 (15:31 +1300)]
Fix FSF address in directory catalogue/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:12 +0000 (15:31 +1300)]
Fix FSF address in directory install_misc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:10 +0000 (15:31 +1300)]
Fix FSF address in directory etc/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:59 +0000 (15:30 +1300)]
Fix copyright license statements to use the right old address for the FSF.
Looks like someone has done some search/replace on character codes with
patterns that match the address. Oops.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:05 +0000 (15:31 +1300)]
Fix FSF address in directory basket/
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:58 +0000 (15:30 +1300)]
Remove whitespace from ends of lines of copyright statement.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:56 +0000 (15:30 +1300)]
Add script to replace old FSF address on Temple Street with new one.
This assumes certain patterns for the paragraph that contains
the FSF's address. It is not a generic tool.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:55 +0000 (15:30 +1300)]
Add script to find source files with copyright license problems.
The files reported are those with a copyright statement, but
without a reference to the GPL2 or later, or with a non-current
FSF address.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:31:01 +0000 (15:31 +1300)]
Fix wording of 'at your option' in GPL license statement
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Lars Wirzenius [Tue, 16 Mar 2010 02:30:57 +0000 (15:30 +1300)]
Update LICENSE with a fresh copy from upstream. This updates the FSF address, and refers to the LGPL with its current name, and changes a few other minor things of the typographical sort. No semantic changes.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:11:14 +0000 (20:11 -0400)]
bug 3482: add PrintNoticesMaxLines to new syspref editor
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:03:44 +0000 (20:03 -0400)]
bump up DBrev to 125
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 17 Mar 2010 00:02:31 +0000 (20:02 -0400)]
Merge branch 'Bug3482' of git://github.com/ptfs/Koha-PTFS into to-push
* 'Bug3482' of git://github.com/ptfs/Koha-PTFS:
Bug 3482: Updated DB version
Bug 3482 changed name of notices file
Bug 3482 Allow hold notices to be sent in print form
Add expiration date, today to hold notices
Modified to use dirspec only
Bug 3482 Print Notices via HTML
Koha User [Wed, 10 Mar 2010 20:37:45 +0000 (20:37 +0000)]
Fixes bug 4232: Undefined hash references in Label Creator
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Mon, 1 Mar 2010 16:25:08 +0000 (11:25 -0500)]
sync staff version of MARC21slimUtils.xsl with OPAC version
Fixes following error when displaying records with 880 fields:
runtime error: file .../MARC21slim2intranetDetail.xsl line 63 element call-template The called template 'm880Select' was not found.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Wolfgang Heymans [Fri, 18 Sep 2009 10:02:01 +0000 (12:02 +0200)]
Bug 3567: Consider ISO language codes as well
Consider ISO language codes like 'Hebr' as well as 2-letter MARC codes like '2(' when checking trailing '/r' in linkage field.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Fri, 26 Feb 2010 11:58:44 +0000 (06:58 -0500)]
Merge branch 'translation' of git://git.workbuffer.org/git/koha into master
* 'translation' of git://git.workbuffer.org/git/koha:
Ukranian sql updates Serhij Dubyk
Deleting unneeded Russian files - Thanks Serhij Dubyk
Updated Russian SQL files
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Fri, 26 Feb 2010 08:43:58 +0000 (21:43 +1300)]
Ukranian sql updates Serhij Dubyk
Chris Cormack [Fri, 26 Feb 2010 08:36:26 +0000 (21:36 +1300)]
Deleting unneeded Russian files - Thanks Serhij Dubyk
Chris Cormack [Fri, 26 Feb 2010 08:21:40 +0000 (21:21 +1300)]
Updated Russian SQL files
J. David Bavousett [Mon, 22 Feb 2010 16:02:01 +0000 (11:02 -0500)]
Bug 3482: Updated DB version
Updated DB version and inserted mandatory SQL for this series of patches.
J. David Bavousett [Fri, 21 Aug 2009 18:40:29 +0000 (14:40 -0400)]
Bug 3482 changed name of notices file