koha.git
23 years agoFirst release of Perl/Tk circulation interface
tonnesen [Tue, 9 Jan 2001 17:36:51 +0000 (17:36 +0000)]
First release of Perl/Tk circulation interface

23 years agoRenamed koha.conf config entry from "path" to "includes", which is more
tonnesen [Fri, 5 Jan 2001 17:47:20 +0000 (17:47 +0000)]
Renamed koha.conf config entry from "path" to "includes", which is more
meaningful in the koha.conf file.

23 years agoModified getbranch() and getprinter() subroutines to not pop up a menu if
tonnesen [Fri, 5 Jan 2001 17:39:25 +0000 (17:39 +0000)]
Modified getbranch() and getprinter() subroutines to not pop up a menu if
there is only one branch or one printer, but just select the single option
automatically.

23 years agoAdded support for moving path=... variable to /etc/koha.conf
tonnesen [Fri, 5 Jan 2001 16:30:45 +0000 (16:30 +0000)]
Added support for moving path=... variable to /etc/koha.conf

23 years agoShifted Database connection variables out into a configuration file
rangi [Thu, 21 Dec 2000 19:56:43 +0000 (19:56 +0000)]
Shifted Database connection variables out into a configuration file
The permissions on this config file should also be strict, since they contain
the database password.
At a minimum, the apache user needs to be able to read it, as well as any other user that runs circ.
I would suggest ownership of www-data.libadmins with no access to others.
libadmins contain all users that use circ

destined for v1.08

23 years agoInitial revision
rangi [Tue, 19 Dec 2000 23:45:51 +0000 (23:45 +0000)]
Initial revision