koha.git
21 years agoChanged slashifyDate's into format_date's
wolfpac444 [Wed, 26 Mar 2003 04:25:48 +0000 (04:25 +0000)]
Changed slashifyDate's into format_date's

21 years ago*** empty log message ***
wolfpac444 [Wed, 26 Mar 2003 04:22:19 +0000 (04:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Wed, 26 Mar 2003 04:10:55 +0000 (04:10 +0000)]
*** empty log message ***

21 years agoHmm.. having problems getting my changes to Date.pm saved...
wolfpac444 [Wed, 26 Mar 2003 04:09:06 +0000 (04:09 +0000)]
Hmm.. having problems getting my changes to Date.pm saved...

21 years agoAdded format_date_in_iso function.
wolfpac444 [Wed, 26 Mar 2003 03:57:10 +0000 (03:57 +0000)]
Added format_date_in_iso function.

21 years agoFixed problems with non-US date such as 28/10/1983.
wolfpac444 [Wed, 26 Mar 2003 03:46:20 +0000 (03:46 +0000)]
Fixed problems with non-US date such as 28/10/1983.

21 years agoFixed Bug #230.
wolfpac444 [Wed, 26 Mar 2003 03:02:13 +0000 (03:02 +0000)]
Fixed Bug #230.

21 years agoModule to format dates in the correct manner.
wolfpac444 [Wed, 26 Mar 2003 02:48:59 +0000 (02:48 +0000)]
Module to format dates in the correct manner.

21 years agoAdded missing '>'.
wolfpac444 [Tue, 25 Mar 2003 20:08:34 +0000 (20:08 +0000)]
Added missing '>'.

21 years agoCosmetic changes and some spelling fixes.
wolfpac444 [Tue, 25 Mar 2003 06:16:30 +0000 (06:16 +0000)]
Cosmetic changes and some spelling fixes.

21 years agoFixed bug #218
wolfpac444 [Tue, 25 Mar 2003 06:05:13 +0000 (06:05 +0000)]
Fixed bug #218

21 years agoChanged "Date of Birth Required" to "Age Required" and removed the misleading examples.
wolfpac444 [Tue, 25 Mar 2003 05:23:36 +0000 (05:23 +0000)]
Changed "Date of Birth Required" to "Age Required" and removed the misleading examples.

21 years agoAdded the stuff for the text messaging field -- Fixed bug #219
wolfpac444 [Tue, 25 Mar 2003 05:13:26 +0000 (05:13 +0000)]
Added the stuff for the text messaging field -- Fixed bug #219

21 years agominor graphic fix
tipaul [Thu, 20 Mar 2003 13:35:08 +0000 (13:35 +0000)]
minor graphic fix

21 years agoenglish MARC21 update. checking MARC parameter tables now reports a success :-)
tipaul [Thu, 20 Mar 2003 11:44:25 +0000 (11:44 +0000)]
english MARC21 update. checking MARC parameter tables now reports a success :-)

21 years agofix for bug #54
tipaul [Wed, 19 Mar 2003 21:37:21 +0000 (21:37 +0000)]
fix for bug #54

21 years agoreindenting & code cleaning
tipaul [Wed, 19 Mar 2003 21:03:32 +0000 (21:03 +0000)]
reindenting & code cleaning

21 years ago*** empty log message ***
tipaul [Wed, 19 Mar 2003 21:02:24 +0000 (21:02 +0000)]
*** empty log message ***

21 years agofixing bug when a search gets more than 10 biblios : now, user can reach biblio 10...
tipaul [Wed, 19 Mar 2003 21:01:01 +0000 (21:01 +0000)]
fixing bug when a search gets more than 10 biblios : now, user can reach biblio 10, 20, 30...

21 years agocode cleaning and indenting
tipaul [Wed, 19 Mar 2003 15:15:33 +0000 (15:15 +0000)]
code cleaning and indenting

21 years agofixes missing
tipaul [Wed, 19 Mar 2003 15:14:42 +0000 (15:14 +0000)]
fixes missing
use C4::Interface::CGI::Output;
at beginning

21 years agologout now works fine
tipaul [Wed, 19 Mar 2003 15:14:01 +0000 (15:14 +0000)]
logout now works fine

21 years agofixed so that it works with the old templates too
finlayt [Tue, 18 Mar 2003 20:57:52 +0000 (20:57 +0000)]
fixed so that it works with the old templates too

21 years agolatest changes from opac-templates.koha.org
finlayt [Tue, 18 Mar 2003 20:29:45 +0000 (20:29 +0000)]
latest changes from opac-templates.koha.org

21 years agofixed a couple of bugs. Note this version of opac-reserve.pl is designed to work...
finlayt [Tue, 18 Mar 2003 20:25:31 +0000 (20:25 +0000)]
fixed a couple of bugs. Note this version of opac-reserve.pl is designed to work with the vanilla template.

21 years agocouple more files in the vanila opac theme
finlayt [Tue, 18 Mar 2003 19:54:01 +0000 (19:54 +0000)]
couple more files in the vanila opac theme

21 years agoadding the vanilla opac theme from 1.2
finlayt [Tue, 18 Mar 2003 19:52:36 +0000 (19:52 +0000)]
adding the vanilla opac theme from 1.2

21 years agomoving loggedinuser test to xx-top.inc
tipaul [Tue, 18 Mar 2003 15:19:35 +0000 (15:19 +0000)]
moving loggedinuser test to xx-top.inc

21 years ago/koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html...
tipaul [Tue, 18 Mar 2003 14:17:56 +0000 (14:17 +0000)]
/koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html is deprecated and should be removed very soon)
the index.html shows just 2 links : 1 to intranet.html, the other to opac.html.
during buildrelease, intranet.html is moved to intranet document root and renamed to index.html, same thing for opac.html with opac documentroot.
with this trick, you can have a "cvs" install, and a clean "official" install

21 years agobufgix 215
tipaul [Tue, 18 Mar 2003 12:16:48 +0000 (12:16 +0000)]
bufgix 215

21 years agofixing image links buggy
tipaul [Tue, 18 Mar 2003 12:16:34 +0000 (12:16 +0000)]
fixing image links buggy

21 years agobugfix 214 : can enter stopwords separated by space or ,
tipaul [Tue, 18 Mar 2003 11:58:49 +0000 (11:58 +0000)]
bugfix 214 : can enter stopwords separated by space or ,

21 years agobug 209 fix
tipaul [Tue, 18 Mar 2003 11:41:32 +0000 (11:41 +0000)]
bug 209 fix

21 years agofix bug #205
tipaul [Tue, 18 Mar 2003 11:34:38 +0000 (11:34 +0000)]
fix bug #205

21 years agobugfixes
tipaul [Tue, 18 Mar 2003 11:15:36 +0000 (11:15 +0000)]
bugfixes

21 years agobugfix
tipaul [Tue, 18 Mar 2003 11:14:50 +0000 (11:14 +0000)]
bugfix

21 years agofixing image links bug
tipaul [Tue, 18 Mar 2003 11:14:18 +0000 (11:14 +0000)]
fixing  image links bug

21 years agoadding checkdigit parameter that choose how to check the members cardnumber.
tipaul [Tue, 18 Mar 2003 10:58:19 +0000 (10:58 +0000)]
adding checkdigit parameter that choose how to check the members cardnumber.
At the moment :
* none = no checking
* katipo = checked as before

21 years agotemplating images
tipaul [Tue, 18 Mar 2003 09:57:16 +0000 (09:57 +0000)]
templating images

21 years agobugfixes (use Acquisition.pm removed and image templating fixed)
tipaul [Tue, 18 Mar 2003 09:52:30 +0000 (09:52 +0000)]
bugfixes (use Acquisition.pm removed and image templating fixed)

21 years agobugfix #181
tipaul [Tue, 18 Mar 2003 09:33:21 +0000 (09:33 +0000)]
bugfix #181

21 years ago* bugfix 161
tipaul [Tue, 18 Mar 2003 08:54:55 +0000 (08:54 +0000)]
* bugfix 161
* removing koha-html cvs module : it's now unneeded. Should be removable from cvs when confirmed nothing has been forgotten

21 years agoFixed Bug #190 -- Added the name, member number, and card number to the top.
wolfpac444 [Sun, 16 Mar 2003 22:59:23 +0000 (22:59 +0000)]
Fixed Bug #190 -- Added the name, member number, and card number to the top.

21 years agoFixed Bug #189
wolfpac444 [Sun, 16 Mar 2003 22:44:35 +0000 (22:44 +0000)]
Fixed Bug #189

21 years agoFixed Bug #189.
wolfpac444 [Sun, 16 Mar 2003 22:40:10 +0000 (22:40 +0000)]
Fixed Bug #189.

21 years agoFixed bug #176.
wolfpac444 [Sun, 16 Mar 2003 22:30:08 +0000 (22:30 +0000)]
Fixed bug #176.

21 years agoFixed bug #178
wolfpac444 [Sun, 16 Mar 2003 22:18:03 +0000 (22:18 +0000)]
Fixed bug #178

21 years agoFixed bug #175.
wolfpac444 [Sun, 16 Mar 2003 22:06:54 +0000 (22:06 +0000)]
Fixed bug #175.

21 years agoAdded the missing images for the moremember page.
wolfpac444 [Sun, 16 Mar 2003 09:32:32 +0000 (09:32 +0000)]
Added the missing images for the moremember page.

21 years agoChanged to use templates
wolfpac444 [Sun, 16 Mar 2003 09:19:57 +0000 (09:19 +0000)]
Changed to use templates

21 years agoFixed Bug #196 by using Date::Manip to put the date in the correct format.
wolfpac444 [Sun, 16 Mar 2003 07:39:27 +0000 (07:39 +0000)]
Fixed Bug #196 by using Date::Manip to put the date in the correct format.

21 years agopod updating
tipaul [Tue, 11 Mar 2003 15:14:03 +0000 (15:14 +0000)]
pod updating

21 years agosome fixes, and links to themelang/images
tipaul [Tue, 11 Mar 2003 15:13:18 +0000 (15:13 +0000)]
some fixes, and links to themelang/images

21 years ago*** empty log message ***
tipaul [Mon, 10 Mar 2003 15:19:33 +0000 (15:19 +0000)]
*** empty log message ***

21 years agointroducing MARC link on top menu. reaches marc part of koha (cataloguing, breeding...
tipaul [Mon, 10 Mar 2003 15:18:19 +0000 (15:18 +0000)]
introducing MARC link on top menu. reaches marc part of koha (cataloguing, breeding farm and (still broken) z39.50 servers)

21 years ago* graphic bugfixes
tipaul [Mon, 10 Mar 2003 15:16:54 +0000 (15:16 +0000)]
* graphic bugfixes
* minor improvement

21 years agotemplating circulation.pl
tipaul [Mon, 10 Mar 2003 15:16:29 +0000 (15:16 +0000)]
templating circulation.pl
works poorly for instance

21 years ago* bugfixes
tipaul [Fri, 7 Mar 2003 16:36:29 +0000 (16:36 +0000)]
* bugfixes
* adding buttons to switch between normal and MARC view of a record
* adding graphic buttons in templates

21 years ago* moving generic functions to Koha.pm
tipaul [Fri, 7 Mar 2003 16:35:42 +0000 (16:35 +0000)]
* moving generic functions to Koha.pm
* improvement of SearchMarc.pm
* bugfixes
* code cleaning

21 years agobugfixes + adding buttons to switch between normal and MARC view of a record
tipaul [Fri, 7 Mar 2003 16:34:04 +0000 (16:34 +0000)]
bugfixes + adding buttons to switch between normal and MARC view of a record

21 years agojust a redirection to main page.
tipaul [Thu, 6 Mar 2003 08:58:41 +0000 (08:58 +0000)]
just a redirection to main page.
as koha-tmpl is declared as DocumentRoot, we need this html page to redirect koha to mainpage.pl

21 years agosome bugfixes and use of icons
tipaul [Tue, 4 Mar 2003 17:51:18 +0000 (17:51 +0000)]
some bugfixes and use of icons

21 years agosome more common pictures for acquisition (ordering and recieving)
tipaul [Tue, 4 Mar 2003 17:50:55 +0000 (17:50 +0000)]
some more common pictures for acquisition (ordering and recieving)

21 years agoadding "interface" parameter : /intranet-tmpl or /opac-tmpl
tipaul [Tue, 4 Mar 2003 17:49:50 +0000 (17:49 +0000)]
adding "interface" parameter : /intranet-tmpl or /opac-tmpl

21 years agofixing directory image
tipaul [Tue, 4 Mar 2003 17:49:15 +0000 (17:49 +0000)]
fixing directory image

21 years agoMARC search fixes and improvements. Now, ALL searches are indexed and should be very...
tipaul [Tue, 4 Mar 2003 16:15:16 +0000 (16:15 +0000)]
MARC search fixes and improvements. Now, ALL searches are indexed and should be very fast with any statement.
a few improvments, and it will be useable even with a NON-MARC installation of koha.

21 years agotemplate modifications => the templates now uses common default theme icon set.
tipaul [Tue, 4 Mar 2003 16:13:35 +0000 (16:13 +0000)]
template modifications => the templates now uses common default theme icon  set.

21 years agoi'm proud to introduce common icons for all languages for default theme.
tipaul [Tue, 4 Mar 2003 16:12:08 +0000 (16:12 +0000)]
i'm proud to introduce common icons for all languages for default theme.
those icons directly comes from a kde icon set (no change of name).
they are supposed to be self explanatory and can be use to avoid "delete...", "add..." links
the admin pages have been modified and will be commited immediatly.
the look of koha is really nicer with those little icons.

Note that if you want to change the icon set, you just need to pick the icons in your kde local icon folder :-)

21 years agobugfixes for normal acquisition process. seems to work better.
tipaul [Mon, 3 Mar 2003 17:38:01 +0000 (17:38 +0000)]
bugfixes for normal acquisition process. seems to work better.
NOTES to 1.2 managers : the 1.2 seems to have problems too :
* when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB.
* under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit

21 years agobugfix for bookseller forgot and minor sql improvement
tipaul [Mon, 3 Mar 2003 17:37:34 +0000 (17:37 +0000)]
bugfix for bookseller forgot and minor sql improvement

21 years agomigrating to prepare (?) execute($var) structure
tipaul [Mon, 3 Mar 2003 17:36:32 +0000 (17:36 +0000)]
migrating to prepare (?) execute($var) structure

21 years agobugfixes. seems to work better.
tipaul [Mon, 3 Mar 2003 17:35:29 +0000 (17:35 +0000)]
bugfixes. seems to work better.
NOTES to 1.2 managers : the 1.2 seems to have problems too :
* when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB.
* under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit

21 years agosmall bugfix
tipaul [Fri, 28 Feb 2003 16:29:11 +0000 (16:29 +0000)]
small bugfix

21 years ago*** empty log message ***
tipaul [Thu, 27 Feb 2003 16:58:30 +0000 (16:58 +0000)]
*** empty log message ***

21 years agominor fix
tipaul [Thu, 27 Feb 2003 16:58:03 +0000 (16:58 +0000)]
minor fix

21 years agotitle fixing
tipaul [Thu, 27 Feb 2003 16:57:09 +0000 (16:57 +0000)]
title fixing

21 years agolink to biblio detail
tipaul [Thu, 27 Feb 2003 16:56:46 +0000 (16:56 +0000)]
link to biblio detail

21 years agominor fixes
tipaul [Thu, 27 Feb 2003 16:55:51 +0000 (16:55 +0000)]
minor fixes

21 years agoroad to 1.9.2 :
tipaul [Thu, 27 Feb 2003 16:54:10 +0000 (16:54 +0000)]
road to 1.9.2 :
* finishing templating acquisition
* first step to acquisition/cataloguing merging.

show no errors, but seems a little buggy (order counter wrong, problem at end of acquisition process...)

21 years ago* moving prepare / execute to ? form.
tipaul [Thu, 27 Feb 2003 16:51:59 +0000 (16:51 +0000)]
* moving prepare / execute to ? form.
* some # cleaning
* little bugfix.
* road to 1.9.2 => acquisition and cataloguing merging

21 years agoFixed &C4Connect problem and formating
wolfpac444 [Tue, 25 Feb 2003 04:19:33 +0000 (04:19 +0000)]
Fixed &C4Connect problem and formating

21 years ago*** empty log message ***
wolfpac444 [Tue, 25 Feb 2003 03:18:45 +0000 (03:18 +0000)]
*** empty log message ***

21 years agoFixed the subject search.
wolfpac444 [Fri, 21 Feb 2003 02:25:03 +0000 (02:25 +0000)]
Fixed the subject search.

21 years ago*** empty log message ***
wolfpac444 [Wed, 19 Feb 2003 05:22:01 +0000 (05:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
wolfpac444 [Wed, 19 Feb 2003 01:33:52 +0000 (01:33 +0000)]
*** empty log message ***

21 years agoRemoved the unecessary $dbh argument from being passed.
wolfpac444 [Wed, 19 Feb 2003 01:01:06 +0000 (01:01 +0000)]
Removed the unecessary $dbh argument from being passed.
Resolved a few minor FIXMEs.

21 years agoCleaned up the FIXME issues.
wolfpac444 [Wed, 19 Feb 2003 00:39:18 +0000 (00:39 +0000)]
Cleaned up the FIXME issues.

21 years ago*** empty log message ***
wolfpac444 [Mon, 17 Feb 2003 08:33:09 +0000 (08:33 +0000)]
*** empty log message ***

21 years agoscript now used only when currencies rates modified in acqui/acqui-home.pl page ...
tipaul [Thu, 13 Feb 2003 18:03:36 +0000 (18:03 +0000)]
script now used only when currencies rates modified in acqui/acqui-home.pl page => removed unused code

21 years agosmall fix
tipaul [Thu, 13 Feb 2003 18:02:26 +0000 (18:02 +0000)]
small fix

21 years agoRoad to 1.9.1 :
tipaul [Thu, 13 Feb 2003 18:02:10 +0000 (18:02 +0000)]
Road to 1.9.1 :
* loadmodule.pl manages cataloguing link too

21 years agoRoad to 1.9.1 :
tipaul [Thu, 13 Feb 2003 18:01:26 +0000 (18:01 +0000)]
Road to 1.9.1 :
* headers included in each template now are text-only headers (like in non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing (acqui.simple). Will evolve in the near future with reordering of acquisition and cataloguing.

21 years agoRoad to 1.9.1
tipaul [Thu, 13 Feb 2003 17:27:47 +0000 (17:27 +0000)]
Road to 1.9.1
* templating of normal acquisitions
* some graphic changes (use of yellow color as "acquisition/cataloguin" symbol, header consistency...)
* minor reordering of screens (newbasket.pl now unused)
* few bugfixes

When templating finished, the recieving of a book will be ended by a "calatoguing" screen.
Cataloguing will be MARC cataloguing or non-MARC cataloguing, depending on "acquisitions" system parameter.

21 years agoimproving UNIMARC default structure.
tipaul [Thu, 13 Feb 2003 15:05:58 +0000 (15:05 +0000)]
improving UNIMARC default structure.
fixing a little bug ("homebranch" not mapped, now mapped to 995c)

21 years agoSupport for 000 -> 010 fields.
tipaul [Wed, 12 Feb 2003 11:01:04 +0000 (11:01 +0000)]
Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.

21 years agoSupport for 000 -> 010 fields.
tipaul [Wed, 12 Feb 2003 11:01:01 +0000 (11:01 +0000)]
Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.

21 years agoSemi-manually reverted the file back to English
acli [Mon, 10 Feb 2003 22:39:15 +0000 (22:39 +0000)]
Semi-manually reverted the file back to English

21 years agotemplating normal acquisition before reordering acquisition and cataloguing.
tipaul [Mon, 10 Feb 2003 13:38:44 +0000 (13:38 +0000)]
templating normal acquisition before reordering acquisition and cataloguing.
supplier now works with currencies table, not hardcoded currencies

21 years agoremoving unused sub
tipaul [Mon, 10 Feb 2003 13:37:08 +0000 (13:37 +0000)]
removing unused sub

21 years agoLegibility change: table width "550" => "100%"
acli [Mon, 10 Feb 2003 07:27:50 +0000 (07:27 +0000)]
Legibility change: table width "550" => "100%"
List of branches was very difficult to read with a table width of "550"