Bug 11921: C4::Context->memcached does no longer exist
[koha.git] / C4 /
2016-09-08 Jonathan DruartBug 11921: C4::Context->memcached does no longer exist
2016-09-08 Jonathan DruartBug 11921: Update remaining occurrences of ->ismemcached
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: Replace occurrences of 'use Koha::Cache'
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-09-03 Kyle M HallBug 14695 [QA Followup] - Fix issues found by QA script
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Unit Tests
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Fix clearing of all holds...
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Make existing unit tests...
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Filling one hold fills all...
2016-09-03 Kyle M HallBug 14695 - Add ability to place multiple item holds...
2016-09-03 Kyle M HallBug 14695 - Tidy C4::Reserves::CanItemBeReserved
2016-09-02 Marcel de RooyBug 10407: Add marcxml import (follow-up)
2016-09-02 Olli-Antti KivilahtiBug 10407: Allow MARCXML records to be imported via...
2016-09-02 Marcel de RooyBug 16809: Follow-up for scalarizing biblionumber
2016-09-02 Mark TompsettBug 16809: Silence authority warnings C4::Biblio::Trans...
2016-09-02 Marcel de RooyBug 17223: Add Cache::Memcached to PerlDependencies
2016-09-01 Kyle M HallBug 16942 [QA Followup] - Add unit test
2016-09-01 Kyle M HallBug 16942 - Confirm hold results in ugly error
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-08-26 Barton ChittendenBug 14504: (QA followup) use TestBuilder, remove do_not...
2016-08-26 Barton Chittendenbug 14504: split logic from DelItemCheck() into ItemSaf...
2016-08-24 Marcel de RooyBug 14390: [Follow-up] Only update FU record in UpdateFine
2016-08-24 Marcel de RooyBug 14390: [QA Follow-up] UpdateFine should be passed...
2016-08-24 Kyle M HallBug 14390 [QA Followup] - Fix warning
2016-08-24 Kyle M HallBug 14390 - Fine not updated from 'FU' to 'F' on renewal
2016-08-23 Jonathan DruartBug 17050: Do not kick the session out when accessing...
2016-08-18 Fridolin SomersBug 17106 - DataTables patron search defaulting to...
2016-08-18 Marc VéronBug 16741 - Remove dead code "sub itemissues" from...
2016-08-18 Fridolin SomersBug 17107 - Add ident and Identifier-standard to known...
2016-08-17 Tomas Cohen AraziBug 14642: Add logging for Holds
2016-08-17 Tomas Cohen AraziBug 16829: make logaction and GetLogs aware of the...
2016-08-10 Marcel de RooyBug 16929: [QA Follow-up] Add dependency for Bytes...
2016-08-10 Mirko TietgenBug 17087 - Set Test::WWW::Mechanize version to 1.42
2016-08-10 Kyle M HallBug 7441 - search results showing wrong branch?
2016-08-09 Barton ChittendenBug 6499: Add Zebra index "Other-control-number" coveri...
2016-08-08 Mirko TietgenBug 17043 - Readonly deps
2016-08-08 Mirko TietgenBug 17065 - Rename C4/Auth_cas_servers.yaml.orig
2016-08-05 Mark TompsettBug 16622: some tests triggered by prove t fail for...
2016-08-04 Mark TompsettBug 16864: Silence warnings in t/db_dependent/ILSDI_Ser...
2016-08-04 Marcel de RooyBug 16971: Missing dependency for HTML::Entities
2016-08-04 Jesse WeaverBug 16818: External auth redirect broken under Plack
2016-08-02 Jonathan DruartBug 16715: Use Sereal::Decoder and Sereal::Encoder...
2016-08-02 Kyle M HallBug 16436 [QA Followup] - Use debug instead of info
2016-08-02 Kyle M HallBug 16436 - Allow action logs to be logged to the koha...
2016-08-01 Kyle M HallBug 15397 - Pay selected does not works as expected
2016-07-22 Jonathan DruartBug 16847: Remove C4::Members::GetTitles
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove the residue
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfile
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfileId
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfiles
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfilesLoop
2016-07-22 Jesse WeaverBug 16715: Proposed followup to use Sereal for serializ...
2016-07-22 Kyle M HallBug 16934 - Cannot add notes to canceled and deleted...
2016-07-22 SrdjanBug 16716: Replaced wrong GROUP BY with DISTINCT
2016-07-15 Jonathan DruartBug 16913: Koha::Patrons - Remove GetBorrowersNamesAndL...
2016-07-15 Jonathan DruartBug 16909: Koha::Patrons - Remove checkuniquemember
2016-07-15 Jonathan DruartBug 16889: Remove C4::Items::biblioitems_columns and...
2016-07-15 Jonathan DruartBug 16889: Remove C4::Items::columns and use Koha:...
2016-07-15 Jonathan DruartBug 16889: Remove C4::Members::columns and use Koha...
2016-07-15 Jonathan DruartBug 16853: Move changepassword to Koha::Patron->update_...
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-15 Jonathan DruartBug 16844: (follow-up of 15656) Remove export of GetMem...
2016-07-15 Jonathan DruartBug 16813: Allow empty string for OPACBaseURL
2016-07-15 Jonathan DruartBug 16845: Remove unused C4::Members::ModPrivacy
2016-07-15 Marcel de RooyBug 15006: [QA Follow-up] Only handle login requests...
2016-07-15 Marcel de RooyBug 15006: [QA Follow-up] Satisfy qa tools with one...
2016-07-15 Colin CampbellBug 15006 Correct indentation of EXPORTs in Sip.pm
2016-07-15 Marcel de RooyBug 15006: Centralize timeout logic and allow zero...
2016-07-15 Colin CampbellBug 15006 Remove tabs from sip_protocol_loop
2016-07-15 Colin CampbellBug 15006 Drop raw connection if login fails
2016-07-15 Jonathan DruartBug 12178: Update serial status to "claimed" when expor...
2016-07-15 Kyle M HallBug 16917 - Error when importing patrons, Column 'check...
2016-07-08 Colin CampbellBug 13807 Rework main input loop in SIPServer
2016-07-08 Jonathan DruartBug 16819: Remove use of map
2016-07-08 Tomas Cohen AraziBug 16819: C4::Members::DelMember should use Koha:...
2016-07-08 Mark TompsettBug 16805: Log in with database admin user breaks OPAC
2016-07-08 Kyle M HallBug 14757 - Allow the use of Template Toolkit syntax...
2016-07-08 AleishaBug 9259: Ability to delete a staged file once it has...
2016-07-08 Alex SassmannshausenBug 6906: Follow coding guidelines in terminology.
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-07-08 Lyon3 TeamBug 14968 - found shouldn't be set to null when cancell...
2016-07-07 Tomas Cohen AraziBug 14048: (followup) Use the original holding branch
2016-07-07 Tomas Cohen AraziBug 14048: (QA followup) Update syspref name for HEA
2016-07-07 Kyle M HallBug 14048: [QA Followup]
2016-07-07 Tomas Cohen AraziBug 14048: Hook new rules into C4::Circulation
2016-07-07 Tomas Cohen AraziBug 14048: Add RefundLostItemFeeRule table and classes
2016-06-24 Jonathan DruartBug 16770: Remove Memoize::Memcached dependency
2016-06-24 Jonathan DruartBug 16770: Remove wrong caching of 3 subroutines in...
2016-06-24 Tomas Cohen AraziBug 15485: Use lists-specific XSLT sysprefs
2016-06-24 Jonathan DruartBug 16624: Fix regression displaying a letter with...
2016-06-24 Jonathan DruartBug 16591: Fix CSRF in opac-memberentry
2016-06-24 Kyle M HallBug 16534: (followup) - Tidy AddIssue
2016-06-24 Jonathan DruartBug 16534: Block AddIssue from issuing if the return...
2016-06-24 Jonathan DruartBug 16534: Make CanBookBeIssued test if the issue can...
2016-06-17 Kyle M HallBug 16692 - Error "No method update!" when creating...
2016-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
next