Commit graph

2011 commits

Author SHA1 Message Date
tipaul
7b72986c7e translation fixes 2003-09-18 12:32:40 +00:00
tipaul
323642f5a1 all those fixes are related to translation improvement.
A few minor bugfixes too in perl code.

NOTE TO ENGLISH "TEMPLATORS" : you should look at this commits, as some ideas are really nice.  Thanks to Carole, Wesford School, new Koha user in France :-)
2003-09-18 10:19:28 +00:00
tipaul
5a734c201c Title that have a value empty (or null) are no more shown. 2003-09-18 07:38:22 +00:00
tipaul
313431ed3e transaltion fix 2003-09-18 07:36:51 +00:00
tipaul
ec04150319 translation fix 2003-09-17 15:05:56 +00:00
tipaul
139775d7c7 fixing bug that makes a MARC biblio disappear when using full acquisition (order => recieve ==> MARC editor).
Before this 2 lines fix, the MARC biblio was deleted during recieve, and had to be entirely recreated :-(
2003-09-17 14:21:13 +00:00
tipaul
08615d8f24 translation fixes 2003-09-17 13:34:11 +00:00
tipaul
f0645e2953 include quantityrecieved in the code passed to template.
Template modified for fr only. english users, feel free to change the template too :)
2003-09-17 13:33:37 +00:00
tipaul
2e46f36323 translation fix 2003-09-17 12:24:47 +00:00
tipaul
64d6029a7d notforloan value in itemtype was overwritting notforloan value in a given item.
I changed this behaviour :
if notforloan is set for a given item, and NOT for all items from this itemtype, the notforloan is kept.
If notforloan is set for itemtype, it's used (and impossible to loan a specific item from this itemtype)
2003-09-17 10:24:39 +00:00
tipaul
43b29b60f6 fixing some bugs in charges.pl, script that fills the categoryitem table.
The categoryitem table contains fines for every itemtype-borrowercategory.
Should be templated and added to admin part of Koha (i'll take care of this next week probably)
2003-09-17 10:22:25 +00:00
tipaul
45414c767b remove trailing , in subject list 2003-09-17 10:20:12 +00:00
tipaul
cb3bb31ecd synch'ing french templates 2003-09-12 13:26:59 +00:00
tipaul
d2b3673d24 syn"ching french templates 2003-09-12 13:11:21 +00:00
tipaul
65bb0f2051 fixing bug 511 (bug in javascript : Mozilla didn't care, IE reported an error) 2003-09-12 08:59:03 +00:00
rangi
b1acf4e1b4 Fix for bug 603 2003-09-12 00:46:21 +00:00
rangi
2bf9de3d80 Committed on behalf of Stephen Hedges
This is a script for the use of printing, and emailing overdue notices.
The script must be run from the command line

Documentation is contained in the script
2003-09-11 22:37:07 +00:00
rangi
8d8102cdc3 Fix for showing the current borrower on the moredetail.pl page 2003-09-11 22:03:43 +00:00
rangi
bbd3b3c79c Getting the current borrower showing 2003-09-11 21:48:40 +00:00
rangi
0b5dcac81d Have frequency now showing 2003-09-09 23:23:42 +00:00
tipaul
e44a0bf8f5 adding some <CR> 2003-09-08 13:36:00 +00:00
tipaul
b8bfdfcc04 release notes for 200pre3 2003-09-08 10:06:17 +00:00
tipaul
90c5439ab2 synch'ing 200pre2 release notes for history 2003-09-08 10:05:53 +00:00
tipaul
f2c07bb529 bugfix : biblios without isbn where not added into the breeding farm 2003-09-08 08:42:40 +00:00
tipaul
f293d022dd french transation 2003-09-08 08:41:53 +00:00
tipaul
b7a49c131b french version 2003-09-08 08:41:41 +00:00
tipaul
0bf69c0939 some perf improvment tries 2003-09-08 08:41:18 +00:00
slef
4c1fb55c4c my.cnf and grep bugsquashes from mailing list 2003-09-07 22:51:46 +00:00
tipaul
256d7b1864 *** empty log message *** 2003-09-05 11:29:48 +00:00
tipaul
6240ea9520 moving a z3950 script 2003-09-05 11:29:07 +00:00
tipaul
e08349dcdc adding possibility to create a thesaurus entry directly 2003-09-05 11:28:06 +00:00
tipaul
45ae9b219e repeating 2x how to login with mySQL user/password 2003-09-05 08:40:28 +00:00
tipaul
164581d877 fixing small bug : escaping twice the ' in title & author. (bugreport from Dombes Abbey) 2003-09-04 17:29:50 +00:00
tipaul
a8cd68650c translation fixes 2003-09-04 17:04:19 +00:00
tipaul
cab874784a javascript bugfix (bugreport from Dombes Abbey) 2003-09-04 17:01:59 +00:00
tipaul
c4016bd424 adding javascript function to focus on 1st field for issues / returns.
Thus, librarian don't need manual mouse focus & can scan barcode immediatly.
2003-09-04 16:42:32 +00:00
tipaul
b8b30f7418 translation fixes, (bugreport from Dombes Abbey) 2003-09-04 16:01:02 +00:00
tipaul
02381a2301 fix for 525 (If itemtype is not set, we get a broken more detail page) and translation to french 2003-09-04 15:03:00 +00:00
tipaul
ee79c36070 fix for 582 (Move error message contents out of newmember.pl) 2003-09-04 14:29:44 +00:00
tipaul
b36dc7537c fix for 593 (data duplication in MARC-DB) 2003-09-04 14:11:23 +00:00
tipaul
21a38798e6 removing warning 2003-09-04 13:08:17 +00:00
tipaul
0ee4bfe070 fix for 565 : item barcode not checked unique 2003-09-04 13:04:12 +00:00
tipaul
8bc5e4ab66 fix for 583 (values in marc_word table should have quotation marks, etc, stripped) 2003-09-04 10:17:07 +00:00
rangi
d7bf28d524 Fix for bug 562 2003-09-03 19:41:22 +00:00
tipaul
9413ee2f7d modifying MARC21 default setup : using Nelsonville setup, that is working. User just need to define itemtypes. 2003-09-03 15:14:18 +00:00
tipaul
1b6d041c9c removing "warn" 2003-09-03 15:01:50 +00:00
tipaul
163f745ea2 typo & translation fixes 2003-09-03 11:58:47 +00:00
ri_chard
3bb3850772 02/09/03 - richard@katipo.co.nz - new multiple search result display 2003-09-03 03:26:10 +00:00
ri_chard
27761784e1 richard@katipo.co.nz - new multiple search display 2003-09-03 03:24:23 +00:00
rangi
1fcf89f59a adding a site variable to deal with the fact the site is proxied 2003-08-26 00:58:17 +00:00