#
88a4cb9c |
| 30-Jun-2011 |
Felipe Pena |
- Fix warning
|
#
6ab9545b |
| 12-Dec-2010 |
Felipe Pena |
- Added option to search for bugs marked as private
|
#
6d6742cb |
| 12-Dec-2010 |
Felipe Pena |
- Fixed search by status "To be documented"
|
#
59cfcda2 |
| 12-Dec-2010 |
Felipe Pena |
- Woops, fix condition :)
|
#
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
|
#
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.
|
#
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
|
#
dc4f1bb4 |
| 14-Aug-2010 |
Felipe Pena |
- Added order by avg. vote scores
|
#
beffeedd |
| 20-Jun-2010 |
Felipe Pena |
- Added possibility to search only for bugs with patch attached
|
#
99ced3cd |
| 02-May-2010 |
Derick Rethans |
- Fixed bug #51722.
|
#
7df4a0de |
| 16-Mar-2010 |
Jani Taskinen |
- When sorting by "last modified", show results in descenting order by default as that is the most common case
|
#
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 |
|
#
bab47912 |
| 25-Aug-2009 |
Jani Taskinen |
- More totally unnecessary whitespace changes.
|
#
c6ca5e82 |
| 11-Aug-2009 |
Jani Taskinen |
- First part of getting rid of crap
|
#
a81420ec |
| 29-Jul-2009 |
Jani Taskinen |
- Added "Re-Opened" status. Merged "To be documented" status from php-bugs-web
|
#
3c5bba60 |
| 22-Jul-2009 |
Jani Taskinen |
- Fix include/require paths to follow new structure
|
#
1364fc24 |
| 22-Jul-2009 |
Jani Taskinen |
- Move rest of library files out of public site
|