Bug 14695 [QA Followup] - Unit Tests
[koha.git] / C4 / Items.pm
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Unit Tests
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-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-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
2016-06-10 Marcel de RooyBug 16428: [QA Follow-up] Useless call to GetMarcStruct...
2016-06-10 Jonathan DruartBug 16428: Use the biblio framework to know if a field...
2016-04-29 Jonathan DruartBug 16167: Remove Authorised value images prefs
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-03-31 Jonathan Druart Bug 16004: Replace items.new with items.new_status
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-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-02 Jonathan Druart Bug 11023: Automatic item modification by age (Was...
2015-12-29 Kyle M Hall Bug 11084 [QA Followup] - Suppress userenv warning
2015-12-29 Kyle M Hall Bug 11084 - Delete biblios on Leader 05 == d
2015-11-19 Marc VéronBug 14870: (followup) Remove stray C4::Dates
2015-10-29 Jonathan DruartBug 14100: Fix t/db_dependent/Items.t
2015-10-27 Jonathan DruartBug 14100: (follow-up) Language overlay for item types
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-10-22 Mark TompsettBug 15027: Correct Type in C4::Items perldoc
2015-10-02 Jonathan DruartBug 14811: Don't update permanent_location with CART...
2015-09-18 Marc VéronBug 13813: Remove deprecated module C4::Dates from...
2015-09-16 Jonathan DruartBug 7634: Prevent permanent_location to be set to NULL...
2015-09-16 Jonathan DruartBug 8723: Update hold_fill_targets, tmp_holdsqueue...
2015-09-16 Jonathan DruartBug 8723: Update the reserves table for item-level...
2015-07-24 Jonathan DruartBug 8684: Fix duplicate check on creating items in...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-05-06 Mark TompsettBug 14057: Inventory is painfully slow
2015-04-23 Kyle M HallBug 13023: (QA Followup) Use db column for storage...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Marcel de RooyBug 10480: Use the framework plugin object in cataloguing
2015-04-10 Jonathan DruartBug 13372: Sort is done by DataTables
2015-04-10 Jonathan DruartBug 13372: Items lost report improvements
2015-03-25 SrdjanBug 5786 - Move AllowOnShelfHolds and OPACItemHolds...
2015-02-09 Julian MauriceBug 13562: Fix item search on item MARC subfields
2014-12-19 Jonathan DruartBug 13465: Correct the field prefix ambiguity
2014-11-26 Jonathan DruartBug 13332: Fix conflict between 5304 and 10860
2014-11-21 SrdjanBug 5304: GetItemsInfo() - moved issues and serials...
2014-11-21 Fridolin SomersBug 12909 - item withdrawn is missing in inventory...
2014-11-04 Jonathan DruartBug 11425: Get column names using DBIX
2014-11-04 Julian MauriceBug 11425: Add unit tests
2014-11-04 Julian MauriceBug 11425: Add item search form in staff interface
2014-11-03 Kyle M HallBug 10860 [QA Followup] - Rename system preferences
2014-11-03 Katrin FischerBug 10860: Follow-up - staff reading record
2014-11-03 Kyle M HallBug 10860 - Change "in-house use" to "on-site checkout"
2014-11-03 Jonathan DruartBug 10860: In-House Use
2014-10-11 Jonathan DruartBug 12874: A DB field without a default mapping is...
2014-09-08 Marcel de RooyBug 7817: Follow-up for original patch
2014-09-08 Olli-Antti KivilahtiBug 7817 - Items Permanent location (shelving location...
2014-09-08 Kyle M HallBug 12467 - Lost items marked as not on loan even if...
2014-08-03 Bernardo Gonzalez... Bug 12673: Remove CGI::scrolling_list from C4::Items.pm
2014-07-25 Jonathan DruartBug 12583: DelItem prototype - Add unit tests
2014-07-25 Jonathan DruartBug 12583: DelItem prototype - prefer hashref
2014-07-25 Jonathan DruartBug 12583: DelItem prototype - Remove $dbh
2014-07-14 David CookBug 12522 - Fatal database error when viewing Holds...
2014-06-23 Owen LeonardBug 12428 - "OPAC info" is not displayed in the OPAC
2014-05-26 Galen CharltonBug 7720: (follow-up) revert change to GetItemsInfo
2014-05-26 Kyle M HallBug 7720: (follow-up) fix various issues
2014-05-26 Kyle M HallBug 7720: add options for controlling display of an...
2014-04-18 Kyle M HallBug 11416: fix case where serials item editor was incor...
2014-02-25 Marcel de RooyBug 11803: use $dbh consistently in _koha_modify_item
2014-01-17 David CookBug 11473 - add 'biblio' and 'item' to cataloguing...
2013-12-30 Kyle M HallBug 10277 - Add C4::Context->IsSuperLibrarian()
2013-12-25 Fridolyn SOMERSBug 11338: prevent deletion of items that are captured...
2013-12-23 Fridolyn SOMERSBug 6331: (follow-up) update timestamp when deleting...
2013-12-23 Colin CampbellBug 6331: (follow-up) do not populate deleteditems...
2013-12-19 Kyle M HallBug 9673 - Track when items are marked as lost or withdrawn
2013-12-10 Owen LeonardBug 10661: format mandatory item fields the same on...
2013-12-10 Jonathan DruartBug 8683: ensure clear button clears all item fields...
2013-11-01 Jonathan DruartBug 7684: QA Followup and bugfixes
2013-11-01 Matthias MeusburgerBug 7684: multiple fixes for inventory
2013-10-30 Julian MauriceBug 7688: (follow-up) rewrite t/db_dependant/Serials.t
2013-10-22 Kyle M HallBug 10493: Add renewal script
2013-09-18 Tomas Cohen AraziBug 10872: UT for GetHiddenItemnumbers and POD fix
2013-09-18 Mark TompsettBug 10872 - C4::Items GetHiddenItems fix and optimization
2013-09-08 Kyle M HallBug 10550: Fix database typo wthdrawn
2013-08-20 Owen LeonardBug 10764 - Update POD of C4::Items::GetItemStatus...
2013-05-22 Kyle M HallBug 10080 - Change system pref IndependantBranches...
2013-05-17 Jared Camins-EsakovMerge branch 'bug_10266' into 3.14-master
2013-05-17 Rafal KopaczkaBug 10266 - Statuses not appearing in the OPAC
2013-05-14 Jared Camins-EsakovMerge branch 'bug_7593' into 3.14-master
2013-05-13 Jared Camins-EsakovMerge branch 'bug_10079' into 3.14-master
2013-05-13 Kyle M HallBug 10079 - HomeOrHoldingBranch should not control...
2013-05-01 Galen CharltonMerge remote branch 'origin/new/bug6554_reverts'
2013-05-01 Jared Camins-EsakovMerge branch 'bug_10033' into 3.14-master
2013-05-01 Fridolyn SOMERSBug 10033 - dangerous query in _koha_modify_item
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-27 Jared Camins-EsakovMerge branch 'bug_10088' into 3.14-master
2013-04-27 Jonathan DruartBug 10088: FIX adding an order from a staged file.
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_6554' into 3.14-master
2013-04-07 Jared Camins-EsakovMerge branch 'bug_9902' into 3.12-master
2013-04-07 Kyle M HallBug 9902 - item subfields not populating
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7440' into 3.12-master
2013-03-20 Tomas Cohen AraziBug 7440 - Remove NoZebra vestiges
next