Added custom buttons to admin views, improved the compiler code, with some bug fixes

This commit is contained in:
2016-09-11 17:27:04 +02:00
parent 8fbd4f8701
commit ecb3ab5af9
372 changed files with 4170 additions and 3139 deletions

View File

@ -0,0 +1,4 @@
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_custom_button` INT(1) NOT NULL DEFAULT '0' AFTER `add_css_views`,
ADD `custom_button` TEXT NOT NULL AFTER `css_views`,
ADD `php_controller` MEDIUMTEXT NOT NULL AFTER `php_before_publish`,
ADD `php_model` MEDIUMTEXT NOT NULL AFTER `php_import_setdata`;