Edit report at https://bugs.php.net/bug.php?id=77971&edit=1

 ID:                 77971
 Updated by:         p...@php.net
 Reported by:        php4fan at gmail dot com
 Summary:            Can't access other than 1st page of advanced bug
                     search
-Status:             Verified
+Status:             Closed
 Type:               Bug
 Package:            Website problem
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Automatic comment on behalf of peterko...@gmail.com
Revision: 
http://git.php.net/?p=web/bugs.git;a=commit;h=35463d9fa397f963443f75c42f54e1a7bbfc5432
Log: Fix #77971: Can't access other than 1st page of advanced bug search


Previous Comments:
------------------------------------------------------------------------
[2019-05-04 20:26:29] ka...@php.net

@php4fan at gmail dot com:

The PHP Project is not a paid enterprise, people like me and petk@ are just 
like you, users of PHP who spend our free time on making the project run. Try 
to put that in perspective how many millions of people our limited resources 
has to serve.

------------------------------------------------------------------------
[2019-05-04 20:07:42] php4fan at gmail dot com

> This level of language used here didn't much motivate me
> to move forward to the fix yet, but I'll try to move past this.

Oh, I'm sorry I didn't motivate you enough.
I have a suggestion: try to think about how the issue affects everybody else 
and yourself, rather than me. I deserve the issue because of my language and 
attitude, but everybody else doesn't, including you. So maybe, by focusing on 
the issue itself and how it affects good people, you may find the motivation ;)

------------------------------------------------------------------------
[2019-05-04 17:41:18] p...@php.net

php4fan, hello, please, thank you.

First of all, thank you for your kind report and motivational and inspirational 
request to fix something that is broken. Keep in mind that the language you're 
using here reflects our community also that you are a part of whether you like 
it or not. Younger people learn from such report requests and they continue the 
low level communication. So for the sake of other people be a better example.

So, if you can, instead of using words that show your intelligence, 
communication and empathy levels, please send a pull request if you have any 
hints what might be wrong. The repository is almost entirely open sourced on 
GitHub. I agree, the application is beyond the quality levels we're used to in 
the PHP world and also to fix it properly it is a project to almost rewrite 
majority of it but maybe it can be fixed. 

I have few clues what might be happening here with the database and how to fix 
it. This level of language used here didn't much motivate me to move forward to 
the fix yet, but I'll try to move past this.

Our next feature will most certainly need to be to also fix the communication 
level in the bug tracker. Either with bans, with mutes, ignores for certain 
time periods or similar actions. This might be a more interesting side 
project...

Thank you.

------------------------------------------------------------------------
[2019-05-04 17:27:43] ka...@php.net

This seems to having to do with the URL encoding around the package_name[]= 
value in the URL.

On the first search page the value is:
package_name[]=Documentation+problem

Which turns into:
package_name[]=%27Documentation+problem%27

So I guess somewhere we are wrapping it quotation when generating the link to 
the next page

------------------------------------------------------------------------
[2019-05-04 17:22:42] php4fan at gmail dot com

Description:
------------
Steps to reproduce:

1. Go to https://bugs.php.net/search.php
2. Do an advanced search that returns more than one page of results, for 
example:

https://bugs.php.net/search.php?search_for=mysqli&boolean=0&limit=30&order_by=&direction=DESC&cmd=display&status=All&bug_type=Documentation+Problem&project=All&package_name%5B%5D=Documentation+problem&package_name%5B%5D=Website+problem&package_nname%5B%5D=pcsc&php_os=&phpver=&cve_id=&assign=&author_email=&bug_age=0&bug_updated=0&commented_by=

3. Try to click on the link that says "show next 30 entries"

Expected result:
----------------
Since it says there are 115 results, and since you have clicked a link that 
says "see the next 30 entries" which means there are at least 30 more entries 
in the first place, you should see them.

Actual result:
--------------
It says "no bugs found".

Fucking pathetic.

Now don't get surprised if I report a bug that has already been reported.


------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=77971&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to