Actions
Feature proposal #4169
closedUpgrade CB installer to handle files folders
Description
Currently you have to specify what files to install 1 by 1 in the XML file. This makes it extremely easy to make a mistake and exclude a file. It also makes adding to large XML files a massive pain. Joomla allows specifying an entire folder to install as <folder>FOLDER</folder>. Upgrade CB installer to be able to have the same usage.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented as follows.
<files>
<foldername>FOLDER</foldername>
</files>
Actions