[Moin-devel] CVS: MoinMoin/action DeletePage.py,1.8,1.9
J?rgen Hermann
jhermann at users.sourceforge.net
Wed Mar 6 14:37:10 EST 2002
- Previous message (by thread): [Moin-devel] CVS: MoinMoin/i18n de.py,1.67,1.68
- Next message (by thread): [Moin-devel] CVS: dist/wiki/data/text HelpMiscellaneous,1.2,1.3 HelpOnConfiguration,1.11,1.12 HelpOnInstalling_2fInternetInformationServer,1.4,1.5 HelpOnSkins,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/moin/MoinMoin/action
In directory usw-pr-cvs1:/tmp/cvs-serv4474/action
Modified Files:
DeletePage.py
Log Message:
Removed most page name configs; replaced by getSysPage()
Index: DeletePage.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/action/DeletePage.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** DeletePage.py 30 Nov 2001 23:07:12 -0000 1.8
--- DeletePage.py 6 Mar 2002 22:36:52 -0000 1.9
***************
*** 49,53 ****
# Redirect to RecentChanges
! return Page(config.page_recent_changes).send_page(form,
msg='<strong>%s</strong>' %
(_('Page "%s" was sucessfully deleted!') % (pagename,)))
--- 49,53 ----
# Redirect to RecentChanges
! return wikiutil.getSysPage('RecentChanges').send_page(form,
msg='<strong>%s</strong>' %
(_('Page "%s" was sucessfully deleted!') % (pagename,)))
- Previous message (by thread): [Moin-devel] CVS: MoinMoin/i18n de.py,1.67,1.68
- Next message (by thread): [Moin-devel] CVS: dist/wiki/data/text HelpMiscellaneous,1.2,1.3 HelpOnConfiguration,1.11,1.12 HelpOnInstalling_2fInternetInformationServer,1.4,1.5 HelpOnSkins,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Moin-devel
mailing list