#
b100f1a1 |
| 12-Dec-2010 |
Felipe Pena |
- Send mail notification if bug changed the private flag or the bug type to/from Security
|
#
998ecc69 |
| 12-Dec-2010 |
Felipe Pena |
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<0); define('BUGS_DEV_USER', 1<<1); define('BUGS_TRUSTED_DEV', 1<<2); define('BUGS_SECURITY_DEV', 1<<3);
show more ...
|
#
0e7e9ad6 |
| 08-Dec-2010 |
Felipe Pena |
- Added bugs_has_access() function to simplify the user access check to bug data
|
#
bcb925f4 |
| 07-Dec-2010 |
Felipe Pena |
- Fix missing variable
|
#
07a30f23 |
| 22-Nov-2010 |
Felipe Pena |
- Send mail when changing the bug type to "Security"
|
#
5bec6592 |
| 19-Nov-2010 |
Felipe Pena |
- Added "Security" bug type to control Security bug instead of a package name
|
#
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 ...
|
#
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.
|
#
dc809054 |
| 11-Sep-2010 |
Felipe Pena |
- Implemented FR #40698 (Re-use search term in the quicksearch input field)
|
#
fde675c5 |
| 25-Jul-2010 |
Felipe Pena |
- Errr, fix sql
|
#
05a15eb1 |
| 25-Jul-2010 |
Felipe Pena |
- Add temporary line to get the error message :/
|
#
71b980ff |
| 25-Jul-2010 |
Felipe Pena |
- Add block_user_comment to bug_diff_render_html()
|
#
aa1a613f |
| 25-Jul-2010 |
Felipe Pena |
- Added block_user_comment to be get into the bugs_get_bug() and the diff stuff
|
#
6231b6f7 |
| 25-Jul-2010 |
Felipe Pena |
- Added option to block user comments (reverted previous changes)
|
#
303b71cd |
| 25-Jul-2010 |
Felipe Pena |
- Added status Cancelled to dont allow users to comment on bugs
|
#
9719eb85 |
| 28-Jun-2010 |
Felipe Pena |
- Allow regular user to restore assigned status when providing feedback to bugs
|
#
922d9ad8 |
| 28-Jun-2010 |
Felipe Pena |
- Set to assigned when proper
|
#
f084bd7c |
| 28-Jun-2010 |
Felipe Pena |
- Restore the bug status when providing feedback for an assigned bug. (i.e. assigned -> feedback -> assigned)
|
#
6a73fac2 |
| 18-Apr-2010 |
Daniel Egeberg |
Minor correction for PHP bug #51586
|
#
df6ee6d3 |
| 18-Apr-2010 |
Daniel Egeberg |
Fixed PHP bug #51586 (Wrong mailing list for "Documentation Problem" type bugs)
|
#
9b1e973e |
| 13-Mar-2010 |
Jani Taskinen |
- Fix the admin stuff and make sure we have always right base regardless of paths
|
#
945beb38 |
| 10-Mar-2010 |
Philip Olson |
Handle PEAR errors, in a moderately graceful manner
|
#
9926d38a |
| 09-Mar-2010 |
Jani Taskinen |
- Fix some RSS/RDF issues (rss feeds actually validate now, search feeds can be found too..)
|