User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This simple PR converts com_templates component to namespace MVC for Joomla 4.
Install latest Joomla 4.0-dev with sample data, then apply patch (or better install my branch https://github.com/joomdonation/joomla-cms/archive/namespace_com_templates.zip )
Access to backend, access to Extensions -> Templates, test the manage Templates and Styles, make sure it is working as before
By looking at the code, look like there is a function to compile less files. However, the library classes like JLess is not available anymore, If I remember correctly, the classes were removed. So I guess we should remove that option from template manage ?
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_templates |
Labels |
Added:
?
|
OK. I removed the button + the code which handles less compile. Should be good now. I don't know why drop is failed but it is not related with the last changes
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-14 14:57:57 |
Closed_By | ⇒ | wilsonge |
Yes we should remove the compile less button :)