koha.git
21 years agoMisc updates
acli [Mon, 3 Feb 2003 05:27:44 +0000 (05:27 +0000)]
Misc updates

21 years agoThe "count" parameter has disappared; removing the reference
acli [Mon, 3 Feb 2003 05:26:39 +0000 (05:26 +0000)]
The "count" parameter has disappared; removing the reference

21 years agoThe "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

21 years agoCopied parameters-top.inc from en directory
acli [Mon, 3 Feb 2003 02:15:59 +0000 (02:15 +0000)]
Copied parameters-top.inc from en directory

21 years agoMinor code cleanup
acli [Mon, 3 Feb 2003 02:15:43 +0000 (02:15 +0000)]
Minor code cleanup
(Implemented some simple FIXME's in C4/Search.pm)

21 years agoTranslation correction
acli [Mon, 3 Feb 2003 02:14:21 +0000 (02:14 +0000)]
Translation correction

21 years agoAdded the "check MARC" link from the en template
acli [Mon, 3 Feb 2003 02:12:24 +0000 (02:12 +0000)]
Added the "check MARC" link from the en template

21 years agoWrong field name "item" specified, should be "itemnumber"
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)

21 years agoDistinguish between On Loan, Item Lost, and Withdrawn, instead of saying
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

21 years agoAdditional translation
acli [Sun, 2 Feb 2003 07:44:06 +0000 (07:44 +0000)]
Additional translation

21 years agoMoved C4/Charset.pm to C4/Interface/CGI/Output.pm
acli [Sun, 2 Feb 2003 07:19:29 +0000 (07:19 +0000)]
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm

21 years agoMoved 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

21 years agoWrong *-top.inc included
acli [Sun, 2 Feb 2003 05:02:35 +0000 (05:02 +0000)]
Wrong *-top.inc included

21 years agoMake the heading more meaningful
acli [Sun, 2 Feb 2003 05:02:02 +0000 (05:02 +0000)]
Make the heading more meaningful

21 years agoA couple of wording corrections
acli [Sun, 2 Feb 2003 05:01:32 +0000 (05:01 +0000)]
A couple of wording corrections

21 years agoWrong TITLE
acli [Sun, 2 Feb 2003 05:00:29 +0000 (05:00 +0000)]
Wrong TITLE

21 years agoThe search interface takes a barcode from the item number field; adjusting
acli [Sun, 2 Feb 2003 04:59:39 +0000 (04:59 +0000)]
The search interface takes a barcode from the item number field; adjusting
the display to match

21 years agoHandle non-latin1 charsets
acli [Sun, 2 Feb 2003 04:57:47 +0000 (04:57 +0000)]
Handle non-latin1 charsets

21 years agoIncomplete translation
acli [Sun, 2 Feb 2003 04:56:46 +0000 (04:56 +0000)]
Incomplete translation

21 years agoHandle non-latin1 charsets
acli [Sun, 2 Feb 2003 00:13:10 +0000 (00:13 +0000)]
Handle non-latin1 charsets

21 years agoCorrected syntax error reported by Benedict
acli [Thu, 30 Jan 2003 01:47:48 +0000 (01:47 +0000)]
Corrected syntax error reported by Benedict

Made the indentation somewhat easier to read; the messiness probably caused
the original syntax error.

21 years agoConversion to utf-8 charset
kb2qzv [Wed, 29 Jan 2003 23:42:30 +0000 (23:42 +0000)]
Conversion to utf-8 charset

21 years agoTemplating : returns.pl
hdl [Wed, 29 Jan 2003 22:45:07 +0000 (22:45 +0000)]
Templating : returns.pl

21 years agoTemplating :returns.pl
hdl [Wed, 29 Jan 2003 22:44:38 +0000 (22:44 +0000)]
Templating :returns.pl

21 years agobugfix #186
tipaul [Tue, 28 Jan 2003 15:34:52 +0000 (15:34 +0000)]
bugfix #186

21 years agoremoving MARC::Charset test
tipaul [Tue, 28 Jan 2003 15:31:22 +0000 (15:31 +0000)]
removing MARC::Charset test

21 years agoremoving use MARC::Charset
tipaul [Tue, 28 Jan 2003 15:28:31 +0000 (15:28 +0000)]
removing use MARC::Charset
Was a buggy test

21 years agouserflag table now created in upgrade script (bugfix #171)
tipaul [Tue, 28 Jan 2003 15:13:30 +0000 (15:13 +0000)]
userflag table now created in upgrade script (bugfix #171)

21 years agoreordering code
tipaul [Tue, 28 Jan 2003 15:02:39 +0000 (15:02 +0000)]
reordering code

21 years agoNow uses get_template_and_user, and non iso-5589-1 code from Ambrose
tipaul [Tue, 28 Jan 2003 15:01:42 +0000 (15:01 +0000)]
Now uses get_template_and_user, and non iso-5589-1 code from Ambrose

21 years agouser can now search in breeding farm with isbn/issn or title. Title/name are stored...
tipaul [Tue, 28 Jan 2003 15:00:30 +0000 (15:00 +0000)]
user can now search in breeding farm with isbn/issn or title. Title/name are stored in breeding farm and showed when a search is done

21 years ago*** empty log message ***
tipaul [Tue, 28 Jan 2003 14:58:57 +0000 (14:58 +0000)]
*** empty log message ***

21 years agofixing wrong sql query (use of ?)
tipaul [Tue, 28 Jan 2003 14:57:33 +0000 (14:57 +0000)]
fixing wrong sql query (use of ?)

21 years agosearch on MARC datas.
tipaul [Tue, 28 Jan 2003 14:56:39 +0000 (14:56 +0000)]
search on MARC datas.
first draft

21 years agofixing a sql query not using prepare(?) & execute($var) method
tipaul [Tue, 28 Jan 2003 14:53:30 +0000 (14:53 +0000)]
fixing a sql query not using prepare(?) & execute($var) method

21 years agofixing MARCmodbiblio API and reindenting code
tipaul [Tue, 28 Jan 2003 14:50:04 +0000 (14:50 +0000)]
fixing MARCmodbiblio API and reindenting code

21 years agobugfix #168 + "breedingsearch" sub added+ "isbnsearch" (used only in acqui.simple...
tipaul [Tue, 28 Jan 2003 14:46:50 +0000 (14:46 +0000)]
bugfix #168 + "breedingsearch" sub added+ "isbnsearch" (used only in acqui.simple, should disappear soon) now works on title and isbn

21 years agobugfix for bugzilla #160
tipaul [Tue, 28 Jan 2003 13:04:08 +0000 (13:04 +0000)]
bugfix for bugzilla #160

21 years agoAdding variable declarations
hdl [Tue, 28 Jan 2003 00:49:55 +0000 (00:49 +0000)]
Adding variable declarations

21 years agoTemplating branchtransfers.pl
hdl [Tue, 28 Jan 2003 00:48:36 +0000 (00:48 +0000)]
Templating branchtransfers.pl

21 years agoTemplating branchtransfers.tmpl
hdl [Tue, 28 Jan 2003 00:48:04 +0000 (00:48 +0000)]
Templating branchtransfers.tmpl

21 years agoCorrecting cirulation to circulation-top
hdl [Tue, 28 Jan 2003 00:46:45 +0000 (00:46 +0000)]
Correcting cirulation to circulation-top

21 years agoA element does not have ALT attribute
acli [Mon, 27 Jan 2003 16:36:59 +0000 (16:36 +0000)]
A element does not have ALT attribute

21 years agoUse "post" instead of "put" for the Edit screen, to avoid the URL being so
acli [Mon, 27 Jan 2003 08:15:40 +0000 (08:15 +0000)]
Use "post" instead of "put" for the Edit screen, to avoid the URL being so
long that it becomes invalid (bug 183)

21 years agoCorrected wrong wording
acli [Mon, 27 Jan 2003 06:57:41 +0000 (06:57 +0000)]
Corrected wrong wording

21 years agoSync wording to same as the translation in opac-tmpl
acli [Mon, 27 Jan 2003 06:53:09 +0000 (06:53 +0000)]
Sync wording to same as the translation in opac-tmpl

21 years agoTranslated the images
acli [Mon, 27 Jan 2003 06:37:00 +0000 (06:37 +0000)]
Translated the images

21 years agoThe two corners on the left should be transparent
acli [Mon, 27 Jan 2003 05:31:13 +0000 (05:31 +0000)]
The two corners on the left should be transparent

21 years agoThis sounds better
acli [Mon, 27 Jan 2003 04:51:49 +0000 (04:51 +0000)]
This sounds better

21 years agoCopied the image files from the koha-html module
acli [Mon, 27 Jan 2003 03:28:53 +0000 (03:28 +0000)]
Copied the image files from the koha-html module

21 years agoReworded the description for "acquisitions" to make it fit on the screen
acli [Mon, 27 Jan 2003 03:12:49 +0000 (03:12 +0000)]
Reworded the description for "acquisitions" to make it fit on the screen

Added "iso" to dateformat, since dateformat is not yet being used anyway

21 years agoPartial translation
acli [Mon, 27 Jan 2003 02:44:45 +0000 (02:44 +0000)]
Partial translation

21 years agoAdded check for MARC::Charset, used in acqui.simple/marcimport.pl
acli [Sun, 26 Jan 2003 23:34:48 +0000 (23:34 +0000)]
Added check for MARC::Charset, used in acqui.simple/marcimport.pl
(see bug 179)

21 years agoHandle non-latin1 charsets
acli [Sun, 26 Jan 2003 23:21:49 +0000 (23:21 +0000)]
Handle non-latin1 charsets

21 years agoBump minimum perl version to 5.6.1 (Bug 179)
acli [Sun, 26 Jan 2003 16:18:34 +0000 (16:18 +0000)]
Bump minimum perl version to 5.6.1 (Bug 179)

21 years agoFigured out what Normal and Exact means
acli [Sun, 26 Jan 2003 07:06:26 +0000 (07:06 +0000)]
Figured out what Normal and Exact means

21 years agoPreliminary, partial translation
acli [Sun, 26 Jan 2003 06:51:26 +0000 (06:51 +0000)]
Preliminary, partial translation

21 years agoIgnore .xvpics
acli [Sun, 26 Jan 2003 06:34:54 +0000 (06:34 +0000)]
Ignore .xvpics

21 years agoNo translation necessary (same as the en files)
acli [Sun, 26 Jan 2003 06:28:23 +0000 (06:28 +0000)]
No translation necessary (same as the en files)

21 years agoSome translated images
acli [Sun, 26 Jan 2003 06:05:34 +0000 (06:05 +0000)]
Some translated images

21 years agoTemporary patch for bug 182
acli [Sun, 26 Jan 2003 04:37:17 +0000 (04:37 +0000)]
Temporary patch for bug 182

21 years agoHandle non-latin1 charsets
acli [Sun, 26 Jan 2003 04:23:34 +0000 (04:23 +0000)]
Handle non-latin1 charsets

21 years agoAdded meta tags
acli [Sun, 26 Jan 2003 03:41:34 +0000 (03:41 +0000)]
Added meta tags

21 years agoAdded meta tags
acli [Sun, 26 Jan 2003 03:36:37 +0000 (03:36 +0000)]
Added meta tags
Removed duplicate HTML tags in some templates (they are in *-top.inc)

21 years agoManually reverted the page to English (file changed too much for patch to
acli [Sat, 25 Jan 2003 22:13:51 +0000 (22:13 +0000)]
Manually reverted the page to English (file changed too much for patch to
work)

21 years agoHandle non-latin1 charset
acli [Sat, 25 Jan 2003 20:18:45 +0000 (20:18 +0000)]
Handle non-latin1 charset

21 years agoHandle non-latin1 charsets
acli [Sat, 25 Jan 2003 20:15:11 +0000 (20:15 +0000)]
Handle non-latin1 charsets

21 years agoHandle non-latin1 charsets
acli [Sat, 25 Jan 2003 20:05:47 +0000 (20:05 +0000)]
Handle non-latin1 charsets
Corrected wrong method to include page header and footer

21 years agoUse ? for an SQL query to prevent SQL syntax errors
acli [Sat, 25 Jan 2003 20:05:20 +0000 (20:05 +0000)]
Use ? for an SQL query to prevent SQL syntax errors

21 years agoHandle non-latin1 charsets
acli [Sat, 25 Jan 2003 19:49:57 +0000 (19:49 +0000)]
Handle non-latin1 charsets
Corrected wrong method to include the page header and footer

21 years agoCorrected wrong method to include the page header and footer
acli [Sat, 25 Jan 2003 19:31:09 +0000 (19:31 +0000)]
Corrected wrong method to include the page header and footer

21 years agoHandle non-latin1 charsets
acli [Sat, 25 Jan 2003 19:23:37 +0000 (19:23 +0000)]
Handle non-latin1 charsets
Corrected wrong method to include the page header and footer

21 years agoHandle non-latin1 charsets
acli [Sat, 25 Jan 2003 19:16:33 +0000 (19:16 +0000)]
Handle non-latin1 charsets

21 years agoRemoved the reference to INSTALL since the file does not exist any more
acli [Sat, 25 Jan 2003 19:00:05 +0000 (19:00 +0000)]
Removed the reference to INSTALL since the file does not exist any more

Changed "do not install MARC tables" option from 3 to N, to prepare for
adding more MARC flavours later

Minor prompt message modifs

Minor POD updates

21 years agoSince "koha-tmpl" is now just a subdirectory in the "koha" CVS module, we
acli [Sat, 25 Jan 2003 18:30:21 +0000 (18:30 +0000)]
Since "koha-tmpl" is now just a subdirectory in the "koha" CVS module, we
can guess it like so

Noted GNUism in script

21 years agoAdded POD to all functions
acli [Sat, 25 Jan 2003 18:09:51 +0000 (18:09 +0000)]
Added POD to all functions
POD updates
Changed the kohaadmin password prompt to make it clearer

21 years agoMinor quoting bug
acli [Sat, 25 Jan 2003 18:04:45 +0000 (18:04 +0000)]
Minor quoting bug

21 years agoEmacs's colorization was being confused by single quotes in strings.
arensb [Sat, 25 Jan 2003 17:50:48 +0000 (17:50 +0000)]
Emacs's colorization was being confused by single quotes in strings.
Added comments to fix this.

21 years agoIf $noclear in showmessage is undef, default it to zero to avoid Perl
acli [Sat, 25 Jan 2003 17:39:10 +0000 (17:39 +0000)]
If $noclear in showmessage is undef, default it to zero to avoid Perl
warnings.

Removed a few FIXME notes after moving them to bugs.koha.org

21 years agoThe SWTICH: label is unused; converted it into an if-elsif-else structure
acli [Sat, 25 Jan 2003 17:20:50 +0000 (17:20 +0000)]
The SWTICH: label is unused; converted it into an if-elsif-else structure

21 years agoForgot to log: If we cannot determine the domain name from `hostname`,
acli [Sat, 25 Jan 2003 17:11:58 +0000 (17:11 +0000)]
Forgot to log: If we cannot determine the domain name from `hostname`,
try to guess it from /etc/resolv.conf

21 years agoMoved knowledge of "koha.conf.tmp" to the Install.pm
acli [Sat, 25 Jan 2003 17:10:46 +0000 (17:10 +0000)]
Moved knowledge of "koha.conf.tmp" to the Install.pm
POD updates

21 years agoMoved getmessage and showmessage closer to the front, so that the generated
acli [Sat, 25 Jan 2003 16:33:51 +0000 (16:33 +0000)]
Moved getmessage and showmessage closer to the front, so that the generated
POD makes more sense

Updated some POD

21 years agoRemoved the $:: notation from a lot of global variables; this is needed to
acli [Sat, 25 Jan 2003 09:35:08 +0000 (09:35 +0000)]
Removed the $:: notation from a lot of global variables; this is needed to
get "use strict" to do something useful regarding these global variables.
Because of this change, a number of accessor functions have been created to
let installer.pl get/set some of these global variables. (We should not use
the $Install:: notation for the global variables either, as that will also
make "use strict" do nothing about these variables.)

POD updates

21 years agoA bit of POD (content) corrections
acli [Sat, 25 Jan 2003 08:40:22 +0000 (08:40 +0000)]
A bit of POD (content) corrections

21 years agoSome POD (content) corrections
acli [Sat, 25 Jan 2003 08:26:32 +0000 (08:26 +0000)]
Some POD (content) corrections

21 years agoAdded more POD
acli [Sat, 25 Jan 2003 08:07:52 +0000 (08:07 +0000)]
Added more POD

21 years agoAdded POD to a few more functions
acli [Sat, 25 Jan 2003 07:50:30 +0000 (07:50 +0000)]
Added POD to a few more functions

21 years agoCorrected POD syntax errors.
acli [Sat, 25 Jan 2003 07:25:31 +0000 (07:25 +0000)]
Corrected POD syntax errors.

Creating a function "heading" to avoid syntax errors due to our use of
boxes consisting of equal signs to create headings.

21 years agoFactored all the "mkdir -p"-like code in getinstalldirectories into a
acli [Sat, 25 Jan 2003 06:38:08 +0000 (06:38 +0000)]
Factored all the "mkdir -p"-like code in getinstalldirectories into a
function (actually a dirname-like function and a "mkdir -p"-like function).

Note: This introduces a POSIX.pm dependence.

21 years agoThe templates were installed in the wrong directories [Bug 174]
acli [Sat, 25 Jan 2003 06:32:34 +0000 (06:32 +0000)]
The templates were installed in the wrong directories [Bug 174]

21 years ago*** empty log message ***
tipaul [Thu, 23 Jan 2003 12:31:23 +0000 (12:31 +0000)]
*** empty log message ***

21 years agofixes, improvements and doc
tipaul [Thu, 23 Jan 2003 12:30:35 +0000 (12:30 +0000)]
fixes, improvements and doc

21 years agointroducint marcflavour in systempref file : used for character decoding
tipaul [Thu, 23 Jan 2003 12:30:02 +0000 (12:30 +0000)]
introducint marcflavour in systempref file : used for character decoding

21 years agosmall gui fixes
tipaul [Thu, 23 Jan 2003 12:29:10 +0000 (12:29 +0000)]
small gui fixes

21 years agoupgrading import in breeding farm (you can now search on ISBN or on title) AND charac...
tipaul [Thu, 23 Jan 2003 12:26:41 +0000 (12:26 +0000)]
upgrading import in breeding farm (you can now search on ISBN or on title) AND character encoding.

21 years agoadding char_decode to decode MARC21 or UNIMARC extended chars
tipaul [Thu, 23 Jan 2003 12:22:37 +0000 (12:22 +0000)]
adding char_decode to decode MARC21 or UNIMARC extended chars

21 years agoTemplating selectbranchprinter.pl
hdl [Thu, 23 Jan 2003 11:32:42 +0000 (11:32 +0000)]
Templating selectbranchprinter.pl

21 years agoTemplating : selectbranchprinter.pl
hdl [Thu, 23 Jan 2003 11:29:13 +0000 (11:29 +0000)]
Templating : selectbranchprinter.pl

21 years agobugfixes :
hdl [Thu, 23 Jan 2003 09:48:44 +0000 (09:48 +0000)]
bugfixes :
uses C4::Auth; added to request.pl
one </TMPL_IF> needed in request.tmpl