User tests: Successful: Unsuccessful:
As a CMSApplicationInterface
was introduced in #16499 the rest of the cli scripts do need a brush up.
Status | New | ⇒ | Pending |
Category | ⇒ | CLI |
I mean part of the idea with the interface is to fix this stuff and have the cms application interface globally. I mean let's get this merged. But this needs fixing somehow...
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-04 16:31:49 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
It crashes otherwise. It needs a global application available, another cli script is doing that as well. It's the problem we have to always have a global CMSApplication available trough JFactory. Another approach would be to set the cli app as global app. But then it crashes on functiona like getTemplate. Correctly this function would return the CMS interface.