]>
git.koha-community.org Git - koha.git/log
Chris Cormack [Mon, 24 Dec 2007 01:17:38 +0000 (19:17 -0600)]
Missed one priority == 0
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 24 Dec 2007 01:16:11 +0000 (19:16 -0600)]
Priority = 0 does not equal reserve found, only found='W' equals reserve found
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 24 Dec 2007 01:13:31 +0000 (19:13 -0600)]
An item is only waiting if found is set to W in the reserves table
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Sun, 23 Dec 2007 23:43:55 +0000 (17:43 -0600)]
Fix for bug 1703
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 21:46:31 +0000 (16:46 -0500)]
nomenclature cleanup in the OPAC detail and user pages
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 20:59:55 +0000 (15:59 -0500)]
fix for bug 1688
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 20:55:17 +0000 (15:55 -0500)]
expandtab, retab, tabstop=4
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 20:49:44 +0000 (15:49 -0500)]
Revert "Merging hdl's Search.pm changes"
This reverts commit
51ec728f7b358b8ca4ef8f3cdd44cb976d907b90 .
That commit basically reverted 95% of the status handling I'd done
last week ...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 20:42:41 +0000 (15:42 -0500)]
retab with tabstop=4 and expandtab on
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 20:29:54 +0000 (15:29 -0500)]
Warning: Big Commit. Fixing Virtual Shelves
* prior to this commit, virtual shelvesn't did not function in
the OPAC! Now they do, except for deletion from virtual shelves
in list form
* I've re-named 'Virtual Shelves' to 'Lists' as per our agreed
upon convention
* while vshelves aren't perfect yet, they're in enough of a working
state for the RC1 now
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 16:10:26 +0000 (11:10 -0500)]
adding ports information
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 22 Dec 2007 21:52:22 +0000 (15:52 -0600)]
Minor correction to template markup and change to script to allow for more clickable <label>s.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 23 Dec 2007 03:32:58 +0000 (21:32 -0600)]
allow use of older version of File::Temp
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 02:08:21 +0000 (21:08 -0500)]
more updates to README.debain
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 23 Dec 2007 01:55:22 +0000 (19:55 -0600)]
fixed invocation of zebraqueue_daemon.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 23 Dec 2007 01:25:33 +0000 (19:25 -0600)]
circ: do not crash when 'returning' item that was not issued
When attempting to return an item that was not actually
on loan, would crash because GetItemIssue did not return
biblionumber in hash. Add call to get biblionumber
directly.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 01:23:23 +0000 (20:23 -0500)]
fixes to README.debian
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 01:05:40 +0000 (20:05 -0500)]
adding a note on how to remove zebra daemons from startup
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 23 Dec 2007 00:57:21 +0000 (18:57 -0600)]
removed extra KOHA_CONF line
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sun, 23 Dec 2007 00:53:09 +0000 (18:53 -0600)]
various installer changes
[1] Map new directory misc/bin to SCRIPT_DIR
instead of SCRIPT_DIR/bin.
[2] rewrite-config.PL no longer removes execute mode
[3] Add new Zebra startup script to rewrite-config.PL
list.
[4] Added KOHA_USER and KOHA_GROUP to rewrite-config.PL
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sun, 23 Dec 2007 00:25:50 +0000 (19:25 -0500)]
Several important commits:
* adding zebra daemons for managing server and queue processes
* improvements to the README.debian file
* Fixes to Search.pm since last series of commits broke zebra-based
searching (again)
* moving some files to new misc/bin and misc/cronjobs
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 22 Dec 2007 21:06:03 +0000 (16:06 -0500)]
adding debian-specific installation guide
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 22 Dec 2007 20:28:15 +0000 (15:28 -0500)]
nomenclature improvements, updating README.txt
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 22 Dec 2007 19:24:25 +0000 (14:24 -0500)]
missing < in about page
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 22 Dec 2007 02:05:03 +0000 (21:05 -0500)]
updating versions for debian etch packages
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Sat, 22 Dec 2007 00:23:58 +0000 (18:23 -0600)]
fixing version numbers in Makefile.PL, adding a
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 22 Dec 2007 00:11:17 +0000 (18:11 -0600)]
Fix for Bug 1685, if patronimages syspref is off, tabs disappear from moremember.pl. Renegade TMPL_IF taken out.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 22 Dec 2007 00:11:16 +0000 (18:11 -0600)]
In response to paul's comment: "one user that just tested is confused by the green & red signs, and think it would be better to remove them (they thought "green" was = OK, confirm creation and "red" = oops, I made a mistake, it's a duplicate)"
I've taken out the check and the X and replaced them with "edit" and "save" icons from the toolbars. Less confusing?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 22 Dec 2007 00:11:14 +0000 (18:11 -0600)]
Merging hdl's Search.pm changes
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 22 Dec 2007 00:11:13 +0000 (18:11 -0600)]
Adding some image files missing from yesterday's commit; Correcting patron image javascript in circ and moremember; Adding cardnumber to moremember display.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 22 Dec 2007 00:11:12 +0000 (18:11 -0600)]
Revert "Adding cardnumber to page display"
This reverts commit
c71fcc2dc501c57b7348ec6a349c3929cfa33174 .
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Fri, 21 Dec 2007 18:00:46 +0000 (13:00 -0500)]
Rolling back changes made to NZ search elements
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 21 Dec 2007 13:56:26 +0000 (07:56 -0600)]
s/Civility/Salutation/
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 18:05:30 +0000 (19:05 +0100)]
french translation updated
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 17:42:39 +0000 (18:42 +0100)]
in addbooks, after searching, let a user view a biblio (before editing)
the edit button is still here, just adding a MARCdetail.pl one
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 17:39:50 +0000 (18:39 +0100)]
textmessaging field has been renamed to opacnotes in v3
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 17:26:57 +0000 (18:26 +0100)]
adding tab management for auth-subfield, like the one we have for biblio_subfield
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 16:30:03 +0000 (17:30 +0100)]
breadcrumb is better when keeping track of the tag
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 16:09:53 +0000 (17:09 +0100)]
staff french translation updated
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 13:08:16 +0000 (14:08 +0100)]
some changes in blue.css for marc editor
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 10:50:28 +0000 (11:50 +0100)]
2 questions in 2 lines, confusing for users.
+ one user that just tested is confused by the green & red signs, and think it would be better to remove them
(they thought "green" was = OK, confirm creation and "red" = oops, I made a mistake, it's a duplicate)
I didn't remove the pictures, but let me know your opinion on this.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Thu, 20 Dec 2007 10:48:40 +0000 (11:48 +0100)]
s/borrowernumber/cardnumber/ : we are showing the cardnumber here
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 19:47:14 +0000 (20:47 +0100)]
s/title/civility/
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 19:48:05 +0000 (20:48 +0100)]
french staff translation updated
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 19:47:38 +0000 (20:47 +0100)]
more _() strings
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:39:06 +0000 (19:39 +0100)]
adding some missing _()
In fact, it WORKS for translator. ignore my previous comment about it not working.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:38:29 +0000 (19:38 +0100)]
the term "framework" here is useless + it causes some trouble for translation
(should we have it after or before the framework name ?)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:36:53 +0000 (19:36 +0100)]
merging title & author column for a better look
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:36:33 +0000 (19:36 +0100)]
changing a text we already had the same string in a different context
translating was impossible in the 2 contexts
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:06:02 +0000 (19:06 +0100)]
changing some strings for a better translation
(no change for english ppl)
+ removing an orphan <h2>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:05:14 +0000 (19:05 +0100)]
adding _() to strings for translator
Note that it DOES not work as expected. It seem that the translator misses the _() string inside expandable button
(it does not miss them in simple button)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
paul [Tue, 18 Dec 2007 18:03:53 +0000 (19:03 +0100)]
adding a color to approve and deny button to avoid white on white
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 21 Dec 2007 04:03:32 +0000 (22:03 -0600)]
updating perl mod version
Joshua Ferraro [Fri, 21 Dec 2007 03:45:55 +0000 (21:45 -0600)]
fixing zebra searching after recent commits
Chris Cormack [Fri, 21 Dec 2007 02:22:24 +0000 (20:22 -0600)]
Fixing a problem that was causing double conversion of dates
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Fri, 21 Dec 2007 01:38:48 +0000 (19:38 -0600)]
Online help for label printing and serials
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 21 Dec 2007 01:38:47 +0000 (19:38 -0600)]
import_borrowers.pl - convert dates BEFORE AddMember or ModMember
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Fri, 21 Dec 2007 01:38:46 +0000 (19:38 -0600)]
borrowers_details - needs format_date
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Fri, 21 Dec 2007 01:25:34 +0000 (19:25 -0600)]
Fixing link under active settings to add items to batch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Fri, 21 Dec 2007 00:22:21 +0000 (19:22 -0500)]
Initial fix for NoZebra advanced search problems when searching with no query and only limits (ie. itemtype)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 23:43:33 +0000 (17:43 -0600)]
installer: improvements to fix-path-perl.PL on Win32
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 23:18:34 +0000 (17:18 -0600)]
bug 1664: added specific dep on Algorithm::CheckDigits::M43_001
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 23:13:16 +0000 (17:13 -0600)]
bug 1661: rebuild_zebra.pl changes
[1] Use File::Temp to create and manage
export directory if -d is not specified.
[2] Added usage message.
[3] Code that attempts to fix up Zebra
configuration files changed so that it
is invoked only if --munge-config option
is supplied; this code will ultimately
either be removed or moved to a separate
script -- the sorts of errors that it
tries to fix should no longer be appearing
in a standard install.
[4] Fixed Win32 portability problem when removing
temporary directory.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 20 Dec 2007 21:58:20 +0000 (15:58 -0600)]
Members overhaul for Dates.pm - Stop double converts and disappearing expiration mods.
Allow errors displayed by memberentrygen. Please confirm with add'l tests, feedback.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:50:31 +0000 (10:50 +1300)]
Online Help for adding a new subscription - taken from KohaDocs.org
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:45:29 +0000 (10:45 +1300)]
Change to breadcrumb to point Serials home to correct page
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:18:19 +0000 (10:18 +1300)]
Adding online help for Staff Client homepage - how to edit online help
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:18:18 +0000 (10:18 +1300)]
Copying in online help for virtual shelves from the Documentation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:18:17 +0000 (10:18 +1300)]
Adding online help for Reports Home
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Thu, 20 Dec 2007 21:18:16 +0000 (10:18 +1300)]
Online Help for Serials Home
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 21:17:25 +0000 (15:17 -0600)]
C4::Dates - carp if passed semantically invalid date
When creating a new C4::Dates object, now carps
if the supplied date and/or time is semantically
invalid, i.e., 2007-01-32 will pass the regex
check but is not a valid date (there being no
32nd of January).
As the C4::Dates API is nailed down, these may
be converted to croaks in the future.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 20 Dec 2007 21:11:36 +0000 (15:11 -0600)]
Buttons. Toolbar icons and generic "submit" style.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 20 Dec 2007 21:11:26 +0000 (15:11 -0600)]
Adding auto-submit to filter form.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 20 Dec 2007 19:13:13 +0000 (13:13 -0600)]
autocomplete.css - unclosed comment error removed
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 19:04:55 +0000 (13:04 -0600)]
use syspref date format for manual due date
NOTE: will fail if user manages to enter date
in wrong format. This is not a change from before
this patch, but is pointed out.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 19:04:54 +0000 (13:04 -0600)]
use standard template var for DHTML date format
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Thu, 20 Dec 2007 19:34:47 +0000 (13:34 -0600)]
Fix to update onloan to 0 even if the item isnt out to a borrower
Bug 1681
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 20 Dec 2007 18:22:41 +0000 (12:22 -0600)]
Dates.pm - IMPORTANT fix for dmy_array (part of obejct, not class)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 20 Dec 2007 18:22:40 +0000 (12:22 -0600)]
members.js - purely whitespace edit (I was debugging the conditionals).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joe Atzberger [Thu, 20 Dec 2007 18:22:39 +0000 (12:22 -0600)]
Members.pm - checkuniquemember minor refactor and perldoc correction.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:14 +0000 (15:23 +0100)]
Adding rebuild field 100$a for Unimarc
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:13 +0000 (15:23 +0100)]
Adding cardnumber to page display
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:12 +0000 (15:23 +0100)]
BUG Fixing : NoZebra search
Bug fixing search on alphanumeral string such as EN0 couldnot work.
Bug fixing AND would be too much restrictive on results (required count of occurence of search criteria to be the same).
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:11 +0000 (15:23 +0100)]
SearchNZ : multiple words AND was an OR
my $biblionumbers was badly placed
renaming operand into operator
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:10 +0000 (15:23 +0100)]
Translation end.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:09 +0000 (15:23 +0100)]
Generating index for authorities on AUTHtypecode from table auth_header
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:08 +0000 (15:23 +0100)]
Some more translations.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:07 +0000 (15:23 +0100)]
Adapting things to new API
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:06 +0000 (15:23 +0100)]
Adding 100$a coded field for UNIMARCAUTH and 152$b for any add
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Daniel BÃ\83 ¼nzli [Thu, 20 Dec 2007 20:15:06 +0000 (14:15 -0600)]
Fix new installer on macosx.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 20 Dec 2007 23:33:07 +0000 (17:33 -0600)]
fixes to search results list, ccl.properties tweak
patch updateitem.pl (was failing ... missing 'my')
update OPAC results
fix limit by availability
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 20 Dec 2007 02:28:15 +0000 (20:28 -0600)]
removed superfluous and unclosed TMPL_IF
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Thu, 20 Dec 2007 02:28:14 +0000 (20:28 -0600)]
2nd try:Fixed buggy NoZebra cataloguing search when search term does not exist in any record.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Thu, 20 Dec 2007 02:28:13 +0000 (20:28 -0600)]
Fixed buggy NoZebra cataloguing search when search term does not exist in any record.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 20 Dec 2007 02:28:12 +0000 (20:28 -0600)]
Even more applying standard dialog styles to confirmation messages. Also fixing alternating table row colors in stopwords.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Thu, 20 Dec 2007 02:28:11 +0000 (20:28 -0600)]
More applying standard dialog styles to confirmation messages
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 19 Dec 2007 22:26:01 +0000 (16:26 -0600)]
Fix for bug 1427
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 19 Dec 2007 19:46:55 +0000 (13:46 -0600)]
Fix bad behaviour of Label Batches table when Generate PDF link is clicked in staff client.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 19 Dec 2007 18:29:07 +0000 (12:29 -0600)]
Removing white spaces from directory and filenames as they restrict portability across OS platforms.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 19 Dec 2007 18:29:06 +0000 (12:29 -0600)]
Removed hardcoded paths to yui libs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>