rename internal function
[koha.git] / C4 / Context.pm
2007-12-27 Galen CharltonUTF8 and mysql: enable UTF8 mode correctly
2007-12-26 Paul POULAINAdding OPACItemsResultsDisplay syspref & bumping to...
2007-12-19 Galen CharltonMerge git://git.koha.org/pub/scm/koha
2007-12-19 Joshua FerraroMerge branch 'master' of manage-gmc.dev.kohalibrary...
2007-12-18 Galen CharltonMerge git://git.koha.org/pub/scm/koha
2007-12-17 Galen Charltoninstaller: location of koha-conf.xml
2007-12-14 Joe AtzbergerContext.pm - bugfix punctuation (; vs ,)
2007-12-13 Galen Charltonbugfix: restore setting classification source by dropdown
2007-12-04 Joe AtzbergerContext.pm: obvious code consolidation, perldoc correct...
2007-11-27 Galen CharltonMARC21 framework: changed 'items.withdrawn' to 'items...
2007-11-25 Galen Charltonbugfix: fixed quelling of warning if $db_port not specified
2007-11-25 Galen Charltonquell warning about missing config parameter (DB) ...
2007-11-16 Joe AtzbergerContext.pm extraneous variable removed.
2007-11-16 Chris CormackUpdating version in C4/Context as begged for by slef :)
2007-11-16 MJ RayContext.pm version update and a begging NOTE in updated...
2007-11-16 Chris NighswongerAdded code to notify PostgreSQL server of utf8 client...
2007-11-14 Paul POULAINBUGFIX to handle correctly db_driver eq mysql
2007-11-13 Chris NighswongerPorted _new_dbh() to handle PostgreSQL connections
2007-11-12 Ryan Higginsquick auth hack for zebra 2.0.18 could probably be...
2007-11-11 Mason Jamesremoving dumper
2007-10-23 Joe AtzbergerContext.pm: Trivial adjustment for clarity.
2007-10-22 Chris CormackFixing a little bug with Context, USER_AGENT changed...
2007-10-22 Galen Charltonquell warning about C4::Context::DIR being used only...
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-13 Joe AtzbergerContext.pm fatalsToBrowser now dependent on $ENV{USER_A...
2007-10-06 MJ RayVersion bump to match updater/updatedatabase
2007-09-28 Mason Jamesadding CGI::Carp handling handle_errors() sub to top...
2007-09-07 Chris CormackFix to get selectbranchandprinter working fine with...
2007-09-06 MJ RayAdd configuration file helper to the installer
2007-08-16 Paul POULAINAdding KOHAVERSION management.
2007-05-22 tipaulBugfixes & improvements (various and minor) :
2007-04-23 tipaulrenaming currenttransfers to transferstoreceive
2007-04-17 tipaulcirculation cleaning continued: bufixing
2007-03-29 tipaulCode cleaning of Biblio.pm (continued)
2007-03-29 tipaulCode cleaning :
2007-03-16 kadosUsing my precrash CVS copy I did the following:
2007-03-09 tipaulrel_3_0 moved to HEAD
2006-11-06 tgarip1957Bug fixing and complete removal of Date::Manip
2006-10-20 tgarip1957A new Date.pm to use for all date calculations. Mysql...
2006-10-01 tgarip1957Field weighting applied to ranked searches. A new facet...
2006-09-27 tgarip1957Finalizing main components. All koha modules are now...
2006-09-06 tgarip1957Clean up before final commits
2006-09-01 tgarip1957No more MARC Records - everything is MARC XML
2006-08-25 tgarip1957New set of routines for HEAD.
2006-08-10 toinssync with dev_week.
2006-07-04 toinsHead & rel_2_2 merged
2006-05-20 tgarip1957Typo error. Missing '>'
2006-05-20 tgarip1957Adding support to read zebra database name from config...
2006-05-19 alaurincommitting new feature ip and printer management
2006-05-14 tgarip1957Adding support for getting details of different zebra...
2006-05-13 tgarip1957Now reads koha.xml rather than koha.conf.
2006-05-09 tipauladding the branchname and the librarian name in every...
2006-04-13 plgbug fixed: typo on Zconnauth name
2006-04-10 tgarip1957A new handler defined for zebra Zconnauth with read...
2006-03-15 plgbug fixed: utf-8 data where not displayed correctly...
2006-03-03 hdlBug fixing : a line missed a comment sign.
2006-03-03 kadosRemove the search that tests the Zconn -- warning,...
2006-02-22 kadosFirst go at a connection object for Zebra. You can...
2006-02-17 tipaulremoving set names=UTF8, seems useless. Still investiga...
2006-01-04 tipaulutf8 is a : go for beta test in HEAD.
2005-10-26 tipaulbig commit, still breaking things...
2005-08-05 tipauladding emailaddress to user context.
2005-08-04 tipaulsynch'ing 2.2 and head
2005-07-26 hdlBug Fixing for independantBranches support.
2005-07-26 tipaulsome bugfixes, but still don't work correctly
2005-07-26 hdlAdding Branch Independancy.
2005-03-01 tipaulmerging 2.2 branch with head. Sorry for not making...
2004-12-14 tipaulan improvement has been done in DB calls that needs...
2004-12-08 tipaulremoving useless comment
2004-12-03 tipaulfixes from A. Tarallo, for mod_perl compliance
2004-08-13 tipaulpatch from A. Tarallo (for differents DB schemes)
2003-06-05 tipaulremoving searchborrower from circ2.pm.
2003-02-10 acliFixed completely wrong logic in my boolean_preference...
2003-02-06 acliUse the new C4::Boolean module and the new C4::Auth...
2003-01-20 acliRemoved perl warning
2002-12-20 tipaulchecks that the config file passed in parameter exist...
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-09 arensbAdded a couple of comments.
2002-10-05 arensbAdded "preference" method, for fetching a single value...
2002-10-03 arensbChanged a function call to a class method call, and...
2002-10-03 tipaulpod doc adding
2002-10-03 tipaulExtending Context.pm to add stopword management and...
2002-10-02 arensbFixed some run-time bugs, so it'll actually load.
2002-10-02 arensbFixed typos in POD.
2002-10-02 arensb(added) Module for reading the config file and getting...