Traq Project Forums

Full Version: Plugin Ideas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you have any ideas for a plugin, or require a specific plugin, post the details here, and I'll see if I can create a plugin for your request.
(Only requests for traq 2.0 please, as 0.6.1 is becoming redundant)
A plugin for managing the properties fields would be great. I don't need the "version" field for example and it would be great if you can delete the field via ACP.
It's not possible to remove any of the fields that Traq offers, plugins allow you only to add new fields.
It's now possible to remove properties from the ticket info area.

Simply create a plugin that hooks into the ticket handler and use:
PHP Code:
unset($ticket_properties['version']); 
(04-18-2010 06:47 AM)arturo182 Wrote: [ -> ]It's not possible to remove any of the fields that Traq offers, plugins allow you only to add new fields.

That feature would also be great. :-)

@ Jack:
Thanks for the enhancemens. :-)

-- Mythos
I have a new idea:

A plugin that enhances the ticket page would be nice.
Showing the tickets in categories like you know from Mantis.
For example:
New, Unassigned, Recently replied, etc.

This would make it much easier to view the ticket page. :-)

Regards,
Mythos
(04-22-2010 01:57 AM)Mythos Wrote: [ -> ]I have a new idea:

A plugin that enhances the ticket page would be nice.
Showing the tickets in categories like you know from Mantis.
For example:
New, Unassigned, Recently replied, etc.

This would make it much easier to view the ticket page. :-)

Regards,
Mythos


Instead of a plugin, I think this would be better achieved with a custom template.
Well I don't know but it would make it easier to manage the tickets, 'cause at the moment you don't have a real overview.
Gantt chart Smile
Reference URL's