From: Joby W. <joby@u.washington.edu> - 2002-11-08 20:02:11
|
Since config-user.php is blank and should never need to be modified in CVS we shouldn't need to worry. Though, I agree that for packaging it becomes a problem since we don't want to overwrite someone's config-user.php with a blank file. Other views? jbw Matti Airas wrote: > On Friday 08 November 2002 17:35, Joby Walker wrote: > > >>index.php will be replaced with: >> >>index.php -- just contains includes (in CVS as index2.php) >>config/config-dist.php -- default distribution settings >>config/config-user.php -- localized config settings >> >>This has been in CVS for a few weeks, but I have received no comment >>on implementation. It should be good to go. > > > OK, good. It'd be nice, though, if there were no config-user.php at all > in CVS, so that it's safe to do cvs updates (and maybe commits) without > risk of hosing current configuration (or the default configuration in > CVS). Then, config-user.php could be included (instead of currently > being required), and if it's missing, a nag message with instructions > to create an empty configuration file could be included in the header > of each and every displayed page. Or alternatively, the user could be > instructed to use the configurator in the works... :-) > > m. > |