[Moin-devel] CVS: MoinMoin/formatter text_html.py,1.40,1.41

J?rgen Hermann jhermann at users.sourceforge.net
Wed Apr 24 13:43:04 EDT 2002


Update of /cvsroot/moin/MoinMoin/formatter
In directory usw-pr-cvs1:/tmp/cvs-serv32698/formatter

Modified Files:
	text_html.py 
Log Message:
Replaced most refs to user.current by request.user


Index: text_html.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/formatter/text_html.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** text_html.py	17 Apr 2002 19:54:35 -0000	1.40
--- text_html.py	24 Apr 2002 20:11:21 -0000	1.41
***************
*** 65,69 ****
  
          # add popup icon if user asked for it
!         if pretty and user.current.external_target:
              str = ('%s<a target="_blank" href="%s"><img src="%s/img/moin-popup.gif"'
                  ' border="0" width="15" height="9" alt="%s"></a>') % (
--- 65,69 ----
  
          # add popup icon if user asked for it
!         if pretty and self.request.user.external_target:
              str = ('%s<a target="_blank" href="%s"><img src="%s/img/moin-popup.gif"'
                  ' border="0" width="15" height="9" alt="%s"></a>') % (





More information about the Moin-devel mailing list