Commit Graph

32583 Commits

Author SHA1 Message Date
Shannon
6b7a48d00b Gets entity repository working with relation queries and adds test 2019-11-06 12:43:10 +11:00
KB
d41e5bb27f Update JQuery CDN In partial snippets, to use newer version without vulnerability 2019-11-05 18:16:47 +00:00
Kenn Jacobsen
759e3ddf5e Make sure we can't rollback trashed items serverside 2019-11-05 18:15:14 +00:00
Kenn Jacobsen
a78aab628f Don't show rollback for deleted content 2019-11-05 18:15:14 +00:00
Søren Kottal
1c70d04ce2 Moves editor name part out of template. Adds null checking in templates 2019-11-05 15:33:29 +01:00
Jan Skovgaard
68de8a1fa6 Video dashboard (Settings & Members): Add translations (#6881) 2019-11-05 12:20:00 +01:00
Jan Skovgaard
c8ec7ce8ba Profiling dashboard: Add translations (#6879) 2019-11-05 12:10:41 +01:00
Matt Brailsford
0b16c48fc3 Split PagedResult into a typed and non-typed version (Fixes #46… (#6871) 2019-11-05 11:59:04 +01:00
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
41486c7ed9 AB3613 - Only enumerate the folder if it exists 2019-11-05 09:35:57 +01:00
Shannon
f7e8a53922 Revert "Gets entity repository to be able to return a mix of object types"
This reverts commit fff3d2648f.
2019-11-05 15:53:50 +11:00
Shannon
602acce8f4 Gets entity repository to be able to return a mix of object types 2019-11-05 15:50:49 +11:00
Shannon
fff3d2648f Gets entity repository to be able to return a mix of object types 2019-11-05 15:05:51 +11:00
Shannon
412eadd9a3 Changes namespace for media tracking migrations to 8.6 2019-11-05 10:48:23 +11:00
Shannon
dcba53033c Changes namespace for media tracking migrations to 8.6 2019-11-05 10:30:38 +11:00
Shannon
5dde88149d Merge branch 'v8/dev' into v8/feature/media-tracking 2019-11-05 10:28:34 +11:00
Bjarke Berg
88e57277fa Bump version to 8.4.0 2019-11-04 12:58:08 +01:00
Bjarke Berg
e77eb74655 post cherry pick fix 2019-11-04 11:54:19 +01:00
Shannon
5728823625 Fixes tests - Nucache tests were not disposing the snapshot service so was binding to all events!! renames the test snapshot service to avoid confusion 2019-11-04 11:43:29 +01:00
Shannon
5125772de5 ensures nucache table isn't rebuilt when adding a new lang 2019-11-04 11:43:19 +01:00
Shannon
58f50be337 simplifies lang refresher a bit 2019-11-04 11:43:07 +01:00
Shannon
22de853dee ensures the domain cache is totally refreshed when changing langs 2019-11-04 11:42:58 +01:00
Shannon
37fce725ff Updates UI to allow updating a culture for a language and warn the user if they are changing it, updates the controller to be able to udpate a culture on a lang 2019-11-04 11:42:46 +01:00
Shannon
a7eb693053 updates logic for cache refreshers for languages to deal with updating nucache and examine 2019-11-04 11:40:25 +01:00
Shannon
73fc648718 Adds logic to ensure you can't change to a culture that is already assigned + test 2019-11-04 11:40:17 +01:00
Rasmus John Pedersen
640f042acf Disallow deleting "Sensitive data" user group 2019-11-04 11:37:50 +01:00
Rasmus John Pedersen
6b318207c7 Disable rename alias of system user groups 2019-11-04 11:37:27 +01:00
Bjarke Berg
501f9495a9 Bumb version to 8.3 2019-11-04 11:30:52 +01:00
Ronald Barendse
17c7f5c05f Mark Nested Content PVCs as default 2019-11-01 22:56:47 +01:00
Sebastiaan Janssen
4e908e9dd1 Update 1_Bug.md 2019-11-01 15:23:53 +01:00
Kenn Jacobsen
d3d8b1bd68 Ensure that listview status messages are vertically centered 2019-11-01 15:06:00 +01:00
Ronald Barendse
b0d834668d Fix search not skipping results 2019-11-01 10:50:12 +01:00
Mike
88af496f29 Accessibilty improvement to media picker (#6805) 2019-11-01 10:17:28 +01:00
Andy Butland
e934dbd054 Updated validation message comparisons with default messages to use invariant comparison. 2019-11-01 09:38:41 +01:00
Shannon
d1ea46ff71 fixes null ref check and returning the correct deserialized val, adds comments 2019-11-01 14:45:05 +11:00
Shannon
717c185e45 Manually merges prev changes to nested content from 6768 and 6826 and changes how the prop values are iterated 2019-11-01 14:22:49 +11:00
Shannon
595b36c5df Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
#	src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
2019-11-01 13:27:13 +11:00
Shannon
065e3c1ba3 removes the MB package 2019-11-01 11:33:15 +11:00
Anders Bjerner
c47ea58d10 Angular API documentation: Adds styling for <code> elements 2019-10-31 20:03:56 +01:00
Kenn Jacobsen
efd0c0cf56 Evenly distribute link URL and anchor inputs in linkpicker 2019-10-31 20:03:03 +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
Kenn Jacobsen
f2d7a25e0f Make macro partial view mandatory 2019-10-31 15:52:48 +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
Steve Megson
486dd0b8ea PublishedSnapshotService.OnMemberRefreshedEntity stores data as published rather than edited 2019-10-31 11:39:52 +00:00
Bjarke Berg
34d9e0cd09 Merge branch 'v8/dev' into v8/feature/mb-embed 2019-10-31 12:33:01 +01:00