Hi all,
I deploy mantis (1.0.0rc2) in my society to manage not only bug but also enhancement, feature, task, ...
I've made some change in the php code to better fit our needs mainly in the IHM.
Maybe this could interest some people.
I try to uniformize and better customize the report, edit and update bug views.
In the report, edit and update bug views, I've merge the php code of the simple and advanced page so we can define in the get_columns_to_view the attributes you want to see in these views. I use the "custom_function_override_get_columns_to_view" function and add the following tags (COLUMNS_TARGET_REPORT_PAGE, COLUMNS_TARGET_REPORT_AVANCED_PAGE, ...) to specify the fields to show.
All the attributes are presented into two columns in all the views.
Regards,
Anne-Lise POPLAVSKY
Customization of the attributes seen in the bug views
Moderators: Developer, Contributor
-
alpoplavsky
- Posts: 2
- Joined: 17 Jan 2006, 09:52
Hi Anne-Lise,
I think your patch is worth posting on the bugtracker (http://bugs.mantisbt.org). I just you attach a zip file with all the added / modified files. You can also attach the universal diffs generated by CVS (if you use CVS).
This functionality will be integrated when we implement templates in Mantis. Till then, some users may elect to use it as it is.
Regards,
Victor
Mantis Blog
http://www.futureware.biz/
I think your patch is worth posting on the bugtracker (http://bugs.mantisbt.org). I just you attach a zip file with all the added / modified files. You can also attach the universal diffs generated by CVS (if you use CVS).
This functionality will be integrated when we implement templates in Mantis. Till then, some users may elect to use it as it is.
Regards,
Victor
Mantis Blog
http://www.futureware.biz/