Initial JCB API #110
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#110
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is much better!
Maybe this function name should show it is loading the html in a table row.
This will break getVars calls already in use!
@ -0,0 +101,4 @@
// get the global details
$globalConf = JFactory::getConfig();
$mailer = $globalConf->get('mailer');
There are some new values that could be used from the global mailer.
like
setTableHtmlBody($html, $subject)
?oops... this was an accident, I was trying something and then saw it will not work, but did not change it back. Thanks!
What about?
Short and sweet.
Since this brings many new files and concepts to JCB I think the version should jump to 2.5
This will insure that all who knows how versioning works will take notice that a fairly big change is happening. I mean you are adding a front-end to JCB starting with a very basic API controller the does backups. I like what you are doing, just a lot of code doing nothing... is there not a way just to add a controller?
I mean can we not adapt JCB to be able to just build a controller if the site view and model is not even being used?
The backup system works well. I have also not seen any other issues, look good!