]>
git.koha-community.org Git - koha.git/log
tipaul [Mon, 15 Mar 2004 14:32:40 +0000 (14:32 +0000)]
missing my
tipaul [Mon, 15 Mar 2004 14:31:50 +0000 (14:31 +0000)]
adding a minor check
acli [Fri, 12 Mar 2004 05:42:34 +0000 (05:42 +0000)]
Various corrections, mostly from Arthur
acli [Fri, 12 Mar 2004 02:50:35 +0000 (02:50 +0000)]
Minor corrections
tipaul [Thu, 11 Mar 2004 16:06:20 +0000 (16:06 +0000)]
*** empty log message ***
acli [Thu, 11 Mar 2004 05:47:29 +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:42:55 +0000 (05:42 +0000)]
Make the page headings translatable while trying not to break old templates
kb2qzv [Wed, 10 Mar 2004 19:29:24 +0000 (19:29 +0000)]
minor update.
tipaul [Wed, 10 Mar 2004 15:23:01 +0000 (15:23 +0000)]
*** empty log message ***
tipaul [Wed, 10 Mar 2004 15:22:10 +0000 (15:22 +0000)]
moving members related scripts to "members" directory
tipaul [Wed, 10 Mar 2004 15:10:45 +0000 (15:10 +0000)]
moving members related scripts to "members" directory
tipaul [Wed, 10 Mar 2004 15:09:29 +0000 (15:09 +0000)]
modifying shelves : introducing category of shelf : private, public, free for all
acli [Wed, 10 Mar 2004 08:42:01 +0000 (08:42 +0000)]
I did break this one
acli [Wed, 10 Mar 2004 08:25:07 +0000 (08:25 +0000)]
Missed a couple
acli [Wed, 10 Mar 2004 08:09:02 +0000 (08:09 +0000)]
Interim updates due to the Javascript changes
acli [Wed, 10 Mar 2004 07:38:05 +0000 (07:38 +0000)]
JavaScript changes to make tmpl_process3 recognize translatable strings.
Note: This may break things!
acli [Wed, 10 Mar 2004 07:00:27 +0000 (07:00 +0000)]
Added hack to extract and translate strings inside JavaScript CDATA blocks,
using C-like _("some translatable string") notation. English templates will
need to be modified.
acli [Wed, 10 Mar 2004 03:09:22 +0000 (03:09 +0000)]
Interim update
acli [Wed, 10 Mar 2004 03:02:43 +0000 (03:02 +0000)]
Fixed charset conversion problem reported by Benedict.
kb2qzv [Mon, 8 Mar 2004 16:31:13 +0000 (16:31 +0000)]
header update.
kb2qzv [Mon, 8 Mar 2004 15:58:24 +0000 (15:58 +0000)]
Updates due to Ambrose's improvements to the translation tool.
These are now ready for rel_2_0.
acli [Mon, 8 Mar 2004 05:41:55 +0000 (05:41 +0000)]
Updates due to bug fixes to the translation tool just committed
acli [Mon, 8 Mar 2004 05:00:42 +0000 (05:00 +0000)]
Sorry, forgot to take out debugging code before committing
acli [Mon, 8 Mar 2004 04:59:38 +0000 (04:59 +0000)]
Fixed some bugs which caused some context to be not recognized, and some
spurious context to be recognized. In particular, the bugs fixed are:
1. Failure to recognize INPUT element at the end, e.g., if the input has
the form "Item number:%S", then the pattern was recognized as only
"Item number".
2. Failure to remove matching <foo></foo> tags if the pattern contains
INPUT or TMPL_VAR; e.g., if the input has the form "<h1>%s %s</h1>",
the form would not be simplified to "%s %s".
Unfortunately, fixing these 2 bugs will cause about 40 fuzzies to appear.
acli [Mon, 8 Mar 2004 04:48:58 +0000 (04:48 +0000)]
<a> without matching </a>
kb2qzv [Mon, 8 Mar 2004 00:04:52 +0000 (00:04 +0000)]
Version 2.0 ready. Corrections are needed since there's no proofreading performed.
Niech ktos pomoze.
kb2qzv [Sun, 7 Mar 2004 22:59:31 +0000 (22:59 +0000)]
107 more strings to translate and I'll be finished. No proofreading though, yet.
kb2qzv [Sun, 7 Mar 2004 13:48:03 +0000 (13:48 +0000)]
minor update, about 343 strings more to go for completion
acli [Sun, 7 Mar 2004 05:47:31 +0000 (05:47 +0000)]
Various updates/fixes from rel_2_0
Fixes for bugs 721 (templating), 727, and 734
rangi [Sun, 7 Mar 2004 01:49:34 +0000 (01:49 +0000)]
Starting on C4::Query,
Currently doesnt do anything much at all.
Im building a skeleton module then ill flesh it out
rangi [Sat, 6 Mar 2004 21:26:44 +0000 (21:26 +0000)]
Got rid of the last error message -1 bug
tipaul [Sat, 6 Mar 2004 20:26:13 +0000 (20:26 +0000)]
adding seealso feature in MARC searches
rangi [Sat, 6 Mar 2004 07:55:35 +0000 (07:55 +0000)]
Bugfix, now it actually does whats its supposed to.
rangi [Sat, 6 Mar 2004 07:45:33 +0000 (07:45 +0000)]
First cut of a script to scrap the average customer ratings for books from
Amazon and store them in a ratings table in the Koha db
ratings.sql is the table definition
My next task is to extend it to work for cd's and dvds as well.
rangi [Fri, 5 Mar 2004 21:24:38 +0000 (21:24 +0000)]
Templates for use with the notifys/fines.pl script
rangi [Fri, 5 Mar 2004 21:23:32 +0000 (21:23 +0000)]
Little script to format a letter for printing to be sent to a borrower with overdue items
rangi [Fri, 5 Mar 2004 21:22:15 +0000 (21:22 +0000)]
Scripts to deal with overdues.
fines.pl will levy fines and place them on patrons accounts, it will also then attempt to notify
the borrowers.
Either by email, sms, fax etc depending on what the patron has set as preferred contact.
Email and letters are currently working fine, fax, and sms need to be worked on.
Test with caution in your library, you dont want to be bombarding patrons with emails :)
acli [Fri, 5 Mar 2004 06:37:54 +0000 (06:37 +0000)]
Minor update
acli [Fri, 5 Mar 2004 06:29:01 +0000 (06:29 +0000)]
"Cancel requests" graphical text
acli [Fri, 5 Mar 2004 06:09:28 +0000 (06:09 +0000)]
Consistency fix; we should be using the equivalent of "vous", not "tu"
acli [Fri, 5 Mar 2004 05:54:04 +0000 (05:54 +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:33:01 +0000 (05:33 +0000)]
More translations
oleonard [Thu, 4 Mar 2004 22:36:31 +0000 (22:36 +0000)]
Fixing error in TMPL tags
oleonard [Thu, 4 Mar 2004 19:18:55 +0000 (19:18 +0000)]
Removed broken 'edit items' link
tipaul [Thu, 4 Mar 2004 16:49:09 +0000 (16:49 +0000)]
adding LDAP auth.
Introduce a new Perl dependency Net:LDAP
tipaul [Thu, 4 Mar 2004 15:39:41 +0000 (15:39 +0000)]
unsued package. beginning code cleaning
tipaul [Thu, 4 Mar 2004 15:32:46 +0000 (15:32 +0000)]
unsued package. beginning code cleaning
acli [Tue, 2 Mar 2004 03:08:24 +0000 (03:08 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 18:46:43 +0000 (18:46 +0000)]
More perldoc updates
acli [Mon, 1 Mar 2004 18:16:30 +0000 (18:16 +0000)]
Perldoc update
acli [Mon, 1 Mar 2004 06:37:34 +0000 (06:37 +0000)]
Correct translation of "Clear"
acli [Mon, 1 Mar 2004 06:18:02 +0000 (06:18 +0000)]
Minor consistency fixes
acli [Mon, 1 Mar 2004 06:03:36 +0000 (06:03 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 04:34:49 +0000 (04:34 +0000)]
Corrections from Arthur
acli [Mon, 1 Mar 2004 03:26:26 +0000 (03:26 +0000)]
Minor updates
acli [Mon, 1 Mar 2004 00:15:53 +0000 (00:15 +0000)]
Minor updates
kb2qzv [Sun, 29 Feb 2004 19:50:53 +0000 (19:50 +0000)]
minor updates
kb2qzv [Sun, 29 Feb 2004 19:11:46 +0000 (19:11 +0000)]
translation file over 60% completed.
acli [Sun, 29 Feb 2004 16:27:42 +0000 (16:27 +0000)]
Updates and corrections
acli [Sun, 29 Feb 2004 10:07:49 +0000 (10:07 +0000)]
Minor update
acli [Sun, 29 Feb 2004 10:04:27 +0000 (10:04 +0000)]
Redo the label after correcting the translation of "acquisitions"
acli [Sun, 29 Feb 2004 09:09:50 +0000 (09:09 +0000)]
Minor update
acli [Sun, 29 Feb 2004 08:59:08 +0000 (08:59 +0000)]
Minor correction
acli [Sun, 29 Feb 2004 07:35:00 +0000 (07:35 +0000)]
Minor updates plus some corrections
acli [Sun, 29 Feb 2004 07:03:18 +0000 (07:03 +0000)]
Fix charset problem reported by Benedict
acli [Sun, 29 Feb 2004 06:41:36 +0000 (06:41 +0000)]
Copied from en directory
acli [Sun, 29 Feb 2004 06:34:05 +0000 (06:34 +0000)]
Title -> Salutation, so that it can be translated properly to Chinese
acli [Sun, 29 Feb 2004 06:25:14 +0000 (06:25 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 04:29:38 +0000 (04:29 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 03:58:10 +0000 (03:58 +0000)]
Minor updates
acli [Sun, 29 Feb 2004 03:38:18 +0000 (03:38 +0000)]
Various corrections, including correction of the translation of "acquisition"
acli [Sun, 29 Feb 2004 01:03:58 +0000 (01:03 +0000)]
Minor corrections
acli [Sun, 29 Feb 2004 00:56:10 +0000 (00:56 +0000)]
Applied most of Arthur's corrections, some with editorial changes.
Some other corrections.
acli [Sun, 29 Feb 2004 00:54:50 +0000 (00:54 +0000)]
Applied most of Arthur's corrections, some with editorial changes.
Some other corrections.
Copied graphics from en directory.
kb2qzv [Sat, 28 Feb 2004 15:18:42 +0000 (15:18 +0000)]
Usable translation, nearly a 100% translated.
kb2qzv [Sat, 28 Feb 2004 15:17:55 +0000 (15:17 +0000)]
no fuzzy strings, over 50% translated.
kb2qzv [Sat, 28 Feb 2004 10:02:42 +0000 (10:02 +0000)]
incomlete translation of default intranet
acli [Fri, 27 Feb 2004 13:26:07 +0000 (13:26 +0000)]
- Consider <INPUT type=text> and <INPUT type=text> part of strings.
- If a string is enclosed by a tag, remove that tag from the extracted string
- Generate automatic comments to provide more information for the translator
- A couple bug fixes
acli [Fri, 27 Feb 2004 03:57:43 +0000 (03:57 +0000)]
HTML syntax correction
acli [Thu, 26 Feb 2004 22:17:08 +0000 (22:17 +0000)]
One more suggested change from Arthur
kb2qzv [Thu, 26 Feb 2004 16:50:18 +0000 (16:50 +0000)]
incomplete; but just in case my HDD crashed here is an upload.
kb2qzv [Thu, 26 Feb 2004 10:56:37 +0000 (10:56 +0000)]
minor updates
acli [Thu, 26 Feb 2004 07:12:10 +0000 (07:12 +0000)]
First half of Arthur's corrections; the rest pending clarifications
acli [Thu, 26 Feb 2004 05:29:03 +0000 (05:29 +0000)]
Interim minor update
kb2qzv [Wed, 25 Feb 2004 22:45:35 +0000 (22:45 +0000)]
Translated (need polishing) strings file generated by tmpl_process3.pl and xgettext.pl
oleonard [Wed, 25 Feb 2004 22:09:58 +0000 (22:09 +0000)]
Minor correction to HTML to go with fix for Bug 606
rangi [Wed, 25 Feb 2004 21:44:40 +0000 (21:44 +0000)]
fix for bug 606,
seems to be an error in the tmpl still but the functionality seems to be working again
kb2qzv [Wed, 25 Feb 2004 20:08:15 +0000 (20:08 +0000)]
*** empty log message ***
kb2qzv [Wed, 25 Feb 2004 20:03:05 +0000 (20:03 +0000)]
Addition of quotation marks where they where needed for translator
oleonard [Wed, 25 Feb 2004 20:02:14 +0000 (20:02 +0000)]
Changing French string to English, cleaning up some HTML markup
kb2qzv [Wed, 25 Feb 2004 19:56:55 +0000 (19:56 +0000)]
missing ; added to the end of
kb2qzv [Wed, 25 Feb 2004 19:54:57 +0000 (19:54 +0000)]
removal of 2 quotation marks from the bgcolor= so that translator is happy.
kb2qzv [Wed, 25 Feb 2004 19:49:01 +0000 (19:49 +0000)]
Added > and < instead of << >>.
oleonard [Wed, 25 Feb 2004 18:15:35 +0000 (18:15 +0000)]
Small changes to help fix Bug 436
oleonard [Wed, 25 Feb 2004 18:09:29 +0000 (18:09 +0000)]
Small changes to help fix Bug 436
oleonard [Wed, 25 Feb 2004 17:28:43 +0000 (17:28 +0000)]
Minor correction to HTML (closing input tags)
acli [Wed, 25 Feb 2004 08:16:34 +0000 (08:16 +0000)]
Minor updates
acli [Wed, 25 Feb 2004 08:16:24 +0000 (08:16 +0000)]
This should now handle spurious "strange attribute syntax" much more sanely.
acli [Wed, 25 Feb 2004 06:56:42 +0000 (06:56 +0000)]
Ugly hack to avoid screenfuls of spurious warnings about "Possible SGML
closed tag notation"
acli [Wed, 25 Feb 2004 06:49:35 +0000 (06:49 +0000)]
Try to be a little bit more helpful with "Strange attribute syntax..."
warnings. (Actually, is syntax like foo="bar"foo="bar" actually valid?)