added upgrade for config file
This commit is contained in:
parent
b227952e96
commit
369cade685
3 changed files with 163 additions and 11 deletions
|
|
@ -35,6 +35,9 @@ save you many hours of grief.
|
|||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
See the WebGUI help system about "Styles, Using" for more
|
||||
information and examples.
|
||||
|
||||
* If you have downloaded and installed the HttpProxy wobject from
|
||||
the contributions then you will need to delete it prior to
|
||||
upgrading or the database upgrade will fail. To remove it
|
||||
|
|
@ -57,19 +60,33 @@ save you many hours of grief.
|
|||
* The discussions on USS and Articles have been turned off. They'll
|
||||
need to be manually turned back on.
|
||||
|
||||
* The setting "cachePages" has been removed from the config file. It
|
||||
has been moved to the content settings page inside the UI.
|
||||
* The wobject API has changed significantly. It is backward
|
||||
compatible for the time being, but if you're building custom
|
||||
wobjects, you should migrate them to the new API. Doing so
|
||||
will likely reduce a lot of the code in your wobject as an
|
||||
added benefit.
|
||||
|
||||
* The setting "cacheInternational" has been removed from the config
|
||||
file. The international messages are now automatically cached
|
||||
if caching is available.
|
||||
* If you do not use the automatic upgrade utility, you'll also need
|
||||
to take note of the following gotchas:
|
||||
|
||||
* After upgrading please remove the SyndicatedContent.pm file from
|
||||
sbin/Hourly as it is no longer required, and will cause
|
||||
problems if it is not removed.
|
||||
* The setting "cachePages" has been removed from the config
|
||||
file. It has been moved to the content settings page
|
||||
inside the UI.
|
||||
|
||||
* imageCollateralImport.pl has been replaced by collateralImport.pl.
|
||||
Please delete imageCollateralImport.pl.
|
||||
* The setting "cacheInternational" has been removed from the
|
||||
config file. The international messages are now
|
||||
automatically cached if caching is available.
|
||||
|
||||
* After upgrading please remove the SyndicatedContent.pm
|
||||
file from sbin/Hourly as it is no longer required,
|
||||
and will cause problems if it is not removed.
|
||||
|
||||
* imageCollateralImport.pl has been replaced by
|
||||
collateralImport.pl. Please delete
|
||||
imageCollateralImport.pl.
|
||||
|
||||
* The config file syntax has changed. Update your config
|
||||
file to match etc/WebGUI.conf.original.
|
||||
|
||||
|
||||
5.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue