Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Calendar.pm
2020-07-20 Nick ClemensBug 25723: (QA follow-up) Handle holiday and exception...
2020-07-20 Martin RenvoizeBug 25723: (QA follow-up) Silent POD warning
2020-07-20 Martin RenvoizeBug 25723: Use the same code for single and exception...
2020-07-20 Martin RenvoizeBug 25723: Use a hasref for lookup
2020-07-20 Martin RenvoizeBug 25723: Drop DateTime::Set dependancy
2020-07-16 Martin RenvoizeBug 25850: (QA follow-up) Match logic in is_holiday
2020-07-16 Andreas JonssonBug 25850: Adapt day of week in Koha::Calendar::get_pus...
2020-06-25 Jonathan DruartBug 24159: Throw an exception if days_mode option is...
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-10 Martin RenvoizeBug 23974: Add POD for hours_between
2020-01-10 Jonathan DruartBug 23974: Both methods should have the same logic...
2019-11-05 Martin RenvoizeBug 23382: (RM follow-up) Revert "hours_between should...
2019-10-31 Andrew IsherwoodBug 15260: (follow-up) Add missing POD
2019-10-31 Andrew IsherwoodBug 15260: (follow-up) Fix bug in subtraction
2019-10-31 Andrew IsherwoodBug 15260: (follow-up) Fix misnamed variable
2019-10-31 Andrew IsherwoodBug 15260: Fix calculation of add amount
2019-10-31 Andrew IsherwoodBug 15260: Implement weekly rollforward
2019-10-31 Andrew IsherwoodBug 15260: Modify next/prev_open_day
2019-10-26 Martin RenvoizeBug 23382: hours_between should match the logic of...
2018-04-25 Jonathan DruartBug 19204: Make the debarment date calculation depends...
2017-10-27 Marcel de RooyBug 9031: (QA follow-up) Final changes to Calendar...
2017-10-27 Nick ClemensBug 9031: Overdue items crossing DST boundary throw...
2017-05-09 Alex ArnaudBug 12063 - Fix QA failures
2017-05-09 Alex ArnaudBug 12063: Change date calculation for reserve expirati...
2016-12-09 David CookBug 16376 - Koha::Calendar->is_holiday date truncation...
2016-10-10 Jonathan DruartBug 16769: Uniformise calls to Koha::Cache->set_in_cache
2016-09-08 Jonathan DruartBug 17189: Replace occurrences of 'use Koha::Cache'
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-05-25 Marcel de RooyBug 15333: [QA Follow-up] Add few tests
2016-05-25 Jonathan DruartBug 15333: Use Koha::Cache to cache exception_holidays...
2016-05-23 Nick ClemensBug 16539 - Koha::Cache is incorrectly caching single...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2015-10-02 Kyle M HallBug 14522: (QA followup) Remove POD and fix tests
2015-10-02 Tomas Cohen AraziBug 14522: (QA followup) tidy tests
2015-10-02 Kyle M HallBug 14522: (QA followup) Remove $single_holidays global
2015-10-02 Mason JamesBug 14522: (followup) fix =cut typo
2015-10-02 Mason JamesBug 14522: Use Koha::Cache for accessing single_holidays()
2015-05-06 Mark TompsettBug 14066: Correct and optimize
2015-05-06 Jonathan DruartBug 14066: Remove the Readonly[::XS] dependency
2014-11-12 Kyle M HallBug 11634 [QA Followup] - Make unit tests pass
2014-10-18 Jonathan DruartBug 12801: Use the branchcode to cache holidays
2013-12-10 Galen CharltonBug 11112: (follow-up) add FIXME
2013-12-10 Galen CharltonBug 11112: (follow-up) repair Koha::Calendar->add_holiday()
2013-12-10 Jonathan DruartBug 11112: Koha::Calendar needs some caching
2013-11-23 Jonathan DruartBug 11061: remove unused routine Koha::Calendar::_mock_init
2013-01-24 Tomas Cohen AraziBug 9211 - days_between wrong behaviour
2012-12-29 Tomas Cohen AraziBug 9209 - Mocked Koha::Calendar tests
2012-11-22 Tomas Cohen AraziBug 9078 - fixing exceptions broke tests
2012-11-22 Tomas Cohen AraziBug 9078 - is_holiday should honour holiday exceptions
2012-11-22 Tomas Cohen AraziBug 8800 - useDaysMode=Datedue wrong behaviour (revisited)
2012-10-29 Maxime PelletierBug 8966 Koha::Calendar::is_holiday truncates the date
2012-09-14 Colin CampbellBug 8418: load repeating holidays hash correctly
2012-09-14 Colin CampbellBug 8656 Calendar needs to load both exception and...
2012-07-25 Colin CampbellBug 8486 Correct calculation of days_between
2012-07-16 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8251'
2012-07-16 Tomas Cohen AraziBug 8251 - Follow up, use 'day' instead of 'days' for...
2012-07-13 Chris CormackBug 5644 : Fixing dropbox mode calculation
2012-06-20 Tomas Cohen AraziBug 8251 - Patrons get incorrectly debarred
2012-05-14 Adrien SauratBug 8045: fixes "date due" when checking in
2012-04-03 Colin CampbellUse hour or day deltas to calculate overdue durations
2012-03-20 Elliott DavisBug 5549 : fixed non-cloned date object in Add date...
2012-03-20 Colin CampbellBug 5549 : Koha::Calendar::addDate should not loop...
2012-03-20 Colin CampbellBug 5549 : Calendar needed a change array_ref to hash_ref
2012-03-20 Colin CampbellBug 5549 : Koha::Calendar needs to accept scalar add_du...
2012-03-20 Colin CampbellBug 5549 : Make Koha::Calendar testable
2012-03-19 Colin CampbellBug 5549 : Add days_between method to Koha::Calendar
2012-03-19 Colin CampbellBug 5549 : Get basic 24 Hr loan working
2012-03-19 Colin CampbellBug 5549 : Koha::Calendar allow negative offset to...
2012-03-19 Colin CampbellBug 5549 : Due Date calculation in issue needs to be...