Commit graph

18 commits

Author SHA1 Message Date
rangi
5e4ed5b93d Taking out the marc clause in acquisitions.
addbook.pl decides which version of addbiblio it will go to
2003-07-18 03:04:41 +00:00
tonnesen
7adffd6e89 Using boolean_preference() instead of preference() for 'marc' system pref. 2003-06-11 18:34:43 +00:00
tipaul
c8952af169 gui reordering.
In loadmodule, now you can force a specific systempref.
removed MARC topic and added addbiblio topic.
2003-06-05 12:27:08 +00:00
rangi
f03f420263 Adding back in code to allow switching between acquisition modules
Not sure why this was deleted, im picking by accident
2003-04-21 04:30:33 +00:00
tipaul
ae96102096 * graphic bugfixes
* minor improvement
2003-03-10 15:16:54 +00:00
tipaul
aa5bc6d084 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.
2003-03-04 16:15:16 +00:00
tipaul
5d4d12fe31 Road to 1.9.1 :
* loadmodule.pl manages cataloguing link too
2003-02-13 18:02:10 +00:00
acli
c781f2575a Bug in previous check-in 2003-02-06 07:11:09 +00:00
acli
850a3e41f6 Use the new C4::Boolean module and the new C4::Auth::boolean_parameter
function to test for boolean values in parameters
2003-02-06 06:35:26 +00:00
tipaul
ad5d56adf6 *** empty log message *** 2003-01-23 12:31:23 +00:00
tipaul
a913fc3bca adding a MARC parameter in systempref ( which is ON or OFF)
the search will be a marc search if MARC=ON
and a standard (v1.2) search if MARC=OFF
2003-01-16 10:29:45 +00:00
tipaul
62436508e5 small fixes 2002-10-22 15:51:25 +00:00
tipaul
2ec783b0ef removing Acquisition.pm reference (unused anyway !) 2002-10-16 08:33:56 +00:00
arensb
cc1d55c136 Use C4::Context->preference, rather than getting all system
preferences and picking out only what's needed.
2002-10-05 23:56:13 +00:00
tonnesen
1e67687742 Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
tonnesen
b3f728cf02 Merging rel-1-2 changes into main 2002-06-20 17:23:09 +00:00
pate
0376493cd4 refactored slashifyDate function out of inline code, created C4/Koha.pm
to hold it and wrote tests for it, started marking other places for
potential refactoring.
2002-04-08 23:44:43 +00:00
tonnesen
0d4c0ffb84 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.
2001-02-05 18:48:15 +00:00