Bug 16220 - The view tabs on opac-detail.pl are not responsive
[koha.git] / t /
2016-04-22 Bernardo Gonzalez... Bug 5979: follow to fix spelling
2016-04-22 Alex ArnaudBug 5979 - OPAC ISBD view has its own syspref
2016-04-22 Kyle M HallBug 12787 [QA Followup] - Retain change to Reports_Guided.t
2016-04-22 Tomas Cohen AraziBug 12787: (QA followup) small QA fixes
2016-04-22 Jonathan DruartBug 12787: Reorganise t/db_dependent files
2016-04-22 Kyle M HallBug 15757 [QA Followup] - Having EDI configured will...
2016-04-22 Jonathan DruartBug 15757: Make GetLoanLength defaults to 0 instead...
2016-04-22 Jonathan DruartBug 15757: Add one test for GetLoanLength
2016-04-20 Julian MauriceBug 16224: Fix t/db_dependent/Reports_Guided.t
2016-04-20 Jonathan DruartBug 16229: Add the unsafe flag to set_in_cache
2016-04-20 Jonathan DruartBug 16229: Deep copy on setting in cache
2016-04-20 Jonathan DruartBug 16229: Deep copy on first L2 fetch
2016-04-07 Nick ClemensBug 15877 - Unit tests
2016-04-07 Jonathan DruartBug 16086: Add tests for Koha::Issues
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-04-06 Jonathan DruartBug 16199: Remove C4::Ris::charconv
2016-04-01 Zeno Tajoli Bug 7736 Add Edifact order fields to Acquisition.t
2016-04-01 Colin Campbell Bug 7736: Support Ordering via Edifact EDI messages
2016-04-01 Nick Clemens Bug 10612: (QA followup)
2016-04-01 Nick Clemens Bug 10612 - Unit tests
2016-04-01 Tomas Cohen Arazi Bug 16173: db_structure.t shouldn't have a fixed numbe...
2016-04-01 Mark Tompsett Bug 16185: t/db_dependent/Reports_Guided.t is failing
2016-04-01 Jonathan Druart Bug 16176: Fix a test about OpenLibrarySearch
2016-04-01 Jonathan Druart Bug 16177: Fix tests for ColumnsSsettings.t
2016-04-01 Mark Tompsett Bug 16186: t/db_dependent/Circulation_Issuingrule...
2016-03-31 Alex ArnaudBug 15889: LDAP authentication: Only update mapped...
2016-03-31 Katrin Fischer Bug 14257: Follow-up - Add documentation, fix typo...
2016-03-31 Martin Persson Bug 14257 - Add show_attributes to GetPatronInfo
2016-03-31 Jonathan Druart Bug 15323: Use fixtures for the active currency
2016-03-31 Marcel de Rooy Bug 16004: [QA Follow-up] Tiny change for unit test...
2016-03-31 Jonathan Druart Bug 16004: Replace items.new with items.new_status
2016-03-31 Tomas Cohen Arazi Bug 16172: fix OAI Server tests broken by bug 15946
2016-03-30 Tomas Cohen Arazi Bug 16160: Fix t/../www/search_utf8.t for layout change
2016-03-30 Jonathan Druart Bug 14158: www search tests - Cleanup at the end
2016-03-24 Mark Tompsett Bug 15870: Follow up to address comment #20
2016-03-24 Mark Tompsett Bug 15870: Follow-up of filter and tests
2016-03-24 Tomas Cohen Arazi Bug 15870: (QA followup) Add tests
2016-03-24 Mark Tompsett Bug 15870: MARC Filter to exclude fields/subfields...
2016-03-24 Jonathan Druart Bug 16044: Add an unsafe flag to Koha::Cache->get_from...
2016-03-24 Jonathan Druart Bug 16044: Add tests to make sure structures will...
2016-03-24 Jonathan Druart Bug 16044: Make tests from t/Cache.t pass
2016-03-24 Jonathan Druart Bug 16011: Reintroduce $VERSION for 2 pm
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Tomas Cohen Arazi Bug 15741: (regression tests) Rounding is not calculat...
2016-03-24 Julian Maurice Bug 16134: t::lib::Mocks::mock_preference should be...
2016-03-22 Jonathan DruartBug 15585: Remove "shift on reference is experimental...
2016-03-22 charlesBug 15585 - Move C4::Passwordrecovery to the new namesp...
2016-03-21 Jonathan DruartBug 16053: Add tests
2016-03-21 Jonathan DruartBug 15163: Do not erase patron attributes if limited...
2016-03-15 Jonathan DruartBug 11998: Make HoldsQueue.t tests pass [TO REVERT]
2016-03-15 Jonathan DruartBug 11998: Use C4::Context->preference in Koha/Schema...
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-12 Kyle M HallBug 15656 [QA Followup] - Return without searching...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetMemberRe...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetGuarantees
2016-03-11 Galen Charlton Bug 16009: fix GetMember() search on NULL/undef values
2016-03-08 Frédéric Demians Bug 15445 DateUtils.t fails on Jenkins due to server...
2016-03-08 Kyle M HallBug 14694 [QA Followup] - Update Koha::Borrower referen...
2016-03-07 Marcel de Rooy Bug 14306: Follow-up for URLs in 555$u
2016-03-07 Marcel de Rooy Bug 14306: Show URL from MARC21 field 555$u under...
2016-03-07 Jonathan Druart Bug 14694: Create data the tests need
2016-03-07 Kyle M Hall Bug 14694 [QA Followup] - Fix typos
2016-03-07 Kyle M Hall Bug 14694 [QA Followup] - Fix unit tests
2016-03-07 Kyle M Hall Bug 14694 - Make decreaseloanHighHolds more flexible
2016-03-07 Marcel de Rooy Bug 5404: [QA Follow-up] Add test descriptions
2016-03-07 Jonathan Druart Bug 5404: Move the test to a new IsMarcStructureIntern...
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2016-03-04 Kyle M HallBug 15635 [QA Followup] - Fix number of unit tests
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Add new classes
2016-03-03 Jonathan Druart Bug 15669: Add a test for GetModificationTemplates
2016-03-03 Mark Tompsett Bug 15871: Improve PerlCritic level for t/RecordProces...
2016-03-03 Kyle M HallBug 15548 [QA Followup] - More new uses of Koha::Borrower
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove tests
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Be sure add and...
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Add new classes
2016-03-03 Kyle M Hall Bug 15084 [QA Followup] - Clean up test currencies...
2016-03-03 Jonathan Druart Bug 15084: Add tests for Koha::Acquisition::Currenc...
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-03-03 Kyle M Hall Bug 12803 [QA Followup] - Allow holiday caching to...
2016-03-03 Kyle M Hall Bug 12803 - Add ability to skip closed libraries when...
2016-03-03 Jonathan Druart Bug 12426: Simplify the code adding a new subroutine...
2016-03-03 Lari Taskula Bug 12426: Allow resending of messages from the notice...
2016-03-02 Tomas Cohen Arazi Bug 15288: (QA followup) Tests still point to old...
2016-03-02 Jonathan Druart Bug 11023: Automatic item modification by age (Was...
2016-03-02 Galen Charlton Bug 15947: move SIPILS.t to DB-dependent test directory
2016-03-02 Marcel de RooyBug 14751: [QA Follow-up] Unit tests for interface...
2016-03-02 Jonathan DruartBug 15800: Koha::AuthorisedValues - Remove C4::Koha...
2016-03-02 Kyle M HallBug 15675 - Add issue_id column to accountlines and...
2016-03-02 Jonathan DruartBug 15939: Action logs - Do not default dates to today
2016-02-26 Holger MeißnerBug 14395: Unit tests
2016-02-26 Marcel de RooyBug 14199: Unify marc orgcode plugins, not overwriting...
2016-02-26 Jonathan DruartBug 4941: Make tests non DB dependent
2016-02-24 Nick ClemensBug 15343 [QA Followup]
2016-02-24 Nick ClemensBug 15343 - Allow user to set password on opac-memberen...
2016-02-24 Jonathan DruartBug 15629: Fix tests - Koha::Library does not have...
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchInfo
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove ModBranch
next