History log of /web-bugs/ (Results 226 – 250 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
638a3fb125-Jul-2017 Kalle Sommer Nielsen

Hopefully last round of fixes for missing session_start() calls, also fixes a poor call to redirect() in login.php

bd1cc0b925-Jul-2017 Kalle Sommer Nielsen

Start session on these pages to show the correct menu

d431197e25-Jul-2017 Kalle Sommer Nielsen

Seems like _ENV was not working, use getenv() instead

357382ac25-Jul-2017 Kalle Sommer Nielsen

Implemented FR #51614 (Backtrace description improvements) (Also changed Win32 > Windows)

c7721e8424-Jul-2017 Johannes Schlüter

Merge branch 'pull-request/22'


8f536b4224-Jul-2017 Johannes Schlüter

List actions only in one place

187d5a7d24-Jul-2017 Johannes Schlüter

Add basic MySQL status info

a73344b624-Jul-2017 Johannes Schlüter

Merge branch 'pull-request/18'


e0bb393224-Jul-2017 Andreas Heigl

Fixes an issue with a missing whitespace

As @johannes spotted the query didn't add a whitespace so that it might
get added right to the preceding one without ans whitespace.

ebd08f7524-Jul-2017 Kalle Sommer Nielsen

Attempt at hiding some of our special _ENV vars on bugs

b6f8cdfe24-Jul-2017 Kalle Sommer Nielsen

PHP6 was a myth

d04d379e24-Jul-2017 Kalle Sommer Nielsen

Authenticate before each call to the header, this should probably be done in the header function anyway.

Fixes some navigational links only showing on certain pages

95cdd44215-May-2017 Kalle Sommer Nielsen

Added quick link to 7.2 bugs

1fb2c1c327-Apr-2017 Javier Infante

Using json instead of JSONP. per_page=100 applied to repos and pulls.
Will work if there are more than 100 php repos or pull requests.

bdbad3ce12-Feb-2016 Javier Infante

Follow Meta->Link->Next on github jsonp in order to fetch all PHP repos.
per_page param added when fetching PHP repos

df52d48b20-Jan-2017 Sobak

Add missing returns for the fix from previous commit

It accidentally worked as php_versions.php fetched versions anyway if
apc_fetch() returned falsy value, but this is correct version.

0db9df8320-Jan-2017 Sobak

Allow to run on PHP 7 (fix missing apc_* functions)

Only ext/apcu is available on PHP7. Some other users might use it,too.

30f26dbf20-Jan-2017 Sobak

Remove dependency on PEAR_HTTP

eeb25b6109-Jan-2017 Rasmus Lerdorf

Wrong table name

c409d8b730-Dec-2016 Stanislav Malyshev

Add cmb to security devs list

b0f9757d19-Dec-2016 Anatol Belski

link the security document

0eaa686425-Aug-2015 Teo

Clearer error message when rejecting comment as potential SPAM

21f5fd3401-Jul-2016 Runster

The selection box will now show the current type of Bug

Committer's note: I rewrote this from the original PR
at https://github.com/php/web-bugs/pull/23 for three reasons:
1. The pre

The selection box will now show the current type of Bug

Committer's note: I rewrote this from the original PR
at https://github.com/php/web-bugs/pull/23 for three reasons:
1. The preceeding code usually case folded $current,
but may not depending on the value of $all and $current.
This was likely the source of the original issue being addressed.
By using strcasecmp(), the comparison no longer cares about case.
2. While $bug_types is *probably* safe to output unescaped,
it makes sense to be defensive and add some output protection.
3. Readability

-Sara

show more ...

5c6ec7d019-Nov-2016 Kalle Sommer Nielsen

Show the admin menu item for developers who are logged in

b26ad82319-Nov-2016 Kalle Sommer Nielsen

Make /admin/?action=list_lists (index) a little nicer with some mailto: links

12345678910>>...41