koha.git
2020-10-08 Jonathan DruartBug 26260: Add missing elastic>cnx_pool to koha-conf...
2020-10-08 Jonathan DruartBug 24598: Complete transfer for hold if checked out
2020-10-08 Jonathan DruartBug 24598: Add tests
2020-10-06 Julian MauriceBug 20582: Map app.psgi file and bin directory in Makef...
2020-10-06 Julian MauriceBug 20582: Reset CGI::PARAM_UTF8 to 1 before each CGI...
2020-10-06 Martin RenvoizeBug 20582: (QA follow-up) Add POD to satisfy coding...
2020-10-06 Julian MauriceBug 20582: Fix a cache issue in Koha::App::{Opac,Intranet}
2020-10-06 Julian MauriceBug 20582: Add very simple configuration file for Apache
2020-10-06 Julian MauriceBug 20582: Fix PSGI file when behind a reverse proxy
2020-10-06 Julian MauriceBug 20582: Suppress warning in CGIBinKoha.pm
2020-10-06 Julian MauriceBug 20582: Turn Koha into a Mojolicious application
2020-10-05 Jonathan DruartBug 22417: Remove batch_record_modification from the...
2020-10-05 Jonathan DruartBug 22417: Add exec flag on .t file
2020-10-05 Jonathan DruartBug 22417: Add koha-worker to koha-common.install
2020-10-05 Jonathan DruartBug 22417: Correct DBRev bug number
2020-10-05 Jonathan DruartBug 15032: DBRev 20.06.00.045
2020-10-05 Mason JamesBug 22417: Update packaging files
2020-10-05 Jonathan DruartBug 22417: Process the jobs even if the message broker...
2020-10-05 Jonathan DruartBug 22417: Remove list of pending jobs
2020-10-05 Jonathan DruartBug 22417: Add rabbitmq status indicator on the about...
2020-10-05 Jonathan DruartBug 22417: Add tests
2020-10-05 Jonathan DruartBug 22417: Remove $dbh in Koha::BackgroundJob::*
2020-10-05 Jonathan DruartBug 22417: Fix spelling resizeable vs resizable
2020-10-05 Jonathan DruartBug 22417: Add new Net::Stomp dependency
2020-10-05 Jonathan DruartBug 22417: Add missing POD and html filters
2020-10-05 Jonathan DruartBug 22417: Remove FIXME in the template
2020-10-05 Jonathan DruartBug 22417: Let owner of a job see the progress
2020-10-05 Jonathan DruartBug 22417: Remove record_type from BatchUpdate*
2020-10-05 Jonathan DruartBug 22417: Send message to /queue
2020-10-05 Jonathan DruartBug 22417: Add the new permission manage_background_jobs
2020-10-05 Jonathan DruartBug 22417: Restore the 'add to list' feature
2020-10-05 Jonathan DruartBug 22417: Restore the concept of namespace
2020-10-05 Jonathan DruartBug 22417: Fix the batch authority tool
2020-10-05 Jonathan DruartBug 22417: Try to display pending jobs - only work...
2020-10-05 Jonathan DruartBug 22417: Handle errors
2020-10-05 Jonathan DruartBug 22417: Switch to STOMP
2020-10-05 Jonathan DruartBug 22417: Add debian script koha-worker
2020-10-05 Jonathan DruartBug 22417: Fix borrowernumber values
2020-10-05 Jonathan DruartBug 22417: Add the ability to cancel a job
2020-10-05 Jonathan DruartBug 22417: Adapt the batch_record_modification tool
2020-10-05 Jonathan DruartBug 22417: Add GUI to watch the progress of jobs
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob::BatchUpdateAuthority
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob::BatchUpdateBiblio
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob[s]
2020-10-05 Jonathan DruartBug 22417: DBIX Schema changes
2020-10-05 Jonathan DruartBug 22417: UpdateDB entry
2020-10-05 Jonathan DruartBug 22343: Remove traces of libmail-sendmail-perl
2020-10-05 Jonathan DruartBug 22343: (follow-up) Remove traces of Mail::Sendmail...
2020-10-05 Tomas Cohen... Bug 22343: (follow-up) Remove traces of Mail::Sendmail
2020-10-05 Tomas Cohen... Bug 22343: (follow-up) Make sure no invalid address...
2020-10-05 Jonathan DruartBug 22343: Add exec flag on .t files
2020-10-02 Jonathan DruartBug 22343: Compiled CSS
2020-10-02 Jonathan DruartBug 26290: Display the correct default values on the...
2020-10-02 Tomas Cohen... Bug 26290: Make Makefile.PL aware of SMTP configs
2020-10-02 Tomas Cohen... Bug 26290: Make Koha::SMTP::Servers->get_default use...
2020-10-02 Tomas Cohen... Bug 26290: Add option forsetting default SMTP parameter...
2020-10-02 Jonathan DruartBug 22343: DBRev 20.06.00.044
2020-10-02 Jonathan DruartBug 22343: Fix runreport encoding issues
2020-10-02 Jonathan DruartBug 22343: Add the 'required' class when needed
2020-10-02 Jonathan DruartBug 22343: Correctly handle password on editing
2020-10-02 Jonathan DruartBug 22343: Add warning to the about page if KohaAdminEm...
2020-10-02 Tomas Cohen... Bug 22343: (QA follow-up) Wrap email creation inside...
2020-10-02 Martin RenvoizeBug 22343: (follow-up) Add a hint to the debug form...
2020-10-02 Martin RenvoizeBug 22343: (follow-up) Highlight debug mode enabled
2020-10-02 Martin RenvoizeBug 22343: (QA follow-up) Fix some comments
2020-10-02 Martin RenvoizeBug 22343: (QA follow-up) Ensure FK names don't conflict
2020-10-02 Tomas Cohen... Bug 22343: Allow choosing an SMTP server in branches.pl
2020-10-02 Tomas Cohen... Bug 22343: Prevent passing password to the UI
2020-10-02 Tomas Cohen... Bug 22343: Adapt runreport.pl
2020-10-02 Tomas Cohen... Bug 22343: Adapt controller scripts
2020-10-02 Tomas Cohen... Bug 22343: Adapt Koha::Illrequest
2020-10-02 Tomas Cohen... Bug 22343: Make C4::Letters use the new SMTP server...
2020-10-02 Tomas Cohen... Bug 22343: Revamped Koha::Email class
2020-10-02 Tomas Cohen... Bug 22343: Add CRUD page for SMTP servers
2020-10-02 Tomas Cohen... Bug 22343: API routes for SMTP servers CRUD
2020-10-02 Tomas Cohen... Bug 22343: Update cpanfile
2020-10-02 Tomas Cohen... Bug 22343: Add Koha::Library->smtp_server
2020-10-02 Tomas Cohen... Bug 22343: Add classes for handling SMTP servers
2020-10-02 Tomas Cohen... Bug 22343: DBIx::Class schema updates [DO NOT PUSH]
2020-10-02 Tomas Cohen... Bug 22343: Add new tables schema file
2020-10-02 Tomas Cohen... Bug 22343: Add parameters => manage_smtp_servers subper...
2020-10-02 Tomas Cohen... Bug 22343: Add a new table to store SMTP servers configs
2020-10-01 Jonathan DruartBug 24155: Fix parameter order to fix search_utf8.t
2020-10-01 Jonathan DruartBug 25261: DBRev 20.06.00.043
2020-10-01 Jonathan DruartBug 25261: Prevent tests to fail if CircConfirmItemPart...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Prevent server error on bad...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch attepts to return via SCO
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Make issue and returns messag...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Prevent double dialogue
2020-10-01 Katrin FischerBug 25261: (QA follow-up) Terminology: checkin/checkout
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Restore previously returned...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add handling to SCI
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkin
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add handling to SCO
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkout
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add confirmation to issues...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Non-confirm on return
2020-10-01 Jonathan DruartBug 25261: (QA follow-up) Simplify tests and conditions
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add unit tests
next