History log of /web-bugs/ (Results 601 – 625 of 1011)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2655d0c512-Dec-2010 Felipe Pena

- Fix block_user_comment disable option

6ab9545b12-Dec-2010 Felipe Pena

- Added option to search for bugs marked as private

6b71d6f212-Dec-2010 Felipe Pena

- Just set a different color when the bug is in a private mode

6d6742cb12-Dec-2010 Felipe Pena

- Fixed search by status "To be documented"

b100f1a112-Dec-2010 Felipe Pena

- Send mail notification if bug changed the private flag or the bug type to/from Security

be3d99cb12-Dec-2010 Felipe Pena

- Allow trusted dev to have security dev access

b0e2494312-Dec-2010 Felipe Pena

- Added missing status (To be documented) to stats page

59cfcda212-Dec-2010 Felipe Pena

- Woops, fix condition :)

15bd8e4712-Dec-2010 Felipe Pena

- Added NOT option to CVE-ID bug search

f2e2af7212-Dec-2010 Felipe Pena

- Added bug access checks

998ecc6912-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 ...

fc2f08fc10-Dec-2010 Ilia Alshanetsky

5.2.15 and a bit of 5.3.4

0e7e9ad608-Dec-2010 Felipe Pena

- Added bugs_has_access() function to simplify the user access check to bug data

a740465a08-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

3db8bc0b08-Dec-2010 Pierre Joye

update list

71e4c5ce08-Dec-2010 Pierre Joye

- update lists

bcb925f407-Dec-2010 Felipe Pena

- Fix missing variable

f9c488a303-Dec-2010 Ilia Alshanetsky

RC2

07a30f2322-Nov-2010 Felipe Pena

- Send mail when changing the bug type to "Security"

e073c2dc19-Nov-2010 Felipe Pena

- Updated the search part

5bec659219-Nov-2010 Felipe Pena

- Added "Security" bug type to control Security bug instead of a package name

f9d5ed8718-Nov-2010 Felipe Pena

- Just show the vote form when the bug info can be presented...

7db3a00818-Nov-2010 Felipe Pena

- Clean up and fixes

1cb99d3218-Nov-2010 Felipe Pena

- Show the bug information when $edit is not set

db9af12018-Nov-2010 Felipe Pena

- Hide the "add comment" menu item to private bugs

1...<<21222324252627282930>>...41