From 4734856dfc1cf5dca8324bbd24aedee10a868761 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Thu, 22 Sep 2016 20:42:44 +0200 Subject: [PATCH] Changed ext_emconf --- ext_emconf.php | 63 +++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index d9c42b2..1dfc195 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,40 +1,35 @@ 'Discourse SSO', - 'description' => 'Single sign on support for Discourse forum software, thus FE users from Typo3 are automatically logged into Discourse', - 'category' => 'be', - 'author' => 'Dirk Jahnke', - 'author_email' => 'dirk.jahnke@mailbox.org', - 'author_company' => 'Dirk Jahnke', - 'shy' => '', - 'dependencies' => 'extbase,fluid', - 'conflicts' => '', - 'priority' => 'bottom', - 'state' => 'beta', - 'uploadfolder' => '0', - 'createDirs' => '', - 'modify_tables' => '', - 'clearCacheOnLoad' => 1, - 'lockType' => '', - 'version' => '0.0.1', - 'constraints' => array( - 'depends' => array( - 'php' => '5.4.0-0.0.0', - 'typo3' => '6.2.0-6.2.99', - 'extbase' => '6.2.0-6.2.99', - 'fluid' => '0.0.0-0.0.0', - ), - 'conflicts' => array( - ), - 'suggests' => array( - 'devlog' => '0.0.0-0.0.0', - ), - ), + 'title' => 'Discourse SSO', + 'description' => 'This is an SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s n +ame, login and email address is passed to discourse, allowing easy setup o fusers.', + 'category' => 'plugin', + 'author' => 'Dirk Jahnke', + 'author_email' => 'dirk.jahnke@mailbox.org', + 'state' => 'experimental', + 'internal' => '', + 'uploadfolder' => '0', + 'createDirs' => '', + 'clearCacheOnLoad' => 0, + 'version' => '0.0.1', + 'constraints' => array( + 'depends' => array( + 'typo3' => '6.2.0-7.2.99', + ), + 'conflicts' => array( + ), + 'suggests' => array( + ), + ), ); - ?>