8ff7338d | 02-Oct-2017 |
Sara Golemon |
Do not include bug report email address in password recovery. |
758f037a | 24-Aug-2017 |
Kalle Sommer Nielsen |
Attempt at making phpinfo() re-use some of the bug styles |
e2f7998b | 24-Aug-2017 |
Kalle Sommer Nielsen |
Tweak the message part of quick fix responses to look a tiny bit nicer |
d19801e5 | 24-Aug-2017 |
Kalle Sommer Nielsen |
Fix the format sent to admin_table_static() |
d29f3228 | 24-Aug-2017 |
Kalle Sommer Nielsen |
Fix the check to check the correct array |
43b45b69 | 24-Aug-2017 |
Kalle Sommer Nielsen |
Make the outputs a little prettier instead of print_r/var_dump calls |
d6ea2e4a | 24-Aug-2017 |
Kalle Sommer Nielsen |
Integrate the phpinfo() page in the layout |
4f6482fb | 25-Jul-2017 |
Kalle Sommer Nielsen |
Once you kill one bug, two new appears. Introducing a new logo for bugsweb! Source is included with logo.psd, the bug is public domain and free to use |
638a3fb1 | 25-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 |
bd1cc0b9 | 25-Jul-2017 |
Kalle Sommer Nielsen |
Start session on these pages to show the correct menu |
d431197e | 25-Jul-2017 |
Kalle Sommer Nielsen |
Seems like _ENV was not working, use getenv() instead |
357382ac | 25-Jul-2017 |
Kalle Sommer Nielsen |
Implemented FR #51614 (Backtrace description improvements) (Also changed Win32 > Windows) |
c7721e84 | 24-Jul-2017 |
Johannes Schlüter |
Merge branch 'pull-request/22'
|
8f536b42 | 24-Jul-2017 |
Johannes Schlüter |
List actions only in one place |
187d5a7d | 24-Jul-2017 |
Johannes Schlüter |
Add basic MySQL status info |
a73344b6 | 24-Jul-2017 |
Johannes Schlüter |
Merge branch 'pull-request/18'
|
e0bb3932 | 24-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. |
ebd08f75 | 24-Jul-2017 |
Kalle Sommer Nielsen |
Attempt at hiding some of our special _ENV vars on bugs |
b6f8cdfe | 24-Jul-2017 |
Kalle Sommer Nielsen |
PHP6 was a myth |
d04d379e | 24-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 |
95cdd442 | 15-May-2017 |
Kalle Sommer Nielsen |
Added quick link to 7.2 bugs |
1fb2c1c3 | 27-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. |
bdbad3ce | 12-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 |
df52d48b | 20-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. |
0db9df83 | 20-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. |