Hi Allan,
Allan Ditzel wrote:
> Does anyone know how to easily do any of the following?
>
> 1) In the stats page, the Issues by Category graph legend is getting cut
> off. Is there any way to a) increase the size of the graph and b) change the
> graphs on this page to a bar graph?
In stats_graph.php, line 79 you can change the dimensions of this graph.
Changing it to a bar graph shouldn't be too hard, but I didn't have
time to try it out. Look in reports/custom_fields_graph.php for an
example of a bar chart if you want to change it yourself.
> 2) Change the ordering/sorting of combo box custom fields in the create
> issue screen? Right now the values in the drop-down boxes are displayed in
> the order that they are entered into the custom field edit/create screen. We
> need alphabetical ordering of these values on every screen drop-down that
> they are displayed.
Edit include/class.custom_field.php, getOptions() method. Add
asort($res); near the bottom, before $returns[$return_key] = $res;
> 3) Is there any way to delete all issues in the system? Once this test
> system is configured to our customer's liking I'd like to get rid of all the
> test issues created and move forward with a blank slate.
Well if you delete the project all issues will be deleted, but since I
assume you want to keep your configuration, please see this page for
info on deleting issues:
http://eventum.mysql.org/wiki/index.php/Deleting_Issues
>
> And for the record I just want to give a hearty thank you to the developers
> of this project. I'm truly amazed at how much this tool offers. Thank you
> thank you thank you!
Thanks for your compliments, tell your friends!
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification