Joshua Ferraro
678b52a2f2
refactoring changelanguage, better var names, etc.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:59:38 -06:00
Joshua Ferraro
6072ccc28e
Improvements to handling language subtags
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:59:10 -06:00
Joshua Ferraro
0f4d5673f4
add xml language entities
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:59:01 -06:00
Joshua Ferraro
0dd06f63db
adding support for indicating 'current' language
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:58:51 -06:00
Joshua Ferraro
a929fc2dae
adding bi-directional support to the OPAC based on the language
...
selected (Hebrew and Arabic currently set)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:58:46 -06:00
Joshua Ferraro
37ca0cac1f
fix for bug 1697, as well as repairing inability to change category to Staff
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 21:30:25 -06:00
Joshua Ferraro
c2513fb4ba
additional fixes to permissions
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 21:30:22 -06:00
Paul POULAIN
6fe1c85cb2
s/waiting/pending/
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:10:36 -06:00
Paul POULAIN
f258a2c40c
s/receive/receive order/
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:10:27 -06:00
Paul POULAIN
3e369e69f9
inverting currencies & budget arrays, as budget is more frequently looked at
...
and for libraries with only 1 currency, the table is useless
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:10:07 -06:00
Paul POULAIN
4737d16a0c
adding some missing _() for translator
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:09:37 -06:00
Paul POULAIN
4f8b1f236f
tmpl_if are forbidden inside html elements or the translator go mad
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:09:15 -06:00
Paul POULAIN
668de1eb90
replacing " by ' to avoid the translator being troubled
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:02:49 -06:00
Henri-Damien LAURENT
d922410c2d
First adaptation of an xsl stylesheet.
...
I saw no process for ISBN
and no series information or serial information
in this stylesheet treatment
is it OK ?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 17:53:50 -06:00
02ca6a3a7f
Minor markup changes for translator-friendliness
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 17:53:32 -06:00
Russel Garlick
1c6ef6e455
Online Help for Transfers to Recieve - Circ Reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 08:05:45 -06:00
Russel Garlick
2abf8b3d8f
Online help for Transfers To Do - Circ Reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 08:05:44 -06:00
Russel Garlick
bebcf6f957
Online help for Pending Reserves
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 08:05:42 -06:00
Russel Garlick
6c9b9f14fa
Making a start on Authorities Online Help
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 08:05:39 -06:00
Russel Garlick
e9ebe22f6a
Working on help files
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 08:05:38 -06:00
Joe Atzberger
5e78bc9a07
currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency
ADD symbol
varchar(5) default NULL, ADD timestamp
timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP;
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 20:21:28 -06:00
Joe Atzberger
2c0f4f9418
boraccount.tmpl - remove double conditional
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 20:18:56 -06:00
Joshua Ferraro
030fbd2e80
Microformat support:
...
Needed to restore OpenSearch capabilities, and did the following while
I was at it:
* add support for unAPI: http://unapi.info/
* add basic support for COinS and OpenURL:
http://ocoins.info ;
http://www.niso.org/committees/committee_ax.html
* ^^ Gives us Zotero Support!
* adding some XSLT stylesheets for handling additional transformations
NOTE: English and MARC21 specific unfortunately
* adding back opensearch/rss feed <link>s for autodiscovery
TODO: after the installation, to get the Zebra system running on an external
port it's necessary to hand-edit the configs. I'm looking into Virtual Hosts
which could solve that problem (run on both the socket and a port).
Need to add better error handling to the unapi and opensearch scripts
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 18:00:16 -06:00
185fb34c11
Fix for Bug 1726 (re-selecting another 'status' value should hide the 'add serials' table again).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:17 -06:00
1a90d0db7d
Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:16 -06:00
6c548c265c
Adding patron's home branch to circ-menu sidebar display, minor markup change to /acui/histsearch.tmpl.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:15 -06:00
d21544f6a5
Markup corrections and formatting dialogs.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:14 -06:00
Joe Atzberger
192dd7bb2e
Labels overhaul - labels were largely broken (and still are somewhat), but this overhaul addresses Add, Delete, deduplication, messages to user, debug, etc.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:27:06 -06:00
Galen Charlton
9ba78dfe12
staff results detail print: use itemcallnumber
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:24:59 -06:00
Galen Charlton
ee805cd101
removed reports/inventory.pl
...
This had been moved to tools/ when 3.0 HEAD
was created, but the vestiges of the older
version had not been removed completely.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:24:44 -06:00
Galen Charlton
a91b10dd57
inventory: two fixes
...
* Replaced direct "update items" with ModItem call
* fixed problem in template that prevent barcode file upload
from working
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:24:28 -06:00
Ryan Higgins
91c8797505
Allow Library select on new bookfund and term update.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:23:00 -06:00
Mason James
b984e2e33f
more tweaks for tmpl vars.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:44:16 -06:00
Mason James
bfa1bbb7fe
now closes and redirects pop-up to parent , yay
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:44:06 -06:00
Russel Garlick
9c0ecfd03f
Making a start on online help for Acquisitions - Budget Based
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:43 -06:00
Mason James
41ba92dbdd
upgrade-child 'Choose Adult category' popup-window now has resize.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:42 -06:00
Russel Garlick
ac836c5fd2
Adding Online Help for Circ from Wiki (thanks tnb)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:41 -06:00
Russel Garlick
1b12d695a0
Online help for admin, various tools and cataloguing
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:38 -06:00
9a1debcd12
Removing "date due" column from holdings display, as date due is alread displayed in status column. Linking barcode link on detail.pl to named anchor on moredetail.pl (2.x feature).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:37 -06:00
b4ee17fa62
Markup corrections and dialog formatting.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:36 -06:00
d6e9d207c9
Formatting error message as standard dialog
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:35 -06:00
9f3722ac00
A few minor markup corrections.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:34 -06:00
9aadee2f92
Some refinements to statuses and messages. Beginning to standardize call number displays.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:20:33 -06:00
Chris Cormack
52e148d7d1
Changing dialogue when an item needs transferring adding Yes and No buttons
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:18:20 -06:00
Joe Atzberger
c8bf9c2f84
search.tmpl - layout fixes, TODO: handle empty submit w/o crashing
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:18:17 -06:00
Paul POULAIN
4f93bf82ff
removing some spaces that are disliked by the translator
...
+ why is label-status.inc identified as a binary file on my station ?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 01:15:12 -06:00
Paul POULAIN
dce62c3875
adding a searchhighlightblob style
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 00:55:14 -06:00
Joshua Ferraro
aabea3417b
WARNING: Updates to Index Defs for Authorities
...
This commit is a partial fix to authority control for MARC21,
and better authority handling in general (for UNIMARC too).
Before this patch, authority searching, editing, saving, was
not functioning, or was extremely buggy.
WARNING: You will need to re-index your authority database after
applying this commit.
The following changes have been made:
* Normalizing record.abs index names (in both MARC21 and UNIMARC)
* Synching authorities/bib1.att, ccl.properties, AuthoritiesMarc.pm
with new indexes (UNIMARC too)
* Clean up biblios/bib1.att (remove duplicate att defs)
* Clean up authorities-* templates to conform to new styles
* Fixed search failure when using Default framework (now searches
All)
Also included are several fixes to the built-in SRU server for
Authority and Biblio, it's recommended that you update your
koha-conf.xml file:
* adding explain-authorities.xml and explain-biblios.xml
* adding necessary info to koha-conf.xml to enable SRU/W
* adding several example XSLT stylesheets, that can be used
for SRU on-the-fly transformations (to MODS, DC, RDF, etc.)
Still remaining for 3.0 are the following tasks:
* update MARC21 frameworks (authority and cross-reference bib)
* update display code/templates in authority results list
* update search code/templates to utilize index points
* implement 'grouping' of authtypes for searching (Name, Title, Subject)
* repair utility to import auths and perform matching
* repair bibliographic import to match auths and warn if no match
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 00:28:40 -06:00
Joshua Ferraro
f78b79da6c
nomenclature cleanup for acquisitions:
...
supplier -> vendor
freight -> shipping
parcel -> shipment
shopping basket -> basket
parcel code -> invoice number
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 20:04:56 -06:00
Ryan Higgins
31ddb16fa2
Fix bug in ModReceiveOrder call
...
had been losing datereceived and replacementprice on modorder.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 18:42:48 -06:00
Ryan Higgins
52e1a15e5a
Specify datereceived when receiving a new parcel.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 18:42:47 -06:00
Ryan Higgins
671560a3a6
removing extra collection display from moredetail.tmpl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 18:42:45 -06:00
Ryan Higgins
2279a482d4
adding missing title info from MARC view / intranet
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 18:42:44 -06:00
Chris Cormack
db37744333
Bugfix for 1725 request.pl erroring with a biblio that has no items
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 17:43:40 -06:00
Ryan Higgins
94036d8490
Fix for bug 1251 (blank supplier name)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 15:49:06 -06:00
Ryan Higgins
b2f5cf3ad2
Further updates to acq, merging in dev_week mods.
...
Splitting orders now on receipt.
Many tmpl updates to pass correct values btwn scripts.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 15:07:08 -06:00
Ryan Higgins
0c2bb2ada2
add item-level location,collection fields to orderreceive
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 15:07:06 -06:00
Ryan Higgins
c9a35c1089
cleanup parcel.pl and tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 15:07:04 -06:00
Ryan Higgins
4b089e1eee
updates to acqui - first of several commits
...
bug fixes to display and save publishercode and purchase order numbers.
use invoice number in place of parcel code
fix template apparently allowing user to modify biblio details on add/mod order
removing CGI scrolling_list
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 15:07:02 -06:00
Joshua Ferraro
554bbe1bda
s/Waited/Expected/ for serials statuses reformating rebuild_nozebra.pl indexes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-01 12:59:28 -06:00
Mason James
f2c731a27d
removing un-needed "yui-toolbars.inc" include
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-31 16:25:44 -06:00
Chris Cormack
fdda3d48d1
Fix for bug 1708
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:24 -06:00
Chris Cormack
48b4d54408
Fix for bug 1515
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:22 -06:00
Russel Garlick
35928dfeaa
Online help for catalgouing
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:21 -06:00
Russel Garlick
02aa1ce393
Changing text from Virtual Shelves to Lists
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:19 -06:00
Russel Garlick
077a563ddb
Online help for suggestions management
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 20:51:17 -06:00
Chris Cormack
e02347ec23
Fix for bug 1319, can no longer delete an item with a waiting reserve on it
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 16:59:05 -06:00
Chris Cormack
cbd1ef5a71
Fix for bug 1461, checkbox now doesnt display if you cant renew an item
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 16:24:29 -06:00
Galen Charlton
11009bbdea
MARC21 authorities: fixed LDR/06 = 'a'
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:53 -06:00
Galen Charlton
02f7b83406
MARC21 authorities: fixed 008 value builder
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:50 -06:00
Galen Charlton
64d6bedb06
MARC21 bibs: fixed mistake in leader value builder
...
Leader/05 = 'a' does *not* always mean a monograph
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:49 -06:00
Galen Charlton
b733a5baa8
MARC21 authorities: fixed leader value builder
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-29 06:53:46 -06:00
Galen Charlton
a020f6d6c7
MARC and ISBD display: removed references to action-catalogue.inc
...
This include no longer exists.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:58 -06:00
Galen Charlton
704a1df890
fixed Javascript in additem.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:39:48 -06:00
0049dd64b3
Fixing dialog formatting
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:37:43 -06:00
f9dd2ec505
Style improvements to moredetail.tmpl; Bug fix for removal of virtual shelf items in opac.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:37:27 -06:00
5082f7e280
Beginning some reformatting of advanced search interface
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:31:27 -06:00
063d68436a
Minor reformatting of error messages.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 12:31:10 -06:00
Joshua Ferraro
c70df80694
Search.pm Bugfixing
...
Getting Search.pm air tight ... cleaned up some local variables
that were declared global
fix to asynchronous federated searching lost since dev_week, immediate
use is authority search
template fixes to item-level itemtypes and bib-level itemtypes
temp workaround to javascript problems preventing item edits
fix to installer
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:32:24 -06:00
Joshua Ferraro
338e85582a
Improvements to nomenclature re: authority tag, making .tip global
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-28 08:31:56 -06:00
Chris Cormack
358ec9c6c3
Fix for 1582, if independent branches is on, you cant return to
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:24:37 -06:00
Ryan Higgins
a9d03af6dc
adding 'exempt fine on return' option.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:45 -06:00
Chris Cormack
7d6282e513
Fix for 1704, now if autoitemreturns is off you get a dialogue warning a
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:22:00 -06:00
Chris Cormack
28fe361296
Fix for bug 1666
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-27 17:21:35 -06:00
Chris Cormack
c8e13ff834
Fix for bug 1164, child branch not defaulting to guarantor's on add child
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 22:15:08 -06:00
Joshua Ferraro
4426fb52fc
improving visual display of sysprefs, re-organizing
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 22:13:08 -06:00
Chris Cormack
68bf17afc4
Fix for 1654
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:48:06 -06:00
Galen Charlton
bedab2e973
web installer: clean up warns; improve naming of Nozebra op
...
The former 'Nozebra' op has been renamed to 'SetIndexingEngine'
to avoid having a 'Nozebra' op and a 'NoZebra' parameter
distinguished only by case.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:48:04 -06:00
Joshua Ferraro
da8a4ca991
BIG COMMIT: minimal fix to authorities search
...
This is a minimal fix -- pname authorities work propertly, but nothing
else has been tested yet
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 20:23:16 -06:00
Chris Cormack
dfc5c181bc
Big bugfix for bug 1631
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 18:40:28 -06:00
Chris Cormack
867131812a
Fix for 1699, cant change category type
...
Now you can change a borrower to any category
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 16:51:05 -06:00
Joshua Ferraro
ebe50af524
category template fix for bug 1699
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 16:51:04 -06:00
Paul POULAIN
a553ea88b1
fix to handle notforloan authorised values (we now handle wthdrawn, itemlost, damaged AND notforloan fields)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:32:59 -06:00
Galen Charlton
d202aac596
fix typo: "Ok" => "OK"
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:27:54 -06:00
Galen Charlton
230df085c7
removed unmatched /TMPL_IFs
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-26 14:27:54 -06:00
Joshua Ferraro
58d425cf7b
fix for bug 1696: Reading record page fails
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-25 12:28:55 -06:00
Joshua Ferraro
4e8f822f6e
fix to bug 1569
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-25 11:46:31 -06:00
Joshua Ferraro
200e44c1ce
WARNING: BIGFIXING 670
...
670 is primarily about the status of a biblio or item that's got a
hold on it ... specifically the 'in transit' and 'waiting' status.
It applies to the following pages.
* request.pl - tested
* detail.pl - tested
* circulation.pl - tested
* moremember.pl - tested
* opac-user.pl - doesn't show transit status, but only shows waiting
when item has arrived at the pickup library
* opac-detail.pl - doesn't show hold statuses
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-25 11:07:38 -06:00
Galen Charlton
eeafadc598
fixed error message when branch cannot be saved
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-25 09:08:33 -06:00
Joshua Ferraro
2143002750
IMPORTANT: BUGFIXING STATUSES
...
Major bugfixes:
* Circulation status in moredetail.pl now correctly displays On loan
status and Date due
* Bugfixes on Status column in detail.pl
* Removed hard-coded English strings from status column in detail.pl
* Added missing auth values for lost and damaged statuses, sane
defaults if those auth
values don't exist
* Added missing 'On hold' status and 'Hold waiting' status
display
Medium bugfixes:
* Now correctly shows itemtype at level specified in systempreference
* Uses itemtypeimage for display, image title is full itemtype
description
* Fixed Location column concatenation between branchname location and
itemcallnumber
* broke out Location (branch), Collection (items.location)
Call Number (itemcallnumber) into their own columns
* Added auth value display for items.location
Minor fixes:
* detail.pl didn't show dates correctly
* nomenclature s/Checked out/On loan/ in opac-detail.tmpl
* s/Book/Item/ in my $desc="Item Returned
".$iteminfo->{'barcode'}; in Circulation.pm
* request.tmpl: s/date_due/onloan/ to display date due
* Fixed SimilarItems, XISBNSimilarItems
NOTE: Needs to be ported to OPAC
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-24 13:34:44 -06:00
Joshua Ferraro
80a37880ac
improvements for translation, switch to use same views as rest of biblio
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-24 02:00:33 -06:00
Joshua Ferraro
43334b8cec
bugfixing request.pl
...
Major Fix:
Fixing bug where 'expected' label existed for items that
were 'waiting'
Minor Cleanup:
Show correct statuses
Show itemtypes at correct levels depending on
global system preference
Display branch names, not branch codes
Adding in visibility option for 'canreservefromotherbranches' syspref
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-24 00:43:26 -06:00
Joshua Ferraro
61d8942a20
show itemtypes at level specified in syspref for holds
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-24 00:43:14 -06:00
Joshua Ferraro
8a9e6801df
fixing requests.tmpl, adding side-tabs (views)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 21:55:16 -06:00
Joshua Ferraro
e4799032d2
Warning: big commit Fixing moredetail.pl
...
Previously, about 50% of the data on this page was either incorrect or missing.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 20:32:34 -06:00
Joshua Ferraro
1647ab1874
Revert "Merging hdl's Search.pm changes"
...
This reverts commit 51ec728f7b
.
That commit basically reverted 95% of the status handling I'd done
last week ...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 14:50:37 -06:00
Joshua Ferraro
24c47ce90d
retab with tabstop=4 and expandtab on
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 14:50:28 -06:00
Joshua Ferraro
85092daa56
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>
2007-12-23 14:31:14 -06:00
5b2f5dd3f4
Minor correction to template markup and change to script to allow for more clickable <label>s.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 14:26:40 -06:00
Joshua Ferraro
3d1fb4462f
nomenclature improvements, updating README.txt
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-22 15:10:32 -06:00
Joshua Ferraro
acf02c2eb0
missing < in about page
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-22 15:10:26 -06:00
68302cee69
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>
2007-12-21 19:48:15 -06:00
908caa53b0
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>
2007-12-21 19:48:14 -06:00
51820475d2
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>
2007-12-21 19:47:36 -06:00
95cedc934d
Revert "Adding cardnumber to page display"
...
This reverts commit c71fcc2dc5
.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 19:47:34 -06:00
Joshua Ferraro
130cdf36c7
s/Civility/Salutation/
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:56:58 -06:00
paul
51797a4521
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>
2007-12-21 07:53:24 -06:00
paul
25dc0a8e7b
adding tab management for auth-subfield, like the one we have for biblio_subfield
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:52:43 -06:00
paul
da957d13c7
breadcrumb is better when keeping track of the tag
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:52:12 -06:00
paul
17a436b64f
some changes in blue.css for marc editor
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:51:43 -06:00
paul
755f381f9c
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>
2007-12-21 07:51:30 -06:00
paul
604f8ae452
s/borrowernumber/cardnumber/ : we are showing the cardnumber here
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:50:55 -06:00
paul
ba89c5308f
s/title/civility/
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:49:57 -06:00
paul
876559268b
more _() strings
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:44:30 -06:00
paul
2dc8d5e7f7
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>
2007-12-21 07:43:42 -06:00
paul
cd1540bc3b
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>
2007-12-21 07:43:30 -06:00
paul
53e098eb1a
merging title & author column for a better look
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:42:57 -06:00
paul
50490f219e
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>
2007-12-21 07:42:38 -06:00
paul
719668c186
changing some strings for a better translation
...
(no change for english ppl)
+ removing an orphan <h2>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:42:09 -06:00
paul
d177095f61
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>
2007-12-21 07:41:35 -06:00
paul
be56a7d3b6
adding a color to approve and deny button to avoid white on white
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-21 07:38:16 -06:00
Joshua Ferraro
1dc6baabcc
fixing zebra searching after recent commits
2007-12-20 21:45:55 -06:00
Russel Garlick
753219b79d
Online help for label printing and serials
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 20:51:38 -06:00
Russel Garlick
2f212ea735
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>
2007-12-20 20:51:11 -06:00
Joe Atzberger
c102b3c6f5
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>
2007-12-20 19:19:00 -06:00
Russel Garlick
450823d8cd
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>
2007-12-20 19:18:28 -06:00
Russel Garlick
4ffa8ff753
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>
2007-12-20 19:18:13 -06:00
Russel Garlick
16de744415
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>
2007-12-20 19:17:55 -06:00
Russel Garlick
b509358647
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>
2007-12-20 19:17:45 -06:00
Russel Garlick
d9169b0da2
Adding online help for Reports Home
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:17:09 -06:00
Russel Garlick
495e0a040d
Online Help for Serials Home
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:16:54 -06:00
69fee47751
Buttons. Toolbar icons and generic "submit" style.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:16:13 -06:00
df037ca4ce
Adding auto-submit to filter form.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:15:58 -06:00
Joe Atzberger
39f2a3a169
autocomplete.css - unclosed comment error removed
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 19:15:19 -06:00
Galen Charlton
26fa7bf58d
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>
2007-12-20 19:14:41 -06:00
Joe Atzberger
bbe018173d
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>
2007-12-20 19:12:38 -06:00
Henri-Damien LAURENT
c71fcc2dc5
Adding cardnumber to page display
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 18:40:11 -06:00
Henri-Damien LAURENT
466eb2d99b
Translation end.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 18:36:40 -06:00
Henri-Damien LAURENT
d4866267cc
Some more translations.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 18:29:41 -06:00
Henri-Damien LAURENT
1839560e30
Adapting things to new API
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 18:28:51 -06:00
Joshua Ferraro
3edaba0cc0
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>
2007-12-20 17:35:46 -06:00
Galen Charlton
9427dbc754
removed superfluous and unclosed TMPL_IF
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 07:34:15 -06:00
9d23361f24
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>
2007-12-20 07:34:00 -06:00
cec9c86d8a
More 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-20 07:33:58 -06:00
Chris Cormack
6cfe88b7b2
Fix for bug 1427
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-19 18:55:20 -06:00
Chris Nighswonger
519edb2f74
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>
2007-12-19 18:55:16 -06:00
Chris Nighswonger
c4844f4bc1
Removed hardcoded paths to yui libs
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-19 18:55:09 -06:00
Joe Atzberger
31b3746ea9
viewlog.tmpl + calendar.inc: builds Date_from_syspref javascript function.
...
This is likely the durable fix to bridge the gap between syspref on the server
and client side validation scripts. It may be useful to separate Date_from_syspref
from the calendar js, but at this time their applicability is 1-to-1.
Note also js debug variable and CGI param('debug') responsiveness.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-19 18:54:52 -06:00
Joshua Ferraro
de04e990f2
Merge branch 'master' of http://manage-gmc.dev.kohalibrary.com/koha-installer
2007-12-19 13:48:55 -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
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
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
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
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
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
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
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
fcc3986cfd
Updates to date indexing and search processing
...
Summary of Koha 3.0 date indexing for MARC21:
Index Expected format Notes
-----------------------------------------------------
date-entered-on-file [yymmdd] (008/0-5, indexed in word and sort indexes)
copydate [yyyy] (260$c, indexed in word and sort indexes)
acqdate [yyyy-mm-dd] (952$d, indexed in date,word,sort indexes)
pubdate [yyyy] (008/7-10, indexed in year,word,sort indexes)
Template Search Parameters Tested:
limit-yr (either yyyy or yyyy-yyyy) (added processing for ge le, structure attribute st-numeric, etc.)
yr pubdate (yyyy)
acqdate,st-date-normalized (yyyy-mm-dd)
Template Sort Parameters Tested:
pubdate_dsc
pubdate_asc
acqdate_dsc
acqdate_asc
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:00:30 -06:00
Galen Charlton
f5903fbbb5
installer: location of koha-conf.xml
...
* rewrite-config.PL now puts in installed location
of koha-conf.xml in C4/Context.pm so that
correct config can be found even when
KOHA_CONF is not set. Note that setting KOHA_CONF
will still override path set by installer.
* changed references from koha.xml to koha-conf.xml
2007-12-17 09:13:53 -06:00
Chris Cormack
ea7cbfff43
Fix for bug 1648, specifying a due date resulted in a blank due date
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:55 -06:00
Mason James
a8d672c77a
updated for update-child feature.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:22 -06:00
Mason James
e5f2ae6ee4
template for changing child to adult member-type.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:19 -06:00
Ryan Higgins
f4811762d0
cleanup in memberentry,categories.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 08:19:07 -06:00
root
543bea4d5e
adding hotlink to author search on details.pl page.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 23:06:40 -06:00
Paul POULAIN
135ed94f40
make h1 larger than h2 larger than h3
...
easier to read when you have desc size for headers !
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 12:12:41 -06:00
Joe Atzberger
fa6fffeb6d
memberentry.pl and calendar-setup.js - remove CVS '$Id$'
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 11:00:09 -06:00
86e458a3ce
Standardizing format for error/message dialogs. <div class="dialog alert"> for high-priority warnings/confirmations. <div class="dialog message"> for lower priority/informational messages.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:46 -06:00
100a51e6c2
Cleaning up and styling picture upload page. Second try for this patch.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:57:36 -06:00
627206a5b5
Reverting changes which were committed by mistake. Tried moving the filter into the sidebar, but the layout couldn't take the wide select drop-downs.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:47:23 -06:00
Paul POULAIN
318b75d1cd
removing some useless parenthesis in the template
...
with (), the look was not nice when you've defined () in the name of your authority.
Like
subject (common name)
subject (personnal name)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:16:56 -06:00
Paul POULAIN
688d000f9f
small change in blue.css to marc editor (moving 10px to the right subfields)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:16:23 -06:00
Paul POULAIN
1c9dadfe3c
bugfix on authtype modif
...
A parameter was missing to tell Koha it was a modif (UPDATE) and not an add (INSERT)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:12:13 -06:00
Paul POULAIN
65cad1fd1e
catalogue detail : just changing a , to : and adding a missing space
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:56 -06:00
Paul POULAIN
066bb793f0
Adding default hardcoded authorised values list + some comment on them
...
Even on an empty setup, the user will know which auth values he can filled
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:10:08 -06:00
Paul POULAIN
6a924eb363
reintroducing lateissues-excel
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 09:09:37 -06:00