[Moin-devel] CVS: MoinMoin/action AttachFile.py,1.21,1.22

J?rgen Hermann jhermann at users.sourceforge.net
Tue Feb 5 16:51:05 EST 2002


Update of /cvsroot/moin/MoinMoin/action
In directory usw-pr-cvs1:/tmp/cvs-serv12058/action

Modified Files:
	AttachFile.py 
Log Message:
Show attachment upload/deletion on RecentChanges


Index: AttachFile.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/action/AttachFile.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** AttachFile.py	2002/02/06 00:30:30	1.21
--- AttachFile.py	2002/02/06 00:50:56	1.22
***************
*** 91,96 ****
      remote_name = os.environ.get('REMOTE_ADDR', '')
      log.addEntry(pagename, remote_name, time.time(),
!         _('File "%(filename)s for page "%(pagename)s') % locals(),
!         action)
  
  
--- 91,95 ----
      remote_name = os.environ.get('REMOTE_ADDR', '')
      log.addEntry(pagename, remote_name, time.time(),
!         urllib.quote(filename), action)
  
  





More information about the Moin-devel mailing list