History log of /web-bugs/www/search.php (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 15bd8e47 12-Dec-2010 Felipe Pena

- Added NOT option to CVE-ID bug search


# 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 ...


# 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


# 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 ...


# 71f48189 31-Aug-2010 Philip Olson

Fixed count_only as total_rows. Fix for SVN revision #295715


# 4ed4beee 20-Jun-2010 Felipe Pena

- Added missing line


# beffeedd 20-Jun-2010 Felipe Pena

- Added possibility to search only for bugs with patch attached


# 9926d38a 09-Mar-2010 Jani Taskinen

- Fix some RSS/RDF issues (rss feeds actually validate now, search feeds can be found too..)


Revision tags: BEFORE_NEW_BUG_TRACKER
# e8ef23cd 03-Mar-2010 Jani Taskinen

- Rename to avoid unnecessary symlink


12