install-directories needs to be rewrote
install-directories needs to be rewrote
FusionDirectory needs to have a nicer way of changing default directories. The old install-directories was doing regular expressions that only works once.
I think we need to split the variables.inc file into 2 files, only one being modified by perl (the second one would be the one defining things like LOCALE_DIR, that depends on CACHE_DIR)
Maybe using a .conf file would be the best idea? It's easy to access in perl, what about in PHP? An other possibility is to include in variables.inc an empty file (one with default config), that can be entirely rewritten by the perl script.
About the feature in variables.php that uses settings from Apache configuration, should it overwrite user specified vars?
(from redmine: issue id 718, created on 2012-03-22, closed on 2012-03-28)
- Changesets:
- Revision ea491f8a by Benoit MORTIER on 2012-03-23T12:08:28.000Z:
Fixes: #718 install-directories needs to be rewrote
- Revision 351f3e78 by Benoit MORTIER on 2012-03-26T15:04:04.000Z:
Fixes: #718 install-directories needs to be rewrote