Tags:
110
110_theme_upgrade_issues
| 1.9+ | 1.10 | |
| tiki.tpl | {include file="mid"} | {$mid_data} |
| ignored (degrades gracefully) | code for fullscreen mode | |
| includes tiki-page_bar.tpl | include moved to tiki-showpage.tpl | |
| header.tpl | many differences; need unique files | |
| tiki-show_page.tpl (and others) | {if $feature_wiki_pageid eq 'y'... | {if $prefs.feature_wiki_pageid eq 'y'} |
| new div class="navbar" aligned right holds watch icon, etc. $prefs.wiki_page_navigation_bar to specify top or bottom | ||
| new icons | ||
| ajax pref added | ||
| staging notice added | ||
| tiki-page_bar.tpl include added | ||
| theme.css | support for fullscreen, ajax, freetags, etc. | |
| tiki-view_articles.tpl | prefs syntax, comments count, capitalization | |
| tiki-read_article.tpl | tags, icons, wiki License Page link, comments count. | |
| tiki-view_blog.tpl | tags, icons, prefs, license, comments, capitalization, div.navbar added at top. | |
| tiki-view_forum_thread.tpl | lots of code changes; maybe I can go with it as is or just slightly modified (tables) | |
| tiki-view_forum.tpl | "A contribution is mandatory" is added ?? | |
- Some 1.9 themes seem to work in 1.10 unaltered, but some don't. I haven't checked yet, but I think one factor is how the stylesheet is called. In some of my themes I used the style variable, in others I set the style name explicitly.
- The prefs/features filter syntax is changed. I guess every instance in a customized template needs to be found and updated.
- The table shows differences between the default files; I need to also check against my custom versions to add needed changes/improvements.