Commit graph

960 commits

Author SHA1 Message Date
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
hdl
4ff523bff0 Templating request 2003-01-22 23:35:57 +00:00
hdl
abfac9778b Templating Request.tmpl 2003-01-22 23:33:39 +00:00
arensb
22487a7c52 (portability): use 'hostname' instead of 'hostname -f' (FreeBSD and
MacOS only support 'hostname [-s]').
2003-01-22 13:43:06 +00:00
acli
b5fa3e1cd5 Removed dead code 2003-01-22 03:47:05 +00:00
arensb
d94a992aea Removed two "my" declarations that were masking previous variable
declarations, to make 'perl -w' happy.
2003-01-22 03:45:27 +00:00
tipaul
ae8ed59033 includes on top and bottom of each screen translated to french 2003-01-21 15:23:35 +00:00
tipaul
4095d0d087 *** empty log message *** 2003-01-21 14:01:52 +00:00
tipaul
e0a3a53e5b 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 !!!
2003-01-21 13:45:37 +00:00
tipaul
219c8df7d1 bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. Please fix your DB if you installed 1.3.3) 2003-01-21 09:03:27 +00:00
tipaul
70adcdf925 character encoding ISO646 => 8859-1, first draft 2003-01-21 08:13:50 +00:00
tipaul
653dfae9fa translation to french 2003-01-20 14:44:40 +00:00
tipaul
61368cb390 # cleaning 2003-01-20 13:48:50 +00:00
tipaul
67b22efe87 *** empty log message *** 2003-01-20 13:25:29 +00:00
tipaul
6b58475018 fix for #167 2003-01-20 13:23:20 +00:00
tipaul
d26b2df9dc *** empty log message *** 2003-01-20 13:15:01 +00:00
tipaul
c62706ae86 fix for bug #163 2003-01-20 12:45:39 +00:00
acli
125c7f9c7e Handle meta tags for non-latin1 charsets 2003-01-20 07:39:27 +00:00
acli
b242ad44ec Removed scoping-related perl warnings 2003-01-20 07:38:54 +00:00
acli
5d52c8bf49 Removed scoping-related perl warnings
Factored similar code in getborrowernumber
"i.e." in one comment should be "e.g."
2003-01-20 07:38:23 +00:00
acli
2e7bb9a106 Removed perl warning 2003-01-20 07:35:31 +00:00
acli
93b67826d3 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.
2003-01-20 07:03:19 +00:00
acli
9b101f3118 Minor spelling/punctuation corrections. More hyphens removed to conform to
normal English usage.
2003-01-20 04:12:41 +00:00
acli
7cb0415653 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
2003-01-20 04:06:03 +00:00
acli
e720300588 Reformatted with "par 72" command 2003-01-20 03:53:32 +00:00
acli
252e86a362 Replaced the reference to INSTALL with a reference to installer.pl 2003-01-20 03:40:03 +00:00
acli
b447ac5583 Reverted the file back to English (rolled back changes in the last revision) 2003-01-20 03:33:36 +00:00
acli
ea50c2acb6 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.
2003-01-19 06:15:44 +00:00
acli
6bdd53ded8 Added < to the filenames of open() calls 2003-01-19 06:13:27 +00:00
acli
7de07fa754 Minor comment fixes 2003-01-19 02:52:18 +00:00
acli
d4496757a9 Updated intrahtdocs and opachtdocs in /etc/koha.conf creation, to reflect
the new actual locations
2003-01-19 02:31:52 +00:00
tonnesen
fa300fb4c2 Trunk 'buildrelease' script now gets the template files out of the koha-tmpl repository. 2003-01-16 20:57:29 +00:00
tipaul
a913fc3bca 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
2003-01-16 10:29:45 +00:00
kb2qzv
a138d8ab2c test of meta tag http-equiv for iso-8859-2 2003-01-15 14:57:55 +00:00
tipaul
d44c135f24 ambrose li patch + bugfix for #158 2003-01-15 13:05:21 +00:00
tipaul
94d998dbc6 bugfix for #158 2003-01-15 13:04:20 +00:00
tipaul
91e962aac7 bugfix for bug #157 2003-01-15 13:01:38 +00:00