|
4e2c51c303
|
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 customscript validation search of save of custom code area. Added email validation to the email helper script.
|
2019-01-14 17:41:49 +02:00 |
|
|
b7a5cb7285
|
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 infact be more secure.
|
2018-12-29 17:05:01 +02:00 |
|
|
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 |
|
|
6c4bab5ea9
|
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 arry 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.
|
2018-10-29 18:38:00 +02:00 |
|
|
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.
|
2018-09-25 22:02:48 +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 |
|
|
2e758308d2
|
Improved the getActions helper method, also added ->params to custom views.
|
2018-09-19 14:51:59 +02:00 |
|
|
e200e2179d
|
Improved the getActions helper Method, to insure created_by value gets loaded if not part of the item values, gh-335.
|
2018-09-14 05:34:09 +02:00 |
|
|
45c255485f
|
Made a little tweak to placeholders, to remove uneeded space.
|
2018-09-11 22:28:17 +02:00 |
|
|
5962b557c8
|
Fixed gh-338 to insure that the custom buttons work on the site view page
|
2018-09-11 22:08:58 +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 |
|
|
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.
|
2018-08-18 14:09:17 +02:00 |
|
|
70e198abf3
|
improved the redirect option to work even if the parent method returns false. Resolved gh-330 by addig a full width class
|
2018-08-14 10:25:46 +02:00 |
|
|
62bdb8a659
|
Updated all the license statements of the templates to be the same as the rest of JCB.
|
2018-08-07 15:27:08 +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 |
|
|
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.
|
2018-08-02 07:36:47 +02:00 |
|
|
df65ca3456
|
Added a new global helper method getFieldObject. Update the compiler area to make use of this new method.
|
2018-07-31 04:20:11 +02:00 |
|
|
e36b84f301
|
Stable Release of version 2.8.5
|
2018-07-30 08:10:50 +02:00 |
|
|
812857da81
|
Fixed gh-324 that had a typo with the storing of the PHPx values. Improved the safeString helper method
|
2018-07-23 04:53:59 +02:00 |
|
|
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.
|
2018-07-12 18:35:38 +02:00 |
|
|
2b3acf5368
|
added the option to set headers in the email helper class
|
2018-06-21 16:25:49 +02:00 |
|
|
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.
|
2018-05-29 05:45:16 +02:00 |
|
|
3301ea5c63
|
Decoupling JCB even more from vdm.io in preparation of the launch of the joomlacomponentbuilder.com website
|
2018-05-18 08:03:55 +02:00 |
|
|
5cbc5bba5f
|
Fixed gh-285 the validation rule error, by removing the namespace
|
2018-05-17 03:07:20 +02:00 |
|
|
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.
|
2018-05-17 03:04:16 +02:00 |
|
|
e905aa895f
|
Fixed gh-272 by updating the table method generateAlias to also make use of the custom alias builder values.
|
2018-05-03 01:12:06 +02:00 |
|
|
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)
|
2018-05-02 23:59:01 +02:00 |
|
|
88dbcee380
|
Added the community JCB package import option. Improved the jsonToString method to be more dynamic
|
2018-05-02 00:19:42 +02:00 |
|
|
98448b24b7
|
Fixed the Add JavaScript (views-footer) option, since it did not add the javascript, but now does. Also added some spinner to the Joomla Components view.
|
2018-04-18 14:03:07 +02:00 |
|
|
c53716b811
|
Resolved gh-262 by adding more fixes to the count function around JCB
|
2018-04-13 17:33:04 +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 |
|
|
07662a8a8b
|
Fixed gh-255 to insure that the correct component name is used when building the button on the edit view where the custom field is used.
|
2018-03-30 06:41:33 +02:00 |
|
|
0ba2a0e8cf
|
Added validation rules resolve gh-254. Removed empty sql files. Improved the field area.
|
2018-03-27 11:57:16 +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 |
|
|
0deda0a71c
|
Fixed the the dynamic get compiler methods so that the getcustom/s custom PHP scripts gets added in the correct places, fixed gh-239
|
2018-03-11 19:03:31 +02:00 |
|
|
34efe32002
|
Added the feature to use admin and custom admin views as the dashboard of the back-end of a component, requested in gh-148
|
2018-03-09 05:29:05 +02:00 |
|
|
417076243d
|
Added medium enencryption and added an over all improvment to the encryption implementation. Added extra security to EXTERNALCODE feature that only allows admin to make use of this feature.
|
2018-03-06 05:03:44 +02:00 |
|
|
a39289ac9c
|
Added feature that will allow custom icons on the dashboard of component to use custom links - resolved gh-240. Tweaked the compiler messages.
|
2018-03-05 02:13:42 +02:00 |
|
|
0c243d75c8
|
Added temp workaround for gh-238 to insure component behave correctly with cache enabled on website
|
2018-03-03 06:01:21 +02:00 |
|
|
7f3dae297a
|
Moved the composer vendor folder to libraries and removed it from the admin/helpers folder. Improved the dynamic folder include concept.
|
2018-02-28 04:27:03 +02:00 |
|
|
1b86f1539a
|
Fixed gh-235 to insure that the public access switch for front-end views work. Resolved gh-236 to Auto save Name to System Name if blank. Added text area for private key of server. Fixed the getModel helper method. Fixed the batch methods. Maked a few tweaks to the compiler.
|
2018-02-27 14:17:38 +02:00 |
|
|
1c20e2ef8b
|
Added Dynamic Router Implementation to resolve gh-74
|
2018-01-24 00:05:57 +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 |
|
|
98a5803faf
|
Added auto versioning to all JavaScript and CSS fiels being added, to insure it reloads when there is an update. Resolves gh-203
|
2017-12-22 21:46:03 +02:00 |
|
|
e44b6bc272
|
Continued formatting of JCB code
|
2017-12-15 03:10:10 +02:00 |
|
|
8ac350e62b
|
Fixed format typo that remove a string
|
2017-12-15 02:26:45 +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 |
|
Michael Richey
|
9760ac86a3
|
Prevent getItem from clearing $item->params
Additional check added to params test to ensure that if parent::getItem values are not removed if present.
|
2017-11-24 01:22:17 -06: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 |
|
|
5a14049afd
|
Removed JError from admin views, and compiler. Added edit link to each field in admin view. Removed linked to admin view from fields view
|
2017-10-14 19:20:05 +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 |
|
|
0ccc84e2ff
|
fixed the getVars backward compatibility issue, Added replyto and replytoname to email helper, renamed the email helper class that builds the email table to setTableBody
|
2017-08-20 21:47:14 +01:00 |
|
|
e0730d3bf6
|
added JCB initial API frontend to run backups of JCB components, setup automated backup system with cronjob
|
2017-08-20 18:52:35 +01: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 |
|
|
9742991690
|
improved the dashboard of JCB to include releases and better item display of each issue and release
|
2017-06-28 11:05:31 +01: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 |
|
|
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 |
|
|
8b522f44d9
|
Further gh-53 implementation of the export and import of complete components as JCB packages. Fixes gh-56
|
2017-03-27 14:38:51 +02:00 |
|
dev
|
3953df845c
|
impoved the request linking options, fixed few bugs in compiler (#52)
|
2017-03-08 06:49:54 +02:00 |
|
ro-ot
|
30e37dcfde
|
Improved category integration, adapted the fields generator to allow one field to be used multiple times in the same view
|
2017-03-06 14:08:12 +02:00 |
|
|
bc9e5495d7
|
fixed #43 to insure fields are sorted in the correct order. Added the noticeboard to the compiler page, to insure all our notices gets viewed by all those who use the JCB
|
2017-03-03 23:53:18 +02: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 |
|
|
290a51dd5a
|
Further improved #37 to ensure language strings are set and reversed, also add extra buttons to the compiler page. Major restructure of custom code implementation to make it more stable. Resolved #40 by updating the default field sql values.
|
2017-02-14 01:24:38 +02:00 |
|
|
5b5599575b
|
Fixes #39 to ensure components are build even if created and modified dates are not set. Improved #37 #issuecomment-278372267 to avoid one line error in windows.
|
2017-02-09 18:11:10 +02:00 |
|
|
655708cfa3
|
Bug fixes, error on compilation when using view date & version was fixed, headercheck file missing was fixed. Added swithces to controle custom import placeholders and if view version and date should be used
|
2017-02-02 13:54:07 +02:00 |
|
|
1a79b92b07
|
Added #39 a new feature the imports custom code during compilation. We also improved the compiler.
|
2017-02-01 15:17:04 +02:00 |
|
|
0ae4e4f80d
|
Added #31 feature to build fields and views dynamically via a sql dump. Fixed #29 to insure that a redirect loop does not occur easily. Made many other compiler improvements.
|
2016-12-30 12:47:19 +02:00 |
|
|
829384a56b
|
added dynamic email helper fields to the global settings of all components that use the email helper class
|
2016-12-22 23:32:13 +02:00 |
|
|
0cd5660141
|
added another field to the component view, to add helper methods to both admin and site area of the component
|
2016-11-25 04:56:16 +02:00 |
|
|
082196378b
|
Improved the lockdown WHMCS license integration
|
2016-11-22 19:08:17 +02:00 |
|
|
33f3bb5652
|
Added lots more demo data on Github to help demonstrate the ease of use. Adding feature to insert custom scripting during install. Adding easy issue tracking, and member notice board. Many bug fixes, to the compiler and general improvements.
|
2016-10-24 00:48:26 +02:00 |
|
|
ecb3ab5af9
|
Added custom buttons to admin views, improved the compiler code, with some bug fixes
|
2016-09-11 17:27:04 +02:00 |
|
|
b8311078ac
|
Added PHP (script - before publish) & PHP (script - after publish)
with some fixes to the compiler
|
2016-09-07 23:20:58 +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 |
|
|
f09fd06ddc
|
Removed $_GET from all callback response and used JInput instead
|
2016-06-24 15:23:01 +01:00 |
|
|
2004b8d91c
|
Made some improvements to the compiler and extended the email helper features.
|
2016-06-23 16:05:37 +01:00 |
|
|
d82d4aeb22
|
Added email helper class.
|
2016-06-03 07:28:32 +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 |
|
|
7f52decf16
|
Added fade-in option for admin views, added pdf lib to custom folder for use in projects.
|
2016-05-31 06:11:07 +01:00 |
|
|
d2aa1fce0b
|
Improved the custom import option to include the display method override.
|
2016-05-20 06:00:31 +01:00 |
|
|
ee2fea1db8
|
Updated the readme file.
|
2016-05-10 06:47:47 +01:00 |
|
|
32e3f6b86e
|
Added the import method to custom import tab, and improved the import custom concept.
|
2016-05-05 00:14:20 +01:00 |
|
|
0fd9d9d169
|
Bug fix in the custom import option.
|
2016-05-04 06:51:30 +01:00 |
|
|
6b70aa45e6
|
Added the option to customize the import of data per view.
|
2016-05-04 05:53:33 +01:00 |
|
|
951e0c1f5d
|
added another data type to fields called TIME.
|
2016-05-02 16:20:07 +01:00 |
|
|
57bf464111
|
Added another field to admin_view to add custom script to document method of component admin views.
|
2016-04-22 22:32:02 +01:00 |
|
|
6871bfd9a2
|
Updated some compiler methods, added footable3, fixed some known issus.
|
2016-04-22 13:03:43 +01:00 |
|
|
3bc71a935c
|
Updated the footable Lib.
|
2016-03-19 03:51:35 +02:00 |
|
|
306b6b9787
|
fixed import error with version is ignored.
|
2016-03-10 23:23:23 +02:00 |
|
|
21756c3e55
|
Fixed the bug for the image display on install, it was missing the component name.
|
2016-03-04 19:26:18 +02:00 |
|
|
36d3a10ef8
|
Fixed the created_by auto save to current user if none is set at the creation of any new item. All other changes are only random variable name and date changes (due to automation)
|
2016-02-20 20:13:00 +02:00 |
|
|
4e65696d40
|
Added the option of placing tabs on the dashboard with custom scription options. All other changes are only random variable name and date changes (due to automation)
|
2016-02-19 11:21:44 +02:00 |
|
|
737785ea33
|
Improved the compiler. All other changes are only random variable name and date changes (due to automation)
|
2016-02-15 10:37:21 +02:00 |
|
|
ecf47809f9
|
first commit of free version
|
2016-01-30 22:28:43 +02:00 |
|