Commit graph

1672 commits

Author SHA1 Message Date
tonnesen
f457e68515 Script was not setting cookies for branch and printer. 2003-05-05 20:57:56 +00:00
tipaul
c0b30331e5 removing warn 2003-05-05 15:13:51 +00:00
tipaul
5f05ac6bc9 fix for #193 2003-05-05 15:10:11 +00:00
tipaul
368d9107a2 moving loggedinuser => loggedinusername in includes and Auth.pm :
The $loggedinuser in Koha is the CODE of the logged user (result of get_user_and_template subroutine).
BTW, in get_user_and_template subroutine, the TMPL_VAR loggedinuser is replaced by the NAME of the user.
This is troubleshooting.
so, I replace the name by the "loggedinusername" template variable.
If you want to add the username somewhere, just add <TMPL_VAR name="loggedinusername"> in the template.

Fixes bug #401
2003-05-05 15:00:53 +00:00
tipaul
1a218daf74 fix : when a book is taken and marked "not returned yet", it's now marked returned and issue done. 2003-05-05 14:14:28 +00:00
tipaul
3ba617d346 fix for #422 2003-05-05 13:36:21 +00:00
tipaul
b9acaac50a fix for #218 (fr) 2003-05-05 13:29:02 +00:00
tipaul
e90b815289 fix for #218 2003-05-05 13:26:00 +00:00
wolfpac444
b65bd46a6b *** empty log message *** 2003-05-05 11:51:20 +00:00
tipaul
d59352175c fix for 394 2003-05-05 11:21:31 +00:00
tipaul
fa5d7968a2 missing " 2003-05-05 10:11:34 +00:00
tipaul
3c4012d4de fix for 191, code reindenting & some query improvment 2003-05-05 09:41:03 +00:00
tipaul
95dde50470 fix for #344 2003-05-05 08:53:39 +00:00
rangi
d5b492da11 Still a work in progress.
Im still working on getting all the functionality going. Then ill tidy up
the text/instructions.
2003-05-04 04:04:15 +00:00
rangi
9f73cb0732 Continuing work on the nonmarc simple acq 2003-05-04 04:00:00 +00:00
rangi
113e669ffa Working on the non-marc simple acquisitions 2003-05-04 03:18:54 +00:00
rangi
4da8f3c721 We have a simple acquisitions system without marc mostly going now.
You can add a new biblio/biblioitem/item  now.

Currently you can only do this by using the   Add biblio without ISBN/ISSN
link. The next task is to get the isbnsearch and title search linking to the
nonmarc scripts if marc support is off, and then to template them all.
2003-05-04 03:16:15 +00:00
dnmeid
fc15dc0d01 Initial revision 2003-05-03 08:35:06 +00:00
dnmeid
757ed0ff8f Initial revision 2003-05-03 08:27:58 +00:00
rangi
1d3d460222 Fixing bug 429
(Wording changes in the explanation fields in system preferences)
2003-05-03 05:39:57 +00:00
rangi
7683a424ce Fix for 418 2003-05-03 03:06:01 +00:00
rangi
7e9f67d030 Fixing bug 428 2003-05-03 00:28:13 +00:00
rangi
1cd0ea372a Fixing a typo that was causing bug 433
untitle => unititle
2003-05-02 23:54:07 +00:00
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