Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3405 closed defect (invalid)

view of trac modules, when using webadmin to show plugins

Reported by: mala Owned by: Christopher Lenz
Priority: high Milestone:
Component: admin/web Version: 0.9.6
Severity: normal Keywords: webadmin plugin administration
Cc: software@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I am using trac 0.9.6 and just got webadmin working (works fine). However, when in the webadmin controls of the browser, I sometimes can see a list of modules of trac itself and the installed plugins and it seems I can enable or disable these modules anyway. I added ascreenshot, so you can see, what I mean. I is not everytime, I follow this link, I get this layout. In most cases It showes me my plugins, that is what it should really do. And sometimes I get Server error messages and on refresh I got this.

Attachments (0)

Change History (3)

comment:1 by mala, 18 years ago

Ok Ok, I would have liked to add the screenshot, but trac would not let me do. I got this erroe three times I tried:

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 314, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 199, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 341, in process_request

self._do_save(req, attachment)

File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 434, in _do_save

for field, message in manipulator.validate_attachment(req, attachment):

File "build/bdist.linux-i686/egg/tracspamfilter/adapters.py", line 102, in validate_attachment File "build/bdist.linux-i686/egg/tracspamfilter/api.py", line 70, in test File "build/bdist.linux-i686/egg/tracspamfilter/filters/akismet.py", line 59, in test File "build/bdist.linux-i686/egg/tracspamfilter/filters/akismet.py", line 90, in _check_comment

UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)

Maybe I try once more later.

comment:2 by Emmanuel Blot, 18 years ago

Resolution: invalid
Severity: criticalnormal
Status: newclosed

Viewing Trac 'internal' modules from within the WebAdmin plugin page is exactly what is meant to be.

The WebAdmin (that is, the trac.ini file which is modified by WebAdmin) plugin allows to enable/disable the different modules Trac when the related feature is not wanted (for example, disabling the "Settings" page), or when the admin wants to replace a default module with a custom one, loaded as a plugin.

This is not a bug, this is a feature. ;-)

About the second part of your bug report: the server error messages you randomly see are usually triggered when the server has not been restarted after enabling/disabling a plugin. Did you restart your server ?

Closing as invalid, feel free to re-open this ticket if I misunderstood your report.

Notes:

  • Please use {{{ ... }}} enclosing braces when quoting a Python traceback, so that it does not get interpretated as Wiki text
  • Please use the ML for installation/configuration issues, before filling in a new ticket if the issue is actually a bug.

comment:3 by Emmanuel Blot, 18 years ago

About the error w/ the attachment: there is a known bug in the askimet filter of the SpamFilter plugin, see #3339.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.