# HG changeset patch # User Neal Gompa # Date 1261185365 21600 # Node ID af10a4dbafb4f6a28dca836e262959c9717ae3c4 # Parent 37824b18ff73a6042e51150e1dbf750f978520a3 Commenting out plugin component blocks. We aren't using them for anything, and they are currently empty anyway... diff -r 37824b18ff73 -r af10a4dbafb4 enano-bundle.nsi --- a/enano-bundle.nsi Thu Dec 17 05:56:36 2009 -0500 +++ b/enano-bundle.nsi Fri Dec 18 19:16:05 2009 -0600 @@ -196,6 +196,7 @@ MessageBox MB_OK|MB_ICONEXCLAMATION "GMP was not automatically enabled in PHP. Logins will be several seconds slower." SectionEnd +/* Plugins components commented out, we don't plan on enabling this until at least 1.2.0 RC1 Section "YubiKey auth plugin" SEC02 SectionEnd @@ -217,6 +218,8 @@ Section "Wiki functionality extensions" SEC12 SectionEnd +*/ + Section -ConfigureApache DetailPrint "Configuring Apache web server" Call write_apache_config @@ -259,6 +262,8 @@ ; Section descriptions !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "Core components of Enano CMS, necessary to run Enano" + + /* Components disabled !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Adds support for Yubikey authentication" !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "An AJAX chatbox sidebar gadget for Enano" !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Provides a sidebar block that alerts you about unapproved comments, inactive users, and pages with requested deletion." @@ -266,6 +271,8 @@ !insertmacro MUI_DESCRIPTION_TEXT ${SEC08} "Provides a portal with news and static content combined onto one page." !insertmacro MUI_DESCRIPTION_TEXT ${SEC11} "Parser extension that adds syntax highlighting support using the GeSHi highlighting engine." !insertmacro MUI_DESCRIPTION_TEXT ${SEC12} "Adds several parser extensions that provide MediaWiki-like behavior, including references (footnotes) and Table of Contents support." + */ + !insertmacro MUI_DESCRIPTION_TEXT ${SecGMP} "Enables PHP's GMP extension, which speeds up cryptographic operations." !insertmacro MUI_FUNCTION_DESCRIPTION_END