Commit graph

1449 commits

Author SHA1 Message Date
rangi
dbcaaf36a5 Changing the input to be sent to modrequest to borrowernumber from borrower.
Which is what modrequest is expecting.
Also matches the input from the request.tmpl
2003-05-02 23:26:02 +00:00
rangi
cfeed6336a Adding the textmessaging column to the borrowers table.
insertdata.pl is expecting this to exist, and hence modifying/adding
borrowers was broken.

Also ran they script thru perltidy
2003-05-02 23:01:09 +00:00
tipaul
7629ac3f62 fix for #254 2003-05-02 16:18:51 +00:00
tipaul
7608bee7cf removing warnings 2003-05-02 13:07:14 +00:00
tipaul
72c367ac80 fix for 415 2003-05-02 13:06:33 +00:00
tipaul
5a54bfc1ae *** empty log message *** 2003-05-02 13:05:08 +00:00
tipaul
670e361bad fix for #409 2003-05-02 13:04:00 +00:00
rangi
76b467c900 renewbook is used by renewscript.pl
Making sure characters are escaped in the database insert
2003-04-30 22:55:54 +00:00
wolfpac444
2193f51d07 Fixed bug #404 2003-04-30 00:56:21 +00:00
wolfpac444
3a9b2c287e Changed wording 2003-04-30 00:47:46 +00:00
wolfpac444
8a208dcbf1 Fixed bug #396 2003-04-30 00:45:01 +00:00
wolfpac444
26e8848863 Aligned budget amount to the right 2003-04-30 00:35:00 +00:00
wolfpac444
2ea234ab66 Commented out "Help" link. 2003-04-30 00:32:48 +00:00
wolfpac444
6d4a1fdf02 Fixed bug #364 2003-04-30 00:20:35 +00:00
wolfpac444
e6f4a76e32 Fixed bug #358 2003-04-30 00:14:59 +00:00
wolfpac444
271b6bb3ea Changed image button. 2003-04-30 00:13:12 +00:00
wolfpac444
baab399c1c Removed "Ethnicity" from confirm page. 2003-04-30 00:04:25 +00:00
wolfpac444
24a4a17409 Fixed bug regrading "Full output" 2003-04-30 00:03:33 +00:00
wolfpac444
7a80beb18e Fixed bug #421 2003-04-29 23:39:56 +00:00
tipaul
22567447ce *** empty log message *** 2003-04-29 16:51:15 +00:00
tipaul
26543b430e really proud of this commit :-)
z3950 search and import seems to works fine.
Let me explain how :
* a "search z3950" button is added in the addbiblio template.
* when clicked, a popup appears and z3950/search.pl is called
* z3950/search.pl calls addz3950search in the DB
* the z3950 daemon retrieve the records and stores them in z3950results AND in marc_breeding table.
* as long as there as searches pending, the popup auto refresh every 2 seconds, and says how many searches are pending.
* when the user clicks on a z3950 result => the parent popup is called with the requested biblio, and auto-filled

Note :
* character encoding support : (It's a nightmare...) In the z3950servers table, a "encoding" column has been added. You can put "UNIMARC" or "USMARC" in this column. Depending on this, the char_decode in C4::Biblio.pm replaces marc-char-encode by an iso 8859-1 encoding. Note that in the breeding import this value has been added too, for a better support.
* the marc_breeding and z3950* tables have been modified : they have an encoding column and the random z3950 number is stored too for convenience => it's the key I use to list only requested biblios in the popup.
2003-04-29 16:48:25 +00:00
tipaul
a3c119a356 z3950 support is coming...
* adding a syntax column in z3950 table = this column will say wether the z3950 must be called with PerferedRecordsyntax => USMARC or PerferedRecordsyntax => UNIMARC. I tried some french UNIMARC z3950 servers, and some only send USMARC, some only UNIMARC, some can answer with both.
Note this is a 1st draft. More to follow (today ? I hope).
2003-04-29 08:09:42 +00:00
tipaul
69e5454b80 very little fix : adding border-radius => now text buttons have a nice round corner, almost exactly like with the images button.
I LOVE this stylesheet ! (thanks mike for adding it :-) )
2003-04-29 08:05:04 +00:00
tipaul
e5bbeace3d Those fixes solves the "internal server error" with MARC::Record 1.12.
It was due to an illegal contruction in Koha : we tried to retrive subfields from <10 tags.
That's not possible. MARC::Record accepted this in 0.93 version, but it was fixed after.
Now, the construct/retrieving is OK !
2003-04-28 13:07:14 +00:00
wolfpac444
6878f647a1 Changed image buttons to text buttons 2003-04-26 04:57:54 +00:00
wolfpac444
58caed9609 Starting to get rid of deprecated <font> tags. Switched headings over to <h1> tags 2003-04-26 04:41:15 +00:00
wolfpac444
41b0170ae2 Changing image buttons to text buttons 2003-04-26 04:24:49 +00:00
wolfpac444
168ecb752c Changed images into text buttons 2003-04-26 03:54:51 +00:00
wolfpac444
9c3b9e63bc Started the process of getting rid of image buttons that contain text. 2003-04-26 03:21:50 +00:00
wolfpac444
5e0db7fa98 Fixed menubar background problem 2003-04-26 02:46:05 +00:00
tipaul
5bec8b0db0 fix for #406 2003-04-24 18:44:17 +00:00
tipaul
392b94a262 fix for #343 2003-04-24 18:31:03 +00:00
tipaul
4b18c35c6f fix for #410 2003-04-24 18:28:40 +00:00
tipaul
88f7f51feb fix for #193 2003-04-24 18:25:24 +00:00
tipaul
e565c001ee some fixes 2003-04-24 16:29:09 +00:00
tipaul
d215d11c3d fix for 361 2003-04-24 16:28:47 +00:00
tipaul
302c759e4f fix for 298, and marc-top.inc menu 2003-04-24 14:39:38 +00:00
tipaul
ef74a1ba25 adding marc-top.inc menu 2003-04-24 14:38:17 +00:00
wolfpac444
5ceee55146 Made some of Ingrid's suggestions in Bug 395 2003-04-24 00:52:17 +00:00
wolfpac444
cf585404cb Fixed bug #402 2003-04-23 21:40:35 +00:00
wolfpac444
75ec18a1ef Fixed bug #400 2003-04-23 21:32:08 +00:00
wolfpac444
a596daa89e Fixed bug #399 2003-04-23 21:26:39 +00:00
wolfpac444
0676fae28f Fixed bug #330 2003-04-23 21:24:17 +00:00
wolfpac444
aaa1ec8b11 Fixed bug #398 2003-04-23 21:22:52 +00:00
wolfpac444
f4dc81cc9b Fixed bug #397 2003-04-23 21:20:36 +00:00
tipaul
90a979f356 fix for #360 2003-04-23 20:55:04 +00:00
tipaul
e57535b581 fix for #297 and some others bugs 2003-04-23 12:20:26 +00:00
wolfpac444
5a6aa81047 Cosmetic changes 2003-04-23 00:17:26 +00:00
wolfpac444
bba7071060 Fixed bug #368 2003-04-23 00:10:47 +00:00
wolfpac444
3759400e65 *** empty log message *** 2003-04-23 00:03:34 +00:00