]>
git.koha-community.org Git - koha.git/log
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
kb2qzv [Fri, 10 Jan 2003 23:01:54 +0000 (23:01 +0000)]
First round translation
hdl [Fri, 10 Jan 2003 22:21:50 +0000 (22:21 +0000)]
Templating : updatebiblio.pl updatebiblio.tmpl
kb2qzv [Fri, 10 Jan 2003 22:17:09 +0000 (22:17 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 22:04:42 +0000 (22:04 +0000)]
recommitting after mistakingly deleted
kb2qzv [Fri, 10 Jan 2003 21:50:33 +0000 (21:50 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 21:21:54 +0000 (21:21 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 19:59:08 +0000 (19:59 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 19:46:32 +0000 (19:46 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 16:45:34 +0000 (16:45 +0000)]
minor addition in translation (YES, NO)
kb2qzv [Fri, 10 Jan 2003 16:39:27 +0000 (16:39 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 16:00:57 +0000 (16:00 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 15:15:19 +0000 (15:15 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 14:49:37 +0000 (14:49 +0000)]
First round translation
kb2qzv [Fri, 10 Jan 2003 00:57:51 +0000 (00:57 +0000)]
*** empty log message ***
kb2qzv [Fri, 10 Jan 2003 00:56:54 +0000 (00:56 +0000)]
First round translation
kb2qzv [Thu, 9 Jan 2003 20:57:26 +0000 (20:57 +0000)]
*** empty log message ***
kb2qzv [Thu, 9 Jan 2003 13:29:25 +0000 (13:29 +0000)]
*** empty log message ***
kb2qzv [Thu, 9 Jan 2003 11:39:26 +0000 (11:39 +0000)]
*** empty log message ***
kb2qzv [Thu, 9 Jan 2003 11:35:10 +0000 (11:35 +0000)]
First round translation
kb2qzv [Thu, 9 Jan 2003 11:27:22 +0000 (11:27 +0000)]
First round translation
kb2qzv [Thu, 9 Jan 2003 10:17:27 +0000 (10:17 +0000)]
*** empty log message ***
kb2qzv [Thu, 9 Jan 2003 10:09:52 +0000 (10:09 +0000)]
*** empty log message ***
kb2qzv [Thu, 9 Jan 2003 10:08:14 +0000 (10:08 +0000)]
First round translation
kb2qzv [Tue, 7 Jan 2003 20:13:24 +0000 (20:13 +0000)]
First round translation
kb2qzv [Tue, 7 Jan 2003 19:52:00 +0000 (19:52 +0000)]
First round translation
kb2qzv [Tue, 7 Jan 2003 18:07:28 +0000 (18:07 +0000)]
first round translation
kb2qzv [Tue, 7 Jan 2003 17:30:55 +0000 (17:30 +0000)]
first round translation
kb2qzv [Tue, 7 Jan 2003 17:22:32 +0000 (17:22 +0000)]
First round translation
kb2qzv [Tue, 7 Jan 2003 17:13:21 +0000 (17:13 +0000)]
lub instead of lb
kb2qzv [Tue, 7 Jan 2003 16:59:55 +0000 (16:59 +0000)]
First round translation
kb2qzv [Tue, 7 Jan 2003 16:49:10 +0000 (16:49 +0000)]
First round translation.
kb2qzv [Tue, 7 Jan 2003 16:45:50 +0000 (16:45 +0000)]
Capital letter removed
kb2qzv [Tue, 7 Jan 2003 13:51:03 +0000 (13:51 +0000)]
First round translation.
kb2qzv [Tue, 7 Jan 2003 13:34:43 +0000 (13:34 +0000)]
First round translation.
tipaul [Mon, 6 Jan 2003 13:32:43 +0000 (13:32 +0000)]
*** empty log message ***
tipaul [Mon, 6 Jan 2003 13:31:01 +0000 (13:31 +0000)]
last bugfix before releasing 1.3.3. Not trully a bugfix (see release notes)
tipaul [Mon, 6 Jan 2003 13:11:45 +0000 (13:11 +0000)]
bugfix
tipaul [Mon, 6 Jan 2003 13:06:28 +0000 (13:06 +0000)]
removing trailing #
tipaul [Mon, 6 Jan 2003 11:14:11 +0000 (11:14 +0000)]
last bugfixes before 1.3.3 : systempref table correctly filled
tipaul [Mon, 6 Jan 2003 11:13:29 +0000 (11:13 +0000)]
lasts commits before 1.3.3 release
tipaul [Mon, 6 Jan 2003 11:11:56 +0000 (11:11 +0000)]
last commit before 1.3.3 ?
small bugfix and polish opac language selection
tipaul [Mon, 6 Jan 2003 10:08:13 +0000 (10:08 +0000)]
rollback to english version : benedict today commit changed english opac to polish, which is a bad idea :-)