]>
git.koha-community.org Git - koha.git/log
tipaul [Thu, 25 Mar 2004 13:58:28 +0000 (13:58 +0000)]
bugfix for LoC z3950 entry
tipaul [Thu, 25 Mar 2004 13:22:06 +0000 (13:22 +0000)]
* removing | in MARC datas (| should never be sent. In BNF z3950 server, the | is added at the beginning of almost every title. It's an historic feature that means nothing now but has not been deleted)
* bugfix in MARC editor when a library has no barcode, the items table modifs did not work (adding worked)
joshferraro [Wed, 24 Mar 2004 21:05:09 +0000 (21:05 +0000)]
Fixes Bug 763 (Location will not change) replaced:
$dbh->do("UPDATE items holdingbranch = $tbr WHERE items.itemnumbe$
&itemseen($itm);
with
$dbh->do("UPDATE items set holdingbranch = $tbr WHERE items.itemnumbe$
&itemseen($itm);
joshferraro [Wed, 24 Mar 2004 17:30:35 +0000 (17:30 +0000)]
Fixes bug 749 by deleting the comma on line 1488 in Biblio.pm
rangi [Wed, 24 Mar 2004 00:37:48 +0000 (00:37 +0000)]
Fix for bug 761
oleonard [Mon, 22 Mar 2004 17:29:47 +0000 (17:29 +0000)]
Fixing error which prevents withdrawn status from showing correctly
tipaul [Mon, 22 Mar 2004 14:56:36 +0000 (14:56 +0000)]
french update
tipaul [Mon, 22 Mar 2004 14:54:49 +0000 (14:54 +0000)]
scrollbar added in z3950 search
acli [Sun, 21 Mar 2004 03:09:49 +0000 (03:09 +0000)]
Interim install of the translation files
acli [Sat, 20 Mar 2004 08:42:19 +0000 (08:42 +0000)]
Various corrections
acli [Sat, 20 Mar 2004 06:49:13 +0000 (06:49 +0000)]
Oops, wrong dialect
tipaul [Fri, 19 Mar 2004 14:36:07 +0000 (14:36 +0000)]
fixing bug in char handling again... need help to fix it definetly, probably...
tipaul [Fri, 19 Mar 2004 08:21:39 +0000 (08:21 +0000)]
removing warning
tipaul [Fri, 19 Mar 2004 08:21:01 +0000 (08:21 +0000)]
removing html limit of 80 chars in MARC editor (the DB can handle muuucccchhh more)
tipaul [Fri, 19 Mar 2004 08:18:09 +0000 (08:18 +0000)]
french update
tipaul [Fri, 19 Mar 2004 08:17:07 +0000 (08:17 +0000)]
*** empty log message ***
kb2qzv [Tue, 16 Mar 2004 19:19:06 +0000 (19:19 +0000)]
translation update.
acli [Tue, 16 Mar 2004 06:42:10 +0000 (06:42 +0000)]
Workaround for strange label. Didn't realize this happens in the OPAC too.
acli [Tue, 16 Mar 2004 06:31:36 +0000 (06:31 +0000)]
Forgot about this change from Arthur
acli [Tue, 16 Mar 2004 06:00:12 +0000 (06:00 +0000)]
Minor updates
acli [Tue, 16 Mar 2004 05:53:35 +0000 (05:53 +0000)]
Some more corrections, some from Arthur
tipaul [Mon, 15 Mar 2004 17:31:28 +0000 (17:31 +0000)]
fixes for french css opac
tipaul [Mon, 15 Mar 2004 17:30:26 +0000 (17:30 +0000)]
bugfixes in opac new acquisitions
tipaul [Mon, 15 Mar 2004 17:05:35 +0000 (17:05 +0000)]
bugfixes in opac new acquisitions
acli [Fri, 12 Mar 2004 05:42:26 +0000 (05:42 +0000)]
Various corrections, mostly from Arthur
acli [Fri, 12 Mar 2004 02:50:10 +0000 (02:50 +0000)]
Minor update
acli [Thu, 11 Mar 2004 08:21:07 +0000 (08:21 +0000)]
Missed one "On Loan"
acli [Thu, 11 Mar 2004 07:12:43 +0000 (07:12 +0000)]
Make "On Loan" translatable. Old templates should still work.
acli [Thu, 11 Mar 2004 05:47:22 +0000 (05:47 +0000)]
Minor layout adjustment - original adjustment looked horrible in Chinese.
This adjusted version should be indistinguishable for European languages.
acli [Thu, 11 Mar 2004 05:38:28 +0000 (05:38 +0000)]
New strings from the templating fixes in admin/parameters
acli [Thu, 11 Mar 2004 05:35:52 +0000 (05:35 +0000)]
Make headings translatable while trying not to break old templates
acli [Thu, 11 Mar 2004 05:28:12 +0000 (05:28 +0000)]
Make authorized_values headings translatable while trying not to break old
templates
acli [Thu, 11 Mar 2004 05:16:50 +0000 (05:16 +0000)]
Make the page headings translatable while trying not to break old templates
acli [Thu, 11 Mar 2004 04:56:41 +0000 (04:56 +0000)]
This should allow the page headings to be translated, but it should not
break old templates.
acli [Thu, 11 Mar 2004 03:36:28 +0000 (03:36 +0000)]
These should be checked in as well, I think
tipaul [Wed, 10 Mar 2004 15:08:18 +0000 (15:08 +0000)]
modifying shelves : introducing category of shelf : private, public, free for all
tipaul [Wed, 10 Mar 2004 12:59:06 +0000 (12:59 +0000)]
fix to delete correctly z3950 servers
acli [Wed, 10 Mar 2004 08:41:45 +0000 (08:41 +0000)]
I did break this one
acli [Wed, 10 Mar 2004 08:24:49 +0000 (08:24 +0000)]
Missed a couple
acli [Wed, 10 Mar 2004 08:08:49 +0000 (08:08 +0000)]
Interim updates due to the Javascript changes
acli [Wed, 10 Mar 2004 07:35:38 +0000 (07:35 +0000)]
JavaScript changes to make tmpl_process3 recognize translatable strings.
Note: This may break things!
acli [Wed, 10 Mar 2004 03:02:16 +0000 (03:02 +0000)]
Fixed charset conversion problem reported by Benedict
kb2qzv [Mon, 8 Mar 2004 17:26:26 +0000 (17:26 +0000)]
directory and numbers
kb2qzv [Mon, 8 Mar 2004 17:21:05 +0000 (17:21 +0000)]
*** empty log message ***
kb2qzv [Mon, 8 Mar 2004 17:00:56 +0000 (17:00 +0000)]
update due to translation tool improvement
kb2qzv [Mon, 8 Mar 2004 16:46:22 +0000 (16:46 +0000)]
Another translation round to get ready for rel_2_0. Unless Ambrose makes more improvements to the translation tool it might be final.
kb2qzv [Mon, 8 Mar 2004 16:43:06 +0000 (16:43 +0000)]
Another translation round to get ready for rel_2_0. Unless Ambrose makes more improvements to the translation tool it might be final.
kb2qzv [Mon, 8 Mar 2004 15:08:13 +0000 (15:08 +0000)]
Adding images that are in english template tree
acli [Mon, 8 Mar 2004 05:42:13 +0000 (05:42 +0000)]
Updates due to bug fixes to the translation tool just committed
acli [Mon, 8 Mar 2004 04:48:43 +0000 (04:48 +0000)]
<a> without matching </a>
kb2qzv [Mon, 8 Mar 2004 00:13:43 +0000 (00:13 +0000)]
copying images from /en/images to pl/images.
kb2qzv [Sun, 7 Mar 2004 10:25:17 +0000 (10:25 +0000)]
addition of an overlooked gif
kb2qzv [Sun, 7 Mar 2004 10:12:47 +0000 (10:12 +0000)]
removing apparently unneeded files.
kb2qzv [Sun, 7 Mar 2004 10:10:26 +0000 (10:10 +0000)]
addition of a missing opac.css
acli [Sun, 7 Mar 2004 05:38:45 +0000 (05:38 +0000)]
This should fix bug 734.
Added a test for the "zero rows affected" condition when trying to update
aqorderbreakdown. According to DBI(3), execute() returns the "number of
rows affected", so we know whether the update has succeeded, or whether we
need to redo the update as an insert.
The error condition (return value -1) is still not being handled. But the
old code did not check for errors either, so this would be reasonable for
the time being.
acli [Sun, 7 Mar 2004 04:29:04 +0000 (04:29 +0000)]
This is likely more correct (esp. in Acquisitions)
acli [Sat, 6 Mar 2004 20:30:51 +0000 (20:30 +0000)]
This should fix bug 727
If aqorderbreakdown is blank (i.e., the user ordered something before
they defined a bookfund), the "left join" allows existing data to still
be returned.
The data now display correctly. But the bookfund data still can't be
updated. I think that would count as a separate bug.
acli [Sat, 6 Mar 2004 18:40:26 +0000 (18:40 +0000)]
New strings from the maint/catmaintenance.pl, plus a couple
acli [Sat, 6 Mar 2004 06:46:54 +0000 (06:46 +0000)]
Preliminary templating [bug 721]
acli [Sat, 6 Mar 2004 06:45:50 +0000 (06:45 +0000)]
Template for maint/catmaintain.tmpl [bug 721]
acli [Sat, 6 Mar 2004 06:44:51 +0000 (06:44 +0000)]
Open catalogue maintenance in the same window [bug 721]
acli [Sat, 6 Mar 2004 03:54:10 +0000 (03:54 +0000)]
We don't have the ugly wrapping problem any more, since the translations
are now shorter. Instead of fixing the en templates I might as well just
do this.
acli [Sat, 6 Mar 2004 03:52:58 +0000 (03:52 +0000)]
Minor layout adjustment
acli [Fri, 5 Mar 2004 06:37:45 +0000 (06:37 +0000)]
Minor update
acli [Fri, 5 Mar 2004 06:29:19 +0000 (06:29 +0000)]
"Cancel requests" graphical text
acli [Fri, 5 Mar 2004 06:09:23 +0000 (06:09 +0000)]
Consistency fix; we should be using the equivalent of "vous", not "tu"
acli [Fri, 5 Mar 2004 05:53:57 +0000 (05:53 +0000)]
Reverted translated first name/last name order; Koha does not work well
with name forms other than the English ordering (and the names should be
in English too...)
acli [Fri, 5 Mar 2004 05:32:55 +0000 (05:32 +0000)]
More translations
acli [Fri, 5 Mar 2004 05:08:53 +0000 (05:08 +0000)]
Imported from en directory
oleonard [Thu, 4 Mar 2004 22:35:49 +0000 (22:35 +0000)]
Fixing error in TMPL tags
tipaul [Thu, 4 Mar 2004 15:17:04 +0000 (15:17 +0000)]
adding inactivedestroy
acli [Tue, 2 Mar 2004 03:08:55 +0000 (03:08 +0000)]
New comments only
acli [Mon, 1 Mar 2004 18:16:05 +0000 (18:16 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 06:37:21 +0000 (06:37 +0000)]
Correct translation of "clear"
acli [Mon, 1 Mar 2004 06:18:11 +0000 (06:18 +0000)]
Minor consistency fixes
acli [Mon, 1 Mar 2004 06:03:31 +0000 (06:03 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 04:34:56 +0000 (04:34 +0000)]
Corrections from Arthur
acli [Mon, 1 Mar 2004 03:26:08 +0000 (03:26 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 01:42:36 +0000 (01:42 +0000)]
Ok, I think I can give cvs a second chance. Checking in this new file...
acli [Mon, 1 Mar 2004 00:20:57 +0000 (00:20 +0000)]
Let's try to check these in again. Let's hope CVS actually works this time...
acli [Mon, 1 Mar 2004 00:18:30 +0000 (00:18 +0000)]
This should be better if mysql is not in the path, or if we are not running
Apache.
acli [Mon, 1 Mar 2004 00:15:43 +0000 (00:15 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 00:03:23 +0000 (00:03 +0000)]
Interim checkin of generated files. CVS hates changing previously-removed
files apparently, it is still behaving very abnormally.
kb2qzv [Sun, 29 Feb 2004 19:37:19 +0000 (19:37 +0000)]
*** empty log message ***
kb2qzv [Sun, 29 Feb 2004 19:35:08 +0000 (19:35 +0000)]
*** empty log message ***
kb2qzv [Sun, 29 Feb 2004 19:32:50 +0000 (19:32 +0000)]
translation update
kb2qzv [Sun, 29 Feb 2004 19:07:20 +0000 (19:07 +0000)]
Changed label Ph: into Phone; no reason to be so skimpy.
acli [Sun, 29 Feb 2004 16:27:49 +0000 (16:27 +0000)]
Updates and corrections
acli [Sun, 29 Feb 2004 10:07:28 +0000 (10:07 +0000)]
Minor update
acli [Sun, 29 Feb 2004 10:03:30 +0000 (10:03 +0000)]
Redo the label after correcting the translation of "acquisitions"
acli [Sun, 29 Feb 2004 09:09:57 +0000 (09:09 +0000)]
Minor update
acli [Sun, 29 Feb 2004 08:59:11 +0000 (08:59 +0000)]
Minor correction
acli [Sun, 29 Feb 2004 07:59:08 +0000 (07:59 +0000)]
Backport from HEAD - allow user to specify zh_TW yet get the Chinese
templates from the zh-TW directory
acli [Sun, 29 Feb 2004 07:35:10 +0000 (07:35 +0000)]
Minor updates plus some corrections
acli [Sun, 29 Feb 2004 07:03:32 +0000 (07:03 +0000)]
Fix charset problem reported by Benedict
acli [Sun, 29 Feb 2004 06:33:40 +0000 (06:33 +0000)]
Title -> Salutation, so that it can be translated properly to Chinese
acli [Sun, 29 Feb 2004 06:25:22 +0000 (06:25 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 04:29:44 +0000 (04:29 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 03:58:04 +0000 (03:58 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 03:38:25 +0000 (03:38 +0000)]
Various corrections, including correction of the translation of "acquisition"