This website works better with JavaScript.
Support
Register
Sign In
joomla
/
Component-Builder
Watch
18
Star
15
Fork
You've already forked Component-Builder
4
Code
Issues
57
Pull Requests
Projects
3
Releases
Wiki
Activity
Labels
Milestones
New Pull Request
Major Upgrade to JCB (stable)
#244
Merged
Llewellyn
merged 22 commits from
staging
into
master
5 years ago
Conversation
2
Commits
22
Files Changed
182
22 Commits (staging)
Author
SHA1
Message
Date
Llewellyn van der Merwe
806c4d531b
Fixed setPlaceholders method to not pass by ref
5 years ago
Llewellyn van der Merwe
ce200d2b7c
Fixed error that caused set placeholders method to break in the compiler
5 years ago
Llewellyn van der Merwe
de2d957141
Did some formating to the code of the compiler
5 years ago
Llewellyn van der Merwe
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
5 years ago
Llewellyn van der Merwe
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.
5 years ago
Llewellyn van der Merwe
eb56fd3b48
Moved the php script for customGets to better inserting location, as explained in gh-239
5 years ago
Llewellyn van der Merwe
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
5 years ago
Llewellyn van der Merwe
1991a46689
Fixed the getFieldName method to always fall back to global name if none is set in the xml.
5 years ago
Llewellyn van der Merwe
ee949fbe6e
Expanded the automatic DB update feature, to insure that any changes to a field name/datatype/lenght will now also create a DB update, resolve gh-241
5 years ago
Llewellyn van der Merwe
79747403b6
Added the new fields to the demo component being exported
5 years ago
Llewellyn van der Merwe
747c284352
Change the tab name fom PHP to Dash & Install inside the Joomla Component view, since that is really what is done in that tab
5 years ago
Llewellyn van der Merwe
de14f5d422
Added some error handeling in respons to the gh-148 issue, to help insure we know why the dynamic dashboard did not get added
5 years ago
Llewellyn van der Merwe
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
5 years ago
Llewellyn van der Merwe
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.
5 years ago
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.
5 years ago
Llewellyn van der Merwe
0c243d75c8
Added temp workaround for gh-238 to insure component behave correctly with cache enabled on website
5 years ago
Llewellyn van der Merwe
45e1c33865
Fixed the export feature to insure no old data structures are exported. Added extra field detection to insure all related fields are exported
5 years ago
Llewellyn van der Merwe
1902604328
added some updated notes to the paths area
5 years ago
Llewellyn van der Merwe
836df43fcc
Improved the JCB package export/import feature to insure that the new full paths are also moved, also made a few bug fixes in this area to better deal with divergent data id managment
5 years ago
Llewellyn van der Merwe
593a4c7c89
Fixed gh-237 passing th 4th value as zero to insure the onContentPrepare method signature match.
5 years ago
Llewellyn van der Merwe
2724274896
Added crypt method to helper class, and fixed the std folder array issue
5 years ago
Llewellyn van der Merwe
7f3dae297a
Moved the composer vendor folder to libraries and removed it from the admin/helpers folder. Improved the dynamic folder include concept.
5 years ago