#
9e232062 |
| 21-Jul-2018 |
Rasmus Lerdorf |
IPV6 support
|
#
196bfff9 |
| 21-Jul-2018 |
Rasmus Lerdorf |
Minor fixes
|
#
23298a12 |
| 17-Jul-2018 |
Rasmus Lerdorf |
New bugs.php.net code
|
#
5d5debad |
| 16-Jun-2018 |
Rasmus Lerdorf |
Fix another notice
|
#
e2f7998b |
| 24-Aug-2017 |
Kalle Sommer Nielsen |
Tweak the message part of quick fix responses to look a tiny bit nicer
|
#
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
|
#
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
|
#
357382ac |
| 25-Jul-2017 |
Kalle Sommer Nielsen |
Implemented FR #51614 (Backtrace description improvements) (Also changed Win32 > Windows)
|
#
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.
|
#
21f5fd34 |
| 01-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 ...
|
#
5c6ec7d0 |
| 19-Nov-2016 |
Kalle Sommer Nielsen |
Show the admin menu item for developers who are logged in
|
#
b26ad823 |
| 19-Nov-2016 |
Kalle Sommer Nielsen |
Make /admin/?action=list_lists (index) a little nicer with some mailto: links
|
#
46e4e0ae |
| 19-Nov-2016 |
Kalle Sommer Nielsen |
Added an inline content menu for /admin/ so it is easier to navigate
|
#
4cf26728 |
| 14-Oct-2016 |
Peter Cowburn |
more spam words
|
#
42f9f121 |
| 22-Dec-2014 |
Sobak |
Revert "Rework fix for previous bug" This reverts commit 7b318e66e326bc7c3c08cb7f3489784191f4205d.
|
#
7b318e66 |
| 21-Dec-2014 |
Sobak |
Rework fix for previous bug Prefer checking function existance over next global variables
|
#
41ddbc8f |
| 29-Nov-2014 |
Sobak |
Fix bug #68405 (The PHP version dropdown doesn't show PHP versions after a form error) require_once caused a problem here, so file needs to be included earlier and reused by those two fu
Fix bug #68405 (The PHP version dropdown doesn't show PHP versions after a form error) require_once caused a problem here, so file needs to be included earlier and reused by those two functions
show more ...
|
#
64d730ae |
| 08-Sep-2014 |
Peter Cowburn |
move escaping until after strict comparison This should (fingers crossed) bring back the list of quick links in "new bug" email notifications.
|
#
18921964 |
| 07-Aug-2014 |
Sobak |
Simplify marking related bugs a little
|
#
1de55b7a |
| 06-Aug-2014 |
Sobak |
Exit script execution directly in redirect()
|
#
100a35d3 |
| 06-Aug-2014 |
Sobak |
Simplify package_exists() function
|
#
51faf6f6 |
| 06-Aug-2014 |
Sobak |
Remove dependency on PEAR/Tree package
|
#
5cb6ca23 |
| 03-Aug-2014 |
Michael |
Add meta charset + small fix
|