koha.git
2020-10-15 Jonathan DruartBug 25898: Fix new occurrences
2020-10-15 Jonathan DruartBug 26534: Compiled CSS
2020-10-15 Martin RenvoizeBug 18170: Use GetDescriptionByKohaField
2020-10-15 Katrin FischerBug 18170: Show damaged status in table of checkins
2020-10-15 Jonathan DruartBug 25460: DBRev 20.06.00.052
2020-10-15 Katrin FischerBug 25460: (QA follow-up) Remove stray quote from syste...
2020-10-15 Katrin FischerBug 25460: (QA follow-up) Readd ending punctuation...
2020-10-15 Alex BuckleyBug 25460: Add unit test for change to C4::OAI::Sets...
2020-10-15 Alex BuckleyBug 25460: Update OAI sets when adding/editing/deleting...
2020-10-15 Tomas Cohen... Bug 25898: (follow-up) POD
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-15 Fridolin SomersBug 26534: Use IF ELSE directly on h5 opening tag
2020-10-15 Fridolin SomersBug 26534: Replace 'grade' by 'is-patron' and 'patron...
2020-10-15 Martin RenvoizeBug 26534: (follow-up) Only center when using patronimages
2020-10-15 Martin RenvoizeBug 26534: (QA follow-up) Fix CSS declaration
2020-10-15 Fridolin SomersBug 26534: Add Font Awesome icon only for staff patrons
2020-10-15 Jonathan DruartBug 26621: Adjust docs/contributors.yaml accordingly
2020-10-15 Jonathan DruartBug 26621: Adjust .mailmap to reduce the number of...
2020-10-15 Katrin FischerBug 26643: (QA follow-up) Fix typo in message
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-15 David CookBug 26617: Update INSTALL file to include koha-testing...
2020-10-15 Martin RenvoizeBug 26536: Assignment fix
2020-10-15 Martin RenvoizeBug 26536: WRITEOFF not writeoff
2020-10-15 Martin RenvoizeBug 26536: Fix incorrectly scoped variable
2020-10-14 Tomas Cohen... Bug 26595: Remove password from the smtp_server API...
2020-10-14 Jonathan DruartBug 26595: Embed the whole smtp_server object
2020-10-14 Tomas Cohen... Bug 26595: Add the option to hide the SMTP server column
2020-10-14 Tomas Cohen... Bug 26595: Add SMTP server column to libraries table
2020-10-14 Tomas Cohen... Bug 26595: Add smtp_server_info embed option to /libraries
2020-10-14 Tomas Cohen... Bug 26595: Add Koha::Library->smtp_server_info
2020-10-14 Mason JamesBug 17084: Automatic debian/control updates (master)
2020-10-14 Jonathan DruartBug 23895: Fix check_sysprefs.t
2020-10-14 Timothy Alexis... Bug 26647: Add translation context to cancel hold butto...
2020-10-14 Jonathan DruartBug 12556: DBRev 20.06.00.051
2020-10-14 Jonathan DruartBug 12556: Add missig POD for ->set_processing
2020-10-14 Joonas KylmäläBug 12556: (follow-up) Fix failing test
2020-10-14 Martin RenvoizeBug 12556: (QA follow-up) Fix QA Script failures
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Joonas KylmäläBug 12556: Simplify and correct logic in holds-table...
2020-10-14 Joonas KylmäläBug 12556: reserves/request.pl: Reuse code from Koha...
2020-10-14 Joonas KylmäläBug 12556: Reuse code from Koha::Hold instead of duplic...
2020-10-14 Joonas KylmäläBug 12556: Remove unused HTML
2020-10-14 Joonas KylmäläBug 12556: Refactor hold transfer status setting to...
2020-10-14 Katrin FischerBug 13625: Change messaging preferences descriptions...
2020-10-14 Josef MoravecBug 19353: Fix tests on UNIMARC
2020-10-14 Josef MoravecBug 19353: Use xslt from distribution, not packaged...
2020-10-14 Josef MoravecBug 19353: Ability to use xsl template on marc21 and...
2020-10-14 Josef MoravecBug 19353: Add test
2020-10-14 Jonathan DruartBug 19382: DBRev 20.06.00.050
2020-10-14 Jonathan DruartBug 19382: Adjust comment in test
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Martin RenvoizeBug 19382: (follow-up) Alternate tests
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Throw exception if only_this_...
2020-10-14 Kyle M HallBug 19382: Add blocking of ability to checkout on circu...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-14 Jonathan DruartBug 23895: Move installer file into the mandatory directory
2020-10-14 Owen LeonardBug 24899: (follow-up) Add markup comments
2020-10-14 Owen LeonardBug 24899: Reindent record matching rules template
2020-10-14 Owen LeonardBug 25354: Clean up JavaScript markup in cataloging...
2020-10-14 Jonathan DruartBug 26327: Add exec flag on .t file
2020-10-14 Tomas Cohen... Bug 26327: (QA follow-up) Fix colspan in boraccount.tt
2020-10-14 Tomas Cohen... Bug 26327: (follow-up) Add transacting library to the...
2020-10-14 Tomas Cohen... Bug 26327: Add to columns settings
2020-10-14 Tomas Cohen... Bug 26327: Include transacting library in fines
2020-10-14 Tomas Cohen... Bug 26327: Add ->library method to Koha::*Checkout
2020-10-14 Owen LeonardBug 26456: (follow-up) Add markup comments
2020-10-14 Owen LeonardBug 26456: Reindent MARC subfield structure template
2020-10-14 Henry BolshawBug 26655: Add ARIA Labels to OPAC Lists
2020-10-14 Jonathan DruartBug 20804: Add support for "days" to the timeout syspref
2020-10-14 Jonathan DruartBug 20804: Add tests
2020-10-14 Katrin FischerBug 26018: Fix frameworks errors with subfields in...
2020-10-14 Katrin FischerBug 9118: (QA follow-up) Fix spelling on "To Date :"
2020-10-14 Emmi TakkinenBug 9118: Do not show option to create exception on...
2020-10-14 Lucas GassBug 26389: Add auto renewal error to opac-user.tt
2020-10-14 Emmi TakkinenBug 26429: Show correct expiration date at the request.pl
2020-10-14 Fridolin SomersBug 26538: Display cities list before input text
2020-10-14 Owen LeonardBug 26576: Subfield descriptions on authority detail...
2020-10-14 Alex BuckleyBug 26589: Fix t/db_dependent/OAI/Sets.t failing when...
2020-10-14 Jonathan DruartBug 26675: (bug 23463 follow-up) Fix typo onloadn vs...
2020-10-12 Jonathan DruartBug 26529: (follow-up) Remove warning
2020-10-12 Jonathan DruartBug 26145: (follow-up 2) DBIC schema changes
2020-10-12 Jonathan DruartBug 26145: Add exec flag on .t file
2020-10-12 Jonathan DruartBug 26145: (follow-up) DBIC schema changes
2020-10-12 Jonathan DruartBug 26145: Compiled CSS
2020-10-12 Jonathan DruartBug 26145: DBIC schema changes
2020-10-12 Jonathan DruartBug 26145: DBRev 20.06.00.049
2020-10-12 Katrin FischerBug 26145: (QA follow-up) Add missing filters
2020-10-12 Jonathan DruartBug 26145: Add the new column to the column settings...
2020-10-12 Jonathan DruartBug 26145: Correctly preserve itemnumber value
2020-10-12 Jonathan DruartBug 26145: Add the "Cover image" column to the table...
2020-10-12 Jonathan DruartBug 26145: Hide 'Upload image' if no CoverImage pref...
2020-10-12 Jonathan DruartBug 26145: Fix image tag
2020-10-12 Jonathan DruartBug 26145: Allow multi covers per item
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-12 Jonathan DruartBug 26145: Refactoring - Rename table biblioimages...
2020-10-12 Jonathan DruartBug 26145: Refactoring - Add tests
2020-10-12 Jonathan DruartBug 26145: Display the cover image at the OPAC
2020-10-12 Jonathan DruartBug 26145: Add the ability to upload a cover image...
2020-10-12 Jonathan DruartBug 26145: DB changes - Add biblioimages.imagenumber
2020-10-12 Owen LeonardBug 26152: Remove the use of jquery.checkboxes plugin...
next