Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls
[koha-equinox.git] / t / db_dependent / Items.t
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-05-14 Martin RenvoizeBug 22899: (QA follow-up) Change accessor name
2019-04-19 Nick ClemensBug 15505: Mark Hold Items 'On hold' instead of 'Available'
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-15 Katrin FischerBug 10676: Add unit tests - GetItemsInfo
2019-02-15 Fridolin SomersBug 22140: Larger unit test for get_hostitemnumbers_of
2019-01-28 Jonathan DruartBug 21798: replace gimme_a_biblio with build_sample_biblio
2019-01-28 Jonathan DruartBug 21798: Fix another test
2019-01-28 Jonathan DruartBug 21798: Fix a wrong test
2019-01-28 Jonathan DruartBug 21798: Unify the creation of bibliographic record...
2018-11-21 Marcel de RooyBug 21774: Cloned item subfields disappear when editing...
2018-11-02 Mark TompsettBug 14385: Squash of a lot of patches rebased
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-10-19 Jonathan DruartBug 20592: Add tests
2018-10-09 Tomas Cohen AraziBug 11897: (QA follow-up) Fix tests
2018-10-09 Martin RenvoizeBug 11897: Stockrotation
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-04-06 Kyle M HallBug 18816: (QA follow-up) Convert param to hashref...
2018-04-06 Kyle M HallBug 18816: Make CataloguingLog work in production by...
2018-02-18 charlesBug 17672: Fixing Items.t expected tests from 12 to 13
2018-02-18 Nick ClemensBug 17672: Add damaged_on to items and deleteditems...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Set default value for biblio...
2017-12-07 Marcel de RooyBug 19096: Adjusts unit tests
2017-10-27 Marcel de RooyBug 19528: Fix a few typos like corrosponding
2017-10-03 Jonathan DruartBug 19350: Add tests
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-02-14 Marcel de RooyBug 17512: Improve handling dates in C4::Items
2016-11-16 Tomas Cohen AraziBug 17633: (QA followup) remove debugging leftover
2016-11-16 Tomas Cohen AraziBug 17633: (QA followup) Remove unneeded warnings
2016-11-16 Jonathan DruartBug 17633: Do not call set_preference from tests
2016-10-28 Jonathan DruartBug 14598: Fix warning from effective_itemtype
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Correct the behavior of GetItem
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
2016-05-03 Marcel de RooyBug 16170: [QA Follow-up] Fix embeded typos
2016-05-03 Marcel de RooyBug 16170: [QA Follow-up] Adjust Items.t
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-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove ModBranch
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchDetail
2016-01-14 Jonathan DruartBug 15294: Koha::Libraries - Move existing Koha::Branch[es]
2015-11-06 Jonathan DruartBug 14878: Tests - Create the branchcodes when needed
2015-11-04 Tomas Cohen AraziBug 15081: (followup) Make test files using TestBuilder...
2015-10-23 Jonathan DruartBug 14778: Make 3 tests pass
2015-10-02 Jonathan DruartBug 14811: Don't update permanent_location with CART...
2015-09-17 Jonathan DruartBug 12252: Add tests for EmbedItemsInMarcBiblio
2015-09-16 Jonathan DruartBug 7634: Add tests
2015-09-16 Jonathan DruartBug 7634: Make the tests pass
2015-09-07 Tomas Cohen AraziBug 14651: (regression test) fallback to bib-level...
2015-08-11 Jonathan DruartBug 13853: (follow-up) unit tests
2015-08-11 Kyle M HallBug 13853: (QA followup) Add unit tests for branch...
2015-07-24 Jonathan DruartBug 8684: Add regression tests for SearchItemsByField
2015-03-19 Marcel de RooyBug 13713: Follow-up removing biblioitem routines
2015-03-19 Jonathan DruartBug 13713: Remove useless constraints previously added
2015-02-09 Julian MauriceBug 13562: Fix item search on item MARC subfields
2014-11-26 Jonathan DruartBug 13332: Fix conflict between 5304 and 10860
2014-11-21 SrdjanBug 5304: Use branch codes from the database rather...
2014-11-10 Marcel de RooyBug 12264: [QA Follow-up] Fixing biblionumber/biblioite...
2014-11-10 Katrin FischerBug 12264: Correct tiny typo in t/db_dependent/Items.t
2014-11-04 Tomas Cohen AraziBug 11425: (maniac followup) remove diag from tests
2014-11-04 Kyle M HallBug 11425 [QA Followup] - Fix number of unit tests
2014-11-04 Julian MauriceBug 11425: Add unit tests
2014-07-25 Jonathan DruartBug 12583: DelItem prototype - prefer hashref
2014-07-25 Jonathan DruartBug 12583: DelItem prototype - Remove $dbh
2014-06-23 Tomas Cohen AraziBug 12428: remove debugging leftover
2014-06-23 Tomas Cohen AraziBug 12428: (QA followup) regression tests.
2014-06-19 Galen CharltonBug 11891: set up tests to require that Koha::Database...
2014-04-29 Kyle M HallBug 11518: (follow-up) Make unit tests pass
2014-04-29 Kyle M HallBug 11518: (follow-up) Change method name from 'itemtyp...
2014-04-29 Kyle M HallBug 11518: Add new method to K::S::R::Item that will...
2013-09-18 Tomas Cohen AraziBug 10872: UT for GetHiddenItemnumbers and POD fix
2012-09-07 Chris CormackBug 5327 : Fixing a typo in the test that was causing...
2012-07-06 Stacey Walkerbug 5327: added some tests for C4/Items.pm