koha.git
14 years agoBugfix: Adding Graphics::Magick module to About Koha page
Chris Nighswonger [Fri, 5 Feb 2010 02:37:38 +0000 (21:37 -0500)]
Bugfix: Adding Graphics::Magick module to About Koha page

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Implimentation of JpegBlob and AltJpeg methods
Chris Nighswonger [Thu, 4 Feb 2010 19:47:30 +0000 (14:47 -0500)]
Bugfix: Implimentation of JpegBlob and AltJpeg methods

Implimentation of JpegBlob and AltJpeg methods in C4::Creators::PDF

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3691: Invalid XHTML in about.tmpl
Garry Collum [Sat, 3 Oct 2009 18:11:37 +0000 (14:11 -0400)]
Bug 3691: Invalid XHTML in about.tmpl

Fixes several missing closing html tags.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Correcting hash dereferencing for barcode data
Chris Nighswonger [Thu, 4 Feb 2010 21:25:31 +0000 (16:25 -0500)]
Bugfix: Correcting hash dereferencing for barcode data

This patch corrects hash dereferencing syntax.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoStyle correction
Owen Leonard [Thu, 4 Feb 2010 16:11:43 +0000 (11:11 -0500)]
Style correction

- Use <div class="dialog alert"> for warnings, not "dialog error"

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Correcting name of help file in Label Creator Tool
Chris Nighswonger [Thu, 4 Feb 2010 17:08:50 +0000 (12:08 -0500)]
Bugfix: Correcting name of help file in Label Creator Tool

The Label Profile Editor help file was mis-named. This patch corrects
the name.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Correcting hash dereferencing for image data
Chris Nighswonger [Thu, 4 Feb 2010 15:20:47 +0000 (10:20 -0500)]
Bugfix: Correcting hash dereferencing for image data

This patch corrects hash dereferencing syntax.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Adding error trapping for missing or invalid branch code
Chris Nighswonger [Thu, 4 Feb 2010 15:20:46 +0000 (10:20 -0500)]
Bugfix: Adding error trapping for missing or invalid branch code

This patch adds code to trap, log, and return an intelligent message to the user
when a missing or invalid branch code is passed in. This condition can occur if
the user is logged in as the kohaadmin or the user has multiple instances of the staff
client open and has switched users in some instance.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agofix 4066 - add rotating collections to toolbar menu
Nicole Engard [Wed, 3 Feb 2010 18:28:37 +0000 (13:28 -0500)]
fix 4066 - add rotating collections to toolbar menu

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFollow up Patch for moving the itemtype icons directory from sfdicons to vokal
Brendan A. Gallagher [Thu, 4 Feb 2010 06:33:13 +0000 (06:33 +0000)]
Follow up Patch for moving the itemtype icons directory from sfdicons to vokal

Sponsered by vokal

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoChanged the folder location for Vokal icons from sdficons to vokal...
brendan [Wed, 3 Feb 2010 21:26:26 +0000 (21:26 +0000)]
Changed the folder location for Vokal icons from sdficons to vokal...

These icons where contributed by Vokal

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding the vokal directory for icons
brendan [Wed, 3 Feb 2010 22:18:14 +0000 (22:18 +0000)]
Adding the vokal directory for icons

Contributed by VOKAL

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMore fixes for Bug 2600, HTML tags in titles not escaped in many places
Owen Leonard [Wed, 3 Feb 2010 20:20:17 +0000 (15:20 -0500)]
More fixes for Bug 2600, HTML tags in titles not escaped in many places

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFixes for Bug 2600, HTML tags in titles not escaped in many places
Owen Leonard [Wed, 3 Feb 2010 18:48:00 +0000 (13:48 -0500)]
Fixes for Bug 2600, HTML tags in titles not escaped in many places

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoadded intranetbookbag syspref to install scripts
Galen Charlton [Wed, 3 Feb 2010 21:44:24 +0000 (16:44 -0500)]
added intranetbookbag syspref to install scripts

Had been omitted, so wasn't appearing in fresh
installs.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agobug 4099: fix adding new patron category
Galen Charlton [Wed, 3 Feb 2010 21:14:55 +0000 (16:14 -0500)]
bug 4099: fix adding new patron category

Added categories.enrolmentperioddate to kohastructure.sql, which commit
dc9991 had omitted.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agofix POD errors reported by xt/author/podcorrectness.t
Galen Charlton [Wed, 3 Feb 2010 20:56:19 +0000 (15:56 -0500)]
fix POD errors reported by xt/author/podcorrectness.t

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix pod markup errors in C4/Budgets.pm
Colin Campbell [Wed, 3 Feb 2010 14:45:27 +0000 (14:45 +0000)]
Fix pod markup errors in C4/Budgets.pm

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFixes for Bug 3089, Date entry fields should indicate required date format
Owen Leonard [Wed, 3 Feb 2010 15:43:23 +0000 (10:43 -0500)]
Fixes for Bug 3089, Date entry fields should indicate required date format

- Added include, date-format.inc, which shows format, e.g. "(DD/MM/YYYY)"
- Hint shows expected date format based on system preference
- Removing calendar.inc include from templates which don't use it

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoremove mysql5.0 errors in patroncard upgrade
Nicole Engard [Tue, 2 Feb 2010 07:58:30 +0000 (02:58 -0500)]
remove mysql5.0 errors in patroncard upgrade

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4086, categorycode on patron search confusing
Owen Leonard [Wed, 3 Feb 2010 16:51:03 +0000 (11:51 -0500)]
Fix for Bug 4086, categorycode on patron search confusing

- Changed 'categorycode' to 'category'
- Formatted additional options to be more compact
- Returning patron search page to wide layout following
  removal of patron filter from the sidebar
- Corrected some other markup that was causing validation errors

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Upping the byte size limit of patron images
Chris Nighswonger [Wed, 3 Feb 2010 18:07:32 +0000 (13:07 -0500)]
Bugfix: Upping the byte size limit of patron images

This brings it more in line with the size limit placed on other images
uploaded for use on patron cards.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agofollow-up to bug 3854: resolve budget period language issues
Nicole Engard [Wed, 3 Feb 2010 13:42:51 +0000 (08:42 -0500)]
follow-up to bug 3854: resolve budget period language issues

top level: "Root Budget" becomes "Budget"
second level: "Budget" becomes "Fund"
third level and below: "Sub-Budget" is also a "Fund", but for things
like the "create sub-budget" link, they'll be changed to "create child
fund".

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agobug 4101 patroncards changed to patron card creator
Nicole Engard [Wed, 3 Feb 2010 14:21:26 +0000 (09:21 -0500)]
bug 4101 patroncards changed to patron card creator

There are references to patroncards in label text through out the patron card creator - I have changed it to 'patron card creator'

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3808 Display correct number of records in neworderbiblio screen
Colin Campbell [Wed, 3 Feb 2010 19:34:58 +0000 (19:34 +0000)]
Bug 3808 Display correct number of records in neworderbiblio screen

New version of patch to apply against 3.2alpha
Also remove related FIXME message that was displaying to the user

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix:[3.2] Corrects bad behavior in opac-reserve.pl
Chris Nighswonger [Wed, 3 Feb 2010 13:47:33 +0000 (08:47 -0500)]
Bugfix:[3.2] Corrects bad behavior in opac-reserve.pl

When AllowOnShelfHolds is enabled, but maxreserves is NULL, attempting to reserve
an item results in a basically blank page being returned with no error message.

This patch adds a check to see if the check for maxreserves has returned a value and
bypasses the application of it if it has not.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #4075) add use of getrecordvalue in opac-detail
Nahuel ANGELINETTI [Wed, 3 Feb 2010 10:57:18 +0000 (11:57 +0100)]
(bug #4075) add use of getrecordvalue in opac-detail

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4085 - Subscription type length wasn't taken into account
Frédéric Demians [Wed, 3 Feb 2010 07:41:53 +0000 (08:41 +0100)]
Bug 4085 - Subscription type length wasn't taken into account

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoremove duplicate lines v3.02.00-alpha
Galen Charlton [Wed, 3 Feb 2010 00:43:31 +0000 (19:43 -0500)]
remove duplicate lines

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoset DB revision to 3.01.00.111 for 3.2-lapha release
Galen Charlton [Wed, 3 Feb 2010 00:39:18 +0000 (19:39 -0500)]
set DB revision to 3.01.00.111 for 3.2-lapha release

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoRevert "Populated MARC 952$2 field for serials-edit.pl"
Galen Charlton [Wed, 3 Feb 2010 00:26:04 +0000 (19:26 -0500)]
Revert "Populated MARC 952$2 field for serials-edit.pl"

This reverts commit 708b4797e3fc253b8dac2a0fa0d16e30839196ef.

Had introduced following error:

Global symbol "$value" requires explicit package name at C4/Biblio.pm line 2381.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoRotating Collections Fixes
Kyle M Hall [Wed, 27 Jan 2010 14:53:41 +0000 (14:53 +0000)]
Rotating Collections Fixes

This patch does the following:
  * Fixes the typos in updatedatabase.pl ( updates colBranchcode to varchar(10)
  * Adds the rotating_collections template files that somehow were not committed
  * Adds a missing sub from RotatingCollections.pm that must been deleted by accident
  * Adds the neccessary hooks in returns.pl to warn that and item needs to be returned
    to the branch that currently holds the collection.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4077 - Tweak UNIMARC default framework
Frédéric Demians [Fri, 29 Jan 2010 11:30:17 +0000 (12:30 +0100)]
Bug 4077 - Tweak UNIMARC default framework

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix updatedatabase.pl mess coming from last merge?
Frédéric Demians [Fri, 29 Jan 2010 07:46:08 +0000 (08:46 +0100)]
Fix updatedatabase.pl mess coming from last merge?

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Stop C4::Koha from filling the log with pesky warns
Chris Nighswonger [Thu, 28 Jan 2010 19:14:52 +0000 (14:14 -0500)]
Bugfix: Stop C4::Koha from filling the log with pesky warns

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Stop opac/opac-detail.pl from filling the log with pesky warns
Chris Nighswonger [Thu, 28 Jan 2010 19:49:29 +0000 (14:49 -0500)]
Bugfix: Stop opac/opac-detail.pl from filling the log with pesky warns

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4081: Fixes incorrect html tag in opac-advsearch.tmpl.
Garry Collum [Sat, 30 Jan 2010 17:23:36 +0000 (12:23 -0500)]
Bug 4081: Fixes incorrect html tag in opac-advsearch.tmpl.

Fixes <legend> that is closed with </label>

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Adds warnings to opac-ics.pl and opac-search-history.pl
Garry Collum [Wed, 3 Feb 2010 00:05:16 +0000 (19:05 -0500)]
Bug 2505: Adds warnings to opac-ics.pl and opac-search-history.pl

No warnings generated from opac-ics.pl
Fixes warnings for opac-search-history.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMerge commit 'workbuffer.org-koha/translation' into to-push
Galen Charlton [Wed, 3 Feb 2010 00:10:11 +0000 (19:10 -0500)]
Merge commit 'workbuffer.org-koha/translation' into to-push

Conflicts:
installer/data/mysql/updatedatabase.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results
Chris Nighswonger [Tue, 2 Feb 2010 04:18:09 +0000 (23:18 -0500)]
4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results

This bug was introduced by commit d51332698b2cce43542a58e53fd916df99329158
which removed the inability to do a search on anything contianing a colon (:).

This patch expands the regexp to only normalize true limit operators and leave
all other colons (:) intact.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoEnhancement: This patch adds a 'cardnumber' parameter and checks
Chris Nighswonger [Wed, 27 Jan 2010 02:32:05 +0000 (21:32 -0500)]
Enhancement: This patch adds a 'cardnumber' parameter and checks

to see if it is present when the script is called. If it is, the patron
information is retrieved and borrowernumber set from that. Otherwise,
the patron information is retrieved by borrowernumber.

The changes in this patch do not require porting to any other Koha code.

Sponsored by www.digital-loom.com

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4083 subroutine HasItems needs to be exported
Colin Campbell [Mon, 1 Feb 2010 11:27:44 +0000 (11:27 +0000)]
Bug 4083 subroutine HasItems needs to be exported

Calls to the unexported subroutine result in system error

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix some code issues in serials scripts
Colin Campbell [Mon, 1 Feb 2010 19:48:29 +0000 (19:48 +0000)]
Fix some code issues in serials scripts

Add use warnings where not present
Remove unused variables
Avoid redeclarations of variables
trailing spaces trimmed

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4088 Due Date Not formated in checkout response
Colin Campbell [Tue, 2 Feb 2010 12:51:02 +0000 (12:51 +0000)]
Bug 4088 Due Date Not formated in checkout response

due date was not being formatted as a timestamp
but being passed as epoch seconds

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4095 Remove incorrect help text
Colin Campbell [Tue, 2 Feb 2010 18:24:47 +0000 (18:24 +0000)]
Bug 4095 Remove incorrect help text

Subscription end date is required before receiving against
the subscription. If not set the subscription needs
renewal before use.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoChange style of return errors to be more noticable.
Michael Hafen [Tue, 2 Feb 2010 18:48:53 +0000 (11:48 -0700)]
Change style of return errors to be more noticable.

Changed the class of the div from message to error.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 3970, Warn user when there is no active currency
Owen Leonard [Fri, 29 Jan 2010 15:52:05 +0000 (10:52 -0500)]
Fix for Bug 3970, Warn user when there is no active currency

- Adds warning to budget admin pages
- Adds warning to currency admin page

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMarkup and formatting corrections.
Owen Leonard [Fri, 29 Jan 2010 16:02:22 +0000 (11:02 -0500)]
Markup and formatting corrections.

- XHTML validity
- Can't nest TMPL_IF inside <input>--breaks translator

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4080, OPAC hold screen doesn't obey OPACDisplayRequestPriority pref
Owen Leonard [Fri, 29 Jan 2010 20:06:53 +0000 (15:06 -0500)]
Fix for Bug 4080, OPAC hold screen doesn't obey OPACDisplayRequestPriority pref

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding missing images for collapsible syspref sections
Owen Leonard [Fri, 29 Jan 2010 20:47:06 +0000 (15:47 -0500)]
Adding missing images for collapsible syspref sections

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoUpdating history docs
Chris Cormack [Sat, 30 Jan 2010 22:37:22 +0000 (11:37 +1300)]
Updating history docs

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBugfix: Adding Creators system preferences to new system preferences editor
Chris Nighswonger [Sat, 30 Jan 2010 15:49:18 +0000 (10:49 -0500)]
Bugfix: Adding Creators system preferences to new system preferences editor

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4089, tools menu floating to bottom of CSV Profiles, and others
Owen Leonard [Tue, 2 Feb 2010 15:26:01 +0000 (10:26 -0500)]
Fix for Bug 4089, tools menu floating to bottom of CSV Profiles, and others

- Moving nested TMPL_IFs out of <option> tags (breaks translator)
- Fixing markup to match conventions for form structure
- Removing duplicate form fields (bad merge?)

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4097, Problems with print stylesheet and add item screen
Owen Leonard [Tue, 2 Feb 2010 20:07:12 +0000 (15:07 -0500)]
Fix for Bug 4097, Problems with print stylesheet and add item screen

- consolidating some details in print.css
- moving overflow:scroll from additem.tmpl to staff-global.css
- overriding overflow:scroll in print.css

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enables warnings in opac-readingrecord.pl
Garry Collum [Tue, 2 Feb 2010 20:31:49 +0000 (15:31 -0500)]
Bug 2505: Enables warnings in opac-readingrecord.pl

Enables warnings and fixes the resulting warnings in opac-readingrecord.pl.  The "description" variable in opac-readingrecord.tmpl was pulling a value from another source, probably an included template.  Change the name to 'itypedescription' to resolve the conflict.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4092, suggestion date missing from manage suggestions
Owen Leonard [Tue, 2 Feb 2010 21:00:54 +0000 (16:00 -0500)]
Fix for Bug 4092, suggestion date missing from manage suggestions

Date was missing because of incorrect variable name in opac-suggestions.pl
Thanks to HDL for the fix.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 2505: Enables warnings in the opac error pages.
Garry Collum [Tue, 2 Feb 2010 22:02:00 +0000 (17:02 -0500)]
Bug 2505: Enables warnings in the opac error pages.

No warnings were generated in the logs, except that the template for 402 does not exist.  I will follow this up with another patch.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 4098: Fixes missing error templates.
Garry Collum [Tue, 2 Feb 2010 22:21:38 +0000 (17:21 -0500)]
Bug 4098: Fixes missing error templates.

Adds the missing 402.tmpl.
Fixes the <h4> element in 400, 401, 403, and 500, all of which displayed 404.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoNew Itemtype images from Vokal. This should create directory sfdicons
brendan [Fri, 29 Jan 2010 05:53:53 +0000 (00:53 -0500)]
New Itemtype images from Vokal. This should create directory sfdicons

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding Vokal itemtype images to the intranet.
brendan [Fri, 29 Jan 2010 05:53:54 +0000 (00:53 -0500)]
Adding Vokal itemtype images to the intranet.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoChange to correct layout problem when OpacNav is empty.
Owen Leonard [Wed, 27 Jan 2010 17:24:46 +0000 (12:24 -0500)]
Change to correct layout problem when OpacNav is empty.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoPopulated MARC 952$2 field for serials-edit.pl
David Birmingham [Wed, 27 Jan 2010 17:36:53 +0000 (12:36 -0500)]
Populated MARC 952$2 field for serials-edit.pl

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 3838, Download List Pop Up Needs Margins
Owen Leonard [Wed, 27 Jan 2010 19:52:48 +0000 (14:52 -0500)]
Fix for Bug 3838, Download List Pop Up Needs Margins

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agokohstructure.sql not wrking with mysql5.0
Henri-Damien LAURENT [Wed, 27 Jan 2010 20:31:41 +0000 (21:31 +0100)]
kohstructure.sql not wrking with mysql5.0

Removing USING BTREE

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoBug 3856: Tools Menu in Alpha Order - resubmission.
Garry Collum [Thu, 28 Jan 2010 00:36:40 +0000 (19:36 -0500)]
Bug 3856: Tools Menu in Alpha Order - resubmission.

This patch gathers the links on the tools menu and places them in categories similar to the Administration menu - Patrons and circulation, Catalog, Additional Tools. It also adds these categories to the tools sidebar menu.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoFix for Bug 4073, Add globally template variable for dateformat setting
Owen Leonard [Thu, 28 Jan 2010 14:48:54 +0000 (09:48 -0500)]
Fix for Bug 4073, Add globally template variable for dateformat setting

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoAdding source files for Koha logo and OPAC button background. Bug 3680.
Owen Leonard [Wed, 27 Jan 2010 15:40:25 +0000 (10:40 -0500)]
Adding source files for Koha logo and OPAC button background. Bug 3680.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoMerge commit 'biblibre/3.2_biblibre' into to-push
Galen Charlton [Thu, 28 Jan 2010 20:46:28 +0000 (15:46 -0500)]
Merge commit 'biblibre/3.2_biblibre' into to-push

Final round of acquisitions and related fixes from
BibLibre prior to 3.2 alpha

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years agoGerman updates
Chris Cormack [Thu, 28 Jan 2010 19:11:55 +0000 (08:11 +1300)]
German updates

14 years agoTetun and English(NZ) updates
Chris Cormack [Mon, 18 Jan 2010 06:11:29 +0000 (19:11 +1300)]
Tetun and English(NZ) updates

14 years agoGerman, Italian and Polish updates
Chris Cormack [Tue, 12 Jan 2010 22:54:44 +0000 (11:54 +1300)]
German, Italian and Polish updates

14 years agoPolish updates
Chris Cormack [Mon, 28 Dec 2009 21:02:54 +0000 (10:02 +1300)]
Polish updates

14 years agoBlank po files for Amhraic and Bulgarian
Chris Cormack [Sun, 27 Dec 2009 18:50:14 +0000 (07:50 +1300)]
Blank po files for Amhraic and Bulgarian

14 years agoUpdating po files for template changes
Chris Cormack [Sun, 27 Dec 2009 08:03:59 +0000 (21:03 +1300)]
Updating po files for template changes

14 years agoTetum Opac updates
Chris Cormack [Sat, 26 Dec 2009 19:00:02 +0000 (08:00 +1300)]
Tetum Opac updates

14 years agoEnglish (NZ),Polish, Tetum and Thai language updates
Chris Cormack [Wed, 23 Dec 2009 17:19:32 +0000 (06:19 +1300)]
English (NZ),Polish, Tetum and Thai language updates

14 years agoGerman, Dutch and Polish language updates
Chris Cormack [Sun, 20 Dec 2009 09:11:47 +0000 (22:11 +1300)]
German, Dutch and Polish language updates

14 years agoGerman and Thai updates
Chris Cormack [Tue, 15 Dec 2009 22:08:32 +0000 (11:08 +1300)]
German and Thai updates

14 years agoLanguage updates
Chris Cormack [Mon, 14 Dec 2009 21:02:40 +0000 (10:02 +1300)]
Language updates

14 years agoDutch opac updates
Chris Cormack [Sat, 12 Dec 2009 20:10:58 +0000 (09:10 +1300)]
Dutch opac updates

14 years agoSpanish, Polish and Thai updates
Chris Cormack [Sat, 12 Dec 2009 11:01:52 +0000 (00:01 +1300)]
Spanish, Polish and Thai updates

14 years agoDutch updates
Chris Cormack [Sat, 12 Dec 2009 11:01:17 +0000 (00:01 +1300)]
Dutch updates

14 years agoEnglish (NZ) opac updates
Chris Cormack [Sat, 12 Dec 2009 11:00:32 +0000 (00:00 +1300)]
English (NZ) opac updates

14 years agoGreek Staff updates
Chris Cormack [Sat, 12 Dec 2009 11:00:01 +0000 (00:00 +1300)]
Greek Staff updates

14 years agoBug with update database, was causing finedays not to add, which broke adding issuing...
Chris Cormack [Fri, 11 Dec 2009 21:48:01 +0000 (10:48 +1300)]
Bug with update database, was causing finedays not to add, which broke adding issuingrules related to bug 3864

14 years agoEnglish (NZ) and Chinese (Taiwan) updates
Chris Cormack [Fri, 11 Dec 2009 07:23:59 +0000 (20:23 +1300)]
English (NZ) and Chinese (Taiwan) updates

14 years agoItalian updates
Chris Cormack [Thu, 10 Dec 2009 20:12:49 +0000 (09:12 +1300)]
Italian updates

14 years agoGerman and Greek updates
Chris Cormack [Wed, 9 Dec 2009 19:57:21 +0000 (08:57 +1300)]
German and Greek updates

14 years agoEnglish (Great Britain) updates
Chris Cormack [Mon, 7 Dec 2009 22:21:28 +0000 (11:21 +1300)]
English (Great Britain) updates

14 years agoGreek updates
Chris Cormack [Mon, 7 Dec 2009 22:21:08 +0000 (11:21 +1300)]
Greek updates

14 years agoPolish Updates
Chris Cormack [Mon, 7 Dec 2009 22:20:23 +0000 (11:20 +1300)]
Polish Updates

14 years agoGerman updates
Chris Cormack [Mon, 7 Dec 2009 22:19:57 +0000 (11:19 +1300)]
German updates

14 years agoGreek opac updates
Chris Cormack [Mon, 7 Dec 2009 09:00:15 +0000 (22:00 +1300)]
Greek opac updates

14 years agoOpac updates
Chris Cormack [Sun, 6 Dec 2009 10:56:38 +0000 (23:56 +1300)]
Opac updates

14 years agoDanish opac updates
Chris Cormack [Sun, 6 Dec 2009 10:46:53 +0000 (23:46 +1300)]
Danish opac updates

14 years agoWeird characters at the end of the file are breaking translation
Chris Cormack [Sun, 6 Dec 2009 10:42:37 +0000 (23:42 +1300)]
Weird characters at the end of the file are breaking translation

14 years agoLast of the updates, now have to fix the files that failed
Chris Cormack [Sun, 6 Dec 2009 10:30:10 +0000 (23:30 +1300)]
Last of the updates, now have to fix the files that failed

14 years agoMore staff .po file updates
Chris Cormack [Sun, 6 Dec 2009 10:18:58 +0000 (23:18 +1300)]
More staff .po file updates

14 years agoContinuing update .po files for 3.2
Chris Cormack [Sun, 6 Dec 2009 10:03:58 +0000 (23:03 +1300)]
Continuing update .po files for 3.2

14 years agoUpdating .po files
Chris Cormack [Sun, 6 Dec 2009 09:53:36 +0000 (22:53 +1300)]
Updating .po files