* Fixed casing for the "noTemplate" option
The option should be named using camel casing similar to pretty much all other options. The fix is made so either "notemplate" or "noTemplate" can be specified, making the fix backwards compatible instead of creating a breaking change.
* Setting "documentTypeId" to "-1" if not already specified and "create" is "true"
* Saved and restored user view filter and sort when viewing user details and returning to list.
* Reworked state retention when navigating to and from the users list and user details pages to use querystring values.
* Fixed issue with culture parameter on navigating between user list and details screen.
Ensured when opening users list with querystring that user states filter is correctly populated.
* Add a message bar to give context that this node/content item is in the trash/recycle bin
* Update umb-variant-content.html
* Update en.xml
* Update en_us.xml
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.
* Added Clear translation to en.xml, en-us.xml and sv.xml.
* befin translation search placeholder. Not working for some reason, investiagte.
* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.
* merge conflicts
* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.
* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.
* Remove whitespace noise
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Added to do note for log viewer
* Bye bye #fff let's use the variable @white instead
* Update to use @black
* Update canvas-designer file with variables where possible - ALOT was not found (need to see if we have similar matches already)
* Update all hex colour variables or add a TODO comment
* Empty LESS files so lets get rid of them
* Moves the color CSS classes out into own less file to ensure variables contains variables only
* Adds in gulp-sourcemaps to allow us to have LESS sourcemaps - https://www.npmjs.com/package/gulp-less#source-maps
* A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables
* Revert "A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables"
This reverts commit 5ac8080c8b314cd65b1bd735fea88569991736b2.
* Update hard-coded hex values to color variables
* Fix couple typos with LESS variables gray not grey
* Amend build script so we remove the /umbraco/assets/css/maps folder from the build ouput of the ZIP & Nuget Packages
* Removing more hard coded colour values
* Property-Action for remove all entries from Nested Content
* Add "delete all items" confirmation and rephrase action link a bit
* Enforce "delete" confirmation type in overlayService.confirmDelete
* rename to controller for easier to solve merge conflicts
* update removeAllEntriesAction.isDisabled when content changes
* minor correction