Preparations
- don't apply the patch
- in the Admin Console:
- login to the Admin Console
- go to the Logs & Reports → Changes Log section
- if there is warning message (above the grid) telling, that change log is disabled, then:
- click on the provided link to enable change log
- logout & login again
- in the IDE:
- open core/admin_templates/languages/phrase_list.tpl file for editing
- change std_edit_item(...) to std_edit_temp_item(...)
- change std_precreate_item(...) to std_new_item(...)
Part 1
- go to the Configuration → E-commerce → Shipping section
- create a fully configured custom shipping type (with couple zones, couple brackets and several costs)
- open just created shipping type for editing > change one zone's name & delete another zone > save changes
- go to the Website & Content → Labels & Phrases section
- add new phrase
- open added phrase for editing > change something > save changes
- delete some phrase
- go to the Logs & Reports → Changes Log section
- remeber conceptually how records look like
Part 2
- apply the patch
- repeat all the specs from Part 1, but instead of remembering (at last step) confirm, that after patch was applied the created change log records look conceptually the same (same actions produce same records (except for auto-increment id changes))