koha.git
21 years agoPick up some files from the templates directory
acli [Sun, 9 Feb 2003 02:40:54 +0000 (02:40 +0000)]
Pick up some files from the templates directory

Fixed the "Parameters" gif; the actual width was not the same as what is
declared in the HTML

21 years agoIgnore .xvpics for CVS
acli [Sat, 8 Feb 2003 22:14:59 +0000 (22:14 +0000)]
Ignore .xvpics for CVS

21 years agoOriginal files for the tentative French images
acli [Sat, 8 Feb 2003 22:14:33 +0000 (22:14 +0000)]
Original files for the tentative French images

21 years agoSome tentative French images
acli [Sat, 8 Feb 2003 22:13:55 +0000 (22:13 +0000)]
Some tentative French images
Adjusted the *-top.inc files for the tentative images
Added some notes on the images

21 years agoHTML syntax error corrected
acli [Sat, 8 Feb 2003 21:59:13 +0000 (21:59 +0000)]
HTML syntax error corrected

21 years agoPartial translation
acli [Sat, 8 Feb 2003 21:53:34 +0000 (21:53 +0000)]
Partial translation

21 years agoCorrected wrong method to include headers and footers
acli [Sat, 8 Feb 2003 21:52:29 +0000 (21:52 +0000)]
Corrected wrong method to include headers and footers

Over-translation corrected (simpleredirect.pl parameter "Adult" got
translated, resulting in Zero-sized reply)

21 years agoAdded default case to catch illegal values resulting from over-translation
acli [Sat, 8 Feb 2003 21:49:55 +0000 (21:49 +0000)]
Added default case to catch illegal values resulting from over-translation

21 years agoUpdated script to use get_template_and_user
acli [Sat, 8 Feb 2003 21:47:15 +0000 (21:47 +0000)]
Updated script to use get_template_and_user
Noted tab size

21 years agoRemoved duplicated login link
acli [Sat, 8 Feb 2003 19:53:30 +0000 (19:53 +0000)]
Removed duplicated login link
Replaced UTF-8 by SGML entity, since this looks like a ISO-8859-1 page

21 years agoTentatively export the "internal" function CalcReserveFee ; opac-reserves
acli [Thu, 6 Feb 2003 07:41:28 +0000 (07:41 +0000)]
Tentatively export the "internal" function CalcReserveFee ; opac-reserves
uses it

Noted correct tab size

21 years agoRemoved check for IS (bug 202)
acli [Thu, 6 Feb 2003 07:40:12 +0000 (07:40 +0000)]
Removed check for IS (bug 202)

21 years agoBug in previous check-in
acli [Thu, 6 Feb 2003 07:11:09 +0000 (07:11 +0000)]
Bug in previous check-in

21 years agoForgot to take out debugging code
acli [Thu, 6 Feb 2003 07:07:54 +0000 (07:07 +0000)]
Forgot to take out debugging code

21 years agoMinor visual tweaks
acli [Thu, 6 Feb 2003 07:05:51 +0000 (07:05 +0000)]
Minor visual tweaks
Noted correct tab size

21 years agoMinor visual & wording tweaks
acli [Thu, 6 Feb 2003 07:04:57 +0000 (07:04 +0000)]
Minor visual & wording tweaks

21 years agoConsistency fixes, updated working glossary
acli [Thu, 6 Feb 2003 06:37:47 +0000 (06:37 +0000)]
Consistency fixes, updated working glossary

21 years agoUse the new C4::Boolean module and the new C4::Auth::boolean_parameter
acli [Thu, 6 Feb 2003 06:35:26 +0000 (06:35 +0000)]
Use the new C4::Boolean module and the new C4::Auth::boolean_parameter
function to test for boolean values in parameters

21 years agoUse get_template_and_user
acli [Thu, 6 Feb 2003 06:32:57 +0000 (06:32 +0000)]
Use get_template_and_user

21 years agoConvenience function to check for 1/0/true/false/on/off/yes/no
acli [Thu, 6 Feb 2003 06:15:00 +0000 (06:15 +0000)]
Convenience function to check for 1/0/true/false/on/off/yes/no

21 years agoPOD elaboration for checkauth() (esp. regarding "$flagsrequired")
acli [Thu, 6 Feb 2003 06:13:59 +0000 (06:13 +0000)]
POD elaboration for checkauth() (esp. regarding "$flagsrequired")

21 years agoMake sure flagsrequired is *circulate* not parameters
acli [Thu, 6 Feb 2003 05:10:54 +0000 (05:10 +0000)]
Make sure flagsrequired is *circulate* not parameters

21 years agoExplicitly declare dependency on HTML::Template
acli [Thu, 6 Feb 2003 05:04:36 +0000 (05:04 +0000)]
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)

21 years agoMinor entity syntax error fix
acli [Thu, 6 Feb 2003 03:31:47 +0000 (03:31 +0000)]
Minor entity syntax error fix

21 years agosmall fix to launch catalogue through loadmodule (MARC or non MARC)
tipaul [Wed, 5 Feb 2003 17:13:24 +0000 (17:13 +0000)]
small fix to launch catalogue through loadmodule (MARC or non MARC)

21 years agosmall bugfix (execute with ?)
tipaul [Wed, 5 Feb 2003 15:52:24 +0000 (15:52 +0000)]
small bugfix (execute with ?)

21 years agoMissing use statement
acli [Wed, 5 Feb 2003 10:13:02 +0000 (10:13 +0000)]
Missing use statement
Noted correct tab size

FIXME: This is just a mock-up & seems to be for OPAC; do we still need this?

21 years agoConverted a few SQL statements to use ? to fix a few strange SQL errors
acli [Wed, 5 Feb 2003 10:05:02 +0000 (10:05 +0000)]
Converted a few SQL statements to use ? to fix a few strange SQL errors
Noted correct tab size

21 years agoWorked around weirdness with HTML::Template; without the {}, it complains
acli [Wed, 5 Feb 2003 10:04:14 +0000 (10:04 +0000)]
Worked around weirdness with HTML::Template; without the {}, it complains
of being passed an odd number of arguments even though we are not

21 years agoFixed a few minor errors to make it run
acli [Wed, 5 Feb 2003 09:23:03 +0000 (09:23 +0000)]
Fixed a few minor errors to make it run
Noted correct tab size

21 years agoFixed bug 202, the branch menu-building code has spurious checks for CU and
acli [Wed, 5 Feb 2003 09:07:09 +0000 (09:07 +0000)]
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

21 years agoPreliminary translation
acli [Wed, 5 Feb 2003 09:03:56 +0000 (09:03 +0000)]
Preliminary translation

21 years agoAdded missing "use" statement
acli [Wed, 5 Feb 2003 08:30:27 +0000 (08:30 +0000)]
Added missing "use" statement
Noted correct tab size

Note: this script does not actually work yet

21 years agoMinor entity syntax error fix
acli [Wed, 5 Feb 2003 08:17:13 +0000 (08:17 +0000)]
Minor entity syntax error fix

21 years agoPreliminary (incomplete) translation
acli [Wed, 5 Feb 2003 08:16:24 +0000 (08:16 +0000)]
Preliminary (incomplete) translation

21 years agoMissing "use" statement
acli [Wed, 5 Feb 2003 08:04:00 +0000 (08:04 +0000)]
Missing "use" statement
Noted correct tab size

21 years agoFixed bug 200; a "last" was placed in the wrong place
acli [Wed, 5 Feb 2003 07:57:56 +0000 (07:57 +0000)]
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?

21 years agoChanged the 3 "this does nothing" lines to set the flag. Is this right?
acli [Wed, 5 Feb 2003 07:55:42 +0000 (07:55 +0000)]
Changed the 3 "this does nothing" lines to set the flag. Is this right?

21 years agoPreliminary (incomplete) translation
acli [Wed, 5 Feb 2003 07:49:52 +0000 (07:49 +0000)]
Preliminary (incomplete) translation

21 years agoImplemented fixes for bug 170
acli [Wed, 5 Feb 2003 06:28:56 +0000 (06:28 +0000)]
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

21 years agoSync to en template
acli [Wed, 5 Feb 2003 05:03:18 +0000 (05:03 +0000)]
Sync to en template

21 years agoSync to newest en template (1.10)
acli [Wed, 5 Feb 2003 04:54:27 +0000 (04:54 +0000)]
Sync to newest en template (1.10)

21 years agoVisual tweaks
acli [Wed, 5 Feb 2003 04:45:05 +0000 (04:45 +0000)]
Visual tweaks

21 years agoMake it look more like natural-looking Chinese, + visual tweaks
acli [Wed, 5 Feb 2003 04:44:18 +0000 (04:44 +0000)]
Make it look more like natural-looking Chinese, + visual tweaks

21 years agoMake the "Renewals Allowed" line on the delete screen look more like
acli [Wed, 5 Feb 2003 04:31:09 +0000 (04:31 +0000)]
Make the "Renewals Allowed" line on the delete screen look more like
natural-looking English

21 years agoMake sure the total number of matching itemtypes is counted correctly;
acli [Wed, 5 Feb 2003 04:20:14 +0000 (04:20 +0000)]
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

21 years agoPreliminary translation
acli [Wed, 5 Feb 2003 03:26:38 +0000 (03:26 +0000)]
Preliminary translation

21 years agoFrench "Oui" and "Non" changed to English :-)
acli [Wed, 5 Feb 2003 03:25:56 +0000 (03:25 +0000)]
French "Oui" and "Non" changed to English :-)
Pedantic HTML syntax error fix

21 years agoUse chdir instead of absolute path
tonnesen [Tue, 4 Feb 2003 18:19:38 +0000 (18:19 +0000)]
Use chdir instead of absolute path

21 years agoRemoved dependence on the koha-tmpl cvs module which is just a link to
tonnesen [Tue, 4 Feb 2003 18:17:43 +0000 (18:17 +0000)]
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.

21 years agoRemoving +1y expiry time from cookies so that cookies expire when the browser
tonnesen [Tue, 4 Feb 2003 17:57:10 +0000 (17:57 +0000)]
Removing +1y expiry time from cookies so that cookies expire when the browser
exits.

21 years ago*** empty log message *** R_1-9-0
tipaul [Tue, 4 Feb 2003 16:43:07 +0000 (16:43 +0000)]
*** empty log message ***

21 years agoincluding zh_TW as languages during install.
tipaul [Tue, 4 Feb 2003 15:12:12 +0000 (15:12 +0000)]
including zh_TW as languages during install.

21 years agotemplating itemtypes
tipaul [Tue, 4 Feb 2003 15:11:10 +0000 (15:11 +0000)]
templating itemtypes

21 years agoA couple of HTML syntax error fixes
acli [Tue, 4 Feb 2003 07:14:07 +0000 (07:14 +0000)]
A couple of HTML syntax error fixes
Minor visual tweaks

21 years agoPreliminary translation
acli [Tue, 4 Feb 2003 07:12:43 +0000 (07:12 +0000)]
Preliminary translation
Minor visual tweaks

21 years agoUpdated opac-userupdate.pl to work with 1.3
acli [Tue, 4 Feb 2003 06:40:04 +0000 (06:40 +0000)]
Updated opac-userupdate.pl to work with 1.3
Copied kohaerror.tmpl from 1.2 for opac-userupdate.pl

21 years agoCheck for Mail::Sendmail, for opac/opac-userupdate.pl (Bug 105)
acli [Tue, 4 Feb 2003 06:22:19 +0000 (06:22 +0000)]
Check for Mail::Sendmail, for opac/opac-userupdate.pl (Bug 105)

21 years agoSync to same file in 1.2 branch
acli [Tue, 4 Feb 2003 06:01:52 +0000 (06:01 +0000)]
Sync to same file in 1.2 branch

21 years agoImages for member-password.pl and member-flags.pl links
acli [Tue, 4 Feb 2003 05:56:21 +0000 (05:56 +0000)]
Images for member-password.pl and member-flags.pl links

21 years agoShould use language-specific images for Password and Privileges
acli [Tue, 4 Feb 2003 05:35:09 +0000 (05:35 +0000)]
Should use language-specific images for Password and Privileges

21 years agoAdded Password and Privileges links from 1.2 branch (Bug 198)
acli [Tue, 4 Feb 2003 05:27:33 +0000 (05:27 +0000)]
Added Password and Privileges links from 1.2 branch (Bug 198)
No link images for now

21 years agoConverted C4Connect to C4::Context->dbh
acli [Tue, 4 Feb 2003 05:20:10 +0000 (05:20 +0000)]
Converted C4Connect to C4::Context->dbh

21 years agoAdditional translation
acli [Tue, 4 Feb 2003 05:13:14 +0000 (05:13 +0000)]
Additional translation

21 years agoReverted to using s/// instead of quotemeta for title/author/illustrator,
acli [Tue, 4 Feb 2003 04:44:35 +0000 (04:44 +0000)]
Reverted to using s/// instead of quotemeta for title/author/illustrator,
to avoid quoting spaces (which results in most titles/authors etc. becoming
unsearchable) (Bug 197)

21 years agoAdditional translation
acli [Tue, 4 Feb 2003 04:05:56 +0000 (04:05 +0000)]
Additional translation

21 years agoAdditional translation (tentative)
acli [Tue, 4 Feb 2003 03:22:24 +0000 (03:22 +0000)]
Additional translation (tentative)

21 years agoFix to tool tips
acli [Tue, 4 Feb 2003 03:10:56 +0000 (03:10 +0000)]
Fix to tool tips

21 years agoVisual tweak + some additional translation
acli [Tue, 4 Feb 2003 03:10:19 +0000 (03:10 +0000)]
Visual tweak + some additional translation

21 years agoAdded 1 new term
acli [Tue, 4 Feb 2003 02:37:02 +0000 (02:37 +0000)]
Added 1 new term

21 years agoSome translations reworded
acli [Tue, 4 Feb 2003 01:49:42 +0000 (01:49 +0000)]
Some translations reworded

21 years agoMinor correction to previous disambiguation
acli [Mon, 3 Feb 2003 23:49:24 +0000 (23:49 +0000)]
Minor correction to previous disambiguation

21 years agoReverted back to "Members Home" disabled
acli [Mon, 3 Feb 2003 23:46:44 +0000 (23:46 +0000)]
Reverted back to "Members Home" disabled

21 years agoDisambiguation
acli [Mon, 3 Feb 2003 23:46:44 +0000 (23:46 +0000)]
Disambiguation

21 years agoMinor wording change
acli [Mon, 3 Feb 2003 23:40:06 +0000 (23:40 +0000)]
Minor wording change

21 years agoSome translations
acli [Mon, 3 Feb 2003 23:39:42 +0000 (23:39 +0000)]
Some translations
Minor wording change, need to update working glossary

21 years agoTranslated this (unused) image
acli [Mon, 3 Feb 2003 23:31:51 +0000 (23:31 +0000)]
Translated this (unused) image

21 years agoTranslated this image
acli [Mon, 3 Feb 2003 23:30:30 +0000 (23:30 +0000)]
Translated this image

21 years agoConsistency fixes
acli [Mon, 3 Feb 2003 22:58:04 +0000 (22:58 +0000)]
Consistency fixes

21 years agoAdded some terms
acli [Mon, 3 Feb 2003 22:57:54 +0000 (22:57 +0000)]
Added some terms

21 years agoTranslated user-related strings
acli [Mon, 3 Feb 2003 22:28:49 +0000 (22:28 +0000)]
Translated user-related strings

21 years agoForgot to use C4::Interface::CGI::Output
acli [Mon, 3 Feb 2003 22:24:38 +0000 (22:24 +0000)]
Forgot to use C4::Interface::CGI::Output

21 years agoPreliminary translation
acli [Mon, 3 Feb 2003 22:23:47 +0000 (22:23 +0000)]
Preliminary translation

21 years agoDisambiguation
acli [Mon, 3 Feb 2003 22:23:37 +0000 (22:23 +0000)]
Disambiguation

21 years agoPreliminary translation of opac-user.tmpl
acli [Mon, 3 Feb 2003 22:12:13 +0000 (22:12 +0000)]
Preliminary translation of opac-user.tmpl
Consistency fix to opac-search*.tmpl

21 years agoUpdates for using (OPAC) user log-in in 1.3
acli [Mon, 3 Feb 2003 21:42:41 +0000 (21:42 +0000)]
Updates for using (OPAC) user log-in in 1.3

21 years agoAdded check for mandatory tags, and distinguish between mandatory subfields
acli [Mon, 3 Feb 2003 19:33:22 +0000 (19:33 +0000)]
Added check for mandatory tags, and distinguish between mandatory subfields
in mandatory and optional tags
(Incomplete merge, new error messages need to be retranslated)

21 years agoAdded check for mandatory tags, and distinguish between mandatory subfields
acli [Mon, 3 Feb 2003 19:32:15 +0000 (19:32 +0000)]
Added check for mandatory tags, and distinguish between mandatory subfields
in mandatory and optional tags

21 years agoSync to en template
acli [Mon, 3 Feb 2003 19:07:27 +0000 (19:07 +0000)]
Sync to en template

21 years agoMinor factoring in C4/Biblio.pm, plus change to export the per-tag
acli [Mon, 3 Feb 2003 18:46:00 +0000 (18:46 +0000)]
Minor factoring in C4/Biblio.pm, plus change to export the per-tag
'mandatory' property to a per-subfield 'tag_mandatory' template parameter,
so that addbiblio.tmpl can distinguish between mandatory subfields in a
mandatory tag and mandatory subfields in an optional tag

Not-minor factoring in acqui.simple/addbiblio.pl to make the if-else blocks
smaller, and to add some POD; need further testing for this

Added function to check if a MARC subfield name is "koha-internal" (instead
of checking it for 'lib' and 'tag' everywhere); temporarily added to Koha.pm

Use above function in acqui.simple/additem.pl and search.marc/search.pl

21 years agoSome more translations
acli [Mon, 3 Feb 2003 18:17:50 +0000 (18:17 +0000)]
Some more translations

21 years agofrench translation
tipaul [Mon, 3 Feb 2003 12:33:04 +0000 (12:33 +0000)]
french translation

21 years agofrench translation
tipaul [Mon, 3 Feb 2003 11:11:41 +0000 (11:11 +0000)]
french translation

21 years agofrench translation
tipaul [Mon, 3 Feb 2003 10:53:38 +0000 (10:53 +0000)]
french translation

21 years ago*** empty log message ***
tipaul [Mon, 3 Feb 2003 10:52:40 +0000 (10:52 +0000)]
*** empty log message ***

21 years agoUpdated module location
acli [Mon, 3 Feb 2003 07:23:14 +0000 (07:23 +0000)]
Updated module location

21 years agoAdded some POD, minor comment fixes
acli [Mon, 3 Feb 2003 07:03:06 +0000 (07:03 +0000)]
Added some POD, minor comment fixes

21 years agoTranslated "Mandatory" and "Repeatable"
acli [Mon, 3 Feb 2003 06:29:13 +0000 (06:29 +0000)]
Translated "Mandatory" and "Repeatable"

21 years agoMore updates
acli [Mon, 3 Feb 2003 06:21:22 +0000 (06:21 +0000)]
More updates

21 years agoPreliminary translation
acli [Mon, 3 Feb 2003 06:17:43 +0000 (06:17 +0000)]
Preliminary translation