[Moin-devel] CVS: MoinMoin wikiaction.py,1.54,1.55

J?rgen Hermann jhermann at users.sourceforge.net
Wed Feb 6 14:43:02 EST 2002


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

Modified Files:
	wikiaction.py 
Log Message:
Debugging action "dumpform"


Index: wikiaction.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/wikiaction.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** wikiaction.py	2002/02/02 05:39:49	1.54
--- wikiaction.py	2002/02/06 22:42:09	1.55
***************
*** 526,529 ****
--- 526,539 ----
  
  
+ def do_dumpform(pagename, form):
+     data = util.dumpFormData(form)
+ 
+     webapi.http_headers()
+     print "<html><body>"
+     print data
+     print "</body></html>"
+     sys.exit(0)
+ 
+ 
  def do_export(pagename, form):
      import shutil, cStringIO





More information about the Moin-devel mailing list