Joshua Ferraro
de04e990f2
Merge branch 'master' of http://manage-gmc.dev.kohalibrary.com/koha-installer
2007-12-19 13:48:55 -06:00
Chris Cormack
927c640bb0
Fix for bug 1617, LabelMARCview not being used
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 19:34:49 -06:00
Joshua Ferraro
b079651843
incorect syntax fix
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 19:34:48 -06:00
Joshua Ferraro
249dbd09fd
nomenclature fix s/On issue/Checked out/
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 19:34:46 -06:00
Joshua Ferraro
31f45434e3
fixing additional authors links on detail pages in opac and staff catalogs
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 19:34:45 -06:00
Joshua Ferraro
a7a9dcaaef
add sort_by to availability limit
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 19:34:44 -06:00
Galen Charlton
d579648df1
Merge git://git.koha.org/pub/scm/koha
2007-12-18 17:46:54 -06:00
daa0130e9d
Applying standard dialog styles to confirmation messages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:33 -06:00
de0b03ddc5
Some changes to finish out Bug 1514.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:21 -06:00
7027f7beab
Markup and style changes for new paged search results.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:15 -06:00
905c5de9c8
Fixing some markup issues and alternating table row colors.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:40:05 -06:00
39d01437cc
A couple of changes to address issues raised by Bug 1631: City, State label. Also streamlining changecity js (no need to have inline javascript generated by the Perl script).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:39:36 -06:00
3b4e2720dd
Auto-submit had not been removed from sort-by menu, it had been moved from inline HTML to a jquery function in <head>. If this is not working properly, please file a bug.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:39:20 -06:00
Mason James
163d3f4bd6
index=kw searches now search all indexes for nozebra
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:39:17 -06:00
Chris Cormack
27cd17cb79
Fix so item.renewals is updated by a renewal, and a zebraop is triggered
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:39:16 -06:00
Joe Atzberger
9e333ab077
members.js - return false when validation fails.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:37:28 -06:00
Joe Atzberger
b9c74fb24c
memberentry.pl - dates validation, error passing to template
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:37:25 -06:00
Joe Atzberger
116e5aed66
memberentry.pl - $debug-ify warn messages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 16:37:24 -06:00
Galen Charlton
5b98031b60
installer: deal with permissions in fix-perl-path.PL
...
Files in blib generally are a-w on Unix platforms.
Modified fix-perl-path.PL to temporarily set them
o+w while file is being checked.
2007-12-18 15:11:28 -06:00
Galen Charlton
06fb84f566
installer: made $DEBUG in fix-perl-path.pl contigent on DEBUG env var
2007-12-18 14:54:51 -06:00
Galen Charlton
d18a80820a
installer: adjusted conditional for setting exported variables
...
Now checks for win32, and assumes (for now) a default
for all other platforms.
2007-12-18 14:53:47 -06:00
Chris Nighswonger
ffea1e0832
Win32 support: Added differentiation between -w perl switch in shebang line.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:57 -06:00
Chris Nighswonger
42c9423408
Win32 support: Switch DEBUG off and corrected warning bug.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:55 -06:00
Chris Nighswonger
7fcfc09669
Win32 support: Stripped ^M line endings and various other housekeeping.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:51 -06:00
Chris Nighswonger
b310be2bab
Win32 support: Adding a script to modify shebang lines per installation platfom.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:48 -06:00
Chris Nighswonger
4c991a42e9
Win32 support: Moved shebang sub to separate script to be called in pl_files
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:26 -06:00
Chris Nighswonger
118283b71f
Initial work on adding Win32 support to installer.
...
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2007-12-18 14:31:21 -06:00
Galen Charlton
32c72c495e
installer: bug 1640: deal with '$' in passwords
2007-12-18 11:31:11 -06:00
Galen Charlton
2305d2d768
installer: added (in some cases back) module deps
2007-12-18 11:11:36 -06:00
Joshua Ferraro
a65502ba1a
case-insensitive match on query highlighting
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 04:47:17 -06:00
Joshua Ferraro
7a3e596813
fix for bug 1658: <span class="term"> in search terms
...
Also, adds google-style search query highlighting anywhere
in the record
Need to check if this fix is in the OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 04:47:16 -06:00
Paul POULAIN
592a764ad3
synch'ing librarian & opac hierarchy css
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 04:47:11 -06:00
Paul POULAIN
2f8e25fe27
bugfix : the path to css has been modified
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-18 04:47:02 -06:00
Joshua Ferraro
795463f55b
fix for bug 1604: when doing a 'scan', "count" isn't displayed
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 22:28:59 -06:00
Joshua Ferraro
2bfd6d2123
adding document.sortbyform.submit() for auto-submit of resort form
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:54 -06:00
Joshua Ferraro
d424b330cb
adding limit without availability
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:53 -06:00
Joshua Ferraro
5856619aae
adding limit by availability to staff client
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:52 -06:00
Joshua Ferraro
64aa406edd
fix limit-yr compatibility with sort_by option
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:51 -06:00
0e675ef820
- Changes to the way patron renewals are handled. Circulation page now offers 'renew' link alongside warning about patron expiration (as in dev_week), using the new setstatus script.
...
- Member pages now use member toolbar include instead of circ one
- setstatus.pl now uses 3.0's patron renewal function
- Adding missing item-bullet.gif (Bug 1659)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:49 -06:00
d187fc400f
Changing input stype="button" to input type="submit" so that form can be submitted even if javascript is disabled.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:24:35 -06:00
Chris Cormack
149deccba5
Fix for bug 1655, fines not displaying on moremember.pl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:21:08 -06:00
Russel Garlick
3dfb455fd4
Adding online help for Inventory/Stocktaking feature under Tools
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:21:06 -06:00
Joe Atzberger
fb66775cba
moremember.tmpl - remove debugging line and move the leftmost "Edit" link inside div (like the others)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:21:03 -06:00
Joe Atzberger
35fa8f148b
Delete extraneous empty file.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 19:20:58 -06:00
Galen Charlton
61e69bc368
fixed unmatched TMPL_UNLESS
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:58:41 -06:00
Galen Charlton
80942a3031
fixed reference to branchrelations.categorycode
...
Previous patch had referred to column as category_id,
which is incorrect.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:58:39 -06:00
Mason James
f8f8a3c7bf
added 'update child to adult' dropbox option
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:58:37 -06:00
Joshua Ferraro
e39a090d5c
adding back result_number ... if you don't want it to show
...
up by default then we need a syspref for showing/hiding it,
rather than just removing it from the template ;-)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:48 -06:00
Joshua Ferraro
c9dabd5d22
improvements to query_desc and limit_desc
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:42 -06:00
Joshua Ferraro
4075926730
adding query_desc and limit_desc to staff catalog search
...
when no hits found
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:31 -06:00