Commit graph

1441 commits

Author SHA1 Message Date
acli
fc5e8465ee Corrected wrong method to include headers and footers
Over-translation corrected (simpleredirect.pl parameter "Adult" got
translated, resulting in Zero-sized reply)
2003-02-08 21:52:29 +00:00
acli
308c8aa7b6 Added default case to catch illegal values resulting from over-translation 2003-02-08 21:49:55 +00:00
acli
84a21924d0 Updated script to use get_template_and_user
Noted tab size
2003-02-08 21:47:15 +00:00
acli
26cb22583c Removed duplicated login link
Replaced UTF-8 by SGML entity, since this looks like a ISO-8859-1 page
2003-02-08 19:53:30 +00:00
acli
be5f5273fa Tentatively export the "internal" function CalcReserveFee ; opac-reserves
uses it

Noted correct tab size
2003-02-06 07:41:28 +00:00
acli
23c93d6e80 Removed check for IS (bug 202) 2003-02-06 07:40:12 +00:00
acli
c781f2575a Bug in previous check-in 2003-02-06 07:11:09 +00:00
acli
47aa996a11 Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
acli
a7b83fdbf7 Minor visual tweaks
Noted correct tab size
2003-02-06 07:05:51 +00:00
acli
0bfdc458b6 Minor visual & wording tweaks 2003-02-06 07:04:57 +00:00
acli
7abba9141e Consistency fixes, updated working glossary 2003-02-06 06:37:47 +00:00
acli
850a3e41f6 Use the new C4::Boolean module and the new C4::Auth::boolean_parameter
function to test for boolean values in parameters
2003-02-06 06:35:26 +00:00
acli
97fa105d5a Use get_template_and_user 2003-02-06 06:32:57 +00:00
acli
6157f1842b Convenience function to check for 1/0/true/false/on/off/yes/no 2003-02-06 06:15:00 +00:00
acli
8f722b5829 POD elaboration for checkauth() (esp. regarding "$flagsrequired") 2003-02-06 06:13:59 +00:00
acli
bf5fb01d32 Make sure flagsrequired is *circulate* not parameters 2003-02-06 05:10:54 +00:00
acli
fc5d0e3961 Explicitly declare dependency on HTML::Template
If checkauth() detects a permission problem (e.g., in untemplated scripts),
this is necessary for the code (that displays the error message) to run
(otherwise Perl dies with a very cryptic, confusing error message)
2003-02-06 05:04:36 +00:00
acli
365b8619f4 Minor entity syntax error fix 2003-02-06 03:31:47 +00:00
tipaul
7a7b7d7e6e small fix to launch catalogue through loadmodule (MARC or non MARC) 2003-02-05 17:13:24 +00:00
tipaul
98d746e42e small bugfix (execute with ?) 2003-02-05 15:52:24 +00:00
acli
dcfbab52cb Missing use statement
Noted correct tab size

FIXME: This is just a mock-up & seems to be for OPAC; do we still need this?
2003-02-05 10:13:02 +00:00
acli
6ac450b83b Converted a few SQL statements to use ? to fix a few strange SQL errors
Noted correct tab size
2003-02-05 10:05:02 +00:00
acli
49840caf13 Worked around weirdness with HTML::Template; without the {}, it complains
of being passed an odd number of arguments even though we are not
2003-02-05 10:04:14 +00:00
acli
8467d9ecd3 Fixed a few minor errors to make it run
Noted correct tab size
2003-02-05 09:23:03 +00:00
acli
993c57941b Fixed bug 202, the branch menu-building code has spurious checks for CU and
IS fields, which does not exist, resulting in no branches being added

For selectbranchprinter:
Noted correct tab size
Handle non-latin1 charsets

For branchtransfers:
Use getbranch and getprinter
Removed spurious checkauth call and associated unused variables
2003-02-05 09:07:09 +00:00
acli
3fe003f31a Preliminary translation 2003-02-05 09:03:56 +00:00
acli
de88b3b406 Added missing "use" statement
Noted correct tab size

Note: this script does not actually work yet
2003-02-05 08:30:27 +00:00
acli
655e2e7e23 Minor entity syntax error fix 2003-02-05 08:17:13 +00:00
acli
d33c0340cf Preliminary (incomplete) translation 2003-02-05 08:16:24 +00:00
acli
4d7c1a0ca3 Missing "use" statement
Noted correct tab size
2003-02-05 08:04:00 +00:00
acli
c965f345cd Fixed bug 200; a "last" was placed in the wrong place
The file does not use 4-character tabs, nor 8-character tabs, it uses both
(!); updated comments.

Catch more $code's; is this (and the change to Circ2.pm) what was intended?
2003-02-05 07:57:56 +00:00
acli
88dcb0a314 Changed the 3 "this does nothing" lines to set the flag. Is this right? 2003-02-05 07:55:42 +00:00
acli
c6a0a155fa Preliminary (incomplete) translation 2003-02-05 07:49:52 +00:00
acli
f475af255f Implemented fixes for bug 170
1. Circ2::returnbook will throw an exception if $branch is undef
2. branch/printer-getting code is modularized into getbranch and getprinter
   with correct logic from circulation.pl (temporarily put into Circ2.pm)
3. circulation.pl and returns.pl modified to use above functions

Noted correct tab sizes for the files; returns.pl partially reformatted to
conform to the dominant correct tab size

Handle non-latin1 charsets for returns.pl
2003-02-05 06:28:56 +00:00
acli
d5ba0cd000 Sync to en template 2003-02-05 05:03:18 +00:00
acli
2e713fab68 Sync to newest en template (1.10) 2003-02-05 04:54:27 +00:00
acli
c079180c2e Visual tweaks 2003-02-05 04:45:05 +00:00
acli
3c0e63758d Make it look more like natural-looking Chinese, + visual tweaks 2003-02-05 04:44:18 +00:00
acli
8ed810617d Make the "Renewals Allowed" line on the delete screen look more like
natural-looking English
2003-02-05 04:31:09 +00:00
acli
0732091547 Make sure the total number of matching itemtypes is counted correctly;
counting categoryitems is unreliable (Bug 199)

Make a note near the begining that the file has 4-space tabs, and add
Local variables at the end for Emacs people
2003-02-05 04:20:14 +00:00
acli
c97bcfa403 Preliminary translation 2003-02-05 03:26:38 +00:00
acli
651e951ac6 French "Oui" and "Non" changed to English :-)
Pedantic HTML syntax error fix
2003-02-05 03:25:56 +00:00
tonnesen
3b9defca87 Use chdir instead of absolute path 2003-02-04 18:19:38 +00:00
tonnesen
a88b8beaf3 Removed dependence on the koha-tmpl cvs module which is just a link to
koha-tmpl directory in the koha module.
buildrelease also now uses an absolute path to find the buildrelease script for
guessing the current version number.
2003-02-04 18:17:43 +00:00
tonnesen
f58bb6afe0 Removing +1y expiry time from cookies so that cookies expire when the browser
exits.
2003-02-04 17:57:10 +00:00
tipaul
ff2458f885 *** empty log message *** 2003-02-04 16:43:07 +00:00
tipaul
6c06ead0b2 including zh_TW as languages during install. 2003-02-04 15:12:12 +00:00
tipaul
5147ddfe45 templating itemtypes 2003-02-04 15:11:10 +00:00
acli
ba3cd9a66c A couple of HTML syntax error fixes
Minor visual tweaks
2003-02-04 07:14:07 +00:00
acli
290c8ea714 Preliminary translation
Minor visual tweaks
2003-02-04 07:12:43 +00:00