Mercurial > moin > 1.9
changeset 39:8c5d9587dcae
fixed SystemInfo to also show local plugin parsers
imported from: moin--main--1.5--patch-40
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sun, 25 Sep 2005 21:05:02 +0000 |
parents | 9ab510c272c4 |
children | 9f6c1868c0c8 |
files | MoinMoin/wikimacro.py docs/CHANGES |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/wikimacro.py Sun Sep 25 19:10:06 2005 +0000 +++ b/MoinMoin/wikimacro.py Sun Sep 25 21:05:02 2005 +0000 @@ -400,8 +400,10 @@ ', '.join(ext_actions) or nonestr) row(_('Local extension actions'), ', '.join(wikiaction.getPlugins(self.request)[1]) or nonestr) - row(_('Installed parsers'), + row(_('Global parsers'), ', '.join(parser.modules) or nonestr) + row(_('Local extension parsers'), + ', '.join(wikiutil.wikiPlugins('parser', self.cfg)) or nonestr) row(_('Installed processors (DEPRECATED -- use Parsers instead)'), ', '.join(processor.processors) or nonestr) state = (_('Disabled'), _('Enabled'))
--- a/docs/CHANGES Sun Sep 25 19:10:06 2005 +0000 +++ b/docs/CHANGES Sun Sep 25 21:05:02 2005 +0000 @@ -197,7 +197,7 @@ address unknown to the system, he was not notified of this, but just got a useless mail with no account data in it. Now the system directly tells the user that he entered an unknown email address. - + * Fixed SystemInfo, it now also lists parsers in data/plugin/parser dir. Version 1.4: We used that version number for an internal and early development version