Added owner and key control to export & import of components, also added buy and package link building to global options gh-53

This commit is contained in:
2017-03-30 23:19:12 +02:00
parent f61bb46073
commit cca07258d6
196 changed files with 811 additions and 278 deletions

View File

@ -44,7 +44,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_component` (
`description` TEXT NOT NULL,
`email` VARCHAR(255) NOT NULL DEFAULT '',
`emptycontributors` TINYINT(1) NOT NULL DEFAULT '0',
`export_key` VARCHAR(255) NOT NULL DEFAULT '',
`export_key` TEXT NOT NULL,
`image` CHAR(64) NOT NULL DEFAULT '',
`license` VARCHAR(255) NOT NULL DEFAULT '',
`license_type` TINYINT(1) NOT NULL DEFAULT '0',
@ -112,7 +112,6 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_joomla_component` (
KEY `idx_add_php_helper_site` (`add_php_helper_site`),
KEY `idx_add_php_dashboard_methods` (`add_php_dashboard_methods`),
KEY `idx_update_server_target` (`update_server_target`),
KEY `idx_export_key` (`export_key`),
KEY `idx_adduikit` (`adduikit`),
KEY `idx_add_css` (`add_css`),
KEY `idx_add_email_helper` (`add_email_helper`),