]>
git.koha-community.org Git - koha.git/log
acli [Thu, 6 Feb 2003 07:07:54 +0000 (07:07 +0000)]
Forgot to take out debugging code
acli [Thu, 6 Feb 2003 07:05:51 +0000 (07:05 +0000)]
Minor visual tweaks
Noted correct tab size
acli [Thu, 6 Feb 2003 07:04:57 +0000 (07:04 +0000)]
Minor visual & wording tweaks
acli [Thu, 6 Feb 2003 06:37:47 +0000 (06:37 +0000)]
Consistency fixes, updated working glossary
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
acli [Thu, 6 Feb 2003 06:32:57 +0000 (06:32 +0000)]
Use get_template_and_user
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
acli [Thu, 6 Feb 2003 06:13:59 +0000 (06:13 +0000)]
POD elaboration for checkauth() (esp. regarding "$flagsrequired")
acli [Thu, 6 Feb 2003 05:10:54 +0000 (05:10 +0000)]
Make sure flagsrequired is *circulate* not parameters
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)
acli [Thu, 6 Feb 2003 03:31:47 +0000 (03:31 +0000)]
Minor entity syntax error fix
tipaul [Wed, 5 Feb 2003 17:13:24 +0000 (17:13 +0000)]
small fix to launch catalogue through loadmodule (MARC or non MARC)
tipaul [Wed, 5 Feb 2003 15:52:24 +0000 (15:52 +0000)]
small bugfix (execute with ?)
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?
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
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
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
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
acli [Wed, 5 Feb 2003 09:03:56 +0000 (09:03 +0000)]
Preliminary translation
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
acli [Wed, 5 Feb 2003 08:17:13 +0000 (08:17 +0000)]
Minor entity syntax error fix
acli [Wed, 5 Feb 2003 08:16:24 +0000 (08:16 +0000)]
Preliminary (incomplete) translation
acli [Wed, 5 Feb 2003 08:04:00 +0000 (08:04 +0000)]
Missing "use" statement
Noted correct tab size
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?
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?
acli [Wed, 5 Feb 2003 07:49:52 +0000 (07:49 +0000)]
Preliminary (incomplete) translation
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
acli [Wed, 5 Feb 2003 05:03:18 +0000 (05:03 +0000)]
Sync to en template
acli [Wed, 5 Feb 2003 04:54:27 +0000 (04:54 +0000)]
Sync to newest en template (1.10)
acli [Wed, 5 Feb 2003 04:45:05 +0000 (04:45 +0000)]
Visual tweaks
acli [Wed, 5 Feb 2003 04:44:18 +0000 (04:44 +0000)]
Make it look more like natural-looking Chinese, + visual tweaks
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
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
acli [Wed, 5 Feb 2003 03:26:38 +0000 (03:26 +0000)]
Preliminary translation
acli [Wed, 5 Feb 2003 03:25:56 +0000 (03:25 +0000)]
French "Oui" and "Non" changed to English :-)
Pedantic HTML syntax error fix
tonnesen [Tue, 4 Feb 2003 18:19:38 +0000 (18:19 +0000)]
Use chdir instead of absolute path
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.
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.
tipaul [Tue, 4 Feb 2003 16:43:07 +0000 (16:43 +0000)]
*** empty log message ***
tipaul [Tue, 4 Feb 2003 15:12:12 +0000 (15:12 +0000)]
including zh_TW as languages during install.
tipaul [Tue, 4 Feb 2003 15:11:10 +0000 (15:11 +0000)]
templating itemtypes
acli [Tue, 4 Feb 2003 07:14:07 +0000 (07:14 +0000)]
A couple of HTML syntax error fixes
Minor visual tweaks
acli [Tue, 4 Feb 2003 07:12:43 +0000 (07:12 +0000)]
Preliminary translation
Minor visual tweaks
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
acli [Tue, 4 Feb 2003 06:22:19 +0000 (06:22 +0000)]
Check for Mail::Sendmail, for opac/opac-userupdate.pl (Bug 105)
acli [Tue, 4 Feb 2003 06:01:52 +0000 (06:01 +0000)]
Sync to same file in 1.2 branch
acli [Tue, 4 Feb 2003 05:56:21 +0000 (05:56 +0000)]
Images for member-password.pl and member-flags.pl links
acli [Tue, 4 Feb 2003 05:35:09 +0000 (05:35 +0000)]
Should use language-specific images for Password and Privileges
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
acli [Tue, 4 Feb 2003 05:20:10 +0000 (05:20 +0000)]
Converted C4Connect to C4::Context->dbh
acli [Tue, 4 Feb 2003 05:13:14 +0000 (05:13 +0000)]
Additional translation
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)
acli [Tue, 4 Feb 2003 04:05:56 +0000 (04:05 +0000)]
Additional translation
acli [Tue, 4 Feb 2003 03:22:24 +0000 (03:22 +0000)]
Additional translation (tentative)
acli [Tue, 4 Feb 2003 03:10:56 +0000 (03:10 +0000)]
Fix to tool tips
acli [Tue, 4 Feb 2003 03:10:19 +0000 (03:10 +0000)]
Visual tweak + some additional translation
acli [Tue, 4 Feb 2003 02:37:02 +0000 (02:37 +0000)]
Added 1 new term
acli [Tue, 4 Feb 2003 01:49:42 +0000 (01:49 +0000)]
Some translations reworded
acli [Mon, 3 Feb 2003 23:49:24 +0000 (23:49 +0000)]
Minor correction to previous disambiguation
acli [Mon, 3 Feb 2003 23:46:44 +0000 (23:46 +0000)]
Reverted back to "Members Home" disabled
acli [Mon, 3 Feb 2003 23:46:44 +0000 (23:46 +0000)]
Disambiguation
acli [Mon, 3 Feb 2003 23:40:06 +0000 (23:40 +0000)]
Minor wording change
acli [Mon, 3 Feb 2003 23:39:42 +0000 (23:39 +0000)]
Some translations
Minor wording change, need to update working glossary
acli [Mon, 3 Feb 2003 23:31:51 +0000 (23:31 +0000)]
Translated this (unused) image
acli [Mon, 3 Feb 2003 23:30:30 +0000 (23:30 +0000)]
Translated this image
acli [Mon, 3 Feb 2003 22:58:04 +0000 (22:58 +0000)]
Consistency fixes
acli [Mon, 3 Feb 2003 22:57:54 +0000 (22:57 +0000)]
Added some terms
acli [Mon, 3 Feb 2003 22:28:49 +0000 (22:28 +0000)]
Translated user-related strings
acli [Mon, 3 Feb 2003 22:24:38 +0000 (22:24 +0000)]
Forgot to use C4::Interface::CGI::Output
acli [Mon, 3 Feb 2003 22:23:47 +0000 (22:23 +0000)]
Preliminary translation
acli [Mon, 3 Feb 2003 22:23:37 +0000 (22:23 +0000)]
Disambiguation
acli [Mon, 3 Feb 2003 22:12:13 +0000 (22:12 +0000)]
Preliminary translation of opac-user.tmpl
Consistency fix to opac-search*.tmpl
acli [Mon, 3 Feb 2003 21:42:41 +0000 (21:42 +0000)]
Updates for using (OPAC) user log-in in 1.3
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)
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
acli [Mon, 3 Feb 2003 19:07:27 +0000 (19:07 +0000)]
Sync to en template
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
acli [Mon, 3 Feb 2003 18:17:50 +0000 (18:17 +0000)]
Some more translations
tipaul [Mon, 3 Feb 2003 12:33:04 +0000 (12:33 +0000)]
french translation
tipaul [Mon, 3 Feb 2003 11:11:41 +0000 (11:11 +0000)]
french translation
tipaul [Mon, 3 Feb 2003 10:53:38 +0000 (10:53 +0000)]
french translation
tipaul [Mon, 3 Feb 2003 10:52:40 +0000 (10:52 +0000)]
*** empty log message ***
acli [Mon, 3 Feb 2003 07:23:14 +0000 (07:23 +0000)]
Updated module location
acli [Mon, 3 Feb 2003 07:03:06 +0000 (07:03 +0000)]
Added some POD, minor comment fixes
acli [Mon, 3 Feb 2003 06:29:13 +0000 (06:29 +0000)]
Translated "Mandatory" and "Repeatable"
acli [Mon, 3 Feb 2003 06:21:22 +0000 (06:21 +0000)]
More updates
acli [Mon, 3 Feb 2003 06:17:43 +0000 (06:17 +0000)]
Preliminary translation
acli [Mon, 3 Feb 2003 05:35:25 +0000 (05:35 +0000)]
Fix for bug 194
Missing ampersand added
acli [Mon, 3 Feb 2003 05:27:44 +0000 (05:27 +0000)]
Misc updates
acli [Mon, 3 Feb 2003 05:26:39 +0000 (05:26 +0000)]
The "count" parameter has disappared; removing the reference
acli [Mon, 3 Feb 2003 05:23:16 +0000 (05:23 +0000)]
The "count" parameter has disappared; removing the reference
Added TMPL_IF's to show "Nothing found" if nothing is found in the Koha
database and/or the breeding farm
acli [Mon, 3 Feb 2003 02:15:59 +0000 (02:15 +0000)]
Copied parameters-top.inc from en directory
acli [Mon, 3 Feb 2003 02:15:43 +0000 (02:15 +0000)]
Minor code cleanup
(Implemented some simple FIXME's in C4/Search.pm)
acli [Mon, 3 Feb 2003 02:14:21 +0000 (02:14 +0000)]
Translation correction
acli [Mon, 3 Feb 2003 02:12:24 +0000 (02:12 +0000)]
Added the "check MARC" link from the en template
acli [Mon, 3 Feb 2003 01:58:55 +0000 (01:58 +0000)]
Wrong field name "item" specified, should be "itemnumber"
The "Item number" is actually the barcode; wording corrected
(Bug 168)
acli [Sun, 2 Feb 2003 08:47:01 +0000 (08:47 +0000)]
Distinguish between On Loan, Item Lost, and Withdrawn, instead of saying
just "not available". Cf. Bug 112
acli [Sun, 2 Feb 2003 07:44:06 +0000 (07:44 +0000)]
Additional translation
acli [Sun, 2 Feb 2003 07:19:29 +0000 (07:19 +0000)]
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
acli [Sun, 2 Feb 2003 07:18:37 +0000 (07:18 +0000)]
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.
Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template
Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense