Commit Graph

  • 95b6a23159
    Fixed gh-349 to insure dynamic joined and other tweaks are not added when custom code is selected as main source with a dynamicGet Llewellyn van der Merwe 2018-10-04 12:07:37 +0200
  • feb4ae9c24
    We removed the Transition to InnoDB for all JCB tables and moved it to https://gist.github.com/Llewellynvdm/85234c6bd1e7d0eb4ddd6c925770aa2c for those who want to manually make the transition. gh-348 We also added a pre-flight script to remove all unused columns from JCB. Llewellyn van der Merwe 2018-10-03 13:34:54 +0200
  • d7665fe88d
    Improved the custom-custom field implementation, to allow duplicate fields to be use in sub-forms and in same form/view with the correct expected behavior of incremental naming, only if in same sub-form or form/view. gh-341 Llewellyn van der Merwe 2018-10-01 04:16:24 +0200
  • 043686814c
    Further fix to the search of customcode placeholders accross the system. Llewellyn van der Merwe 2018-09-29 23:52:22 +0200
  • fdd1cf7390
    Added the option to random order the dynamic get result set. gh-348 Llewellyn van der Merwe 2018-09-29 02:57:11 +0200
  • 1447e06dd7
    Fixed the search for customcode placeholders accross the system. gh-341 Llewellyn van der Merwe 2018-09-28 17:46:21 +0200
  • c0f79ec4ba
    Changed the text field for Value/Example in the Fieldtype area to a textarea so we can add more code per/line. gh-341 Llewellyn van der Merwe 2018-09-27 00:09:29 +0200
  • 9285f0a2b1
    Little fix to the field builder in the compiler Llewellyn van der Merwe 2018-09-25 22:51:14 +0200
  • 73d383c755
    Resolved gh-345 by adding whole new mysql table selection options in the admin view, under the mySql tab. Fixed the folder & file loader. Fixed the Update of custom files, so even the custom code and external code placholders will work in external files. Update all tables in JCB to use InnoDB Engine, utf8md4 Charset and utf8mb4_unicode_ci Collation. Llewellyn van der Merwe 2018-09-25 22:02:48 +0200
  • 6ad253be44
    Resolved gh-341 that adds the feature to expand the custom field option far beyond the default. Moved the menu prefix option in to the Joomla component area -> tab -> Settings to allow each component to override the global setting. Llewellyn van der Merwe 2018-09-24 16:37:51 +0200
  • e71ba204ca
    Added the [Run Expansion] button option for faster compile and install option of selected components. Llewellyn van der Merwe 2018-09-20 21:17:07 +0200
  • b208f4f616
    Update the Uikit 3 lib. Fixed permission check in getEditUrl. Llewellyn van der Merwe 2018-09-20 14:35:14 +0200
  • 2e758308d2
    Improved the getActions helper method, also added ->params to custom views. v2.9.1 Llewellyn van der Merwe 2018-09-19 14:51:59 +0200
  • 38176365de
    Fixed gh-340, to insure that if no selection is made, the default notice of Joomla comes-up and no submistion is made Llewellyn van der Merwe 2018-09-14 12:44:05 +0200
  • e200e2179d
    Improved the getActions helper Method, to insure created_by value gets loaded if not part of the item values, gh-335. Llewellyn van der Merwe 2018-09-14 05:34:09 +0200
  • a20d661878
    Fixed the permissions issue by adding the created_by to the query. gh-335 Llewellyn van der Merwe 2018-09-13 04:18:36 +0200
  • f19b0335ed
    Fixed the import of JCB packages, that had an issue of not storing multiple list selection values correctly during import. Llewellyn van der Merwe 2018-09-11 23:37:48 +0200
  • 45c255485f
    Made a little tweak to placeholders, to remove uneeded space. Llewellyn van der Merwe 2018-09-11 22:28:17 +0200
  • 5962b557c8
    Fixed gh-338 to insure that the custom buttons work on the site view page Llewellyn van der Merwe 2018-09-11 22:08:58 +0200
  • 7fcc93aa5b
    Fixed gh-336 so that folders are created if they don't yet exist during the moving of custom files. Llewellyn van der Merwe 2018-09-11 13:15:39 +0200
  • 49ef674c79
    Made more changes to the Admin Fields Conditions area to insure that the correct behaviour is aplied to the required fields. Removed the double forward slashes from the paths in the structure area of the compiler. Llewellyn van der Merwe 2018-09-10 13:04:52 +0200
  • 5b1813db7c
    Update some comments. Fixed some conditional implementation of the show hide fields area in the admin views. Llewellyn van der Merwe 2018-09-09 22:04:38 +0200
  • 1d5a99878a
    Also removed the dot from the related functions in gh-334 Llewellyn van der Merwe 2018-09-01 10:26:38 +0200
  • abb046f671
    Fixed gh-334 to insure that we always have a path/string in the default value. Made other improvements in the compiler and the bcmath methods. Llewellyn van der Merwe 2018-08-31 23:11:23 +0200
  • f3539185ab
    Moved the bcmath wrapper method to the helper class for all over use Llewellyn van der Merwe 2018-08-30 23:22:48 +0200
  • b3c4414320
    Fixed some collusion issue in the dynamic get build process when custom query is used. Fixed the issue found in the import of JCB packages that caused custom code to be imported in duplication, also added the option to turn off (unpublish) custom code no longer in use. Llewellyn van der Merwe 2018-08-30 18:33:30 +0200
  • be0d61ceae
    Patch to fix the bug in the new custom_tabs area to insure the full list of tab names are loaded every time Llewellyn van der Merwe 2018-08-25 23:17:42 +0200
  • 7ef25c2bb1
    Stable release, resolved gh-247 v2.9.0 Llewellyn van der Merwe 2018-08-25 20:53:55 +0200
  • 231d8aa984
    Added the option to add custom tabs to the edit view of any admin view Llewellyn van der Merwe 2018-08-24 23:46:41 +0200
  • 42e85b3944
    Added context to site and custom admin views to better target triggered events. Added the redering option in the admin edit view, so to expand forms via plugins. Improved the codename build in site and custom admin view. Llewellyn van der Merwe 2018-08-23 23:51:09 +0200
  • fdc66fe4c7
    Added the feature to add custom Joomla fields to your components, requested in gh-247. Added plugin events to the dynamic get area. Added the script to remove field build in relation to component when component gets uninstalled. Improved the getForm method in the model to allow the passing of options to the form. Made further improvements to the implementation of the return parameter across the component redirecting behavior. Made some changes to the list layout views using the field relations area. Llewellyn van der Merwe 2018-08-23 03:37:42 +0200
  • 5a8124fa29
    Fixed missing language prefix to list header override option. Llewellyn van der Merwe 2018-08-19 22:26:26 +0200
  • 2a6be54317
    Adapted the custom buttons and layout in the components, admins and libraries views. Fixed a bug in the JCB package import that missed custom code imports when code is changed inside the custom code. Llewellyn van der Merwe 2018-08-19 22:15:43 +0200
  • 103457eef7
    Futher improved the redirect option to use return and stack the return path to take the user back to the original area from where they clicked away. Llewellyn van der Merwe 2018-08-18 14:09:17 +0200
  • 70e198abf3
    improved the redirect option to work even if the parent method returns false. Resolved gh-330 by addig a full width class Llewellyn van der Merwe 2018-08-14 10:25:46 +0200
  • 62bdb8a659
    Updated all the license statements of the templates to be the same as the rest of JCB. Llewellyn van der Merwe 2018-08-07 15:27:08 +0200
  • 78208d1525
    Fixed the compiler to allow edit views be build even if no other site views are set. Removed all the depreciated joomla jimport statments. Update the getModel method in the controller. Updated the getRedirectToItemAppend, cancel and save method in the controller to also use the return value if internal. Added the addTablePath to the getTable method in the model to insure table is found when called from outside the in another component. Updated the diplay method in the JViewLagacy class to also use the return value if not null. Updated the component core to use JAccessExceptionNotallowed instead of JError::raiseWaring when user not have access to core. Llewellyn van der Merwe 2018-08-07 14:25:26 +0200
  • f5c6fa899d
    Added a fix to prefent language strings colliding on compilation. Added the option to use []+, in the custom code arg values. Added easy debug option for the setDynamicValues method in the compiler. Fixed the editor issue in the fields view. Llewellyn van der Merwe 2018-08-02 07:36:47 +0200
  • df65ca3456
    Added a new global helper method getFieldObject. Update the compiler area to make use of this new method. Llewellyn van der Merwe 2018-07-31 04:20:11 +0200
  • e36b84f301
    Stable Release of version 2.8.5 v2.8.5 Llewellyn van der Merwe 2018-07-30 08:10:50 +0200
  • a6013c4b22
    fixed gh-325 that caused a security token validation error. Llewellyn van der Merwe 2018-07-23 17:07:13 +0200
  • 812857da81
    Fixed gh-324 that had a typo with the storing of the PHPx values. Improved the safeString helper method Llewellyn van der Merwe 2018-07-23 04:53:59 +0200
  • 6dd654c745
    Improved the Admin Fields Relations area to allow more custom coding without the need of selecting Join Field/s. Improved the dynamic get string fixing implementation to avoid conflict when the same field name is used in multiple joined tables requiering string fixing. Fixed gh-322 to insure ID is always readonly even if override detected. Added new feature to control access and view/hide control per/field. Llewellyn van der Merwe 2018-07-21 09:10:37 +0200
  • 0a7b91829f
    Fixed gh-318 so that default and other none database fields will not trigger SQL update and version increment. Fixed gh-317 that had conflict variable naming in the jsonToString helper method. Improved the refresh method for JCB package area. Llewellyn van der Merwe 2018-07-12 18:35:38 +0200
  • b42a3a5420
    Fixed issue that cause the WHMCS implementation to still not work v2.8.4 Llewellyn van der Merwe 2018-07-10 17:09:21 +0200
  • 2cf6f6ab11
    Added notice to the compiler when the WHMCS class could not be added to explain why. Llewellyn van der Merwe 2018-07-09 01:17:04 +0200
  • 21254738a8
    Fixed the sql dump import issue that broke when import values not set correctly. Made more corrections to the whmcs implementation. Llewellyn van der Merwe 2018-07-09 00:49:50 +0200
  • a62476d260
    Added the update server url to the xml update-server file Llewellyn van der Merwe 2018-07-08 22:26:08 +0200
  • 0ca49414d2
    Fixed gh-315 to insure all the WHMCS features work as expected Llewellyn van der Merwe 2018-07-08 22:18:32 +0200
  • 3a4a0e613b
    Added the table and field validation to avoid import breakages due to new table or fields not found in the older local install of JCB. v2.8.2 Llewellyn van der Merwe 2018-07-07 02:12:13 +0200
  • 9fd59f2353
    Added none as the fallback if an editor gets unpublished. Llewellyn van der Merwe 2018-07-07 00:27:29 +0200
  • 2b39af94a2
    fixed gh-312 that caused an error when creating a new component. Llewellyn van der Merwe 2018-07-07 00:01:30 +0200
  • 1a19a510dc
    fixed line spacing in getform method Llewellyn van der Merwe 2018-07-06 17:56:29 +0200
  • 769e31061c
    fixed line spacing in getform method Llewellyn van der Merwe 2018-07-06 17:52:24 +0200
  • 69d358ca06
    fixed line spacing in getform method Llewellyn van der Merwe 2018-07-06 17:47:27 +0200
  • a9a0952ff3
    Added a global editor switch for all editors in JCB, the default is none. gh-305 Added two new fields to the admin view to target the getform method in the model. Llewellyn van der Merwe 2018-07-06 15:46:30 +0200
  • 25650efa47
    Added Joomla volunteers banner. Fixed a syntax error in the custom admin view called get snippets. Llewellyn van der Merwe 2018-06-29 04:19:50 +0200
  • 1312e45d4a
    Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305 Llewellyn van der Merwe 2018-06-25 22:54:26 +0200
  • fd93feac42
    added a validation rule to allow the submition of code in JCB Llewellyn van der Merwe 2018-06-25 04:26:05 +0200
  • e774bf1002
    Converting the textarea fields to editor fields, starting in the admin view. gh-305 Llewellyn van der Merwe 2018-06-25 04:25:10 +0200
  • 568ff0ff9c
    Fixed gh-303 to insure that the export data headers are set Llewellyn van der Merwe 2018-06-21 16:27:38 +0200
  • 2b3acf5368
    added the option to set headers in the email helper class Llewellyn van der Merwe 2018-06-21 16:25:49 +0200
  • 0c7d7265dd
    Improved the table detection in the mapping of the extrusion class when building table/fields from mysql dump Llewellyn van der Merwe 2018-06-15 15:31:23 +0200
  • 3db9deb534
    removed field relations from sql dump since the views for those relations are not shipped with JCB Llewellyn van der Merwe 2018-06-13 22:44:50 +0200
  • 8402051a94
    fixed mismatch on field import of JCB packages Llewellyn van der Merwe 2018-06-13 22:38:32 +0200
  • 2ca5419106
    fixed the dashboard JCB package import that did not update the ID in the Joomla Component Area Llewellyn van der Merwe 2018-06-12 17:39:13 +0200
  • ffbd380b10
    Fixed gh-301 to insure the sql dump of tables will build new fields and views using the new subform method Llewellyn van der Merwe 2018-06-09 23:11:04 +0200
  • 01149bfb7c
    Mode some improvements to the new relation area. Fixed the notice message regarding the linked fields. Llewellyn van der Merwe 2018-05-31 12:31:44 +0200
  • 640c96ce38
    Little tweak to speed up the tab/space method v2.8.0 Llewellyn van der Merwe 2018-05-30 13:40:25 +0200
  • 7f325b1233
    Fixed a notice in the JCB package exporter. Llewellyn van der Merwe 2018-05-29 06:59:08 +0200
  • a7c3a6e8f2
    Fixed the javascript in the new relation area. Fixed gh-294 that hade count not array errors. Added the option to over-ride the column name in the new relation area. Llewellyn van der Merwe 2018-05-29 05:45:16 +0200
  • f7be7ddad0
    Resolved gh-287 that adds the feature to join/combine results of multiple fields in the admin list view. Update the tab string to make tabs dynamic in nature. Imporved the compiler building of the admin list view Llewellyn van der Merwe 2018-05-26 12:03:08 +0200
  • fef3460772
    Refactored the compiler list view body builder, in preparation of the relation fields. Added more options to the relation admin fields. gh-287 Llewellyn van der Merwe 2018-05-24 15:56:56 +0200
  • 84b683182a
    Refactored the compiler update file method Llewellyn van der Merwe 2018-05-22 22:35:39 +0200
  • 2543d11277
    Updated compiler to allow dynamic update for language strings. Started adding the field relationship feature requested in gh-287 Llewellyn van der Merwe 2018-05-22 21:01:36 +0200
  • 8488392fac
    Update the header details in all files v2.7.10 Llewellyn van der Merwe 2018-05-18 08:28:27 +0200
  • 3301ea5c63
    Decoupling JCB even more from vdm.io in preparation of the launch of the joomlacomponentbuilder.com website Llewellyn van der Merwe 2018-05-18 08:03:55 +0200
  • 5cbc5bba5f
    Fixed gh-285 the validation rule error, by removing the namespace Llewellyn van der Merwe 2018-05-17 03:07:20 +0200
  • f7eabbbf35
    Fixed the email helper class to match the custom global field value. Removed the spinner from export data option in the language translation area. Fixed the dynamic dashboard to be able to check if the view was found in the component. Updated the readme to reflect the new terms of gaining access to demo content. Llewellyn van der Merwe 2018-05-17 03:02:11 +0200
  • e04db1b5b2
    Added the email field type to resolve gh-283. Fixed the CSS inclution error to resolve gh-278. Added the option to add sql_uninstall dump value to a component. Did some class formating on the compiler. Llewellyn van der Merwe 2018-05-11 06:08:14 +0200
  • 476a0c525a
    Added option to add source link to JCB packages, this also improved the JCB package import area Llewellyn van der Merwe 2018-05-05 16:47:48 +0200
  • 7cb78222ea
    Fixed the clone method that gave the error Call to undefined method ComponentbuilderModelImport_joomla_components::updateAfter() Llewellyn van der Merwe 2018-05-04 22:27:49 +0200
  • cc35295cf6
    fixed export key setting, to be false when no key is found v2.7.7 Llewellyn van der Merwe 2018-05-04 02:15:57 +0200
  • 3329aad3c7
    Added the option to Manage JCB Package Directories in the globle Options area Llewellyn van der Merwe 2018-05-03 16:04:47 +0200
  • 47f90de990
    Speedup the import page of JCB packages, to via background ajax get package info and store it in local browser memory Llewellyn van der Merwe 2018-05-03 13:30:53 +0200
  • 8b8b42ae8f
    added the option to remove or add a custom prefix to the Joomla admin menu name of your component @cpaschen Llewellyn van der Merwe 2018-05-03 02:26:52 +0200
  • f200e635b8
    improved the table method generateAlias to only get added if there is an alias in the view Llewellyn van der Merwe 2018-05-03 01:26:41 +0200
  • e905aa895f
    Fixed gh-272 by updating the table method generateAlias to also make use of the custom alias builder values. Llewellyn van der Merwe 2018-05-03 01:12:06 +0200
  • 2f4f9ff0a3
    improve the method to detect that it is working with another component, and so tell the method to also look outside the current scope (component) Llewellyn van der Merwe 2018-05-02 23:59:01 +0200
  • d961652f56
    Futher improved the JCB package manager, so to be more stable and give enough information about selected packages Llewellyn van der Merwe 2018-05-02 16:47:01 +0200
  • dfef0774f3
    Improved the JCB package import area Llewellyn van der Merwe 2018-05-02 03:38:42 +0200
  • 88dbcee380
    Added the community JCB package import option. Improved the jsonToString method to be more dynamic Llewellyn van der Merwe 2018-05-02 00:17:38 +0200
  • 8b4efd640f
    Fixed the subform to allow encryption of values without data lose. v2.7.6 Llewellyn van der Merwe 2018-04-30 14:06:05 +0200
  • cec566176d
    Fixed admin_fields_conditions edit view to insure an array gets given to the count function Llewellyn van der Merwe 2018-04-27 15:45:50 +0200
  • 74f2d8df56
    Added a switch to control the message display of the expand feature when cronjob runs Llewellyn van der Merwe 2018-04-26 02:09:15 +0200
  • 47d1a6c155
    Added the feature that allows you to setup the behaviour of a selected set of components that will be auto build and installed. So you do not need to manually compile and install those components any more, the system does all that automatically for you. We have called the feature Expansion Development Method, and it can be set in the global settings of JCB under the Development Method tab. Llewellyn van der Merwe 2018-04-25 00:36:05 +0200
  • 909a91844f
    Fixed the auto backup system, to allow JCB to be backed up automatically Llewellyn van der Merwe 2018-04-23 14:47:19 +0200
  • 0857101371
    Tweaked the field database area to insure that users are forced to set the database values Llewellyn van der Merwe 2018-04-23 02:42:41 +0200
  • a110ff0e35
    Fixed a strange mismatch issue with JCB package import with more then 10 components at a time. Also fixed the translation entranslation to source. Llewellyn van der Merwe 2018-04-20 23:14:49 +0200
  • 4b57e69edb
    Improved JCB to now be able to have other languanges then en-GB as its base/main/global language. This will allow you to build your components in a language of your choice. Llewellyn van der Merwe 2018-04-20 01:36:21 +0200