Commit Graph

31225 Commits

Author SHA1 Message Date
Kevin Jump
3211054063 look for the system.web section under the root configuration node
use Element to get the root system.web. DescendantsAndSelf can return multiple
2019-11-05 11:52:48 +01:00
Jan Skovgaard
8dd92bc720 NuCache dashboard: Add translation keys (#6867) 2019-11-05 11:46:55 +01:00
Jan Skovgaard
fd649ea0e2 Languages: Add missing "none" translation (#6865) 2019-11-05 10:27:27 +01:00
Jan Skovgaard
1759813795 Examine management dashboard: Add missing translations (#6866) 2019-11-05 10:20:11 +01:00
Bjarke Berg
88e57277fa Bump version to 8.4.0 2019-11-04 12:58:08 +01:00
Sebastiaan Janssen
4e908e9dd1 Update 1_Bug.md 2019-11-01 15:23:53 +01:00
Mike
88af496f29 Accessibilty improvement to media picker (#6805) 2019-11-01 10:17:28 +01:00
Marc Goodson
a873c9188f Allow querystring parameters to set IsElementType checkbox on create document type route (#6779)
* Allow query string parameters sent to create document type route 'set' the default checkboxes for either Is an element type or Allow varying by culture

* allow isElement and AllowVaryByCulture to be set in infinite editor

not sure where this is used, but in theory this might be useful to be wired up too?

* Release the camels!

update the model properties to follow camelcase, ignoring the existing notemplate that doesn't!!
2019-10-31 16:20:02 +01:00
Poornima Nayar
b2e5d64d6e Better exception handling for templates when they exceed 255 ch… (#6649) 2019-10-31 15:54:14 +01:00
Poornima Nayar
5db47ad546 Buttons on the healthcheck dashboard made more consistent (#6667) 2019-10-31 15:35:56 +01:00
Rachel Breeze
ce0833719b Fix for #6315 where the loading banner continues to display if there is no current editor state 2019-10-31 15:15:37 +01:00
Bjarke Berg
5c82968829 Merge remote-tracking branch 'origin/v8/dev' into v8/dev 2019-10-31 12:32:12 +01:00
Warren Buckley
ecc9e2665c Merge pull request #6823 from umbraco/v8/feature/6816-property-actions
PropertyActions + Copy all entries for Nested Content
2019-10-31 11:22:47 +00:00
Warren Buckley
2842c65ee6 Merge pull request #6948 from umbraco/v8/feature/0000-DataType-DeleteWarning-styling
Styling for the DataType Delete Dialog
2019-10-31 11:21:47 +00:00
Niels Lyngsø
9e4b9e6431 changed span to div 2019-10-31 11:53:30 +01:00
Bjarke Berg
851a4e0d56 Fix Umbraco.Web.UI.csproj after auto merge 2019-10-31 11:49:43 +01:00
Bjarke Berg
ad6343719b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-31 11:48:53 +01:00
Bjarke Berg
0aa1eb84b7 Merge remote-tracking branch 'origin/v8/8.2' into v8/8.2 2019-10-31 11:39:30 +01:00
Bjarke Berg
b8f417d462 Merge pull request #7002 from umbraco/v8/bugfix/AB3441-nucache-race-condition
Fixes a race condition with nucache
2019-10-31 11:39:10 +01:00
Niels Lyngsø
5ccb10d092 Fix for Umb Request Helper unit test. (#7008)
Fix for Umb Request Helper unit test.
2019-10-31 11:11:18 +01:00
Niels Lyngsø
6c21279216 require because we need underscore to be available... 2019-10-31 11:03:19 +01:00
Bjarke Berg
ef38fc1a6d Bump version to 8.2.2 2019-10-31 10:02:08 +01:00
Kenn Jacobsen
6690c2ad27 Fix broken RTEs when reordering grid rows 2019-10-31 09:39:10 +01:00
Claus
77077c8000 Merge pull request #6954 from kjac/v8/fix/grid-rte-reorder
V8: Fix broken grid when reordering grid rows that contain RTE's
2019-10-31 09:33:58 +01:00
Shannon
68db41fe93 Ensures that when there is no cache file, or if a cache file is empty, on startup any call to SetAllFastSorted was not ensuring the local db cache file was updated if the data was loaded from the database. 2019-10-31 18:58:07 +11:00
Shannon
bf37bbf4fe oops fixes the log output 2019-10-31 16:34:30 +11:00
Shannon
40e656de46 notes 2019-10-31 16:27:34 +11:00
Shannon
aff4814e0b Ensures that PublishedSnapshotService cannot close the local cache files after they are created but before they are populated 2019-10-31 16:06:43 +11:00
Shannon
c682bbcaf1 Adds notes and better logging to PublishedSnapshotService, fixes log output from HealthCheckNotifier, changes initial delay time of scheduled task to be longer. 2019-10-31 15:45:57 +11:00
Shannon Deminick
1dc3a023c4 Merge pull request #6824 from bielu/v8/feature/InterfaceForContentPopulators
Create Interface for Member and Content Index to use in Populators
2019-10-31 14:16:41 +11:00
BatJan
bf62bfa17f Remove unused dashboards 2019-10-30 19:18:17 +00:00
BatJan
e60abea32c Remove outdated media dashboards 2019-10-30 19:16:28 +00:00
Søren Kottal
cd4002b165 open templates from umb-grid-selector in infinite editor 2019-10-30 15:32:06 +00:00
Søren Kottal
eb81aae3e9 remove text saying open button on content picker is in preview 2019-10-30 15:16:10 +00:00
Søren Kottal
23c0c502d3 css changes to make the previewer nav look like the top nav in v8 (#6875) 2019-10-30 15:06:50 +00:00
Matt Brailsford
eebc06c1a3 Sets the appState current node when executing a menu action (#6874) 2019-10-30 14:53:24 +00:00
Kevin Jump
e113b56ce1 log warning if siteUri is null, (#6868) 2019-10-30 14:36:15 +00:00
Niels Lyngsø
946fb38924 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-10-30 13:24:30 +01:00
Niels Lyngsø
bef9696628 Show error before submitting the form, so editors know in advance that they have reached the limit. 2019-10-30 12:08:17 +01:00
Kenn Jacobsen
ff36cf11d1 Allow file upload and image cropper properties to be optional 2019-10-30 11:24:13 +01:00
Rachel Breeze
1bac8141f5 V8: Accessibility Changes For umbEditorHeader Directive (#6315)
* Umb editor control contains a11y support for the media section

* Started work to align to the settings section

* A11Y Amends for umbraco header directive specifically to support document type

* Fixed error when creating a new user

* This change makes sure that if a relationship type is edited, followed by a create, the title of the page is reset, a seperate PR will address the a11y requirements for this controller

* Umbraco Header directive now uses "create" rather than create item

* Made the ediorFor property more generic

* Made the ediorFor property more generic
Umbraco Header directive now uses "create" rather than create item

* Edit and create template now aligns to the more a11y header directive

* Added support for a11y name and title on settings->scripts

* Added support for a11y name and title on settings->stylesheets

* Added support for a11y name and title on settings->partial views

* Added support for a11y name and title on settings->partial view macros

* Added support for a11y name and title when editing members

* Added support for a11y name and title when editing member groups

* Updated to ignore package-lock

* Added support for a11y name and title when editing media types

* Added the ability to prevent the title being set via the umbeditorheader directive, currently for use when the content editor is editing media via a content page

* No longer sets the page title by default

* No longer sets the page title by default

* Added support for a11y name and title when editing members

* Added support for a11y name and title when editing dictionary items

* Removed bug where by screen reader was reading "blank" when the name-locked value was set to true or there was no message/ name to display

* Fixing redering issues following refactor

* Don't ignore package-lock.json

* Merged languages

* Fix up merge errors
2019-10-30 10:14:47 +00:00
Niels Lyngsø
c86b63f7fd Changed validation for NestedContent, allow for pasting many items, but do not allow to save them. 2019-10-30 10:49:34 +01:00
Niels Lyngsø
0e308e1ad0 fixing umb-mediapicker-upload template to work with new CSS for umb-control-group 2019-10-30 08:58:47 +01:00
Sebastiaan Janssen
06e2146b54 Merge branch 'v8/dev' into pr/6823
# Conflicts:
#	src/Umbraco.Web.UI.Client/gulp/tasks/watchTask.js
#	src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-10-30 07:28:00 +01:00
Jan Skovgaard
e90670425e Grid layout config: Replace the old checkbox with the umb-checbox directive (#6859) 2019-10-29 22:48:49 +01:00
Jan Skovgaard
c7af35937c Log viewer: Filter toggle (#6863) 2019-10-29 22:44:22 +01:00
Jan Skovgaard
c563d617fb Log viewer: Localize texts and titles (#6861) 2019-10-29 22:11:08 +01:00
Anders Bjerner
82d6b14eaa Improved the editor service documentation a bit 2019-10-29 22:03:03 +01:00
Jan Skovgaard
6beb507033 Confirm uninstall package: Change old checkbox to use umb-checkbox (#6858) 2019-10-29 21:55:29 +01:00
Sebastiaan Janssen
3abe4f6a52 Removed the extra padding on the left on the overlay header (#6848) 2019-10-29 21:53:19 +01:00