#
537d41dc |
| 03-Jul-2011 |
Felipe Pena |
- Fix warnings when using bug preview
|
#
bcfc1ec1 |
| 01-Jul-2011 |
Felipe Pena |
- Use the proper mail param here too
|
#
aa16c024 |
| 01-Jul-2011 |
Felipe Pena |
- Change the hashing algo
|
#
3ea87fc9 |
| 01-Jul-2011 |
Felipe Pena |
- Save the password sha1()
|
#
853299a8 |
| 28-Jun-2011 |
Ferenc Kovacs |
load/link everything from https
|
#
914ef464 |
| 17-May-2011 |
Daniel P. Brown |
Fixes semantic issue in #45583 and a typo ('sumitting').
|
#
da89c776 |
| 08-Mar-2011 |
Felipe Pena |
- Don't show private related bugs to non allowed people
|
#
26565732 |
| 05-Mar-2011 |
Felipe Pena |
- Added information about Security bug type as alternative to mailing directly 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 ...
|
#
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 ...
|
#
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.
|
#
10ed048f |
| 18-Apr-2010 |
Daniel Egeberg |
Forgot to update some calls to get_package_mail().
|
#
ef0998e4 |
| 09-Mar-2010 |
Daniel Egeberg |
Removed the password requirement on 'Report a bug' for logged in (developer) users.
|
#
37f77d64 |
| 06-Mar-2010 |
Philip Olson |
captcha answer can be 0, so changing empty to isset (thanks Yawk)
|
Revision tags: BEFORE_NEW_BUG_TRACKER |
|
#
c9893f13 |
| 05-Mar-2010 |
Philip Olson |
Fixed captcha logic to fail without sessions; logged in users need not apply
|
#
eae7c0a3 |
| 05-Mar-2010 |
Jani Taskinen |
- Fix reporting bugs for logged in (developers) :)
|
#
e8ef23cd |
| 03-Mar-2010 |
Jani Taskinen |
- Rename to avoid unnecessary symlink
|