Commit graph

95 commits

Author SHA1 Message Date
tipaul
7629ac3f62 fix for #254 2003-05-02 16:18:51 +00:00
wolfpac444
26e8848863 Aligned budget amount to the right 2003-04-30 00:35:00 +00:00
wolfpac444
7a80beb18e Fixed bug #421 2003-04-29 23:39:56 +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
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
168ecb752c Changed images into text buttons 2003-04-26 03:54:51 +00:00
wolfpac444
5ceee55146 Made some of Ingrid's suggestions in Bug 395 2003-04-24 00:52:17 +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
wolfpac444
5a6aa81047 Cosmetic changes 2003-04-23 00:17:26 +00:00
wolfpac444
3759400e65 *** empty log message *** 2003-04-23 00:03:34 +00:00
wolfpac444
43ae7c2259 Fixed problems with Javascript and newlines 2003-04-22 23:09:46 +00:00
wolfpac444
9364159e89 *** empty log message *** 2003-04-17 04:14:39 +00:00
wolfpac444
d28bb5a8d6 *** empty log message *** 2003-04-13 06:41:10 +00:00
wolfpac444
72f32f7ff7 *** empty log message *** 2003-04-13 05:54:18 +00:00
wolfpac444
d4b002fe19 Bug fixes 2003-04-13 04:39:16 +00:00
wolfpac444
50aa151fbb Fixed spelling... 2003-04-13 04:32:03 +00:00
wolfpac444
c3e6b39e54 *** empty log message *** 2003-04-13 04:28:01 +00:00
wolfpac444
758054a1b6 Bug fixes 2003-04-13 03:11:44 +00:00
wolfpac444
08edefcdac Bug fixes 2003-04-13 02:59:06 +00:00
wolfpac444
daca1e03d7 fixed bug #332 2003-04-12 21:54:43 +00:00
wolfpac444
2ef41e95d6 Fixed Bug #333 2003-04-12 21:52:52 +00:00
wolfpac444
41f7e89414 *** empty log message *** 2003-04-12 01:55:36 +00:00
wolfpac444
ed977b0dc1 Fixed bug #329 2003-04-12 01:38:50 +00:00
wolfpac444
546c670788 Changed "data recorded" to "Data recorded" 2003-04-12 01:37:21 +00:00
wolfpac444
483b58cf13 *** empty log message *** 2003-04-12 01:30:58 +00:00
wolfpac444
1365d66fac *** empty log message *** 2003-04-12 00:16:08 +00:00
wolfpac444
1631cd5a92 *** empty log message *** 2003-04-10 03:05:11 +00:00
wolfpac444
c94f88387f Made changes according to Ingrid's suggestions. 2003-04-10 02:18:03 +00:00
tipaul
8b936b5137 fix for #259 2003-04-09 16:43:59 +00:00
tipaul
75dd1d77f5 fix for 231 2003-04-09 09:43:27 +00:00
tipaul
0af3339336 fixed typo (#221) 2003-04-09 09:21:50 +00:00
tipaul
5e04a2af38 fix for #255 + typo 2003-04-08 12:23:03 +00:00
tipaul
5ef80c5648 *** empty log message *** 2003-04-08 12:17:10 +00:00
tipaul
f169bbdbf4 fix for #254 2003-04-08 12:16:59 +00:00
wolfpac444
6419ed7c78 Added "toggle" color functionality to the templates 2003-04-05 03:35:09 +00:00
wolfpac444
e4d7a39bab Fixed the dates in aqbudget.pl 2003-04-05 03:19:33 +00:00
wolfpac444
2810acfb2a Templating... 2003-04-05 01:36:06 +00:00
wolfpac444
45dbf4d7b9 Templating... 2003-04-05 00:51:57 +00:00
wolfpac444
ab1294b661 Templating... 2003-04-05 00:35:37 +00:00
wolfpac444
fcbdef09f0 Templating... 2003-04-05 00:12:43 +00:00
wolfpac444
7dc774ec29 Templating... 2003-04-04 23:38:43 +00:00
wolfpac444
d35645d3c0 Minor fixes. 2003-04-04 22:39:45 +00:00
wolfpac444
d5cf2dfbb1 Templating... 2003-04-04 21:56:44 +00:00
wolfpac444
bcb707d302 Fixed bug #257 2003-04-03 01:29:52 +00:00
dragon28
5bbd7abd9c Corrected the title on the Add button (bug 251) 2003-04-02 18:29:21 +00:00