100%
UmbracoCms.7.8.0.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 2125 times - uploaded 06 February 2018UmbracoCms.AllBinaries.7.8.0.zip
Downloaded 1067 times - uploaded 06 February 2018Release notes
The highlights of 7.8 are:
- Tours and contextual help, get both first-time users and your editors to use Umbraco more effectively
- A complete redesign of the Info tab (the artist formerly known as the "Generic properties" tab)
- Enhanced support for load balancing
- Enhanced security features
Make sure to read the blog post about this release for more information.
Please be aware that:
When you're using Umbraco on a server with a different timezone then your local timezone, the new info tab has some problems using the date pickers. A workaround in the form of 2 javascript files is available:
http://issues.umbraco.org/issue/U4-10937
When you upgrade Umbraco using NuGet, the UI.xml file doesn't get updated correctly, a workaround is available:
http://issues.umbraco.org/issue/U4-10939
These two issues do not occur on any Cloud sites. A fix for these issues will be rolled out in version 7.8.1 shortly.
Related changes from the issue tracker
Features
- U4-10150 - Process load balancing instructions on a background thread instead of a request thread
- U4-10286 - New cmsMedia database table to track media by media paths for fast lookups
- U4-10453 - Ability to Sync after each external login (using OWIN)
- U4-5896 - Track session mgmt with database level token as an option, useful without https or if worried about man-in-the-middle
- U4-9120 - Add instruction count column on the db instructions table
- U4-9529 - Introduce the new Info tab to replace the generic properties tab
Breaking Changes
Issues & Tasks
- U4-10308 - Create mockups + branstorming
- U4-10309 - Create UI markup (prototype) based on mockups
- U4-10311 - Wire up angular with backend
- U4-10312 - Create JSON object for the steps that will make up the tour for developers
- U4-10313 - Create JSON object for the steps that will make up the tour for editors
- U4-10382 - Add end point to get a paginated audit trail
- U4-10405 - When scheduled publishing it set, change the default button to "Save and schedule"
- U4-10473 - Wire up angular with backend for Media
- U4-10483 - Test/Review redesign of properties tab
- U4-10485 - Make Umbraco tour component
- U4-10540 - Make it possible to run custom logic for a tour step
- U4-10541 - Use local storage to store completed tours
- U4-10542 - Fix SVG backdrop bugs in Firefox (maybe other browser too?)
- U4-10544 - SPIKE: Register tours
- U4-10550 - Finalise tour layout in the drawer
- U4-10551 - Circular progressbar as a directive
- U4-10565 - Add introduction tour to the overall Umbraco UI
- U4-10590 - Saving a document with no tabs throws a javascript error
- U4-10597 - Add attention to clickable element If it isn't clicked
- U4-10598 - Review texts + tour steps
- U4-10599 - Move "End tour"-button to another position
- U4-10600 - Add "Don't show this tour again" option
- U4-10601 - Save tour data on user
- U4-10603 - SPIKE: Usability test tour
- U4-10617 - Update tour to work with new info tab
- U4-10660 - Failed to get tours when loading umbraco backoffice
- U4-10663 - 7.8 - Save and Publish button styling - Firefox
- U4-10665 - 7.8 - Log info on two lines is a bit off
- U4-10666 - Publish nodes in the recycle bin
- U4-10670 - 7.8. Visual indication on the info-tab or page in which state a page is
- U4-10677 - Localize info tab
- U4-10704 - Restore Node - After restoring the restore button still stays
- U4-10705 - New Info Tab - Push UI updates immediately
- U4-10707 - Config to order tour groups
- U4-10711 - Review starterkit tour copy
- U4-10739 - PhysicalFileSystem needs retry logic
- U4-10757 - Pressing up/down arrow on the search bar throws "Cannot read property 'results' of undefined" errors
- U4-10803 - SPIKE: Solve momentjs bower conflict
- U4-10804 - Clean up tour service code
- U4-10811 - Store custom tours as json and load from App_Plugins/{MyPlugin}/backoffice/tours
- U4-10815 - Make DisposableObjectSlim
- U4-10824 - Helper methods for adding filters to tours
- U4-10828 - Add documentation to tour component and service
- U4-10836 - ContentService.GetPagedDescendants() and MediaService.GetPagedDescendants() not returning any results
- U4-10837 - CMS getting started tour can't create Home page
- U4-10840 - Can't create macros
- U4-10843 - User avatar upload doesn't work anymore
- U4-10847 - Users with user group "Translator" are unable to login
- U4-10851 - Packager fails to download/install package
- U4-10869 - Make sure the getting started tour is only shown to the right users
- U4-10880 - Update install background
- U4-10935 - Intro tour doesn't start automatically on cloud
- U4-9291 - TypedSearch should have an overload specifying pager values, page size, page index, and with an out param to return the total number of results
- U4-8409 - Remove SharpZipLib dependency from Core