koha.git
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

14 years agoFrench and Romanian updates
Chris Cormack [Sun, 6 Dec 2009 08:56:14 +0000 (21:56 +1300)]
French and Romanian updates

14 years agoBug 3800 - Misplaced IF was causing the no permission message never to be displayed
Chris Cormack [Mon, 23 Nov 2009 07:59:52 +0000 (20:59 +1300)]
Bug 3800 - Misplaced IF was causing the no permission message never to be displayed

14 years agoEnabling mod_gzip for apache 1.3 and mod_deflate for 2.0+
Chris Cormack [Sat, 7 Nov 2009 07:10:58 +0000 (20:10 +1300)]
Enabling mod_gzip for apache 1.3 and mod_deflate for 2.0+
Patch courtesy of Pablo A. Bianchi

14 years agoMore fixes to the shelves test
Chris Cormack [Mon, 14 Sep 2009 08:17:43 +0000 (20:17 +1200)]
More fixes to the shelves test

14 years agoFixing the tests for VirtualShelves, still a bit more to do
Chris Cormack [Sun, 13 Sep 2009 17:52:19 +0000 (05:52 +1200)]
Fixing the tests for VirtualShelves, still a bit more to do

14 years agoRomanian po files
Chris Cormack [Mon, 30 Nov 2009 08:33:33 +0000 (21:33 +1300)]
Romanian po files

14 years agoRemoving ES-Venezualan at the request of the translators
Chris Cormack [Sun, 22 Nov 2009 06:50:26 +0000 (19:50 +1300)]
Removing ES-Venezualan at the request of the translators

14 years agoGerman intranet update
Chris Cormack [Thu, 12 Nov 2009 05:33:54 +0000 (18:33 +1300)]
German intranet update

14 years agoSindhi po files
Chris Cormack [Wed, 11 Nov 2009 09:25:50 +0000 (22:25 +1300)]
Sindhi po files

14 years agoUrdu staff po file
Chris Cormack [Wed, 11 Nov 2009 09:25:19 +0000 (22:25 +1300)]
Urdu staff po file

14 years agoUpdating opac po file for Great Britain english
Chris Cormack [Sat, 7 Nov 2009 20:03:25 +0000 (09:03 +1300)]
Updating opac po file for Great Britain english

14 years agoEnglish - Great Britain updates
Chris Cormack [Sun, 1 Nov 2009 08:33:30 +0000 (21:33 +1300)]
English - Great Britain updates

14 years agoGerman updates
Chris Cormack [Sun, 1 Nov 2009 08:32:34 +0000 (21:32 +1300)]
German updates

14 years agoGreek staff updates
Chris Cormack [Wed, 21 Oct 2009 23:40:33 +0000 (12:40 +1300)]
Greek staff updates

14 years agoEnglish Great Britain po files
Chris Cormack [Fri, 16 Oct 2009 20:04:02 +0000 (09:04 +1300)]
English Great Britain po files

14 years agoAlbanian po files
Chris Cormack [Fri, 16 Oct 2009 20:03:42 +0000 (09:03 +1300)]
Albanian po files

14 years agoGreek updates
Chris Cormack [Fri, 16 Oct 2009 19:40:38 +0000 (08:40 +1300)]
Greek updates

14 years agoGerman updates
Chris Cormack [Wed, 14 Oct 2009 10:18:40 +0000 (23:18 +1300)]
German updates

14 years agoGerman and Greek staff interface updates
Chris Cormack [Sat, 10 Oct 2009 00:38:31 +0000 (13:38 +1300)]
German and Greek staff interface updates

14 years agoGerman Opac updates
Chris Cormack [Sat, 10 Oct 2009 00:36:42 +0000 (13:36 +1300)]
German Opac updates

14 years agoMore language updates (to deal with new templates)
Chris Cormack [Fri, 9 Oct 2009 09:27:23 +0000 (22:27 +1300)]
More language updates (to deal with new templates)

14 years agoSpanish (Venezuelan) Staff updates
Chris Cormack [Fri, 9 Oct 2009 05:08:05 +0000 (18:08 +1300)]
Spanish (Venezuelan) Staff updates

14 years agoFixing typo and updating arabic staff interface
Chris Cormack [Fri, 9 Oct 2009 03:44:46 +0000 (16:44 +1300)]
Fixing typo and updating arabic staff interface

14 years agoGreek staff updates
Chris Cormack [Fri, 9 Oct 2009 03:34:28 +0000 (16:34 +1300)]
Greek staff updates

14 years agoGerman intranet updates
Chris Cormack [Fri, 9 Oct 2009 03:33:46 +0000 (16:33 +1300)]
German intranet updates

14 years agoGerman opac updates
Chris Cormack [Fri, 9 Oct 2009 03:33:12 +0000 (16:33 +1300)]
German opac updates

14 years agoArabic, Bengali and Bulgarian opac updates
Chris Cormack [Thu, 8 Oct 2009 09:35:23 +0000 (22:35 +1300)]
Arabic, Bengali and Bulgarian opac updates

14 years agoCatalan updates
Chris Cormack [Thu, 8 Oct 2009 09:21:45 +0000 (22:21 +1300)]
Catalan updates

14 years agoUpdating Azerbaijanian opac .po file
Chris Cormack [Thu, 8 Oct 2009 09:19:39 +0000 (22:19 +1300)]
Updating Azerbaijanian opac .po file

14 years agoGreek updates
Chris Cormack [Thu, 8 Oct 2009 09:09:32 +0000 (22:09 +1300)]
Greek updates

14 years agoMore fixes to the shelves test
Chris Cormack [Mon, 14 Sep 2009 08:17:43 +0000 (20:17 +1200)]
More fixes to the shelves test

14 years agoFixing the tests for VirtualShelves, still a bit more to do
Chris Cormack [Sun, 13 Sep 2009 17:52:19 +0000 (05:52 +1200)]
Fixing the tests for VirtualShelves, still a bit more to do

14 years agoGreek updates
Chris Cormack [Wed, 7 Oct 2009 22:08:12 +0000 (11:08 +1300)]
Greek updates

14 years agoGreek updates
Chris Cormack [Tue, 6 Oct 2009 09:52:52 +0000 (22:52 +1300)]
Greek updates

14 years agoGerman updates for 3.2 po files
Chris Cormack [Sun, 4 Oct 2009 21:18:27 +0000 (10:18 +1300)]
German updates for 3.2 po files

14 years agoGerman and Greek updates
Chris Cormack [Wed, 30 Sep 2009 18:50:43 +0000 (07:50 +1300)]
German and Greek updates

14 years agoBug 3815: SIP2 Invalid Item Information Response 18
Frédéric Demians [Fri, 27 Nov 2009 21:50:16 +0000 (22:50 +0100)]
Bug 3815: SIP2 Invalid Item Information Response 18

With this patch Koha SIP2 server send back a valid Item Information
Response for issued items: ie with due date in the response.