e24e262253c49e4c41c9062dfac9bd76920079ef
How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL.md
| ... | ... | @@ -9,17 +9,17 @@ How do I upgrade my existing instance if Izenda (6.7 or older) to 6.8.0.1+? |
| 9 | 9 | Do to the number of changes in the Reference Implementation, some extra precautions may be necessary to ensure proper upgrade processes. |
| 10 | 10 | |
| 11 | 11 | ###Copy **both** the bin folder and the Resources folder |
| 12 | -It is imperative that both the bin folder and the Resources folder be dropped into the implementation of Izenda. These can be found here|http://www.izenda.com/update-your-izenda-version/ . |
|
| 12 | +It is imperative that both the bin folder and the Resources folder be dropped into the implementation of Izenda. These can be found here- |http://www.izenda.com/update-your-izenda-version/ . |
|
| 13 | 13 | |
| 14 | 14 | For best results, it is recommended that you completely remove the existing bin and Resources folder from the current instance, and copy over the new bin and the new Resources folder. |
| 15 | 15 | |
| 16 | 16 | ###What if there is custom code in the existing Resources folder? |
| 17 | 17 | Izenda's Ad Hoc reporting platform allows for customization of the current CSS and JavaScript. Many customers have made modifications to adopt branding, color schemes, etc. Customers who have done this may be tempted to "merge" their existing Resources folder with the new Resources folder. This is not a best practice, and may result in unwanted and unexpected behavior. |
| 18 | 18 | |
| 19 | -The suggested solution to this is to keep your existing Resources off to the side, drop in the new Resources, and then copy your customizations to the new Resources folder one file at a time. This will ensure that the resources make it to the appropriate location. To see the new layout of the Resources folder for 6.8.0.1+, refer to this Wiki article|http://wiki.izenda.us/Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation . |
|
| 19 | +The suggested solution to this is to keep your existing Resources off to the side, drop in the new Resources, and then copy your customizations to the new Resources folder one file at a time. This will ensure that the resources make it to the appropriate location. To see the new layout of the Resources folder for 6.8.0.1+, refer to this Wiki [article](http://wiki.izenda.us/Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation). |
|
| 20 | 20 | |
| 21 | 21 | ###The Default.master page |
| 22 | -You will notice the changes|http://wiki.izenda.us/Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation to the Reference Implementation includes slight modification to the Default.master page of Izenda. The big difference is the rearrangement of the dependency chain. It is optimized to better receive custom code changes to the main.css and main.js. It also has paths to the new minified versions of the css files, *.min.css. Though Izenda will still function properly with the previous Default.master, it is suggested that these changes be made to optimize the product. You can find the new file for the Reference Implementation here|https://github.com/izenda/reference-implementations/blob/webforms-cs/Default.master . |
|
| 22 | +You will notice the [changes](http://wiki.izenda.us/Whats-new-in-the-6-dot-8-0-dot-1-Reference-Implementation) to the Reference Implementation includes slight modification to the Default.master page of Izenda. The big difference is the rearrangement of the dependency chain. It is optimized to better receive custom code changes to the main.css and main.js. It also has paths to the new minified versions of the css files, *.min.css. Though Izenda will still function properly with the previous Default.master, it is suggested that these changes be made to optimize the product. You can find the new file for the Reference Implementation here- |https://github.com/izenda/reference-implementations/blob/webforms-cs/Default.master . |
|
| 23 | 23 | |
| 24 | 24 | ###Important note for 6.8.0.4+ |
| 25 | 25 | In an out-of-the-box Reference Implementation of 6.8.0.4+, you will notice that there is no Forms folder. Customers who utilize our Forms add-on will now find the form resources in Resources/tinymce. In 6.8.0.4+, there is no need for the Forms folder anymore. In fact, you may get build errors if it is left in when upgrading to 6.8.0.4+. |
| ... | ... | \ No newline at end of file |