Adding new features in insert.sql and licensedFestures class

This commit is contained in:
Julio Cesar Laura
2015-12-04 11:50:12 -04:00
parent de4c22a704
commit d0ca1b189f
2 changed files with 55 additions and 1 deletions

View File

@@ -231,6 +231,57 @@ class PMLicensedFeatures
"type" => "features",
"url" => "",
"version" => ""
),
12 => array(
"description" => "Integration with Gmail.",
"enabled" => false,
"id" => "pmGmail",
"latest_version" => "",
"log" => null,
"name" => "pmGmail",
"nick" => "pmGmail",
"progress" => 0,
"publisher" => "Colosa",
"release_type" => "localRegistry",
"status" => "ready",
"store" => "00000000000000000000000000010012",
"type" => "features",
"url" => "",
"version" => ""
),
13 => array(
"description" => "User-based Language Management.",
"enabled" => false,
"id" => "userBasedLanguage",
"latest_version" => "",
"log" => null,
"name" => "userBasedLanguage",
"nick" => "userBasedLanguage",
"progress" => 0,
"publisher" => "Colosa",
"release_type" => "localRegistry",
"status" => "ready",
"store" => "00000000000000000000000000010013",
"type" => "features",
"url" => "",
"version" => ""
),
14 => array(
"description" => "User-based Time Zone Management.",
"enabled" => false,
"id" => "userBasedTimeZone",
"latest_version" => "",
"log" => null,
"name" => "userBasedTimeZone",
"nick" => "userBasedTimeZone",
"progress" => 0,
"publisher" => "Colosa",
"release_type" => "localRegistry",
"status" => "ready",
"store" => "00000000000000000000000000010014",
"type" => "features",
"url" => "",
"version" => ""
)
);

View File

@@ -61343,4 +61343,7 @@ INSERT INTO ADDONS_MANAGER (ADDON_DESCRIPTION,ADDON_ID,ADDON_NAME,ADDON_NICK,ADD
('Enables the multiple email configuration feature.','multipleEmailServers','multipleEmailServers','multipleEmailServers','Colosa','localRegistry','ready','00000000000000000000000000010009','features','','','0'),
('Enables the mobile fields.','mobileFields','mobileFields','mobileFields','Colosa','localRegistry','ready','00000000000000000000000000010008','features','','','0'),
('This plugin will synchronize ProcessMaker with an LDAP or Active Directory server for user authentication.','ldapAdvanced','ldapAdvanced','ldapAdvanced','Colosa','localRegistry','ready','00000000000000000000000000010010','features','','','0'),
('SSO with an LDAP provider.','windowsSSO','windowsSSO','windowsSSO','Colosa','localRegistry','ready','00000000000000000000000000010011','features','','','0');
('SSO with an LDAP provider.','windowsSSO','windowsSSO','windowsSSO','Colosa','localRegistry','ready','00000000000000000000000000010011','features','','','0'),
('Integration with Gmail','pmGmail','pmGmail','pmGmail','Colosa','localRegistry','ready','00000000000000000000000000010012','features','','','0'),
('User-based Language Management.','userBasedLanguage','userBasedLanguage','userBasedLanguage','Colosa','localRegistry','ready','00000000000000000000000000010013','features','','','0'),
('User-based Time Zone Management.','userBasedTimeZone','userBasedTimeZone','userBasedTimeZone','Colosa','localRegistry','ready','00000000000000000000000000010014','features','','','0');