Skip to content

Releases: vdm-io/Joomla-Component-Builder

Added Joomla Module Builder to JCB

15 Dec 16:03
9f6e0c4
Compare
Choose a tag to compare
  • Added media library placeholder to module builder.
  • Added some helper script to the new Joomla Module Builder.
  • Consolidated some ajax call functions.
  • Added Joomla Module to import and export of JCB packages.
  • Improved the export/import to insure IDs of fields in the Joomla module and plugins are also correctly exported and imported.
  • Added Joomla Module builder (JMB) Compiler and improved the JMB GUI
  • Added Joomla Module builder - Compiler
  • Added Joomla Module builder - GUI
  • Added the feature that stops plugins from being exported as part of JCB package

Advance Field Level Modeling

09 Nov 12:56
1a18f5a
Compare
Choose a tag to compare
  • Resolved gh-489 to load field name with the field type
  • Fixed gh-490 Revision typo to say Version
  • Improved the internal session handel of JCB.
  • Fixed gh-487 that removed the data size when creating a new field.
  • Moved the phpseclib files to their own folder in libraries.
  • Improved the composer autoloader in JCB.
  • Improved the phpseclib class implementation.
  • Added a new Expert Mode to field modeling under the database tab in the field area.
  • Tweaked the category naming.
  • Improved the autoloader for composer.
  • Added transliteration to safe field name and safe type naming methods.
  • Adapted the transliteration to use Joomla API
  • Merge branch 'bamboo2panda-staging' into staging
  • Resolved gh-460 to insure that all default fields, including the access and meta fields can be overwriten/replaced with self build fields.
  • Added the UIKIT3 Icon JS to the document where needed.
  • Fixed the permissions implementation to insure spacer fields are not targeted with edit controll and when a view permission is set, it behave correctly.
  • Transliteration of cyrillic characters
  • Transliteration of cyrillic characters.
  • Resolved gh-463 to insure data types that require length is enforced by default in the GUI.
  • Improved round-trip development to also include plugins.
  • Added option to include or exclude Joomla Plugins from being compiled or exported.
  • Added the Joomla\Utilities\ArrayHelper to helper class header.
  • Added option to only export words if required global option fields are set.
  • Added option to use strict field access on all exports if required global option fields are set.
  • Fixed gh-475 by adding the option to add a github token if needed under the global options global tab, also updated the error message.
  • Fixed count (php 7.2) issue across JCB.
  • Improved the setModelExportMethod method in the compiler to now work as a setGetItemsModelMethod instead.
  • Added more strict permissional implementation per/field across the export methods of JCB.
  • Improved the compiler getDynamicScript to also use function tabs.
  • Moved the function tab to helper class.
  • Added dynamic title and description insertion options to permissions area.

Improved the plugin form builder, to allow multi form field relationships

02 Sep 08:49
9781910
Compare
Choose a tag to compare
  • Added option to pass user object to getActions helper method.
  • Added better integration with Joomla Action log for JCB.
  • add onBeforeGetComponentData & onAfterGetComponentData events to compiler of JCB.
  • Fixed gh-468 to insure language strings are updated correctly.
  • add onBeforeBuildAccessSections & onAfterBuildAccessSections events to compiler of JCB.
  • Fixed gh-467 so that the XML build of fields will work correctly with the new groupedlist field type.
  • Added placeholders to class comments.
  • Improved the plugin form builder, to allow multi form field relationships.
  • Added the custom code ID to warning when custom code could not be correctly placed back into the code/file. Resolved gh-459
  • Fixed gh-458 so that the && is not added if we have no extra values to validate.
  • Added linked to details to Joomla Plugin area.

New Joomla plugin builder, GUI placeholders, and many bug fixes

14 Aug 11:58
3a27038
Compare
Choose a tag to compare
  • Resolved gh-436 so that the new Joomla plugin builder/feature is fully active, and part of the import and export of JCB packages.
  • Expanded the compiler to fully build and zip plugins linked to components.
  • Added plugin_updates area.
  • Fixed gh-454 to insure placeholders are build even if no local db placeholders are found.
  • Fixed gh-453 to prevent count error with null return value.
  • Adding the the new plugin builder to the compiler. gh-436
  • Added the option to use the groupedlist field type. gh-450
  • Updated the compiler to now add GUI placeholders, resolved gh-451 so we now have easy roundtrip development beyond the original custom-code implementation.
  • Added the files, folders, url option, and added the install fields to the new plugin area. gh-436
  • Resolved gh-441 to allow fieldtype name prefixing.
  • Resolved gh-443 to allow Alphanumeric+dot in fieldtype name.
  • Fixed gh-446 to insure that JFormRuleInt validates correctly in the admin field relations.
  • Improved the new plugin area to also have system name and option to add custom header code. gh-436
  • Linked the new plugin area to Joomla components. gh-436
  • Update the phpseclib via composer.
  • Added more dynamic behavior to the new plugin area.
  • Added a funding yml file.
  • Resolved gh-442 to add a default catch all option to the setDynamicField method in the field class of the compiler.
  • Added the main GUI for the plugin area, gh-436
  • Removed required from all code/editor field to improve the behavior of the codemirror editor.
  • Improved the token validation via Ajax.

Added Events to Compiler, the beginning of an API.

06 Jul 22:37
3497104
Compare
Choose a tag to compare
  • Added new helper method to make safe Class Function Name.
  • Added sponsor banners to JCB (thank you!).
  • Fixed gh-434 to add the missing table path if not set.
  • Resolved gh-427 to allow numbers in the name of a field.
  • Improved the compiler by adding a method to set the Lang Content array.
  • Added context to all compiler events.
  • Added layout fields override options for dynamic field generation.
  • Fixed gh-433 to allow ->value in the Value Key field on the where subform in the Tweak tab of the dynamicGet view.
  • Added many events to the compiler as the first step to allow 3rd party integration with the compiler via plugins. gh-429
  • Adapted the safeName to a global safeFieldName method so to use it all over JCB to safely build field names. gh-427
  • Added a new convention to how JCB builds field names, so that it does not remove/convert the numbers. gh-427
  • Fixed gh-422 to insure the details tab always gets added if no custom tab names are found.
  • Added the option to run the expansion option without installing the components locally.
  • Improved the getInput method for custom fields, so to allow the edit button to show more consistently.
  • Fixed gh-424 so that the global settings of JCB will save even if the components are not selected in the Development Method tab.
  • Added an after cancel custom code area also in connection with gh-418 in the admin view.
  • Resolved gh-418 by adding an on before cancel custom script area to the admin view.
  • Fixed gh-420 to allow the linked site view to save correctly.
  • Fixed gh-417 edit layout by removing the one to many div's from the dynamic build method.
  • Few more corrections to the category filter, and field integration
  • Fixed gh-419 to correctly load the category filter (extension and view name)
  • Moved the filter sanitation to insure no empty filters will get loaded
  • Fixed filter to not display 'Select an option' but the field name instead
  • Fixed category filter issue.
  • Fixed permissions across JCB. Updated some notes on the field types.
  • Fixed the subform build, to allow required value to be set to true.
  • Fixed the code search keys to include new views, and fields across JCB.
  • Added the options to include the xml files to also be target with custom code placeholders.
  • Improved on the mysql default selected values to use InnoDB, utf8mb4, utf8mb4_general_ci
  • Added the feature that loads the company global values when creating a new component, if they are set.
  • Added create new custom code to all fields that have string length.

Default Database values can be set per/field-type, and much more...

15 May 21:15
80c588a
Compare
Choose a tag to compare
  • Added Captcha field type.
  • Started adding the crowdin API integration (not finished).
  • Fixed gh-394 so to be able to target the component instead of a single view.
  • Resolved gh-410 to allow default data type values for the database to be set per fieldtype.
  • Resolved gh-379 to allow null and zero values to pass via ajax call/post
  • Fixed gh-407 by moving the getListQuery custom PHP position in the dynamicGet
  • Updated the UIKIT versions
  • Fixed the site view menu not being build as a result of new feature that builds edit site view menu.
  • Resolved gh-321 by adding the option to set a create menu for admin edit views that are also added to the front-end.
  • Resolved gh-404 by adding the option to use grouping in dynamicGet query.

Added the new placeholder area for global & component level placeholders

08 Apr 07:21
dd891ec
Compare
Choose a tag to compare
  • Fixed gh-402 so that the array_unique is only used on returned column (array)
  • Fixed gh-400 the MySQL v5.7 Install Error
  • Added more dynamic placeholder update to the file/folder paths. gh-399
  • Moved the update of dynamic paths before preg_match to better manage the forward slash placement. gh-231
  • Trying to resolve the link issue in windows gh-231
  • Resolved gh-391 by adding <useglobal> property to list field type. Resolved gh-392 by adding property to URL field type (only for fresh install).
  • Resolved gh-376 to insure that the usergroup filter work as expected
  • Resolved gh-380 to insure that the list view JS file also gets added if set.
  • Resolved gh-384 to enable category and any other field that inherit from the basic list type to be able to have options added.
  • Fixed gh-383 to insure the new button works on frontend/site.
  • Improved the JCB package import to also now import the new placeholder feature values correctly.
  • updated the year value.
  • Added placeholder search to the new placeholder area.
  • Added the new placeholder area for global & component level placeholders. Just like customcode you can now with the placeholders generate dynamic behaviour with placeholders all over the JCB custom areas.
  • Added extra default validation rules to new install of JCB.
  • Fixed gh-377 to avoid mismatching on replace ending target hash.
  • Improved the versioning feature so that once you change the version in the update mysql area, it also updates the Joomla component.

Added edit buttons wherever CUSTOMCODE plachoders are used, and an urgent bug fix.

06 Feb 09:39
104c4e6
Compare
Choose a tag to compare
  • Bug Fixed gh-373 so that the auto update of selection is only triggered when toggling the all selection button.
  • Added buttons to edit custom code directly from where it is added in other areas around the component. This will improve the custom code workflow in JCB.

Converted all the JCB tables to have a DYNAMIC row format, and much more...

30 Jan 14:08
8cdf056
Compare
Choose a tag to compare
  • Improved the adminForm validation JavaScript, thanks @ro-ot
  • Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage.
  • 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.
  • Resolved gh-363 so that show on will function as expected in the full width layout.
  • Resolved gh-367 by adding a wrapper class around each field in the edit view.
  • Resolved gh-364 to allow greater depth and ensure that all custom code placeholders are always update/replaced at any depth layer.
  • Tweaked the editURL method to also handle access control permissions.
  • 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 custom script validation search of save of custom code area. Added email validation to the email helper script.
  • Fixed issue that caused some custom code not to export for a JCB packages if found in anther custom code area.
  • Made some corrections to the router helper class.
  • Added return_here value admin views to improve the return values in url redirection.
  • Improved the open valid base64 method to make use of default string.
  • Update many ajax calls to not use jsonp, and in fact be more secure.

Added open Collective

19 Dec 04:22
279831d
Compare
Choose a tag to compare
  • Added open Collective to the readme, thanks @monkeywithacupcake.
  • Added default selection to adding admin views to component.
  • Update some helper methods, and comments.
  • Improved the custom code area to now allow custom code in custom code with the help of placheholders.
  • Removed the static wiki page, and re-linked to the github wiki.
  • Moved the custom code together in the helper class.
  • Improved the note in the custom code area.
  • Added helper method to load dynamic content, like banners across JCB backend
  • Updated the Readme with more info on TODO, and making JCB better.
  • 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 array 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.