[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #19 from Mason James --- Created attachment 92868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92868=edit about.pl page the about.pl page looks happy and correct.. great work! -- You are receiving

[Koha-bugs] [Bug 23627] Koha::Biblio->get_coins too noisy if no 245$b

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 Katrin Fischer changed: What|Removed |Added CC||mi...@abunchofthings.net

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #17 from David Cook --- Updated the title to be more in-line with the actual content of the report -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 David Cook changed: What|Removed |Added Summary|Discussion: strategy for|Make Memcached usage fork

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 David Cook changed: What|Removed |Added Attachment #92835|0 |1 is obsolete|

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 David Cook changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 David Cook changed: What|Removed |Added Severity|normal |critical --- Comment #15 from

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #14 from David Cook --- cpanm Cache::Memcached::Fast::Safe git bz apply 13191 And now the output is beautifully accurate: Cache for version is 18.1101000 at C4/Context.pm line 420. Cache for version is 18.1101000 at

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #13 from David Cook --- Using the code provided, I was able to reproduce the problem, although I found it easier to see using 100 iterations rather than 50 iterations. Cache for timeout is 1d at C4/Context.pm line 420.

[Koha-bugs] [Bug 23611] Add export option to authorized values administration

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23611 Lucas Gass changed: What|Removed |Added Attachment #92819|0 |1 is obsolete|

[Koha-bugs] [Bug 23611] Add export option to authorized values administration

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23611 Lucas Gass changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 23612] If no columns in a table can be toggled, don't show columns button

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23612 Lucas Gass changed: What|Removed |Added Status|Needs Signoff |Signed Off

[Koha-bugs] [Bug 23612] If no columns in a table can be toggled, don't show columns button

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23612 Lucas Gass changed: What|Removed |Added Attachment #92818|0 |1 is obsolete|

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 Mason James changed: What|Removed |Added CC||m...@kohaaloha.com -- You

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #12 from David Cook --- (In reply to Joonas Kylmälä from comment #4) > I don't think there is corruption happening in memcached but a race > condition caused by us using Cache::Memcached::Fast even though it is not >

[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 Agustín Moyano changed: What|Removed |Added Patch complexity|--- |Small patch

[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 --- Comment #4 from Agustín Moyano --- Created attachment 92864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92864=edit Bug 23260: Add anonymize items_last_borrower feature This patch adds the feature to

[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 --- Comment #3 from Agustín Moyano --- Created attachment 92863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92863=edit Bug 23260: Make borrowernumber nullable in items_last_borrower This patch alters table

[Koha-bugs] [Bug 23214] OPAC add ability to pay guarantees fines

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214 Liz Rea changed: What|Removed |Added Attachment #92844|0 |1 is obsolete|

[Koha-bugs] [Bug 23214] OPAC add ability to pay guarantees fines

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214 Liz Rea changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #241 from Liz Rea --- Created attachment 92860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92860=edit Bug 22284: (follow-up) Squash multiple follow-ups * Bug 22284: (follow-up) Use

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92759|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92764|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92762|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92761|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92760|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92756|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92758|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92757|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92755|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92754|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92752|0 |1 is obsolete|

[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 Liz Rea changed: What|Removed |Added Attachment #92753|0 |1 is obsolete|

[Koha-bugs] [Bug 23627] Koha::Biblio->get_coins too noisy if no 245$b

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 92848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92848=edit Bug 23627: Reduce Koha::Biblio->get_coins noise if no 245 Signed-off-by: Tomas Cohen

[Koha-bugs] [Bug 23627] Koha::Biblio->get_coins too noisy if no 245$b

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627 Tomás Cohen Arazi changed: What|Removed |Added Depends on||8995

[Koha-bugs] [Bug 8995] Show OpenURL links in OPAC search results

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995 Tomás Cohen Arazi changed: What|Removed |Added Blocks||23627 Referenced Bugs:

[Koha-bugs] [Bug 23627] New: Koha::Biblio->get_coins too noisy if no 245$b

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627 Bug ID: 23627 Summary: Koha::Biblio->get_coins too noisy if no 245$b Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 --- Comment #3 from Eric Phetteplace --- I created a patch sticking closely to what the template already looked like. But I do wonder if incredibly repetitive templating like this isn't better as a loop: [% FOREACH field IN

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Eric Phetteplace changed: What|Removed |Added Change sponsored?|--- |Sponsored

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 --- Comment #2 from Eric Phetteplace --- Created attachment 92846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92846=edit Bug 23625: ArticleRequestsMandatoryFields* only affects field labels, does not make

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Paul Hoffman changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Paul Hoffman changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Paul Hoffman changed: What|Removed |Added Blocks||23626 Referenced Bugs:

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Paul Hoffman changed: What|Removed |Added Severity|normal |major -- You are receiving

[Koha-bugs] [Bug 23626] New: Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Bug ID: 23626 Summary: Add a system preference to limit the number of rows of data used in a chart when viewing report results Change sponsored?: --- Product: Koha

[Koha-bugs] [Bug 19618] Add 'Club Holds' feature

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618 Tomás Cohen Arazi changed: What|Removed |Added Patch complexity|Small patch |Medium patch -- You

[Koha-bugs] [Bug 23214] OPAC add ability to pay guarantees fines

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214 --- Comment #8 from Tomás Cohen Arazi --- Hi, all dependencies are now on master. I applied it cleanly and then tested using the KitchenSink plugin [1] which implements the payment methods (it won't do anything, but simulate an

[Koha-bugs] [Bug 23214] OPAC add ability to pay guarantees fines

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214 Tomás Cohen Arazi changed: What|Removed |Added Attachment #91007|0 |1 is obsolete|

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 --- Comment #1 from Eric Phetteplace --- If it's useful for others, we're using the following snippet in OPACUserJS to work around this bug: https://github.com/cca/koha_snippets/blob/master/catalog-js/opac-request-article.js //

[Koha-bugs] [Bug 23625] New: ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Bug ID: 23625 Summary: ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Eric Phetteplace changed: What|Removed |Added CC||ephettepl...@cca.edu --

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 92843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92843=edit Bug 23623: Remove the svc/patron/show* scripts -- You are receiving this mail because:

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 Tomás Cohen Arazi changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 92842 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92842=edit Bug 23623: Use the new API for changing privacy settings (guarantors) This patchset

[Koha-bugs] [Bug 23624] New: Count rows in report without (potentially) consuming all memory

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Bug ID: 23624 Summary: Count rows in report without (potentially) consuming all memory Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Tomás Cohen Arazi changed: What|Removed |Added Attachment #92839|0 |1 is obsolete|

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Tomás Cohen Arazi changed: What|Removed |Added Blocks||23623 Referenced

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com

[Koha-bugs] [Bug 20691] Add ability for guarantors to view guarantee's fines in OPAC

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20691 Tomás Cohen Arazi changed: What|Removed |Added Blocks||23623 Referenced

[Koha-bugs] [Bug 23623] New: Use the new API and remove /svc scripts for privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 Bug ID: 23623 Summary: Use the new API and remove /svc scripts for privacy settings Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Tomás Cohen Arazi changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 20691] Add ability for guarantors to view guarantee's fines in OPAC

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20691 Tomás Cohen Arazi changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Tomás Cohen Arazi changed: What|Removed |Added CC||agustinmoy...@theke.io,

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 92839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92839=edit Bug 23584: Add the controller method and tests This patchset adds endpoints for the

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de,

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 92838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92838=edit Bug 23584: Add spec for PUT /public/patron/:patron_id/guarantors Signed-off-by: Tomas

[Koha-bugs] [Bug 23601] Middle clicking a title from search results creates two tabs or a new tab and a new window in Firefox

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23601 Nick Clemens changed: What|Removed |Added CC||n...@bywatersolutions.com,

[Koha-bugs] [Bug 22145] Add a syspref to hide the 'rows per page' dropdown when running a report

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22145 Paul Hoffman changed: What|Removed |Added Attachment #84086|0 |1 is obsolete|

[Koha-bugs] [Bug 23617] Authorities mode: Add list of reports, or ability to add html links to same, re biblio and authority records needing editing, adding, deleting.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23617 Niamh changed: What|Removed |Added Summary|Athorities mode: Add list |Authorities mode: Add list

[Koha-bugs] [Bug 23622] Add the ability to edit suspensions like fines would be edited.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23622 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23622] New: Add the ability to edit suspensions like fines would be edited.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23622 Bug ID: 23622 Summary: Add the ability to edit suspensions like fines would be edited. Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All

[Koha-bugs] [Bug 23621] Apply holds circulation rules at branch level, not system level.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23621 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23621] New: Apply holds circulation rules at branch level, not system level.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23621 Bug ID: 23621 Summary: Apply holds circulation rules at branch level, not system level. Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All

[Koha-bugs] [Bug 23620] New: Improve checkin message when suspensions are accrued at check into include number of 'days' overdue and the resulting no. of suspension days.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23620 Bug ID: 23620 Summary: Improve checkin message when suspensions are accrued at check into include number of 'days' overdue and the resulting no. of suspension days.

[Koha-bugs] [Bug 23620] Improve checkin message when suspensions are accrued at check into include number of 'days' overdue and the resulting no. of suspension days.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23620 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23619] New: Serials title level opac display - show all issues even those not received

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23619 Bug ID: 23619 Summary: Serials title level opac display - show all issues even those not received Change sponsored?: --- Product: Koha Version: 18.11

[Koha-bugs] [Bug 23618] New: Make addition SIP2 fields available to self service to add cost of items checked out to check out slip

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23618 Bug ID: 23618 Summary: Make addition SIP2 fields available to self service to add cost of items checked out to check out slip Change sponsored?: --- Product: Koha

[Koha-bugs] [Bug 23618] Make addition SIP2 fields available to self service to add cost of items checked out to check out slip

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23618 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 --- Comment #11 from Tomás Cohen Arazi --- Created attachment 92836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92836=edit Bug 23517: (follow-up) More test cases Signed-off-by: Tomas Cohen Arazi -- You are

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 Joonas Kylmälä changed: What|Removed |Added Priority|P5 - low|P3

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #10 from Joonas Kylmälä --- I fixed a typo "verson" in the commit message. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 Joonas Kylmälä changed: What|Removed |Added Attachment #92827|0 |1 is obsolete|

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Status|Failed QA |Needs Signoff ---

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Change sponsored?|--- |Sponsored -- You are

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 --- Comment #14 from Martin Renvoize --- Created attachment 92834 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92834=edit Bug 23354: Add permissions -- You are receiving this mail because: You are watching all

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 --- Comment #13 from Martin Renvoize --- Created attachment 92833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92833=edit Bug 23354: (follow-up) Responses to feedback This patch impliments a number of

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Attachment #92432|0 |1 is obsolete|

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Attachment #92433|0 |1 is obsolete|

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Attachment #92431|0 |1 is obsolete|

[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 Martin Renvoize changed: What|Removed |Added Attachment #92502|0 |1 is obsolete|

[Koha-bugs] [Bug 23321] Add 'tills' to the accounts system

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23321 Martin Renvoize changed: What|Removed |Added Attachment #92814|0 |1 is obsolete|

[Koha-bugs] [Bug 23617] New: Athorities mode: Add list of reports, or ability to add html links to same, re biblio and authority records needing editing, adding, deleting.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23617 Bug ID: 23617 Summary: Athorities mode: Add list of reports, or ability to add html links to same, re biblio and authority records needing editing, adding, deleting.

[Koha-bugs] [Bug 23617] Athorities mode: Add list of reports, or ability to add html links to same, re biblio and authority records needing editing, adding, deleting.

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23617 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23615] Alert staff when patron cancels an ILL request in opac

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23615 Niamh changed: What|Removed |Added Severity|enhancement |new feature -- You are receiving

[Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch)

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #10 from Ere Maijala --- Created attachment 92828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92828=edit Bug 22690: Refactor merging of records to improve performance (Elasticsearch) This patch

[Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch)

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 Ere Maijala changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are

[Koha-bugs] [Bug 23616] Private repeatable note field needed in Serials Subscription Record

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23616 Niamh changed: What|Removed |Added CC||niamh.walker-headon@it-tall

[Koha-bugs] [Bug 23616] New: Private repeatable note field needed in Serials Subscription Record

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23616 Bug ID: 23616 Summary: Private repeatable note field needed in Serials Subscription Record Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All

[Koha-bugs] [Bug 23615] New: Alert staff when patron cancels an ILL request in opac

2019-09-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23615 Bug ID: 23615 Summary: Alert staff when patron cancels an ILL request in opac Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All

  1   2   >