194 WriteINIStr "$stack_instdir\php\php.ini" "GMP" "extension" "php_gmp.dll" |
194 WriteINIStr "$stack_instdir\php\php.ini" "GMP" "extension" "php_gmp.dll" |
195 IfErrors 0 +2 |
195 IfErrors 0 +2 |
196 MessageBox MB_OK|MB_ICONEXCLAMATION "GMP was not automatically enabled in PHP. Logins will be several seconds slower." |
196 MessageBox MB_OK|MB_ICONEXCLAMATION "GMP was not automatically enabled in PHP. Logins will be several seconds slower." |
197 SectionEnd |
197 SectionEnd |
198 |
198 |
|
199 /* Plugins components commented out, we don't plan on enabling this until at least 1.2.0 RC1 |
199 Section "YubiKey auth plugin" SEC02 |
200 Section "YubiKey auth plugin" SEC02 |
200 SectionEnd |
201 SectionEnd |
201 |
202 |
202 Section "AjIM2" SEC03 |
203 Section "AjIM2" SEC03 |
203 SectionEnd |
204 SectionEnd |
214 Section "Code syntax highlighting" SEC11 |
215 Section "Code syntax highlighting" SEC11 |
215 SectionEnd |
216 SectionEnd |
216 |
217 |
217 Section "Wiki functionality extensions" SEC12 |
218 Section "Wiki functionality extensions" SEC12 |
218 SectionEnd |
219 SectionEnd |
|
220 |
|
221 */ |
219 |
222 |
220 Section -ConfigureApache |
223 Section -ConfigureApache |
221 DetailPrint "Configuring Apache web server" |
224 DetailPrint "Configuring Apache web server" |
222 Call write_apache_config |
225 Call write_apache_config |
223 DetailPrint "Restarting Apache" |
226 DetailPrint "Restarting Apache" |
257 SectionEnd |
260 SectionEnd |
258 |
261 |
259 ; Section descriptions |
262 ; Section descriptions |
260 !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN |
263 !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN |
261 !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "Core components of Enano CMS, necessary to run Enano" |
264 !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "Core components of Enano CMS, necessary to run Enano" |
|
265 |
|
266 /* Components disabled |
262 !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Adds support for Yubikey authentication" |
267 !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Adds support for Yubikey authentication" |
263 !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "An AJAX chatbox sidebar gadget for Enano" |
268 !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "An AJAX chatbox sidebar gadget for Enano" |
264 !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Provides a sidebar block that alerts you about unapproved comments, inactive users, and pages with requested deletion." |
269 !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Provides a sidebar block that alerts you about unapproved comments, inactive users, and pages with requested deletion." |
265 !insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "Provides the ability to generate RSS feeds based on the latest page edits and comments. It also has a plugin API so plugins can add their own feeds." |
270 !insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "Provides the ability to generate RSS feeds based on the latest page edits and comments. It also has a plugin API so plugins can add their own feeds." |
266 !insertmacro MUI_DESCRIPTION_TEXT ${SEC08} "Provides a portal with news and static content combined onto one page." |
271 !insertmacro MUI_DESCRIPTION_TEXT ${SEC08} "Provides a portal with news and static content combined onto one page." |
267 !insertmacro MUI_DESCRIPTION_TEXT ${SEC11} "Parser extension that adds syntax highlighting support using the GeSHi highlighting engine." |
272 !insertmacro MUI_DESCRIPTION_TEXT ${SEC11} "Parser extension that adds syntax highlighting support using the GeSHi highlighting engine." |
268 !insertmacro MUI_DESCRIPTION_TEXT ${SEC12} "Adds several parser extensions that provide MediaWiki-like behavior, including references (footnotes) and Table of Contents support." |
273 !insertmacro MUI_DESCRIPTION_TEXT ${SEC12} "Adds several parser extensions that provide MediaWiki-like behavior, including references (footnotes) and Table of Contents support." |
|
274 */ |
|
275 |
269 !insertmacro MUI_DESCRIPTION_TEXT ${SecGMP} "Enables PHP's GMP extension, which speeds up cryptographic operations." |
276 !insertmacro MUI_DESCRIPTION_TEXT ${SecGMP} "Enables PHP's GMP extension, which speeds up cryptographic operations." |
270 !insertmacro MUI_FUNCTION_DESCRIPTION_END |
277 !insertmacro MUI_FUNCTION_DESCRIPTION_END |
271 |
278 |
272 Function .onInit |
279 Function .onInit |
273 !ifdef UNINSTALL_DEBUG |
280 !ifdef UNINSTALL_DEBUG |