All Projects → leekelleher → umbraco-contentment

leekelleher / umbraco-contentment

Licence: MPL-2.0 license
Contentment for Umbraco - a state of happiness and satisfaction

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to umbraco-contentment

Skybrud.Umbraco.Redirects
Redirects manager for Umbraco.
Stars: ✭ 31 (-50.79%)
Mutual labels:  umbraco, umbraco-backoffice, umbraco-v8, umbraco-v9
DoStuffWithUmbraco
Bits and Pieces of Code to do things with Umbraco 8 & NetCore
Stars: ✭ 78 (+23.81%)
Mutual labels:  umbraco, umbraco-v8, umbraco-v9
Uintra
A flexible and lightweight Umbraco based framework, for making an Intranet, Extranet or social platform based on known conventions.
Stars: ✭ 43 (-31.75%)
Mutual labels:  umbraco, umbraco-backoffice
vendr-demo-store
Demo store for Vendr, the eCommerce solution for Umbraco v8+
Stars: ✭ 22 (-65.08%)
Mutual labels:  umbraco, umbraco-v8
umbraco-vorto
1:1 multilingual property editor wrapper for Umbraco
Stars: ✭ 44 (-30.16%)
Mutual labels:  umbraco, property-editor
umbraco-nested-content
Nested Content for Umbraco 7.1 to 7.6
Stars: ✭ 46 (-26.98%)
Mutual labels:  umbraco, property-editor
Umbraco-v8-Community-Website-StarterKit
The goal of this repo is to have a community managed starter project/kit for #umbraco v8 following the best practices and showcasing nice tips and tricks
Stars: ✭ 19 (-69.84%)
Mutual labels:  umbraco, umbraco-v8
umbraco-unversion
A content un-versioning package for Umbraco 8.4+
Stars: ✭ 14 (-77.78%)
Mutual labels:  umbraco
nop-umbraco-integration
Integration of nopCommerce and Umbraco
Stars: ✭ 20 (-68.25%)
Mutual labels:  umbraco
CWS-Start
This is the new shiny MVC version of Umbraco CWS starter site package
Stars: ✭ 24 (-61.9%)
Mutual labels:  umbraco
Umbraco-RCE
Umbraco CMS 7.12.4 - (Authenticated) Remote Code Execution
Stars: ✭ 61 (-3.17%)
Mutual labels:  umbraco
UmbracoTraceLogViewer
An Umbraco 7.x extension for viewing Umbraco trace log files within the Developer section of Umbraco
Stars: ✭ 24 (-61.9%)
Mutual labels:  umbraco
nuPickers
nuPickers is a collection of Umbraco v7 Property Editors
Stars: ✭ 67 (+6.35%)
Mutual labels:  umbraco
Dialogue
Forum package for Umbraco v7.1 onwards
Stars: ✭ 54 (-14.29%)
Mutual labels:  umbraco
umbraco-doc-type-grid-editor
Doc Type Grid Editor for Umbraco 8.6+
Stars: ✭ 67 (+6.35%)
Mutual labels:  umbraco
UmbSense
Intellisense / Completion for Umbraco Backoffice UI Elements
Stars: ✭ 20 (-68.25%)
Mutual labels:  umbraco
umbraco-ditto
Ditto - the friendly view-model mapper for Umbraco
Stars: ✭ 83 (+31.75%)
Mutual labels:  umbraco
Zoombraco
⚡ A lean boilerplate for rapidly developing strong-typed Umbraco websites.
Stars: ✭ 37 (-41.27%)
Mutual labels:  umbraco
xStatic-for-Umbraco
This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.
Stars: ✭ 25 (-60.32%)
Mutual labels:  umbraco
Umbraco Cms
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
Stars: ✭ 3,484 (+5430.16%)
Mutual labels:  umbraco

Contentment for Umbraco logo

Contentment for Umbraco

contentment /kənˈtɛntm(ə)nt/ - a state of happiness and satisfaction

What is it?

This is a collection of Umbraco components that I have developed for use on my own Umbraco implementation projects.

Some components may be innovative, others may be a reimagining of existing components, property-editors, features and other community packages.

Why should I use it?

I'm sharing my code with the world. It is your choice (and responsibility) whether you would like to use it. No pressure or marketing spin from me.

What's on offer?

Let's take a look inside...

Property Editors
  • Bytes - a read-only label to display file sizes in relative bytes.
  • Code Editor - a code snippet editor, (using the ACE library that is bundled with Umbraco).
  • Content Blocks - a block editor, configurable using element types.
  • Data List - an editor that combines a custom data source with a custom list editor.
  • Editor Notes - Similar to Notes, with enhanced UI options.
  • Icon Picker - an editor to select an icon (from the Umbraco icon library).
  • Notes - a read-only label to display rich-text instructional messages for content editors.
  • Number Input - a numeric editor, with sizing configurations.
  • Render Macro - a read-only label dynamically generated from an Umbraco Macro.
  • Social Links - an editor to manage links for social network platforms.
  • Templated Label - a display label, ideal for showing data from 3rd-party systems.
  • Textbox List - a multi-textstring editor, adds a textbox for each item in a custom data source.
  • Text Input - a textstring editor, configurable with HTML5 options.

Telemetry

Information about the telemetry feature.

Releases

Downloads are available on the releases page.

Installation

Please note...

  • v4.x has been developed against Umbraco v8.17.0 (on .NET 4.7), Umbraco v9.5.0 (on .NET 5.0 only) and Umbraco v10.0.0 (on .NET 6.0), it will support those versions and above.
  • v3.x has been developed against Umbraco v8.17.0 and Umbraco v9.0.0, it will work on latest Umbraco v8.x and v9.x releases.
  • v2.x has been developed against Umbraco v8.14.0, it will still work on latest Umbraco v8.x releases.
  • v1.x has been developed against Umbraco v8.6.1, it will still work on latest Umbraco v8.x releases.

With Contentment v3+ on Umbraco v9+ (.NET 5+), you can only install a package from the NuGet package repository. For Umbraco v8.x, the package can still be installed from either Our Umbraco or NuGet package repositories.

NuGet package repository

To install from NuGet, you can run the following command from the dotnet CLI:

dotnet add package Our.Umbraco.Community.Contentment
Our Umbraco package repository

If you are using Umbraco v8.x, and prefer to install Contentment from the backoffice, the package can be downloaded from the Our Umbraco package repository:

https://our.umbraco.com/packages/backoffice-extensions/contentment/

Demo website

A demo website is available for testing purposes. (Please note, you will need to clone the repository and run locally.)

Documentation

Documentation for each of the components - with screenshots, use-cases and code examples - can be found in the /docs folder.

Please note, you may find other components within Contentment that have not yet been documented.
Let's call those "life's little surprises".

Known issues

  • Compatibility with Umbraco v9 running .NET 6.0 (on Contentment v4)

    • Due to how the .NET multi-targeting support has been implemented in Contentment, if you are running Umbraco v9 on .NET 6.0 and want to install the Contentment package, you may experience an NU1107: Version conflict detected error. At present, the workarounds are to either upgrade to Umbraco v10, or use Contentment v3.x. If you have an alternative workaround suggestion, please do let me know. See #223 for details. (Note: v9 on .NET 5.0 is totally fine.)
  • Data List

    • When using the Umbraco Content data source with an XPath query, inside a Nested Content editor, it will not be able to identify the contextual containing node ID. e.g. your XPath query will not work. See #30 for details.
    • When using the Umbraco Content data source with an XPath query that contains a $ prefix parameter, the preview will not display the items. See #120 for details.
    • With Umbraco v9 (Contentment v3), SQL data source does not support querying SQL CE. See #172 for details.

Roadmap

If you would like to know what is coming up in future releases, then take a look at the roadmap.

Support

I've been doing open source for a long time. I have suffered my fair share of burnout and empathy fatigue.

I reserve the right to address bug reports or feature requests in my own time, or ignore them completely.

Any feedback is welcome and appreciated. But please keep in mind, I am not your personal support developer.

If you are really stuck, do remember that the Umbraco community is amongst the friendliest on our planet, learn to embrace it. Ask for help on the Our Umbraco support forum, I am sure someone can help you there.

Contributions, collaborations, rules of engagement

If you would like to contribute to this project, please start a discussion before spending time and energy on a pull request. Your time is precious too.

Please make sure that you read the CONTRIBUTING guidelines.

This project is governed by a Code of Conduct. Play nice or go home. ✌️❤️🕊️

If you are unhappy with the project or documentation, please help to identify specific issues and work towards resolving them. Otherwise you are completely free to not use this software, complain on your favourite social network, or go shout into the void.

Unacceptable behaviour towards myself (or contributors) may result in being blocked from accessing this repository.

License

Copyright © Lee Kelleher.

All source code is licensed under the Mozilla Public License.

A note about licensing

Historically, I used the MIT license for my open-source projects, regretfully I no longer feel MIT reflects my spirit of encouraging open source collaboration. The main difference with the Mozilla Public License is that if you make any modifications to the source code, then you must make those changes publicly available.

More give, less take.

If you do not to intend to modify the source code, then you will still have the same freedoms as when using the MIT license.

For more information about the Mozilla Public License, please visit: https://www.mozilla.org/en-US/MPL/2.0/FAQ/

Acknowledgements

Developers

Current development effort: 1385+ hours (between 2019-03-13 to 2022-07-06)

To give you an idea of how much human developer time/effort has been put into making this package.

Special thanks

  • Thank you to Umbrella for facilitating the time and resource to help me initiate this project.

Logo

The package logo uses the Happy (by Nick Bluth) icon from the Noun Project, licensed under CC BY 3.0 US.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].