FlexyBugs A Re-write of the php.net bug system This is a re-write based loosely around the php.net bugs system. Uses The FlexyFramework logic to make a simple to understand, yet extremely powerfull, and hopefully pretty safe bug system Standard PHP.net features - report bugs - email out comments / reports / updates - search bugs - view bugs - edit bugs - developer update bugs. - add comments to bugs Additional Features - File upload for patches/screenshots/documents etc. (for authenticated users only) - Optional Authenticated bug reporters - Private Projects / Bugs / Comments etc. (only available to Authenticated reporters) - User groups : Administrator (add users), Developers (change projects/bugtypes etc.) And users - who can report and upload users. - Change logging in bug report of fields changed. TODO: - Email respond support. - sign up form (for requesting user accounts - so uploads are possible for vistors) - bug status report. - Project seperation (different urls for projects) - finer grained user->project mapping. PHP License alan_k lead Alan Knowles alan@akbkhome.com 0.0.2 2005-10-21 - Security issue - linebreaks in subject could be used for spamming.. Changes - Support for X_HTTP_HOST_FORWARDED (for the email stuff..) - add 'Show Open' to menu - broke menu into two parts (Admin displays on another line) DB Modifications: * To support assign to from a list of developers. - ALTER TABLE bugdb CHANGE COLUMN assign assign VARCHAR(40); alpha README bugdb.sql bugs.php FlexyBugs.php View.php AddComment.php Report.php LostPassword.php Developer.php Edit.php Search.php Login.php ViewCommentImage.php bugdb.links.ini bugdb.ini Bugdb.php Bugdb_developers.php Bugdb_projects.php Bugdb_votes.php Bugdb_types.php Bugdb_comments.php List.php Edit.php List.php Edit.php List.php Edit.php index.html search.html search_results.html master.html lostpassword.html login.html view.html report.html types_edit.html types_list.html developers_edit.html developers_list.html projects_list.html projects_edit.html email_comment.txt lostpassword.txt email_newbug.txt email_developerchange.txt 0.0.1 2005-10-20 First blast