310 Commits

Author SHA1 Message Date
Sobak 79d0754201 bug.php - thanks messages 2017-01-24 07:21:14 +01:00
Sobak 8c4fe03924 Datetimes are still GMT/UTC but let's state that only once, in the footer 2017-01-23 18:06:03 +01:00
Sobak 3189900a53 First shot on reporting new bug 2017-01-23 15:02:28 +01:00
Sobak 34e5593b9d Switch to new design - the beginning
Just upload new styles and other assets for now, and change markup
for the header and footer.
2017-01-23 11:59:01 +01:00
Sobak df52d48b16 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.
2017-01-20 17:40:36 +01:00
Sobak 0db9df83c9 Allow to run on PHP 7 (fix missing apc_* functions)
Only ext/apcu is available on PHP7. Some other users might use it,too.
2017-01-20 14:48:13 +01:00
Stanislav Malyshev c409d8b73b Add cmb to security devs list 2016-12-30 01:13:57 -08:00
Runster 21f5fd3484 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
2016-12-12 09:01:24 -08:00
Kalle Sommer Nielsen 5c6ec7d00b Show the admin menu item for developers who are logged in 2016-11-19 12:54:45 +01:00
Kalle Sommer Nielsen b26ad823e7 Make /admin/?action=list_lists (index) a little nicer with some mailto: links 2016-11-19 12:16:09 +01:00
Kalle Sommer Nielsen 46e4e0ae21 Added an inline content menu for /admin/ so it is easier to navigate 2016-11-19 12:05:34 +01:00
Kalle Sommer Nielsen aa123e45a7 Re-add myself so I can kill bug reports like #61104 that is marked as private and keep bug reports and their status up to date 2016-11-18 22:28:44 +01:00
Derick Rethans b2f34f05c5 Added Leigh, as per request from Joe Watkins 2016-11-11 11:42:48 +00:00
Nikita Popov 60a0a26f8d Give myself access to sec bugs 2016-10-29 17:17:11 +02:00
Peter Cowburn 4cf267280f more spam words 2016-10-14 10:50:55 +01:00
Derick Rethans e2eadb2b89 Give Davey and Joe access to security bugs (As they are RMs) 2016-07-27 10:08:25 +01:00
kovacs.ferenc 3e8bec9f8d remove kalle 2016-05-06 21:01:12 +02:00
Rasmus Lerdorf 5d83939ac8 Add Sara 2016-05-05 20:34:20 -07:00
Rasmus Lerdorf 70ca6e3414 typo 2015-07-19 06:43:56 -07:00
Rasmus Lerdorf b792953c60 . 2015-07-18 14:35:46 -07:00
kovacs.ferenc 2ace8a88e5 introduce Next Major and Next Minor versions as discussed on the mailing list 2015-07-10 15:29:05 +02:00
Kalle Sommer Nielsen 5b314cd1ac Added PHP7 to the frontpage quick searches 2015-05-26 09:38:18 +02:00
Kalle Sommer Nielsen a85c86355d Adding myself here so I can review some of the "hidden" reports in the ongoing effort to kill the number of open bugs 2014-12-28 19:13:40 +01:00
Sobak 42f9f1213d Revert "Rework fix for previous bug"
This reverts commit 7b318e66e3.
2014-12-22 22:13:08 +01:00
Sobak 7b318e66e3 Rework fix for previous bug
Prefer checking function existance over next global variables
2014-12-21 06:56:23 +01:00
Sobak 41ddbc8f05 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
2014-11-29 07:14:15 +01:00
Adam Harvey fd9f82d0fb Temporary hackery to force a mirror until they all catch up.
This should be reverted tomorrow.
2014-09-30 17:35:58 -07:00
Adam Harvey 293283e25c Handle version components of more than one digit in report.php. 2014-09-30 17:20:42 -07:00
Adam Harvey 3edeb8f2e7 Handle qa.php.net failures more gracefully by falling back on php.net. 2014-09-30 17:20:09 -07:00
Peter Cowburn 64d730aeb0 move escaping until after strict comparison
This should (fingers crossed) bring back the list of quick links in "new
bug" email notifications.
2014-09-09 00:11:56 +01:00
Sobak 189219648a Simplify marking related bugs a little 2014-08-07 06:16:11 +02:00
Sobak 1de55b7a5d Exit script execution directly in redirect() 2014-08-06 10:14:08 +02:00
Sobak 100a35d3e6 Simplify package_exists() function 2014-08-06 09:57:52 +02:00
Sobak 51faf6f6ec Remove dependency on PEAR/Tree package 2014-08-06 09:46:48 +02:00
Michael 5cb6ca23da Add meta charset + small fix 2014-08-03 23:51:40 +02:00
Michael 232f149713 Remove XHTML 2014-08-03 23:41:00 +02:00
jakoch 9e86efbdec cleanup of unused variables ($dbh and $use are not in use. also removed the $use increment logic.) 2014-07-25 17:38:16 +02:00
Sobak 257b4fca67 More elegant way to add custom versions 2014-06-27 15:48:10 +02:00
Sobak 8a32bb505a Workaround for side report from bug #67513 2014-06-25 18:01:45 +02:00
Boro Sitnikovski da387a9687 Update functions.php
Validate incoming version
2014-06-17 19:45:28 +02:00
Zeev Suraski 230365f6a9 Add Lior Kaplan to sec developers, and myself to trusted... 2014-06-15 13:05:30 +03:00
kovacs.ferenc e353f1f83f escape the project param 2014-06-11 10:34:02 +02:00
Adam Harvey b299c0446b Don't include trailing commas in automatically generated links. 2014-05-29 11:01:27 -07:00
Ferenc Kovacs edf24d3aa5 adding Anatol to the list of security devs, asked by Pierre, approved by Stas 2014-05-28 10:06:06 +02:00
Sobak f7cc97c200 PHP 5.4 is minimal required version 2014-05-18 19:24:16 +02:00
Sobak 08e7b88d8b Some code tweaks 2014-05-18 19:11:35 +02:00
Sobak 5d4b022d76 Validate email address with filter_var instead of regexp 2014-05-18 18:37:07 +02:00
Sobak 564a8f5cb2 We don't use akismet 2014-05-18 07:08:36 +02:00
Sobak ba0aebcf87 Improved title of mail informing about assignment to the bug 2014-03-26 14:54:46 +01:00
Sobak fe7ea4178c Simplified anchor to the top 2014-03-16 21:51:58 +01:00