Bug 23463: Remove _mod_item_dates
[srvgit] / C4 /
2020-03-23 Jonathan DruartBug 23463: Remove _mod_item_dates
2020-03-23 Jonathan DruartBug 23463: _do_column_fixes_for_mod dealt with integer...
2020-03-23 Jonathan DruartBug 23463: _set_derived_columns_for_mod was only used...
2020-03-23 Jonathan DruartBug 23463: Move plugin hook
2020-03-23 Jonathan DruartBug 23463: remove trivial UpdateHoldingbranch sub
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: AddItem removing
2020-03-23 Jonathan DruartBug 23463: Replace _set_derived_columns_for_add
2020-03-23 Jonathan DruartBug 23463: Remove _set_defaults_for_add
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: Remove uneeded SearchItemsByField subroutine
2020-03-20 Martin RenvoizeBug 24436: Add handling for reserve transfer triggers
2020-03-20 Martin RenvoizeBug 24299: Record 'RotatingCollection' as a transfer...
2020-03-20 Aleisha AmohiaBug 24688: Check the priority of the fulfilled hold...
2020-03-20 Nick ClemensBug 24553: Use 'barcode' not 'item_id' when removing...
2020-03-20 Jonathan DruartBug 24250: Do not duplicate debarred comment in patron...
2020-03-20 Jonathan DruartBug 23900: Teach label maker to concat database fields
2020-03-20 Jonathan DruartBug 24904: Speed up installer process - 1 query per...
2020-03-20 Bernardo Gonzalez... Bug 24870: Translate installer data label
2020-03-20 Kyle M HallBug 24566: UpdateItemLocationOnCheckin triggers SIP2...
2020-03-19 Martin RenvoizeBug 24723: Update EmailPurchaseSuggestions to use inbou...
2020-03-19 Martin RenvoizeBug 24721: Update emailLibrarianWhenHoldIsPlaced to...
2020-03-18 Martin RenvoizeBug 24298: Record transfer triggers for returns
2020-03-18 Fridolin SomersBug 19279: performance of linked items in search
2020-03-18 Martin RenvoizeBug 10269: Use 'reply-to' address if passed to EnqueueL...
2020-03-18 Arthur SuzukiBug 23531: fix ILSDI non-implemented but documented...
2020-03-16 Andreas RoussosBug 24827: Specify UTF-8 as encoding in new_from_xml()
2020-03-16 Andreas RoussosBug 24827: Standardise on 'UTF-8' as the encoding name
2020-03-16 Hayley MapleyBug 22943: Renames the in_ipset function to in_iprange...
2020-03-11 Nick ClemensBug 24839: Return hold info to transfer script and...
2020-03-10 Nick ClemensBug 17374: Make use of fields from syspref 'DefaultPatr...
2020-03-10 Katrin FischerBug 17845: Remove unused code related to printers
2020-03-10 Nick ClemensBug 23112: (QA follow-up) Fix database update, add...
2020-03-10 Andrew IsherwoodBug 23112: Update request status on return
2020-03-09 Jonathan DruartBug 13897: Surround columns with backticks
2020-03-09 Bernardo Gonzalez... Bug 13897: Process description, multiline values and...
2020-03-09 Jonathan DruartBug 13897: Catch the error and warn it
2020-03-09 Bernardo Gonzalez... Bug 13897: Use YAML files for installer data
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Add renewal feedback and move...
2020-03-06 Andrew IsherwoodBug 23051: Renew items when fines paid off
2020-03-06 David CookBug 24719: Remove use of CGI object in C4::Context...
2020-03-05 Tomas Cohen AraziBug 24369: Add CORS support to output_with_http_headers()
2020-03-02 Jonathan DruartBug 24735: Remove QueryParser-related code
2020-03-02 Maryse SimardBug 23488: Line wrapping doesn't always respect word...
2020-02-26 Jonathan DruartBug 24294: Add default value support for control fields...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Marcel de RooyBug 22880: (QA follow-up) Remove opacheader from C4...
2020-02-24 Nick ClemensBug 24629: SIP patron items contains an array of hashes
2020-02-24 Jonathan DruartBug 24629: SIP log - Display barcode instead of hash
2020-02-24 Kyle M HallBug 24705: Holds placed via SIP will be given first...
2020-02-19 Charles FarmerBug 11297: Add support for custom PQF attributes for...
2020-02-19 Nick ClemensBug 24269: Adjust C4::Heading to generate headings...
2020-02-19 Martin RenvoizeBug 24367: (RM follow-up) Syntax error correction
2020-02-19 Nick ClemensBug 24094: Strip trailing spaces and punctuation from...
2020-02-19 Kyle M HallBug 21944: Improve efficiency of code
2020-02-19 Christopher BrannonBug 21944: Reroute waiting hold from wrong branch
2020-02-19 Jonathan DruartBug 24367: May fix another warning
2020-02-19 Marcel de RooyBug 24367: Resolve other uninitialized warns in Search.pm
2020-02-19 Marcel de RooyBug 24367: Resolve warn Use of uninitialized value...
2020-02-19 Marcel de RooyBug 24367: Resolve warn Argument available is not numer...
2020-02-19 Jonathan DruartBug 24367: Remove warnings from Search.t
2020-02-18 Jonathan DruartBug 24002: (follow-up) Incorrect DATE value: '00-00...
2020-02-17 Josef MoravecBug 21921: Add date publication year to biblio Z39...
2020-02-17 Nick ClemensBug 7611: (follow-up) separate positive and negative...
2020-02-17 Nick ClemensBug 7611: (follow-up) Fix display of undefined statuses...
2020-02-17 NickBug 7611: Change negative notforloan as well
2020-02-17 Mehdi HamidiBug 7611: Show the NOT_LOAN authorised values for item...
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-14 Magnus EngerBug 24531: Fix OAI-PMH sets for records with repeated...
2020-02-13 Martin RenvoizeBug 24592: Reword LOST_RETURN to LOST_FOUND
2020-02-13 Jonathan DruartBug 24361: Silent Items/GetItemsForInventory.t
2020-02-12 Martin RenvoizeBug 19735: Remove C4::Installer::PerlDependancies
2020-02-12 Martin RenvoizeBug 19735: Add support for max_ver
2020-02-12 Julian MauriceBug 19735: Move Perl deps definitions into a cpanfile
2020-02-12 Jonathan DruartBug 24642: Make Cache::Memcached::Fast::Safe required
2020-02-12 Nick ClemensBug 19014: on_reserve blocks auto_renew
2020-02-12 Nick ClemensBug 19014: Return auto_too_soon before on_reserve
2020-02-11 Jonathan DruartBug 8643: Fix IsMarcStructureInternal tests
2020-02-11 simithBug 8643: Add important constraint to marc subfields
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-10 Julian MauriceBug 21156: Add plural translation capabilities to JS...
2020-02-10 Marcel de RooyBug 13305: Remove tabindex from PrepareItemsRecordDisplay
2020-02-10 Nick ClemensBug 16719: (QA follow-up) Remove tabs
2020-02-10 Oliver BehnkeBug 16719: (follow-up) Update check on password mapping
2020-02-10 Oliver BehnkeBug 16719: Pass through undef rather than empty string...
2020-02-10 Jonathan DruartBug 23640: Flushing L1 on every SIP connection
2020-02-07 Martin RenvoizeBug 13193: (RM follow-up) Remove Cache::Memcached:...
2020-02-07 Joonas KylmäläBug 13193: Make Memcached usage fork safe
2020-02-05 Agustin MoyanoBug 23673: Add "Updated on" column to patron's notices
2020-02-05 Jonathan DruartBug 24595: Silent warnings from Circulation.t
2020-02-05 Nick ClemensBug 24449: Add too_many_overdue to patron status for SIP
2020-02-05 Martin RenvoizeBug 24529: Silence another uninitialised value warning
2020-02-05 Martin RenvoizeBug 24529: Silence warnings for title level holds
2020-02-05 Nick ClemensBug 22302: Make ITEMTYPECAT descriptions fallback to...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Make possible to have unlimited...
2020-02-04 Jonathan DruartBug 18936: Fix some more tests
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Don't retrieve unused issuing...
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
next