2847d998 | 13-Oct-2012 |
Reeze Xia |
Enable logined user the ability to subsribe bugs |
a921be37 | 26-Sep-2012 |
Raphael Geissert |
Add missing "global $security_distro_people" It was missing for the change in 6d41525 to actually work. Thanks to David Soria Parra for spotting it. |
3d21e3d3 | 20-Sep-2012 |
Felipe Pena |
- Removed unused argument |
f33bc023 | 19-Sep-2012 |
Felipe Pena |
- Fix function declaration |
fd5ae634 | 19-Sep-2012 |
Felipe Pena |
- Fixed mail information and bug email change on automatic bug closing |
74f3aa9d | 18-Sep-2012 |
Felipe Pena |
- Fixed mail author in the automatic bug closing |
6d41525e | 13-Sep-2012 |
Raphael Geissert |
Email security reports to distribution's security contacts Only php.net's security team was receiving security reports, making them go unnoticed to the distribution contacts. This pa
Email security reports to distribution's security contacts Only php.net's security team was receiving security reports, making them go unnoticed to the distribution contacts. This patch assumes that people in the $security_developers array (other than those in $security_distro_people) receive a copy from php.net's security address exploder.
show more ...
|
8a5ce16c | 12-Sep-2012 |
Felipe Pena |
- Fix missing assignment |
4a031e57 | 12-Sep-2012 |
Felipe Pena |
- Fixed bug #63068 (Auto bug closing via commit messages don't update the bug history) |
31876f44 | 08-Sep-2012 |
Felipe Pena |
- Send a mail notification when automatically closing a bug report |
2b8f9f18 | 08-Sep-2012 |
Felipe Pena |
- Added option to close bug by using POST param status=Closed |
98ae3ac0 | 08-Sep-2012 |
Felipe Pena |
- Added laruence to trusted developers role |
ae5c4eff | 07-Sep-2012 |
Felipe Pena |
- Added spam check on bug report creation |
67a3de39 | 07-Sep-2012 |
Felipe Pena |
- Improve last commit |
fc99b001 | 07-Sep-2012 |
Felipe Pena |
- Added new badword to the spam list |
8e52b180 | 30-Aug-2012 |
Ferenc Kovacs |
use MDB2_PREPARE_MANIP so that the execute call returns the number of affected calls. this fixes the http 500 for unsubscibing from a bug |
76e5171c | 20-Aug-2012 |
Ferenc Kovacs |
without the header(and the <base> tag), the html code is broken |
8e3acb14 | 28-Jul-2012 |
Ferenc Kovacs |
adding random sort order option |
f0c483bf | 30-Jun-2012 |
Felipe Pena |
- Fixed private bug toggle |
e64ca427 | 17-Jun-2012 |
Felipe Pena |
- Sets an auto-generated when no password is supplied |
e0aa56c7 | 15-Jun-2012 |
Felipe Pena |
- Added missing ")" char |
f3190609 | 13-Jun-2012 |
Felipe Pena |
- Added link to the PECL project page when the package is from PECL |
d236d4c3 | 07-Jun-2012 |
Philip Olson |
Add the ability for logged in users to spam. Like, adding a bunch of links. Closes PHP bug #48126 |
bc186817 | 25-May-2012 |
Felipe Pena |
- Check the user supplied password here too |
96b01d11 | 25-May-2012 |
Felipe Pena |
- Use spam protector when changing mail too |