[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
- Previous message (by thread): [Moin-devel] CVS: dist/wiki/data/text HelpOnProcessors,NONE,1.1 HelpOnActions,1.3,1.4 HelpOnEditing,1.4,1.5
- Next message (by thread): [Moin-devel] CVS: MoinMoin/formatter base.py,1.19,1.20 text_html.py,1.37,1.38 text_plain.py,1.15,1.16 text_xml.py,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>')
- Previous message (by thread): [Moin-devel] CVS: dist/wiki/data/text HelpOnProcessors,NONE,1.1 HelpOnActions,1.3,1.4 HelpOnEditing,1.4,1.5
- Next message (by thread): [Moin-devel] CVS: MoinMoin/formatter base.py,1.19,1.20 text_html.py,1.37,1.38 text_plain.py,1.15,1.16 text_xml.py,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Moin-devel
mailing list