I installed TagsPlugin within 0.11 sandbox environment and it seems to run 
fine apart of creating wiki entries for the tags.

When I create an wiki entry for tag "test1":
http://trac-test.tpip.net/trac/wiki/%27test1%27

The link of the tag in the wiki article only forwards to the page which lists 
all tagged entries (tickets and wikis fine) but the wiki article is not 
shown. The wiki is created correctly and accessible.

I also tried it that way:
http://trac-test.tpip.net/trac/wiki/test1
(but I think a wiki name for a tag has to be put in quotes)

settings (cutted down) are:

# -*- coding: utf-8 -*-

[attachment]
max_size = 262144
render_unsafe_content = false

[logging]
log_file = trac.log
log_level = DEBUG
log_type = file

[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

[tags]
index = cloud
index.args = smallest=10, biggest=40, mincount=1, showcount=false
listing.args = showheadings=true
tagcloud.args = mincount=1, showcount=false

[tags.ticket]
fields = component,severity,keywords

[ticket]
default_component =
default_milestone =
default_priority = major
default_type = defect
default_version =
max_description_size = 262144
restrict_owner = false
workflow = ConfigurableTicketWorkflow


[trac]
auto_reload = False
base_url = http://trac-test.****.net/trac
check_auth_ip = true
database = sqlite:db/trac.db
default_charset = iso-8859-15
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,prefs,help,about
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
permission_store = DefaultPermissionStore
repository_dir = /var/svn/trac
repository_type = svn
show_email_addresses = true
timeout = 20

[wiki]
ignore_missing_pages = false
render_unsafe_content = false
split_page_names = false

[milestone]
stats_provider = DefaultTicketGroupStatsProvider

--- Cut ---

another problem / topic  which we had were some inconsistencies when browsing 
tags with the 0.41 plugin in trac. 0.10.4 environment:

When I clicked on a tag for which a wiki entry exists the list of tags seemed 
to be sorted in not resolvable way.

tag1 tag2 tag3

appears as:

tag2 tag3 tag1

and are sometimes linked to .../tag/tag1 sometimes to the wiki 
entry /wiki/'tag1'

Someone knows what happens inside if I click on a tag. Did this behaviour 
changed between 0.4x and 0.5?

Regards, Gunnar


On Monday 15 October 2007 17:49:36 dayo wrote:
> > I have installed subversion (v1.4.5), python (v2.4), apache (v2.2.6)
> > and mod_python (v3.3.1) and trac (v0.10) plus sqlite and cleansilver
> > etc. All on Windows.
> >
> > Everything seems to be installed correctly:
> > 1. Apache is up and running on port 81 (IIS on port 80).
> > 2. I can view my repository at 'localhost:81/svn'.
> > 3. I have made the appropriate changes to the apache 'httpd.conf' file
> > so that mod_python module can be seen and set up the <Location /
> > myproject> tag.
> > 4. I have used trac-admin to setup my project
> >
> > But when I try to point to my trac project in the browser 'localhost:
> > 81/myproject' I get an internal server error. Having added the
> > 'PythonDebug on' to the httpd.conf file it told me that the path '/var/
> > trac/myproject' does not exist.
>
> By the way, the path that canot be found is for the "PythonOption
> TracEnv". I just used the default, /var/trac/myproject, but I don't
> think "/var/trac" exists anywhere. Where would the equivilant be on a
> windows system?
>
> > Using the standalone server it works fine i.e.'localhost:8000/
> > myproject', trac frontend appears as it should. Is there some file I
> > have forgot to edit?
> >
> > Anyone have any ideas?
>
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to