Changes between Initial Version and Version 1 of 7.2.1-7.3.0


Ignore:
Timestamp:
Mar 4, 2016, 4:41:41 AM (8 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 7.2.1-7.3.0

    v1 v1  
     1= Upgrade Instructions from 7.2.1 to 7.3.0 = 
     2 
     3 
     4 
     5== Step 0 == 
     6'''Back up your current Dolphin files, folders and database.''' 
     7 
     8'''NOTE''': This upgrade will work with official Dolphin 7.2.1 version ONLY. If you applied some fixes to your Dolphin 7.2.1 then this patch should work in most cases, but there are some fixes that may cause conflict. 
     9 
     10'''NOTE''': '''.htaccess''' is updated, please backup your '''.htaccess''' if it has modifications 
     11 
     12'''NOTE''': moximanager plugin was removed, now it is available as separate module for licensed sites only 
     13 
     14'''NOTE''': This upgrade reset settings in Photos, Videos, Sounds and Files modules, if you have custom settings you need to re-enter them after update is completed 
     15 
     16== Step 1 == 
     17Download and extract the patch [http://get.boonex.com/Dolphin-Patch-v.7.3.0-Cumulative Dolphin-Patch-v.7.3.0-Cumulative] and upload its files to your current installation, replacing all old files. '''Make sure that old files were REALLY replaced - site can become nonfunctional at all if old files are still in place.'''  
     18 
     19'''NOTE''': If you have custom translations, please refer to [wiki:Dol7UpgradeCustomTranslations this instruction] on how to add new language strings for your language. 
     20 
     21 
     22 
     23== Step 2 == 
     24Remove the '''''upgrade/.htaccess''''' file via FTP or SSH.  
     25 
     26'''Make sure that you removed .htaccess file from "upgrade" directory! Do not remove .htaccess file from Dolphin root folder, it will make almost all links on the site not working.''' 
     27 
     28'''NOTE''': You may need to change your FTP client settings to show hidden files to see the '''''.htaccess''''' file in your FTP manager.  
     29 
     30 
     31 
     32== Step 3 == 
     33Open the following URL in your favorite browser: 
     34 
     35{{{ 
     36http://your-domain.com/path-to-dolphin/upgrade/ 
     37}}} 
     38 
     39''Replace '''your-domain.com''' and  '''path-to-dolphin''' with your real values.'' 
     40 
     41Apply all available updates. The script detects suitable updates automatically. 
     42 
     43 
     44 
     45== Step 4 == 
     46Please follow and read all automatically completed steps of the upgrade script, paying special attention to the last step. The last step of this upgrade is '''IMPORTANT'''. You will be given special instructions by the script which you will have to do '''MANUALLY'''. 
     47 
     48 
     49 
     50== Step 5 == 
     51 
     52Delete the following files and folders manually via FTP or SSH: 
     53 
     54{{{ 
     55modules/boonex/desktop/templates 
     56plugins/moxiemanager 
     57templates/base/images/icons/android.png 
     58templates/base/images/icons/iphone.png 
     59templates/base/extra_bottom_menu_sub_items.html 
     60templates/tmpl_alt/images/clouds.png 
     61templates/tmpl_evo/images/sys-bg-main-2x.jpg 
     62plugins/tinymce/langs/en.js 
     63modules/boonex/events/templates/base/wall_post_grouped.html 
     64modules/boonex/events/templates/base/wall_post_comment.html 
     65modules/boonex/events/templates/base/wall_post.html 
     66modules/boonex/groups/templates/base/wall_post_grouped.html 
     67modules/boonex/groups/templates/base/wall_post_comment.html 
     68modules/boonex/groups/templates/base/wall_post.html 
     69modules/boonex/photos/templates/base/wall_post_comment.html 
     70modules/boonex/sites/templates/base/wall_post_grouped.html 
     71modules/boonex/sites/templates/base/wall_post_comment.html 
     72modules/boonex/sites/templates/base/wall_post.html 
     73modules/boonex/sounds/templates/base/wall_post_comment.html 
     74modules/boonex/store/templates/base/wall_post_grouped.html 
     75modules/boonex/store/templates/base/wall_post_comment.html 
     76modules/boonex/store/templates/base/wall_post.html 
     77modules/boonex/videos/templates/base/wall_post_comment.html 
     78modules/boonex/wall/templates/base/timeline_post_private.html 
     79modules/boonex/wall/templates/base/timeline_post_grouped.html 
     80modules/boonex/wall/templates/base/timeline_post.html 
     81templates/base/images/icons/technorati.png 
     82templates/base/images/icons/stumbleupon.png 
     83templates/base/images/icons/slashdot.png 
     84templates/base/images/icons/blinklist.png 
     85modules/boonex/wall/templates/base/comments_actions.html 
     86templates/base/join_form_code_after.html 
     87}}} 
     88Here is ready scripts to run in SSH: 
     89{{{ 
     90rm -rf modules/boonex/desktop/templates plugins/moxiemanager templates/base/images/icons/android.png templates/base/images/icons/iphone.png templates/base/extra_bottom_menu_sub_items.html templates/tmpl_alt/images/clouds.png templates/tmpl_evo/images/sys-bg-main-2x.jpg plugins/tinymce/langs/en.js modules/boonex/events/templates/base/wall_post_grouped.html modules/boonex/events/templates/base/wall_post_comment.html modules/boonex/events/templates/base/wall_post.html modules/boonex/groups/templates/base/wall_post_grouped.html modules/boonex/groups/templates/base/wall_post_comment.html modules/boonex/groups/templates/base/wall_post.html modules/boonex/photos/templates/base/wall_post_comment.html modules/boonex/sites/templates/base/wall_post_grouped.html modules/boonex/sites/templates/base/wall_post_comment.html modules/boonex/sites/templates/base/wall_post.html modules/boonex/sounds/templates/base/wall_post_comment.html modules/boonex/store/templates/base/wall_post_grouped.html modules/boonex/store/templates/base/wall_post_comment.html modules/boonex/store/templates/base/wall_post.html modules/boonex/videos/templates/base/wall_post_comment.html modules/boonex/wall/templates/base/timeline_post_private.html modules/boonex/wall/templates/base/timeline_post_grouped.html modules/boonex/wall/templates/base/timeline_post.html  
     91 
     92rm -rf templates/base/images/icons/technorati.png templates/base/images/icons/stumbleupon.png templates/base/images/icons/slashdot.png templates/base/images/icons/blinklist.png 
     93 
     94rm -rf modules/boonex/wall/templates/base/comments_actions.html templates/base/join_form_code_after.html 
     95}}} 
     96 
     97 
     98== Step 6 == 
     99Report any occurrence of bugs in [http://www.boonex.com/forums/forum/Technical-0.htm this forum]. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub