[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #20 from David Cook  ---
And sure enough...

When I just add "use locale" to sub "_convert_facets" in
Koha/SearchEngine/Elasticsearch/Search.pm and make sure the environmental
variable LANG is set to the locale I want (ie Finnish)... then my facets are
sorted as you'd hope in Finnish.

Actually... in terms of environmental variables, it's looking like it was
LC_ALL=fi_FI.UTF-8 that did the trick. There's still some experimenting to do
here...

But the order looks right for Finnish:

Aa author
aa author3
étienne 
Farley, David
Humble, Jez
Martin, Robert C.
Åa author2

--

So... I think that's actually the way to go. I think that's going to provide a
much better experience to users. 

For now, we work with the server's locale, but we could potentially use the
user's locale. I'm not an expert on that one, but I notice my browser sends
"Accept-Language" and includes en-GB and en-US. So there could be more
interesting things done there.

Anyway, alternate patch incoming...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #19 from David Cook  ---
To generate a locale and Koha to use it

1. vi /etc/locale.gen
2. Uncomment the locale you want to generate (e.g. fi_FI.UTF-8 UTF-8)
3. locale-gen
4. locale-a # this will show you what locales are available
5. Export env vars
export LANG=fi_FI.UTF-8
6. koha-plack --restart kohadev
# NOTE: You must restart. Reloading won't pull in the new env

I know the Perl docs said to use LC_COLLATE, but I could only get it to work
with LANG...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

David Cook  changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #18 from David Cook  ---
(In reply to David Cook from comment #17)
> I'm going to try this out in a minute...

In lieu of the previous patches by myself and Lari, I've added "use locale" to
sub _convert_facets() in Koha/SearchEngine/Elasticsearch/Search.pm

In koha-testing-docker, it yields the same results in my testing. 

While LC_COLLATE isn't set in ktd, my understanding is that LC_CTYPE will be
used in lieu of that variable and my ktd is set to en_US.UTF-8

Now to play with other collations...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36967] New: To be able to see patron email sent notices with AutoEmailNewUser enabled (staff site)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36967

Bug ID: 36967
   Summary: To be able to see patron email sent notices with
AutoEmailNewUser enabled (staff site)
 Change sponsored?: ---
   Product: Koha
   Version: 23.11
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Patrons
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: manuel.car...@upr.edu
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

To prevent having to send patron welcome email twice if e.g. if staff had to
access this information whilst having AutoEmailNewUser enabled.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

--- Comment #2 from David Cook  ---
Created attachment 167187
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167187&action=edit
Bug 36966: Fix local cover image links for items

This change fixes the local cover image links for items by removing
unnecessary parameters, an invalid link, and an uninitialised
Template::Toolkit variable.

Test plan:
0. Apply patch
1. Enable syspref 'LocalCoverImages'
3. Go to http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=29
4. Click on the dropdown next to "Edit" at the item level
5. Upload an image for the item
6. Note that the local cover image appears in the holdings table
7. Click on the image and note that it loads in the light box
8. Success!

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

David Cook  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 28179] Use a lightbox gallery to display the images - detail page, staff interface

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179

David Cook  changed:

   What|Removed |Added

 Blocks||36966


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966
[Bug 36966] Fix links for local cover images for items on staff detail page
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

David Cook  changed:

   What|Removed |Added

 Depends on||28179


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28179
[Bug 28179] Use a lightbox gallery to display the images - detail page, staff
interface
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 28180] Use a lightbox gallery to display the images on the detail pages in OPAC

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180

David Cook  changed:

   What|Removed |Added

 Blocks|36966   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966
[Bug 36966] Fix links for local cover images for items on staff detail page
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

David Cook  changed:

   What|Removed |Added

 Depends on|28180   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180
[Bug 28180] Use a lightbox gallery to display the images on the detail pages in
OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35989] Searching Geographic authorities generates error

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989

Aleisha Amohia  changed:

   What|Removed |Added

 CC||alei...@catalyst.net.nz

--- Comment #6 from Aleisha Amohia  ---
(In reply to Nick Clemens (kidclamp) from comment #5)
> This fixes the immediate issue...
> 
> I think we need to look deeper and clean a bit more here

This is a major bug - we'd be quite keen to see the immediate fix get through
so we're no longer getting an error. It will buy the community time to look
deeper and do a proper clean, without inconveniencing the libraries. What do
you think?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 28180] Use a lightbox gallery to display the images on the detail pages in OPAC

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180

David Cook  changed:

   What|Removed |Added

 Blocks||36966


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966
[Bug 36966] Fix links for local cover images for items on staff detail page
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

David Cook  changed:

   What|Removed |Added

 Depends on||28180


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180
[Bug 28180] Use a lightbox gallery to display the images on the detail pages in
OPAC
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

--- Comment #1 from David Cook  ---
(Btw as I fix this... I think I notice we're still using & to separate
query parameters in URLs when we should be using &. It's a reserved character
for that purpose.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36966] New: Fix links for local cover images for items on staff detail page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966

Bug ID: 36966
   Summary: Fix links for local cover images for items on staff
detail page
 Change sponsored?: ---
   Product: Koha
   Version: Main
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Staff interface
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com

The links for local cover images aren't built correctly on the detail page of
the staff interface

While it doesn't cause a problem on current "main", any development that sets
the "item" variable in the template at a higher level will generate fatal
errors. Owen has bumped into this in his Bootstrap 5 work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36965] New: Self-registration category selection should be limited

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36965

Bug ID: 36965
   Summary: Self-registration category selection should be limited
 Change sponsored?: ---
   Product: Koha
   Version: Main
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

At the moment, if categorycode isn't hidden, you can self-register as a library
staff member. That shouldn't be possible.

At the moment, since permissions aren't assigned, they can't log in as a
library staff member, but it's not a good look. Technically speaking, someone
really clever could probably also do bad things with this.

(Locally for many years we've provided a syspref to restrict the available
categories.)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36964] New: PatronSelfRegistrationDefaultCategory shouldn't be necessary if categorycode isn't hidden

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36964

Bug ID: 36964
   Summary: PatronSelfRegistrationDefaultCategory shouldn't be
necessary if categorycode isn't hidden
 Change sponsored?: ---
   Product: Koha
   Version: Main
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

At the moment, the self-registration won't work without
PatronSelfRegistrationDefaultCategory but technically if you don't have
categorycode hidden, then it should be unnecessary.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #17 from David Cook  ---
I'm going to try this out in a minute...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #16 from David Cook  ---
(In reply to Katrin Fischer from comment #15)
> We also figured out that the expectations might differ from language to
> language (or locale) with some of us using letters that present the same way
> (thinking of Ä)

Yeah, I think that the current patches might not be the way to go. Initially
the problem looked like a nail, so a hammer seemed like the right solution, but
now I think it's more complicated.

Looking at the Perl documentation for "sort", it says the following:

"When use locale (but not use locale ':not_characters') is in effect, sort LIST
sorts LIST according to the current collation locale. See perllocale."

"perllocale" is an interesting read. 

When using "use locale", "The comparison operators (lt, le, cmp, ge, and gt)
use LC_COLLATE. sort() is also affected if used without an explicit comparison
function, because it uses cmp by default."

"The default behavior is restored with the no locale pragma, or upon reaching
the end of the block enclosing use locale. Note that use locale calls may be
nested, and that what is in effect within an inner scope will revert to the
outer scope's rules at the end of the inner scope."

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36546] Bundle API spec to speed up worker startup

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546

--- Comment #53 from David Cook  ---
(In reply to Fridolin Somers from comment #52)
> (In reply to David Cook from comment #51)
> > What are we thinking in terms of backporting this one?
> 
> I'm on it.
> Looks like a change that may affect all API.
> Some non-packaged, non-debian install may be surprised about this change.
> For me this is not a change we should apply on stable branches.

In theory, non-packaged non-debian installs should be OK so long as they update
using "make". Even for a git/dev install that doesn't, the fallback to the
unbundled spec should still work. 

Let me know if I can help in any way :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565

--- Comment #304 from David Cook  ---
I missed this one because my bugmail was disabled. This is great! So stoked to
see this get in. 

Let me know how I can help in terms of documenting. That's something I know
embarrassingly little about in Koha...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36616] Ability to stop Complex See Reference authority records from being linked to bibliographic records

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36616

--- Comment #11 from Aleisha Amohia  ---
Created attachment 167186
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167186&action=edit
Bug 36616: Prevent reference headings from being linked to biblio records

When the new LinkEstablishedHeadings system preference is enabled, this
enhancement will disable the Choose button next to reference authority records
in the cataloguing authority plugin search results. Users will still be able to
choose established headings, where the 008/09 is set to 'a' or 'f'
(established) or '|' (not coded).

This works for both Zebra and Elasticsearch.

To test:

1) Apply patches and install database updates and restart services
2) Go to Koha Administration -> system preferences. Search for
LinkEstablishedHeadings. This should be disabled by default (set to 'All
headings'). Change to 'Only established headings' and Save.
3) Create a PERSO_NAME authority record. Set the 008/09 to 'b'.
4) Go to Cataloguing and click New record
5) Go to tab 1 and tag 100. Click the plugin editor for 100$a Personal name.
6) Search for your new PERSON_NAME authority record. Confirm it shows in the
results but the Choose button is disabled and cannot be clicked.
7) Edit the authority record and set the 008/09 to 'a'.
8) Repeat steps 4-6. This time the Choose button should be possible to click
and insert into the biblio record.

9) If you did the above test plan with Zebra as the search enginge (as set by
SearchEngine system preference), test again with Elasticsearch. The steps and
outcomes should be the same - you may need to manually rebuild the indexes
between changing the 008/09.

10) Confirm tests pass
- t/db_dependent/AuthoritiesMarc.t

Sponsored-by: Education Services Australia SCIS

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36616] Ability to stop Complex See Reference authority records from being linked to bibliographic records

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36616

Aleisha Amohia  changed:

   What|Removed |Added

 Attachment #166746|0   |1
is obsolete||
 Attachment #166747|0   |1
is obsolete||

--- Comment #10 from Aleisha Amohia  ---
Created attachment 167185
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167185&action=edit
Bug 36616: Add LinkEstablishedHeadings system preference

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36616] Ability to stop Complex See Reference authority records from being linked to bibliographic records

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36616

Aleisha Amohia  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35716] Duplicated assets in both koha-tmpl/intra-tmpl and koha-tmpl/opac-tmpl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35716

--- Comment #11 from David Cook  ---
(In reply to David Cook from comment #8)
> Another option is Apache configuration. We could modify the following files:
> /etc/koha/apache-shared-opac.conf
> /etc/koha/apache-shared-intranet.conf

Alternatively, we could use /etc/koha/apache-shared.conf, but I was thinking
about how koha-gitify already touches these files, so it would be easier to
work with them for now.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35716] Duplicated assets in both koha-tmpl/intra-tmpl and koha-tmpl/opac-tmpl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35716

--- Comment #10 from David Cook  ---
In summary, I think the "make" based approach would work, but I'd like to be
more adventurous. 

We often let inertia carry us forward on a particular path, but I think this
would be a really good opportunity to try something new. 

Anyway, just my 2 cents.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35716] Duplicated assets in both koha-tmpl/intra-tmpl and koha-tmpl/opac-tmpl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35716

--- Comment #9 from David Cook  ---
Of course, I think this actually represents an opportunity to take it further!

"tmpl" stands for templates, and templates are processed server-side. They
shouldn't be web-facing! So let's think of a new structure!

E.g.
Git:
"/kohadevbox/koha/public/shared/static"

Package install:
/usr/share/koha/public/shared/static

Apache:
Alias /shared /usr/share/koha/public/shared

--

Eventually, we'd have "/public/opac" and "/public/admin" as well. (One of the
advantages of using the "public" directory name is that it reminds you that
whatever is located there will be served publicly.)

These would contain "static" and "cgi-bin" directories for our static assets
and CGI scripts. 

And the "templates" would move to /usr/share/koha/templates (or /tt or /tmpl or
whatever), so they're not web/internet-facing. They're just available
server-side as they should be.

One day, "C4" and "Koha" will move into the "lib" folder in the git source tree
as well. 

This is a code organisation which is super common elsewhere and I use it on
lots of other apps. 

In the long-run, it would make it much easier to develop/maintain and securely
run Koha. 

Eventually, the contents of /kohadevbox/koha and /usr/share/koha will be more
closely aligned. (Obviously, only the /kohadevbox/koha will have things like
"t", "xt", etc.)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35716] Duplicated assets in both koha-tmpl/intra-tmpl and koha-tmpl/opac-tmpl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35716

--- Comment #8 from David Cook  ---
Koha code organisation (or lack thereof) is one of my pet peeves/favourite
topics, so keen to put in my 2 cents! (I'm sorry in advance haha.)

--

If we have a /kohadevbox/koha/koha-tmpl/shared-tmpl, then it will just work for
dev/git deployments, because DocumentRoot for both OPAC and Staff Interface is
/kohadevbox/koha/koha-tmpl

For other installations like package installs, the DocumentRoot is different:
DocumentRoot /usr/share/koha/opac/htdocs
DocumentRoot /usr/share/koha/intranet/htdocs

But there are options. One of them is a Make approach (coded using
Makefile.PL). Another option is symlinks. 

Another option is Apache configuration. We could modify the following files:
/etc/koha/apache-shared-opac.conf
/etc/koha/apache-shared-intranet.conf

We'd just need to add the following:

Alias /shared-tmpl /usr/share/koha/

Consider this URL path:
/intranet-tmpl/lib/jquery/jquery-ui-1.13.2.min_23.1200019.css

That could easily be something like
/shared-tmpl/lib/jquery/jquery-ui-1.13.2.min_23.1200019.css

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27291] Change datetime format in Zebra logs

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27291

--- Comment #14 from David Cook  ---
I'd marked this one as Packaging as it only affects packaged Koha, but all good

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35444] Add easy way to retrieve a logged in user's categorycode

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35444

--- Comment #8 from David Cook  ---
Sometimes, I think that we should create an API to provide information about
the logged in user...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36962] Apparent "typo" in notices and slips ---BORROWERS--- object (email)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36962

--- Comment #2 from manuel.car...@upr.edu ---
Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36616] Ability to stop Complex See Reference authority records from being linked to bibliographic records

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36616

Aleisha Amohia  changed:

   What|Removed |Added

 Status|Needs Signoff   |ASSIGNED

--- Comment #9 from Aleisha Amohia  ---
The sponsor has advised this development has gone in the wrong direction -
rather than hiding unestablished headings from the search results, they should
be visible but unable to be chosen.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36509] Add option to search authority records by ID

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36509

Aleisha Amohia  changed:

   What|Removed |Added

 Attachment #164576|0   |1
is obsolete||

--- Comment #4 from Aleisha Amohia  ---
Created attachment 167184
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167184&action=edit
Bug 36509: Add Search ID tab to authorities search on staff interface

This patch makes use of the existing local-number index on the 001 authority
field so that authority records can be searched using the 001 ID.

This patch works for both Elasticsearch and Zebra search engines.

To test:

1. Spin up your ktd with elasticsearch `ktd --es7 up`
2. In the staff interface, open up Koha Administration and search for the
SearchEngine system preference. It should be set to Elasticsearch.
3. In another tab, open the staff interface and go to Authorities.
4. Do a normal authorities search, confirm that when you expand the dropdown to
order by 'none', the results appear to be in authority-ID ascending order.
5. Choose an ID and go to new the Search ID tab. Search for your ID, confirm it
shows as expected.
6. Back in the Koha Administration tab, change the SearchEngine to Zebra.
7. In your Authorities tab, refresh the page.
8. Repeat step 5 and confirm that you can search for the authority by its ID
again.

Sponsored-by: Education Services Australia SCIS

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36509] Add option to search authority records by ID

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36509

Aleisha Amohia  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 31652] Add geo-search

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31652

--- Comment #40 from Mark Hofstetter  ---
hi,

I added 

https://github.com/HKS3/HKS3GeoSearch/blob/dev/TO_TEST.md

https://github.com/HKS3/HKS3GeoSearch/tree/dev/scripts

https://github.com/HKS3/HKS3GeoSearch/blob/dev/scripts/insert_geo_data.pl

which adds 3 geo data point to 3 books (hardcoded for the dev install)

so if now do a search around 

http://kohadev.mydnsname.org:8080/cgi-bin/koha/opac-search.pl?advsearch=1&idx=geolocation&q=lat:48+lng:16+distance:50km&do=Search

3 books should be found

we are working on the a point and click interface to search

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36937] api/v1/password_validation.t generates warnings

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36937

Jonathan Druart  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36096] Add ability to select default sort and display length for tables on 'Holds awaiting pickup' page

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36096

Katrin Fischer  changed:

   What|Removed |Added

Summary|Add ability to select   |Add ability to select
   |default sort and display|default sort and display
   |length for tables on|length for tables on 'Holds
   |waitingreserves.pl  |awaiting pickup' page

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36582] Add option to set library, desk, and register from user menu

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36582

Katrin Fischer  changed:

   What|Removed |Added

   Keywords||release-notes-needed

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 26567] Allow to limit subscription search to subscriptions with routing lists

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26567

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new search
  release notes||option 'Has routing list'
   ||to the advanced search in
   ||the serials module. It
   ||allows to limit the search
   ||to subscriptions with
   ||linked routing list.
   ||
   ||**Sponsored by**
   ||*Bibliotheksservice-Zentrum
   ||Baden-Württemberg*

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33174] Have better indication when one is cancelling multiple holds on a record

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33174

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This improves the
  release notes||confirmation message when
   ||multiple holds are
   ||cancelled to include the
   ||number of holds to be
   ||cancelled.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35810] Add back to top button to the staff interface

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35810

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a 'back to the
  release notes||top' button to the staff
   ||interface, similar to the
   ||one in the OPAC, that
   ||appears in the bottom right
   ||corner when scrolling down
   ||on pages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35444] Add easy way to retrieve a logged in user's categorycode

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35444

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a hidden span to
  release notes||the HTML source code of the
   ||staff interface that
   ||includes the patron
   ||category code of the
   ||currently logged in staff
   ||user.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35329] Move patron searches to a modal

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35329

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||The patron searches that
  release notes||formerly used a pop-up
   ||windows have been moved
   ||into a modal. Examples:
   ||patron search for routing
   ||lists, manager search for
   ||suggestions, guarantor
   ||search.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36963] New: Add auto-complete to vendor search in the acquisition module

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36963

Bug ID: 36963
   Summary: Add auto-complete to vendor search in the acquisition
module
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: katrin.fisc...@bsz-bw.de
QA Contact: testo...@bugs.koha-community.org

We do have auto-complete for patron searches and the select2 pull down also do
something like it. It would be great if we could have auto-complete search for
the vendor search in acquisition too as it would make it easier to find vendors
where you are not completely sure about the spelling/name.
It could also include the alias in the display maybe.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30623] Copy permissions from one user to another

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This enhancement makes it a
  release notes||lot easier to create staff
   ||users with similar or
   ||identical permission
   ||profiles by allowing it to
   ||copy the permission
   ||settings from one user to
   ||another.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36373] Show existing bookings in datepicker

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36373

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||With this change it's
  release notes||possible to see the dates
   ||an item is already booked
   ||for within the calendar
   ||widget when creating a new
   ||booking. The booked dates
   ||will show with a little
   ||blue dot.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25159] Action logs should be stored in JSON (and as a diff of the change)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|release-notes-needed|
  Text to go in the||This is the first step to
  release notes||improve and standardize the
   ||way we log information in
   ||the action log tables. In
   ||order to achieve this a new
   ||column `diff` is added to
   ||the `action_logs` table.
   ||This is used to store a
   ||diff of the changes to an
   ||object in JSON syntax.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35724] Define non-standard port numbers for SFTP upload/download in EDI accounts

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35724

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds configuration
  release notes||options for the upload port
   ||and download port to the
   ||EDI account configuration
   ||page. If no port is added,
   ||it will keep using the
   ||default port 22.
   Keywords|additional_work_needed  |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36068] Add maintenance script acq_cancel_obsolete_orders.pl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36068

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new CLI script
  release notes||`acq_cancel_obsolete_orders
   ||.pl` that allows to clean
   ||up older acquisition data
   ||with conflicting
   ||information on the order
   ||status. This will also
   ||cancel order lines that are
   ||no longer linked to a
   ||bibliographic record, but
   ||are still considered
   ||pending.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36962] Apparent "typo" in notices and slips ---BORROWERS--- object (email)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36962

Katrin Fischer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36962] Apparent "typo" in notices and slips ---BORROWERS--- object (email)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36962

--- Comment #1 from Katrin Fischer  ---
I think this is a misunderstanding. The editor doesn't list the object values,
but the values to be used with the older 'hungry alligators' syntax that uses
the table and column names from the database.

borrowers.surname etc. is completely correct in this case.

When you click on the value and the button in the middle you will see it's
added to the notice as:

<>

When using the TT syntax, this would be:

[% borrower.surname %]

Both currently work and we are working on deprecating the older less flexible
syntax, but for the time being the editor only supports the first one. Other
reports for enhancing the editor exist.

Please don't hesitate to file more bugs - there is really nothing that can go
wrong :) We are also available for questions on chat.koha-community.org if you
are not sure about one behavior or the other.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32392] Ability to skip forward serial issues when receiving double (or more) issue

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32392

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new button to
  release notes||the serial collection page
   ||that allows to create a new
   ||issue while skipping
   ||several issues in between.
   ||The skipped issues will not
   ||be created. This can help
   ||when multiple issues need
   ||to be combined into one.
   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36962] New: Apparent "typo" in notices and slips ---BORROWERS--- object (email)

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36962

Bug ID: 36962
   Summary: Apparent "typo" in notices and slips ---BORROWERS---
object (email)
 Change sponsored?: ---
   Product: Koha
   Version: 23.05
  Hardware: All
OS: Linux
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Tools
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: manuel.car...@upr.edu
QA Contact: testo...@bugs.koha-community.org

Created attachment 167183
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167183&action=edit
Screen capture of bug narrative. On the left, notice the object in plural. On
the right, changing the object's number to singular fixes the issue.

There seems to be a "typo" in the object for borrowers in the notices and slips
tool [WELCOME email template for patrons). Particularly, in the ---BORROWERS---
sublist, the object is written in plural (e.g. borrowers.borrowernumber,
borrowers.cardnumber, ... et seq.). However, when utilizing the borrower
object.methods as listed (in plural) by "inserting it into the body", an error
is not returned when saving and the email is successfully sent. But the
"inserted values" do not show in the email. Only the borrower.cardnumber
showed, which was one that was already written in the default. Upon closer
inspection, I noteiced that the borrower object was in singular. Upon changing
the object from plural to singular in the body of the edit (e.g. changing
borrowers.borrowernumber to borrower.borrowernumber etc.) and rerunning the
test, it executed successfully. 

This is the first time that I have submitted a bug report to any system. Please
forgive me if I may still have to learn the ropes of how to properly do/write
so. 

Beatitudes, ~m

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35345] Pass custom SQL to rebuild_elasticsearch.pl to determine which records to index

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35345

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|release-notes-needed|
  Text to go in the||This adds a `--where`
  release notes||parameter to the
   ||`rebuild_elasticsearch.pl`
   ||script that allows to
   ||flexibly select the records
   ||for reindexing with SQL.
   ||Examples would be the
   ||authority type or ranges
   ||and lists of biblionumbers
   ||and authids.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5920] Remove HTML from downloaded reports in CSV format

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5920

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||When choosing the CSV
  release notes||option of downloading a
   ||report from the reports
   ||module, any HTML used for
   ||creating links etc. will
   ||automatically be removed
   ||from the exported file.
   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35967] Add /api/v1/patrons/{patron_id}/recalls endpoint to list a patron's recalls

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35967

Katrin Fischer  changed:

   What|Removed |Added

Summary|REST API: Add   |Add
   |/api/v1/patrons/{patron_id} |/api/v1/patrons/{patron_id}
   |/recalls endpoint to list   |/recalls endpoint to list a
   |patron's recalls|patron's recalls

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33036] Add route to merge bibliographic records

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036

Katrin Fischer  changed:

   What|Removed |Added

Summary|REST API: Merge biblio  |Add route to merge
   |records |bibliographic records
  Text to go in the|A new endpoint of REST API  |A new endpoint of REST API
  release notes|/biblios, to merge two  |/biblios to merge two
   |bibliographic records. You  |bibliographic records. You
   |need to pass parameters |need to pass parameters
   |with a json file.
  |with a JSON file.
   |Complete|Complete
   |endpoint:   |endpoint:
   |/api/v1/biblios/< |/api/v1/biblios/<
   |biblo_id>/merge
|biblo_id>/merge
   |Parametes   |Parametes
   |of json file:
  |of json file:
   |-   |-
   |biblio_id_to_merge  |biblio_id_to_merge
   |(mandatory)
|(mandatory)
   |- rules |- rules
   |(optional)
 |(optional)
   |-   |-
   |framework_to_use (optional) |framework_to_use (optional)
   |- datarecord (optional) |- datarecord (optional)
   |More info in the|More info in the
   |Swagger/OpenAPI |Swagger/OpenAPI
   |Specification of the API|specification of the API.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36206] Administrative plugins

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36206

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new type of
  release notes||administrative plugin that
   ||supplements the existing
   ||tool and report plugins.
   ||When installed, an entry
   ||for this plugin will be
   ||shown on the administration
   ||module start page.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33703] Entering dates should be more flexible accepting different entry formats

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33703

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This makes entering dates
  release notes||directly into the date
   ||field a bit more flexible
   ||by allowing to omit the
   ||delimiters ('/' or '-', or
   ||'.') for the set date
   ||format.
   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32610] Add ability to specify patron attribute as a date

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32610

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This makes it possible to
  release notes||add patron attribute fields
   ||as dates. The field will
   ||then display as any other
   ||date field including the
   ||calendar widget.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25996] Changes to restrictions should be logged

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25996

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds logging of
  release notes||adding, updating and
   ||lifting of patron
   ||restrictions. It's
   ||controlled by the
   ||`BorrowersLog` system
   ||preference.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35646] Allow using the publication date parts for serial numbering

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35646

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35646] Allow using the publication date parts for serial numbering

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35646

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds some new
  release notes||placeholders to be used
   ||within the numbering
   ||pattern of a subscription:
   ||{Year}, {Day}, {DayName},
   ||{Month}, {MonthName}. They
   ||will be automatically
   ||replaced with the
   ||corresponding value derived
   ||from the publication date
   ||of the issue when its
   ||received.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35646] Allow using the publication date parts for serial numbering

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35646

--- Comment #16 from Katrin Fischer  ---
(In reply to Katrin Fischer from comment #13)
> I do like {Year} {Month} {Day}.
> 
> I struggle with: {MonthName} {DayName} 
> These don't seem to take the Locale set into account - so maybe English only
> or will use the interface language? Ideally it should follow the locale
> setting.

NICK! *tries to get attention*

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36574] Canceled/invalid ISBN not indexed for MARC21

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36574

Katrin Fischer  changed:

   What|Removed |Added

Summary|Canceled/invalid ISBN not   |Canceled/invalid ISBN not
   |indexed by ES for MARC 21   |indexed for MARC21
  Text to go in the||This adds a new search
  release notes||index `isbn-all` to the
   ||default Elasticsearch
   ||search mappings that
   ||includes the valid,
   ||canceled and invalid ISBNs.
   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35169] Make long overdue patron category options configurable in interface

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35169

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds two new system
  release notes||preferences
   ||`DefaultLongOverduePatronCa
   ||tegories` and
   ||`DefaultLongOverdueSkipPatr
   ||onCategories` that allow
   ||for additional
   ||configuration of the
   ||`longoverdue.pl` CLI script
   ||directly from the staff
   ||interface. The settings of
   ||the system preferences will
   ||be used when the script is
   ||called without the
   ||corresponding options.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34611] Add a script for pseudonymizing existing data

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34611

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new CLI script
  release notes||`pseudonymize_statistics.pl
   ||` that will allow to
   ||pseudonymize rows in the
   ||statistics table before a
   ||given date.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 31286] Embed see-from headings into bibliographic records export

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31286

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a new option
  release notes||`--embed_see_from_headings`
   ||to the CLI script
   ||`export_records.pl`. It
   ||allows to include the
   ||see-also headings from the
   ||linked authority records in
   ||the exported bibliographic
   ||records.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 16122] Item record needs to keep local use count

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16122

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|release-notes-needed|
  Text to go in the||This patch adds a new
  release notes||separate field for
   ||recording local use to the
   ||items table. It will be
   ||hidden from the holdings
   ||table by default but can be
   ||made visible using the
   ||table configuration
   ||settings.
   ||
   ||This includes a
   ||new CLI script to update
   ||the
   ||`update_localuse_from_stati
   ||stics.pl` that can be used
   ||to set the new
   ||items.localuse field with
   ||information from the
   ||statistics table.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36156] Don't duplicate selected value when a field or subfield linked to an authorized value is repeated

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36156

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||When a field or subfield is
  release notes||linked to a list of
   ||authorized values and
   ||repeated in the cataloging
   ||editor, the selected value
   ||was repeated in the copied
   ||field. This makes it so the
   ||copied field will be empty.
Summary|Duplicate selected value|Don't duplicate selected
   |when a field or subfield is |value when a field or
   |cloned  |subfield linked to an
   ||authorized value is
   ||repeated

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35812] Should specify canonical URLs to help search indexers

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35812

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds a nice canonical
  release notes||URL for search engines to
   ||use. It will prevent
   ||duplicates with different
   ||URL query parameters from
   ||getting indexed separately
   ||and will also prevent
   ||search engine confusion
   ||when the search
   ||automatically redirects to
   ||the detail page for
   ||searches with only one
   ||result.

--- Comment #23 from Katrin Fischer  ---
I tried to add some notes, please feel free to improve (but quickly).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36578] Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36578

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This extends the
  release notes||Elasticsearch default
   ||search field mappings to
   ||include 752 (MARC21) and
   ||210a, 214a (UNIMARC) in the
   ||index for place of
   ||publication.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34793] We should ship default 'CookieConsentPopup' data that describes our required cookies

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34793

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the|QUICK NOTE: only for new|This only applies to new
  release notes|installs that select|installations that select
   |"sample news items" in the  |"sample news items" in the
   |installer   |web installer.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19768] Possibility to choose "Note" tab in OpacSerialDefaultTab

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19768

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the|This adds an additional |This adds an additional
  release notes|option to the   |option to the
   |opacSerialDefaultTab system |`opacSerialDefaultTab`
   |preference that allows to   |system preference that
   |select the 'Title   |allows to select the 'Title
   |information' tab as default |information' tab as default
   |on serial records in the|on serial records in the
   |OPAC.   |OPAC.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19768] Possibility to choose "Note" tab in OpacSerialDefaultTab

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19768

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This adds an additional
  release notes||option to the
   ||opacSerialDefaultTab system
   ||preference that allows to
   ||select the 'Title
   ||information' tab as default
   ||on serial records in the
   ||OPAC.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33478] Customise the format of notices when they are printed

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33478

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This implements a style
  release notes||field for each template to
   ||allow for advanced CSS
   ||customisations of printed
   ||notices and slips. There
   ||are links to insert
   ||selectors as helpers.
   ||Styles can be applied for
   ||an individual notice or all
   ||notices at once.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30349] Cleanup bulkmarcimport.pl

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30349

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||Updates the help info and
  release notes||adds multi-character
   ||options where they are
   ||missing. (e.g. --help for
   ||-h)
   Keywords|release-notes-needed|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34282] ILL batches - availability checking has issues

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34282

Katrin Fischer  changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34431] Distinguish between status and status alias in ILL UI

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34431

Katrin Fischer  changed:

   What|Removed |Added

   Keywords||release-notes-needed

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34431] Distinguish between status and status alias in ILL UI

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34431

--- Comment #43 from Katrin Fischer  ---
(In reply to Pedro Amorim from comment #40)
> (In reply to Katrin Fischer from comment #39)
> > That makes sense. Do we have some kind of plan on how to handle this
> > post/close to release? Maybe a note on README or using the version settings
> > in the plugin info? (not sure if we are really checking for these so far)
> 
> If bug 35570 is pushed in time for 24.05 this becomes a non-issue I believe,
> as that is planned to supersede FreeForm.

Hm, we didn't manage to push it in time - anything we need to do here now?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34431] Distinguish between status and status alias in ILL UI

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34431

Katrin Fischer  changed:

   What|Removed |Added

Summary|Distinguish between status  |Distinguish between status
   |and status_alias in ILL UI  |and status alias in ILL UI

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36559] Transport cost matrix update helpers

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36559

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||With a lot of columns and
  release notes||rows the transport cost
   ||matrix got hard to edit.
   ||This patch makes it so that
   ||the header column and row
   ||are fixed and will always
   ||remain visible while
   ||editing.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35576] Make the callnumber column easier to customize when viewing the holds queue report

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35576

Katrin Fischer  changed:

   What|Removed |Added

Summary|Make hq-callnumber column   |Make the callnumber column
   |easier to customize when|easier to customize when
   |viewing the holds queue |viewing the holds queue
   |report  |report
  Text to go in the||This adds the class
  release notes||'hq-callnumber' to the call
   ||number column on the holds
   ||queue report. This will
   ||allow for easier
   ||customization using CSS or
   ||jQuery.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36618] Make creation of bibliographic records optional for ERM local titles

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36618

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||Without this patch creating
  release notes||a local title would always
   ||create a bibliographic
   ||record in the catalog as
   ||well. Now this is optional
   ||depending on a checkbox.
   ||The checkbox is also
   ||available when importing
   ||local records form a KBART
   ||file.
   Keywords|additional_work_needed  |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36755] Increase length of 'code' column in borrower_attribute_types

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36755

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This extends the
  release notes||borrower_attribute_types.co
   ||de field from varchar(10)
   ||to varchar(64). This makes
   ||it easier to use also for
   ||plugins who might want to
   ||use unique prefixes.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 31791] Add the ability to lock records to prevent modification through the Koha staff interface

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31791

--- Comment #80 from Katrin Fischer  ---
I'd really like some release notes for this one as it's not so self
explanatory.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36880] Record overlay rules are not validated on add or edit

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36880

Jan Kissig  changed:

   What|Removed |Added

 Attachment #166808|0   |1
is obsolete||

--- Comment #3 from Jan Kissig  ---
Created attachment 167182
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167182&action=edit
Bug 36880: Record overlay rules are not validated

This patch fixes validation of rules, confirmation on deletion of rules and
removes some unused source code.

1) Validation of record overlay rules on edit and add action
2) Validation when editing an existing rule
3) Adds confirm when deleting multiple rules

Test plan:
1)
 a) open http://localhost:8081/cgi-bin/koha/admin/marc-overlay-rules.pl
 b) just click + Add rule
 c) a new rule with an empty tag is saved

2)
 a) edit an existing rule
 b) empty input value for tag
 c) click Save and check that the rule has now an empty value for tag

3)
 a) delete a rule by checking the checkbox and clicking Delete selected
 b) delete a rule by clicking the Delete button under Actions
 c) notice that b) asks for confirmation

apply patch
1) redo steps and check that form does not get submitted and the input is
marked as required

2) redo steps and check that clicking on Save will not submit the form and mark
input as required

3) redo steps and check that a standard confirm popup appears

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36880] Record overlay rules are not validated on add or edit

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36880

Jan Kissig  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff
   Patch complexity|Trivial patch   |Small patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36961] Typo: itms

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36961

Katrin Fischer  changed:

   What|Removed |Added

   Severity|enhancement |trivial

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36961] New: Typo: itms

2024-05-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36961

Bug ID: 36961
   Summary: Typo: itms
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: Academy
  Severity: enhancement
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: katrin.fisc...@bsz-bw.de
QA Contact: testo...@bugs.koha-community.org

There is a small typo in one of the system preferences:

opac.pref#opacreadinghistory# patrons to see what itms they have checked out in
the past.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/