[Bug 20601] New: Untranslatable strings in circulation statistics
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Bug ID: 20601 Summary: Untranslatable strings in circulation statistics Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@joensuu.fi QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Untranslatable strings: reports/issues_stats.pl: push @loopfilter, { crit => "Event", filter => $type }; push @loopfilter, { crit => "Display by", filter => $dsp } if ($dsp); push @loopfilter, { crit => "Select Day", filter => $daysel } if ($daysel); push @loopfilter, { crit => "Select Month", filter => $monthsel } if ($monthsel); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |oleonard@myacpl.org |ity.org | Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 183626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183626&action=edit Bug 20601: Untranslatable strings in circulation statistics This patch makes some updates to the circulation statistics wizard in order to make more information translatable. The patch also adds some template plugins to the output of filter options in order to be able to show descriptions instead of codes, and corrects the markup for the 'Patron library' dropdown which wasn't working. To test apply the patch and go to Reports -> Statistics wizards -> Circulation. - Test setting some or all options in the "Filter column" and running the report. - Confirm that the "Patron library" dropdown works. - At the top of the results there should be a list of the filter options you selected and their values. - All the filter labels should be correct, and the filter values should should be in their full/description form rather than in code form (e.g. library, item type, collection code, sorting field, etc.) Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183626|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 183630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183630&action=edit Bug 20601: Untranslatable strings in circulation statistics This patch makes some updates to the circulation statistics wizard in order to make more information translatable. The patch also adds some template plugins to the output of filter options in order to be able to show descriptions instead of codes, and corrects the markup for the 'Patron library' dropdown which wasn't working. To test apply the patch and go to Reports -> Statistics wizards -> Circulation. - Test setting some or all options in the "Filter column" and running the report. - Confirm that the "Patron library" dropdown works. - At the top of the results there should be a list of the filter options you selected and their values. - All the filter labels should be correct, and the filter values should should be in their full/description form rather than in code form (e.g. library, item type, collection code, sorting field, etc.) Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes and enhances the release notes| |circulation statistics | |report wizard: | |- Fixes some strings so | |that they are now | |translatable | |- Fixes the patron library | |dropdown list so that it | |now works | |- Improves the "Filtered | |on" information shown | |before the report results: | | . the filtered on options | |selected in the report are | |now shown in bold | | . descriptions are now | |shown instead of codes (for | |example, the library name | |instead of the library | |code) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40287 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40287 [Bug 40287] Fix untranslatable strings in more statistics wizards -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183630|0 |1 is obsolete| | --- Comment #3 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 183720 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183720&action=edit Bug 20601: Untranslatable strings in circulation statistics This patch makes some updates to the circulation statistics wizard in order to make more information translatable. The patch also adds some template plugins to the output of filter options in order to be able to show descriptions instead of codes, and corrects the markup for the 'Patron library' dropdown which wasn't working. To test apply the patch and go to Reports -> Statistics wizards -> Circulation. - Test setting some or all options in the "Filter column" and running the report. - Confirm that the "Patron library" dropdown works. - At the top of the results there should be a list of the filter options you selected and their values. - All the filter labels should be correct, and the filter values should should be in their full/description form rather than in code form (e.g. library, item type, collection code, sorting field, etc.) Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |aleisha@catalyst.net.nz |y.org | CC| |aleisha@catalyst.net.nz --- Comment #4 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Owen Leonard from comment #1)
- All the filter labels should be correct, and the filter values should should be in their full/description form rather than in code form (e.g. library, item type, collection code, sorting field, etc.)
Sponsored-by: Athens County Public Libraries
This is a nice improvement :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |25.11.00 released in| | Status|Passed QA |Pushed to main CC| |lucas@bywatersolutions.com --- Comment #5 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00 |25.11.00,25.05.02 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 --- Comment #6 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20601 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- I prefer not backport to 24.11.x to avoid translation work and for stability -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org