Koha/C4
Galen Charlton 34ce43c8ba removed compile-time dep on a valid $dbh from C4::Dates
This replaces using the package variable $prefformat directly, and
specifically, doing a call to C4::Context->preference() during
module initialization.  That way, C4::Dates no longer has a
compile-time dependency on having a valid $dbh.

The inspiration for this is making it easier for
zebraqueue_daemon to have code that detects when
the database connection goes down and then try to
reconnect to the DB.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-04 22:25:04 -06:00
..
AuthoritiesMarc added C4/AuthoritesMarc/*.pm missed in previous patch 2008-01-04 19:08:30 -06:00
Barcodes PrinterConfig.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:21 -06:00
ClassSortRoutine ignore "/" when sorting Dewey call numbers 2007-10-23 18:24:29 -05:00
Heading authority headings search: remove CCL metacharacters 2008-02-08 06:01:43 -06:00
OAI OAI-PMH second try 2008-02-27 09:02:20 -06:00
Search FRBR: added OPAC search result grouping option 2008-02-11 16:35:17 -06:00
SIP Changing CanBookBeRenewed to pass back the reason a renewal cannot proceed 2008-01-08 16:13:20 -06:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
VirtualShelves Shelves - fixup display, in particular intranet side 2008-02-22 21:49:06 -06:00
Accounts.pm More work on the til reconciliation report 2008-01-07 20:49:19 -06:00
Acquisition.pm Acquisition.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:20 -06:00
Amazon.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Auth.pm disable OPAC login form if opacuserlogin syspref is off 2008-02-20 20:15:28 -06:00
Auth_with_ldap.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
AuthoritiesMarc.pm removed lock tables for authority updates 2008-03-03 10:46:12 -06:00
BackgroundJob.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Biblio.pm updated POD for ModZebra sub 2008-03-03 10:46:11 -06:00
Bookfund.pm bug-1494, fixed bookfund modify code 2007-11-01 17:27:55 -05:00
Bookseller.pm Fix for bug 1791 2008-01-23 21:31:08 -06:00
Boolean.pm Boolean.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:24 -06:00
Branch.pm Removing replace statement from C4::Branch as per bug 1546 2008-01-08 19:23:41 -06:00
Breeding.pm IMPORTANT - refactor MARC character set handling 2008-02-03 07:23:56 -06:00
Calendar.pm Reinstating use of C4::Calendar object on issuing. 2008-02-28 18:54:37 -06:00
Charset.pm added StripNonXmlChars to C4::Charset 2008-02-08 20:22:42 -06:00
Circulation.pm Reinstating use of C4::Calendar object on issuing. 2008-02-28 18:54:37 -06:00
ClassSortRoutine.pm call number work part 2 -- added framework for call number filing routines 2007-10-21 22:11:37 -05:00
ClassSource.pm call number work part 3 -- now using new routines to generate call number sort keys 2007-10-21 22:11:40 -05:00
Context.pm IMPORTANT: clean up after Z39.50 connections 2008-03-04 04:48:01 -06:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Dates.pm removed compile-time dep on a valid $dbh from C4::Dates 2008-03-04 22:25:04 -06:00
Debug.pm temp bugfix -- restore file upload functionality 2008-02-03 07:23:58 -06:00
Heading.pm improve authority heading matching (partial fix for 1905) 2008-03-04 04:48:00 -06:00
ImportBatch.pm bug 1372: count MARC records correctly 2008-02-08 20:22:43 -06:00
Input.pm Input.pm - perldoc correction 2007-12-27 17:21:07 -06:00
Items.pm bugfixing inventory 2008-02-11 16:13:33 -06:00
Koha.pm IMPORTANT - refactor MARC character set handling 2008-02-03 07:23:56 -06:00
Labels.pm Bugfix for 1814: Correcting the way we handle a case where no label batches exist to better inform the user. 2008-02-27 09:02:25 -06:00
Languages.pm handling multiple languages gracefully in sysprefs, allow the user to enable specific languages (and language groups) 2008-02-08 06:20:12 -06:00
Letters.pm BUGFIXING mail alert on issue arrival 2008-02-29 09:05:33 -06:00
Log.pm Log.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:32 -06:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm Matcher.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:33 -06:00
Members.pm First installment on moving patronimages into the database. 2008-02-23 10:55:37 -06:00
NewsChannels.pm NewsChannels.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:36 -06:00
Output.pm Removing extra warn 2008-02-03 07:23:37 -06:00
Overdues.pm BUGFIX Critical: Correcting misspelling of C4:Context as C4:context 2008-02-27 09:02:48 -06:00
Print.pm Print.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:39 -06:00
Record.pm DC XML export - declare encoding 2008-02-16 11:29:15 -06:00
Reports.pm partial bugfix for 1534: Guided reports returning only the first ten results 2008-02-29 11:59:35 -06:00
Reserves.pm Reserves.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:41 -06:00
Review.pm Fix for bug 1624 2008-01-09 14:49:48 -06:00
Scheduler.pm Scheduler.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:45 -06:00
Search.pm wrapping regex in \Q$value\E to handle tricky strings eg: 'c++' 2008-02-29 09:05:34 -06:00
Serials.pm Populate serialitems table, bugfix 2008-01-10 13:45:19 -06:00
SMS.pm SMS - widespread cleanup and moving code away from Cyprus/Turkey-specific implementation. Much more needed. 2008-02-06 23:19:30 -06:00
Stats.pm Work in progress, working on the til reconciliation report 2008-01-07 20:49:16 -06:00
Suggestions.pm Suggestions.pm - bugfix need CGI argument to gettemplate 2008-01-09 14:49:55 -06:00
UploadedFile.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Utils.pm Big LDAP changes, module test for Context.pm, still more yet to come. 2007-12-04 17:27:06 -06:00
VirtualShelves.pm Shelves - fixup display, in particular intranet side 2008-02-22 21:49:06 -06:00
XISBN.pm C4 - BEGIN blocks and 1; __END__ for modules 2008-01-07 20:02:18 -06:00
Z3950.pm Z3950.pm - BEGIN block VERSION and vars related to export. 2008-01-07 20:02:50 -06:00