79616840b1
Fix for Bug 4244, Use "checkouts" instead of "issues"
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-17 09:11:58 -04:00
Jane Wagner
c11273624f
Bug 3663 current head version changes to OPAC advanced search
...
Copy Search button to top of screen, rearrange order of indexes in search
pulldown list (to Keyword, Title, Subject, then Author & the rest)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:32:09 -04:00
Nahuel ANGELINETTI
b41e6e0f73
(MT #2962 ) add converted chars from ISO5426
...
This add 0xBE and 0xBD conversion to char table.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:30:43 -04:00
Nahuel ANGELINETTI
4b5483c61e
(MT #3075 ) fix oe char from iso5426
...
this add oe conversion in chartable for iso5426.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:30:42 -04:00
Paul Poulain
c3fe3af209
Using only default framework for koha2marclinks
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:27:20 -04:00
Nicole Engard
c08e0f7d2d
bug 4291 - template edits to koha to marc mapping
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:27:19 -04:00
a136920f30
Improve display of information on Transfers to your library report
...
- Use GetRecordValue() to show subtitle
- Show author
- Separate branch and call number display for better sorting
- Correct teriminology (reserve -> hold)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:12:20 -04:00
Garry Collum
a828095d6d
Bug 4316: Fixes leading and trailing spaces in barcode for cki.
...
Copies the regexp from circulation.pl to strip leading and trailing spaces from barcodes to returns.pl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:09:31 -04:00
Chris Cormack
7de93a4093
Fixes for syndetics, some variables needed by the template were not being set
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:08:34 -04:00
c34c8720bc
Fix for Bug 4301, OPAC RSS feed link doesn't include sort parameter
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:05:23 -04:00
188725952f
Fix for Bug 4296, label search printing titles between buttons
...
- Reformating display for readability
- Converting select/clear all buttons to links to match existing patterns
- Fixing "Results x of x" display which was broken for single-page sets
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:05:21 -04:00
91990d783a
additional improvement to POD for CanBookBeIssued()
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:03:45 -04:00
Lars Wirzenius
ea06cc504b
Fix pod documentation for CanBookBeIssued method to refer to the right variable.
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 21:02:20 -04:00
Koha
d60383e0b9
Bug 4190: messages in patron account did not work with branchcodes >4
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:58:54 -04:00
Jean-André Santoni
d4260af339
Fixed an encoding bug in the documentation
...
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:54:45 -04:00
Henri-Damien LAURENT
9428e750f0
Fixed an encoding bug in the documentation
...
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:54:43 -04:00
48491cb1c7
fix syntax error present in previous ILS-DI patch series
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:52:08 -04:00
e195e18a2c
bump DBrev to 126
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:40:22 -04:00
Henri-Damien LAURENT
825a6abf3e
C4/ILSDI/Services.pm Fixing rebasing and merge problems
...
Previous patches introduced many merge conflicts.
This patch fixes them all
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:50 -04:00
Henri-Damien LAURENT
711c649315
(MT 2563) : ILSDI PatronLookUp Problem
...
owed to the change in C4::Members API, GetMember had to be adapted
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:48 -04:00
Henri-Damien LAURENT
f3581a594e
ILS-DI Messages uniformization
...
[MT2306_2271] ILS-DI Message codes consistence
The services now returns ILSDI error codes in a <code> tag, plus details in a <message> tag.
Exemple:
<LookupPatron>
<code>MissingParameter</code>
<message>The required parameter patron_id is missing.</message>
</LookupPatron>
[MT2306_2271] Minor changes in HTML
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:31 -04:00
Jean-André Santoni
09221f7006
ILS-DI Code cleaning
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:26 -04:00
Jean-André Santoni
aa17eef42f
Fixes access permissions to ILS-DI
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:24 -04:00
Henri-Damien LAURENT
47fb8168b7
Followup adding ILS-DI System-preferences
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:22 -04:00
Henri-Damien LAURENT
09895c5fe6
Bug 4194 : Adding ILS-DI System preferences
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:39:21 -04:00
Jane Wagner
d61f7801f1
Bug 4314 Flag for SSL Enabled to fix 3rd Party Enhanced Content in OPAC
...
Duplicates gmcharlt's earlier change to Auth.pm to add a check for SSL-enabled.
Modifies the various template calls to Syndetics and Library things to use an
https URL if SSL is in use.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:25:30 -04:00
b340fb834c
bug 4314: add using_https environment variable
...
Added new HTML template variable, using_https, for use
of OPAC or staff-side templates that may need to know
whether to use http:// or https:// links to off-site
content.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:23:35 -04:00
05cbb9295c
fix typos in history.txt
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:22:13 -04:00
eaefb265e5
History update
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:21:37 -04:00
Lars Wirzenius
7279f55b60
Fix FSF address in directory C4/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:56 -04:00
Lars Wirzenius
5c42b6512e
Fix FSF address in directory cataloguing/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:55 -04:00
Lars Wirzenius
c165df96c0
Fix FSF address in directory patroncards/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:55 -04:00
Lars Wirzenius
6e7a4d3a3d
Fix FSF address in directory reports/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:55 -04:00
Lars Wirzenius
e8df566734
Fix FSF address in directory members/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:55 -04:00
Lars Wirzenius
9302e45442
Fix FSF address in directory serials/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:54 -04:00
Lars Wirzenius
87d845969e
Fix FSF address in directory misc/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:54 -04:00
Lars Wirzenius
4ec10c0a6e
Fix FSF address in directory xt/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:54 -04:00
Lars Wirzenius
eccea7d2be
Fix FSF address in directory reserve/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:54 -04:00
Lars Wirzenius
873a3cb9bc
Fix FSF address in directory opac/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:54 -04:00
Lars Wirzenius
ba059ce644
Fix FSF address in directory tags/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:53 -04:00
Lars Wirzenius
214deb7658
Fix FSF address in directory .
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:52 -04:00
Lars Wirzenius
49e0a8fc78
Fix FSF address in directory tools/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:51 -04:00
Lars Wirzenius
5ca8eb1b0e
Fix FSF address in directory virtualshelves/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:51 -04:00
Lars Wirzenius
13af9b6195
Fix FSF address in directory t/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:51 -04:00
Lars Wirzenius
d5386c1f61
Fix FSF address in directory svc/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:51 -04:00
Lars Wirzenius
5f69c342de
Fix FSF address in directory acqui/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:51 -04:00
Lars Wirzenius
772ada9bf3
Fix FSF address in directory labels/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:50 -04:00
Lars Wirzenius
b761503f8f
Fix FSF address in directory installer/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:50 -04:00
Lars Wirzenius
a9c4c50f07
Fix FSF address in directory circ/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:50 -04:00
Lars Wirzenius
2c67656108
Fix FSF address in directory admin/
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-03-16 20:17:50 -04:00