koha.git
16 years agoBiblioAddAuthorities : adding "" in search term, in case there is a ()
Paul POULAIN [Fri, 14 Dec 2007 00:21:56 +0000 (18:21 -0600)]
BiblioAddAuthorities : adding "" in search term, in case there is a ()

+ improving some tests
+ removing some comments

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAddAuthority, adding 100 field for UNIMARC if it's not provided
Paul POULAIN [Fri, 14 Dec 2007 00:21:55 +0000 (18:21 -0600)]
AddAuthority, adding 100 field for UNIMARC if it's not provided

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug FIX : 437 'Browse Members' function should return paged results
Henri-Damien LAURENT [Wed, 12 Dec 2007 14:34:36 +0000 (15:34 +0100)]
Bug FIX : 437 'Browse Members' function should return paged results

Adding pagination_bar to results if needed.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving some unnecessary lines
Joshua Ferraro [Fri, 14 Dec 2007 00:03:08 +0000 (18:03 -0600)]
removing some unnecessary lines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix to delete a virtualshelf content correctly
Paul POULAIN [Tue, 11 Dec 2007 17:33:37 +0000 (18:33 +0100)]
fix to delete a virtualshelf content correctly

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNoZera don't handle fuzzy/stemming/weight
Paul POULAIN [Tue, 11 Dec 2007 17:33:32 +0000 (18:33 +0100)]
NoZera don't handle fuzzy/stemming/weight

so ignoring those sysprefs

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agounimarc.abs change : defaulting author sorting to 700$a
Paul POULAIN [Tue, 11 Dec 2007 17:33:28 +0000 (18:33 +0100)]
unimarc.abs change : defaulting author sorting to 700$a

instead of 200$f
+ some tab added to have something easier to read
Some libraries don't use authorities (700$a),
but they are usually small libraries, so won't be with zebra !

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation, updated
Paul POULAIN [Tue, 11 Dec 2007 17:33:27 +0000 (18:33 +0100)]
french translation, updated

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoremember.pl - We will be doing a lot of debugging on Members, this is just the...
Joe Atzberger [Mon, 10 Dec 2007 23:04:39 +0000 (17:04 -0600)]
moremember.pl - We will be doing a lot of debugging on Members, this is just the beginning.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAuth_with_ldap.pm -- Silly spelling errors in perldoc
Joe Atzberger [Mon, 10 Dec 2007 23:04:38 +0000 (17:04 -0600)]
Auth_with_ldap.pm -- Silly spelling errors in perldoc

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAcquisition - Dates.pm switch
Joe Atzberger [Mon, 10 Dec 2007 23:04:37 +0000 (17:04 -0600)]
Acquisition - Dates.pm switch

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorename ldap test file
Joe Atzberger [Mon, 10 Dec 2007 23:04:36 +0000 (17:04 -0600)]
rename ldap test file

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix: restore setting classification source by dropdown
Galen Charlton [Wed, 12 Dec 2007 22:03:41 +0000 (16:03 -0600)]
bugfix: restore setting classification source by dropdown

Apparently as an inadvertant result of the patches to
move the SQL files to load the MARC frameworks, the
authorised_value of 'cn_source' was dropped for
kohafield = 'items.cn_source' and 'biblioitems.cn_source'.

This patch restores those values, thus making the
classification source set by a dropdown in the bib
and item editors.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix: do not try to set items.cn_sort twice
Galen Charlton [Wed, 12 Dec 2007 21:27:46 +0000 (15:27 -0600)]
bugfix: do not try to set items.cn_sort twice

The way this API is used by additem.pl, the $item hasref
already contains a 'items.cn_sort' key whose value is
undef.  Setting $item->{'cn_sort'} instead of $item->{'items.cn_sort'}
ends putting with items.cn_sort and cn_sort in the UPDATE
items statement, making the final value of cn_sort in the DB
dependent on the order produced by Perl's keys function.

Also added a comment explaining a subtle (perhaps too subtle)
point in the code.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoVisual improvements to facets and search results; better js handling of Amazon book...
Owen Leonard [Wed, 12 Dec 2007 20:44:10 +0000 (14:44 -0600)]
Visual improvements to facets and search results; better js handling of Amazon book covers in results and detail.tmpl.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixed nozebra opac advsearch Title search problem.
Chris Nighswonger [Thu, 13 Dec 2007 23:06:12 +0000 (18:06 -0500)]
Fixed nozebra opac advsearch Title search problem.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for BUG 1653
Chris Nighswonger [Thu, 13 Dec 2007 22:59:09 +0000 (17:59 -0500)]
Fix for BUG 1653

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding LCCN to z2950 searches: Part 2
Chris Nighswonger [Wed, 12 Dec 2007 18:38:46 +0000 (13:38 -0500)]
Adding LCCN to z2950 searches: Part 2

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSetting BiblioAddsAuthorities OFF by default as things break when enabled in MARC21...
Chris Nighswonger [Tue, 11 Dec 2007 20:09:07 +0000 (15:09 -0500)]
Setting BiblioAddsAuthorities OFF by default as things break when enabled in MARC21 libraries

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding LCCN to z2950 searches
Chris Nighswonger [Wed, 12 Dec 2007 17:27:22 +0000 (12:27 -0500)]
Adding LCCN to z2950 searches

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFormatting dialog in additem.tmpl, markup correction in request.tmpl
Owen Leonard [Wed, 12 Dec 2007 16:30:12 +0000 (10:30 -0600)]
Formatting dialog in additem.tmpl, markup correction in request.tmpl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoA couple of patch corrections to remove hardcoded /prog/ path (allows for alternate...
Owen Leonard [Wed, 12 Dec 2007 16:29:47 +0000 (10:29 -0600)]
A couple of patch corrections to remove hardcoded /prog/ path (allows for alternate templates). Also upgrading jquery to version 1.2.1.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore minor style changes, and markup fix for Bug 1321.
Owen Leonard [Wed, 12 Dec 2007 16:29:38 +0000 (10:29 -0600)]
More minor style changes, and markup fix for Bug 1321.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome reformatting in circ and members.
Owen Leonard [Wed, 12 Dec 2007 16:29:27 +0000 (10:29 -0600)]
Some reformatting in circ and members.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug introduced recently if due_date is null, search failed
Joshua Ferraro [Thu, 13 Dec 2007 10:28:35 +0000 (04:28 -0600)]
fix for bug introduced recently if due_date is null, search failed

16 years agoBugFix 1640
Henri-Damien LAURENT [Tue, 11 Dec 2007 16:15:35 +0000 (10:15 -0600)]
BugFix 1640

setting QueryFuzzy, QueryStemming and QueryweightFields systempreferences to 0 if Nozebra chosen

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding hotlink to author search on details.pl page.
root [Tue, 11 Dec 2007 03:50:36 +0000 (21:50 -0600)]
adding hotlink to author search on details.pl page.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved shell metacharacter from filename -- source of install glitch
Galen Charlton [Mon, 10 Dec 2007 16:34:25 +0000 (10:34 -0600)]
removed shell metacharacter from filename -- source of install glitch

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWrapping patron image javascript in check for patronimage system pref
Owen Leonard [Sat, 8 Dec 2007 21:18:19 +0000 (15:18 -0600)]
Wrapping patron image javascript in check for patronimage system pref

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing typo in value_builder/dateaccessioned.pl; Adding error message output to addit...
Owen Leonard [Sat, 8 Dec 2007 21:18:10 +0000 (15:18 -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: Joshua Ferraro <jmf@liblime.com>
16 years agoVirtual shelves: per shelf sort, multiple add in OPAC, partial bug fixes.
Ryan Higgins [Mon, 10 Dec 2007 02:00:57 +0000 (20:00 -0600)]
Virtual shelves: per shelf sort, multiple add in OPAC, partial bug fixes.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd multiple items to virt shelf, and bugvix virtual shelf adds.
Ryan Higgins [Sun, 9 Dec 2007 21:36:50 +0000 (15:36 -0600)]
Add multiple items to virt shelf, and bugvix virtual shelf adds.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoClean up moredetail.pl and updateitem.pl
Ryan Higgins [Sun, 9 Dec 2007 18:54:49 +0000 (12:54 -0600)]
Clean up moredetail.pl and updateitem.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoget_template_and_user returns $flags from checkauth for in-page perms.
Ryan Higgins [Sat, 8 Dec 2007 23:33:04 +0000 (17:33 -0600)]
get_template_and_user returns $flags from checkauth for in-page perms.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd 'Staff' category_type to new dropdown, add category_type to GetMemberDetails...
Ryan Higgins [Sat, 8 Dec 2007 23:32:47 +0000 (17:32 -0600)]
Add 'Staff' category_type to new dropdown, add category_type to GetMemberDetails retval

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAble to call haspermission w/o $dbh, and add error msg on deletemember.
Ryan Higgins [Sat, 8 Dec 2007 23:32:22 +0000 (17:32 -0600)]
Able to call haspermission w/o $dbh, and add error msg on deletemember.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding in permission blocks for staff members as per previous commits.
Ryan Higgins [Sat, 8 Dec 2007 23:31:57 +0000 (17:31 -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: Joshua Ferraro <jmf@liblime.com>
16 years agoAllow superlibrarian to change branch via header.inc
Ryan Higgins [Sat, 8 Dec 2007 20:52:32 +0000 (14:52 -0600)]
Allow superlibrarian to change branch via header.inc

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomemberentry.pl - add $debug to prevent continual warn's.
Joe Atzberger [Fri, 7 Dec 2007 23:38:28 +0000 (17:38 -0600)]
memberentry.pl - add $debug to prevent continual warn's.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobasket.pl - conditionalized w/ $debug 3 warnings that would otherwise fire every...
Joe Atzberger [Fri, 7 Dec 2007 23:38:27 +0000 (17:38 -0600)]
basket.pl - conditionalized w/ $debug 3 warnings that would otherwise fire every time!

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoLog.pm and Suggestions.pm - simple (correct) Dates.pm integration
Joe Atzberger [Fri, 7 Dec 2007 23:38:25 +0000 (17:38 -0600)]
Log.pm and Suggestions.pm - simple (correct) Dates.pm integration

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSearch.pm -- Dates.pm (the correct way) and remove hard coded (on) DEBUG variable!
Joe Atzberger [Fri, 7 Dec 2007 23:38:24 +0000 (17:38 -0600)]
Search.pm -- Dates.pm (the correct way) and remove hard coded (on) DEBUG variable!

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCirculation.pm - remove Date.pm dependency.
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>
16 years agomoremember.tmpl - minor format cleanup (spaces after colons in labels)
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>
16 years agokoha-news.tmpl - Cancel button still referenced "opac-news" instead of "koha-news"
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>
16 years agobugfix: catch ZOOM exceptions in simple Search.pm
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>
16 years agoremoved 'delete from' statements
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>
16 years agofixed order in which SQL scripts are applied by web installer
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>
16 years agofix for ModZebra() trying to delete an existing bib - that doesnt exist, during an...
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>
16 years agoUnimarc record.abs fixes : fixed fields and some lc added
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>
16 years agofix for itemtype in unimarc.abs
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>
16 years agofix for ISBN search in unimarc
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>
16 years agoFix for pub date in unimarc
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>
16 years agoFix for Place-publication in unimarc
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>
16 years agoFix for subject in unimarc.abs
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>
16 years agofix to unimarc.abs for languages
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>
16 years agoAdding Compress::Zlib dependancy
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>
16 years agoinverting explanation and options columns to have the same order everywhere
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>
16 years agobugfix: made yuipath available to login page template
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>
16 years agoAble to call haspermission w/o $dbh, and add error msg on deletemember.
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>
16 years agoAdding in permission blocks for staff members as per previous commits.
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>
16 years agoFix so ysearch.pl uses utf-8
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>
16 years agomore cleanup
Joshua Ferraro [Wed, 5 Dec 2007 02:46:15 +0000 (20:46 -0600)]
more cleanup

16 years agomore cleanup
Joshua Ferraro [Wed, 5 Dec 2007 02:10:12 +0000 (20:10 -0600)]
more cleanup

16 years agocleanup of letter.pl, 'my's need to be there
Joshua Ferraro [Wed, 5 Dec 2007 01:33:50 +0000 (19:33 -0600)]
cleanup of letter.pl, 'my's need to be there

16 years agocleanup of admin/ after Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:10:59 +0000 (19:10 -0600)]
cleanup of admin/ after Dates integration

16 years agocleanup of misc/ for Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:08:50 +0000 (19:08 -0600)]
cleanup of misc/ for Dates integration

16 years agocleanup for catalogue/ dir Dates integration
Joshua Ferraro [Wed, 5 Dec 2007 01:07:09 +0000 (19:07 -0600)]
cleanup for catalogue/ dir Dates integration

16 years agocleanup of acqui/ for Dates, missing format_date
Joshua Ferraro [Wed, 5 Dec 2007 01:06:05 +0000 (19:06 -0600)]
cleanup of acqui/ for Dates, missing format_date

16 years agocleanup for serials and members for Dates
Joshua Ferraro [Wed, 5 Dec 2007 01:03:35 +0000 (19:03 -0600)]
cleanup for serials and members for Dates

16 years agocleanup for opac/ Dates - missing format_date, etc.
Joshua Ferraro [Wed, 5 Dec 2007 00:56:27 +0000 (18:56 -0600)]
cleanup for opac/ Dates - missing format_date, etc.

16 years agocleanup of reports/ 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.

16 years agocleanup of tools/ after 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.

16 years agocleanup of circ/ dir changes to Dates ... missing format_date
Joshua Ferraro [Wed, 5 Dec 2007 00:47:03 +0000 (18:47 -0600)]
cleanup of circ/ dir changes to Dates ... missing format_date

16 years agoadding format_date to 'use C4::Date'
Joshua Ferraro [Wed, 5 Dec 2007 00:29:18 +0000 (18:29 -0600)]
adding format_date to 'use C4::Date'

16 years agoadmin subdir - Dates.pm integration and warnings fixes.
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>
16 years agoreserve and virtualshelves (leftovers) - Dates.pm integration and warnings fixes.
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>
16 years agomisc subdir - Dates.pm integration and warnings fixes.
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>
16 years agocirc subdir - Dates.pm integration and warnings fixes.
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>
16 years agocataloge subdir (and cataloguing) - Dates.pm integration and warnings fixes.
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>
16 years agoacqui subdir - Dates.pm integration and warnings fixes.
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>
16 years agoauthorities subdir - Dates.pm integration and warnings fixes.
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>
16 years agoserials subdir - Dates.pm integration and warnings fixes.
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>
16 years agomembers subdir - Dates.pm integration and warnings fixes.
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>
16 years agolabels subdir - Dates.pm integration and warnings fixes.
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>
16 years agoopac subdir - Dates.pm integration and warnings fixes.
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>
16 years agoreports subdir - Dates.pm integration and warnings fixes.
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>
16 years agotools subdir - Dates.pm integration and warnings fixes.
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>
16 years agoUnrecognized escape \d passed through at misc/bulkauthimport.pl line 28.
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>
16 years agolabel-home.pl - Fix major error causing deletion on every run. Corrected variable...
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>
16 years agoAuth.pm should have "CAN_user_updatecharges" (plural), and this change to InstallAuth...
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>
16 years agoChange to patron-renewal javascript to fix issues described in Bug 1620
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>
16 years agoFixing typo in value_builder/dateaccessioned.pl; Adding error message output to addit...
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>
16 years agoMoving "Check Out" from the action toolbar to the view menu
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>
16 years agoRemoving parameters permission requirement on about.pl, minor markup change to member...
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>
16 years agoMembers.pm - respond to $debug, some formatting and reduction of duplicative code.
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>
16 years agoAuth.t - running this test will fail unless Auth.pm patches get trough.
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>
16 years agoAuth_with_ldap : module and test final touches.
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>
16 years agomoremember.pl - Dates.pm "syspref" made explicit. Scripts should not call C4::Context...
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>
16 years agoLDAP - further integration
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>