|
6c29a6fca1
|
Added field filtering to admin fields conditions to only load fields linked to admin view. Updated the component export method to also export the new views and field relationships
|
2017-10-16 19:14:23 +02:00 |
|
|
c2972c3e17
|
fixed a line break incorrectly escaped, added better description to new fields layout
|
2017-10-14 20:07: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 |
|
|
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 |
|
|
9e140b40da
|
convert repeatable properties field in the field types view to subform field
|
2017-09-18 04:20:50 +02:00 |
|
|
06416e665d
|
Fixed gh-120 that allows export of component with language translations
|
2017-09-18 02:18:23 +02:00 |
|
|
8ccb13f3e0
|
resolve gh-115 to allow excluding of folders and files in the repository folder
|
2017-09-13 02:37:43 +02:00 |
|
|
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 |
|
|
8501e37b3e
|
updated some of the component import script, resolved gh-113 to improve assets rules setting for components
|
2017-08-23 21:38:28 +01:00 |
|
|
1c37f13820
|
fixed component import issue, to insure mysql dump data in admin-view gets imported correctly
|
2017-08-23 15:52:31 +01:00 |
|
|
cfc1af2b69
|
added site-view switch to allow default public access if access is set on the site view as explained in gh-113
|
2017-08-22 23:17:19 +01:00 |
|
|
9c1ee3e88a
|
updated the donation info
|
2017-08-21 02:24:30 +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 |
|
|
e003be492c
|
Fixed gh-108 to insure that all fields get added if multiple zeros are found. Improved the default value options in global config to allow for array of default values. Fixed typo forward slash.
|
2017-08-12 12:51:28 +01:00 |
|
|
111aa4a3de
|
donation info updated
|
2017-06-28 21:02:04 +01:00 |
|
|
6e0bcc0ae2
|
Resolves gh-96 by adding the feature to auto create the update SQL. Also fixes gh-100 Field Length Issue.
|
2017-06-16 13:38:06 +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 |
|
|
cb355feaf4
|
fixed import of components selection
|
2017-05-20 09:36:26 +02: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 |
|
|
f39a877db2
|
fixed double // in file path when exporting a component and its images
|
2017-04-08 21:52:51 +01:00 |
|
|
6bba258fec
|
Improved the import feature to insure that we don't have language conflicts with multiple strings for one language.
|
2017-04-08 14:44:41 +01:00 |
|
|
d113d7b91b
|
Added the new language feature to the export and import of Components, so that their related translations can also be linked to the exported package.
|
2017-04-06 22:40:22 +01:00 |
|
dev
|
2caaa1a1e3
|
added the translation to the component view, also adding lang tags of ready translated languages
|
2017-04-05 17:26:17 +01:00 |
|
dev
|
34d14ed95d
|
gh-60 language translation component added, basic implementation
|
2017-04-05 14:21:10 +01:00 |
|
|
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 |
|
|
82fd08cf57
|
Resolves gh-59 the repeatable field id problem. Also improved the export and import to insure snippets and linked admin views are re-mapped on import of the component. Also fixed the target and match field conditions in admin views to re-map the ids correctly.
|
2017-03-31 23:28:16 +02:00 |
|
|
cca07258d6
|
Added owner and key control to export & import of components, also added buy and package link building to global options gh-53
|
2017-03-30 23:19:12 +02:00 |
|
|
f61bb46073
|
Resolves gh-53 with stable export & import of fully mapped components. Key export & import encryption and forced update switch, with error and waring messages has been added.
|
2017-03-28 16:57:59 +02: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 |
|
|
63b1bac955
|
Expanded the export feature of gh-53 to bundle the data into package.
|
2017-03-21 00:07:14 +02:00 |
|
dev
|
cfd9b33b30
|
added the custom code search and more to gh-53
|
2017-03-19 00:55:34 +02:00 |
|
dev
|
952d26f1f8
|
added the getData method of the component smart export feature
|
2017-03-18 22:17:15 +02:00 |
|
dev
|
b0ad2ddffc
|
Added the basic code for controller and model for gh-53
|
2017-03-18 13:16:07 +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 |
|
|
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 |
|