[Moin-devel] CVS: MoinMoin/action AttachFile.py,1.29,1.30
J?rgen Hermann
jhermann at users.sourceforge.net
Tue Apr 9 14:26:08 EDT 2002
Update of /cvsroot/moin/MoinMoin/action
In directory usw-pr-cvs1:/tmp/cvs-serv7780/MoinMoin/action
Modified Files:
AttachFile.py
Log Message:
New print icon; permission fix for new uploads
Index: AttachFile.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/action/AttachFile.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** AttachFile.py 27 Mar 2002 22:51:03 -0000 1.29
--- AttachFile.py 9 Apr 2002 21:25:31 -0000 1.30
***************
*** 361,364 ****
--- 361,366 ----
finally:
stream.close()
+ os.chmod(fpath, 0666 & config.umask)
+
bytes = len(content)
msg = _("Attachment '%(target)s' (remote name '%(filename)s')"
More information about the Moin-devel
mailing list