e84664d3 | 18-Nov-2010 |
Felipe Pena |
- Clean up |
9ada6430 | 18-Nov-2010 |
Johannes Schlüter |
PHP 5.3.4RC1 and 5.2.15RC1 |
64afedf1 | 18-Nov-2010 |
Jani Taskinen |
- Allow m4 diffs |
1cca8d03 | 17-Nov-2010 |
Felipe Pena |
- Show bug info when the reporter log in |
186ca748 | 16-Nov-2010 |
Felipe Pena |
- Added link to vuln summary on nist.gov |
0553fdfb | 16-Nov-2010 |
Felipe Pena |
- Added missing line |
67678d0a | 15-Nov-2010 |
Felipe Pena |
- Let try another background color, and improve this error message |
db073c63 | 15-Nov-2010 |
Felipe Pena |
- Hidden original report when suitable |
b3eb27a2 | 15-Nov-2010 |
Felipe Pena |
- Added error message to when trying to mark a non Security related bug as private |
578e7e46 | 15-Nov-2010 |
Felipe Pena |
- Just turn private the bug marked to "Security related" when it was not Closed |
5f245fed | 15-Nov-2010 |
Felipe Pena |
- Add missing fields to SELECT |
3f640e56 | 15-Nov-2010 |
Felipe Pena |
- Added field to CVE-ID - Added support to private report (When setting the package name to 'Security related', it will turns automatically a private report) private report: Only t
- Added field to CVE-ID - Added support to private report (When setting the package name to 'Security related', it will turns automatically a private report) private report: Only the original reporter and people behind security@php will can see/edit/comment it. When the report is ok to be public, anyone from security@php can turn it public. # Initial commit... :P
show more ...
|
47b5807b | 10-Nov-2010 |
Adam Harvey |
Fix bug #52472 (Bug tracker relevance sort doesn't work). Based (loosely) on a patch by Ben Schmidt. |
c0eebb79 | 10-Nov-2010 |
Adam Harvey |
Fix bug #52779 (Bug tracker's RSS/RDF feeds are malformed (unescaped XML invalid chars)). |
ad84bfdd | 08-Nov-2010 |
Adam Harvey |
Fix bug #53189 (Bug reporting from manual does not populate bug type or reference manpage). Patch by Richard Quadling. |
215caeb9 | 05-Nov-2010 |
Philip Olson |
Fixed PHP Bug #53246 (thanks to frozenfire) |
dc809054 | 11-Sep-2010 |
Felipe Pena |
- Implemented FR #40698 (Re-use search term in the quicksearch input field) |
c0278c07 | 01-Sep-2010 |
Philip Olson |
Hide and disallow comments to bugs with status = Spam, yet still allow logged in developers to edit the bugs. Likely needs tweaking. |
71f48189 | 31-Aug-2010 |
Philip Olson |
Fixed count_only as total_rows. Fix for SVN revision #295715 |
06c372da | 31-Aug-2010 |
Philip Olson |
Removed 'No Feedback' as discussed on php-webmaster@ |
47d02257 | 18-Aug-2010 |
Philip Olson |
Added all open-ish types of status, as we have assigned bugs with many different open status types. And added status to the email. |
0d2e0b67 | 14-Aug-2010 |
Felipe Pena |
- Fix code, cannot change $order_by because it used in the pagination :P |
31662ab1 | 14-Aug-2010 |
Felipe Pena |
- Added order by number of votes |
ee84c818 | 14-Aug-2010 |
Felipe Pena |
- Err, missing NULL check |
adf592bd | 14-Aug-2010 |
Felipe Pena |
- Fix GROUP BY |