Commit Graph

46 Commits

Author SHA1 Message Date
Llewellyn van der Merwe de2d957141
Did some formating to the code of the compiler 2018-03-18 06:52:07 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 9d64afe138
Fixed gh-234 to insure that the FTP server option works. Added the server option to the JCB package backup area. 2018-02-20 22:46:29 +02:00
Llewellyn van der Merwe 17195cd059
Adapted the server implementation to more reusable object, added more permission control. Resolved gh-230 by adding the full shtp integration 2018-02-19 14:52:08 +02:00
Llewellyn van der Merwe e857614608
Added the update_server.xml back, and fixed the compiler to insure it does not get removed again. 2018-02-18 01:11:05 +02:00
Llewellyn van der Merwe c3156642b2
Added more security to the composer vendor folder. Added the SFTP get helper classes, and adapted the compiler to use SFTP 2018-02-18 00:47:01 +02:00
Llewellyn van der Merwe 0c798d9579
Started with the first adaptation to implement the ssh protocol as mentioned in gh-230 2018-02-15 02:43:07 +02:00
Llewellyn van der Merwe 655bf3b0b9
Added more validation and started adapting the compiler for JText replacment 2018-02-06 12:55:46 +02:00
Llewellyn van der Merwe e6466474b1
Fixed missing placeholder strings for views in compiler 2018-01-19 12:27:47 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 95716e22cf
Updated the compiler to also target JText::script() & Joomla.JText._() in language constant replacement. Added field counter. Resolved gh-198 2017-12-14 15:30:44 +02:00
Llewellyn van der Merwe f34e1b19f8
Added sharing of snippets option and started adding get snippets custom admin view gh-92. Fixed gh-153 published settings for categories. 2017-11-16 06:37:32 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 306a9b9613
updated the compiler to first check if array values is set 2017-10-30 20:50:56 +02:00
Llewellyn van der Merwe ccb3f09a34
Major Upgrade to version 2.6.0 2017-10-30 15:41:47 +02:00
Llewellyn van der Merwe f15b67cff1
Added notice of language (tanslations) added or not added with details to compiler
Resolved gh-146 compiler error on joined db in dinamic get thanks to @mwweb & @ro-ot
Resolved gh-147 by adding the sort of fields back into the save method
Resolved gh-144 to ensure that the published tab (fields overwriting and adding) option is available again.
Resolved gh-145 by moving the subforms to their own tab in dynamic get view
Converted all repeatable fields to subform fields in Joomla component view
Moved 9 subforms and other fields to their own table and view (decopuling them fom Joomla component view), that means we added 9 more views and tables to JCB
Added all the ajax for buttons and display views to Joomla component view
Added tmp scripts all across the new areas with subforms to ensure all repeatable fields are converted. Will be removed in v2.7.0
Added synced copy, change state and delete in Joomla components view in relation to all tables linked to it (same as with admin views)
2017-10-26 18:43:51 +02:00
Llewellyn van der Merwe 06416e665d
Fixed gh-120 that allows export of component with language translations 2017-09-18 02:18:23 +02:00
Llewellyn van der Merwe 8ccb13f3e0
resolve gh-115 to allow excluding of folders and files in the repository folder 2017-09-13 02:37:43 +02:00
Llewellyn van der Merwe 4b3bc9bd03
Moved FTP signature to its own table, so we can use it more securely around JCB (even in the global settings). Improved the Linked view option in admin-views. 2017-08-25 02:56:05 +01:00
dev b1d9b672ab
Added the global switch to set the percentage a language should be translated before it is automatically added to the component during compilation. Force language to be added when the debug lines are set to be added. 2017-04-06 09:47:51 +01:00
dev 34d14ed95d
gh-60 language translation component added, basic implementation 2017-04-05 14:21:10 +01:00
Llewellyn van der Merwe bd0febd92c
Resolves gh-63 to prevent repeateble field from being created a second time. Resolves gh-62 to insure full encryption of JCB packages. 2017-04-01 15:59:54 +02:00
Llewellyn van der Merwe 63b1bac955
Expanded the export feature of gh-53 to bundle the data into package. 2017-03-21 00:07:14 +02:00
dev 3953df845c impoved the request linking options, fixed few bugs in compiler (#52) 2017-03-08 06:49:54 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe de008d5907
Stable release of the automatic import of custom code, and the JCB manual placeholder implementation resolves #37 please view https://youtu.be/KiAtJawZ3oo 2017-02-11 04:24:26 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe e0efef54e9
Implementation of the switches and update the update server. 2017-02-02 14:19:09 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe ea2b2ea4c4
added feature to remove site folder if not needed, also some linked to component tabs to fields, admin views, site views, and custom admin views 2017-01-20 02:16:50 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe e63441531b
Fixed the compiler run on readme placeholder error 2016-10-24 01:05:06 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 5a541340c8 Updated the readme. 2016-02-29 13:05:37 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 5ca3d0b533 Fixed missing folder on build. Other changes are only random variable name and date changes (due to automation) 2016-01-31 19:24:52 +02:00
Llewellyn van der Merwe 5331e32e11 Fixed the install image type setting to more dynamic. Other changes are only random variable name and date changes (due to automation) 2016-01-31 18:55:06 +02:00
Llewellyn van der Merwe ecf47809f9 first commit of free version 2016-01-30 22:28:43 +02:00