2655d0c5 | 12-Dec-2010 |
Felipe Pena |
- Fix block_user_comment disable option |
6ab9545b | 12-Dec-2010 |
Felipe Pena |
- Added option to search for bugs marked as private |
6b71d6f2 | 12-Dec-2010 |
Felipe Pena |
- Just set a different color when the bug is in a private mode |
6d6742cb | 12-Dec-2010 |
Felipe Pena |
- Fixed search by status "To be documented" |
b100f1a1 | 12-Dec-2010 |
Felipe Pena |
- Send mail notification if bug changed the private flag or the bug type to/from Security |
be3d99cb | 12-Dec-2010 |
Felipe Pena |
- Allow trusted dev to have security dev access |
b0e24943 | 12-Dec-2010 |
Felipe Pena |
- Added missing status (To be documented) to stats page |
59cfcda2 | 12-Dec-2010 |
Felipe Pena |
- Woops, fix condition :) |
15bd8e47 | 12-Dec-2010 |
Felipe Pena |
- Added NOT option to CVE-ID bug search |
f2e2af72 | 12-Dec-2010 |
Felipe Pena |
- Added bug access checks |
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 ...
|
fc2f08fc | 10-Dec-2010 |
Ilia Alshanetsky |
5.2.15 and a bit of 5.3.4 |
0e7e9ad6 | 08-Dec-2010 |
Felipe Pena |
- Added bugs_has_access() function to simplify the user access check to bug data |
a740465a | 08-Dec-2010 |
Felipe Pena |
- Allow assigned dev (non-trusted-dev) to see and post in the report - Hide the CVE-ID field to non-trusted-dev |
3db8bc0b | 08-Dec-2010 |
Pierre Joye |
update list |
71e4c5ce | 08-Dec-2010 |
Pierre Joye |
- update lists |
bcb925f4 | 07-Dec-2010 |
Felipe Pena |
- Fix missing variable |
f9c488a3 | 03-Dec-2010 |
Ilia Alshanetsky |
RC2 |
07a30f23 | 22-Nov-2010 |
Felipe Pena |
- Send mail when changing the bug type to "Security" |
e073c2dc | 19-Nov-2010 |
Felipe Pena |
- Updated the search part |
5bec6592 | 19-Nov-2010 |
Felipe Pena |
- Added "Security" bug type to control Security bug instead of a package name |
f9d5ed87 | 18-Nov-2010 |
Felipe Pena |
- Just show the vote form when the bug info can be presented... |
7db3a008 | 18-Nov-2010 |
Felipe Pena |
- Clean up and fixes |
1cb99d32 | 18-Nov-2010 |
Felipe Pena |
- Show the bug information when $edit is not set |
db9af120 | 18-Nov-2010 |
Felipe Pena |
- Hide the "add comment" menu item to private bugs |