Commit graph

539 commits

Author SHA1 Message Date
arensb
45c739791e Added "preference" method, for fetching a single value from
systempreferences (which is all most scripts need).
2002-10-05 23:55:00 +00:00
arensb
73734a4024 Clarified need for File::Spec.
Rewrote sections on writing and installing koha.conf for clarity, and
to reflect the fact that the config file no longer needs to go in
/etc/koha.conf.
Fixed typo in "SetEnv" example.
Replaced "ur" with the English equivalent throughout.
2002-10-05 23:53:25 +00:00
arensb
75915afdae *** empty log message *** 2002-10-05 17:18:10 +00:00
arensb
6421ecc986 Added a couple of FIXME comments. 2002-10-05 17:17:20 +00:00
arensb
ba786212eb Switched new functions to using C4::Context. 2002-10-05 16:55:09 +00:00
arensb
f0d284e6bd Removed remnants of code that read /etc/koha.conf for itself. 2002-10-05 16:48:08 +00:00
arensb
f0b3fde321 *** empty log message *** 2002-10-05 10:19:02 +00:00
arensb
dbca39823f Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.
2002-10-05 09:44:27 +00:00
finlayt
7e1bad92e6 added link back to user home page. 2002-10-04 00:09:27 +00:00
finlayt
671bb4188a fixed for the new do-it-yourself reserves. 2002-10-03 22:05:14 +00:00
arensb
dbb94761cf Changed a function call to a class method call, and a few more anal
changes.
2002-10-03 16:15:10 +00:00
tipaul
cbd283722e pod doc adding 2002-10-03 11:31:31 +00:00
tipaul
f75126490d Extending Context.pm to add stopword management and using it in MARC-API.
First benchmarks show a medium speed improvement, which  is nice as this part is heavily called.
2002-10-03 11:28:18 +00:00
tipaul
271a395826 small fixes 2002-10-03 11:25:39 +00:00
finlayt
139bdc5dff fixed typo 2002-10-03 08:58:50 +00:00
finlayt
6007e1e067 added these files from the rel-1-2 branch. This is the beging of the new opac 2002-10-03 08:51:29 +00:00
finlayt
8a1a050a9f this goes with the Auth.pm module. 2002-10-03 08:26:00 +00:00
finlayt
772d5bc36c Added a field to the barcodes sql search, now it returns the holding branch as well. 2002-10-03 03:56:10 +00:00
finlayt
65161a7928 This is the do-it-yourself reserves page template. See opac-reserve.pl 2002-10-03 03:54:07 +00:00
arensb
39d7df4191 Fixed some run-time bugs, so it'll actually load. 2002-10-02 23:38:47 +00:00
arensb
64c01c3574 Fixed typos in POD. 2002-10-02 17:21:09 +00:00
arensb
c2dda46bf5 My latest changes. 2002-10-02 17:13:26 +00:00
arensb
f46cb5b0a3 (added) Module for reading the config file and getting access to the
database.
2002-10-02 17:12:04 +00:00
tipaul
0d150edefe road to 1.3.1 2002-10-02 16:26:44 +00:00
tipaul
3c30f8b69e templating modifications to rspect finlay structure 2002-10-02 16:26:14 +00:00
tipaul
8de7b75afe moving templates to structure defined by finlay 2002-10-02 16:16:50 +00:00
finlayt
49ea1bd6c8 Added link to new opac-userupdate.pl 2002-10-02 00:52:31 +00:00
finlayt
428b86589c Template that goes with opac-userupdate.pl 2002-10-02 00:51:43 +00:00
finlayt
e3242e1a8f fixed the login logout links 2002-10-01 22:48:34 +00:00
arensb
39abdd8008 My most recent changes. 2002-10-01 13:23:07 +00:00
arensb
fbd7f81044 Added an incomplete POD, as well as some FIXME comments (which, as it
turns out, might not be necessary after all).
2002-10-01 13:22:02 +00:00
arensb
82d3c5ecca My most recent changes. 2002-10-01 11:53:51 +00:00
arensb
048d545d11 Added some FIXME comments, mostly marking duplicate functions. 2002-10-01 11:48:51 +00:00
finlayt
9a3677e5b1 added the reserves, and if fines over $5 flags a message. 2002-10-01 10:55:21 +00:00
finlayt
9e0cff422b This template goes with the opac-user.pl script. It us opac user page. 2002-10-01 07:06:28 +00:00
finlayt
4aeb3066c5 small changes 2002-10-01 07:05:21 +00:00
finlayt
818bcf7172 another fix 2002-10-01 06:41:52 +00:00
finlayt
533fb8b4fc fixed up links in these includes. 2002-10-01 06:36:14 +00:00
tipaul
37b57ae4cc bugfix 2002-09-30 16:14:46 +00:00
dnmeid
0379fec072 templatified 2002-09-30 14:16:34 +00:00
dnmeid
0d1f4ccc8a new templates by dorian 2002-09-30 13:53:28 +00:00
finlayt
ee9ee388f7 Fixed bug so that items appear as reserved only when they actually are! 2002-09-30 00:53:27 +00:00
arensb
0b95b93688 My most recent changes. 2002-09-28 05:00:31 +00:00
arensb
80a4896fd4 Added a wishlist FIXME comment. 2002-09-28 04:59:19 +00:00
arensb
b5c2a888be Added some FIXME comments. 2002-09-28 04:58:18 +00:00
arensb
780b60f0d3 Added POD.
Removed extraneous trailing whitespace.
2002-09-28 04:56:26 +00:00
arensb
4033542a8a Added two missing required Perl modules. 2002-09-28 04:53:45 +00:00
finlayt
13e7c898df Added the possiblity of deleting waiting reservesm or setting them back to not waiting.
uses UpdateReserve now, instead of updatereserves from Reserves2.pm
2002-09-27 05:21:44 +00:00
tipaul
3120194e94 long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB
2002-09-24 13:49:26 +00:00
tipaul
81555c597a long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB
2002-09-24 12:56:02 +00:00