Software:Umbraco

From HandWiki
Umbraco
Cib-umbraco (CoreUI Icons v1.0.0).svg
Original author(s)Niels Hartvig and Umbraco Core Team
Initial release2000; 24 years ago (2000)
Stable release
8.3.0[1] / 2019-11-12[±]
Written inC#
Operating systemASP.NET Core, Microsoft Windows, SQL Server, SQLite, SQL Azure, MySQL
TypeContent management framework, Web framework, CMS, WCMS, Community and Blog software
LicenseMIT License
Websiteumbraco.com

Umbraco is an open-source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

Umbraco was developed by Niels Hartvig in 2000 and released as open source software in 2004.[2] In 2009, CMS Wire described it as one of the leading .NET-based open source CMS systems.[3][4] In 2010, with 1000 downloads a day,[5] Umbraco was in the top five most popular downloads via the Microsoft Web Platform Installer, two places below its main rival DotNetNuke,[6] and was the 12th most downloaded application from Codeplex, six places below DotNetNuke and 13 places higher than mojoPortal.[7]

Technology

Umbraco is primarily written in C#, stores data in a relational database (commonly Microsoft SQL Server) and works on Microsoft IIS. Umbraco's front-end is built upon Microsoft's .NET Framework, using ASP.NET Core.

Umbraco uses standard ASP.NET features such as ASP.NET "master pages" to facilitate the creation of reusable page layouts, and supports both Razor and XSLT. XSLT has been used for scripting, and in the past there was much debate as to which yielded better performance, since XML has been used for database storage and for the cache file (umbraco.config)[8][9]

Database tier

In 2008, a data abstraction layer for Umbraco was built, making it possible to support databases other than SQL Server. In version 4.0 of Umbraco, support for MySQL, SQL Server and VistaDB come as standard.[10]

With Umbraco 4.6, released in 2010, VistaDB support was removed, and replaced with support for SQL Server Express and SQL Server Compact Edition, due to licensing issues with VistaDB's parent company.[11]

As of Umbraco 6, support for MySQL has waned, as the development team has spent more time supporting Microsoft's SQL Server products.[12] MySQL 5.6.5 or newer is required to support Umbraco 6.1 or newer.

Umbraco 7 featured a completely revamped back-end administration UI, with the use of AngularJS for a single-page application experience. It has also been announced that they will implement Angular 2.0.[13]

Deployment

The standard release of Umbraco is typically deployed on IIS in an environment which supports Full Trust. While a Full Trust environment is mandatory to install and operate the standard release, the codebase has been branched and modified to produce a version of the framework and backend UI which supports Medium Trust.[14][self-published source?]

Research has also been undertaken on running an Umbraco website on Mono on Linux.[15][16]

Umbraco can be deployed on a single physical server running the database and web tier, and this deployment model can be appropriate for small low-cost sites. Umbraco sites which serve content under higher load can also be deployed on a load balanced cluster. Load balanced Umbraco installations can use software or hardware load balancers, and load balanced network files can be shared using a SAN, NAS or a cluster file system or using a file replication service between nodes in the cluster.[17][self-published source?]

Releases

Version 4.1 Beta II was released on 16 February 2010 which refactors a number of key components of the framework,[5] including the UI tree control to improve performance and the user experience and parts of the data access layer to reduce the number of database calls.[citation needed]

Version 5 (codenamed "Jupiter") is a rewrite of the framework, built using ASP.NET MVC,[18] published in January 2012. Problems (performance and code complexity) inherent in the architecture of the new Version 5 data access layer[19] led to Version 5 being dropped in June 2012 despite having been released on a commercial license,[20] and development efforts refocused on integrating selected Version 5 front end enhancements into Version 4.

Version 6 was released on 31 January 2013, and was focused on additional support for MVC 4 and a new streamlined API.[21]

Version 7 was released on 21 November 2013. It is updated concurrently with version 6, but provides a redesign of the back-office user interface.[22]

Umbraco 8 was released on 26 February 2019.[23][24][25]

Umbraco 9 was released on 28 September 2021. This marks the first version fully on .NET 5 and ASP.NET Core.[26]

Umbraco 10 was released on 16 June 2022. This release brought Umbraco to .NET 6 and ASP.NET Core 6 and SQLite support.[27]

Umbraco 11 was released on 1 December 2022. This release brought Umbraco to .NET 7 and ASP.NET Core 7 and a new Block Grid Editor.[28]

Community

2020 - The Umbraco corporation employs over 70 staff[29] and is supported by a core team of over 15[5] developers who work on the open source core platform. Umbraco's community site, "Our Umbraco", has more than 200,000 registered users[30] and developers.[citation needed] Since 2005, an annual developer conference Codegarden has taken place in or in the region of Copenhagen, except in 2007, when it was held in London. In 2009, the conference had 170 attendees[citation needed] and subsequently took place in Copenhagen in June 2010[31] and June 2011, then growing to 350 attendees for June 2012 and 2013.[citation needed]

Reception

In August 2009, Umbraco was included in a list of 10 CMS platforms recommended by the Danish Version2 magazine. Among these were three systems initially developed in Denmark: Sitecore, TYPO3, and Umbraco.[32]

See also

References

  1. "Releases - our.umbraco.com". umbraco.com. https://our.umbraco.com/download/releases/. Retrieved 2019-11-20. 
  2. "About Umbraco". Umbraco HQ. https://umbraco.com/about-us/. 
  3. Ric Shreeves. "Open Source CMS Market: Lights Beyond LAMP". CMSwire. http://www.cmswire.com/cms/web-cms/open-source-cms-market-lights-beyond-lamp-005849.php. 
  4. Barb Mosher. "Quick Take Review: Umbraco Web Content Management System". CMSwire. http://www.cmswire.com/cms/web-cms/quick-take-review-umbraco-web-content-management-system-004296.php. 
  5. 5.0 5.1 5.2 Leif Martin Kirknes. "Fra garasjebedrift til suksess-CMS (From the garage company to success-CMS)" (in no). Computerworld (Norway). http://www.idg.no/computerworld/article158932.ece. 
  6. "Microsoft /Web". Microsoft. http://www.microsoft.com/web/gallery/. 
  7. "Codeplex projects by downloads". Microsoft. http://www.codeplex.com/site/search?SortBy=DownloadCount. 
  8. "XML Schema". http://our.umbraco.org/wiki/reference/xslt/45-xml-schema. 
  9. "Publishing and republishing". http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing. 
  10. Umbraco I/S. "One CMS any DB". Umbraco I/S. http://umbraco.org/umbraco-4---get-excited/one-cms-any-database. 
  11. Umbraco I/S. "Introducing JUNO". Umbraco I/S. http://umbraco.com/follow-us/blog-archive/2010/10/1/introducing-juno.aspx. 
  12. Reilink, Jan. "Umbraco doesn't like users with MySQL databases". Sysadmins of the north. http://www.saotn.org/umbraco-doesnt-like-mysql/. 
  13. "Umbraco and Angular 2.0". Per Ploug. http://umbraco.com/follow-us/blog-archive/2014/11/4/umbraco-and-angular-20. 
  14. Benjamin Howarth. "Medium Trust with Umbraco 4.0.x". Umbraco I/S. http://our.umbraco.org/wiki/install-and-setup/medium-trust-with-umbraco-40x. 
  15. Kevin M. Fitzgerald. "Umbraco and Mono: Can it be done?". http://kevinfitzgerald.net/articles/umbraco-and-mono.htm. 
  16. Jesper Kildebogaard (12 Jan 2010). "Dansk open source-CMS har fået BBC og Fox på kundelisten (Danish open source CMS has the BBC and Fox on its customer list)" (in da). Version2. http://www.version2.dk/artikel/13460-dansk-open-source-cms-har-faaet-bbc-og-fox-paa-kundelisten. 
  17. Shannon Deminick. "Installing Umbraco for load balanced environments". Umbraco I/S. http://our.umbraco.org/wiki/install-and-setup/installing-umbraco-for-load-balanced-environments. 
  18. "Umbraco 5.0". Umbraco. http://our.umbraco.org/wiki/about/roadmap/umbraco-50. 
  19. "Umbraco 5 Performance Issues". Umbraco. http://our.umbraco.org/forum/core/umbraco-5-general-discussion/28565-Umbraco-5-Performance-issues?p=13. 
  20. "v5 RIP". Umbraco. http://umbraco.com/follow-us/blog-archive/2012/6/13/v5-rip.aspx. 
  21. "Umbraco 6.0.0 released". https://umbraco.com/blog/umbraco-600-released/. 
  22. "Umbraco 7". https://umbraco.com/blog/umbraco-7/. 
  23. Umbraco HQ, Umbraco New Year's Reception 2019 recording, https://www.youtube.com/watch?v=8AU_brY1SJw, retrieved 2019-01-17 
  24. "Umbraco 8: What We're Most Excited About". https://www.marceldigital.com/blog/umbraco-8-what-were-most-excited-about. 
  25. "Umbraco". Umbraco. https://umbraco.com/blog/introducing-umbraco-8/. 
  26. "Umbraco 9". https://umbraco.com/products/umbraco-cms/umbraco-9/. 
  27. "Umbraco 10". https://umbraco.com/products/umbraco-cms/umbraco-10. 
  28. "Umbraco 11". https://umbraco.com/products/umbraco-cms/umbraco-11/. 
  29. "Umbraco HQ Team". umbraco.com. https://umbraco.com/about-us/umbraco-hq-team/. 
  30. "Umbraco". Umbraco. https://umbraco.com/. 
  31. "Codegarden 10 Keynote". http://www.geckonewmedia.com/blog/2010/06/24/codegarden-10-keynote/. 
  32. (in Danish) Jesper Stein Sandal (18 Aug 2009) Her er 10 CMS'er, du ikke må gå glip af , Version2

Further reading

External links