Skip to content

Releases: vdm-io/Joomla-Component-Builder

Better filters in admin (field, views, and language) areas of JCB.

03 Feb 10:36
9f59578
Compare
Choose a tag to compare
  • Reordered some helper class code in the GUI.
  • Fixed gh-663 so that the label is used in the filter instead of the code_name.
  • Renames field to Modeling Method in the field area.
  • Added new filters to admin, and custom admin, and site list view. gh-651
  • Improved how the filters in the language translation are behave when no language is found. gh-651
  • Added new filters to language translation, and fields admin list view. resolved gh-651
  • Removes the custom component field from JCB.
  • Made some filters to be multiple selection in site & component list view.
  • Adds the combo field more correctly to JCB.
  • Resolves gh-644 and adds the option to add, or hide the category sub-menu of a view.

Bug Fixes

04 Jan 14:08
d9da5d9
Compare
Choose a tag to compare
  • Fixed gh-637 so that the header values will be added.
  • Updated the copyright to only show the first year so we need not update these again.
  • Improved the layout compiler methods.
  • Added the trash helper option to JCB as a pro feature.
  • Added more header options and renamed the header method in the compiler.
  • Improved the compiler message area.
  • Fixed gh-626 to ensure that language strings that are already uppercase do not get added, even if it has a number.
  • Fixed gh-630 by moving the templatestyle field type to the plain field group.
  • Improved the permissions adding behaviour so that no permissions tab will be added if no permissions are set in a view. gh-629
  • Fixed gh-629 to add a hidden title field when a view does not have a title field.
  • Updated the forum details

Major upgrade, with new filter system, and many bug fixes.

12 Dec 06:52
a422ea7
Compare
Choose a tag to compare
  • Added more compiler messages to give info on how the assets table fix works if needed.
  • Added the new Intelligent fix to the assets table rules column (the new default).
  • This will add the fix only if needed, and removes it only if no longer needed, with messages that tell the end-user what it has done. Resolves gh-616
  • Fixed the filter array checking in the getStoredId method for categories as well.
  • Fixed the filter array checking in the getStoredId method.
  • Fixed gh-620 issue to set the correct sql xml closing tag.
  • Added the GUI switch to control the adding of the asset table fix. gh-616
  • Sets the code name of custom views before the model even, so it can be used in the event.
  • Fixed Warning: Invalid argument supplied for foreach() in ../html/libraries/cms/html/select.php on line 592 by adding empty select option.
  • Resolve gh-609 to make sure that custom code set in a field that gets linked to a module will get added to the module.
  • Removed legacy code from site views, that is no longer needed. Resolved gh-612
  • Added filters above the admin list views to resolve gh-378
  • Fixed the access filter in query.
  • Fixed the array to int helper use.
  • Added the correct language strings to category and access filters. gh-378
  • Added sql to the uninstall sql to remove changes made to the assets table on uninstall of a component. resolved gh-616
  • Fixed the file naming colution for the new filters. gh-378
  • Use the new select language string in filters.
  • Fixed gcategory column naming issue in array query.
  • Added the category code to the new filters area. gh-378
  • Update the direction default the descending.
  • Added getListViewDefaultOrdering method to compiler.
  • Moved getFieldDatabaseName to the get class of the compiler.
  • Updated the setFieldFilterListSet method.
  • Improved the filter query code to ignore empty values. gh-378
  • Moved the default static code of the admin list views to compiler. gh-378
  • Added the getCustomFieldCode, setFieldFilterSet, setFieldFilterListSet, setFilterFieldFile methods to the field compiler area.
  • Refactored few other methods and added setDefaultSidebarFilterHelper, setCategorySidebarFilterHelper, setBatchDisplayHelper, setDefaultBatchHelper, setCategoryBatchHelper methods in the integration area of the compiler.
  • Improved the header ser feature and added the setCategoryBatchHelper method. gh-378
  • Add getFieldsetXML and getFieldXMLString method to build fields in compiler gh-378.
  • Refactoring the compiler to use camelcase for view code names.
  • Refactored the setFilterFields and setStoredId in the compiler as still part of the new filter option improvement. gh-378
  • Updated the contribute area in README.
  • Added the multi filter query method, and adapted the setFilterQuery method for the new filter options. gh-378
  • Added the admin filter type switch to compiler gh-378.
  • Moved the name_single and name_list to the view->name_list and view->name_list_code in the compiler (refactoring).
  • Added the new field changes for the new filter implementation. gh-378
  • Fixed gh-609 so that JS and CSS from fields are added to module.
  • Also formatted the class with auto code reformat in phpstorm.

Rotine release to get number of bug fixes out.

29 Oct 13:59
d66fd2a
Compare
Choose a tag to compare
  • Added the needed changes to the core compiler to manage dynamic headers per/controller via pro-member-plugin. gh-548
  • Added the needed changes to the core compiler to manage dynamic headers per/model via pro-member-plugin. gh-548
  • Added more placeholder options for the pagination area in site views. gh-578
  • Resolved gh-600 so that the SQL set in the Admin view will exported with the JCB package.
  • Resolved gh-603 to make sure the code has HTML placeholder style, in round trip development.
  • Update the user updater helper method to all password change, since Joomla changed the user save method in the user class.
  • Resolved gh-596 so that the language strings needed for publishing failure is also added.
  • Added the database update scripts for the new changes.
  • Resolved gh-598 to allow empty prefix as default option.
  • Added the override option to the linked admin views.
  • Added the option to remove line breaks in all language strings.
  • Increased the field size to MEDIUMTEXT for the default input in joomla_module custom_admin_view and site_view.
  • (stutteringp0et-patch-5) Update e_Interpretation.php

Fixed to categories link issue on dashboard.

13 Aug 01:11
8613473
Compare
Choose a tag to compare

With the last release v2.11.3 we move JCB to the more correct Joomla category implementation convention, but this broke the dashboard link to the categories, so this is the fix for this break.

Improved the export feature for all views, and much more...

08 Aug 13:37
3fa87a2
Compare
Choose a tag to compare
  • Added the option to exclude language strings from JCB package exports.
  • Added the security policy.
  • Resolved gh-576 to allow empty filter options.
  • Improved the export feature to allow bulk custom override, and dynamic behavior towards larger sets.
  • Added function name to custom buttons as a class for CSS styling.
  • Removed the fallback for empty description on title field.
  • Improved the createUser method to allow custom method registerUser to create a user.
  • Fixed the empty not_required field issue.
  • Added option to dynamically set the sub-form layout from global options.
  • Fixed bug in compiler that caused index warning.
  • Fixed greateUser logic to use the admin and site creation modes in correct way.
  • Fixed language import issue that cause header mismatching.
  • Added the option to add header values to the custom-custom fields.
  • Fixed gh-570 to add the correct custom field placeholder type, which is PHP and not HTML.
  • Major improvement to user helper methods.
  • Fixed custom field building options to allow options to be set.
  • Fixed gh-569 to use correct paths in module custom fields and rules.
  • Improved the fancy date helper methods.
  • Added the new Text::_() language string search for language strings.
  • Add the option to add header custom code to custom fields.
  • Fixed gh-571 compiler path errors.
  • Updated paypal donation link in readme note.
  • Added notice to the compiler where it detects mismatching category view target names.
  • Added the update script for categories in JCB.
  • Made adjustments all across JCB to act according to gh-561 implementation.
  • Fixed gh-565 by removing the old PHPExcel_IOFactory and adding the new.
  • Updated the subform layout for various subforms in JCB for better display.
  • Change the helper category naming conventions for better integration with Joomla fields. gh-561

Fixed Ordering in List VIews, and other minor changes.

25 May 19:01
691aa81
Compare
Choose a tag to compare
  • Fixed missing ArrayHelper class on export.
  • Updated the table class to also use StringHelper instead of JString.
  • Changed main views in JCB to sort id descending.
  • Changed JArrayHelper to use ArrayHelper and added the use namespace to the files needed.
  • Changed JString to use StringHelper and added the use namespace to the files needed.
  • Fixed the spelling mistake of uniqe.
  • Made changes to compiler to accommodate the new pro member feature that added viewsDefaultOrdering options.
  • Fixed the moving of custom fields found in subforms of a plugin or module.
  • Improved the sorting options to correctly map for custom fields and the category field.
  • Small fixes concerning the sorting list and the column headers/arrows, now both are synchronized.
  • Fixed GUID duplication issue.

Moved to PHPspreadsheet and removed PHPExcel

05 May 02:11
4776098
Compare
Choose a tag to compare
  • Fixed gh-541 that the target client value for admin area is correctly set as administrator.
  • Fixed gh-529 so that the custom admin view does not hidemainmenu when it is selected as the default view (dashboard)
  • Fixed gh-540 to allow for html in the translation field.
  • Resolved gh-518 to allow DECIMAL values as the Other Data Length value.
  • Resolved gh-444 by adding the new phpspreadsheet library, and removing the old PHPExcel library.

Added Plugin and Module Translation integration

05 Apr 00:05
ad8717a
Compare
Choose a tag to compare
  • Added events to the new module and plugin translation areas.
  • Updated the fieldtypes to have more info on the showon property.
  • Formatted compiler classes with the Joomla standards in PHPstorm.
  • Added translation for plugin and module areas. Resolve gh-503 gh-493
  • Fixed gh-534 so that the correct comment is made in the module area with the GUI placeholders.
  • First steps towards adding multi languages for both modules and plugins gh-503 gh-493 in JCB.
  • Other small improvements to the date helper methods.
  • Add the option to target the admin area with modules.
  • Added module area target client switch.
  • Added the custom code placeholder search to modules.
  • Improved the JCB backup feature to only move the zip package to the backup location.
  • Added the option to use advance field modeling to store data in other tables in combination with the field being set to not be stored in the view/table in the admin view.
  • Fixed gh-487 yet once again to allow the datalength to be stored every time, and not get dropped.
  • Improved the JCB way of conditions field behavior.
  • Fixed gh-514 that table ordering in the admin list views will work again.
  • Fixed gh-522 so that file in assets/js/ containing the added code.
  • added git ignore

Bug release with many fixes

17 Feb 20:18
785badc
Compare
Choose a tag to compare
  • Resolved gh-511 to ensure that all linked custom fields and rules are indeed moved to the plugins and modules related.
  • Fixed gh-518 to allow decimal for SQL to work properly.
  • Fixed database relationship mapping in dynamicGet area.
  • Fixed javascript overload in the field conditions area.
  • Fixed a dynamicGet error that linked the wrong tables with eachother.
  • Fixed gh-519 so that the form is loaded around pagination, note that this may break some implementation, but this fix will allow for a more correct html.
  • Fixed gh-517 to force mysql to use a dynamic row_format on all internal JCB database tables that we overlooked.
  • Fixed gh-511 so that custom fields also get copied to module fields if set to do so.
  • Removed guid from target relationships for now.
  • Fixed gh-510 so that snippets are imported from github correctly.
  • Added GUID to selected views, and started updating JCB accordingly.
  • Fixed gh-504 to allow custom code to be included on compilation
  • Added correct behavior to Tweaking Joint relationships in the dynamicGet compiler method setGetData. gh-500