-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Trofimov
committed
Apr 4, 2019
1 parent
5d54930
commit 4e97ed0
Showing
47 changed files
with
240 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
$mixCheckResult = 'Update can not be applied'; | ||
|
||
if ('7.4.0' == $this->oDb->getOne("SELECT `VALUE` FROM `sys_options` WHERE `Name` = 'sys_tmp_version'")) | ||
$mixCheckResult = true; | ||
|
||
return $mixCheckResult; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<b>IMPORTANT!!!</b><br /> | ||
Automatic part of upgrade is completed. Please do the following to complete upgrade process: <br /> | ||
<ul> | ||
<li>Clean <b>/cache/</b>, <b>/cache_public/</b> and <b>/tmp/</b> folders via FTP or SSH, leave only .htaccess file there if one exists</li> | ||
<li>Recompile system language file from Admin Panel -> Settings -> Languages Settings -> Languages</li> | ||
<li>Clean <b>/cache/</b> folder again</li> | ||
<li>Recompile Forum language file for all templates from Admin Panel -> Modules -> Forum -> Manage Forum</li> | ||
<li>Remove <b>/upgrade/</b> directory</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'ads' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'articles' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'avatar' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'blogs' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'board' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'chat' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'chat_plus' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'custom_rss' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'desktop' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'dolphcon' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'events' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'facebook_connect' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'feedback' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'files' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'forum' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'google_search' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'groups' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'h5av' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'membership' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'messenger' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'news' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'oauth2' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'pageac' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'payflow' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'payment' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'photos' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'poll' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'profile_customize' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'profiler' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'quotes' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'russian' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'shoutbox' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'simple_messenger' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'site_customize' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'sites' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'smtpmailer' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'sounds' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'spy' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'store' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'videos' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'wall' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'wmap' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- update module version | ||
|
||
UPDATE `sys_modules` SET `version` = '1.4.1' WHERE `uri` = 'zipcodesearch' AND `version` = '1.4.0'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
|
||
return true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
-- last step is to update current version | ||
|
||
UPDATE `sys_options` SET `VALUE` = '7.4.1' WHERE `Name` = 'sys_tmp_version'; | ||
|