koha.git
20 years agobugfix for LoC z3950 entry R_2-0-0
tipaul [Thu, 25 Mar 2004 13:58:28 +0000]
bugfix for LoC z3950 entry

20 years ago* removing | in MARC datas (| should never be sent. In BNF z3950 server, the | is...
tipaul [Thu, 25 Mar 2004 13:22:06 +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)

20 years agoFixes Bug 763 (Location will not change) replaced:
joshferraro [Wed, 24 Mar 2004 21:05:09 +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);

20 years agoFixes bug 749 by deleting the comma on line 1488 in Biblio.pm
joshferraro [Wed, 24 Mar 2004 17:30:35 +0000]
Fixes bug 749 by deleting the comma on line 1488 in Biblio.pm

20 years agoFix for bug 761
rangi [Wed, 24 Mar 2004 00:37:48 +0000]
Fix for bug 761

20 years agoFixing error which prevents withdrawn status from showing correctly
oleonard [Mon, 22 Mar 2004 17:29:47 +0000]
Fixing error which prevents withdrawn status from showing correctly

20 years agofrench update
tipaul [Mon, 22 Mar 2004 14:56:36 +0000]
french update

20 years agoscrollbar added in z3950 search
tipaul [Mon, 22 Mar 2004 14:54:49 +0000]
scrollbar added in z3950 search

20 years agoInterim install of the translation files
acli [Sun, 21 Mar 2004 03:09:49 +0000]
Interim install of the translation files

20 years agoVarious corrections
acli [Sat, 20 Mar 2004 08:42:19 +0000]
Various corrections

20 years agoOops, wrong dialect
acli [Sat, 20 Mar 2004 06:49:13 +0000]
Oops, wrong dialect

20 years agofixing bug in char handling again... need help to fix it definetly, probably...
tipaul [Fri, 19 Mar 2004 14:36:07 +0000]
fixing bug in char handling again... need help to fix it definetly, probably...

20 years agoremoving warning
tipaul [Fri, 19 Mar 2004 08:21:39 +0000]
removing warning

20 years agoremoving html limit of 80 chars in MARC editor (the DB can handle muuucccchhh more)
tipaul [Fri, 19 Mar 2004 08:21:01 +0000]
removing html limit of 80 chars in MARC editor (the DB can handle muuucccchhh more)

20 years agofrench update
tipaul [Fri, 19 Mar 2004 08:18:09 +0000]
french update

20 years ago*** empty log message ***
tipaul [Fri, 19 Mar 2004 08:17:07 +0000]
*** empty log message ***

20 years agotranslation update.
kb2qzv [Tue, 16 Mar 2004 19:19:06 +0000]
translation update.

20 years agoWorkaround for strange label. Didn't realize this happens in the OPAC too.
acli [Tue, 16 Mar 2004 06:42:10 +0000]
Workaround for strange label. Didn't realize this happens in the OPAC too.

20 years agoForgot about this change from Arthur
acli [Tue, 16 Mar 2004 06:31:36 +0000]
Forgot about this change from Arthur

20 years agoMinor updates
acli [Tue, 16 Mar 2004 06:00:12 +0000]
Minor updates

20 years agoSome more corrections, some from Arthur
acli [Tue, 16 Mar 2004 05:53:35 +0000]
Some more corrections, some from Arthur

20 years agofixes for french css opac
tipaul [Mon, 15 Mar 2004 17:31:28 +0000]
fixes for french css opac

20 years agobugfixes in opac new acquisitions
tipaul [Mon, 15 Mar 2004 17:30:26 +0000]
bugfixes in opac new acquisitions

20 years agobugfixes in opac new acquisitions
tipaul [Mon, 15 Mar 2004 17:05:35 +0000]
bugfixes in opac new acquisitions

20 years agoVarious corrections, mostly from Arthur
acli [Fri, 12 Mar 2004 05:42:26 +0000]
Various corrections, mostly from Arthur

20 years agoMinor update
acli [Fri, 12 Mar 2004 02:50:10 +0000]
Minor update

20 years agoMissed one "On Loan"
acli [Thu, 11 Mar 2004 08:21:07 +0000]
Missed one "On Loan"

20 years agoMake "On Loan" translatable. Old templates should still work.
acli [Thu, 11 Mar 2004 07:12:43 +0000]
Make "On Loan" translatable. Old templates should still work.

20 years agoMinor layout adjustment - original adjustment looked horrible in Chinese.
acli [Thu, 11 Mar 2004 05:47:22 +0000]
Minor layout adjustment - original adjustment looked horrible in Chinese.
This adjusted version should be indistinguishable for European languages.

20 years agoNew strings from the templating fixes in admin/parameters
acli [Thu, 11 Mar 2004 05:38:28 +0000]
New strings from the templating fixes in admin/parameters

20 years agoMake headings translatable while trying not to break old templates
acli [Thu, 11 Mar 2004 05:35:52 +0000]
Make headings translatable while trying not to break old templates

20 years agoMake authorized_values headings translatable while trying not to break old
acli [Thu, 11 Mar 2004 05:28:12 +0000]
Make authorized_values headings translatable while trying not to break old
templates

20 years agoMake the page headings translatable while trying not to break old templates
acli [Thu, 11 Mar 2004 05:16:50 +0000]
Make the page headings translatable while trying not to break old templates

20 years agoThis should allow the page headings to be translated, but it should not
acli [Thu, 11 Mar 2004 04:56:41 +0000]
This should allow the page headings to be translated, but it should not
break old templates.

20 years agoThese should be checked in as well, I think
acli [Thu, 11 Mar 2004 03:36:28 +0000]
These should be checked in as well, I think

20 years agomodifying shelves : introducing category of shelf : private, public, free for all
tipaul [Wed, 10 Mar 2004 15:08:18 +0000]
modifying shelves : introducing category of shelf : private, public, free for all

20 years agofix to delete correctly z3950 servers
tipaul [Wed, 10 Mar 2004 12:59:06 +0000]
fix to delete correctly z3950 servers

20 years agoI did break this one
acli [Wed, 10 Mar 2004 08:41:45 +0000]
I did break this one

20 years agoMissed a couple
acli [Wed, 10 Mar 2004 08:24:49 +0000]
Missed a couple

20 years agoInterim updates due to the Javascript changes
acli [Wed, 10 Mar 2004 08:08:49 +0000]
Interim updates due to the Javascript changes

20 years agoJavaScript changes to make tmpl_process3 recognize translatable strings.
acli [Wed, 10 Mar 2004 07:35:38 +0000]
JavaScript changes to make tmpl_process3 recognize translatable strings.
Note: This may break things!

20 years agoFixed charset conversion problem reported by Benedict
acli [Wed, 10 Mar 2004 03:02:16 +0000]
Fixed charset conversion problem reported by Benedict

20 years agodirectory and numbers
kb2qzv [Mon, 8 Mar 2004 17:26:26 +0000]
directory and numbers

20 years ago*** empty log message ***
kb2qzv [Mon, 8 Mar 2004 17:21:05 +0000]
*** empty log message ***

20 years agoupdate due to translation tool improvement
kb2qzv [Mon, 8 Mar 2004 17:00:56 +0000]
update due to translation tool improvement

20 years agoAnother translation round to get ready for rel_2_0. Unless Ambrose makes more improve...
kb2qzv [Mon, 8 Mar 2004 16:46:22 +0000]
Another translation round to get ready for rel_2_0. Unless Ambrose makes more improvements to the translation tool it might be final.

20 years agoAnother translation round to get ready for rel_2_0. Unless Ambrose makes more improve...
kb2qzv [Mon, 8 Mar 2004 16:43:06 +0000]
Another translation round to get ready for rel_2_0. Unless Ambrose makes more improvements to the translation tool it might be final.

20 years agoAdding images that are in english template tree
kb2qzv [Mon, 8 Mar 2004 15:08:13 +0000]
Adding images that are in english template tree

20 years agoUpdates due to bug fixes to the translation tool just committed
acli [Mon, 8 Mar 2004 05:42:13 +0000]
Updates due to bug fixes to the translation tool just committed

20 years ago<a> without matching </a>
acli [Mon, 8 Mar 2004 04:48:43 +0000]
<a> without matching </a>

20 years agocopying images from /en/images to pl/images.
kb2qzv [Mon, 8 Mar 2004 00:13:43 +0000]
copying images from /en/images to pl/images.

20 years agoaddition of an overlooked gif
kb2qzv [Sun, 7 Mar 2004 10:25:17 +0000]
addition of an overlooked gif

20 years agoremoving apparently unneeded files.
kb2qzv [Sun, 7 Mar 2004 10:12:47 +0000]
removing apparently unneeded files.

20 years agoaddition of a missing opac.css
kb2qzv [Sun, 7 Mar 2004 10:10:26 +0000]
addition of a missing opac.css

20 years agoThis should fix bug 734.
acli [Sun, 7 Mar 2004 05:38:45 +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.

20 years agoThis is likely more correct (esp. in Acquisitions)
acli [Sun, 7 Mar 2004 04:29:04 +0000]
This is likely more correct (esp. in Acquisitions)

20 years agoThis should fix bug 727
acli [Sat, 6 Mar 2004 20:30:51 +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.

20 years agoNew strings from the maint/catmaintenance.pl, plus a couple
acli [Sat, 6 Mar 2004 18:40:26 +0000]
New strings from the maint/catmaintenance.pl, plus a couple

20 years agoPreliminary templating [bug 721]
acli [Sat, 6 Mar 2004 06:46:54 +0000]
Preliminary templating [bug 721]

20 years agoTemplate for maint/catmaintain.tmpl [bug 721]
acli [Sat, 6 Mar 2004 06:45:50 +0000]
Template for maint/catmaintain.tmpl [bug 721]

20 years agoOpen catalogue maintenance in the same window [bug 721]
acli [Sat, 6 Mar 2004 06:44:51 +0000]
Open catalogue maintenance in the same window [bug 721]

20 years agoWe don't have the ugly wrapping problem any more, since the translations
acli [Sat, 6 Mar 2004 03:54:10 +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.

20 years agoMinor layout adjustment
acli [Sat, 6 Mar 2004 03:52:58 +0000]
Minor layout adjustment

20 years agoMinor update
acli [Fri, 5 Mar 2004 06:37:45 +0000]
Minor update

20 years ago"Cancel requests" graphical text
acli [Fri, 5 Mar 2004 06:29:19 +0000]
"Cancel requests" graphical text

20 years agoConsistency fix; we should be using the equivalent of "vous", not "tu"
acli [Fri, 5 Mar 2004 06:09:23 +0000]
Consistency fix; we should be using the equivalent of "vous", not "tu"

20 years agoReverted translated first name/last name order; Koha does not work well
acli [Fri, 5 Mar 2004 05:53:57 +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...)

20 years agoMore translations
acli [Fri, 5 Mar 2004 05:32:55 +0000]
More translations

20 years agoImported from en directory
acli [Fri, 5 Mar 2004 05:08:53 +0000]
Imported from en directory

20 years agoFixing error in TMPL tags
oleonard [Thu, 4 Mar 2004 22:35:49 +0000]
Fixing error in TMPL tags

20 years agoadding inactivedestroy
tipaul [Thu, 4 Mar 2004 15:17:04 +0000]
adding inactivedestroy

20 years agoNew comments only
acli [Tue, 2 Mar 2004 03:08:55 +0000]
New comments only

20 years agoMinor updates
acli [Mon, 1 Mar 2004 18:16:05 +0000]
Minor updates

20 years agoCorrect translation of "clear"
acli [Mon, 1 Mar 2004 06:37:21 +0000]
Correct translation of "clear"

20 years agoMinor consistency fixes
acli [Mon, 1 Mar 2004 06:18:11 +0000]
Minor consistency fixes

20 years agoMinor updates
acli [Mon, 1 Mar 2004 06:03:31 +0000]
Minor updates

20 years agoCorrections from Arthur
acli [Mon, 1 Mar 2004 04:34:56 +0000]
Corrections from Arthur

20 years agoMinor updates
acli [Mon, 1 Mar 2004 03:26:08 +0000]
Minor updates

20 years agoOk, I think I can give cvs a second chance. Checking in this new file...
acli [Mon, 1 Mar 2004 01:42:36 +0000]
Ok, I think I can give cvs a second chance. Checking in this new file...

20 years agoLet's try to check these in again. Let's hope CVS actually works this time...
acli [Mon, 1 Mar 2004 00:20:57 +0000]
Let's try to check these in again. Let's hope CVS actually works this time...

20 years agoThis should be better if mysql is not in the path, or if we are not running
acli [Mon, 1 Mar 2004 00:18:30 +0000]
This should be better if mysql is not in the path, or if we are not running
Apache.

20 years agoMinor updates
acli [Mon, 1 Mar 2004 00:15:43 +0000]
Minor updates

20 years agoInterim checkin of generated files. CVS hates changing previously-removed
acli [Mon, 1 Mar 2004 00:03:23 +0000]
Interim checkin of generated files. CVS hates changing previously-removed
files apparently, it is still behaving very abnormally.

20 years ago*** empty log message ***
kb2qzv [Sun, 29 Feb 2004 19:37:19 +0000]
*** empty log message ***

20 years ago*** empty log message ***
kb2qzv [Sun, 29 Feb 2004 19:35:08 +0000]
*** empty log message ***

20 years agotranslation update
kb2qzv [Sun, 29 Feb 2004 19:32:50 +0000]
translation update

20 years agoChanged label Ph: into Phone; no reason to be so skimpy.
kb2qzv [Sun, 29 Feb 2004 19:07:20 +0000]
Changed label Ph: into Phone; no reason to be so skimpy.

20 years agoUpdates and corrections
acli [Sun, 29 Feb 2004 16:27:49 +0000]
Updates and corrections

20 years agoMinor update
acli [Sun, 29 Feb 2004 10:07:28 +0000]
Minor update

20 years agoRedo the label after correcting the translation of "acquisitions"
acli [Sun, 29 Feb 2004 10:03:30 +0000]
Redo the label after correcting the translation of "acquisitions"

20 years agoMinor update
acli [Sun, 29 Feb 2004 09:09:57 +0000]
Minor update

20 years agoMinor correction
acli [Sun, 29 Feb 2004 08:59:11 +0000]
Minor correction

20 years agoBackport from HEAD - allow user to specify zh_TW yet get the Chinese
acli [Sun, 29 Feb 2004 07:59:08 +0000]
Backport from HEAD - allow user to specify zh_TW yet get the Chinese
templates from the zh-TW directory

20 years agoMinor updates plus some corrections
acli [Sun, 29 Feb 2004 07:35:10 +0000]
Minor updates plus some corrections

20 years agoFix charset problem reported by Benedict
acli [Sun, 29 Feb 2004 07:03:32 +0000]
Fix charset problem reported by Benedict

20 years agoTitle -> Salutation, so that it can be translated properly to Chinese
acli [Sun, 29 Feb 2004 06:33:40 +0000]
Title -> Salutation, so that it can be translated properly to Chinese

20 years agoMinor updates
acli [Sun, 29 Feb 2004 06:25:22 +0000]
Minor updates

20 years agoMinor updates
acli [Sun, 29 Feb 2004 04:29:44 +0000]
Minor updates

20 years agoMinor updates
acli [Sun, 29 Feb 2004 03:58:04 +0000]
Minor updates

20 years agoVarious corrections, including correction of the translation of "acquisition"
acli [Sun, 29 Feb 2004 03:38:25 +0000]
Various corrections, including correction of the translation of "acquisition"