]>
git.koha-community.org Git - koha.git/log
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Galen Charlton [Wed, 3 Feb 2010 00:43:31 +0000 (19:43 -0500)]
remove duplicate lines
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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>
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>
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>
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