Confirmed users
683
edits
Line 12: | Line 12: | ||
* Code cleanup: [https://bugzilla.mozilla.org/show_bug.cgi?id=355838 All Bugzilla::* should use Bugzilla::Object] to create and update objects. And all .cgi should use these Bugzilla::* objects instead of doing SQL queries themselves. | * Code cleanup: [https://bugzilla.mozilla.org/show_bug.cgi?id=355838 All Bugzilla::* should use Bugzilla::Object] to create and update objects. And all .cgi should use these Bugzilla::* objects instead of doing SQL queries themselves. | ||
* process_bug.cgi must use Bugzilla::Bug::update(). | * process_bug.cgi must use Bugzilla::Bug::update(). | ||
* Implement additional custom fields. | * Implement additional [https://bugzilla.mozilla.org/show_bug.cgi?id=91037 custom fields]. | ||
* Offer an easy way to implement plugins. | * Offer an easy way to implement plugins. | ||
* Make the UI more intuitive ([https://bugzilla.mozilla.org/show_bug.cgi?id=325487 require less clicks], [https://bugzilla.mozilla.org/show_bug.cgi?id=344619 add more links to help files or common tasks], ...). | * Make the UI more intuitive ([https://bugzilla.mozilla.org/show_bug.cgi?id=325487 require less clicks], [https://bugzilla.mozilla.org/show_bug.cgi?id=344619 add more links to help files or common tasks], ...). | ||
* Better management of branches (currently, Bugzilla has no idea what a branch is). | * Better management of branches (currently, Bugzilla has no idea what a branch is). | ||
* Add a UI to edit custom rules about bug creation and editing (a UI for Bug::check_can_change_field()). | * Add a UI to edit custom rules about bug creation and editing (a UI for Bug::check_can_change_field()). |