History log of /web-bugs/ (Results 26 – 50 of 1011)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1062abe421-Oct-2021 Nikita Popov

Fix JS error when resizing package group select

If nothing is selected, we should skip all the updating code.

7dac397f18-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 ...

2edddded24-Sep-2021 peterdd

Check if params for reporting a bug are is_string()

Closes GH-104.

49be135f08-Feb-2021 Danack

Group by needs to specifically reference a column name, not a variable.

c2a59a5218-Sep-2021 peterdd

fix typo in tests/bootstrap.php

I had to fix the path there to enable running the phpunit tests.

5853f78518-Oct-2021 Stanislav Malyshev

Add Stas to trusted dev list to clean up spam

fcfdfef207-Oct-2021 Nikita Popov

Add tvfun to spam list

90f86d6a06-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 ...

2f06b4d727-Sep-2021 Sara Golemon

Add X-Frame-Options: SAMEORIGIN

7febedd617-Sep-2021 Christoph M. Becker

Add Kamil Tekiela as trusted dev

Closes GH-89.

5589a71617-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 ...

8bf14f3203-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 ...

98896cb901-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 ...

4bc6924501-Sep-2021 Nikita Popov

Add lildurk to spam list

3bccfcba01-Sep-2021 Peter Cowburn

add mikemike as trusted dev

f259231026-Aug-2021 Nikita Popov

Count https:// URLs towards spam

8061e3a018-Aug-2021 沈唁 <52o@qq52o.cn>

Update ReasonRepository.php

d13a5fe325-Jul-2021 Christoph M. Becker

Fix #81292: Issue tracker: How to Search claims advanced search defaults Find bugs to "all"

d9bb389923-Jul-2021 沈唁 <52o@qq52o.cn>

Update style (#93)

3a2b043506-Apr-2021 Nikita Popov

Point forgot password link to main

4f2b72f606-Apr-2021 Rasmus Lerdorf

master->main

381dea4205-Apr-2021 Nikita Popov

Directly check token for rpc.php

Make this code independent of user authentication by checking
for a hardcoded token.

867d920531-Mar-2021 Nikita Popov

Add forgot password link

c424ea4c29-Mar-2021 Rasmus Lerdorf

Fix README (and test signing sub-key)

3f83142629-Mar-2021 Rasmus Lerdorf

Remove references to git.php.net

12345678910>>...41