Commit graph

31196 commits

Author SHA1 Message Date
acli
38953ec4ce Reworded the description for "acquisitions" to make it fit on the screen
Added "iso" to dateformat, since dateformat is not yet being used anyway
2003-01-27 03:12:49 +00:00
acli
b1e200adca Partial translation 2003-01-27 02:44:45 +00:00
acli
5c018a19c3 Added check for MARC::Charset, used in acqui.simple/marcimport.pl
(see bug 179)
2003-01-26 23:34:48 +00:00
acli
48bd1f1b3c Handle non-latin1 charsets 2003-01-26 23:21:49 +00:00
acli
51a0d6e4d8 Bump minimum perl version to 5.6.1 (Bug 179) 2003-01-26 16:18:34 +00:00
acli
316d978a6a Figured out what Normal and Exact means 2003-01-26 07:06:26 +00:00
acli
e797d10cda Preliminary, partial translation 2003-01-26 06:51:26 +00:00
acli
2eb43c7e1b Ignore .xvpics 2003-01-26 06:34:54 +00:00
acli
b12576c3cc No translation necessary (same as the en files) 2003-01-26 06:28:23 +00:00
acli
3fa31576c8 Some translated images 2003-01-26 06:05:34 +00:00
acli
47fcb64527 Temporary patch for bug 182 2003-01-26 04:37:17 +00:00
acli
4f3f0faadc Handle non-latin1 charsets 2003-01-26 04:23:34 +00:00
acli
281343486f Added meta tags 2003-01-26 03:41:34 +00:00
acli
e9aea951d4 Added meta tags
Removed duplicate HTML tags in some templates (they are in *-top.inc)
2003-01-26 03:36:37 +00:00
acli
7ffffc95b2 Manually reverted the page to English (file changed too much for patch to
work)
2003-01-25 22:13:51 +00:00
acli
92bb8348e7 Handle non-latin1 charset 2003-01-25 20:18:45 +00:00
acli
ee40f753d4 Handle non-latin1 charsets 2003-01-25 20:15:11 +00:00
acli
9773b0bec1 Handle non-latin1 charsets
Corrected wrong method to include page header and footer
2003-01-25 20:05:47 +00:00
acli
ef50ee5217 Use ? for an SQL query to prevent SQL syntax errors 2003-01-25 20:05:20 +00:00
acli
e662ba255d Handle non-latin1 charsets
Corrected wrong method to include the page header and footer
2003-01-25 19:49:57 +00:00
acli
7d8fcad974 Corrected wrong method to include the page header and footer 2003-01-25 19:31:09 +00:00
acli
ade845cdd3 Handle non-latin1 charsets
Corrected wrong method to include the page header and footer
2003-01-25 19:23:37 +00:00
acli
5acde63064 Handle non-latin1 charsets 2003-01-25 19:16:33 +00:00
acli
02c4373017 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
2003-01-25 19:00:05 +00:00
acli
650b266e74 Since "koha-tmpl" is now just a subdirectory in the "koha" CVS module, we
can guess it like so

Noted GNUism in script
2003-01-25 18:30:21 +00:00
acli
f09ea6d099 Added POD to all functions
POD updates
Changed the kohaadmin password prompt to make it clearer
2003-01-25 18:09:51 +00:00
acli
ea46a546c1 Minor quoting bug 2003-01-25 18:04:45 +00:00
arensb
251d8b2450 Emacs's colorization was being confused by single quotes in strings.
Added comments to fix this.
2003-01-25 17:50:48 +00:00
acli
ccdd7db26b 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
2003-01-25 17:39:10 +00:00
acli
39a34ab2f8 The SWTICH: label is unused; converted it into an if-elsif-else structure 2003-01-25 17:20:50 +00:00
acli
7a037b35f7 Forgot to log: If we cannot determine the domain name from hostname,
try to guess it from /etc/resolv.conf
2003-01-25 17:11:58 +00:00
acli
e5e992f52e Moved knowledge of "koha.conf.tmp" to the Install.pm
POD updates
2003-01-25 17:10:46 +00:00
acli
5bddd2240b Moved getmessage and showmessage closer to the front, so that the generated
POD makes more sense

Updated some POD
2003-01-25 16:33:51 +00:00
acli
62dc7d29d2 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
2003-01-25 09:35:08 +00:00
acli
9e50a11c7e A bit of POD (content) corrections 2003-01-25 08:40:22 +00:00
acli
e9a9878966 Some POD (content) corrections 2003-01-25 08:26:32 +00:00
acli
613002cce8 Added more POD 2003-01-25 08:07:52 +00:00
acli
bd3f4ab65c Added POD to a few more functions 2003-01-25 07:50:30 +00:00
acli
69c9e569da 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.
2003-01-25 07:25:31 +00:00
acli
d275e12524 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.
2003-01-25 06:38:08 +00:00
acli
3c1d446b9c The templates were installed in the wrong directories [Bug 174] 2003-01-25 06:32:34 +00:00
tipaul
ad5d56adf6 *** empty log message *** 2003-01-23 12:31:23 +00:00
tipaul
6b839bdca2 fixes, improvements and doc 2003-01-23 12:30:35 +00:00
tipaul
9bea22eeef introducint marcflavour in systempref file : used for character decoding 2003-01-23 12:30:02 +00:00
tipaul
a95a4740ac small gui fixes 2003-01-23 12:29:10 +00:00
tipaul
a9b32d47f4 upgrading import in breeding farm (you can now search on ISBN or on title) AND character encoding. 2003-01-23 12:26:41 +00:00
tipaul
8392f92ec0 adding char_decode to decode MARC21 or UNIMARC extended chars 2003-01-23 12:22:37 +00:00
hdl
41cbeb7bc3 Templating selectbranchprinter.pl 2003-01-23 11:32:42 +00:00
hdl
1f36d6776a Templating : selectbranchprinter.pl 2003-01-23 11:29:13 +00:00
hdl
3202a41437 bugfixes :
uses C4::Auth; added to request.pl
one </TMPL_IF> needed in request.tmpl
2003-01-23 09:48:44 +00:00