]>
git.koha-community.org Git - koha.git/log
acli [Mon, 27 Jan 2003 05:31:13 +0000 (05:31 +0000)]
The two corners on the left should be transparent
acli [Mon, 27 Jan 2003 04:51:49 +0000 (04:51 +0000)]
This sounds better
acli [Mon, 27 Jan 2003 03:28:53 +0000 (03:28 +0000)]
Copied the image files from the koha-html module
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
acli [Mon, 27 Jan 2003 02:44:45 +0000 (02:44 +0000)]
Partial translation
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)
acli [Sun, 26 Jan 2003 23:21:49 +0000 (23:21 +0000)]
Handle non-latin1 charsets
acli [Sun, 26 Jan 2003 16:18:34 +0000 (16:18 +0000)]
Bump minimum perl version to 5.6.1 (Bug 179)
acli [Sun, 26 Jan 2003 07:06:26 +0000 (07:06 +0000)]
Figured out what Normal and Exact means
acli [Sun, 26 Jan 2003 06:51:26 +0000 (06:51 +0000)]
Preliminary, partial translation
acli [Sun, 26 Jan 2003 06:34:54 +0000 (06:34 +0000)]
Ignore .xvpics
acli [Sun, 26 Jan 2003 06:28:23 +0000 (06:28 +0000)]
No translation necessary (same as the en files)
acli [Sun, 26 Jan 2003 06:05:34 +0000 (06:05 +0000)]
Some translated images
acli [Sun, 26 Jan 2003 04:37:17 +0000 (04:37 +0000)]
Temporary patch for bug 182
acli [Sun, 26 Jan 2003 04:23:34 +0000 (04:23 +0000)]
Handle non-latin1 charsets
acli [Sun, 26 Jan 2003 03:41:34 +0000 (03:41 +0000)]
Added 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)
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)
acli [Sat, 25 Jan 2003 20:18:45 +0000 (20:18 +0000)]
Handle non-latin1 charset
acli [Sat, 25 Jan 2003 20:15:11 +0000 (20:15 +0000)]
Handle 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
acli [Sat, 25 Jan 2003 20:05:20 +0000 (20:05 +0000)]
Use ? for an SQL query to prevent SQL syntax errors
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
acli [Sat, 25 Jan 2003 19:31:09 +0000 (19:31 +0000)]
Corrected wrong method to include the page header and footer
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
acli [Sat, 25 Jan 2003 19:16:33 +0000 (19:16 +0000)]
Handle non-latin1 charsets
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
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
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
acli [Sat, 25 Jan 2003 18:04:45 +0000 (18:04 +0000)]
Minor quoting bug
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.
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
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
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
acli [Sat, 25 Jan 2003 17:10:46 +0000 (17:10 +0000)]
Moved knowledge of "koha.conf.tmp" to the Install.pm
POD updates
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
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
acli [Sat, 25 Jan 2003 08:40:22 +0000 (08:40 +0000)]
A bit of POD (content) corrections
acli [Sat, 25 Jan 2003 08:26:32 +0000 (08:26 +0000)]
Some POD (content) corrections
acli [Sat, 25 Jan 2003 08:07:52 +0000 (08:07 +0000)]
Added more POD
acli [Sat, 25 Jan 2003 07:50:30 +0000 (07:50 +0000)]
Added POD to a few more functions
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.
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.
acli [Sat, 25 Jan 2003 06:32:34 +0000 (06:32 +0000)]
The templates were installed in the wrong directories [Bug 174]
tipaul [Thu, 23 Jan 2003 12:31:23 +0000 (12:31 +0000)]
*** empty log message ***
tipaul [Thu, 23 Jan 2003 12:30:35 +0000 (12:30 +0000)]
fixes, improvements and doc
tipaul [Thu, 23 Jan 2003 12:30:02 +0000 (12:30 +0000)]
introducint marcflavour in systempref file : used for character decoding
tipaul [Thu, 23 Jan 2003 12:29:10 +0000 (12:29 +0000)]
small gui fixes
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.
tipaul [Thu, 23 Jan 2003 12:22:37 +0000 (12:22 +0000)]
adding char_decode to decode MARC21 or UNIMARC extended chars
hdl [Thu, 23 Jan 2003 11:32:42 +0000 (11:32 +0000)]
Templating selectbranchprinter.pl
hdl [Thu, 23 Jan 2003 11:29:13 +0000 (11:29 +0000)]
Templating : selectbranchprinter.pl
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
hdl [Wed, 22 Jan 2003 23:35:57 +0000 (23:35 +0000)]
Templating request
hdl [Wed, 22 Jan 2003 23:33:39 +0000 (23:33 +0000)]
Templating Request.tmpl
arensb [Wed, 22 Jan 2003 13:43:06 +0000 (13:43 +0000)]
(portability): use 'hostname' instead of 'hostname -f' (FreeBSD and
MacOS only support 'hostname [-s]').
acli [Wed, 22 Jan 2003 03:47:05 +0000 (03:47 +0000)]
Removed dead code
arensb [Wed, 22 Jan 2003 03:45:27 +0000 (03:45 +0000)]
Removed two "my" declarations that were masking previous variable
declarations, to make 'perl -w' happy.
tipaul [Tue, 21 Jan 2003 15:23:35 +0000 (15:23 +0000)]
includes on top and bottom of each screen translated to french
tipaul [Tue, 21 Jan 2003 14:01:52 +0000 (14:01 +0000)]
*** empty log message ***
tipaul [Tue, 21 Jan 2003 13:45:37 +0000 (13:45 +0000)]
add in parameters a "check marc" link.
this script checks MARC parameters and try to detect tome errors in configuration.
currently checks 7 differents things.
The 1.3.3 MARC21 parameters fails miserabily to this test : 3 errors !!!
tipaul [Tue, 21 Jan 2003 09:03:27 +0000 (09:03 +0000)]
bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. Please fix your DB if you installed 1.3.3)
tipaul [Tue, 21 Jan 2003 08:13:50 +0000 (08:13 +0000)]
character encoding ISO646 => 8859-1, first draft
tipaul [Mon, 20 Jan 2003 14:44:40 +0000 (14:44 +0000)]
translation to french
tipaul [Mon, 20 Jan 2003 13:48:50 +0000 (13:48 +0000)]
# cleaning
tipaul [Mon, 20 Jan 2003 13:25:29 +0000 (13:25 +0000)]
*** empty log message ***
tipaul [Mon, 20 Jan 2003 13:23:20 +0000 (13:23 +0000)]
fix for #167
tipaul [Mon, 20 Jan 2003 13:15:01 +0000 (13:15 +0000)]
*** empty log message ***
tipaul [Mon, 20 Jan 2003 12:45:39 +0000 (12:45 +0000)]
fix for bug #163
acli [Mon, 20 Jan 2003 07:39:27 +0000 (07:39 +0000)]
Handle meta tags for non-latin1 charsets
acli [Mon, 20 Jan 2003 07:38:54 +0000 (07:38 +0000)]
Removed scoping-related perl warnings
acli [Mon, 20 Jan 2003 07:38:23 +0000 (07:38 +0000)]
Removed scoping-related perl warnings
Factored similar code in getborrowernumber
"i.e." in one comment should be "e.g."
acli [Mon, 20 Jan 2003 07:35:31 +0000 (07:35 +0000)]
Removed perl warning
acli [Mon, 20 Jan 2003 07:03:19 +0000 (07:03 +0000)]
Corrected the missing brace syntax error (Bug 162)
Added meta tag handling for non-latin1 charsets
Removed some dead code
I have reindented the file; hopefully this will make it easier to read.
The file had inconsistent indentation that probably was the cause of the
missing brace. Please use cvs diff -bBtw to see the real diffs.
acli [Mon, 20 Jan 2003 04:12:41 +0000 (04:12 +0000)]
Minor spelling/punctuation corrections. More hyphens removed to conform to
normal English usage.
acli [Mon, 20 Jan 2003 04:06:03 +0000 (04:06 +0000)]
Minor updates with minor spelling corrections. Some hyphenations removed to
conform to normal English usage.
Reformatted with "par 72" with manual adjustments for bullet points
acli [Mon, 20 Jan 2003 03:53:32 +0000 (03:53 +0000)]
Reformatted with "par 72" command
acli [Mon, 20 Jan 2003 03:40:03 +0000 (03:40 +0000)]
Replaced the reference to INSTALL with a reference to installer.pl
acli [Mon, 20 Jan 2003 03:33:36 +0000 (03:33 +0000)]
Reverted the file back to English (rolled back changes in the last revision)
acli [Sun, 19 Jan 2003 06:15:44 +0000 (06:15 +0000)]
Preliminary fix of the CGI.pm problem of always assuming that everything is
in ISO-8859-1.
A new C4::Charset module (tentative name) has been created to guess the
charset of a piece of HTML markup. The CGI programs will be modified to use
this module as they are encountered during translation.
acli [Sun, 19 Jan 2003 06:13:27 +0000 (06:13 +0000)]
Added < to the filenames of open() calls
acli [Sun, 19 Jan 2003 02:52:18 +0000 (02:52 +0000)]
Minor comment fixes
acli [Sun, 19 Jan 2003 02:31:52 +0000 (02:31 +0000)]
Updated intrahtdocs and opachtdocs in /etc/koha.conf creation, to reflect
the new actual locations
tonnesen [Thu, 16 Jan 2003 20:57:29 +0000 (20:57 +0000)]
Trunk 'buildrelease' script now gets the template files out of the koha-tmpl repository.
tipaul [Thu, 16 Jan 2003 10:29:45 +0000 (10:29 +0000)]
adding a MARC parameter in systempref ( which is ON or OFF)
the search will be a marc search if MARC=ON
and a standard (v1.2) search if MARC=OFF
kb2qzv [Wed, 15 Jan 2003 14:57:55 +0000 (14:57 +0000)]
test of meta tag http-equiv for iso-8859-2
tipaul [Wed, 15 Jan 2003 13:05:21 +0000 (13:05 +0000)]
ambrose li patch + bugfix for #158
tipaul [Wed, 15 Jan 2003 13:04:20 +0000 (13:04 +0000)]
bugfix for #158
tipaul [Wed, 15 Jan 2003 13:01:38 +0000 (13:01 +0000)]
bugfix for bug #157
rangi [Wed, 15 Jan 2003 03:47:46 +0000 (03:47 +0000)]
Fixing typo, thanks ambrose for spotting this
rangi [Wed, 15 Jan 2003 03:12:22 +0000 (03:12 +0000)]
Fixing a call to cgi->dump to be Dump
tipaul [Tue, 14 Jan 2003 16:45:33 +0000 (16:45 +0000)]
little improvments (mandatory subfields in item appear red if not filled)
tipaul [Tue, 14 Jan 2003 16:43:50 +0000 (16:43 +0000)]
warn removing
tipaul [Tue, 14 Jan 2003 16:41:17 +0000 (16:41 +0000)]
bugfix : use gettemplate_and_user instead of gettemplate.
fix a blank screen in 1.3.3 in "import in breeding farm"
kb2qzv [Sat, 11 Jan 2003 00:40:46 +0000 (00:40 +0000)]
minor change of wording.
kb2qzv [Sat, 11 Jan 2003 00:36:50 +0000 (00:36 +0000)]
First round translation.
kb2qzv [Sat, 11 Jan 2003 00:16:41 +0000 (00:16 +0000)]
Back to english version of the file. Sorry for the mess. Hope it works.
kb2qzv [Fri, 10 Jan 2003 23:36:46 +0000 (23:36 +0000)]
In french - no english available
kb2qzv [Fri, 10 Jan 2003 23:35:45 +0000 (23:35 +0000)]
*** empty log message ***
kb2qzv [Fri, 10 Jan 2003 23:15:15 +0000 (23:15 +0000)]
First round translation