STEPS TO REPRODUCE 1. Go to https://bugs.kde.org/query.cgi 2. Set status to "All". 3. Type in "Words" : "konsole" (or whatever) 4. Press the "Search" button. Goes to https://bugs.kde.org/buglist.cgi?query_format=specific&order=Importance&no_redirect=1&bug_status=__all__&product=&content=konsole and says: OBSERVED RESULT ``` KDE Bugtracking System – Parameters Required You may not search, or create saved searches, without any search terms. Please press Back and try again. ``` EXPECTED RESULT Displays the search. Happens in a new firefox profile too.
Git commit 63b327e62ca2118552690f71071e4b7f8dfc3ded by Ben Cooksley. Committed on 18/04/2020 at 21:02. Pushed by bcooksley into branch 'kde-5.0'. Use the correct comparison operator to ensure we do what we were expecting to do. M +1 -1 buglist.cgi https://commits.kde.org/websites/bugs-kde-org/63b327e62ca2118552690f71071e4b7f8dfc3ded
(In reply to Ben Cooksley from comment #1) > Git commit 63b327e62ca2118552690f71071e4b7f8dfc3ded by Ben Cooksley. > Committed on 18/04/2020 at 21:02. > Pushed by bcooksley into branch 'kde-5.0'. > > Use the correct comparison operator to ensure we do what we were expecting > to do. > > M +1 -1 buglist.cgi > > https://commits.kde.org/websites/bugs-kde-org/ > 63b327e62ca2118552690f71071e4b7f8dfc3ded Thanks for the fix! It seems fine now. Have you also written and deployed a regression test? https://en.wikipedia.org/wiki/Test_automation .
I'm afraid not - the code change in question was a patch to fix an SQL error being thrown in our setup and Bugzilla in general is software that we just take from upstream.