Fix spelling errors
This commit is contained in:
parent
dd06da4b16
commit
3fcaa05100
1 changed files with 8 additions and 8 deletions
|
|
@ -44,14 +44,14 @@ save you many hours of grief.
|
||||||
Graphics::Magick, so if you upgrade to WRE 0.8.0 then you'll
|
Graphics::Magick, so if you upgrade to WRE 0.8.0 then you'll
|
||||||
automatically be ready for the future.
|
automatically be ready for the future.
|
||||||
|
|
||||||
* Any customizations made to the Inbox or Inbox/Message tempalates
|
* Any customizations made to the Inbox or Inbox/Message templates
|
||||||
will be lost. Please back up your custom templates before running
|
will be lost. Please back up your custom templates before running
|
||||||
the upgrade
|
the upgrade
|
||||||
|
|
||||||
* The Transaction Error template in commerce has been merged with the Checkout
|
* The Transaction Error template in commerce has been merged with the Checkout
|
||||||
template. All Transaction Error templates are purged from the system on upgrade.
|
template. All Transaction Error templates are purged from the system on upgrade.
|
||||||
Make sure you back up your custom templates and apply them to the Checkout template.
|
Make sure you back up your custom templates and apply them to the Checkout template.
|
||||||
None of the tempalte variables have changed.
|
None of the template variables have changed.
|
||||||
|
|
||||||
|
|
||||||
7.3.19
|
7.3.19
|
||||||
|
|
@ -249,10 +249,10 @@ save you many hours of grief.
|
||||||
7.1.3
|
7.1.3
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
* The column that stores the graph configuration in the Poll table
|
* The column that stores the graph configuration in the Poll table
|
||||||
has the wrong type. In MySQL 5 this results in corrpution of this
|
has the wrong type. In MySQL 5 this results in corruption of this
|
||||||
hash. The upgrade script will fix the column type, but not the
|
hash. The upgrade script will fix the column type, but not the
|
||||||
corrupted graph configs. Polls with an erroneous configuration
|
corrupted graph configs. Polls with an erroneous configuration
|
||||||
will diplay the old text based graphs. To fix the Polls, just edit
|
will display the old text based graphs. To fix the Polls, just edit
|
||||||
them, set the correct graphing options again and finally save.
|
them, set the correct graphing options again and finally save.
|
||||||
|
|
||||||
7.0.8
|
7.0.8
|
||||||
|
|
@ -279,7 +279,7 @@ save you many hours of grief.
|
||||||
|
|
||||||
* Numbers generated by the Splat_random macro were not evenly
|
* Numbers generated by the Splat_random macro were not evenly
|
||||||
distributed. It returned numbers between 0 and 'max' (inclusive)
|
distributed. It returned numbers between 0 and 'max' (inclusive)
|
||||||
with this two numbers occuring about half as much as other numbers.
|
with this two numbers occurring about half as much as other numbers.
|
||||||
This is now fixed, so it will return numbers between 0 and 'max-1'
|
This is now fixed, so it will return numbers between 0 and 'max-1'
|
||||||
(inclusive), with an equal probability of any of these numbers.
|
(inclusive), with an equal probability of any of these numbers.
|
||||||
If you're using this macro, you might need to increment the max
|
If you're using this macro, you might need to increment the max
|
||||||
|
|
@ -287,7 +287,7 @@ save you many hours of grief.
|
||||||
|
|
||||||
* We've made a number of improvements and bug fixes to the search
|
* We've made a number of improvements and bug fixes to the search
|
||||||
indexing system in this release. You may want to use the search.pl
|
indexing system in this release. You may want to use the search.pl
|
||||||
utiltity in sbin to reindex your site to get better search results.
|
utility in sbin to reindex your site to get better search results.
|
||||||
|
|
||||||
|
|
||||||
7.0.2
|
7.0.2
|
||||||
|
|
@ -310,9 +310,9 @@ save you many hours of grief.
|
||||||
6.99.5
|
6.99.5
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
* In transfering LDAP from the users to group module, it was discovered
|
* In transferring LDAP from the users to group module, it was discovered
|
||||||
the ldap link must also be saved with the group. The upgrade attempts
|
the ldap link must also be saved with the group. The upgrade attempts
|
||||||
to determine the proper LDAP Link to use, however it is not guarenteed
|
to determine the proper LDAP Link to use, however it is not guaranteed
|
||||||
to be accurate. If you use LDAP groups in WebGUI, be sure and check
|
to be accurate. If you use LDAP groups in WebGUI, be sure and check
|
||||||
each one to make sure they are assigned to the appropriate LDAP Link.
|
each one to make sure they are assigned to the appropriate LDAP Link.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue