Am Freitag, 7. Februar 2014 13:28:49 UTC+1 schrieb F@lk:
You are right, I forgot, once I patched T&E plugin with this little one:
>
> Index:
> branches/trac0.12-Permissions/timingandestimationplugin/htdocs/query.js
> ===================================================================
> ---
> branches/trac0.12-Permissions/timingandestimationplugin/htdocs/query.js
> (revision 13336)
> +++
> branches/trac0.12-Permissions/timingandestimationplugin/htdocs/query.js
> (working copy)
> @@ -1,6 +1,6 @@
> $(document).ready(function(){
> // Fields we will total
> - var columns = ['totalhours','estimatedhours'];
> + var columns = ['totalhours','estimatedhours', 'remaininghours'];
> var tbodies = $('table.listing.tickets tbody');
>
> tbodies.each(function(idx, tbody){
>
I wished these 3 custom ticket fields would be part of the regular ticket
DB table (as well as 'project' should be part of the native Trac database).
Then we would have a standard definition plugins could consistently use.
And all those SQL queries in the plugins would be much easier than to
search in the ticket_custom and ticket_change tables which is much more
expensive at run time, and also more complicated to implement.
But, unfortunately, project management support is still thought as addon
and not part of the core system.
CU, F@lk
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.