koha.git
2021-04-12 Jonathan DruartBug 27726: DBIC schema changes
2021-04-12 Jonathan DruartBug 27726: DBRev 20.12.00.029
2021-04-12 Martin RenvoizeBug 27726: Increase 'content' field size
2021-04-12 Jonathan DruartBug 27857: Fix Pseudonymization.t
2021-04-09 David CookBug 25476: Add ability to browse file uploads by category
2021-04-09 Jonathan DruartBug 14233: DBRev 20.12.00.028
2021-04-09 Jonathan DruartBug 14233: Select the correct tab
2021-04-09 Martin RenvoizeBug 14233: Add logging support to notices and slips...
2021-04-09 Martin RenvoizeBug 14233: DB changes - NoticesLog pref + letter.id PK
2021-04-09 Martin RenvoizeBug 14233: DBIC schema changes
2021-04-09 Jonathan DruartBug 28094: Deal with encoding for overriden sysprefs
2021-04-09 Jonathan DruartBug 28031: Add missing txn_begin in Attribute.t
2021-04-09 Jonathan DruartBug 28031: Remove type from parameter of *_ok methods
2021-04-09 Jonathan DruartBug 28031: Fix patron.t
2021-04-09 Martin RenvoizeBug 28031: (follow-up) Clarify check methods
2021-04-09 Tomas Cohen... Bug 28031: (follow-up) Retrieve type only once
2021-04-09 Tomas Cohen... Bug 28031: Avoid wrong exception on saving updated...
2021-04-09 Tomas Cohen... Bug 28031: Regression tests
2021-04-09 Tomas Cohen... Bug 27857: (follow-up) Use a more fine-grained exceptio...
2021-04-09 Tomas Cohen... Bug 27857: Get the right column
2021-04-09 Martin RenvoizeBug 27857: Add handling for globally mandatory attributes
2021-04-09 Tomas Cohen... Bug 27857: Make Koha::Patron->extended_attributes valid...
2021-04-09 Tomas Cohen... Bug 27857: Regression tests
2021-04-09 Tomas Cohen... Bug 27857: Move extended_attributes tests to Koha/Patron.t
2021-04-09 Tomas Cohen... Bug 28056: Add Koha::Exceptions::Patron::MissingMandato...
2021-04-09 Tomas Cohen... Bug 28056: Unit tests
2021-04-09 Tomas Cohen... Bug 27858: (follow-up) Consistency in stringified exception
2021-04-09 Tomas Cohen... Bug 27858: Make Koha::Patron::Attribute->store raise...
2021-04-09 Tomas Cohen... Bug 27858: Unit tests
2021-04-09 Tomas Cohen... Bug 27858: Reorganize tests
2021-04-09 Tomas Cohen... Bug 27833: (follow-up) Add InvalidType exception
2021-04-09 Tomas Cohen... Bug 27833: Make K::P::Attribute add the object to the...
2021-04-09 Tomas Cohen... Bug 27833: Add unit tests
2021-04-09 Tomas Cohen... Bug 27833: Make Koha::Exceptions::Patron::Attribute...
2021-04-08 Jonathan DruartBug 22773: Compiled CSS
2021-04-08 Nick ClemensBug 22773: (follow-up) Fix id clash and data element
2021-04-08 Jonathan DruartBug 22773: Assign different id to checkboxes
2021-04-08 Nick ClemensBug 22773: (follow-up) Ensure buttons only affect their...
2021-04-08 Katrin FischerBug 22773: (QA follow-up) Fix missing filters
2021-04-08 Katrin FischerBug 22773: (QA follow-up) Improve existing merge button...
2021-04-08 DevinimBug 22773: (follow-up) Recommended changes are made...
2021-04-08 DevinimBug 22773: Message appearing if any invoice selected
2021-04-08 Katrin FischerBug 22773: (follow-up) Fix capitalization
2021-04-08 DevinimBug 22773: Bulk Close invoices and Filter invoice view...
2021-04-08 Martin RenvoizeBug 28097: Mock finesModes to disable recalculation
2021-04-08 Jonathan DruartBug 27069: DBRev 20.12.00.027
2021-04-08 Jonathan DruartBug 26498: DBRev 20.12.00.026
2021-04-07 Nick ClemensBug 28013: (follow-up) Reset the patron loop
2021-04-07 Nick ClemensBug 28013: Unit tests
2021-04-07 Nick ClemensBug 28013: (follow-up) Correct and update call to CanIt...
2021-04-07 Joonas KylmäläBug 28013: (QA follow-up) Remove unused variable
2021-04-07 Nick ClemensBug 28013: Performance improvements to CanBookBeRenewed
2021-04-07 Nick ClemensBug 28078: (follow-up) Add param check to 'itemAlreadyO...
2021-04-07 Nick ClemensBug 28078: Add 'ignore_hold_counts' param to CanItemBeR...
2021-04-07 Tomas Cohen... Bug 27069: Update existing rules
2021-04-07 Tomas Cohen... Bug 27069: Adapt uses of holdallowed
2021-04-07 Tomas Cohen... Bug 27069: Adjust tests
2021-04-07 Lucas GassBug 28092: Add reserve notes column to holds to pull
2021-04-07 Tomas Cohen... Bug 27894: Add visual feedback on overridden pickup...
2021-04-07 Tomas Cohen... Bug 27894: Adapt /holds/:hold_id/pickup_locations
2021-04-07 Tomas Cohen... Bug 27894: Unit tests
2021-04-07 Fridolin SomersBug 26970: Add row highlight on drag in Elasticsearch...
2021-04-07 Nick ClemensBug 26459: (follow-up) Clarify language and remove...
2021-04-07 Nick ClemensBug 26459: Add hold-mode option to sip_cli_emulator
2021-04-07 Lucas GassBug 28034: Make club enrollment tables in to DataTables
2021-04-07 Jonathan DruartBug 26498: Add default values
2021-04-07 Martin RenvoizeBug 26498: (QA follow-up) Add handling for update
2021-04-07 Emmi TakkinenBug 26498: Add POD for "store"
2021-04-07 Emmi TakkinenBug 26498: Set default expiration date for holds
2021-04-06 Owen LeonardBug 28046: Add "Additional fields" link on acquisition...
2021-04-06 Owen LeonardBug 28006: Restore "Additional fields" on navigation...
2021-04-06 Katrin FischerBug 28066: (QA follow-up) Fix some single quote occurences
2021-04-06 Owen LeonardBug 28066: Remove select tag's size attribute where...
2021-04-06 Owen LeonardBug 28055: Convert DataTables option names to current...
2021-04-06 Katrin FischerBug 28047: (QA follow-up) Fix a few more Callnumber...
2021-04-06 Owen LeonardBug 28047: Standardize: Call number, callnumber, Call...
2021-04-06 Owen LeonardBug 28041: Improve breadcrumbs and headings on label...
2021-04-06 Owen LeonardBug 28037: Improve breadcrumbs of CSV profiles page
2021-04-06 Owen LeonardBug 28036: Improve breadcrumbs of serial claims page
2021-04-06 Owen LeonardBug 28035: Improve breadcrumbs of cataloging search...
2021-04-06 Owen LeonardBug 28018: Replace obsolete title-string sorting: OPAC...
2021-04-06 Owen LeonardBug 28016: Replace obsolete title-string sorting: Assor...
2021-04-06 Owen LeonardBug 28007: (follow-up) Address missing instances
2021-04-06 Owen LeonardBug 28007: Replace obsolete title-string sorting: Tools...
2021-04-06 Owen LeonardBug 27998: (follow-up) Address missing instances
2021-04-06 Owen LeonardBug 27998: Replace obsolete title-string sorting: Seria...
2021-04-06 Owen LeonardBug 27994: (follow-up) Address missing instance
2021-04-06 Owen LeonardBug 27994: Replace obsolete title-string sorting: Repor...
2021-04-06 Owen LeonardBug 27991: Message field for OPAC problem reporting...
2021-04-06 Owen LeonardBug 27990: (follow-up) Address missing instances
2021-04-06 Owen LeonardBug 27990: Replace obsolete title-string sorting: Patrons
2021-04-06 Owen LeonardBug 27983: (follow-up) Address missing instances
2021-04-06 Owen LeonardBug 27983: Replace obsolete title-string sorting: Acqui...
2021-04-06 Owen LeonardBug 27982: (follow-up) Address another missing instance
2021-04-06 Owen LeonardBug 27982: (follow-up) Address missing instances
2021-04-06 Owen LeonardBug 27982: Replace obsolete title-string sorting: Acqui...
2021-04-06 Jonathan DruartBug 27980: Remove itemdata_publisheddate from controller
2021-04-06 Martin RenvoizeBug 27980: (QA follow-up) Add missing case
2021-04-06 Owen LeonardBug 27980: (follow-up) Address missing instance
2021-04-06 Owen LeonardBug 27980: Replace obsolete title-string sorting: Catal...
next