]>
git.koha-community.org Git - koha.git/log
Joe Atzberger [Fri, 7 Dec 2007 23:38:23 +0000 (17:38 -0600)]
Circulation.pm - remove Date.pm dependency.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 7 Dec 2007 21:01:03 +0000 (15:01 -0600)]
moremember.tmpl - minor format cleanup (spaces after colons in labels)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 7 Dec 2007 00:07:38 +0000 (18:07 -0600)]
koha-news.tmpl - Cancel button still referenced "opac-news" instead of "koha-news"
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Fri, 7 Dec 2007 00:07:39 +0000 (18:07 -0600)]
bugfix: catch ZOOM exceptions in simple Search.pm
Now warns and returns error value, instead of aborting
the calling CGI.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 6 Dec 2007 21:57:27 +0000 (15:57 -0600)]
removed 'delete from' statements
Did this because marc21_framework_DEFAULT.sql was the
only install SQL that did this, and thus led to a problem
when the web installer was loading the optional MARC 21
framework SQL before the mandatory one. Because
of the 'delete from', deleted all of the optional rows.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 6 Dec 2007 21:57:26 +0000 (15:57 -0600)]
fixed order in which SQL scripts are applied by web installer
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Thu, 6 Dec 2007 06:49:50 +0000 (00:49 -0600)]
fix for ModZebra() trying to delete an existing bib - that doesnt exist, during an add.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:30 +0000 (14:26 -0600)]
Unimarc record.abs fixes : fixed fields and some lc added
+ Physical-detail changed to Extent
+ Thesis-note removed, as it's not standard UNIMARC (it's specific to one of our library, in2p3)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:29 +0000 (14:26 -0600)]
fix for itemtype in unimarc.abs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:28 +0000 (14:26 -0600)]
fix for ISBN search in unimarc
+ removing link, that is not in bib1.att (retult in lot of warnings in zebra log)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:27 +0000 (14:26 -0600)]
Fix for pub date in unimarc
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:26 +0000 (14:26 -0600)]
Fix for Place-publication in unimarc
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:25 +0000 (14:26 -0600)]
Fix for subject in unimarc.abs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:24 +0000 (14:26 -0600)]
fix to unimarc.abs for languages
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:23 +0000 (14:26 -0600)]
Adding Compress::Zlib dependancy
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 5 Dec 2007 20:26:22 +0000 (14:26 -0600)]
inverting explanation and options columns to have the same order everywhere
the file used to have explanation before options in the SQL dump, except the 6 last inserted lines.
I've inverted them to be as the other lines. Not a bugfix, but to avoid having a bug in some months due to the un-noticed difference...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Dec 2007 18:43:48 +0000 (12:43 -0600)]
bugfix: made yuipath available to login page template
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Wed, 5 Dec 2007 18:43:47 +0000 (12:43 -0600)]
Able to call haspermission w/o $dbh, and add error msg on deletemember.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Wed, 5 Dec 2007 18:43:46 +0000 (12:43 -0600)]
Adding in permission blocks for staff members as per previous commits.
Much of this is repeat of previous commits, and then some to finish off.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 5 Dec 2007 18:43:45 +0000 (12:43 -0600)]
Fix so ysearch.pl uses utf-8
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 5 Dec 2007 02:46:15 +0000 (20:46 -0600)]
more cleanup
Joshua Ferraro [Wed, 5 Dec 2007 02:10:12 +0000 (20:10 -0600)]
more cleanup
Joshua Ferraro [Wed, 5 Dec 2007 01:33:50 +0000 (19:33 -0600)]
cleanup of letter.pl, 'my's need to be there
Joshua Ferraro [Wed, 5 Dec 2007 01:10:59 +0000 (19:10 -0600)]
cleanup of admin/ after Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:08:50 +0000 (19:08 -0600)]
cleanup of misc/ for Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:07:09 +0000 (19:07 -0600)]
cleanup for catalogue/ dir Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:06:05 +0000 (19:06 -0600)]
cleanup of acqui/ for Dates, missing format_date
Joshua Ferraro [Wed, 5 Dec 2007 01:03:35 +0000 (19:03 -0600)]
cleanup for serials and members for Dates
Joshua Ferraro [Wed, 5 Dec 2007 00:56:27 +0000 (18:56 -0600)]
cleanup for opac/ Dates - missing format_date, etc.
Joshua Ferraro [Wed, 5 Dec 2007 00:52:57 +0000 (18:52 -0600)]
cleanup of reports/ Dates - missing format_date, etc.
Joshua Ferraro [Wed, 5 Dec 2007 00:50:03 +0000 (18:50 -0600)]
cleanup of tools/ after Dates ... missing format_date, etc.
Joshua Ferraro [Wed, 5 Dec 2007 00:47:03 +0000 (18:47 -0600)]
cleanup of circ/ dir changes to Dates ... missing format_date
Joshua Ferraro [Wed, 5 Dec 2007 00:29:18 +0000 (18:29 -0600)]
adding format_date to 'use C4::Date'
Joe Atzberger [Tue, 4 Dec 2007 23:40:58 +0000 (17:40 -0600)]
admin subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:57 +0000 (17:40 -0600)]
reserve and virtualshelves (leftovers) - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:56 +0000 (17:40 -0600)]
misc subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:55 +0000 (17:40 -0600)]
circ subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:54 +0000 (17:40 -0600)]
cataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:53 +0000 (17:40 -0600)]
acqui subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:52 +0000 (17:40 -0600)]
authorities subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:51 +0000 (17:40 -0600)]
serials subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:50 +0000 (17:40 -0600)]
members subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:49 +0000 (17:40 -0600)]
labels subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:48 +0000 (17:40 -0600)]
opac subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:47 +0000 (17:40 -0600)]
reports subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:46 +0000 (17:40 -0600)]
tools subdir - Dates.pm integration and warnings fixes.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:45 +0000 (17:40 -0600)]
Unrecognized escape \d passed through at misc/bulkauthimport.pl line 28.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:44 +0000 (17:40 -0600)]
label-home.pl - Fix major error causing deletion on every run. Corrected variable scope to avoid warnings.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:40:43 +0000 (17:40 -0600)]
Auth.pm should have "CAN_user_updatecharges" (plural), and this change to InstallAuth.pm should catch it.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 23:40:42 +0000 (17:40 -0600)]
Change to patron-renewal javascript to fix issues described in Bug 1620
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 23:40:41 +0000 (17:40 -0600)]
Fixing typo in value_builder/dateaccessioned.pl; Adding error message output to additem.tmpl (fixes Bug 1636, Can't delete from additems.pl).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 23:40:40 +0000 (17:40 -0600)]
Moving "Check Out" from the action toolbar to the view menu
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 23:40:39 +0000 (17:40 -0600)]
Removing parameters permission requirement on about.pl, minor markup change to member-flags.tmpl.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Tue, 4 Dec 2007 23:36:03 +0000 (17:36 -0600)]
Members.pm - respond to $debug, some formatting and reduction of duplicative code.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Sun, 2 Dec 2007 19:41:46 +0000 (13:41 -0600)]
Auth.t - running this test will fail unless Auth.pm patches get trough.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Sun, 2 Dec 2007 19:41:45 +0000 (13:41 -0600)]
Auth_with_ldap : module and test final touches.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:13 +0000 (17:43 -0600)]
moremember.pl - Dates.pm "syspref" made explicit. Scripts should not call C4::Context->preference('dateformat').
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:12 +0000 (17:43 -0600)]
LDAP - further integration
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:11 +0000 (17:43 -0600)]
Dates.pm - ongoing integration, acqui/histsearch.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:09 +0000 (17:43 -0600)]
Log.pm: reduce duplicative code in conditional
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:07 +0000 (17:43 -0600)]
Auth.pm -- just the start of trying to make Auth intelligible and extensible
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:06 +0000 (17:43 -0600)]
Dates.pm -- Comment and perldoc cleanup.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:05 +0000 (17:43 -0600)]
Big LDAP changes, module test for Context.pm, still more yet to come.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 4 Dec 2007 23:25:47 +0000 (17:25 -0600)]
adding back CDATA for validation
Joe Atzberger [Thu, 29 Nov 2007 23:43:04 +0000 (17:43 -0600)]
Context.pm: obvious code consolidation, perldoc corrections.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 28 Nov 2007 22:00:56 +0000 (16:00 -0600)]
fixing virtual shelves (unfinished)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 29 Nov 2007 23:43:10 +0000 (17:43 -0600)]
Letters.pm: Minor change. Unsure if this is "the right" move, but pretty sure the line does not make sense as is.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:11 +0000 (15:00 -0600)]
Changes to address Bug 774 (z3950 search results window not resizable)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:10 +0000 (15:00 -0600)]
Changes to fix Bug 1335 (Min password length is hardcoded in template error message). Script now checks for passes to the template the value of minPasswordLength system preference so the user knows beforehand what the requirements are, and so that the error message can contain the correct value.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:09 +0000 (15:00 -0600)]
Passing "adultborrower" variable to the template so that "Add Child" button can be displayed in the toolbar when appropriate. Fixes Bug 1510.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:08 +0000 (15:00 -0600)]
Corrections to page title, breadcrumbs, heading
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:07 +0000 (15:00 -0600)]
Changes to image-load check (used for patron images and amazon book covers) to tweak when the script checked for loaded images (now window.load() instead of document.ready())
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:06 +0000 (15:00 -0600)]
Finishing changes to sidebar menu (change to boraccount.pl, as with moremember.pl, is to add flag so that menu can highlight current page).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:05 +0000 (15:00 -0600)]
Fixing some menu formatting
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:04 +0000 (15:00 -0600)]
Minor corrections to form layouts
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:03 +0000 (15:00 -0600)]
Trying again for layout fixes and template corrections for opac-advsearch.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Dec 2007 21:00:02 +0000 (15:00 -0600)]
Adding "clearfix" class, used to add clearning to element without use of break or other additional markup.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 4 Dec 2007 18:54:03 +0000 (12:54 -0600)]
Fix to get this working with the modules in 3.0
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Dec 2007 17:28:27 +0000 (11:28 -0600)]
bib_profile web svc: report biblioitems.itemtype subfield as non-mandatory
Per discussion with Chris Catalfo, biblios will optionally
supply this subfield (942$c) but is not required to do so,
as Koha automatically creates the biblioitem anyway.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 4 Dec 2007 19:44:31 +0000 (13:44 -0600)]
fixing dateaccessioned plugin
Chris Cormack [Mon, 3 Dec 2007 23:54:56 +0000 (17:54 -0600)]
Bug 1620
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Dec 2007 23:02:40 +0000 (17:02 -0600)]
Removing debugging from javascript, accidentally comitted.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Dec 2007 23:02:39 +0000 (17:02 -0600)]
Some fixes for "delete" menu items in toolbars to ensure that redirects are handled properly. Adding borrowernumber hidden field to some templates in order to enable delete button on all member-related pages.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Dec 2007 23:02:38 +0000 (17:02 -0600)]
Changes to CSS to allow for bug 1357 fix. Trying again after previous patch wouldn't apply
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Dec 2007 23:02:37 +0000 (17:02 -0600)]
Trying again on some changes that wouldn't patch earlier
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 3 Dec 2007 20:35:39 +0000 (14:35 -0600)]
Fix for bug 1632
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 3 Dec 2007 20:05:16 +0000 (14:05 -0600)]
Uncommenting delete code as deleting now works fine
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Dec 2007 19:45:29 +0000 (13:45 -0600)]
fix minor XHTML validation issues
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 3 Dec 2007 01:14:20 +0000 (19:14 -0600)]
Fix for re-enrollment not working
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 2 Dec 2007 23:10:29 +0000 (17:10 -0600)]
Fix for renewing
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 2 Dec 2007 23:05:34 +0000 (17:05 -0600)]
Fix for missing toolbar on member pages
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 2 Dec 2007 22:14:21 +0000 (16:14 -0600)]
Fix for bug 1575
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 2 Dec 2007 09:56:45 +0000 (03:56 -0600)]
disable actions in moremember based on staff_access permission
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 2 Dec 2007 02:56:27 +0000 (20:56 -0600)]
Add Staff member type. Add permissions checks for bug# 1269
and related permissions on memberentry and mods.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 2 Dec 2007 02:50:02 +0000 (20:50 -0600)]
adding userflag to allow modification of staff borrowers.
will add Staff category type in subsequent commit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 2 Dec 2007 02:35:38 +0000 (20:35 -0600)]
Slight mod to getuserflags and haspermission in prep for perms bugfix
Also adding some pod
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Sun, 25 Nov 2007 22:31:01 +0000 (16:31 -0600)]
adding Staff Borrower to handle Bug 1269
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 2 Dec 2007 19:41:44 +0000 (13:41 -0600)]
warn on attempts to add duplicate item barcodes during batch import
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 2 Dec 2007 19:41:43 +0000 (13:41 -0600)]
bug 1615: AddItem() now sets issues, renewals, and reserves
When an item was created, the renewals, issues, and reserves columns
were not set from the MARC data. This was noticed particularly
in the context of batch loads, where a user might supply
data for those fields.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 2 Dec 2007 19:41:42 +0000 (13:41 -0600)]
bumped up MARC Perl module requirements
MARC::File::XML => 0.88 as part of fixing bug 1504
in turn MARC::Charset => 0.98 and MARC::Record => 2.00.
Previous required version of MARC::Record was 1.38, but
since that is three years old, assuming that most Koha
3.0 dev and testing has been done with version 2.0.0.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>