We made such a huge improvement when we added the Project Installer! Users now don't have to touch their sftp or webhost control panel in order to add modules, themes and/or layouts to their Drupal site. We take care of downloading them, extracting them in the appropriate folder and doing the enabling. When it's time to uninstall a project from the installation though, we stop at the disabling step. Would be great to offer the option to also completely remove from the filesystem through the UI.
GitHub Issue #:
2648
Recent comments
That would actually be a nice usability improvement. A lot of people already build search pages with Views, so having an easier way to convert the default search results into a View would make...
[UX] Convert search to a view.
Try using caching in the View settings, set to 24 hours. This should work for anonymous site visitors. I haven't tested this in practice, so this is just a guess.
View to show a different node each day
Have you already played with Views random seed? I belief, what you try to achieve would work with that module. Show only one node and set the sort order to "Global: Random seed" with "...
View to show a different node each day