History log of /web-bugs/www/bug.php (Results 76 – 100 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 90b97154 27-Jan-2012 Felipe Pena

- Fix warning


# c3110c33 27-Jan-2012 Rasmus Lerdorf

- The end of an era - switch "Bogus" to "Not a bug" by popular demand
- Switch back to master
- Add site_method to make it easier to install on non-ssl test sites


# 81661dbd 08-Dec-2011 Jakub Vrana

Preview $fdesc


# 85ed0228 08-Dec-2011 Jakub Vrana

Avoid XSS


# cc16c494 12-Oct-2011 Felipe Pena

- Added option to search for project (php, pecl)
- Restored behavior to send mail to package maintainers instead of pecl lists


# 9e3082dc 30-Aug-2011 Hannes Magnusson

There is no such status anymore, its a bug type


# 4d7cd50d 10-Jul-2011 Felipe Pena

- Fix warnings


# aa16c024 01-Jul-2011 Felipe Pena

- Change the hashing algo


# 725b9f0e 01-Jul-2011 Felipe Pena

- Changed password reminder
- The password now is stored as SHA-1
- New password is generated when requesting a password


# fbe9ea7a 30-Jun-2011 Felipe Pena

- Fix warnings


# 4477238a 30-Jun-2011 Felipe Pena

- Missing break


# f12714b3 29-Jun-2011 Felipe Pena

- Drop bug id check


# 853299a8 28-Jun-2011 Ferenc Kovacs

load/link everything from https


# 6d4f53c5 28-Jun-2011 Ferenc Kovacs

temporary disable editing bugs having id < 60000,
this will save us from losing changes when we merge the latest bugsdb backup


# e7037bfc 23-Jun-2011 Felipe Pena

- Added missing $site_data['doc_email'] in local_config
- Fix undefined index warning of cve_id


# 994ccd7d 02-Jun-2011 Philip Olson

Also hide patches when a bug is marked as spam. Idea from Adam Harvey (aharvey)


# 543c1479 06-May-2011 Hannes Magnusson

- Comment out 'remember me' (as it doesn't do anything currently)
- Print the quickfix box in the developers tab even though you aren't logged in atm


# a6198887 06-May-2011 Hannes Magnusson

- Add some new lines
- Comment out the 'remember me' as we don't support it at the moment


# 3a2e2d5f 21-Apr-2011 Felipe Pena

- Displays a submit button for the submitter when trying to log in private bugs


# b641a2a4 11-Apr-2011 Felipe Pena

- Added submit button to dev tab when the bug is private


# 59a1e971 27-Feb-2011 Felipe Pena

- Changed link to CVE info page


# 2655d0c5 12-Dec-2010 Felipe Pena

- Fix block_user_comment disable option


# be3d99cb 12-Dec-2010 Felipe Pena

- Allow trusted dev to have security dev access


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


# 0e7e9ad6 08-Dec-2010 Felipe Pena

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


123456