c9451f7a | 10-Sep-2024 |
Jim Winstead |
Only show 'Add a Pull Request' to logged in users |
dc639be3 | 31-Jul-2024 |
Christoph M. Becker |
We still may need the package list |
c73a67a6 | 20-Jul-2024 |
Christoph M. Becker |
Disable voting (fixes #112) |
8794eabf | 20-Jul-2024 |
Christoph M. Becker |
Disallow users to comment |
4a29f1a2 | 20-Jul-2024 |
Christoph M. Becker |
GH-114: Lock down bug tracker to developers only All further conversation about bugs is supposed to happen on Github. We still allow developers to edit the bug tracker, so they can clean
GH-114: Lock down bug tracker to developers only All further conversation about bugs is supposed to happen on Github. We still allow developers to edit the bug tracker, so they can clean up. We start by disallowing users to add patches.
show more ...
|
31edeaf6 | 01-Aug-2024 |
Derick Rethans |
Fixed 'Last Modified' checking correctly |
4792d120 | 31-Jul-2024 |
Derick Rethans |
Fix PHP 8.2/8.3 warnings and deprecations |
2d6fbb56 | 31-Jul-2024 |
Derick Rethans |
Update composer and dependencies for PHP 8.2 |
7e334047 | 20-Mar-2024 |
Jakub Zelenka |
Add Niels to trusted devs (#119) |
9ed00f75 | 20-Nov-2023 |
Derick Rethans |
Fixed line endings for setting headers During the recent server upgrades, it seems that the MTA does no longer 'convert' this. In fact, this has always been wrong. |
8a36df53 | 17-Sep-2023 |
Derick Rethans |
Remove visitor_ip from columns. The value we collected was wrong, and new MariaDB bails out on it |
095752f9 | 11-Sep-2023 |
Remi Collet |
debug builds are not required for GDB (#117) |
0edb3c21 | 24-Jun-2023 |
Nikita Popov |
Disable bug reports completely And point security issues to GitHub advisories. |
bc9db6ea | 09-Jul-2023 |
Nikita Popov |
Make spam filter stricter again |
717f16a6 | 24-Jun-2023 |
Nikita Popov |
Make spam filter stricter Require that php.net/github.com is in the host portion. |
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 |