koha.git
21 years agoFixed bug #404
wolfpac444 [Wed, 30 Apr 2003 00:56:21 +0000 (00:56 +0000)]
Fixed bug #404

21 years agoChanged wording
wolfpac444 [Wed, 30 Apr 2003 00:47:46 +0000 (00:47 +0000)]
Changed wording

21 years agoFixed bug #396
wolfpac444 [Wed, 30 Apr 2003 00:45:01 +0000 (00:45 +0000)]
Fixed bug #396

21 years agoAligned budget amount to the right
wolfpac444 [Wed, 30 Apr 2003 00:35:00 +0000 (00:35 +0000)]
Aligned budget amount to the right

21 years agoCommented out "Help" link.
wolfpac444 [Wed, 30 Apr 2003 00:32:48 +0000 (00:32 +0000)]
Commented out "Help" link.

21 years agoFixed bug #364
wolfpac444 [Wed, 30 Apr 2003 00:20:35 +0000 (00:20 +0000)]
Fixed bug #364

21 years agoFixed bug #358
wolfpac444 [Wed, 30 Apr 2003 00:14:59 +0000 (00:14 +0000)]
Fixed bug #358

21 years agoChanged image button.
wolfpac444 [Wed, 30 Apr 2003 00:13:12 +0000 (00:13 +0000)]
Changed image button.

21 years agoRemoved "Ethnicity" from confirm page.
wolfpac444 [Wed, 30 Apr 2003 00:04:25 +0000 (00:04 +0000)]
Removed "Ethnicity" from confirm page.

21 years agoFixed bug regrading "Full output"
wolfpac444 [Wed, 30 Apr 2003 00:03:33 +0000 (00:03 +0000)]
Fixed bug regrading "Full output"

21 years agoFixed bug #421
wolfpac444 [Tue, 29 Apr 2003 23:39:56 +0000 (23:39 +0000)]
Fixed bug #421

21 years ago*** empty log message ***
tipaul [Tue, 29 Apr 2003 16:51:15 +0000 (16:51 +0000)]
*** empty log message ***

21 years agoreally proud of this commit :-)
tipaul [Tue, 29 Apr 2003 16:48:25 +0000 (16:48 +0000)]
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.

21 years agoz3950 support is coming...
tipaul [Tue, 29 Apr 2003 08:09:42 +0000 (08:09 +0000)]
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).

21 years agovery little fix : adding border-radius => now text buttons have a nice round corner...
tipaul [Tue, 29 Apr 2003 08:05:04 +0000 (08:05 +0000)]
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 :-) )

21 years agoThose fixes solves the "internal server error" with MARC::Record 1.12.
tipaul [Mon, 28 Apr 2003 13:07:14 +0000 (13:07 +0000)]
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 !

21 years agoChanged image buttons to text buttons
wolfpac444 [Sat, 26 Apr 2003 04:57:54 +0000 (04:57 +0000)]
Changed image buttons to text buttons

21 years agoStarting to get rid of deprecated <font> tags. Switched headings over to <h1> tags
wolfpac444 [Sat, 26 Apr 2003 04:41:15 +0000 (04:41 +0000)]
Starting to get rid of deprecated <font> tags.  Switched headings over to <h1> tags

21 years agoChanging image buttons to text buttons
wolfpac444 [Sat, 26 Apr 2003 04:24:49 +0000 (04:24 +0000)]
Changing image buttons to text buttons

21 years agoChanged images into text buttons
wolfpac444 [Sat, 26 Apr 2003 03:54:51 +0000 (03:54 +0000)]
Changed images into text buttons

21 years agoStarted the process of getting rid of image buttons that contain text.
wolfpac444 [Sat, 26 Apr 2003 03:21:50 +0000 (03:21 +0000)]
Started the process of getting rid of image buttons that contain text.

21 years agoFixed menubar background problem
wolfpac444 [Sat, 26 Apr 2003 02:46:05 +0000 (02:46 +0000)]
Fixed menubar background problem

21 years agofix for #406
tipaul [Thu, 24 Apr 2003 18:44:17 +0000 (18:44 +0000)]
fix for #406

21 years agofix for #343
tipaul [Thu, 24 Apr 2003 18:31:03 +0000 (18:31 +0000)]
fix for #343

21 years agofix for #410
tipaul [Thu, 24 Apr 2003 18:28:40 +0000 (18:28 +0000)]
fix for #410

21 years agofix for #193
tipaul [Thu, 24 Apr 2003 18:25:24 +0000 (18:25 +0000)]
fix for #193

21 years agosome fixes
tipaul [Thu, 24 Apr 2003 16:29:09 +0000 (16:29 +0000)]
some fixes

21 years agofix for 361
tipaul [Thu, 24 Apr 2003 16:28:47 +0000 (16:28 +0000)]
fix for 361

21 years agofix for 298, and marc-top.inc menu
tipaul [Thu, 24 Apr 2003 14:39:38 +0000 (14:39 +0000)]
fix for 298, and marc-top.inc menu

21 years agoadding marc-top.inc menu
tipaul [Thu, 24 Apr 2003 14:38:17 +0000 (14:38 +0000)]
adding marc-top.inc menu

21 years agoMade some of Ingrid's suggestions in Bug 395
wolfpac444 [Thu, 24 Apr 2003 00:52:17 +0000 (00:52 +0000)]
Made some of Ingrid's suggestions in Bug 395

21 years agoFixed bug #402
wolfpac444 [Wed, 23 Apr 2003 21:40:35 +0000 (21:40 +0000)]
Fixed bug #402

21 years agoFixed bug #400
wolfpac444 [Wed, 23 Apr 2003 21:32:08 +0000 (21:32 +0000)]
Fixed bug #400

21 years agoFixed bug #399
wolfpac444 [Wed, 23 Apr 2003 21:26:39 +0000 (21:26 +0000)]
Fixed bug #399

21 years agoFixed bug #330
wolfpac444 [Wed, 23 Apr 2003 21:24:17 +0000 (21:24 +0000)]
Fixed bug #330

21 years agoFixed bug #398
wolfpac444 [Wed, 23 Apr 2003 21:22:52 +0000 (21:22 +0000)]
Fixed bug #398

21 years agoFixed bug #397
wolfpac444 [Wed, 23 Apr 2003 21:20:36 +0000 (21:20 +0000)]
Fixed bug #397

21 years agofix for #360
tipaul [Wed, 23 Apr 2003 20:55:04 +0000 (20:55 +0000)]
fix for #360

21 years agofix for #297 and some others bugs
tipaul [Wed, 23 Apr 2003 12:20:26 +0000 (12:20 +0000)]
fix for #297 and some others bugs

21 years agoCosmetic changes
wolfpac444 [Wed, 23 Apr 2003 00:17:26 +0000 (00:17 +0000)]
Cosmetic changes

21 years agoFixed bug #368
wolfpac444 [Wed, 23 Apr 2003 00:10:47 +0000 (00:10 +0000)]
Fixed bug #368

21 years ago*** empty log message ***
wolfpac444 [Wed, 23 Apr 2003 00:03:34 +0000 (00:03 +0000)]
*** empty log message ***

21 years agoFixed problems with Javascript and newlines
wolfpac444 [Tue, 22 Apr 2003 23:09:46 +0000 (23:09 +0000)]
Fixed problems with Javascript and newlines

21 years ago1st draft for z3950 client import.
tipaul [Tue, 22 Apr 2003 12:22:52 +0000 (12:22 +0000)]
1st draft for z3950 client import.
moving Breeding farm script to a perl package C4/Breeding.pm

21 years agoBug fixes.
wolfpac444 [Tue, 22 Apr 2003 11:16:26 +0000 (11:16 +0000)]
Bug fixes.

21 years agoAdded "father" column to bibliothesaurus table
wolfpac444 [Tue, 22 Apr 2003 10:48:27 +0000 (10:48 +0000)]
Added "father" column to bibliothesaurus table

21 years agoAdded format_date() to the scripts.
wolfpac444 [Tue, 22 Apr 2003 10:22:19 +0000 (10:22 +0000)]
Added format_date() to the scripts.

21 years agoFixed bug #356
wolfpac444 [Tue, 22 Apr 2003 10:05:40 +0000 (10:05 +0000)]
Fixed bug #356

21 years ago*** empty log message ***
wolfpac444 [Tue, 22 Apr 2003 10:02:48 +0000 (10:02 +0000)]
*** empty log message ***

21 years agoFixed bug #345
wolfpac444 [Tue, 22 Apr 2003 10:00:11 +0000 (10:00 +0000)]
Fixed bug #345

21 years agoFixed bug #370
wolfpac444 [Tue, 22 Apr 2003 09:49:58 +0000 (09:49 +0000)]
Fixed bug #370

21 years agoFixed bug #369
wolfpac444 [Tue, 22 Apr 2003 09:45:12 +0000 (09:45 +0000)]
Fixed bug #369

21 years agoFixing bug 388
rangi [Tue, 22 Apr 2003 08:39:04 +0000 (08:39 +0000)]
Fixing bug 388

21 years agoFixing bug 387, so the lists of branches are the same
rangi [Tue, 22 Apr 2003 08:20:42 +0000 (08:20 +0000)]
Fixing bug 387, so the lists of branches are the same

21 years agoFixing bug 386
rangi [Tue, 22 Apr 2003 08:09:54 +0000 (08:09 +0000)]
Fixing bug 386

21 years agoFixing bug 347
rangi [Mon, 21 Apr 2003 04:41:58 +0000 (04:41 +0000)]
Fixing bug 347

21 years agoFixing bug 352
rangi [Mon, 21 Apr 2003 04:36:19 +0000 (04:36 +0000)]
Fixing bug 352

21 years agoAdding back in code to allow switching between acquisition modules
rangi [Mon, 21 Apr 2003 04:30:33 +0000 (04:30 +0000)]
Adding back in code to allow switching between acquisition modules

Not sure why this was deleted, im picking by accident

21 years agofixed bug 371 (log in information double up)
rangi [Mon, 21 Apr 2003 03:48:03 +0000 (03:48 +0000)]
fixed bug 371 (log in information double up)

21 years agoFixing bug 372
rangi [Mon, 21 Apr 2003 03:40:04 +0000 (03:40 +0000)]
Fixing bug 372

21 years agoFixing bug 373
rangi [Mon, 21 Apr 2003 03:29:17 +0000 (03:29 +0000)]
Fixing bug 373

21 years agoFixing bug 374
rangi [Mon, 21 Apr 2003 03:14:04 +0000 (03:14 +0000)]
Fixing bug 374

21 years agoFixing internal server error
rangi [Mon, 21 Apr 2003 02:58:58 +0000 (02:58 +0000)]
Fixing internal server error

21 years agoRemoving the use C4::Acquisitions line
rangi [Mon, 21 Apr 2003 02:53:14 +0000 (02:53 +0000)]
Removing the use C4::Acquisitions line

21 years agoFixing bug 348
rangi [Mon, 21 Apr 2003 02:16:13 +0000 (02:16 +0000)]
Fixing bug 348

21 years ago*** empty log message ***
wolfpac444 [Thu, 17 Apr 2003 04:14:39 +0000 (04:14 +0000)]
*** empty log message ***

21 years agofix for bug #355 - link to reports page
dragon28 [Tue, 15 Apr 2003 05:18:37 +0000 (05:18 +0000)]
fix for bug #355 - link to reports page

21 years agofix for bug #351
dragon28 [Mon, 14 Apr 2003 17:45:31 +0000 (17:45 +0000)]
fix for bug #351

21 years agoremoving "blackdot.gif", that created a message in error log
tipaul [Mon, 14 Apr 2003 12:35:45 +0000 (12:35 +0000)]
removing "blackdot.gif", that created a message in error log

21 years ago*** empty log message ***
wolfpac444 [Sun, 13 Apr 2003 06:41:10 +0000 (06:41 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Sun, 13 Apr 2003 05:54:18 +0000 (05:54 +0000)]
*** empty log message ***

21 years agoBug fixes
wolfpac444 [Sun, 13 Apr 2003 04:39:16 +0000 (04:39 +0000)]
Bug fixes

21 years agoFixed spelling...
wolfpac444 [Sun, 13 Apr 2003 04:32:03 +0000 (04:32 +0000)]
Fixed spelling...

21 years ago*** empty log message ***
wolfpac444 [Sun, 13 Apr 2003 04:28:01 +0000 (04:28 +0000)]
*** empty log message ***

21 years agoFixed bug #340 and templated member-flags.tmpl
wolfpac444 [Sun, 13 Apr 2003 04:08:56 +0000 (04:08 +0000)]
Fixed bug #340 and templated member-flags.tmpl

21 years agoBug fixes
wolfpac444 [Sun, 13 Apr 2003 03:47:45 +0000 (03:47 +0000)]
Bug fixes

21 years ago*** empty log message ***
wolfpac444 [Sun, 13 Apr 2003 03:33:19 +0000 (03:33 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Sun, 13 Apr 2003 03:33:19 +0000 (03:33 +0000)]
*** empty log message ***

21 years agoFixed bug #336
wolfpac444 [Sun, 13 Apr 2003 03:16:03 +0000 (03:16 +0000)]
Fixed bug #336

21 years agoBug fixes
wolfpac444 [Sun, 13 Apr 2003 03:11:44 +0000 (03:11 +0000)]
Bug fixes

21 years agoBug fixes
wolfpac444 [Sun, 13 Apr 2003 02:59:06 +0000 (02:59 +0000)]
Bug fixes

21 years agoTaking out exraneous space
rangi [Sat, 12 Apr 2003 23:53:04 +0000 (23:53 +0000)]
Taking out exraneous space

21 years agofixed bug #332
wolfpac444 [Sat, 12 Apr 2003 21:54:43 +0000 (21:54 +0000)]
fixed bug #332

21 years agoFixed Bug #333
wolfpac444 [Sat, 12 Apr 2003 21:52:52 +0000 (21:52 +0000)]
Fixed Bug #333

21 years ago*** empty log message ***
wolfpac444 [Sat, 12 Apr 2003 01:55:36 +0000 (01:55 +0000)]
*** empty log message ***

21 years agoFixed bug #329
wolfpac444 [Sat, 12 Apr 2003 01:38:50 +0000 (01:38 +0000)]
Fixed bug #329

21 years agoChanged "data recorded" to "Data recorded"
wolfpac444 [Sat, 12 Apr 2003 01:37:21 +0000 (01:37 +0000)]
Changed "data recorded" to "Data recorded"

21 years ago*** empty log message ***
wolfpac444 [Sat, 12 Apr 2003 01:30:58 +0000 (01:30 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Sat, 12 Apr 2003 00:22:43 +0000 (00:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Sat, 12 Apr 2003 00:16:08 +0000 (00:16 +0000)]
*** empty log message ***

21 years agoFixed formatting on the acqusitions pages..
wolfpac444 [Fri, 11 Apr 2003 19:18:02 +0000 (19:18 +0000)]
Fixed formatting on the acqusitions pages..

21 years agoFixed some menu stuff... Added about-top.inc and about-bottom.inc
wolfpac444 [Fri, 11 Apr 2003 19:12:13 +0000 (19:12 +0000)]
Fixed some menu stuff... Added about-top.inc and about-bottom.inc

21 years ago*** empty log message ***
tipaul [Fri, 11 Apr 2003 15:11:43 +0000 (15:11 +0000)]
*** empty log message ***

21 years agosmall fix R_1-9-2
tipaul [Fri, 11 Apr 2003 15:09:03 +0000 (15:09 +0000)]
small fix

21 years ago*** empty log message ***
tipaul [Fri, 11 Apr 2003 08:41:06 +0000 (08:41 +0000)]
*** empty log message ***

21 years agofixes + improvment. shows now apache and mysql versions
tipaul [Thu, 10 Apr 2003 14:14:00 +0000 (14:14 +0000)]
fixes + improvment. shows now apache and mysql versions

21 years agoadding about link (french templates)
tipaul [Thu, 10 Apr 2003 14:05:13 +0000 (14:05 +0000)]
adding about link (french templates)

21 years agoadding about link
tipaul [Thu, 10 Apr 2003 14:04:43 +0000 (14:04 +0000)]
adding about link

21 years agoadding standard koha includes
tipaul [Thu, 10 Apr 2003 14:04:24 +0000 (14:04 +0000)]
adding standard koha includes

21 years agomissing - and template name fixing
tipaul [Thu, 10 Apr 2003 14:04:03 +0000 (14:04 +0000)]
missing - and template name fixing