Main Koha release repository https://koha-community.org
Find a file
Galen Charlton 2cb5a9e32e C4::Circulation - ensure that certain modules always get imported
For some reason currently unclear to me, a use 'C4::XXX' does
not seem to guarantee that the contents of C4::XXX's
@EXPORT gets imported into C4::Circulation's symbol table.

Added an INIT block to ensure that this gets done as
part of runtime initialization.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 20:24:09 -06:00
acqui start of BIB change -- introduce C4::Items 2008-01-03 16:23:12 -06:00
admin currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency ADD symbol varchar(5) default NULL, ADD timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 2008-01-03 20:21:28 -06:00
authorities authorities: make tag editor links consistent with bib 2007-12-29 06:53:52 -06:00
C4 C4::Circulation - ensure that certain modules always get imported 2008-01-03 20:24:09 -06:00
catalogue fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
cataloguing fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
circ circ/stats.pl - debugify warnings 2008-01-03 20:19:22 -06:00
etc Microformat support: 2008-01-03 18:00:16 -06:00
install_misc Some tweaks for Debian Etch install procedure 2008-01-03 16:22:58 -06:00
installer updatedatabase - DB version to 043 for 2 new columns in currency table 2008-01-03 20:21:52 -06:00
koha-tmpl currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency ADD symbol varchar(5) default NULL, ADD timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 2008-01-03 20:21:28 -06:00
labels Labels overhaul - labels were largely broken (and still are somewhat), but this overhaul addresses Add, Delete, deduplication, messages to user, debug, etc. 2008-01-03 16:27:06 -06:00
members tmpl var CATCODE_MULTI now passed 2008-01-03 01:44:11 -06:00
misc fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
opac fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
reports Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo). 2008-01-03 16:29:16 -06:00
reserve fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
reviews functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
rss rel_3_0 moved to HEAD 2007-03-09 15:12:54 +00:00
serials replaced incorrect '=>' with '=' 2008-01-03 20:22:19 -06:00
skel installer: fixed chown invocation; added skel for KOHA_LOG_DIR 2007-12-17 09:13:53 -06:00
sms adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
suggestion removing useless code 2007-10-24 17:03:38 -05:00
svc bib_profile web svc: report biblioitems.itemtype subfield as non-mandatory 2007-12-04 15:06:05 -06:00
t start of test suite for C4::Items 2008-01-03 16:26:55 -06:00
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 2007-10-21 19:14:41 -05:00
tools fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
virtualshelves item rework: moved GetItem 2008-01-03 16:24:04 -06:00
.htaccess Solution for error pages 2004-07-30 14:04:20 +00:00
about.pl session management: use YAML::Syck for serialization 2007-12-27 17:24:02 -06:00
changelanguage.pl Searching Patch 1: fixing searching in 3.0 2007-10-29 17:45:14 -05:00
edithelp.pl Bugfix for help editor 2007-09-13 18:37:19 -05:00
fix-perl-path.PL installer: improvements to fix-path-perl.PL on Win32 2007-12-20 19:20:12 -06:00
help.pl HTML::Template => HTML::Template::Pro 2007-12-02 14:55:55 -06:00
INSTALL updating INSTALL and INSTALL.debian 2007-12-30 17:00:26 -06:00
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 2007-09-07 05:26:16 -05:00
INSTALL.debian Some tweaks for Debian Etch install procedure 2008-01-03 16:22:58 -06:00
kohaversion.pl updatedatabase - DB version to 043 for 2 new columns in currency table 2008-01-03 20:21:52 -06:00
LICENSE re-naming some files prior to release 2007-12-30 12:13:39 -06:00
mainpage.pl Perltidy mainpage.pl 2007-08-03 17:28:27 -05:00
Makefile.PL important: DBD::mysql 4.004 or later required 2007-12-28 08:18:53 -06:00
MANIFEST.SKIP Do not pack the git repository 2007-09-06 17:14:36 -05:00
README adding README 2007-12-30 12:13:57 -06:00
rewrite-config.PL various installer changes 2007-12-22 18:59:04 -06:00

Koha 3 - the next-generation release of the award-winning Koha open-source
integrated library system.

30 December 2007 - Joshua Ferraro <jmf AT liblime DOT com>

Koha is distributed under the GNU GPL. Please read the file LICENSE for
more details.

To install or upgrade Koha, please see the INSTALL file.

Please report any bugs to the koha mailing lists or bug tracker and we
will try to fix them in a future release. The main koha web site is
http://www.koha.org/