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 |
f2592310 | 26-Aug-2021 |
Nikita Popov |
Count https:// URLs towards spam |
8061e3a0 | 18-Aug-2021 |
沈唁 <52o@qq52o.cn> |
Update ReasonRepository.php |
d13a5fe3 | 25-Jul-2021 |
Christoph M. Becker |
Fix #81292: Issue tracker: How to Search claims advanced search defaults Find bugs to "all" |
d9bb3899 | 23-Jul-2021 |
沈唁 <52o@qq52o.cn> |
Update style (#93) |
3a2b0435 | 06-Apr-2021 |
Nikita Popov |
Point forgot password link to main |
4f2b72f6 | 06-Apr-2021 |
Rasmus Lerdorf |
master->main |
381dea42 | 05-Apr-2021 |
Nikita Popov |
Directly check token for rpc.php Make this code independent of user authentication by checking for a hardcoded token. |
867d9205 | 31-Mar-2021 |
Nikita Popov |
Add forgot password link |
c424ea4c | 29-Mar-2021 |
Rasmus Lerdorf |
Fix README (and test signing sub-key) |
3f831426 | 29-Mar-2021 |
Rasmus Lerdorf |
Remove references to git.php.net |