Component-Builder/admin/models
2019-02-06 11:32:38 +02:00
..
fields Resolved gh-323 so we can load fields only in the linked or admin list views or in both. Added the option to also add permission to access fields. Improved the checkArray method to return arry count value. Fixed issue in field permissions when the value is and array, field type can not be made hidden, but should instead just be removed. Fixed an issue in the code search methods to insure all areas are looked at, and search and export. 2018-10-29 18:38:00 +02:00
forms Fixed gh-373 so that the auto update of selection is only triggered when toggling the all selection button. 2019-02-06 11:32:38 +02:00
rules Added Joomla volunteers banner. Fixed a syntax error in the custom admin view called get snippets. 2018-06-29 04:19:50 +02:00
admin_custom_tabs.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admin_fields_conditions.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admin_fields_relations.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
admin_fields.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admin_view.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
admin_views.php Added the option to set the row_format per table in the admin view. Converted all the JCB tables to have a DYNAMIC row format. Fixed gh-369 so that JCB packages like JMM can be imported. 2019-01-26 05:52:05 +02:00
admins_custom_tabs.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admins_fields_conditions.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admins_fields_relations.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
admins_fields.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
ajax.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
compiler.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_admin_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_config.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_custom_admin_menus.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_custom_admin_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_dashboard.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
component_files_folders.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_mysql_tweaks.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_site_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
component_updates.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
componentbuilder.php Improved the custom code area to now allow custom code in custom code with the help of placheholders. Removed the static wiki page, and relinked to the github wiki. 2018-11-27 15:05:47 +02:00
components_admin_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_config.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_custom_admin_menus.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_custom_admin_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_dashboard.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_files_folders.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_mysql_tweaks.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_site_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
components_updates.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
custom_admin_view.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
custom_admin_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
custom_code.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
custom_codes.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
dynamic_get.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
dynamic_gets.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
field.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
fields.php Resolved gh-360 by adding the blob data type as an option for data types. Resolved gh-362 by adding the nested subform compatibility to subforms in JCB. Resolved gh-365 by improving the customscript validation search of save of custom code area. Added email validation to the email helper script. 2019-01-14 17:41:49 +02:00
fieldtype.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
fieldtypes.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
get_snippets.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
help_document.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
help_documents.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
import_joomla_components.php Fixed the import of JCB packages, that had an issue of not storing multiple list selection values correctly during import. 2018-09-11 23:37:48 +02:00
import_language_translations.php Update the header details in all files 2018-05-18 08:40:07 +02:00
import.php Update the header details in all files 2018-05-18 08:40:07 +02:00
index.html first commit of free version 2016-01-30 22:28:43 +02:00
joomla_component.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
joomla_components.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
language_translation.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
language_translations.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
language.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
languages.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
layout.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
layouts.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
libraries_config.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
libraries_files_folders_urls.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
libraries.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
library_config.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
library_files_folders_urls.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
library.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
server.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
servers.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
site_view.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
site_views.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
snippet_type.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
snippet_types.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
snippet.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
snippets.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
template.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
templates.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
validation_rule.php Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
validation_rules.php Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00