koha.git
14 years agoThis little hack makes BuildUnimarcHierarchy able to work with any 2.. field.
Jean-André Santoni [Fri, 28 Aug 2009 21:47:36 +0000 (23:47 +0200)]
This little hack makes BuildUnimarcHierarchy able to work with any 2.. field.

14 years agoFollowup Adding subtitle opac-results.tmpl had to be updated
Henri-Damien LAURENT [Fri, 28 Aug 2009 22:10:04 +0000 (00:10 +0200)]
Followup Adding subtitle opac-results.tmpl had to be updated

14 years agoAdding Bullet Proof to opac-user.pl [followup]
Henri-Damien LAURENT [Wed, 26 Aug 2009 13:30:10 +0000 (15:30 +0200)]
Adding Bullet Proof to opac-user.pl [followup]

Fixing things a more proper way.

14 years agoFollowup Adding links to tools
Henri-Damien LAURENT [Wed, 26 Aug 2009 09:19:19 +0000 (11:19 +0200)]
Followup Adding links to tools

14 years agoAdding links to Attach Items (moveitem.pl) and to batchMod.pl
Henri-Damien LAURENT [Wed, 26 Aug 2009 00:00:25 +0000 (02:00 +0200)]
Adding links to Attach Items (moveitem.pl) and to batchMod.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug Fixing : export would export no biblios when
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:28 +0000 (01:40 +0200)]
Bug Fixing : export would export no biblios when

IndependantBranches set and user is kohaadmin
I think we can escape defaulting to the userenv Branch with
restricting the list to the user branch

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoUsing warn instead of die
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:27 +0000 (01:40 +0200)]
Using warn instead of die

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug Fixing : Bullet Proofing
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:26 +0000 (01:40 +0200)]
Bug Fixing : Bullet Proofing

Some functions lack testing befor using empty references

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding some checking in facet branches
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:25 +0000 (01:40 +0200)]
Adding some checking in facet branches

When using search via commandline scripts, branch facets are sometimes
failing badly.
Not a HASH reference at
C4/Search.pm line 557,
This patch prevents this

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Authorities list
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:24 +0000 (01:40 +0200)]
Adding Authorities list

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agohonor the DESTDIR environement variable when set
Marc Chantreux [Tue, 25 Aug 2009 23:40:23 +0000 (01:40 +0200)]
honor the DESTDIR environement variable when set

for exemple: when you use
install_misc/environment_Makefile.PL DESTDIR=$HOME by default but koha
is installed in $HOME/koha-dev that is not expected!

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoSuggestions : Adding default value for STATUS
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:22 +0000 (01:40 +0200)]
Suggestions : Adding default value for STATUS

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3549) Sorted framework options in the dropdown menu
Jean-André Santoni [Tue, 25 Aug 2009 23:44:36 +0000 (01:44 +0200)]
(bug #3549) Sorted framework options in the dropdown menu

In addbook.pl, the framwork options are sorted in random order. They should be
sorted in alphabetical order of value or code.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3512) fix acquisition reports and group by
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:35 +0000 (01:44 +0200)]
(bug #3512) fix acquisition reports and group by

This fix, just change a grep value that make different way to calculate the table depending on the choosen column and line.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3505) order collections by alphabetical order
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:33 +0000 (01:44 +0200)]
(bug #3505) order collections by alphabetical order

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAuto incremental inventory number plugin
Jean-André Santoni [Tue, 25 Aug 2009 23:44:32 +0000 (01:44 +0200)]
Auto incremental inventory number plugin

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoThis is a calatoguing plugin based on auth_finder but specific to one of our customers.
Jean-André Santoni [Tue, 25 Aug 2009 23:44:31 +0000 (01:44 +0200)]
This is a calatoguing plugin based on auth_finder but specific to one of our customers.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3453) fix authority search in opac
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:30 +0000 (01:44 +0200)]
(bug #3453) fix authority search in opac

this just set default values in opac search.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #2812) fix holds cancel in OPAC
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:29 +0000 (01:44 +0200)]
(bug #2812) fix holds cancel in OPAC

This fix the user ability to cancel holds in OPAC.
At the moment, a user can cancel all his holds, but in fact, only items that are not in transfert or waiting to be checked out can be cancelled by the user.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3411) escape authorities values
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:28 +0000 (01:44 +0200)]
(bug #3411) escape authorities values

The values are not escaped in javascript, so if there is double quotes, the authority cannot be imported because of javascript error. This patch fix this.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3403) fix circulation.pl reservation list
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:27 +0000 (01:44 +0200)]
(bug #3403) fix circulation.pl reservation list

This delete useless code that introduce the leak of reserved items informations.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoC4::VirtualShelves::Merge
Marc Chantreux [Tue, 25 Aug 2009 23:44:26 +0000 (01:44 +0200)]
C4::VirtualShelves::Merge

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agotools/letter.tmpl
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:25 +0000 (01:44 +0200)]
tools/letter.tmpl

Improving sustainability : removing duplicate strings

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug Fixing: removing HoverIntent from basket.js
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:24 +0000 (01:44 +0200)]
Bug Fixing: removing HoverIntent from basket.js

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agofix for #2723 : Wrong Description for IntranetNav
Paul Poulain [Tue, 25 Aug 2009 23:44:23 +0000 (01:44 +0200)]
fix for #2723 : Wrong Description for IntranetNav

Pianohacker, this is probably for you for head, and this patch does not need to be applied.
hdl, it can be applied on 3.0 branch

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3349) Display full borrower address
Jean-André Santoni [Tue, 25 Aug 2009 23:44:22 +0000 (01:44 +0200)]
(bug #3349) Display full borrower address

This patch fixes the truncated address in /circ/circulation.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding some error proof on GetMarcRecord
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:21 +0000 (01:44 +0200)]
Adding some error proof on GetMarcRecord

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoClaims management enhancement
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:21 +0000 (23:56 +0200)]
Claims management enhancement

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding enddate to Subscriptions
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:20 +0000 (23:56 +0200)]
Adding enddate to Subscriptions

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoC4::Search :Enhancements
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:19 +0000 (23:56 +0200)]
C4::Search :Enhancements

Stemming is now available for more languages

Adding also getDistinctValues which gets distinct values for a zebra index or for a Mysql field

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoC4::Output adding getlanguagecookie + other enhancements
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:18 +0000 (23:56 +0200)]
C4::Output adding getlanguagecookie + other enhancements

required for language stemming management
Adding also some filters for NSB NSE characters
Now, get_template can be used even when query->cookie not set

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding updates for Suggestions
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:17 +0000 (23:56 +0200)]
Adding updates for Suggestions

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoEditing C4::Suggestions.pm
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:16 +0000 (23:56 +0200)]
Editing C4::Suggestions.pm

Enhancing C4::SearchSuggestion
And changing its API
Changing C4::Suggestions API taking a hashref for NewSuggestion and ModSuggestion

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agodefining a value which could be optionnal
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:15 +0000 (23:56 +0200)]
defining a value which could be optionnal

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoModifying Members : Add Mod and GetMember
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:14 +0000 (23:56 +0200)]
Modifying Members : Add Mod and GetMember

This update the way Member is added and editing so that import and Edition
 could be best automatized
GetMember evolves and allow ppl to serach on a hash of data

Adding SQLHelper A new package to deal with INSERT UPDATE and SELECT

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Merge of two biblios from a virtualshelf
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:13 +0000 (23:56 +0200)]
Adding Merge of two biblios from a virtualshelf

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding download for Cart and Shelf at OPAC
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:19 +0000 (23:47 +0200)]
Adding download for Cart and Shelf at OPAC

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding notices.pl which enables staff to see what notices have been sent to user
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:18 +0000 (23:47 +0200)]
Adding notices.pl which enables staff to see what notices have been sent to user

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMove Item from one biblio to another
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:17 +0000 (23:47 +0200)]
Move Item from one biblio to another

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoDelete All items in one click
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:16 +0000 (23:47 +0200)]
Delete All items in one click

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding RIS And BibTex Export Followup
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:15 +0000 (23:47 +0200)]
Adding RIS And BibTex Export Followup

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Batch edit for items
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:31 +0000 (22:10 +0200)]
Adding Batch edit for items

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoEnhancing Inventory.pl
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:30 +0000 (22:10 +0200)]
Enhancing Inventory.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding RIS and bibtex export
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:29 +0000 (22:10 +0200)]
Adding RIS and bibtex export

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Some new functions
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:28 +0000 (22:10 +0200)]
Adding Some new functions

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding GetSupportList and GetSupportName
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:27 +0000 (22:10 +0200)]
Adding GetSupportList and GetSupportName

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding OpacSearchHistory system preference
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:26 +0000 (22:10 +0200)]
Adding OpacSearchHistory system preference

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Opac-SearchHistory feature
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:25 +0000 (22:10 +0200)]
Adding Opac-SearchHistory feature

Enables ppl to store their search history and delete the whole history

Adding Storable required by Opac-Search-History

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAuthorities bulkmarcimport
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:24 +0000 (22:10 +0200)]
Authorities bulkmarcimport

Adding some new options to bulkmarcimport :
-k idtagsubfield in order to store the id of the file record into another field
-match tagsubfield,index
-a to import authorities
-l logfilename to store logs

Bug Fixing : C4/Charset.pm
Charset was incorrect for UNIMARC Authorities

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding management for multiple $9 in MARCSubjects
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:23 +0000 (22:10 +0200)]
Adding management for multiple $9 in MARCSubjects

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoUpdateDataBase for smart-rules modification
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:22 +0000 (22:10 +0200)]
UpdateDataBase for smart-rules modification

Members.pm :
Adding IsMemberBlocked
Circulation.pm :
Using IsMemberBlocked in order to implement finedays

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoSmart Rules enhancements
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:21 +0000 (22:10 +0200)]
Smart Rules enhancements

Adding finedays and reservesallowed and renewalsallowed management in smart rules
Adding Clone Rules
Adding CanBookBeReserved and CanItemBeReserved in C4::Reserves
Manage Reservesallowed in opac and staff interface
Manage renewalsallowed in C4/Circulation.pm
Update Database follow

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMerge commit 'koha-public/biblibre-sopac' into to-master
Galen Charlton [Wed, 30 Sep 2009 00:30:17 +0000 (20:30 -0400)]
Merge commit 'koha-public/biblibre-sopac' into to-master

[Merge the ILS-DI web services used for integration with SOPAC]

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding one template file missing
Henri-Damien LAURENT [Wed, 23 Sep 2009 15:59:04 +0000 (17:59 +0200)]
Adding one template file missing

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMerge commit 'origin/master' into bl-sopac
Galen Charlton [Wed, 30 Sep 2009 00:22:11 +0000 (20:22 -0400)]
Merge commit 'origin/master' into bl-sopac

14 years agoDelete unused function
Nahuel ANGELINETTI [Wed, 23 Sep 2009 09:38:51 +0000 (11:38 +0200)]
Delete unused function

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3661 XSLT fixes
Jane Wagner [Thu, 24 Sep 2009 14:57:40 +0000 (10:57 -0400)]
Bug 3661 XSLT fixes

The XSLT results list (MARC21slim2OPACResults.xsl) did not have any separators between multiple 246 fields, so additional titles all ran together.  I added the standard semicolon or period as in other repeating fields.

The display for personal and corporate authors was also confusing.  The period after the last personal author (100/700) is very hard to see, so the display looked like the first corporate author only belonged to/was associated with the last personal author, rather than being a separate author entry.  I've added a dash at the beginning of any 110/710 entries to set off the corporate authors a bit in the display.

I added the same code to insert a dash before any 111/711 (Meeting author) as well.

This patch also adds missing text labels for text_list_bullets.png
(bibliography) and remote.png (available online).

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMinor markup tweak and correction
Owen Leonard [Thu, 17 Sep 2009 13:44:28 +0000 (08:44 -0500)]
Minor markup tweak and correction

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMinor interface tweaks and markup corrections.
Owen Leonard [Thu, 24 Sep 2009 16:06:16 +0000 (11:06 -0500)]
Minor interface tweaks and markup corrections.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoInterface tweaks and markup corrections.
Owen Leonard [Thu, 24 Sep 2009 16:13:02 +0000 (11:13 -0500)]
Interface tweaks and markup corrections.

Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoInterface tweaks and markup corrections.
Owen Leonard [Thu, 24 Sep 2009 18:20:54 +0000 (13:20 -0500)]
Interface tweaks and markup corrections.

Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMinor markup and interface tweaks fo "Edit Label Layout"
Owen Leonard [Thu, 24 Sep 2009 19:54:28 +0000 (14:54 -0500)]
Minor markup and interface tweaks fo "Edit Label Layout"

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMarkup corrections and other minor changes.
Owen Leonard [Fri, 25 Sep 2009 14:15:30 +0000 (09:15 -0500)]
Markup corrections and other minor changes.

- Clarifying error message
- Hiding batch action buttons when batch is empty

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMarkup tweaks and corrections for label search window.
Owen Leonard [Fri, 25 Sep 2009 14:25:12 +0000 (09:25 -0500)]
Markup tweaks and corrections for label search window.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoCorrections to ensure message list appears in the proper box (Bug 3668).
Owen Leonard [Fri, 25 Sep 2009 18:54:11 +0000 (13:54 -0500)]
Corrections to ensure message list appears in the proper box (Bug 3668).

The patch sets a "flagged" variable for displaying the messages correctly, bringing it in line with the way other messages are displayed. The patch also includes some markup tweaks and a change to make display of the "add message" link javascript-dependent.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoImplementation of OPAC Message formatting
Kyle M Hall [Mon, 28 Sep 2009 13:45:30 +0000 (09:45 -0400)]
Implementation of OPAC Message formatting

This patch implements the suggestions about the new and old message system made by Owen Leonard.

Includes type fix pointed out by Owen.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoCorrecting references in the OPAC to files in intranet-tmpl (Bug 3574).
Owen Leonard [Tue, 29 Sep 2009 14:44:17 +0000 (09:44 -0500)]
Correcting references in the OPAC to files in intranet-tmpl (Bug 3574).

Adds greybox library to OPAC files, corrects reference to icons in intranet-tmpl.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoUpdated help files
Nicole Engard [Tue, 22 Sep 2009 14:09:35 +0000 (10:09 -0400)]
Updated help files

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoUpdated help files.
Nicole Engard [Tue, 22 Sep 2009 12:08:24 +0000 (08:08 -0400)]
Updated help files.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoSilence extraneous messages when in batch mode on build_browser_and_cloud.pl
J. David Bavousett [Fri, 18 Sep 2009 13:49:40 +0000 (09:49 -0400)]
Silence extraneous messages when in batch mode on build_browser_and_cloud.pl

The script already has a param -b for batch mode, which should silence informational
messages, but it missed a couple.  This patch fixes that.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enabled warnings in members/messaging.pl and readingrec.pl.
Garry Collum [Mon, 21 Sep 2009 23:27:28 +0000 (19:27 -0400)]
Bug 2505: Enabled warnings in members/messaging.pl and readingrec.pl.

Fixed any warnings that appeared in the logs.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enabled warnings in members/patronimage.pl and setdebar.pl.
Garry Collum [Tue, 22 Sep 2009 23:22:58 +0000 (19:22 -0400)]
Bug 2505: Enabled warnings in members/patronimage.pl and setdebar.pl.

Fixed resulting warnings after warnings was enabled.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Added warnings to members/members-home.pl and members/setstatus.pl
Garry Collum [Thu, 24 Sep 2009 15:47:17 +0000 (11:47 -0400)]
Bug 2505: Added warnings to members/members-home.pl and members/setstatus.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enables warnings in members/mancredit.pl and maninvoice.pl
Garry Collum [Thu, 24 Sep 2009 17:18:49 +0000 (13:18 -0400)]
Bug 2505: Enables warnings in members/mancredit.pl and maninvoice.pl

Fixes resulting warnings.

Also corrects a couple of minor typos.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picuplo...
Garry Collum [Thu, 24 Sep 2009 20:05:07 +0000 (16:05 -0400)]
Bug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picupload.pl.

No warnings were generated in testing after warnings were enabled.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMerge commit 'workbuffer.org-koha/translation' into to-push
Galen Charlton [Tue, 29 Sep 2009 22:57:43 +0000 (18:57 -0400)]
Merge commit 'workbuffer.org-koha/translation' into to-push

[3.2 translation work]

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBUG 3675: Untranslatable strings in opac-basket.tmpl
Katrin Fischer [Tue, 29 Sep 2009 19:51:45 +0000 (21:51 +0200)]
BUG 3675: Untranslatable strings in opac-basket.tmpl

Makes 'Place Hold' and 'Tag' translatable.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBUG 3380 Show serial enumeration on opac holds screen
Katrin Fischer [Sun, 27 Sep 2009 21:24:22 +0000 (23:24 +0200)]
BUG 3380 Show serial enumeration on opac holds screen

Shows column Vol Info if serial enumeration is used for one of the items.
Replaces first patch.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoGerman updates
Chris Cormack [Fri, 25 Sep 2009 21:30:37 +0000 (09:30 +1200)]
German updates

14 years agoFixing typo in MARC21slim2OPACResults.xsl
Chris Cormack [Wed, 23 Sep 2009 09:47:55 +0000 (21:47 +1200)]
Fixing typo in MARC21slim2OPACResults.xsl

14 years agoGerman updates for 3.2
Chris Cormack [Sun, 20 Sep 2009 18:41:26 +0000 (06:41 +1200)]
German updates for 3.2

14 years agoLast of the language updates
Chris Cormack [Sun, 20 Sep 2009 09:29:43 +0000 (21:29 +1200)]
Last of the language updates

14 years agoContinuing on with updates
Chris Cormack [Sun, 20 Sep 2009 09:14:51 +0000 (21:14 +1200)]
Continuing on with updates

14 years agoContinuing updating po files
Chris Cormack [Sun, 20 Sep 2009 08:53:42 +0000 (20:53 +1200)]
Continuing updating po files

14 years agoUpdating po files for 3.2
Chris Cormack [Sun, 20 Sep 2009 08:46:52 +0000 (20:46 +1200)]
Updating po files for 3.2

14 years agoMore new language files for 3.2
Chris Cormack [Sun, 20 Sep 2009 08:34:43 +0000 (20:34 +1200)]
More new language files for 3.2

14 years agoGetting languages ready for 3.2
Chris Cormack [Sun, 20 Sep 2009 08:09:18 +0000 (20:09 +1200)]
Getting languages ready for 3.2

14 years agoGerman updates for 3.2
Chris Cormack [Sun, 20 Sep 2009 06:19:01 +0000 (18:19 +1200)]
German updates for 3.2

14 years agoUpdates for 3.2.x - French OPAC
Chris Cormack [Sun, 30 Aug 2009 02:29:39 +0000 (14:29 +1200)]
Updates for 3.2.x - French OPAC

14 years agoMaori updated for 3.2.x
Chris Cormack [Sun, 30 Aug 2009 02:09:24 +0000 (14:09 +1200)]
Maori updated for 3.2.x

14 years agoGerman Opac updates
Chris Cormack [Sat, 29 Aug 2009 22:05:19 +0000 (10:05 +1200)]
German Opac updates

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoEnglish NZ variant translations for 3.2
Chris Cormack [Sat, 29 Aug 2009 20:56:36 +0000 (08:56 +1200)]
English NZ variant translations for 3.2

14 years agoGerman Intranet template updates
Chris Cormack [Sat, 29 Aug 2009 20:45:57 +0000 (08:45 +1200)]
German Intranet template updates

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoGerman Translations for 3.2 updated
Chris Cormack [Sat, 29 Aug 2009 20:37:54 +0000 (08:37 +1200)]
German Translations for 3.2 updated

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoFixing a syntax error in german opac .po file
Chris Cormack [Sun, 16 Aug 2009 10:04:17 +0000 (22:04 +1200)]
Fixing a syntax error in german opac .po file

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoGerman translation updates
Chris Cormack [Sun, 16 Aug 2009 08:19:02 +0000 (20:19 +1200)]
German translation updates

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoBug-3098-Bug-3108-Bug-3545 revision to XSLT syspref patch
Jane Wagner [Wed, 16 Sep 2009 15:15:55 +0000 (11:15 -0400)]
Bug-3098-Bug-3108-Bug-3545 revision to XSLT syspref patch

The patch I sent earlier repeated a line having to do with the count of items, which mean the count was now doubling (2 items instead of 1, 4 instead of 2, etc.).  This patch removes the first, now superflous line of $xmlrecord =~ s/\<\/record\>/$itemsxml\<\/record\>/;

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3416: Fixes filter on parcels.tmpl.
Garry Collum [Sun, 12 Jul 2009 01:33:31 +0000 (21:33 -0400)]
Bug 3416: Fixes filter on parcels.tmpl.

Changes the action of the form on parcels.tmpl from "post" to "get."  Otherwise the filter is not functional.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3415: Adds highlighting to tables in parcel.tmpl
Garry Collum [Sat, 11 Jul 2009 22:18:49 +0000 (18:18 -0400)]
Bug 3415: Adds highlighting to tables in parcel.tmpl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3414: Cleanup and xhthml correction of parcels.tmpl
Garry Collum [Sat, 11 Jul 2009 20:49:11 +0000 (16:49 -0400)]
Bug 3414: Cleanup and xhthml correction of parcels.tmpl

Fixes several xhtml in parcels.tmpl and enables highlighting within its data table.  Removes unnecessary variable from parcels.pl.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>