All Projects → leekelleher → Umbraco Environment Indicator

leekelleher / Umbraco Environment Indicator

Licence: mit
Displays a colour-coded indicator based on which Umbraco CMS environment you are viewing

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Umbraco Environment Indicator

Dnn.platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
Stars: ✭ 798 (+6038.46%)
Mutual labels:  cms
Silverstripe Markdowntextareafield
Supercharged textarea with markdown preview for Silverstripe CMS
Stars: ✭ 6 (-53.85%)
Mutual labels:  cms
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (+84.62%)
Mutual labels:  cms
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+6238.46%)
Mutual labels:  cms
Viscacha
A bulletin board and content management solution
Stars: ✭ 6 (-53.85%)
Mutual labels:  cms
Simplyedit
The first CMS designed for the decentralized web
Stars: ✭ 18 (+38.46%)
Mutual labels:  cms
Wpseku
WPSeku - Wordpress Security Scanner
Stars: ✭ 791 (+5984.62%)
Mutual labels:  cms
Known
A social publishing platform.
Stars: ✭ 862 (+6530.77%)
Mutual labels:  cms
Symedit
Symfony2 Content Management System
Stars: ✭ 6 (-53.85%)
Mutual labels:  cms
Vms
VMS is your Video Subscription Platform. Add unlimited videos, posts, and pages to your subscription site. Earn re-curring revenue and require users to subscribe to access premium content on your website.
Stars: ✭ 23 (+76.92%)
Mutual labels:  cms
Croogo
A CakePHP powered Content Management System
Stars: ✭ 824 (+6238.46%)
Mutual labels:  cms
Sydes
Lightweight CMF for a simple sites with sqlite database
Stars: ✭ 6 (-53.85%)
Mutual labels:  cms
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (+46.15%)
Mutual labels:  cms
Notion Api Worker
Notion as CMS with easy API access
Stars: ✭ 806 (+6100%)
Mutual labels:  cms
H2ogame
🙉 PHP Arcade Game Script. Create your own online Arcade Game platform with rating system, categories, full HTML5 design, full admin panel, pages management, advertising management, and much more --- H2OGame was a commercial script (which was sold for £27 per license). Now, it is released as a FREE (and still Open Source) software and under an Open Source license!
Stars: ✭ 8 (-38.46%)
Mutual labels:  cms
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+60076.92%)
Mutual labels:  cms
Notetoself
Command line note taking app
Stars: ✭ 16 (+23.08%)
Mutual labels:  cms
Heavycms
HeavyDots CMS - Open source CMS based on Yii2
Stars: ✭ 12 (-7.69%)
Mutual labels:  cms
Blender
The Laravel template used for our CMS like projects
Stars: ✭ 862 (+6530.77%)
Mutual labels:  cms
Pallas
An Ancient PHP CMS Written in 2006
Stars: ✭ 23 (+76.92%)
Mutual labels:  cms

Umbraco CMS Environment Indicator

Build status NuGet release Our Umbraco project page

When developing websites using Umbraco in multi-environment solution, you can often get confused which environment you are currently looking at.

As a visual aid, this package will add a colour-coded indicator in the CMS back-office - this is applied to both the favicon (in the browser tab/title-bar) and adds a stripe to your avatar (in the top-left navigation).

Environment Indicator

This package was developed and tested against Umbraco v7+ on the Umbraco Cloud platform.

Package installation

The package can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

http://our.umbraco.org/projects/backoffice-extensions/cms-environment-indicator

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.CmsEnvironmentIndicator

Manual build

If you prefer, you can compile the package yourself, you'll need:

  • Visual Studio 2012 (or above)

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/leekelleher/umbraco-environment-indicator.git umbraco-environment-indicator
cd umbraco-environment-indicator
.\build.cmd

Configuration

Changing the colours

If you want to modify the default colours, you can do this by editing the /App_Plugins/CmsEnvironmentIndicator/js/cms-environment-indicator.js script. You'll find a JavaScript array called config, there you can modify the existing colours and/or add new hostname/colour combinations. The hostnames are defined as Regular Expressions, so don't forget to escape any dots, etc.


Contributing to this project

For the majority of users this will be a "install and forget" package, but if you want to go further, here's the low down.

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

Special thanks

Top-most appreciation for contributions and pull-requests:

License

Copyright © 2014 Umbrella Inc, Our Umbraco and other contributors

Licensed under the MIT License

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].