]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/app/mediawiki.py
Add human readable names to applications.
[wizard.git] / wizard / app / mediawiki.py
index 01cfcaf7cf095c01382bb4d799ac86e7ea5bf5e0..1f665040bafe8e404188e8959ef9c5ec78c218ba 100644 (file)
@@ -35,6 +35,7 @@ seed = util.dictmap(make_filename_regex, {
         })
 
 class Application(app.Application):
+    fullname = "MediaWiki"
     database = "mysql"
     parametrized_files = ['LocalSettings.php'] + php.parametrized_files
     deprecated_keys = set(['WIZARD_IP']) | php.deprecated_keys