You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.