TSP Posted August 31, 2016 Posted August 31, 2016 Hi, When I go through template differences for new versions I use a combination of git diff in my local repo and seeing the template differences page here in cases where I would like some further confirmation/clarity on what have changed. However, currently it's very hard to find specific template bits on that theme differences page. For example template bits like: forums/front/index/index.phtml forums/front/global/row.phtml I use ctrl + f in my browser to search for templates like includeMeta and includeJs, but for the templates above that kind of approach is impossible. Which leads me to have to scroll through the whole ordeal to find it or find something specific in the template itself I can search for. Some suggestions at the top of my head on how it could be improved. Either one of them would work, I don't ask for all of them Create an inline search that will let us search for the names of the template bits or add filters (Application | Location | Group | Template ) where we can easily pick and choose. Bonus points if the page is then simply updated with ajax to only show those templates that match. Instead of having all the columns (Application | Location | Group | Template ). Simply have a single column/header where all the text is written inline. It could be like: Application: Forums - Location: Front - Group: Global - Template: row (Then I could easily do ctrl+f "Template: row" in my browser. Simply Add .phtml to the end of the name in the Template-column
Colonel_mortis Posted September 10, 2016 Posted September 10, 2016 In Firefox, Ctrl+F for "template theTemplateName" works correctly (but you have to press enter - it's not instant), but that doesn't seem to work in Chrome. It would be nice if it was properly searchable.
TSP Posted January 13, 2017 Author Posted January 13, 2017 Please? Filter options would make this page immensely more helpful.
TSP Posted February 18, 2017 Author Posted February 18, 2017 Fine. Since you're not doing anything. (See updated images below) Behold my magnificient and heavy Javascript: https://github.com/prebenlm/misc-code/blob/master/custom-js/invisionpower.com/theme_differences_improvements.js You'll have to wait a while for the javascript to finish executing. Custom javascript installed for this domain with the Chrome plugin: https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija EDIT: Updated script
All Astronauts Posted February 18, 2017 Posted February 18, 2017 I was in chat with TSP while he was banging this out. Would be remiss to not suggest the simplest solution that would take all of a minute to implement. Just like on forums index you have the toggle on the category headers to toggle display/hide the underlying content (in this case the list of forums beneath) just add that toggle to the diffs. It would save eons of time not having to scroll through method after method, template after template, to see the ones we want. Show all of the headers with the toggle collapsed by default, then let us when we would like to see the diff on it, open it up with the toggle. I think I suggested this with my other account here two years ago...
TSP Posted February 18, 2017 Author Posted February 18, 2017 Yes, it would have been much easier if IPS simply improved the HTML/PHP logic behind this, but that seems unlikely. So I had to just make some slow javascript script, yey I updated the script a bit and hosted it github now: https://github.com/prebenlm/misc-code/blob/master/custom-js/invisionpower.com/theme_differences_improvements.js EDIT: I updated it once more. Color coded added/deleted templates EDIT: Updated it once more
Recommended Posts
Archived
This topic is now archived and is closed to further replies.