|
279831da30
|
Added open Collective to the readme, thanks @monkeywithacupcake. Added default selection to adding admin views to component. Update some helper methods, and comments.
|
2018-12-19 06:14:51 +02:00 |
|
|
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.
|
2018-09-24 16:37:51 +02:00 |
|
|
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.
|
2018-08-23 23:52:00 +02:00 |
|
|
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.
|
2018-08-23 03:59:45 +02:00 |
|
|
1312e45d4a
|
Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305
|
2018-06-25 22:54:26 +02:00 |
|
|
e774bf1002
|
Converting the textarea fields to editor fields, starting in the admin view. gh-305
|
2018-06-25 04:25:10 +02:00 |
|
|
8b4efd640f
|
Fixed the subform to allow encryption of values without data lose.
|
2018-04-30 14:06:05 +02:00 |
|
|
cec566176d
|
Fixed admin_fields_conditions edit view to insure an array gets given to the count function
|
2018-04-27 15:45:50 +02:00 |
|
|
10fdac5d60
|
Improved the field builder around JCB, moved some xml function into the JCB helper class core
|
2018-04-08 08:12:18 +02:00 |
|
|
42ae72d97e
|
Added string manipulation back as a field building method, to insure JCB always works well accross shared server invironments. We did not remove the SimpleXMLElement method, but kept both options with a global selection option and internal error handeling. Resolved gh-197
|
2018-03-18 06:28:54 +02:00 |
|
|
e715fa1614
|
Made some changes to insure JCB is stable in PHP7, removed the related translations string from joomla_component view to speed up page load.
|
2018-03-12 00:36:14 +02:00 |
|
|
98510ae504
|
Added (Linked To) back in related areas, so we can see where what is linked. Added ajax fields to the custom admin view. Added some backward compatibility to stylesheets and scripts being added, resolved gh-217. Fixed gh-212 no access lang string. Added the site CSS area to Joomla Component view resolved gh-216.
|
2018-01-15 17:54:05 +02:00 |
|
|
d3cbea5c82
|
Major code formate to try and set a standared. Added four new fields for JavaScript files
|
2017-12-15 02:01:33 +02:00 |
|
|
f900f65baa
|
Renamed the uikit lib folders. Resolved the gh-188 by updateing the note. Resolved gh-92 by implementation of the library manager in the compiler.
|
2017-12-10 21:17:26 +02:00 |
|
|
82df61aa4a
|
added interface of the new decoupled libraries concept gh-92
|
2017-11-26 04:03:27 +02:00 |
|
|
4eac7d54f0
|
Resolved gh-169 to insure the addrulepath is also added to the default.xml file of site views. Improved the field types a little with adding the validation and message property to various field types.
|
2017-11-08 15:49:15 +02:00 |
|
|
f7d5ac84c4
|
Imporved the field display on admin fields conditions to only show fields linked to the admin view. Added access back to all JCB admin views. Fixed the export of JCB packages to include the new admin_fields and admin_flieds_conditions tables. Adapted the JCB package import method to be able to import old JCB packages
|
2017-10-19 05:53:55 +02:00 |
|
|
35482416cb
|
Decoupled fields and conditions from admin view as explained in gh-136. Added new admin_fields and admin_fields_conditions tables and moved the data from admin_view to these new tables.
|
2017-10-13 01:14:17 +02:00 |
|
|
39e1e5f078
|
Removing repetable fields from site view, custom admin view, and admin view. Also updated the compiler, removed permissions on fields to speedup page load in admin and joomla component views
|
2017-10-12 02:50:14 +02:00 |
|
|
3d1ba0321a
|
Added Wiki to JCB. Resolved gh-125 to insure phone numbers are treated as strings. Resolved gh-128 by adding field to Joomla Component View that allows javascript to be added globaly. Converted a few more repeatable fields to subform fields, this is an ongoing project to remove repeatable fields from JCB.
|
2017-10-06 20:28:28 +02:00 |
|
|
f1a054c0e7
|
Imporved the Adding of Custom Config Fields, added some shields.io icons to the JCB readme
|
2017-07-21 00:26:48 +01:00 |
|
|
4d47f8292f
|
added another fields to admin view to target list controller and model. Also improve compiler to add these new custom script to correct areas
|
2017-03-02 02:55:04 +02:00 |
|
|
3497de7c28
|
Changed alias in site-view and custom-admin-view to codename so we can have views with the same names in different components, added warning notice if custom code can't be added, Bug fixes in the demo content dates
|
2017-02-04 02:22:17 +02:00 |
|
|
05160b499f
|
Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs.
|
2016-11-22 07:48:55 +02:00 |
|
|
a7e641b499
|
Added another PHP field to the admin views, improved the custom code methods in the compiler, and fixed some permissional errors.
|
2016-09-03 22:44:47 +01:00 |
|
|
2f9e54e371
|
Resolved #9 Layout Issue - Custom Lookup Field.
|
2016-07-12 22:07:55 +01:00 |
|
|
5d19f46070
|
Added the option to overwrite the default-fields, so you can add them to the list view in admin area and change their layout position in the edit view. Also fixed some minor bugs.
|
2016-06-02 17:18:49 +01:00 |
|
|
fa199947d2
|
Refactoring the compiler class has started. All other changes are only random variable name and date changes (due to automation)
|
2016-02-26 02:20:09 +02:00 |
|
|
ecf47809f9
|
first commit of free version
|
2016-01-30 22:28:43 +02:00 |
|