]>
git.koha-community.org Git - koha.git/log
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Chris Cormack [Sat, 30 Jan 2010 22:37:22 +0000 (11:37 +1300)]
Updating history docs
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Chris Cormack [Thu, 28 Jan 2010 19:11:55 +0000 (08:11 +1300)]
German updates
Chris Cormack [Mon, 18 Jan 2010 06:11:29 +0000 (19:11 +1300)]
Tetun and English(NZ) updates
Chris Cormack [Tue, 12 Jan 2010 22:54:44 +0000 (11:54 +1300)]
German, Italian and Polish updates
Chris Cormack [Mon, 28 Dec 2009 21:02:54 +0000 (10:02 +1300)]
Polish updates
Chris Cormack [Sun, 27 Dec 2009 18:50:14 +0000 (07:50 +1300)]
Blank po files for Amhraic and Bulgarian
Chris Cormack [Sun, 27 Dec 2009 08:03:59 +0000 (21:03 +1300)]
Updating po files for template changes
Chris Cormack [Sat, 26 Dec 2009 19:00:02 +0000 (08:00 +1300)]
Tetum Opac updates
Chris Cormack [Wed, 23 Dec 2009 17:19:32 +0000 (06:19 +1300)]
English (NZ),Polish, Tetum and Thai language updates
Chris Cormack [Sun, 20 Dec 2009 09:11:47 +0000 (22:11 +1300)]
German, Dutch and Polish language updates
Chris Cormack [Tue, 15 Dec 2009 22:08:32 +0000 (11:08 +1300)]
German and Thai updates
Chris Cormack [Mon, 14 Dec 2009 21:02:40 +0000 (10:02 +1300)]
Language updates
Chris Cormack [Sat, 12 Dec 2009 20:10:58 +0000 (09:10 +1300)]
Dutch opac updates
Chris Cormack [Sat, 12 Dec 2009 11:01:52 +0000 (00:01 +1300)]
Spanish, Polish and Thai updates
Chris Cormack [Sat, 12 Dec 2009 11:01:17 +0000 (00:01 +1300)]
Dutch updates
Chris Cormack [Sat, 12 Dec 2009 11:00:32 +0000 (00:00 +1300)]
English (NZ) opac updates
Chris Cormack [Sat, 12 Dec 2009 11:00:01 +0000 (00:00 +1300)]
Greek Staff updates
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
Chris Cormack [Fri, 11 Dec 2009 07:23:59 +0000 (20:23 +1300)]
English (NZ) and Chinese (Taiwan) updates
Chris Cormack [Thu, 10 Dec 2009 20:12:49 +0000 (09:12 +1300)]
Italian updates
Chris Cormack [Wed, 9 Dec 2009 19:57:21 +0000 (08:57 +1300)]
German and Greek updates
Chris Cormack [Mon, 7 Dec 2009 22:21:28 +0000 (11:21 +1300)]
English (Great Britain) updates
Chris Cormack [Mon, 7 Dec 2009 22:21:08 +0000 (11:21 +1300)]
Greek updates
Chris Cormack [Mon, 7 Dec 2009 22:20:23 +0000 (11:20 +1300)]
Polish Updates
Chris Cormack [Mon, 7 Dec 2009 22:19:57 +0000 (11:19 +1300)]
German updates
Chris Cormack [Mon, 7 Dec 2009 09:00:15 +0000 (22:00 +1300)]
Greek opac updates
Chris Cormack [Sun, 6 Dec 2009 10:56:38 +0000 (23:56 +1300)]
Opac updates
Chris Cormack [Sun, 6 Dec 2009 10:46:53 +0000 (23:46 +1300)]
Danish opac updates
Chris Cormack [Sun, 6 Dec 2009 10:42:37 +0000 (23:42 +1300)]
Weird characters at the end of the file are breaking translation
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
Chris Cormack [Sun, 6 Dec 2009 10:18:58 +0000 (23:18 +1300)]
More staff .po file updates
Chris Cormack [Sun, 6 Dec 2009 10:03:58 +0000 (23:03 +1300)]
Continuing update .po files for 3.2
Chris Cormack [Sun, 6 Dec 2009 09:53:36 +0000 (22:53 +1300)]
Updating .po files
Chris Cormack [Sun, 6 Dec 2009 08:56:14 +0000 (21:56 +1300)]
French and Romanian updates
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
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
Chris Cormack [Mon, 14 Sep 2009 08:17:43 +0000 (20:17 +1200)]
More fixes to the shelves test
Chris Cormack [Sun, 13 Sep 2009 17:52:19 +0000 (05:52 +1200)]
Fixing the tests for VirtualShelves, still a bit more to do
Chris Cormack [Mon, 30 Nov 2009 08:33:33 +0000 (21:33 +1300)]
Romanian po files
Chris Cormack [Sun, 22 Nov 2009 06:50:26 +0000 (19:50 +1300)]
Removing ES-Venezualan at the request of the translators
Chris Cormack [Thu, 12 Nov 2009 05:33:54 +0000 (18:33 +1300)]
German intranet update
Chris Cormack [Wed, 11 Nov 2009 09:25:50 +0000 (22:25 +1300)]
Sindhi po files
Chris Cormack [Wed, 11 Nov 2009 09:25:19 +0000 (22:25 +1300)]
Urdu staff po file
Chris Cormack [Sat, 7 Nov 2009 20:03:25 +0000 (09:03 +1300)]
Updating opac po file for Great Britain english
Chris Cormack [Sun, 1 Nov 2009 08:33:30 +0000 (21:33 +1300)]
English - Great Britain updates
Chris Cormack [Sun, 1 Nov 2009 08:32:34 +0000 (21:32 +1300)]
German updates
Chris Cormack [Wed, 21 Oct 2009 23:40:33 +0000 (12:40 +1300)]
Greek staff updates
Chris Cormack [Fri, 16 Oct 2009 20:04:02 +0000 (09:04 +1300)]
English Great Britain po files
Chris Cormack [Fri, 16 Oct 2009 20:03:42 +0000 (09:03 +1300)]
Albanian po files
Chris Cormack [Fri, 16 Oct 2009 19:40:38 +0000 (08:40 +1300)]
Greek updates
Chris Cormack [Wed, 14 Oct 2009 10:18:40 +0000 (23:18 +1300)]
German updates
Chris Cormack [Sat, 10 Oct 2009 00:38:31 +0000 (13:38 +1300)]
German and Greek staff interface updates
Chris Cormack [Sat, 10 Oct 2009 00:36:42 +0000 (13:36 +1300)]
German Opac updates
Chris Cormack [Fri, 9 Oct 2009 09:27:23 +0000 (22:27 +1300)]
More language updates (to deal with new templates)
Chris Cormack [Fri, 9 Oct 2009 05:08:05 +0000 (18:08 +1300)]
Spanish (Venezuelan) Staff updates
Chris Cormack [Fri, 9 Oct 2009 03:44:46 +0000 (16:44 +1300)]
Fixing typo and updating arabic staff interface
Chris Cormack [Fri, 9 Oct 2009 03:34:28 +0000 (16:34 +1300)]
Greek staff updates
Chris Cormack [Fri, 9 Oct 2009 03:33:46 +0000 (16:33 +1300)]
German intranet updates
Chris Cormack [Fri, 9 Oct 2009 03:33:12 +0000 (16:33 +1300)]
German opac updates
Chris Cormack [Thu, 8 Oct 2009 09:35:23 +0000 (22:35 +1300)]
Arabic, Bengali and Bulgarian opac updates
Chris Cormack [Thu, 8 Oct 2009 09:21:45 +0000 (22:21 +1300)]
Catalan updates
Chris Cormack [Thu, 8 Oct 2009 09:19:39 +0000 (22:19 +1300)]
Updating Azerbaijanian opac .po file
Chris Cormack [Thu, 8 Oct 2009 09:09:32 +0000 (22:09 +1300)]
Greek updates
Chris Cormack [Mon, 14 Sep 2009 08:17:43 +0000 (20:17 +1200)]
More fixes to the shelves test
Chris Cormack [Sun, 13 Sep 2009 17:52:19 +0000 (05:52 +1200)]
Fixing the tests for VirtualShelves, still a bit more to do