[Koha-bugs] [Bug 33686] Update plugin unimarc_field_110.pl 'Script of title' with 2022 values

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #3 from David Nind  ---
I've signed off, as this adds the new values in the 2022 UNIMARC update.

However, I do have a question: should the script of title name values match
exactly with the UNIMARC definitions (see references)?

For example, in the definitions eg is shown as eg Naxi Dongba (Nakhi Tomba),
but in Koha it is shown as eg Dongba (Naxi).

If they should, I'm happy to create a bug for that.

References:
1. UNIMARC Bibliographic (3rd ed.) Updates
https://www.ifla.org/g/unimarc-rg/unimarc-bibliographic-3rd-edition-with-updates/
2. Tag 100 values (see page 8 for 'Script of title')
https://cdn.ifla.org/wp-content/uploads/U_B_100_update2022_online_final.pdf

Testing notes (using KTD):
1. Before starting KTD, edit your .env file to change KOHA_MARC_FLAVOUR=unimarc
2. Edit a record and view the values for tag 100 and the 'Script of title'
dropdown list.
3. Codes and names for values being added by this bug are not listed.
4. Apply the patch.
5. Restart everything (flush_memcached, restart_all, clear browser cache).
6. Repeat step 2.
7. New codes and values are now lsited.

-- 
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 33686] Update plugin unimarc_field_110.pl 'Script of title' with 2022 values

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686

David Nind  changed:

   What|Removed |Added

 Attachment #150714|0   |1
is obsolete||

--- Comment #2 from David Nind  ---
Created attachment 150790
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150790=edit
Bug 33686: Update plugin unimarc_field_110.pl with 2022 values

Was missing :

- ib : birman
- ic : khmer
- jb : bengali
- jc : gujurati
- jd : gurmukhi
- je : odia (oriya)
- lb : kannada (kannara)
- lc : malayalam
- ld : singhalais (cinghalais)
- le : télougou
- na : éthiopien (guèze)

Sponsored by BibLibre

Signed-off-by: David Nind 

-- 
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 33686] Update plugin unimarc_field_110.pl 'Script of title' with 2022 values

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686

David Nind  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 33690] Add ability to send welcome notice when creating patrons using the REST API

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690

--- Comment #4 from Tomás Cohen Arazi  ---
(In reply to David Nind from comment #3)
> I'd be happy to test, but don't know enough for step 3.
> 
> Could you provide an example of the JSON for adding a patron?
> 
> I can use Postman for basic things
> 
> Otehrwsie, I'll leave for someone else who knows what to do, to test.

When you do a GET /API/V1/patrons you can get an idea of how a patron object
for POST should look like. I'd suggest you pick a couple attributes like
firstname, surname and user id. And see if it tells you you need more.

-- 
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 33297] Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #15 from David Nind  ---
I'd like to test, but don't know how to do step 1.2 (upgrading from 22.05 to
master) using KTD (koha-testing-docker).

If I could get some instructions on how to do that, I'll happily test.

-- 
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 33690] Add ability to send welcome notice when creating patrons using the REST API

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #3 from David Nind  ---
I'd be happy to test, but don't know enough for step 3.

Could you provide an example of the JSON for adding a patron?

I can use Postman for basic things

Otehrwsie, I'll leave for someone else who knows what to do, to test.

-- 
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 33412] (bug 15869 follow-up) Overlay record framework is always setting records to original framework

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #8 from David Nind  ---
Some discussion on this issue on the mailing list over the last couple of days:
- Development list:
https://lists.koha-community.org/pipermail/koha-devel/2023-May/048136.html
- Main list: https://lists.katipo.co.nz/pipermail/koha/2023-May/059402.html

-- 
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 29852] Add option to exclude certain types of url in check-url-quick.pl

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29852

Sarah Cornell  changed:

   What|Removed |Added

 CC||sbcornell@cityofportsmouth.
   ||com

--- Comment #1 from Sarah Cornell  ---
We agree!  There are URLs that always show up on our report that we know are
fine, even though they returned an error in the cron job.  We'd like to enter a
list of prefixes that do not need checked, or do not need to be reported.
Either option would achieve a shorter list to review.

-- 
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 8179] Receiving multiple order lines at once

2023-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179

Michaela Sieber  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

-- 
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/