Mailing List Archive

Missing Mainnav menu in Trac 1.6
Hi all my mainnav section on 1.6 looks like this

[mainnav]
admin.order = 8.0
browser.order = 4.0
newticket.order = 6.0
roadmap.order = 3.0
search.order = 7.0
tickets.order = 5.0
timeline.order = 2.0
wiki.order = 1.0

However on the web view I cannot see browser in the menu. (tired on
different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
/browser it works fine but my nav menu looks like
Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |

Presenting only 7 options instead of the expected 8. Any help would be
appreciated as to how i can get the missing menu added which is the browse
source option for repositories. Logs don't give anything meaningful as to
why it is not rendered.

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/034eb9de-f83e-493f-a769-dca3651c5308n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
I am struggling with a similar mystery. I found this documentation helpful
to get more details in the log file:

https://trac.edgewall.org/wiki/TracFineGrainedPermissions#Debuggingpermissions

Assuming you have properly configured your repo, it has to be permission
issue.

On Thursday, February 8, 2024 at 10:23:18?AM UTC-5 Jamie wrote:

> Hi all my mainnav section on 1.6 looks like this
>
> [mainnav]
> admin.order = 8.0
> browser.order = 4.0
> newticket.order = 6.0
> roadmap.order = 3.0
> search.order = 7.0
> tickets.order = 5.0
> timeline.order = 2.0
> wiki.order = 1.0
>
> However on the web view I cannot see browser in the menu. (tired on
> different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
> /browser it works fine but my nav menu looks like
> Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |
>
> Presenting only 7 options instead of the expected 8. Any help would be
> appreciated as to how i can get the missing menu added which is the browse
> source option for repositories. Logs don't give anything meaningful as to
> why it is not rendered.
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/705ef9e5-058c-423c-94e6-b979ee4424c3n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
Hi Richard thanks for the response, I do have the log set to debug which
helps, just nothing stands out as to why it is not displayed. Bit of a
strange one. Even with a clean install no extra plugins etc it still
doesn't populate. The user has TRAC_ADMIN so permissions should be good.

On Thursday, February 8, 2024 at 3:58:11?PM UTC Richard Cooke wrote:

> I am struggling with a similar mystery. I found this documentation
> helpful to get more details in the log file:
>
>
> https://trac.edgewall.org/wiki/TracFineGrainedPermissions#Debuggingpermissions
>
> Assuming you have properly configured your repo, it has to be permission
> issue.
>
> On Thursday, February 8, 2024 at 10:23:18?AM UTC-5 Jamie wrote:
>
>> Hi all my mainnav section on 1.6 looks like this
>>
>> [mainnav]
>> admin.order = 8.0
>> browser.order = 4.0
>> newticket.order = 6.0
>> roadmap.order = 3.0
>> search.order = 7.0
>> tickets.order = 5.0
>> timeline.order = 2.0
>> wiki.order = 1.0
>>
>> However on the web view I cannot see browser in the menu. (tired on
>> different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
>> /browser it works fine but my nav menu looks like
>> Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |
>>
>> Presenting only 7 options instead of the expected 8. Any help would be
>> appreciated as to how i can get the missing menu added which is the browse
>> source option for repositories. Logs don't give anything meaningful as to
>> why it is not rendered.
>>
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/a73e9ede-fc6f-4d78-9357-ebd2286cdda0n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
On Thursday, February 8, 2024 at 7:23:18?AM UTC-8 jamiet...@gmail.com wrote:

Hi all my mainnav section on 1.6 looks like this

[mainnav]
admin.order = 8.0
browser.order = 4.0
newticket.order = 6.0
roadmap.order = 3.0
search.order = 7.0
tickets.order = 5.0
timeline.order = 2.0
wiki.order = 1.0

However on the web view I cannot see browser in the menu. (tired on
different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
/browser it works fine but my nav menu looks like
Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |

Presenting only 7 options instead of the expected 8. Any help would be
appreciated as to how i can get the missing menu added which is the browse
source option for repositories. Logs don't give anything meaningful as to
why it is not rendered.


You have a single repository? What is the repository type?

And if you navigate to /browser you can view the repository?

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/de1d1c25-e6c1-4108-9de5-828803336a3cn%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
With full debug enabled, reload the system and see what modules populate -
or what warnings/errors are in the log.

On Thursday, February 8, 2024 at 11:12:58?AM UTC-5 Jamie wrote:

> Hi Richard thanks for the response, I do have the log set to debug which
> helps, just nothing stands out as to why it is not displayed. Bit of a
> strange one. Even with a clean install no extra plugins etc it still
> doesn't populate. The user has TRAC_ADMIN so permissions should be good.
>
> On Thursday, February 8, 2024 at 3:58:11?PM UTC Richard Cooke wrote:
>
>> I am struggling with a similar mystery. I found this documentation
>> helpful to get more details in the log file:
>>
>>
>> https://trac.edgewall.org/wiki/TracFineGrainedPermissions#Debuggingpermissions
>>
>> Assuming you have properly configured your repo, it has to be permission
>> issue.
>>
>> On Thursday, February 8, 2024 at 10:23:18?AM UTC-5 Jamie wrote:
>>
>>> Hi all my mainnav section on 1.6 looks like this
>>>
>>> [mainnav]
>>> admin.order = 8.0
>>> browser.order = 4.0
>>> newticket.order = 6.0
>>> roadmap.order = 3.0
>>> search.order = 7.0
>>> tickets.order = 5.0
>>> timeline.order = 2.0
>>> wiki.order = 1.0
>>>
>>> However on the web view I cannot see browser in the menu. (tired on
>>> different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
>>> /browser it works fine but my nav menu looks like
>>> Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |
>>>
>>> Presenting only 7 options instead of the expected 8. Any help would be
>>> appreciated as to how i can get the missing menu added which is the browse
>>> source option for repositories. Logs don't give anything meaningful as to
>>> why it is not rendered.
>>>
>>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/dd6e1568-bbcc-4428-b633-bf0abf7540b3n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
Yes single repository, type is svn. Navigating to /browser i see the
repository yes. Just not seeing the option in the mainnav.

On Thursday, February 8, 2024 at 4:58:18?PM UTC RjOllos wrote:

> On Thursday, February 8, 2024 at 7:23:18?AM UTC-8 jamiet...@gmail.com
> wrote:
>
> Hi all my mainnav section on 1.6 looks like this
>
> [mainnav]
> admin.order = 8.0
> browser.order = 4.0
> newticket.order = 6.0
> roadmap.order = 3.0
> search.order = 7.0
> tickets.order = 5.0
> timeline.order = 2.0
> wiki.order = 1.0
>
> However on the web view I cannot see browser in the menu. (tired on
> different browsers) The user I'm using has TRAC_ADMIN and If i navigate to
> /browser it works fine but my nav menu looks like
> Wiki | Timeline | Roadmap | View Tickets | New Ticket | Search | Admin |
>
> Presenting only 7 options instead of the expected 8. Any help would be
> appreciated as to how i can get the missing menu added which is the browse
> source option for repositories. Logs don't give anything meaningful as to
> why it is not rendered.
>
>
> You have a single repository? What is the repository type?
>
> And if you navigate to /browser you can view the repository?
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/ede04f72-17b7-42d4-b158-03f4c74102a9n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
On Thursday, February 8, 2024 at 9:01:35?AM UTC-8 rcook...@gmail.com wrote:

With full debug enabled, reload the system and see what modules populate -
or what warnings/errors are in the log.


This is good advice.
See: https://trac.edgewall.org/wiki/TracTroubleshooting

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/dfe4ffb2-54b3-4ec8-b7e5-537b8db947dan%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
On Monday, February 12, 2024 at 2:52:17?PM UTC-8 RjOllos wrote:

On Thursday, February 8, 2024 at 9:01:35?AM UTC-8 rcook...@gmail.com wrote:

With full debug enabled, reload the system and see what modules populate -
or what warnings/errors are in the log.


This is good advice. See: https://trac.edgewall.org/wiki/TracTroubleshooting



and more specifically, this
section: https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/cde7253c-2302-468b-a0b6-2380c4bd3ee1n%40googlegroups.com.
Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
This is what the logs look like but nothing jumps out as to why this isn't
in the mainnav

FO: -------------------------------- environment startup [Trac 1.6]
--------------------------------
2024-02-15 15:37:57,777 Trac[loader] DEBUG: Adding plugin
"TracAccountManager 0.6.dev0" from "\plugins\tracaccountmanager-
0.6.dev0-py3.12.egg"
2024-02-15 15:37:57,783 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin"
from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,487 Trac[loader] DEBUG: Loading plugin "acct_mgr.api"
from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,488 Trac[loader] DEBUG: Loading plugin "acct_mgr.db"
from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,488 Trac[loader] DEBUG: Loading plugin
"acct_mgr.htfile" from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,494 Trac[loader] DEBUG: Loading plugin "acct_mgr.http"
from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,497 Trac[loader] DEBUG: Loading plugin
"acct_mgr.macros" from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,500 Trac[loader] DEBUG: Loading plugin
"acct_mgr.notification" from "\plugins\tracaccountmanager-
0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,501 Trac[loader] DEBUG: Loading plugin
"acct_mgr.opt.announcer.uid_chg" from "\plugins\tracaccountmanager-
0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,508 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg
[announcer]": DistributionNotFound: The 'TracAnnouncer' distribution was
not found and is required by the application
2024-02-15 15:37:58,508 Trac[loader] DEBUG: Loading plugin
"acct_mgr.opt.radius" from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,515 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius =
acct_mgr.opt.radius [pyrad]": DistributionNotFound: The 'Pyrad'
distribution was not found and is required by the application
2024-02-15 15:37:58,515 Trac[loader] DEBUG: Loading plugin
"acct_mgr.opt.tracforms.uid_chg" from "\plugins\tracaccountmanager-
0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,522 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]":
DistributionNotFound: The 'TracForms' distribution was not found and is
required by the application
2024-02-15 15:37:58,522 Trac[loader] DEBUG: Loading plugin
"acct_mgr.opt.tracscreenshots.uid_chg" from "\plugins\tracaccountmanager-
0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,528 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg
[screenshots]": DistributionNotFound: The 'TracScreenshots' distribution
was not found and is required by the application
2024-02-15 15:37:58,528 Trac[loader] DEBUG: Loading plugin
"acct_mgr.opt.tracvote.uid_chg" from \plugins\tracaccountmanager-0.
6.dev0-py3.12.egg"
2024-02-15 15:37:58,534 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]":
DistributionNotFound: The 'TracVote' distribution was not found and is
required by the application
2024-02-15 15:37:58,534 Trac[loader] DEBUG: Loading plugin
"acct_mgr.pwhash" from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,535 Trac[loader] DEBUG: Loading plugin
"acct_mgr.register" from "\plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,535 Trac[loader] DEBUG: Loading plugin
"acct_mgr.svnserve" from "plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,542 Trac[loader] DEBUG: Loading plugin
"acct_mgr.web_ui" from "plugins\tracaccountmanager-0.6.dev0-py3.12.egg"
2024-02-15 15:37:58,543 Trac[loader] DEBUG: Loading plugin "trac.about"
from "\python312\lib\site-packages"
2024-02-15 15:37:58,550 Trac[loader] DEBUG: Loading plugin
"trac.admin.console" from "\python312\lib\site-packages"
2024-02-15 15:37:58,620 Trac[loader] DEBUG: Loading plugin
"trac.admin.web_ui" from "\python312\lib\site-packages"
2024-02-15 15:37:58,626 Trac[loader] DEBUG: Loading plugin
"trac.attachment" from "\python312\lib\site-packages"
2024-02-15 15:37:58,627 Trac[loader] DEBUG: Loading plugin "trac.db.mysql"
from "\python312\lib\site-packages"
2024-02-15 15:37:58,636 Trac[loader] DEBUG: Skipping "trac.db.mysql =
trac.db.mysql_backend [mysql]": DistributionNotFound: The 'PyMySQL; extra
== "mysql"' distribution was not found and is required by the application
2024-02-15 15:37:58,636 Trac[loader] DEBUG: Loading plugin
"trac.db.postgres" from \python312\lib\site-packages"
2024-02-15 15:37:58,642 Trac[loader] DEBUG: Skipping "trac.db.postgres =
trac.db.postgres_backend": DistributionNotFound: The 'psycopg2>=2.0 or
psycopg2-binary' distribution was not found and is required by Trac
2024-02-15 15:37:58,642 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite"
from "\python312\lib\site-packages"
2024-02-15 15:37:58,642 Trac[loader] DEBUG: Loading plugin
"trac.mimeview.patch" from "\python312\lib\site-packages"
2024-02-15 15:37:58,650 Trac[loader] DEBUG: Loading plugin
"trac.mimeview.pygments" from "\python312\lib\site-packages"
2024-02-15 15:37:58,801 Trac[loader] DEBUG: Loading plugin
"trac.mimeview.rst" from "\python312\lib\site-packages"
2024-02-15 15:37:59,304 Trac[loader] DEBUG: Loading plugin
"trac.mimeview.txtl" from "\python312\lib\site-packages"
2024-02-15 15:37:59,310 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl =
trac.mimeview.txtl [textile]": DistributionNotFound: The 'textile>=2.3;
extra == "textile"' distribution was not found and is required by the
application
2024-02-15 15:37:59,310 Trac[loader] DEBUG: Loading plugin
"trac.notification.api" from "\python312\lib\site-packages"
2024-02-15 15:37:59,311 Trac[loader] DEBUG: Loading plugin
"trac.notification.mail" from "\python312\lib\site-packages"
2024-02-15 15:37:59,311 Trac[loader] DEBUG: Loading plugin
"trac.notification.prefs" from "c\python312\lib\site-packages"
2024-02-15 15:37:59,334 Trac[loader] DEBUG: Loading plugin "trac.prefs"
from "\python312\lib\site-packages"
2024-02-15 15:37:59,340 Trac[loader] DEBUG: Loading plugin "trac.search"
from "\python312\lib\site-packages"
2024-02-15 15:37:59,346 Trac[loader] DEBUG: Loading plugin
"trac.ticket.admin" from "\python312\lib\site-packages"
2024-02-15 15:37:59,358 Trac[loader] DEBUG: Loading plugin
"trac.ticket.batch" from "\python312\lib\site-packages"
2024-02-15 15:37:59,368 Trac[loader] DEBUG: Loading plugin
"trac.ticket.notification" from "\python312\lib\site-packages"
2024-02-15 15:37:59,368 Trac[loader] DEBUG: Loading plugin
"trac.ticket.query" from "\python312\lib\site-packages"
2024-02-15 15:37:59,371 Trac[loader] DEBUG: Loading plugin
"trac.ticket.report" from "\python312\lib\site-packages"
2024-02-15 15:37:59,389 Trac[loader] DEBUG: Loading plugin
"trac.ticket.roadmap" from "\python312\lib\site-packages"
2024-02-15 15:37:59,389 Trac[loader] DEBUG: Loading plugin
"trac.ticket.web_ui" from "\python312\lib\site-packages"
2024-02-15 15:37:59,394 Trac[loader] DEBUG: Loading plugin "trac.timeline"
from "\python312\lib\site-packages"
2024-02-15 15:37:59,396 Trac[loader] DEBUG: Loading plugin
"trac.versioncontrol.admin" from "\python312\lib\site-packages"
2024-02-15 15:37:59,398 Trac[loader] DEBUG: Loading plugin
"trac.versioncontrol.svn_authz" from "\python312\lib\site-packages"
2024-02-15 15:37:59,399 Trac[loader] DEBUG: Loading plugin
"trac.versioncontrol.web_ui" from "\python312\lib\site-packages"
2024-02-15 15:37:59,409 Trac[loader] DEBUG: Loading plugin "trac.web.auth"
from "\python312\lib\site-packages"
2024-02-15 15:37:59,409 Trac[loader] DEBUG: Loading plugin "trac.web.main"
from "\python312\lib\site-packages"
2024-02-15 15:37:59,410 Trac[loader] DEBUG: Loading plugin
"trac.web.session" from "\python312\lib\site-packages"
2024-02-15 15:37:59,410 Trac[loader] DEBUG: Loading plugin
"trac.wiki.admin" from "\python312\lib\site-packages"
2024-02-15 15:37:59,411 Trac[loader] DEBUG: Loading plugin
"trac.wiki.interwiki" from "\python312\lib\site-packages"
2024-02-15 15:37:59,413 Trac[loader] DEBUG: Loading plugin
"trac.wiki.macros" from "\python312\lib\site-packages"
2024-02-15 15:37:59,414 Trac[loader] DEBUG: Loading plugin
"trac.wiki.web_api" from "\python312\lib\site-packages"
2024-02-15 15:37:59,415 Trac[loader] DEBUG: Loading plugin
"trac.wiki.web_ui" from "\python312\lib\site-packages"
2024-02-15 15:37:59,417 Trac[loader] DEBUG: Loading plugin
"tracopt.perm.authz_policy" from "\python312\lib\site-packages"
2024-02-15 15:37:59,421 Trac[loader] DEBUG: Loading plugin
"tracopt.perm.config_perm_provider" from "\python312\lib\site-packages"
2024-02-15 15:37:59,423 Trac[loader] DEBUG: Loading plugin
"tracopt.ticket.clone" from "\python312\lib\site-packages"
2024-02-15 15:37:59,432 Trac[loader] DEBUG: Loading plugin
"tracopt.ticket.commit_updater" from "\python312\lib\site-packages"
2024-02-15 15:37:59,434 Trac[loader] DEBUG: Loading plugin
"tracopt.ticket.deleter" from "\python312\lib\site-packages"
2024-02-15 15:37:59,435 Trac[loader] DEBUG: Loading plugin
"tracopt.versioncontrol.git.git_fs" from "\python312\lib\site-packages"
2024-02-15 15:37:59,442 Trac[loader] DEBUG: Loading plugin
"tracopt.versioncontrol.svn.svn_fs" from "\python312\lib\site-packages"
2024-02-15 15:37:59,447 Trac[loader] DEBUG: Loading plugin
"tracopt.versioncontrol.svn.svn_prop" from "\python312\lib\site-packages"
2024-02-15 15:37:59,450 Trac[default_workflow] DEBUG: Workflow actions at
initialization: defaultdict(<class 'dict'>, {'accept': {'oldstates':
['new', 'assigned', 'accepted', 'reopened'], 'newstate': 'accepted',
'operations': ['set_owner_to_self'], 'permissions': ['TICKET_MODIFY'],
'label': 'accept', 'name': '', 'default': 0}, 'create': {'oldstates':
[None], 'newstate': 'new', 'default': 1, 'label': 'create', 'name': '',
'operations': [], 'permissions': []}, 'create_and_assign': {'oldstates':
[None], 'newstate': 'assigned', 'label': 'assign', 'operations':
['may_set_owner'], 'permissions': ['TICKET_MODIFY'], 'name': '', 'default':
0}, 'leave': {'oldstates': ['*'], 'newstate': '*', 'default': 1,
'operations': ['leave_status'], 'label': 'leave', 'name': '',
'permissions': []}, 'reassign': {'oldstates': ['new', 'assigned',
'accepted', 'reopened'], 'newstate': 'assigned', 'operations':
['set_owner'], 'permissions': ['TICKET_MODIFY'], 'label': 'reassign',
'name': '', 'default': 0}, 'reopen': {'oldstates': ['closed'], 'newstate':
'reopened', 'operations': ['del_resolution'], 'permissions':
['TICKET_CREATE'], 'label': 'reopen', 'name': '', 'default': 0}, 'resolve':
{'oldstates': ['new', 'assigned', 'accepted', 'reopened'], 'newstate':
'closed', 'operations': ['set_resolution'], 'permissions':
['TICKET_MODIFY'], 'label': 'resolve', 'name': '', 'default': 0}, '_reset':
{'default': 0, 'label': 'Reset', 'newstate': 'new', 'oldstates': [],
'operations': ['reset_workflow'], 'permissions': ['TICKET_ADMIN']}})

2024-02-15 15:37:59,452 Trac[env] WARNING: [trac] base_url option not set
in configuration, generated links may be incorrect
2024-02-15 15:37:59,452 Trac[main] DEBUG: Dispatching <RequestWithSession
"GET '/login'">
2024-02-15 15:37:59,468 Trac[main] DEBUG: Chosen handler is <Component
acct_mgr.web_ui.LoginModule>
2024-02-15 15:37:59,469 Trac[session] DEBUG: Retrieving session for ID
'admin'
2024-02-15 15:37:59,470 Trac[api] DEBUG: action controllers for ticket
workflow: ['ConfigurableTicketWorkflow']
2024-02-15 15:37:59,471 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing ACCTMGR_USER_ADMIN on None
2024-02-15 15:37:59,493 Trac[main] DEBUG: Dispatching <RequestWithSession
"GET '/'">
2024-02-15 15:37:59,495 Trac[session] DEBUG: Retrieving session for ID
'admin'
2024-02-15 15:37:59,495 Trac[main] DEBUG: Chosen handler is <Component
trac.wiki.web_ui.WikiModule>
2024-02-15 15:37:59,496 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing ACCTMGR_USER_ADMIN on None
2024-02-15 15:37:59,497 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:WikiStart'>
2024-02-15 15:37:59,497 Trac[chrome] DEBUG: Prepare chrome data for request
2024-02-15 15:37:59,520 Trac[main] DEBUG: Negotiated locale: None -> en_US
2024-02-15 15:37:59,522 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing EMAIL_VIEW on None
2024-02-15 15:37:59,524 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing ACCTMGR_CONFIG_ADMIN on None
2024-02-15 15:37:59,524 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TRAC_ADMIN on <Resource 'admin:general/basics'>
2024-02-15 15:37:59,524 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TRAC_ADMIN on <Resource 'admin:general/logging'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing PERMISSION_GRANT on <Resource 'admin:general/perm'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TRAC_ADMIN on <Resource 'admin:general/plugin'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/components'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing MILESTONE_ADMIN on <Resource 'admin:ticket/milestones'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/versions'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/priority'>
2024-02-15 15:37:59,525 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/resolution'>
2024-02-15 15:37:59,526 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/severity'>
2024-02-15 15:37:59,526 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_ADMIN on <Resource 'admin:ticket/type'>
2024-02-15 15:37:59,526 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing SEARCH_VIEW on None
2024-02-15 15:37:59,527 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing ROADMAP_VIEW on None
2024-02-15 15:37:59,527 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_VIEW on <Resource 'ticket'>
2024-02-15 15:37:59,527 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing REPORT_VIEW on <Resource 'report:-1'>
2024-02-15 15:37:59,528 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TICKET_CREATE on None
2024-02-15 15:37:59,528 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing TIMELINE_VIEW on <Resource 'timeline'>
2024-02-15 15:37:59,529 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:TracGuide'>
2024-02-15 15:37:59,530 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:TitleIndex'>
2024-02-15 15:37:59,531 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_MODIFY on <Resource 'wiki:WikiStart'>
2024-02-15 15:37:59,531 Trac[perm] DEBUG: LegacyAttachmentPolicy allows
admin performing ATTACHMENT_CREATE on <Resource 'wiki:WikiStart,
attachment'>
2024-02-15 15:37:59,532 Trac[main] DEBUG: Rendering response with template
wiki_view.html
2024-02-15 15:37:59,739 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_CREATE on <Resource 'wiki:WikiStart'>
2024-02-15 15:37:59,739 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_ADMIN on <Resource 'wiki:WikiStart'>
2024-02-15 15:37:59,782 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:WikiOriginal'>
2024-02-15 15:37:59,783 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:ObservationReportingFlowCharts
'>
2024-02-15 15:37:59,784 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:RemedyProcessFlowCharts'>
2024-02-15 15:37:59,785 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:SprintBacklog'>
2024-02-15 15:37:59,785 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:SprintMeetings'>
2024-02-15 15:37:59,786 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:RetrospectiveMeetings'>
2024-02-15 15:37:59,791 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:RetrospectiveRota'>
2024-02-15 15:37:59,791 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:FixDescriptionStandard'>
2024-02-15 15:37:59,791 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:PostItStandard'>
2024-02-15 15:37:59,791 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:NewPageSetup'>
2024-02-15 15:37:59,798 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:CreateTracTicket'>
2024-02-15 15:37:59,799 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:TshirtSizing'>
2024-02-15 15:37:59,800 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:TestEvidenceStandard'>
2024-02-15 15:37:59,802 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:AutomatedScripts'>
2024-02-15 15:37:59,803 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_VIEW on <Resource 'wiki:OpaKnowledgeBase'>
2024-02-15 15:37:59,949 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_DELETE on <Resource 'wiki:WikiStart'>
2024-02-15 15:37:59,949 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing WIKI_RENAME on <Resource 'wiki:WikiStart'>
2024-02-15 15:38:07,191 Trac[main] DEBUG: Dispatching <RequestWithSession
"POST '/logout'">
2024-02-15 15:38:07,192 Trac[main] DEBUG: Chosen handler is <Component
acct_mgr.web_ui.LoginModule>
2024-02-15 15:38:07,192 Trac[session] DEBUG: Retrieving session for ID
'admin'
2024-02-15 15:38:07,195 Trac[perm] DEBUG: DefaultPermissionPolicy allows
admin performing ACCTMGR_USER_ADMIN on None
2024-02-15 15:38:07,226 Trac[main] DEBUG: Dispatching <RequestWithSession
"GET '/'">
2024-02-15 15:38:07,226 Trac[main] DEBUG: Chosen handler is <Component
trac.wiki.web_ui.WikiModule>
2024-02-15 15:38:07,229 Trac[perm] DEBUG: No policy allowed anonymous
performing WIKI_VIEW on <Resource 'wiki:WikiStart'>
2024-02-15 15:38:07,232 Trac[main] DEBUG: Negotiated locale: None -> en_US
2024-02-15 15:38:07,234 Trac[main] WARNING: [158.234.91.219] HTTPForbidden:
403 Forbidden (WIKI_VIEW privileges are required to perform this operation
on WikiStart. You don't have the required permissions.),
<RequestWithSession "GET '/'">, referrer 'Archive
<http://nsvtrac:8000/NSVS-Archive>'
2024-02-15 15:38:07,234 Trac[chrome] DEBUG: Prepare chrome data for request
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing ACCTMGR_CONFIG_ADMIN on None
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing ACCTMGR_USER_ADMIN on None
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/basics'>
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/logging'>
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing PERMISSION_GRANT on <Resource 'admin:general/perm'>
2024-02-15 15:38:07,235 Trac[perm] DEBUG: No policy allowed anonymous
performing PERMISSION_REVOKE on <Resource 'admin:general/perm'>
2024-02-15 15:38:07,236 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/plugin'>
2024-02-15 15:38:07,236 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/components'>
2024-02-15 15:38:07,236 Trac[perm] DEBUG: No policy allowed anonymous
performing MILESTONE_ADMIN on <Resource 'admin:ticket/milestones'>
2024-02-15 15:38:07,236 Trac[perm] DEBUG: No policy allowed anonymous
performing MILESTONE_VIEW on <Resource 'admin:ticket/milestones'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/versions'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/priority'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/resolution'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/severity'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/type'>
2024-02-15 15:38:07,237 Trac[perm] DEBUG: No policy allowed anonymous
performing SEARCH_VIEW on None
2024-02-15 15:38:07,238 Trac[perm] DEBUG: No policy allowed anonymous
performing ROADMAP_VIEW on None
2024-02-15 15:38:07,238 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_VIEW on <Resource 'ticket'>
2024-02-15 15:38:07,238 Trac[perm] DEBUG: No policy allowed anonymous
performing REPORT_VIEW on <Resource 'report:-1'>
2024-02-15 15:38:07,238 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_CREATE on None
2024-02-15 15:38:07,238 Trac[perm] DEBUG: No policy allowed anonymous
performing TIMELINE_VIEW on <Resource 'timeline'>
2024-02-15 15:38:07,239 Trac[perm] DEBUG: No policy allowed anonymous
performing WIKI_VIEW on <Resource 'wiki:TracGuide'>
2024-02-15 15:38:09,389 Trac[main] DEBUG: Dispatching <RequestWithSession
"GET '/login'">
2024-02-15 15:38:09,389 Trac[main] DEBUG: Chosen handler is <Component
acct_mgr.web_ui.LoginModule>
2024-02-15 15:38:09,389 Trac[session] DEBUG: Retrieving session for ID
'e13b9b5f864f27f9d40315d4'
2024-02-15 15:38:09,389 Trac[main] DEBUG: Rendering response with template
account_login.html
2024-02-15 15:38:09,406 Trac[main] DEBUG: Negotiated locale: None -> en_US
2024-02-15 15:38:09,408 Trac[chrome] DEBUG: Prepare chrome data for request
2024-02-15 15:38:09,408 Trac[perm] DEBUG: No policy allowed anonymous
performing ACCTMGR_CONFIG_ADMIN on None
2024-02-15 15:38:09,408 Trac[perm] DEBUG: No policy allowed anonymous
performing ACCTMGR_USER_ADMIN on None
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/basics'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/logging'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing PERMISSION_GRANT on <Resource 'admin:general/perm'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing PERMISSION_REVOKE on <Resource 'admin:general/perm'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing TRAC_ADMIN on <Resource 'admin:general/plugin'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/components'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing MILESTONE_ADMIN on <Resource 'admin:ticket/milestones'>
2024-02-15 15:38:09,409 Trac[perm] DEBUG: No policy allowed anonymous
performing MILESTONE_VIEW on <Resource 'admin:ticket/milestones'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/versions'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/priority'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/resolution'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/severity'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_ADMIN on <Resource 'admin:ticket/type'>
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing SEARCH_VIEW on None
2024-02-15 15:38:09,410 Trac[perm] DEBUG: No policy allowed anonymous
performing ROADMAP_VIEW on None
2024-02-15 15:38:09,411 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_VIEW on <Resource 'ticket'>
2024-02-15 15:38:09,411 Trac[perm] DEBUG: No policy allowed anonymous
performing REPORT_VIEW on <Resource 'report:-1'>
2024-02-15 15:38:09,411 Trac[perm] DEBUG: No policy allowed anonymous
performing TICKET_CREATE on None
2024-02-15 15:38:09,411 Trac[perm] DEBUG: No policy allowed anonymous
performing TIMELINE_VIEW on <Resource 'timeline'>
2024-02-15 15:38:09,411 Trac[perm] DEBUG: No policy allowed anonymous
performing WIKI_VIEW on <Resource 'wiki:WikiStart'>
2024-02-15 15:38:09,412 Trac[perm] DEBUG: No policy allowed anonymous
performing WIKI_VIEW on <Resource 'wiki:TracGuide'>

On Monday, February 12, 2024 at 10:52:41?PM UTC RjOllos wrote:

> On Monday, February 12, 2024 at 2:52:17?PM UTC-8 RjOllos wrote:
>
> On Thursday, February 8, 2024 at 9:01:35?AM UTC-8 rcook...@gmail.com
> wrote:
>
> With full debug enabled, reload the system and see what modules populate -
> or what warnings/errors are in the log.
>
>
> This is good advice. See:
> https://trac.edgewall.org/wiki/TracTroubleshooting
>
>
> and more specifically, this section:
> https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/f325c11e-4611-47df-a203-7136a4c675d6n%40googlegroups.com.
Re: Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
On 2024/02/20 18:06, Jamie wrote:
> This is what the logs look like but nothing jumps out as to why this isn't in the mainnav

It looks like there is no repository configured in your Trac environment.

Once at least one repository with BROWSER_VIEW permission is found, the browser
menu becomes available. The performing BROWSER_VIEW permission will be logged.

However, the performing BROWSER_VIEW permission is not present in the trac.log.
So I consider the repository is not configured.


Example:

2024-02-20 20:36:50,173 Trac[perm] DEBUG: DefaultPermissionPolicy allows admin performing BROWSER_VIEW on <Resource 'repository:repos1, source:/'>

2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on <Resource 'repository:repos1, source:/'>
2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on <Resource 'repository:repos2, source:/'>
2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on <Resource 'repository:repos3, source:/'>
...


--
Jun Omae <jun66j5@gmail.com> (?? ?)

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/6dfd113d-6f92-430a-9700-650e96bff3b0%40gmail.com.
Re: Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
Thanks for the response that does make sense, however I did have a
repository configured which when I navigated to /Browser I could see it in
there but still had no browse source tab. I have since removed the
repository hence why my logs didn't have that. But when I did have it I
still didn't see the menu.

I'll keep playing around with it and see. Thanks for all the responses.

On Tuesday, February 20, 2024 at 11:58:13?AM UTC Jun Omae wrote:

> On 2024/02/20 18:06, Jamie wrote:
> > This is what the logs look like but nothing jumps out as to why this
> isn't in the mainnav
>
> It looks like there is no repository configured in your Trac environment.
>
> Once at least one repository with BROWSER_VIEW permission is found, the
> browser
> menu becomes available. The performing BROWSER_VIEW permission will be
> logged.
>
> However, the performing BROWSER_VIEW permission is not present in the
> trac.log.
> So I consider the repository is not configured.
>
>
> Example:
>
> 2024-02-20 20:36:50,173 Trac[perm] DEBUG: DefaultPermissionPolicy allows
> admin performing BROWSER_VIEW on <Resource 'repository:repos1, source:/'>
>
> 2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous
> performing BROWSER_VIEW on <Resource 'repository:repos1, source:/'>
> 2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous
> performing BROWSER_VIEW on <Resource 'repository:repos2, source:/'>
> 2024-02-20 20:35:22,344 Trac[perm] DEBUG: No policy allowed anonymous
> performing BROWSER_VIEW on <Resource 'repository:repos3, source:/'>
> ...
>
>
> --
> Jun Omae <jun...@gmail.com> (?? ?)
>
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/e4d9b118-d05b-4f12-a743-99550dec1db8n%40googlegroups.com.
Re: Re: Missing Mainnav menu in Trac 1.6 [ In reply to ]
On Tue, Feb 20, 2024 at 5:50?AM Jamie <jamietrac473@gmail.com> wrote:

> Thanks for the response that does make sense, however I did have a
> repository configured which when I navigated to /Browser I could see it in
> there but still had no browse source tab. I have since removed the
> repository hence why my logs didn't have that. But when I did have it I
> still didn't see the menu.
>
> I'll keep playing around with it and see. Thanks for all the responses.
>

At this stage it would be most helpful if you added the repository
configuration back and posted a new log.

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CA%2BBGpn9o4eRwFXNW3UMr%2BNn4E6N4gFGxo9fzAiZYH4RVBqygtw%40mail.gmail.com.