| Author |
Post |
|
|
#1 Sat May 20, 2006 1:45 pm
|
|
Member
Registered: Feb 2006
Posts: 18
Location: Westford, Massachusetts, USA
|
It would be great if the upgrade process had the ability to merge the new features into the existing configuration file. I find that I have to modify the new configuration file by hand bringing over my options. Sometimes there are new features that don't map exactly to the previous configuration as well. Automating this part would help getting the new version up and running quicker. Thanks, -Mark
|
|
|
#2 Sat May 20, 2006 2:47 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Normally, new configuration settings will be saved automatically when the general configuration form in the ACP is submitted. 2.0 will have database powered settings based on a sort of registry system, settings will be added automatically, as well as changes in the database, without any user intervention.
|
|
|
#3 Sun May 28, 2006 12:45 am
|
|
Member
Registered: Apr 2006
Posts: 20
Location: Germany
|
but with special mod-hackz in source contents it is necessary to know which data to be revised must. upload all data is not of advantage for mod writers. it is better to know which source file is new and which one not. take a look at my boad, i can not upload all files without any special modifications http://forum.filmgigant.de
|
|
|
#4 Sun May 28, 2006 2:32 am
|
|
Member
Registered: Sep 2005
Posts: 76
Location: New Zealand
|
Do what I do, I use WinMerge to compare the old with the new and write the changes to the new file rather than copy the old over the new. Doing that from 0.6 to 0.7 to 0.8 to 0.8a to 1.0 RC2 you tend to get familiar with the files that have been mod'ed  For me it is global.tpl.php and styles.css with a two dirs gfx and smilies. If you are more of a mod-hackz than me, then you will have more to check.
|
|
|
#5 Sun May 28, 2006 2:52 am
|
|
Member
Registered: Apr 2006
Posts: 20
Location: Germany
|
yes, I must change these files:
Global.tpl Various.tpl panel.tpl
panel_profil.php
but WinMerge looks interesting for me. thanks for this reference. I will try it out.
|