[Koha-bugs] [Bug 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-15 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

--- Comment #15 from Katrin Fischer  ---
Pushed for 25.05!

Well done everyone, thank you!

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-15 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Katrin Fischer  changed:

   What|Removed |Added

 Version(s)||25.05.00
released in||
 Status|Passed QA   |Pushed to main

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Martin Renvoize (ashimema)  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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #182280|0   |1
is obsolete||

--- Comment #14 from Martin Renvoize (ashimema) 
 ---
Created attachment 182285
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182285&action=edit
Bug 25318: (follow-up) Make searchType be defined in merge.tt

With authorities_js.inc doing "var searchType = '[% marclist | html %]';" in
merge.tt where marclist isn't defined we got "var searchType = '';". This
patch just adds 'const searchType = ""' directly to merge.tt to avoid a
JavaScript console error.

Test plan:
1. Open the devtools console
2. Do an authority search that returns at least two authorities
3. Select one, then another for merge
4. When the merge.pl page loads, observe an "Uncaught ReferenceError" in
   the console
5. Apply followup, repeat steps 1-3, without an "Uncaught ReferenceError"

Signed-off-by: David Nind 
Signed-off-by: Martin Renvoize 

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #182279|0   |1
is obsolete||

--- Comment #13 from Martin Renvoize (ashimema) 
 ---
Created attachment 182284
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182284&action=edit
Bug 25318: Convert authorities_js.inc to JavaScript file

This patch creates a new JavaScript file, authorities.js, and includes
it on pages which previously used authorities_js.inc. Some minor changes
to the JavaScript have been made in order to pass JS variables instead
of template variables.

To test, apply the patch and go to Authorities.

- Perform a search for authorities and test various features on the
  search result page::
  - New from Z39.50/SRU
  - Actions -> Merge
  - Actions -> Delete
  - Action -> MARC preview
- View the detail page for an authority record and test:
  - New from Z39.50/SRU
  - Edit -> Replace record via Z39.50/SRU
  - Edit -> Delete record
- Go to Cataloging and create a new record.
  - Go to tab 1 and click the plugin trigger link on 100a.
  - Confirm that the authority search popup appears and works to add a
selected author.

Sponsored-by: Athens County Public Libraries
Signed-off-by: Phil Ringnalda 
Signed-off-by: David Nind 
Signed-off-by: Martin Renvoize 

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 CC||martin.renvoize@openfifth.c
   ||o.uk
 QA Contact|testo...@bugs.koha-communit |martin.renvoize@openfifth.c
   |y.org   |o.uk

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

David Nind  changed:

   What|Removed |Added

 Depends on||39874

--- Comment #12 from David Nind  ---
(In reply to Owen Leonard from comment #9)
> (In reply to David Nind from comment #8)
> > For the life of me, I can't figure out how to merge two authority records,
> > I'm sure I've done it before!
> 
> You have discovered Bug 39874

8-)


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39874
[Bug 39874] Template error prevents authority merging
-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

David Nind  changed:

   What|Removed |Added

 Attachment #179300|0   |1
is obsolete||

--- Comment #11 from David Nind  ---
Created attachment 182280
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182280&action=edit
Bug 25318: (follow-up) Make searchType be defined in merge.tt

With authorities_js.inc doing "var searchType = '[% marclist | html %]';" in
merge.tt where marclist isn't defined we got "var searchType = '';". This
patch just adds 'const searchType = ""' directly to merge.tt to avoid a
JavaScript console error.

Test plan:
1. Open the devtools console
2. Do an authority search that returns at least two authorities
3. Select one, then another for merge
4. When the merge.pl page loads, observe an "Uncaught ReferenceError" in
   the console
5. Apply followup, repeat steps 1-3, without an "Uncaught ReferenceError"

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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

David Nind  changed:

   What|Removed |Added

 Attachment #179299|0   |1
is obsolete||

--- Comment #10 from David Nind  ---
Created attachment 182279
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182279&action=edit
Bug 25318: Convert authorities_js.inc to JavaScript file

This patch creates a new JavaScript file, authorities.js, and includes
it on pages which previously used authorities_js.inc. Some minor changes
to the JavaScript have been made in order to pass JS variables instead
of template variables.

To test, apply the patch and go to Authorities.

- Perform a search for authorities and test various features on the
  search result page::
  - New from Z39.50/SRU
  - Actions -> Merge
  - Actions -> Delete
  - Action -> MARC preview
- View the detail page for an authority record and test:
  - New from Z39.50/SRU
  - Edit -> Replace record via Z39.50/SRU
  - Edit -> Delete record
- Go to Cataloging and create a new record.
  - Go to tab 1 and click the plugin trigger link on 100a.
  - Confirm that the authority search popup appears and works to add a
selected author.

Sponsored-by: Athens County Public Libraries
Signed-off-by: Phil Ringnalda 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

--- Comment #9 from Owen Leonard  ---
(In reply to David Nind from comment #8)
> For the life of me, I can't figure out how to merge two authority records,
> I'm sure I've done it before!

You have discovered Bug 39874

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-05-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #8 from David Nind  ---
For the life of me, I can't figure out how to merge two authority records, I'm
sure I've done it before!

Here is what I did:
1. Go to Authorities.
2. Click the search button (arrow) in the staff interface header.
   Result: search results are displayed
3. For a record select Action > Merge.
   Result: Message is displayed in blue under the authority search results
heading:
   Merging with authority: Ślez, Ts. (Tsevi), b. 1833. () Cancel merge
3. For another authority record of the same type (in this case Personal Names),
go to Actions > Merge
4. I get a message saying: "You cannot merge a record with itself. Please
select two different authorities."

I'm sure if merging was broken, someone would have noticed by now 8-)

Or I'm trying to merge incorrectly!

It may be moot anyway, as I think Phil has signed the bug off - the status
needs updating if that is the case.

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-03-13 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

--- Comment #7 from Phil Ringnalda  ---
Created attachment 179300
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179300&action=edit
Bug 25318: (follow-up) Make searchType be defined in merge.tt

With authorities_js.inc doing "var searchType = '[% marclist | html %]';" in
merge.tt where marclist isn't defined we got "var searchType = '';". This
patch just adds 'const searchType = ""' directly to merge.tt to avoid a
JavaScript console error.

Test plan:
1. Open the devtools console
2. Do an authority search that returns at least two authorities
3. Select one, then another for merge
4. When the merge.pl page loads, observe an "Uncaught ReferenceError" in
   the console
5. Apply followup, repeat steps 1-3, without an "Uncaught ReferenceError"

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-03-13 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Phil Ringnalda  changed:

   What|Removed |Added

 Attachment #178537|0   |1
is obsolete||

--- Comment #6 from Phil Ringnalda  ---
Created attachment 179299
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179299&action=edit
Bug 25318: Convert authorities_js.inc to JavaScript file

This patch creates a new JavaScript file, authorities.js, and includes
it on pages which previously used authorities_js.inc. Some minor changes
to the JavaScript have been made in order to pass JS variables instead
of template variables.

To test, apply the patch and go to Authorities.

- Perform a search for authorities and test various features on the
  search result page::
  - New from Z39.50/SRU
  - Actions -> Merge
  - Actions -> Delete
  - Action -> MARC preview
- View the detail page for an authority record and test:
  - New from Z39.50/SRU
  - Edit -> Replace record via Z39.50/SRU
  - Edit -> Delete record
- Go to Cataloging and create a new record.
  - Go to tab 1 and click the plugin trigger link on 100a.
  - Confirm that the authority search popup appears and works to add a
selected author.

Sponsored-by: Athens County Public Libraries
Signed-off-by: Phil Ringnalda 

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-02-27 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Phil Ringnalda  changed:

   What|Removed |Added

 CC||p...@chetcolibrary.org

--- Comment #2 from Phil Ringnalda  ---
Merging throws "Uncaught ReferenceError: searchType is not defined." Since it's
exactly what we were doing before (with the extra step of getting "" from [%
marclist | html %] without a marclist), sticking a 'const searchType = "";' in
merge.tt seems like the poetic fix.

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-02-23 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-02-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

--- Comment #1 from Owen Leonard  ---
Created attachment 178537
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178537&action=edit
Bug 25318: Convert authorities_js.inc to JavaScript file

This patch creates a new JavaScript file, authorities.js, and includes
it on pages which previously used authorities_js.inc. Some minor changes
to the JavaScript have been made in order to pass JS variables instead
of template variables.

To test, apply the patch and go to Authorities.

- Perform a search for authorities and test various features on the
  search result page::
  - New from Z39.50/SRU
  - Actions -> Merge
  - Actions -> Delete
  - Action -> MARC preview
- View the detail page for an authority record and test:
  - New from Z39.50/SRU
  - Edit -> Replace record via Z39.50/SRU
  - Edit -> Delete record
- Go to Cataloging and create a new record.
  - Go to tab 1 and click the plugin trigger link on 100a.
  - Confirm that the authority search popup appears and works to add a
selected author.

Sponsored-by: Athens County Public Libraries

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-02-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Owen Leonard  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff
   Patch complexity|--- |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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2025-02-21 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 25318] Convert authorities_js.inc to JavaScript file with translatable strings

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318

Owen Leonard  changed:

   What|Removed |Added

 Depends on||21156


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156
[Bug 21156] Internationalization: plural forms, context, and more for JS files
-- 
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/