rangi [Wed, 14 Feb 2001 00:29:17 +0000 (00:29 +0000)]
The Horowhenua libraries wanted less patron and item information displaying at returns
So Added some if statements to not display patron addresses, and to only display the title of the item
These presumably would be changed to suit individual libraries wants
tonnesen [Mon, 5 Feb 2001 18:48:15 +0000 (18:48 +0000)]
loadmodules.pl allows redirection to different modules based on systemprefs
Added subroutine in Search.pm load systemprefs from new systempreferences
table in database. Initial use is to allow using my simplified acquisitions
module in place of vendor-based acquisitions module. Default is vendor-based
module.
rangi [Wed, 31 Jan 2001 21:38:43 +0000 (21:38 +0000)]
Added a line to Ouput.pm to enable circulation to use its own includes
Changed the look of circulation.pl to the green/yellow colours
Note: Steve, i added another variable $backgroundimage that sets the background image for the main tables, so it should be straightforward to change the look back to the colours you had if you want to
tonnesen [Wed, 17 Jan 2001 23:45:50 +0000 (23:45 +0000)]
Added support for showing patron flags in the issues module.
Moved popup message windows to a Toplevel widget instead of a message
widget. Toplevel widgets come up much faster than message widgets.
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.
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