Page MenuHomeIn-Portal Phabricator

INP-1495 - Use "array_replace_recursive" inside kSystemConfig class
ClosedPublic

Authored by alex on Oct 5 2015, 2:00 PM.

Details

Test Plan
  1. choose profile to use (in-portal.full or in-portal.community)
  2. checkout In-Portal 5.2.x via in-portal module and then run php /tools/configure_profile.php profile_name script using chosen profile
  3. checkout In-Portal 5.3.x via in-portal module and then run php /tools/configure_profile.php profile_name script using chosen profile
  4. install In-Portal 5.2.x
  5. copy over /system/config.php file from In-Portal 5.2.x installation to In-Portal 5.3.x installation (fix WebsitePath setting if needed)
  6. open /core/install.php in the In-Portal 5.3.x installation
  7. confirm, that there are no JS errors and CSS is correctly loaded (the FireBug can be used for that)
  8. don't continue with installation

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 362.Oct 5 2015, 2:00 PM
alex retitled this revision from to INP-1495 - Use "array_replace_recursive" inside kSystemConfig class.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1495.
alex edited the test plan for this revision. (Show Details)Oct 5 2015, 3:55 PM
alex edited edge metadata.
alex edited the test plan for this revision. (Show Details)Oct 5 2015, 4:00 PM
glebs edited edge metadata.EditedOct 7 2015, 1:44 AM

Can't make checkout from svn://source.in-portal.org/profiles/in-portal.community/branches/5.2.x because it contains README.txt only with note about new way of checkout.

alex edited the test plan for this revision. (Show Details)Oct 7 2015, 2:05 AM
alex edited edge metadata.
alex added a comment.Oct 7 2015, 2:08 AM

This was error in test plan. I've updated it in this and other revisions where upgrade from 5.2.x to 5.3.x needs to be tested. Please proceed.

glebs accepted this revision.Oct 8 2015, 2:01 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Oct 8 2015, 2:01 AM
This revision was automatically updated to reflect the committed changes.