Activity log for bug #1914116

Date Who What changed Old value New value Message
2021-02-01 20:27:42 Jason Boyer bug added bug
2021-02-01 20:34:50 Jason Boyer description Evergreen 3.5, 3.6, and master are affected. So, recently we fixed bug 1687545 and now can sure that all query parameters consistently use ampersands rather than semicolons. Hurray! But it turns out all of these semicolons were hiding areas where we were not using the necessary filters in our .tt2 files, so now things like the "Show more copies" link in the opac has changed from .../eg/opac/record/2?locg=1;detail_record_view=0;query=concerto;copy_limit=50;copy_offset=0 to the new and exciting .../eg/opac/record/2?locg=1&detail_record_view=0&query=concerto©_limit=50©_offset=0 which works about as well as one might expect. The minimum required fix to correct this is to run anything that will end up in an 'a' tag href attribute through the html filter, though there may be times where multiple filters may be needed. Evergreen 3.5, 3.6, and master are affected. So, recently we fixed bug 1687545 and now can sure that all query parameters consistently use ampersands rather than semicolons. Hurray! But it turns out all of these semicolons were hiding areas where we were not using the necessary filters in our .tt2 files, so now things like the "Show more copies" link in the opac has changed from .../eg/opac/record/2?locg=1;detail_record_view=0;query=concerto;copy_limit=50;copy_offset=0 to the new and exciting .../eg/opac/record/2?locg=1&detail_record_view=0&query=concerto©_limit=50©_offset=0 which works about as well as one might expect. The minimum required fix to correct this is to run anything that has query parameters and will end up in an 'a' tag href attribute through the html filter, though there may be times where multiple filters may be needed.
2021-02-01 20:48:03 Christine Morgan bug added subscriber Christine Morgan
2021-02-04 16:21:15 Garry Collum evergreen: status New Confirmed
2021-02-08 19:44:34 Jason Boyer tags opac opac pullrequest
2021-02-08 19:44:39 Jason Boyer evergreen: milestone 3.6.2
2021-02-08 19:48:49 Jason Boyer summary An audit of query parameters is needed Need to use html filter on mkurl() output
2021-02-08 21:20:44 Garry Collum tags opac pullrequest opac pullrequest signedoff
2021-02-15 17:37:25 Jason Boyer evergreen: assignee Jason Boyer (jboyer)
2021-02-15 17:44:25 Jason Boyer evergreen: assignee Jason Boyer (jboyer)
2021-02-15 17:44:33 Jason Boyer evergreen: status Confirmed Fix Committed
2021-02-15 17:44:50 Jason Boyer nominated for series evergreen/3.5
2021-02-15 17:44:50 Jason Boyer bug task added evergreen/3.5
2021-02-15 17:44:50 Jason Boyer nominated for series evergreen/master
2021-02-15 17:44:50 Jason Boyer bug task added evergreen/master
2021-02-15 17:45:02 Jason Boyer nominated for series evergreen/3.6
2021-02-15 17:45:02 Jason Boyer bug task added evergreen/3.6
2021-02-15 17:45:12 Jason Boyer evergreen/master: milestone 3.6.2 3.7-beta
2021-02-15 17:45:16 Jason Boyer evergreen/3.6: milestone 3.6.2
2021-02-15 17:45:19 Jason Boyer evergreen/3.5: milestone 3.5.3
2021-02-15 17:45:31 Jason Boyer evergreen/3.5: status New Fix Committed
2021-02-15 17:45:33 Jason Boyer evergreen/3.6: status New Fix Committed
2021-02-18 17:18:48 Evergreen Bug Maintenance evergreen/3.5: status Fix Committed Fix Released
2021-02-18 17:18:53 Evergreen Bug Maintenance evergreen/3.6: status Fix Committed Fix Released
2021-03-16 14:45:09 Jason Stephenson evergreen/3.5: status Fix Released Confirmed
2021-03-16 14:45:13 Jason Stephenson evergreen/3.6: status Fix Released Confirmed
2021-03-16 14:45:17 Jason Stephenson evergreen/master: status Fix Committed Confirmed
2021-03-16 14:45:23 Jason Stephenson evergreen/master: importance Critical High
2021-03-16 14:45:27 Jason Stephenson evergreen/3.6: importance Undecided High
2021-03-16 14:45:31 Jason Stephenson evergreen/3.5: importance Undecided High
2021-03-16 14:49:25 Jason Stephenson evergreen/3.5: milestone 3.5.3
2021-03-16 14:49:29 Jason Stephenson evergreen/3.6: milestone 3.6.2
2021-03-16 14:49:32 Jason Stephenson evergreen/master: milestone 3.7-beta
2021-03-16 20:20:35 Jason Boyer marked as duplicate 1919375