7d1c27f5 | 27-Mar-2022 |
Nikita Popov |
Add ilutov as trusted dev |
d50077c2 | 05-Mar-2022 |
Nikita Popov |
Only allow links to php.net and github.com Activity on bugs.php.net is pretty much down to link spam now. Fight it by only allowing php.net and github.com links. |
2255979d | 15-Feb-2022 |
Christoph M. Becker |
Try to prevent further SPAM by them |
4025362c | 07-Jan-2022 |
Christoph M. Becker |
Fix erroneous HTML markup |
3fb5cb12 | 04-Dec-2021 |
Nikita Popov |
Hide bug submission form by default As people will not read anything no matter how red or bold it is, hide the bug submission form by default. We don't want people to submit their mu
Hide bug submission form by default As people will not read anything no matter how red or bold it is, hide the bug submission form by default. We don't want people to submit their mundane bugs as security issues just because that's the only option.
show more ...
|
d0b0481c | 04-Dec-2021 |
Nikita Popov |
Point people to the new issue tracker |
4efb5c34 | 21-Oct-2021 |
Nikita Popov |
Disable submission of "Documentation Problem" bugs Instead point people to the php/doc-en repository. It's still possible to change the bug type to "Documentation Problem" after
Disable submission of "Documentation Problem" bugs Instead point people to the php/doc-en repository. It's still possible to change the bug type to "Documentation Problem" after it has been submitted, e.g. if it turns out a bug is really a documentation issue.
show more ...
|
010107de | 21-Oct-2021 |
peterdd |
clickable labels for radio and checkboxes in bug search form (#96) * usability: make label clickable for radio input * set a right padding for the label so it is obvious t
clickable labels for radio and checkboxes in bug search form (#96) * usability: make label clickable for radio input * set a right padding for the label so it is obvious the label is for the left side radio select. * clickable labels for asc/desc radio select * right padding also for the asc/desc labels * make the "NOT" checkbox labels clickable
show more ...
|
29b70e29 | 11-Jul-2021 |
sy-records <52o@qq52o.cn> |
Fix the problem that undefined state status can be used |
39ce7259 | 21-Oct-2021 |
Nikita Popov |
Update composer.lock Avoids phpunit deprecation warnings |
1062abe4 | 21-Oct-2021 |
Nikita Popov |
Fix JS error when resizing package group select If nothing is selected, we should skip all the updating code. |
7dac397f | 18-Sep-2021 |
peterdd |
top align selects on report.php With the new flexibility of resizing the package category select the appearing of the 2 selects side by side on https://bugs.php.net/report.php might look a b
top align selects on report.php With the new flexibility of resizing the package category select the appearing of the 2 selects side by side on https://bugs.php.net/report.php might look a bit odd. This PR fixes it by align the 2 selects always to the top.
show more ...
|
2edddded | 24-Sep-2021 |
peterdd |
Check if params for reporting a bug are is_string() Closes GH-104. |
49be135f | 08-Feb-2021 |
Danack |
Group by needs to specifically reference a column name, not a variable. |
c2a59a52 | 18-Sep-2021 |
peterdd |
fix typo in tests/bootstrap.php I had to fix the path there to enable running the phpunit tests. |
5853f785 | 18-Oct-2021 |
Stanislav Malyshev |
Add Stas to trusted dev list to clean up spam |
fcfdfef2 | 07-Oct-2021 |
Nikita Popov |
Add tvfun to spam list |
90f86d6a | 06-Oct-2021 |
peterdd |
add css classes to status select in search form (#106) Reuses the existing CSS classes to apply the same backgorund colors as in the bug search result table rows. I know that Chrome
add css classes to status select in search form (#106) Reuses the existing CSS classes to apply the same backgorund colors as in the bug search result table rows. I know that Chrome and Safari ignore applying a background-color to option tags of a single select. But when bugs.php.net supports also multiselect for the status select both will show the background-color in multi selects (multiple="multiple" attribute for xhtml compatible modus)
show more ...
|
2f06b4d7 | 27-Sep-2021 |
Sara Golemon |
Add X-Frame-Options: SAMEORIGIN |
7febedd6 | 17-Sep-2021 |
Christoph M. Becker |
Add Kamil Tekiela as trusted dev Closes GH-89. |
5589a716 | 17-Sep-2021 |
peterdd |
Make multiple selects resizable Just wanted report a bug on bugs.php.net, but letting the user scroll 460 entries (optgroups+options) in a 6 line height tiny multiselect in the bug search is
Make multiple selects resizable Just wanted report a bug on bugs.php.net, but letting the user scroll 460 entries (optgroups+options) in a 6 line height tiny multiselect in the bug search is torture. Closes GH-84.
show more ...
|
8bf14f32 | 03-Sep-2021 |
peterdd |
recent bugs stat floating table fix (#97) * recent bugs stat tables better float using display:inline-block; or flex layouts provide better method than using historic the float:left
recent bugs stat floating table fix (#97) * recent bugs stat tables better float using display:inline-block; or flex layouts provide better method than using historic the float:left approach. * css for recent bugs stat tables Using display:inline-block; is better than using float:left;
show more ...
|
98896cb9 | 01-Sep-2021 |
peterdd |
fix a fatal error when passed null to e() Fatal error: Uncaught TypeError: Argument 1 passed to App\Template\Context::e() must be of the type string, null given, called in /srv/www/htdocs/we
fix a fatal error when passed null to e() Fatal error: Uncaught TypeError: Argument 1 passed to App\Template\Context::e() must be of the type string, null given, called in /srv/www/htdocs/web-bugs/templates/pages/admin/database_status.php on line 64 and defined in /srv/www/htdocs/web-bugs/src/Template/Context.php:159
show more ...
|
4bc69245 | 01-Sep-2021 |
Nikita Popov |
Add lildurk to spam list |
3bccfcba | 01-Sep-2021 |
Peter Cowburn |
add mikemike as trusted dev |