Modify ↓
Opened 17 years ago
Closed 17 years ago
#7013 closed defect (duplicate)
Two checkbox "wiki changes" in timeline
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have two "wiki changes" checkbox in my timeline. All information concerning wiki changes appears in double too. If i uncheck one, it doesn't function, i should desactive the two to hide wiki changes. Maybe it is a misconfiguration somewhere, but i don't know really where… Here is my trac.ini :
# -*- coding: utf-8 -*- [attachment] max_size = 8388608 render_unsafe_content = false [browser] downloadable_paths = /trunk, /branches/*, /tags/* hide_properties = svk:merge render_unsafe_content = false [changeset] max_diff_bytes = 10000000 max_diff_files = 0 wiki_format_messages = true [components] doxygentrac.* = enabled doxygentrac.doxygentrac.* = enabled tractags.api.tagengine = enabled tractags.macros.tagmacros = enabled tractags.ticket.tickettags = enabled tractags.web_ui.tagsmodule = enabled tractags.web_ui.tagswikimodule = enabled tractags.wiki.wikitags = enabled tractoc.* = enabled webadmin.* = enabled [doxygen] html_output = html path = /xxxxxx/ wiki_index = DoxyGen [header_logo] alt = height = -1 link = http://xxxxxx/ src = common/trac_banner.png width = -1 [logging] log_file = trac.log log_level = DEBUG log_type = none [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 silvercity_modes = tab_width = 8 [notification] always_notify_owner = true always_notify_reporter = true always_notify_updater = true mime_encoding = base64 smtp_always_bcc = xxxxxx smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = xxxxxx smtp_password = smtp_port = 25 smtp_replyto = xxxxxx smtp_server = localhost smtp_subject_prefix = __default__ smtp_user = use_public_cc = false use_short_addr = false use_tls = false [project] descr = xxxxxx footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a> icon = common/trac.ico name = xxxxxx url = http://xxxxxx/ [search] min_query_length = 3 [ticket] default_component = developpement default_milestone = default_priority = 2 Moyenne default_severity = Majeur default_type = task default_version = restrict_owner = true [timeline] changeset_long_messages = false changeset_show_files = 0 default_daysback = 30 ticket_show_details = false [trac] authz_file = authz_module_name = base_url = check_auth_ip = true database = sqlite:db/trac.db default_charset = iso-8859-15 default_handler = WikiModule htdocs_location = ignore_auth_case = false mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,settings,help,about permission_store = DefaultPermissionStore repository_dir = xxxxxx repository_type = svn timeout = 20 [wiki] ignore_missing_pages = false render_unsafe_content = false split_page_names = false [wiki-notification] redirect_time = 5 smtp_always_bcc = smtp_always_cc = smtp_from = xxxxxx use_public_cc = false
What is starnge is that i have another trac on another aapche instance that do not have the problem. For information i use apache with mod_python. Let me know if you need antoher informations.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Please see #6958.