[Moin-devel] Strange Behavior with 1.3 devel (using latest version)

Eric Davis eric_n_davis at hotmail.com
Tue Jun 15 08:36:33 EDT 2004


Here is the moinmoin version info

 Latest Apache
 Latest Mod_python
 Release 1.3devel [Revision 1.181]
 rightsidebar theme

The behavior is that any text on a page before the first link will turn red
on mouseover. You can even see this in the MoinMaster wiki with the
rightsidebar theme enabled.  This is probably a CSS error but I am not that
great with CSS and haven't figured it out.

Also, I was checking out the other themes to see if they had the same
behavior and I get an error with the viewonly theme on MoinMaster.

 AttributeError: edit
      __doc__ = 'Attribute not found.'
      __getitem__ = <bound method AttributeError.__getitem__ of
<exceptions.AttributeError instance>>
      __init__ = <bound method AttributeError.__init__ of
<exceptions.AttributeError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method AttributeError.__str__ of
<exceptions.AttributeError instance>>
      args = ('edit',) -- The above is a description of an error in a Python
program, formatted for a Web browser because the 'cgitb' module was enabled.
In case you are not reading this in a Web browser, here is the original
traceback: Traceback (most recent call last): File
"/home/twaldmann/moincvs/moin--main--1.3/MoinMoin/request.py", line 427, in
run Page(self, query).send_page(self, count_hit=1) File
"/home/twaldmann/moincvs/moin--main--1.3/MoinMoin/Page.py", line 633, in
send_page wikiutil.send_footer(request, self.page_name,
print_mode=print_mode) File
"/home/twaldmann/moincvs/moin--main--1.3/MoinMoin/wikiutil.py", line 1182,
in send_footer request.write(request.theme.footer(d, **keywords)) File
"/home/twaldmann/moincvs/moin--main--1.3/MoinMoin/theme/viewonly.py", line
117, in footer dict = { File
"/home/twaldmann/moincvs/moin--main--1.3/MoinMoin/theme/viewonly.py", line
96, in edittext_link editable = self.request.user.may.edit(d['page_name'])
and d['page'].isWritable() File
"/home/twaldmann/moincvs/moin--main/MoinMoin/security.py", line 58, in
__getattr__ raise AttributeError, attr AttributeError: edit -->

Thanks,
   Eric




More information about the Moin-devel mailing list