Discussion:
[Agilo for Trac] Sidebar "Tickets"and some other things broken since Trac 1.0
Toni Guenther
2012-12-03 19:48:03 UTC
Permalink
Hello,
i've updated my Trac to 1.0 after installing the newest version of agilo
for trac.
It is recommend to deactivate the "Trac Reports" Component to use the new
"Query" Component.
It will be great to create new menu entries in the tickets sidebar section
for specific Queries.

So its an empty Headline and some people will annoying me shortly ;)

Another point is the broken layout on some pages (Main Menu icons
missing...).
If you need any additional information pls ask here.

Greetings
Toni
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo
Stefano Rago
2012-12-10 09:28:28 UTC
Permalink
Hi Toni,

thanks for reporting this problems,
i've updated my Trac to 1.0 after installing the newest version of agilo for trac.
It is recommend to deactivate the "Trac Reports" Component to use the new "Query" Component.
It will be great to create new menu entries in the tickets sidebar section for specific Queries.
So its an empty Headline and some people will annoying me shortly ;)
This is actually a bug, we have implemented a fix and it will be part of the next Agilo release.
In the meantime, you can apply a patch by replacing these two lines

24. $(".tree.tickets").load(url + "/report .listing.reports td.title a:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>");

with these

24. $(".tree.tickets").load(url + "/report .reports h3 a[title='View report']:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>").find('em').remove();

in the file agilo/htdocs/js/sidebar.js

This will still pull the Trac reports though, and not the queries. For that we will have to come up with a different solution.
Another point is the broken layout on some pages (Main Menu icons missing...).
If you need any additional information pls ask here.
Can you please describe this more in detail?
What browser are you using? Do you see any error in the javascript console log?

Thanks

Stefano Rago
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo
Toni Guenther
2012-12-11 22:12:37 UTC
Permalink
Hi!
After changing the title "View report" to "Bericht anzeigen" it is working
again ;)
There should be a more multilanguage fix in the next version ;)

Greetings
Toni
Post by Stefano Rago
Hi Toni,
thanks for reporting this problems,
i've updated my Trac to 1.0 after installing the newest version of agilo for trac.
It is recommend to deactivate the "Trac Reports" Component to use the new
"Query" Component.
It will be great to create new menu entries in the tickets sidebar section
for specific Queries.
So its an empty Headline and some people will annoying me shortly ;)
This is actually a bug, we have implemented a fix and it will be part of
the next Agilo release.
In the meantime, you can apply a patch by replacing these two lines
24. $(".tree.tickets").load(url + "/report .listing.reports td.title
a:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>");
with these
24. $(".tree.tickets").load(url + "/report .reports h3 a[title='View
report']:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>").find('em').remove();
in the file agilo/htdocs/js/sidebar.js
This will still pull the Trac reports though, and not the queries. For
that we will have to come up with a different solution.
Another point is the broken layout on some pages (Main Menu icons missing...).
If you need any additional information pls ask here.
Can you please describe this more in detail?
What browser are you using? Do you see any error in the javascript console log?
Thanks
Stefano Rago
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo
Maximiliano Marques
2013-03-13 01:21:57 UTC
Permalink
You can use this fix instead with multilanguage support:

$(".tree.tickets").load(url + "/report .reports h3
a[href*='/report/']:lt(10)", function() {

Cheers,
Max
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo

---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agilo+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Elaborate Ruse
2012-12-13 21:37:51 UTC
Permalink
Thank you for this fix. It worked great in our environment for bringing
the reports back to the sidebar.
Post by Stefano Rago
Hi Toni,
thanks for reporting this problems,
i've updated my Trac to 1.0 after installing the newest version of agilo for trac.
It is recommend to deactivate the "Trac Reports" Component to use the new
"Query" Component.
It will be great to create new menu entries in the tickets sidebar section
for specific Queries.
So its an empty Headline and some people will annoying me shortly ;)
This is actually a bug, we have implemented a fix and it will be part of
the next Agilo release.
In the meantime, you can apply a patch by replacing these two lines
24. $(".tree.tickets").load(url + "/report .listing.reports td.title
a:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>");
with these
24. $(".tree.tickets").load(url + "/report .reports h3 a[title='View
report']:lt(10)", function() {
25. $(".tree.tickets a").wrap("<li></li>").find('em').remove();
in the file agilo/htdocs/js/sidebar.js
This will still pull the Trac reports though, and not the queries. For
that we will have to come up with a different solution.
Another point is the broken layout on some pages (Main Menu icons missing...).
If you need any additional information pls ask here.
Can you please describe this more in detail?
What browser are you using? Do you see any error in the javascript console log?
Thanks
Stefano Rago
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo
Loading...