[Moin-devel] CVS: MoinMoin wikimacro.py,1.34,1.35

J?rgen Hermann jhermann at users.sourceforge.net
Sun Mar 17 03:04:07 EST 2002


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

Modified Files:
	wikimacro.py 
Log Message:
List processors on SystemInfo; more stable API (ability to check 
for in_pre)


Index: wikimacro.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/wikimacro.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** wikimacro.py	12 Mar 2002 04:09:00 -0000	1.34
--- wikimacro.py	17 Mar 2002 11:03:57 -0000	1.35
***************
*** 206,210 ****
      def _macro_SystemInfo(self, args):
          from cStringIO import StringIO
!         from MoinMoin import eventlog
  
          # check for 4XSLT
--- 206,210 ----
      def _macro_SystemInfo(self, args):
          from cStringIO import StringIO
!         from MoinMoin import eventlog, processor
  
          # check for 4XSLT
***************
*** 242,245 ****
--- 242,247 ----
          row(_('Local extension actions'), 
              string.join(wikiaction.getPlugins()[1], ', ') or _("<b>NONE</b>"))
+         row(_('Installed processors'), 
+             string.join(processor.processors, ', ') or _("<b>NONE</b>"))
          buf.write('</table>')
  





More information about the Moin-devel mailing list