Thanks for the reply. Trac.ini included below. I humbly apologise in advance if I've done something dumb :*)
Nick ----------------8<-------------------8<---------------------8<----------------------8<--------------------8<----------------- # -*- coding: utf-8 -*- [agilo-backlogs] user_stories.charts = sprint_resources, burndown user_stories.columns = user_stories.name = User Stories [agilo-general] sprints_can_start_or_end_on_weekends = False use_days_for_time = False [agilo-links] allow = requirement-story, story-task, bug-task, bug-story bug.calculate = total_remaining_time=sum:get_outgoing.remaining_time bug.task.copy = owner, sprint bug.task.show = owner, remaining_time cache.related = false cache.timeout = 0 requirement.calculate = total_story_points=sum:get_outgoing.rd_points| type=story,mandatory_story_points=sum:get_outgoing.rd_points| type=story| story_priority=Mandatory,roif=div:businessvalue;mandatory_story_points requirement.story.copy = owner requirement.story.show = rd_points, story_priority story.calculate = total_remaining_time=sum:get_outgoing.remaining_time,estimated_remaining_time=mul:rd_points;get_sprint.get_team_metrics.rt_usp_ratio story.task.copy = owner, sprint story.task.show = owner, remaining_time [agilo-types] bug = owner, sprint, priority bug.alias = Bug requirement = reporter, businessvalue, milestone, keywords requirement.alias = Requirement story = owner, sprint, rd_points, story_priority, keywords story.alias = User Story task = owner, sprint, remaining_time, drp_resources task.alias = Task [attachment] max_size = 262144 render_unsafe_content = false [browser] color_scale = True downloadable_paths = /trunk, /branches/*, /tags/* hide_properties = svk:merge intermediate_color = intermediate_point = newest_color = (255, 136, 136) oldest_color = (136, 136, 255) oneliner_properties = trac:summary render_unsafe_content = false wiki_properties = trac:description [changeset] max_diff_bytes = 10000000 max_diff_files = 0 wiki_format_messages = true [components] agilo.* = enabled agilo_common.conf.admin.licensingadminpanel = enabled agilo_common.conf.json_ui.agiloconfigview = enabled agilo_common.conf.licensing.agilolicensing = enabled agilo_common.licensing.web_ui.licenseexpiredview = enabled agilo_common.licensing.web_ui.licensingfileprovider = enabled agilo_common.scrum.backlog.json_ui.backloglistview = enabled agilo_common.scrum.backlog.web_ui.backlogfileprovider = enabled agilo_common.scrum.backlog.web_ui.backloglistview = enabled agilo_common.scrum.backlog.web_ui.nosprintfoundview = enabled agilo_common.scrum.backlog.web_ui.whiteboardnavigationitem = enabled agilo_common.scrum.sprint.json_ui.infoaboutteamforsprintview = enabled agilo_common.ticket.json_ui.ticketcreateview = enabled agilo_common.ticket.json_ui.ticketdetailview = enabled agilo_common.ticket.json_ui.ticketupdateview = enabled agilo_pro.pro_setup.wikistartpagemodifier = enabled trac.ticket.api.ticketsystem = disabled trac.ticket.query.querymodule = disabled trac.ticket.report.reportmodule = disabled trac.ticket.roadmap.roadmapmodule = disabled trac.ticket.web_ui.ticketmodule = disabled [header_logo] alt = The one and only... height = -1 link = http://nowhere.com src = http://tracserver/images/logo.jpg width = -1 [inherit] plugins_dir = templates_dir = C:\Python26\lib\site-packages\binary_agilo-1.0_pro_rc2- py2.6.egg\agilo\templates [logging] log_type = file [milestone] stats_provider = DefaultTicketGroupStatsProvider [milestone-groups] active = assigned,accepted,needs_work active.css_class = open active.order = 1 closed = closed closed.order = 0 closed.overall_completion = true closed.query_args = group=resolution new = new,reopened new.order = 3 qa = preQA,QA qa.css_class = open qa.order = 2 [mimeviewer] enscript_modes = text/x-dylan:dylan:4 enscript_path = enscript max_preview_size = 262144 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb php_path = php pygments_default_style = trac pygments_modes = tab_width = 8 [notification] admit_domains = always_notify_owner = false always_notify_reporter = false always_notify_updater = true ignore_domains = mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = false smtp_from = t...@localhost smtp_from_name = smtp_password = smtp_port = 25 smtp_replyto = t...@localhost smtp_server = localhost smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false [project] admin = admin_trac_url = . descr = The ACM Project footer = Visit the SVN repository at: <a href="http://svn/">http://svn/ </a> icon = common/trac.ico name = ACM Project url = http://tracserver/trac/ACM [query] default_anonymous_query = status!=closed&cc~=$USER default_query = status!=closed&owner=$USER items_per_page = 100 [report] items_per_page = 100 items_per_page_rss = 0 [revisionlog] default_log_limit = 100 [roadmap] stats_provider = DefaultTicketGroupStatsProvider [search] min_query_length = 3 [svn] branches = trunk,branches/* tags = tags/* [ticket] default_cc = default_component = default_description = default_keywords = default_milestone = ACM sprint 1 default_owner = default_priority = major default_resolution = fixed default_severity = default_summary = default_type = defect default_version = max_comment_size = 262144 max_description_size = 262144 preserve_newlines = default restrict_owner = false workflow = ConfigurableTicketWorkflow [ticket-custom] businessvalue = select businessvalue.label = Business Value Points businessvalue.options = |100|200|300|500|800|1200|2000|3000 businessvalue.value = drp_resources = text drp_resources.label = Resources i_links = text i_links.label = Referenced By o_links = text o_links.label = References rd_points = select rd_points.label = User Story Points rd_points.options = |0|1|2|3|5|8|13|20|40|100 remaining_time = text remaining_time.label = Remaining Time sprint = select sprint.label = Sprint sprint.value = story_priority = select story_priority.label = Importance story_priority.options = |Mandatory|Linear|Exciter story_priority.value = [ticket-workflow] accept = new,assigned,accepted,reopened -> accepted accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY leave = * -> * leave.default = 1 leave.operations = leave_status pass = QA -> closed pass.name = Passes Testing. pass.operations = set_resolution pass.set_resolution = fixed passpreqa = needs_work,PreQA -> QA passpreqa.name = Passes PreQA. reassign = new,assigned,accepted,reopened -> assigned reassign.operations = set_owner reassign.permissions = TICKET_MODIFY reject = PreQA,QA -> needs_work reject.name = Failed testing. reopen = closed -> reopened reopen.operations = del_resolution reopen.permissions = TICKET_CREATE reset = assigned,accepted -> new reset.name = reset reset.permissions = TICKET_MODIFY resolve = new,assigned,accepted,reopened -> closed resolve.operations = set_resolution resolve.permissions = TICKET_MODIFY topreqa = accepted,needs_work,assigned -> PreQA topreqa.name = Submit to Pre-QA. topreqa.permissions = TICKET_MODIFY [timeline] abbreviated_messages = True changeset_collapse_events = false changeset_long_messages = false changeset_show_files = 0 default_daysback = 30 max_daysback = 90 newticket_formatter = oneliner ticket_show_details = false [trac] authz_file = authz_module_name = auto_reload = False base_url = http://lgd-vssql01/trac check_auth_ip = false database = sqlite:db/trac.db default_charset = iso-8859-15 htdocs_location = ignore_auth_case = true mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,prefs,help,about permission_policies = AgiloPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy permission_store = DefaultPermissionStore repository_dir = c:\SVNroot\ACMProject repository_type = svn secure_cookies = False show_email_addresses = false show_ip_addresses = false timeout = 20 use_base_url_for_redirect = False [wiki] ignore_missing_pages = false max_size = 262144 render_unsafe_content = false split_page_names = false On Jul 27, 9:00 am, Andrea Tomasini <[email protected]> wrote: > On 25 Jul, 2009, at 19:54 , nww002 wrote: > > Hi N, > > > As an update... I've been playing with this for a while, and it seems > > to be the TICKETS chart which causes this problem. If I have only > > Commitments chart and burndown chart in my backlog view, the view > > opens correctly. Not knowing enough Python or sqlite to fix this > > myself... It's not a massive problem, but does anyone know where I > > might start to look? > > Thanks for the info, we will have a look on this... no idea where to > start from now, first I will try to reproduce it :-) It might be > something related to the backlog query generation, but still that > looks to be the symptom and not the cause :? can you send over the > trac.ini of your project causing this problem? > > > Many thanks in advvance! > > YAW > > > N. > > ANdreaT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

