|
c9aa80aec1
|
Moved JCB into one version.
|
2022-07-09 17:45:08 +02:00 |
|
|
d789ef249e
|
Moved the MVC to extend the CMS MVC via namespace.
|
2022-05-25 10:30:55 +02:00 |
|
|
758c0f38cf
|
Adds better options with custom get.Improved the auto checkin method.
|
2022-02-02 13:45:15 +02:00 |
|
|
53725a917d
|
Adds gitea URL. Adds option to add changelog gh-813. Adds clone option to some areas. Fixed gh-784 to allow BASE64 filter selection.
|
2021-12-21 16:44:50 +02:00 |
|
|
3c3951ae83
|
Converted all files from dos to unix, as most servers are UNIX based anyway. This fixes the linebreak mismatching issue mentioned in gh-638.
|
2021-03-05 05:08:47 +02:00 |
|
|
d9da5d9fc4
|
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.
|
2021-01-03 18:49:35 +02:00 |
|
|
a28c5cf746
|
Updated the copyright date for the new year 2021. Improved the compiler message area.
|
2020-12-25 23:16:34 +02:00 |
|
|
b3ab6337d2
|
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
|
2020-12-11 04:05:48 +02:00 |
|
|
ef5480fc7f
|
Fixed the filter array checking in the getStoredId method for categories as well.
|
2020-12-10 17:56:47 +02:00 |
|
|
360c61f5da
|
Fixed the filter array checking in the getStoredId method.
|
2020-12-10 06:16:01 +02:00 |
|
|
06c97afa05
|
Added filters above the admin list views to resolve gh-378
|
2020-12-03 07:26:49 +02:00 |
|
|
83e4562d62
|
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
|
2020-12-03 02:13:49 +02:00 |
|
|
f20039b390
|
Added getListViewDefaultOrdering method to compiler. Moved getFieldDatabaseName to the get class of the compiler. Updated the setFieldFilterListSet method. Imporved the filter query code to ignore empty values. gh-378
|
2020-11-30 05:59:45 +02:00 |
|
|
5db5ac7bbb
|
Refactored the setFilterFields and setStoredId in the compiler as still part of the new filter option improvement. gh-378
|
2020-11-21 08:01:26 +02:00 |
|
|
2490123095
|
Updated the contribute area in README. Added the multi filter query method, and adapted the setFilterQuery method for the new filter options. gh-378
|
2020-11-21 07:07:18 +02:00 |
|
|
6bb23fc6ee
|
Improved the export feature to allow bulk custom overide, and dynamic behaviour towards larger sets. Added function name to custom buttons as a class for CSS styling.
|
2020-07-24 06:11:38 +02:00 |
|
|
3a2b8497e3
|
Changed main views in JCB to sort id descending.
|
2020-05-22 02:32:58 +02:00 |
|
|
2564b75e5d
|
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 accomidate 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.
|
2020-05-22 01:38:20 +02:00 |
|
|
785badc921
|
Took the assistant out of the staging branch for now, so we can get the next release out.
|
2020-02-17 22:09:16 +02:00 |
|
|
2b1e0a65fa
|
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.
|
2019-09-10 19:38:16 +02:00 |
|
|
e3f22d631c
|
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.
|
2019-09-05 23:12:56 +02:00 |
|
|
3cbe21f57d
|
Improved the compiler getDynamicScript to also use function tabs. Moved the fucntion tab to helper class. Added dynamic title and description insertion options to permissions area.
|
2019-09-04 13:52:31 +02:00 |
|
|
9fcb317275
|
updated the year value. Added placeholder search to the new placeholder area.
|
2019-02-23 15:29:16 +02:00 |
|
|
45c255485f
|
Made a little tweak to placeholders, to remove uneeded space.
|
2018-09-11 22:28:17 +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 |
|
|
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.
|
2018-08-07 14:25:26 +02:00 |
|
|
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
|
2018-05-26 12:03:08 +02:00 |
|
|
8488392fac
|
Update the header details in all files
|
2018-05-18 08:40:07 +02:00 |
|
|
052adc271f
|
Upgraded to v2.7.0 with new VDM package import option
|
2018-03-21 05:10:34 +02:00 |
|
|
f692e573f6
|
Fixed the compiler to insure the getExImPortHeaders method is added even when no custom script has been set
|
2018-01-18 01:28:44 +02:00 |
|
|
189a8723ac
|
Added easy translation export and import feature, to allow translation to be done via an exel spreadsheet
|
2018-01-18 01:14:43 +02:00 |
|
|
7c7a0151b9
|
Added new JCB domain and email address to further pave the way for the JCB community. Improved the support info.
|
2017-12-27 05:45:35 +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 |
|
|
6b52f7ce1d
|
Fixed the version number in the readme, also update the hello world tutorial.
|
2017-11-06 16:18:06 +02:00 |
|
|
fe3f32c6e7
|
Added version options to JCB, also changed JCB version option to only first 2 numbers. This should help cut down on the commit changes to JCB on each compilation.
|
2017-11-06 16:04:23 +02:00 |
|
|
f85925c933
|
Fixed gh-155 that is caused by the checkbox behavior in the subforms. Also adding view string to validation check in ajax model.
|
2017-11-01 05:16:21 +02:00 |
|
|
306a9b9613
|
updated the compiler to first check if array values is set
|
2017-10-30 20:50:56 +02:00 |
|
|
2bab5e2721
|
Added language strings to the ajax table headers of subforms. Adapted the export of JCB packages to also include the new tables.
|
2017-10-28 05:25:33 +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 |
|
|
2b7914f05d
|
Added field fix in models to help with the change from repeatable fields to subform fields. Added ajax to load admin fields and conditions into the admin view.
|
2017-10-14 05:37:18 +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 |
|
|
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 |
|
|
3ad9ae8b8f
|
resolves gh-91 to insure that int and floats are not set as strings in SQL defaults
|
2017-06-05 21:18:32 +01:00 |
|
|
9b1f111251
|
fix gh-78 to ensure the field options get loaded in the repeatable conditions
|
2017-05-08 11:09:24 +03:00 |
|
|
ea1edebc05
|
Resolves gh-71 bug, so that admin views that has no fields are still accessible. Fixed gh-72 to insure all components on Joomla version 3.7.0 works and looks correctly. Please just recompile your components for Joomla v3.7.0
|
2017-04-26 09:56:17 +01:00 |
|
dev
|
34d14ed95d
|
gh-60 language translation component added, basic implementation
|
2017-04-05 14:21:10 +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 |
|
|
dc1217e6d1
|
Resolved #42 to insure the strpos always returns the correct data type. Improvements to some of the UI surrounding the custom code area. Added an edit button for the component being compiled on the complier page.
|
2017-02-23 02:29:37 +02:00 |
|
|
f2e4df6ecb
|
Improved the custom code by adding the feature that shows where the manual custom code is used, including better placeholder information. Added component information to the compiler view.
|
2017-02-17 20:35:18 +02:00 |
|
|
a197f503a9
|
changed component table name to joomla-component to add history/version tracking back to components
|
2017-02-16 16:02:23 +02:00 |
|