Feature proposal #1494
closedUse upgrade method in Joomla 1.5 for installing
Description
Would allow to not uninstall and reinstall everything
Caution: configuration file ue_config.php should not be overridden !
We could just rename ue_config.php into ue_config_default.php
But, much better would be to say it's time to go into database config...
The idea is to use a #__plugins entry, as we end up reading most if not all of that table anyway.
Updated by beat over 14 years ago
- Status changed from New to Assigned
- Priority changed from Normal to High
- % Done changed from 0 to 50
r888 adds the method="upgrade" in the XML files.
However the ue_config.php file gets overridden by upgrades at this stage.
Updated by beat over 14 years ago
- % Done changed from 50 to 90
r916 implements as follows for now: if ue_config.php does not exist at very begin of installing, copying ue_config_first.php (added in r915) to ue_config.php
r918 adjusts CB xml files for it.
r920 fixes a missing . in file-name for cb.adminfilesystem.php
Updated by beat over 14 years ago
- Assignee changed from beat to nant
- % Done changed from 90 to 100
Tested for non-FTP, FTP tests will now be done too, waiting for FTP tests to close.