Bug 31281: Use correct reply-to email when sending overdue mails
[koha.git] / C4 / Context.pm
2022-05-06 Marcel de RooyBug 30702: Fix Context.pm L785 warning on sessionID
2022-04-20 David CookBug 29420: HTTP status code incorrect when calling...
2021-08-31 Julian MauriceBug 28306: Allow to query database with minimal memory...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-22 Jonathan DruartBug 28590: Remove get_shelves_userenv and set_shelves_u...
2021-05-19 Jonathan DruartBug 28317: Use the default CGI::Session serializer
2021-05-17 David CookBug 28305: Remove doc reference to XML::Simple in C4...
2021-05-10 Julian MauriceBug 28276: Do not fetch config ($KOHA_CONF) from memcached
2021-05-04 Jonathan DruartBug 27246: Remove obsolete BEGIN code from C4::Context
2021-04-09 Jonathan DruartBug 28094: Deal with encoding for overriden sysprefs
2021-03-04 Jonathan DruartBug 22824: Remove C4::Boolean, true_p, boolean_preferen...
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-10-15 Tomas Cohen AraziBug 25898: (follow-up) POD
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-09-30 Marcel de RooyBug 26432: Remove unused ModZebrations
2020-09-03 David CookBug 25360: Use secure flag for CGISESSID cookie when...
2020-08-07 Nicolas LegrandBug 24201: Attach desk to intranet session
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-04-16 Tomas Cohen AraziBug 25131: Add C4::Context->needs_install
2020-03-10 Katrin FischerBug 17845: Remove unused code related to printers
2020-03-06 David CookBug 24719: Remove use of CGI object in C4::Context...
2020-03-02 Jonathan DruartBug 24735: Remove QueryParser-related code
2019-10-31 Kyle M HallBug 23068: Add ability for Koha to handle X-Forwarded...
2019-09-12 Tomas Cohen AraziBug 23580: Add C4::Context->yaml_preference
2019-04-10 Martin RenvoizeBug 22600: Add 'cron' to interface types and set approp...
2019-04-10 Martin RenvoizeBug 22600: Add 'api' to interface types and set appropr...
2018-08-31 Tomas Cohen AraziBug 14302: (follow-up) Remove traces in C4::Search...
2018-08-31 Jonathan DruartBug 14302: Remove GRS1 specific code
2018-06-22 Kyle M HallBug 20727: Add use line for File::Spec in C4::Context...
2018-06-22 Kyle M HallBug 20727: Move temporary_directory() to C4::Context
2018-04-11 Tomas Cohen AraziBug 18674: TZ error handling
2018-04-11 Kyle M HallBug 20123: Allow multiple instances of Koha to have...
2017-12-22 Frédéric DemiansBug 19788: Preserve case sensitivity when creating...
2017-07-06 Mark TompsettBug 18771: CGI.pm: Subroutine multi_param redefined
2017-01-13 Marcel de RooyBug 17486: [QA Follow-up] Changes as to set_userenv
2017-01-13 Jonathan DruartBug 17486: Remove Mozilla Persona
2016-11-15 Nick ClemensBug 16520 - (Follow up) Restore retrieval of syspref_cache
2016-10-11 Nick ClemensBug 16520 (Follow up) Rebase fixes
2016-10-11 Jesse WeaverBug 16520: Initialize the sysprefs Koha::Caches on...
2016-09-08 Marcel de RooyBug 15758: [QA Follow-up] Remove onlymine from Plugin...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Move onlymine to C4::Conte...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Tomas Cohen AraziBug 11921: (QA followup) Remove remaining unused var
2016-09-08 Jonathan DruartBug 11921: Fix logic in C4::Context->new to init the...
2016-09-08 Jonathan DruartBug 11921: Restore memcached infos to koha-conf - Koha...
2016-09-08 Jonathan DruartBug 11921: Restore memcached infos to koha-conf
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-07-15 Jonathan DruartBug 16813: Allow empty string for OPACBaseURL
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-04-01 Jonathan Druart Bug 16068: Do not cache overridden prefs
2016-03-24 Jonathan Druart Bug 16044: Use the L1 cache for any objects set in...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-22 Jonathan DruartBug 15809: Redefine multi_param is CGI < 4.08 is used
2016-03-15 Jonathan DruartBug 11998: Add a L1 cache for sysprefs
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-03-15 Jonathan DruartBug 11998: Use Koha::Cache to cache sysprefs
2016-03-02 Kyle M HallBug 14751 - Allow C4::Context->interface to be set...
2016-03-02 Tomas Cohen AraziBug 15721: (QA followup) pick the most probable first
2016-03-02 Marc VéronBug 15721: (followup) Add apache2ctl to C4::Context...
2015-12-30 Tomas Cohen AraziBug 9819 - 'stopwords'-related code removed
2015-10-23 Jonathan DruartBug 14778: Make sure the dbh returned is checked by...
2015-10-23 Jonathan DruartBug 14778: Get rid of DBIx::Connector
2015-07-20 Jonathan DruartBug 9006: Remove AUTOLOAD in C4::Context
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-06-22 Mark TompsettBug 14425: Typo in C4::Context IsSuperLibrarian perldoc
2015-06-07 Tomas Cohen AraziBug 14339: C4::Context->preference should return undef...
2015-06-04 Tomas Cohen AraziBug 13967: (RM followup) fix merge error
2015-06-04 Kyle M HallBug 13967 - System preferences need a package
2015-06-04 Mark TompsettBug 5010: Fix OPACBaseURL to include protocol
2015-05-07 Jonathan DruartBug 13758: Move the Koha version from kohaversion.pl
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-02-20 Jonathan DruartBug 13645: Use DBIx::Connector
2015-02-09 Mark TompsettBug 10900 - Incorrect calling conventions accessing...
2015-01-13 Tomas Cohen AraziBug 11944: (RM followup) Missing dependency in C4:...
2015-01-13 Jonathan DruartBug 11944: Library name variable should be decoded
2014-10-27 Tomas Cohen AraziBug 12651: DOM indexing is the default
2014-10-22 Chris CormackBug 12005 : Creating a new zebra connection for each...
2014-10-16 Martin RenvoizeBUG8446, Follow up: Improve local login fallback
2014-08-11 Tomas Cohen AraziBug 12738: C4::Context should set 'keyword' as the...
2014-05-19 Marcel de RooyBug 9612: (follow-up) restore elementSetName in Context.pm
2014-05-05 Marcel de RooyBug 9612: Zconn parameters and elementSetName in _new_Zconn
2014-05-05 Julian MauriceBug 11848: Fix C4::Context::interface, add POD and UT
2014-05-05 Julian MauriceBug 11848: Move language detection function in C4:...
2014-03-25 Julian MauriceBug 11701: Fix C4::Context::Zconn
2014-03-10 Galen CharltonBug 10611: (follow-up) cache DBMS driver code in contex...
2014-03-10 Jonathan DruartBug 10611: Use mysql_auto_reconnect instead of ping
2014-03-10 Mark TompsettBug 11587: get rid of warnings generated by IsSuperLibr...
2014-02-28 Tomas Cohen AraziBug 11096: support the retrieval of large MARCXML records
2014-01-13 Galen CharltonBug 11389: reenable Pg as a DB scheme that Koha can...
2013-12-30 Galen CharltonBug 10277: (follow-up) if no userenv is set, act like...
2013-12-30 Jonathan DruartBug 10277: Add UT for C4::Context::IsSuperLibrarian
2013-12-30 Kyle M HallBug 10277 - Add C4::Context->IsSuperLibrarian()
2013-10-14 Chris CormackBug 8798: moving code to Koha::Database and adding...
2013-10-14 Elliott DavisBug 8798: (follow-up) remove tabs
next