koha.git
2021-09-21 Tomas Cohen... Bug 29072: Move reference route /cities spec to YAML
2021-09-21 Tomas Cohen... Bug 29032: Pre-load ILL backends to speed up response
2021-09-20 Jonathan DruartBug 17600: Fix overdrive_proxy and recordedbooks
2021-09-20 Jonathan DruartBug 28972: Fix failing tests
2021-09-20 Jonathan DruartBug 17600: Remove wrong C4::Context imports
2021-09-20 Emmi TakkinenBug 28653: Add new method RefreshIssuesTable
2021-09-20 Owen LeonardBug 18747: Select All in Add Patron Option in Patron...
2021-09-20 Marcel de RooyBug 28992: Resolve warning on BIG_LOOP
2021-09-20 Jonathan DruartBug 28972: DBIC schema changes
2021-09-20 Jonathan DruartBug 28972: DBRev 21.06.00.022
2021-09-20 Jonathan DruartBug 28972: Make DB rev idempotent
2021-09-20 Kyle M HallBug 28972: Add missing foreign key constraints to holds...
2021-09-20 Martin RenvoizeBug 28316: (QA follow-up) Make clean_search_term public
2021-09-20 Petro VashchukBug 28316: escape ES ranges if QueryAutoTruncate is...
2021-09-20 Petro VashchukBug 28316: avoid messing up regexes in the search queries
2021-09-20 Petro VashchukBug 28316: escape exclamation signs in the query
2021-09-20 Petro VashchukBug 28316: escape brackets in the search query
2021-09-20 Petro VashchukBug 28316: screen unquoted semicolons and all followup...
2021-09-20 Petro VashchukBug 28316: add tests
2021-09-20 Nick ClemensBug 28985: Force positive numbers for itemtype charge...
2021-09-20 Nick ClemensBug 28847: Remove dead code and make regex consistent
2021-09-20 Nick ClemensBug 28847: (follow-up) Handle branch_group_limit
2021-09-20 Nick ClemensBug 28847: Only apply JS to branch/multibranch selectio...
2021-09-20 Nick ClemensBug 28847: Cleanup of branch limitsand fix OPAC_SEARCH_...
2021-09-20 Nick ClemensBug 28847: Unit tests
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-09-20 Lucas GassBug 21093: In additem.pl set the right stickyduedate...
2021-09-20 Kyle M HallBug 28464: Remove useless check that gives the incorrec...
2021-09-20 Kyle M HallBug 28464: Add unit tests
2021-09-20 Kyle M HallBug 28228: Supress plugin related error message
2021-09-20 Fridolin SomersBug 28914: Fix wording in authentication forms
2021-09-20 Fridolin SomersBug 28829: Remove single quote escaping in value_builde...
2021-09-20 Andreas RoussosBug 28472: (follow-up) add unit test for the case where...
2021-09-20 Andreas RoussosBug 28472: handle items with NULL shelving location
2021-09-20 Nick ClemensBug 28986: Remove (All) notation to correctly select...
2021-09-20 Nick ClemensBug 28845: (follow-up) Retain selection when using...
2021-09-20 Nick ClemensBug 28845: Match against the full limit string, not...
2021-09-20 Nick ClemensBug 28676: Cache and retrieve match_count when searchin...
2021-09-20 Nick ClemensBug 28676: Unit test
2021-09-20 Martin RenvoizeBug 28960: Explicitly call get_column
2021-09-14 Jonathan DruartBug 17600: Fix opac/svc/overdrive
2021-09-14 Jonathan DruartBug 28946: (bug 23271 follow-up) Missing occurrence...
2021-09-09 Didier GautheronBug 28921: Remove warning from html_helpers.inc
2021-09-09 Owen LeonardBug 28149: (follow-up) Add string for job status "new"
2021-09-09 Owen LeonardBug 28149: Improve internationalization and formatting...
2021-09-09 Lucas GassBug 28392: make streettype and B_streettype work with...
2021-09-09 Joonas KylmäläBug 21794: (QA follow-up) Separate city and country...
2021-09-09 Katrin FischerBug 21794: Fix display of addresses on details tab...
2021-09-09 Lucas GassBug 28936: Add sort1/sort2 to borrowers.json
2021-09-09 Joonas KylmäläBug 10265: (QA follow-up) Make if-else checks consistent
2021-09-09 Katrin FischerBug 10265: Keep punctuation for 8xx series added entry...
2021-09-09 Jonathan DruartBug 28912: Remove duplicated warnings on the about...
2021-09-09 Jonathan DruartBug 28912: Prevent Pseudonymization to be set if bcrypt...
2021-09-09 Jonathan DruartBug 28882: Disable select/hide all links
2021-09-09 Jonathan DruartBug 28882: permission UI allows selection of superlibra...
2021-09-09 Julian MauriceBug 28306: Fix t/db_dependent/Koha/Objects.t
2021-09-06 Nick ClemensBug 28373: (follow-up) Fix copy error
2021-09-02 Owen LeonardBug 28938: Correct Flatpickr's default 12hr time formatting
2021-09-01 Jonathan DruartBug 20529: Remove other occurrences of decodeURICompone...
2021-09-01 Victor GroussetBug 20529: Fix "Return to results" link broken by a...
2021-09-01 Owen LeonardBug 28928: Minor follow-ups to Bug 28376 - Flatpickr...
2021-08-31 Jonathan DruartBug 25078: Fix indentation and style for additional...
2021-08-31 Tomas Cohen... Bug 26195: Add a way to specify authorised values shoul...
2021-08-31 Kyle M HallBug 28306: Fix POD
2021-08-31 Kyle M HallBug 28306: Switch back to using 'mock' instead of ...
2021-08-31 Julian MauriceBug 28306: Allow to query database with minimal memory...
2021-08-31 Jonathan DruartBug 28774: DBRev 21.06.00.021
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-08-31 Jonathan DruartBug 28373: DBRev 21.06.00.020
2021-08-31 Nick ClemensBug 28373: Add warning if custom stylesheets are defined
2021-08-31 Nick ClemensBug 28373: Add note to XSLT prefs about the new pref
2021-08-31 Nick ClemensBug 28373: (follow-up) QA fixes
2021-08-31 Katrin FischerBug 28373: (QA follow-up) Fix typo in system preference...
2021-08-31 Nick ClemensBug 28373: Add PassItemMarcToXSLT system preference
2021-08-31 Nick ClemensBug 28373: Unit test
2021-08-31 Kyle M HallBug 28885: Skip invalid biblios for OpacBrowseResults
2021-08-31 Jonathan DruartBug 22690: Fix the tracklink feature
2021-08-30 Jonathan DruartBug 28376: Compiled CSS
2021-08-30 Owen LeonardBug 28376: Replace jQueryUI date/timepicker with Flatpickr
2021-08-30 Jonathan DruartBug 26302: (follow-up) DBRev 21.06.00.019
2021-08-30 Jonathan DruartBug 26302: DBRev 21.06.00.019
2021-08-30 Marcel de RooyBug 26302: (QA follow-up) Prefix prefs with OPAC
2021-08-30 Jonathan DruartBug 26302: Make syspref's names start with uppercase
2021-08-30 Marcel de RooyBug 26302: (QA follow-up) Prevent empty call numbers
2021-08-30 Marcel de RooyBug 26302: (QA follow-up) Reset preference values
2021-08-30 Marcel de RooyBug 26302: Refactor Availability block in OPAC results...
2021-08-30 Marcel de RooyBug 26302: Changes for substatus, resultbranch in XSLT.t
2021-08-30 Marcel de RooyBug 26302: Add resultbranch and other status in C4...
2021-08-30 Marcel de RooyBug 26302: Add dbrev for two new prefs
2021-08-30 Petro VashchukBug 28736: fix requirements for the correct error messa...
2021-08-30 Owen LeonardBug 28843: Add view and edit buttons to result of MARC...
2021-08-30 Owen LeonardBug 24019: Patron batch modification based on borrowern...
2021-08-30 Nick ClemensBug 28456: Add WHERE option to membership_expiry cronjob
2021-08-30 Nick ClemensBug 20688: Add accesskeys for transfers
2021-08-30 Nick ClemensBug 20688: Add accesskeys to hold modals
2021-08-30 Martin RenvoizeBug 28830: Add cni index for 003
2021-08-30 Lucas GassBug 28838: add unique IDs to sco-main.tt impossible...
2021-08-30 Lucas GassBug 28810: replace housebould detail inputs with textarea
2021-08-30 Lucas GassBug 28695: Add shelving location column to overdue.tt
2021-08-30 Jonathan DruartBug 28893: Remove unused opac/rss directory
next