Poornima Nayar
157c0a2479
Added Review process file
2019-09-02 10:27:29 +02:00
Poornima Nayar
3d3a836c52
fix to the documentation link in create packages opening in same window
2019-09-02 10:17:19 +02:00
Kasper Christensen
24efa54481
Loginpage: Added an id to input fields and a for attr on the la… ( #6247 )
2019-09-02 10:00:44 +02:00
Mads Krohn
1bf85ab1db
Correctly html encode text ( #6235 )
2019-09-02 08:46:33 +02:00
christophnz
1d94c4b9bb
Fixed returntype of IPublishedContent.Siblings<T> to be IEnumerable<T> rather than IEnumerable<IPublishedContent>
2019-08-30 14:27:13 +02:00
Poornima Nayar
13e704e36c
Fix- Unable to create members in the members section using the create option in the overlay
2019-08-30 08:50:15 +02:00
Bjarne Fyrstenborg
413b266335
v8: Replace tree loader with umbLoader component ( #6169 )
2019-08-29 14:36:51 +02:00
Kenn Jacobsen
7cb0886b35
Prevent markdown editor from stealing input focus on enter
2019-08-29 14:32:40 +02:00
Kenn Jacobsen
d0e7344e2d
Prevent double click errors when editing compositions
2019-08-29 14:30:10 +02:00
Andy Butland
8fdc14f360
Added metadata indicating if document published for content picker display
2019-08-29 14:27:31 +02:00
Sean McLemon
915b24e4e4
When deciding whether to use SSL, ApplicationUrlHelper.GetApplicationUrlFromCurrentRequest() has an expression port == "443" which is always false. The variable port is set to to either "" or ":" + request.ServerVariables["SERVER_PORT"], so it might sometimes be ":443" but it will never be just "443". This code has been this way for at least a year, and I don't know if the situation it tried to handle makes any sense (using port 443 over plain HTTP, for some reason??) so I've just removed it.
2019-08-29 14:26:16 +02:00
Callum Whyte
a24e5bd10c
Correcting ASCII art in README ( #6156 )
2019-08-29 14:22:21 +02:00
Kenn Jacobsen
3457018fb4
Don't use a hardcoded "image" type in media picker value conversion
2019-08-29 14:20:03 +02:00
Kenn Jacobsen
bfc87922cb
Make sure the empty search result is visible for list views
2019-08-29 14:13:43 +02:00
Steve Megson
09def9f352
Migration of MarkdownEditor prevalues
2019-08-29 14:12:32 +02:00
Steve Megson
934e2066a0
#6158 - missing media folders after migration
2019-08-29 14:09:19 +02:00
stevemegson
b254b4fcda
V8: Indexing of grid values containing JSON ( #6201 )
2019-08-29 14:06:59 +02:00
jmayntzhusen
4dad427a64
Improve error messages ( #6154 )
2019-08-29 14:01:30 +02:00
Steve Megson
9e1424fb24
RefactorMacroColumns
2019-08-29 13:58:43 +02:00
Kenn Jacobsen
ad978c60df
V8: Use a standard confirm dialog when removing content type compositions ( #6213 )
2019-08-29 13:51:55 +02:00
Kenn Jacobsen
dfe96dccde
Use a pointer cursor for selectable items in mini listviews
2019-08-29 13:50:37 +02:00
Poornima Nayar
981519eac0
Added contribution guidelines file
...
which was otherwise leading to a 404 from the Contributing.md file (#6197 )
2019-08-29 13:49:26 +02:00
Kenn Jacobsen
16ab7b70cf
V8: Add confirmation when deleting content and media ( #6005 )
2019-08-29 13:44:38 +02:00
Sebastiaan Janssen
b2093e6dfa
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/itempicker/itempicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/itempicker/itempicker.html
# src/Umbraco.Web.UI.Client/src/views/content/content.delete.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/delete.html
# src/Umbraco.Web.UI.Client/src/views/media/delete.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.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-08-29 13:44:09 +02:00
Kenn Jacobsen
3f8dffee3f
V7: Add confirmation when deleting content and media ( #6004 )
2019-08-29 13:41:34 +02:00
Kenn Jacobsen
204a9c9d53
Make sure Nested Content blueprints are listed in defined sort order
2019-08-29 13:37:45 +02:00
Kenn Jacobsen
531dee1e75
Ensure correct icon for file types in search results
2019-08-29 13:34:01 +02:00
Sebastiaan Janssen
297e054381
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
2019-08-29 13:33:42 +02:00
Kenn Jacobsen
e9eecb2031
Ensure correct icon for file types in search results
2019-08-29 13:31:18 +02:00
Sebastiaan Janssen
4f289a222f
Merge remote-tracking branch 'origin/v7/7.15' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
2019-08-29 13:30:14 +02:00
Matt Brailsford
e92631c623
Fixed #5907 by reloading content on bulk publish / unpublish
...
Fixes #5907
(cherry picked from commit 93bb75511b )
2019-08-29 13:26:41 +02:00
Matt Brailsford
93bb75511b
Fixed #5907 by reloading content on bulk publish / unpublish
...
Fixes #5907
2019-08-29 13:25:56 +02:00
Sebastiaan Janssen
5d9e1087f4
Cherry pick 851a2a3de8
2019-08-29 13:03:48 +02:00
Sebastiaan Janssen
0308c8096e
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/media/umb-media-node-info.html
2019-08-29 12:59:56 +02:00
Sebastiaan Janssen
02469f110f
Merge branch 'v7/7.15' into v7/dev
2019-08-29 12:58:36 +02:00
Warren Buckley
851a2a3de8
Simplify svg check and make it a proper a href again.
2019-08-29 12:56:53 +02:00
Sebastiaan Janssen
74ccc34124
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Persistence/Factories/MediaFactory.cs
2019-08-29 12:38:35 +02:00
Cody Boucher
f5a445101d
use SystemDirectories.Media instead of hardcoded string media
...
(cherry picked from commit 2cdeb38521 )
2019-08-29 12:34:21 +02:00
Cody Boucher
2cdeb38521
use SystemDirectories.Media instead of hardcoded string media
2019-08-29 12:33:31 +02:00
Sebastiaan Janssen
b3834c296b
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
2019-08-29 11:57:50 +02:00
Sebastiaan Janssen
198b74f4de
Merge branch 'v7/7.15' into v7/dev
2019-08-29 11:57:00 +02:00
Sebastiaan Janssen
3c7580ff7b
Default for ignoreUserStartNodes should be false
2019-08-29 11:55:43 +02:00
Sebastiaan Janssen
c0ad292ebb
Merge branch 'v7/7.15' into v7/dev
2019-08-29 11:48:52 +02:00
Steve Megson
4ef55aa7d0
Multi Url Picker fix
...
(cherry picked from commit 3dc0bbeff3 )
2019-08-29 11:48:04 +02:00
Steve Megson
3dc0bbeff3
Multi Url Picker fix
2019-08-29 09:34:35 +02:00
Warren Buckley
b205f19f40
Merge pull request #6130 from stevemegson/v8/temp-6060
...
V8: Handle missing grid values in migration from 7.15
2019-08-27 14:31:52 +00:00
Warren Buckley
727c32843c
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
2019-08-27 11:53:52 +01:00
Warren Buckley
78a63b20c7
Merge pull request #6120 from umbraco/v8/bugfix/6099-member-password-reset
...
Fixes: Member password reset checkbox doesn't hide "new" and "confirm" password fields. #6099
2019-08-27 10:48:27 +00:00
Claus
c3e99205de
fixed typo.
2019-08-26 13:29:54 +02:00
Claus
66ba6f51da
Merge pull request #6147 from umbraco/v8/feature/2196-improve-tiny-load
...
Improve JS Asset load of TinyMCE Editor
2019-08-26 13:25:34 +02:00
elitsa
8625c8da43
Add special checks and preview for svg files media files for v8
...
(cherry picked from commit ac4128d89e )
2019-08-23 12:08:03 +01:00
Warren Buckley
d86db3fc11
Merge pull request #6182 from umbraco/v8/bugfix/2180-secure-svg-preview
...
Secure svg media files preview - v8
2019-08-23 11:06:20 +00:00
elitsa
ac4128d89e
Add special checks and preview for svg files media files for v8
2019-08-23 10:42:00 +02:00
Steve Megson
11f2855442
Move CreateRoutes from WebFinalComponent to WebInitialComponent
2019-08-23 09:11:41 +02:00
Kenn Jacobsen
d09be604d9
Allow plugin "Lang" folders to reside in nested directories
2019-08-23 08:56:42 +02:00
Sebastiaan Janssen
d8355c368f
Too many weird versions
2019-08-22 23:40:24 +02:00
stevemegson
703092c12c
V8: Fix caching of macro results in RTE ( #6010 )
...
(cherry picked from commit 9b212121e3 )
2019-08-22 23:37:06 +02:00
stevemegson
9b212121e3
V8: Fix caching of macro results in RTE ( #6010 )
2019-08-22 23:34:33 +02:00
Sebastiaan Janssen
88145d70fc
Update nestedcontent.editor.html
...
forgot the "property-" prefix.
(cherry picked from commit 0aaf284f7f )
(cherry picked from commit d2649e9354 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.editor.html
(cherry picked from commit ac6e399847 )
2019-08-22 22:46:11 +02:00
Sebastiaan Janssen
320cc48132
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.editor.html
2019-08-22 22:44:05 +02:00
Sebastiaan Janssen
ac6e399847
Update nestedcontent.editor.html
...
forgot the "property-" prefix.
(cherry picked from commit 0aaf284f7f )
(cherry picked from commit d2649e9354 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.editor.html
2019-08-22 22:43:17 +02:00
Sebastiaan Janssen
d2649e9354
Update nestedcontent.editor.html
...
forgot the "property-" prefix.
(cherry picked from commit 0aaf284f7f )
2019-08-22 22:31:36 +02:00
B. Gunnarsson
0aaf284f7f
Update nestedcontent.editor.html
...
forgot the "property-" prefix.
2019-08-22 22:21:43 +02:00
Brynjólfur Gunnarsson
a21c9420b1
added data element to nestedcontent.editor.html, tested it and it works"
2019-08-22 22:21:43 +02:00
Sebastiaan Janssen
b396cc340c
Cherry pick - Added trck by $index to handle duplicate names in blueprints
2019-08-22 22:06:57 +02:00
Sebastiaan Janssen
4b9ce6bb10
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/DateTimeExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/media/umbmedianodeinfo.directive.js
# src/Umbraco.Web.UI.Client/src/views/components/media/umb-media-node-info.html
# src/Umbraco.Web.UI.Client/src/views/content/create.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
# src/Umbraco.Web/Profiling/WebProfilerProvider.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/webservices/legacyAjaxCalls.asmx.cs
2019-08-22 22:05:14 +02:00
Nik
55d0ca2557
Added trck by $index to handle duplicate names in blueprints
...
(cherry picked from commit d57ebf021c )
2019-08-22 21:51:58 +02:00
Nik
d57ebf021c
Added trck by $index to handle duplicate names in blueprints
2019-08-22 21:46:38 +02:00
Kenn Jacobsen
a2899b21b6
Don't crash the linkpicker if only an anchor has been entered
...
(cherry picked from commit 1089b4b9bb )
2019-08-22 21:35:17 +02:00
Kenn Jacobsen
1089b4b9bb
Don't crash the linkpicker if only an anchor has been entered
2019-08-22 21:04:12 +02:00
swcs
2428af3c40
Ability to distinguish document types with same name in Nested Content config ( #6092 )
2019-08-22 10:46:28 +02:00
Sebastiaan Janssen
ffd5d61f9f
Merge branch 'v7/7.15' into v7/dev
2019-08-21 15:25:54 +02:00
Lars-Erik Aabech
5b1f2ef95d
V7: Fixes #6132 , dates being blanked out on save/publish when user locale (momen… ( #6138 )
2019-08-21 15:21:31 +02:00
Sebastiaan Janssen
08c3b6bff5
Fix unit tests
...
(cherry picked from commit 82e11d7e0a )
2019-08-21 13:02:57 +01:00
Sebastiaan Janssen
ccc2a0e811
Fix #5335 - Multiple Media Picker not available as macro parameter
...
(cherry picked from commit 1f2c4e38ac )
2019-08-21 13:02:36 +01:00
Warren Buckley
445e6d41b7
Merge pull request #6149 from umbraco/v8/feature/5335-multi-media-picker-parameter-editor
...
Fix #5335 - Multiple Media Picker not available as macro parameter
2019-08-21 11:15:41 +00:00
Sebastiaan Janssen
82e11d7e0a
Fix unit tests
2019-08-21 12:45:06 +02:00
Elitsa Marinovska
2cc5256c00
Fixed typo in "ng-container"
...
(cherry picked from commit 7a7adfb61f )
2019-08-21 11:09:41 +01:00
elitsa
6f83d3c865
Add special checks and preview for svg files media files.
...
(cherry picked from commit defcb727f9 )
2019-08-21 11:09:19 +01:00
Warren Buckley
3325627fd2
Merge pull request #6137 from umbraco/v7/bugfix/2180-secure-svg-preview
...
Secure svg media files preview
2019-08-21 10:07:08 +00:00
Warren Buckley
bec54a0467
Remove unecessary change
2019-08-20 11:28:29 +01:00
Warren Buckley
4fc265275b
Fix up unit test for RTE, it was failing as I added the Angular app.value for tinyMceAssets - this ensures we add an empty array of tinymce assets
2019-08-20 11:28:02 +01:00
Warren Buckley
a95360036d
Pre-loading this lang JS file does not seem to help Tiny as it does not check its already loaded & it reloads itself anyway (But the plugins work all fine & are checked by Tiny to see if they have been loaded)
2019-08-20 11:12:20 +01:00
Warren Buckley
6873c12f04
Update to main controller to load in the TinyMCE assets - assetsService deals with de-duping already loaded assets
2019-08-20 11:11:29 +01:00
Warren Buckley
0daa80efa4
Undo some of the changes as we will load it via assetService in the angular main controller & fixes the double load issue
2019-08-20 11:01:45 +01:00
Sebastiaan Janssen
1f2c4e38ac
Fix #5335 - Multiple Media Picker not available as macro parameter
2019-08-19 16:01:03 +02:00
Warren Buckley
b9b4721295
* Adds TinyMCE JS assets into init page load via script in default.cshtml view for Umbraco backoffice ng-app
...
* Add TinyMCE JS assets array via NG app.value & uses assetsService to load (if not loaded in time by main init script above)
2019-08-19 14:36:56 +01:00
Elitsa Marinovska
7a7adfb61f
Fixed typo in "ng-container"
2019-08-17 23:54:49 +02:00
elitsa
defcb727f9
Add special checks and preview for svg files media files.
2019-08-16 13:34:25 +02:00
Bjarne Fyrstenborg
e4f19f7192
v8: Add umbLoader directive ( #4987 )
2019-08-16 11:52:34 +02:00
Kenn Jacobsen
0e565ddbf8
Make sure treepicker URLs are displayed for the current editor culture
...
(cherry picked from commit 438133ae1f )
2019-08-16 08:44:54 +02:00
Kenn Jacobsen
438133ae1f
Make sure treepicker URLs are displayed for the current editor culture
2019-08-16 08:43:31 +02:00
Shannon Deminick
7ef7b23e93
Merge pull request #6121 from umbraco/v8/bugfix/5804-migration-fix
...
Fixes: v8.1 migration from v7 results in an error due to a unique index on cmsContent #5804
2019-08-16 16:20:24 +10:00
Shannon
6e1314ae30
Removing legacy service
2019-08-16 15:58:13 +10:00
Shannon Deminick
75ff3b26c1
Merge pull request #6125 from umbraco/v7/bugfix/2179-remove-legacy-web-service
...
Removing legacy service
2019-08-16 15:49:50 +10:00
Shannon
505b541040
Removing the MiniProfiler routes if solution is not in debug mode.
2019-08-16 15:39:46 +10:00
Shannon
fbc12b607d
Merge branch 'v7/7.15' into v7/dev
2019-08-16 15:38:19 +10:00
Shannon Deminick
cb7440bbbf
Merge pull request #6114 from umbraco/v7/bug/2178-disable-mini-profiler
...
Disable Mini Profiler
2019-08-16 15:37:05 +10:00
Shannon
cd355910b3
strangely i need the fully qualified name here else i get an error, otherwise works great.
2019-08-16 15:34:49 +10:00
Andy Butland
5452ebaf6d
Import and export of document type and property variations setting in packages
2019-08-15 21:57:09 +02:00
Marc Goodson
cec4376d19
Update GetPagedResultsByQuery to return id of the node the audit item relates to instead of table PK
...
This was fixed previously in v7 - see https://github.com/umbraco/Umbraco-CMS/pull/3759
(cherry picked from commit 53c52abde5 )
2019-08-15 21:19:38 +02:00
Marc Goodson
53c52abde5
Update GetPagedResultsByQuery to return id of the node the audit item relates to instead of table PK
...
This was fixed previously in v7 - see https://github.com/umbraco/Umbraco-CMS/pull/3759
2019-08-15 21:18:41 +02:00
skttl
0d63b13bf0
Changes mode of styleselect to All
2019-08-15 21:17:14 +02:00
Kenn Jacobsen
65b2d08997
Set media picker dirty when the value changes
...
(cherry picked from commit 2b7154622e )
2019-08-15 21:12:57 +02:00
Kenn Jacobsen
2b7154622e
Set media picker dirty when the value changes
2019-08-15 21:12:12 +02:00
Bjarne Fyrstenborg
0baf5eab0a
v8: Rename datetime picker component ( #6110 )
2019-08-15 21:09:58 +02:00
Kenn Jacobsen
16ac2c5589
Don't change parent protection when editing child protection
...
(cherry picked from commit 4743fc0e1d )
2019-08-15 21:07:19 +02:00
Kenn Jacobsen
4743fc0e1d
Don't change parent protection when editing child protection
2019-08-15 21:06:21 +02:00
Kenn Jacobsen
f8409be506
Use an Umbraco confirm dialog when deleting groups
...
(cherry picked from commit f1f9e1742e )
2019-08-15 21:05:04 +02:00
Kenn Jacobsen
f1f9e1742e
Use an Umbraco confirm dialog when deleting groups
2019-08-15 21:04:33 +02:00
Kenn Jacobsen
455395154a
Don't reuse previously used content templates
...
(cherry picked from commit 3087eff147 )
2019-08-15 21:01:45 +02:00
Kenn Jacobsen
3087eff147
Don't reuse previously used content templates
2019-08-15 21:00:22 +02:00
Sebastiaan Janssen
8e2eccb392
Bump version to 7.15.2
2019-08-15 13:32:09 +02:00
Sebastiaan Janssen
a0af474c75
Bump version to 8.1.3
2019-08-15 13:29:14 +02:00
Kenn Jacobsen
7e8364eae4
V8: Support mixed element variance in Nested Content ( #5952 )
...
(cherry picked from commit e7a9ee8142 )
2019-08-15 13:27:50 +02:00
Kenn Jacobsen
e7a9ee8142
V8: Support mixed element variance in Nested Content ( #5952 )
2019-08-15 13:10:17 +02:00
Steve Megson
806d835a90
Handle null and missing grid values in migration
2019-08-14 21:14:48 +01:00
Jan Skovgaard
617fd9ab17
Accessibility: Open Package - Identifies back button as "Left h… ( #5930 )
2019-08-14 17:47:13 +02:00
Jan Skovgaard
fe6df58e66
Accessibility: Media uploader widget can't be accessed via keyb… ( #5944 )
2019-08-14 17:40:52 +02:00
Jan Skovgaard
6bd647f8c6
Accessibility: Unable to navigate to close 'X' icon with keyboa… ( #5964 )
2019-08-14 17:29:26 +02:00
Jan Skovgaard
8d0df6cec3
Accessibility: Open User Details - Back icon arrow is identifie… ( #5970 )
2019-08-14 17:21:56 +02:00
Jan Skovgaard
5997e0ce8c
Accessibility: Ensure "cancel" is clickable from move/restore d… ( #5942 )
2019-08-14 17:11:02 +02:00
Kenn Jacobsen
8bdd694a12
V8: Make sure to mark the current form as dirty when altering content types ( #6108 )
2019-08-14 16:55:32 +02:00
elitsa
ee2068de56
Removing legacy service
2019-08-14 14:03:32 +02:00
Shannon
dfed93a4ab
Fixes dropping unique constraint indexes and oddly named FKs
2019-08-14 14:49:05 +10:00
Shannon
4e17463eb8
Merge branch 'v8/8.1' into v8/dev
2019-08-14 12:52:07 +10:00
Shannon
df391c86f3
Fixes re-syncing member and media data after saving
2019-08-14 12:45:39 +10:00
Shannon
67f0a65811
Merge branch 'v8/8.1' into v8/bugfix/6099-member-password-reset
2019-08-14 12:30:02 +10:00
Shannon
9d77114d50
fixes gulp build for dev purposes - no fastdev since there's no need for it, removes inlining templates when not in prod
2019-08-14 12:28:28 +10:00
Shannon
d2be30a228
converting to component
2019-08-14 12:26:49 +10:00
Shannon
9ed1101f27
whitespace changes
2019-08-14 11:16:24 +10:00
Shannon
f60b91110f
Fixes merge
2019-08-14 10:56:08 +10:00
Shannon
db6714d3b8
Merge remote-tracking branch 'origin/v8/8.1' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web/Search/ExamineComponent.cs
2019-08-14 10:39:15 +10:00
Sebastiaan Janssen
47c8de4ca1
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
2019-08-13 23:29:58 +02:00
Matt Brailsford
802e6d7979
Fixes #5931 , show breadcrumb for new content
...
Could probably do with adding "Untitled" to translation file
(cherry picked from commit 249126a2b5 )
2019-08-13 23:17:06 +02:00
Matt Brailsford
249126a2b5
Fixes #5931 , show breadcrumb for new content
...
Could probably do with adding "Untitled" to translation file
2019-08-13 23:16:33 +02:00
Matt Brailsford
ea591c87a2
Fixes #5932 , showing "Return to ListView" for new content
...
(cherry picked from commit f3fc83fae6 )
2019-08-13 23:11:01 +02:00
Matt Brailsford
f3fc83fae6
Fixes #5932 , showing "Return to ListView" for new content
2019-08-13 23:09:17 +02:00
BatJan
d005af2b11
Remove unused visuallyhidden class
2019-08-13 22:59:49 +02:00
Kenn Jacobsen
3b60815e53
Fix user group deletion ( #5912 )
...
(cherry picked from commit b0b05cf785 )
2019-08-13 22:55:12 +02:00
Kenn Jacobsen
b0b05cf785
Fix user group deletion ( #5912 )
2019-08-13 22:54:19 +02:00
Bjarne Fyrstenborg
d5d213cd44
Allow tree item label to shrink
...
(cherry picked from commit 2d56879d92 )
2019-08-13 22:46:31 +02:00
Bjarne Fyrstenborg
2d56879d92
Allow tree item label to shrink
2019-08-13 22:45:09 +02:00
Sebastiaan Janssen
13d07c7ba3
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/Editors/MediaTypeController.cs
2019-08-13 22:43:30 +02:00
Tom Pipe
ece7178ef5
Ensure a media type correctly inherits it's selected parent
...
(cherry picked from commit ab63d2664c )
2019-08-13 22:41:01 +02:00
Tom Pipe
ab63d2664c
Ensure a media type correctly inherits it's selected parent
2019-08-13 22:40:33 +02:00
Tom Pipe
f829ac4e6c
Ensure a media type correctly inherits it's selected parent
...
(cherry picked from commit 28dd9aa081 )
2019-08-13 22:38:39 +02:00
Tom Pipe
28dd9aa081
Ensure a media type correctly inherits it's selected parent
2019-08-13 22:37:59 +02:00
Sebastiaan Janssen
eb8556c792
Merge branch 'v7/dev' into v8/dev
2019-08-13 22:26:16 +02:00
Sebastiaan Janssen
84e4c78bb9
Merge branch 'v7/7.15' into v7/dev
2019-08-13 22:24:21 +02:00
arkadiuszbiel
6123c0d475
Change z-index
...
(cherry picked from commit 3fa77dbf3d )
(cherry picked from commit 12ad9dd36b )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less
2019-08-13 22:20:52 +02:00
arkadiuszbiel
12ad9dd36b
Change z-index
...
(cherry picked from commit 3fa77dbf3d )
2019-08-13 22:16:42 +02:00
Sebastiaan Janssen
ba040674cb
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less
2019-08-13 22:15:57 +02:00
arkadiuszbiel
3fa77dbf3d
Change z-index
2019-08-13 22:14:53 +02:00
Sebastiaan Janssen
9fa435dbb2
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Services/NotificationService.cs
# src/Umbraco.Web.UI.Client/src/less/tree.less
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.controller.js
# src/Umbraco.Web/Properties/Settings.settings
# src/Umbraco.Web/Properties/Settings1.Designer.cs
2019-08-13 22:11:34 +02:00
Nathan Woulfe
02c1e88da2
V8: Display current log level in log viewer sidebar ( #6059 )
2019-08-13 22:07:05 +02:00
Kenn Jacobsen
87e60ef26b
V8: Support hexa in hexBgColor ( #6091 )
2019-08-13 21:56:11 +02:00
Kenn Jacobsen
87845ee907
V8: Allow localization of the backoffice using parent cultures… ( #6090 )
...
(cherry picked from commit 405538544f )
2019-08-13 20:28:48 +02:00
Kenn Jacobsen
405538544f
V8: Allow localization of the backoffice using parent cultures… ( #6090 )
2019-08-13 20:26:22 +02:00
elitsa
afca2e70bd
Removing the MiniProfiler routes if solution is not in debug mode.
2019-08-13 14:17:14 +02:00
Peter Gregory
31d67161ab
V8: Implementation of Create method for infinite editing edtior… ( #6031 )
2019-08-13 08:07:53 +02:00
Claus
66e3869b06
Merge pull request #6080 from umbraco/v8/feature/2190-improve-jarring-tiny-loading
...
AB#2190 - Improve jarring TinyMCE editor loading experience
2019-08-12 11:54:27 +02:00
swcs
600be987a7
use modifiable media path in file system composition
...
(cherry picked from commit fdcfc48e06 )
2019-08-12 09:05:45 +02:00
swcs
fdcfc48e06
use modifiable media path in file system composition
2019-08-12 09:04:32 +02:00
Shannon
eb46b16800
subtle mistake in gulp change
2019-08-12 16:18:49 +10:00
Shannon Deminick
392445b53a
Merge pull request #6086 from umbraco/v8/feature/more-flexi-angular-sln
...
Fix the gulp build to allow directives/components to exist where they need to be allowed
2019-08-12 09:36:25 +10:00
Kenn Jacobsen
7c93b8f157
Use mculture in content editor for multilingual content
...
(cherry picked from commit 2f84e76952 )
2019-08-09 16:59:33 +02:00
Kenn Jacobsen
2f84e76952
Use mculture in content editor for multilingual content
2019-08-09 16:58:35 +02:00
Kenn Jacobsen
12a30d3ffd
Always open the selected content template in infinite editing
2019-08-09 16:56:04 +02:00
Kenn Jacobsen
7e1f90fb3b
Clear the content type "common" cache when deleting templates
2019-08-09 16:54:52 +02:00
Kenn Jacobsen
9865596dcc
V7: Change the priority of the tree node annotations for contai… ( #6083 )
...
(cherry picked from commit 7393d9c372 )
2019-08-09 16:47:14 +02:00
Kenn Jacobsen
7393d9c372
V7: Change the priority of the tree node annotations for contai… ( #6083 )
2019-08-09 16:44:43 +02:00
Kenn Jacobsen
c87a22f347
Fix the disabled upload button in media picker ( #6082 )
...
(cherry picked from commit feb5567621 )
2019-08-09 16:42:57 +02:00
Kenn Jacobsen
dc44a7a3a7
Fix the disabled upload button in media picker
...
(cherry picked from commit 79c4d7797c )
2019-08-09 16:41:13 +02:00
Kenn Jacobsen
79c4d7797c
Fix the disabled upload button in media picker
2019-08-09 16:40:08 +02:00
Kenn Jacobsen
feb5567621
Fix the disabled upload button in media picker ( #6082 )
2019-08-09 16:36:38 +02:00
Rachel Breeze
9cab789425
V8: Accessibility improvements for page name entry ( #5760 )
...
(cherry picked from commit ab3202b560 )
2019-08-09 16:27:02 +02:00
Rachel Breeze
ab3202b560
V8: Accessibility improvements for page name entry ( #5760 )
2019-08-09 16:25:51 +02:00
Kenn Jacobsen
a0cd542ba3
Fix "infinityMode" typo
...
(cherry picked from commit e10ce234db )
2019-08-09 16:00:54 +02:00
Kenn Jacobsen
e10ce234db
Fix "infinityMode" typo
2019-08-09 15:59:37 +02:00
Shannon
7f02bc7d1d
fix controller glob
2019-08-09 16:55:58 +10:00
Shannon
44b6738b0d
Moves main/navigation controllers to root - no more 'controller' folder
2019-08-09 16:36:10 +10:00
Shannon
fbb19cba0b
Updates the build so we can be more flexible with where we put angular file types in the solution
2019-08-09 16:02:05 +10:00
Shannon
84554101f2
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-08-09 15:54:38 +10:00
Shannon
8a3b2e038c
adds note
2019-08-09 15:54:21 +10:00
Peter Keating
ff595df7ca
Fix notifications not sending when user has multiple of same type
...
When a user has multiple notifications of the same type, the user may
not receive the notification depending on the order which the
notification was setup. To fix this the notification logic has changed
from looping over users to looping over notifications.
Fixes #4713 .
(cherry picked from commit 01a895bbf7 )
2019-08-08 19:49:59 +02:00
Peter Keating
01a895bbf7
Fix notifications not sending when user has multiple of same type
...
When a user has multiple notifications of the same type, the user may
not receive the notification depending on the order which the
notification was setup. To fix this the notification logic has changed
from looping over users to looping over notifications.
Fixes #4713 .
2019-08-08 19:48:39 +02:00
amitch17
296d7964ae
Corrected comments to change usage examples
...
Corrected usage examples for entityResource.js
My first Umbraco commit! yay!
2019-08-08 18:55:38 +02:00
Steve Megson
88349c6b66
Sorting of images in multiple media picker
...
(cherry picked from commit ed5effd190 )
2019-08-08 16:02:35 +02:00
Steve Megson
ed5effd190
Sorting of images in multiple media picker
2019-08-08 16:00:21 +02:00
Warren Buckley
c6671f7f8e
Apply same loading bar UI to Grid RTE & use editor INIT to hide/remove it
2019-08-08 12:35:39 +01:00
Warren Buckley
44c966bd44
Moves our Umbraco angular loader component to only hide itself once the tinymce editor has initialized
2019-08-08 11:37:18 +01:00
Sebastiaan Janssen
046ed8ec85
Bump version to 8.1.2
2019-08-08 12:23:57 +02:00
Steve Megson
aabe6defb2
Fixes #5864 - migrate prevalues for Umbraco.DropDown.Flexible
...
(cherry picked from commit 4e0dd728a8 )
2019-08-08 10:56:02 +02:00
Bjarke Berg
3245c82ea6
Missing file in project file
...
(cherry picked from commit 3062f40ef5 )
2019-08-08 10:45:34 +02:00
Kenn Jacobsen
beacc5bba8
Fix broken button to open content type from create dialog
...
(cherry picked from commit 57e58c6cf7 )
2019-08-08 10:05:33 +02:00
Kenn Jacobsen
57e58c6cf7
Fix broken button to open content type from create dialog
2019-08-08 10:03:47 +02:00
leekelleher
34e45abcc7
Added constants for Property Editor Groups
2019-08-07 20:59:03 +02:00
leekelleher
7ffe0398f9
DocType Editor sorting - vertical direction
...
In the DocType Editor, when sorting the groups and properties,
the draggable direction is freeform (horizontal, vertical or even
diagonal).
We can restrict the direction, by setting the `axis` property in
the sort options.
2019-08-07 20:55:35 +02:00
Kenn Jacobsen
ce5b3531e0
Make content types with description look ok in the create dialog ( #5752 )
...
(cherry picked from commit b3497011e8 )
2019-08-07 20:50:08 +02:00
Kenn Jacobsen
b3497011e8
Make content types with description look ok in the create dialog ( #5752 )
2019-08-07 20:49:14 +02:00
Søren Gregersen
a398881fa1
fix: spelling error in comment :)
...
infinie error(s) fixed
2019-08-07 20:38:37 +02:00
Sebastiaan Janssen
a9a5d00916
Merge pull request #5999 from kjac/v8-fix-allow-remove-user-start-nodes
...
V8: Allow removing user start nodes
(cherry picked from commit 2cf3a7831c )
2019-08-07 20:25:44 +02:00
Sebastiaan Janssen
2cf3a7831c
Merge pull request #5999 from kjac/v8-fix-allow-remove-user-start-nodes
...
V8: Allow removing user start nodes
2019-08-07 20:19:48 +02:00
Gopakumar R
62a71f8052
Fix for issue #5816 ( #5836 )
...
(cherry picked from commit 0138091a6c )
2019-08-07 20:16:50 +02:00
Gopakumar R
0138091a6c
Fix for issue #5816 ( #5836 )
2019-08-07 20:16:18 +02:00
Kenn Jacobsen
36eccb472c
Fix the create context menu overflows introduced with 405e9a79 ( #5754 )
...
(cherry picked from commit 6c0fb2f849 )
2019-08-07 19:58:13 +02:00
Kenn Jacobsen
6c0fb2f849
Fix the create context menu overflows introduced with 405e9a79 ( #5754 )
2019-08-07 19:56:30 +02:00
Benjamin Carleski
289d50d170
Fix FIPS compliance, add FIPS tests ( #5978 )
...
(cherry picked from commit e495faf83c )
2019-08-07 19:34:13 +02:00
Benjamin Carleski
e495faf83c
Fix FIPS compliance, add FIPS tests ( #5978 )
2019-08-07 19:31:08 +02:00
Linus Elander
0517f29134
Adjusts conditions for which indexes should be affected when a node is unpublished
...
(cherry picked from commit 7557c584d8 )
2019-08-07 16:38:13 +02:00
Shannon
467cf8d762
Adds comments/notes
2019-08-07 15:40:27 +10:00
Bjarke Berg
2cdb6d86ad
Merge pull request #6019 from umbraco/v8/bugfix/pending-changes-issue
...
v8 Changing a property type from invariant to variant and back again causes issues with reporting that a document is edited or not
2019-08-06 09:09:12 +02:00
Bjarke Berg
d474f60465
Merge pull request #5992 from umbraco/v8/bugfix/5554-unpublish-state
...
V8/bugfix/5554 unpublish state
2019-08-05 11:54:49 +02:00
Bjarke Berg
caf4d1fe34
Merge pull request #6038 from umbraco/v8/bugfix/examine-startup
...
Fixes how examine starts up to make it easier for custom index developers
2019-08-05 10:39:29 +02:00
Bjarke Berg
e4f346620e
Added runtime level to ExamineFinalComposer
2019-08-05 10:38:35 +02:00
Shannon
be4536cf16
Refactors ugly statics and nested classes
2019-08-05 17:14:29 +10:00
Shannon
89429bd65a
fixes ctor
2019-08-05 16:28:23 +10:00
Shannon
6d3faf91d8
fixes spacing with ext login providers
2019-08-05 13:50:50 +10:00
Shannon
345e6091d2
fixes null check, was on the wrong element
2019-08-02 13:01:02 +10:00
Shannon
86a97c30d1
fixes up LuceneIndexDiagnostics
2019-08-02 12:40:45 +10:00
Shannon
14915e9da7
oops
2019-08-02 01:16:37 +10:00
Shannon
366058581a
Adds LuceneIndexDiagnostics to make it easier for devs and custom indexes
2019-08-02 01:15:08 +10:00
Shannon
9f6a7dec2e
Fixes how examine starts up to make it easier for custom index developers
2019-08-02 00:28:48 +10:00
Shannon
be30bb0ad0
adds test
2019-08-01 21:41:43 +10:00
Shannon
600a29514f
more asserts
2019-08-01 21:27:31 +10:00
Shannon
9efec9244b
removes commented out code
2019-08-01 19:09:19 +10:00
Shannon
ded1a22e45
fixes validation check
2019-08-01 19:01:41 +10:00
Shannon
2e83ac9282
Cleans up some tests
2019-08-01 18:54:19 +10:00
Shannon
9538981730
Adds more assertions and tests and validates variations
2019-08-01 18:49:05 +10:00
Shannon
791222c3ce
Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/5554-unpublish-state
2019-08-01 16:11:16 +10:00
Shannon
1095815878
removes notes
2019-08-01 16:09:52 +10:00
Shannon
a8bdab8f5c
Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/pending-changes-issue
2019-08-01 15:56:24 +10:00
Shannon
ff952a6df1
Passes test! Now to add more tests/assertions and then the logic to renormalize based on name changes.
2019-08-01 15:54:44 +10:00
Shannon
87e7cec02e
WIP - commiting what i have. Solved part of the problem but there are others.
2019-07-31 18:30:34 +10:00
Shannon
5c8cd60275
Writes up a test to show the issue with edited culture flags, this shows that the current fix works but there's still an issue
2019-07-31 00:13:40 +10:00
Bjarke Berg
e2483dc874
Merge pull request #6020 from umbraco/v8/bugfix/panic-exception
...
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 15:22:05 +02:00
Shannon
6482d849e3
Moves test to different fixture
2019-07-30 22:59:33 +10:00
Shannon
34f137c8cf
Merge branch 'v8/bugfix/panic-exception' into v8/bugfix/5554-unpublish-state
2019-07-30 22:50:06 +10:00
Shannon
16d8f8846e
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 22:40:15 +10:00
Shannon
108416638c
removes commented out code
2019-07-30 22:28:06 +10:00
Shannon
20d28ea215
removes commented out code
2019-07-30 22:20:28 +10:00
Shannon
27bc309c55
Removes unused code
2019-07-30 22:20:28 +10:00
Shannon
b5b4ee79b4
Adds notes, fixes logic with a double save
2019-07-30 22:20:28 +10:00
Shannon
45227357fd
adds notes on why this is failing
2019-07-30 22:20:28 +10:00
Shannon
a2ba0f6a4c
more tests - failing that need fixing
2019-07-30 22:20:27 +10:00
Shannon
415916c527
Fixes an issue with the content service + test
2019-07-30 22:20:27 +10:00
Shannon
40a55cb9df
Fixes issue/tests
2019-07-30 22:20:27 +10:00
Shannon
5a9ca8d09f
wip added more tests and notes
2019-07-30 22:20:27 +10:00
Shannon
1bfcc9053e
Fixes issues: we never properly used SuccessUnpublishMandatoryCulture, fixed issue of unpublishing last culture with a new status
2019-07-30 22:20:27 +10:00
Shannon
3930ae244c
Created unit test to show the problem.
2019-07-30 22:20:27 +10:00
Shannon
365ad2981d
Fixing issue when changing a property type from invariant to variant and back again and the document always reporting pending changes.
2019-07-30 19:02:03 +10:00
Rasmus John Pedersen
ca56655d07
Fix exception when stored media url is already absolute
...
(cherry picked from commit 49b3351c72 )
2019-07-29 14:31:04 +02:00
Sebastiaan Janssen
8721423f40
Merge pull request #6016 from umbraco/v8/fix/5906-support-stored-absolute-media-url
...
Fix exception when stored media url is already absolute
2019-07-29 14:30:03 +02:00
Rasmus John Pedersen
49b3351c72
Fix exception when stored media url is already absolute
2019-07-29 12:59:29 +02:00
Shannon
4612c03657
Fixes #5789 - PublishedContentQuery Search always searches on culture
2019-07-29 15:43:03 +10:00
Shannon
41093e5b8b
Value Set builder shouldn't stop indexing when one field is empty in value sets
2019-07-29 15:38:08 +10:00
Shannon Deminick
faef449750
Merge pull request #6009 from bielu/v8/dev
...
V8: Value Set builder shouldn't stop indexing when one field is empty in …
2019-07-29 11:36:01 +10:00
arkadiuszbiel
4a24064783
Value Set builder shouldn't stop indexing when one field is empty in value sets
2019-07-27 20:41:15 +01:00
Kenn Jacobsen
0ab84fc443
Allow removing user start nodes
2019-07-25 10:28:16 +02:00
Bjarke Berg
fca74ad8d7
Merge pull request #5862 from umbraco/v8/bugfix/5789-PublishedContentQuery-Search
...
Fixes #5789 - PublishedContentQuery Search always searches on culture
2019-07-24 14:16:32 +02:00
Shannon
7bc7dba86d
fixes timing issue
2019-07-24 21:46:19 +10:00
Shannon
efd6bd82bd
Revert "V8: Don't show multiple open menus (take two) ( #5609 )"
...
This reverts commit 9ce996cbba .
(cherry picked from commit 1d49c8626e )
2019-07-24 12:02:41 +02:00
Sebastiaan Janssen
17527c99eb
Makes checks a little more robust
...
(cherry picked from commit ca75a25802 )
2019-07-24 11:37:29 +02:00
Steve Megson
361557dc39
Handle CSV values in TagsPropertyEditor
...
(cherry picked from commit a97604d6c4 )
2019-07-24 11:37:17 +02:00
Sebastiaan Janssen
ca75a25802
Makes checks a little more robust
2019-07-24 11:33:12 +02:00
Shannon
ece31733a9
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-07-24 19:25:48 +10:00
Shannon
28a8027179
removes reference to old packages.umbraco.org
2019-07-24 19:25:32 +10:00
Shannon
4fa523db43
Merge branch 'v7/7.15' into v7/dev
2019-07-24 19:23:58 +10:00
Shannon
186460ac08
removes refs from old packages.umbraco.org
2019-07-24 19:23:05 +10:00
Steve Megson
a97604d6c4
Handle CSV values in TagsPropertyEditor
2019-07-24 11:14:00 +02:00
Bjarke Berg
308f929f7b
Refactored tests to avoid duplicate code
2019-07-24 11:13:21 +02:00
Kenn Jacobsen
342b2087e9
Make sure save options are up to date with the content state
...
(cherry picked from commit 8a43e3a87e )
2019-07-24 10:59:01 +02:00
Shannon
c8d7df1515
Merge branch 'v8/bugfix/5789-PublishedContentQuery-Search' of https://github.com/umbraco/Umbraco-CMS into v8/bugfix/5789-PublishedContentQuery-Search
2019-07-24 18:46:48 +10:00
Shannon
2c795662d2
Adds tests for PublishedContentQuery search
2019-07-24 18:46:14 +10:00
Kenn Jacobsen
8a43e3a87e
Make sure save options are up to date with the content state
2019-07-24 10:46:00 +02:00
Bjarke Berg
210e43fcb0
Fix for build
2019-07-24 09:53:51 +02:00
Shannon Deminick
beb8c7ac7c
Update src/Umbraco.Web/PublishedContentQuery.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-24 17:30:29 +10:00
Shannon Deminick
2f8979bbc3
Update src/Umbraco.Web/PublishedContentQuery.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-24 17:29:00 +10:00
Shannon
a8ed7f2c17
adds new method
2019-07-23 22:11:02 +10:00
Frans de Jong
1c6bf55e5d
GetCurrentLoginStatus()
...
In the summary of MembershipHelper.GetCurrentLoginStatus() it states that null will be returned when no member is logged in but that isn't the case (anymore?).
2019-07-23 13:02:11 +02:00
Steve Megson
dc371c1979
Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:48:48 +02:00
Bjarke Berg
c246044ac7
Merge pull request #5972 from stevemegson/v8/temp-checkboxlist
...
Content migration - Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:47:13 +02:00
Shannon
5126521d37
Fixes #5789
2019-07-23 19:09:15 +10:00
Shannon
27223738c6
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
2019-07-23 19:05:06 +10:00
Shannon
2faa4defd8
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
2019-07-23 19:03:14 +10:00
Warren Buckley
bb8356d7db
Merge pull request #5924 from umbraco/v/bugfix/5035-slot-swap2
...
Fixes race condition in PublishedSnapshotService and more...
2019-07-23 09:18:44 +01:00
Shannon Deminick
686f6752f3
Merge pull request #5951 from umbraco/v7/hotfix/5921-preview-failing
...
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove…
2019-07-23 16:58:13 +10:00
Warren Buckley
66ff4d191a
Merge pull request #5946 from umbraco/v8/bugfix/5886-fixes-Children
...
Fixes issue with Children(culture) method
2019-07-22 14:54:49 +01:00
Shannon
21218b0332
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
2019-07-22 13:59:14 +10:00
Shannon Deminick
23ccdeb2cf
Merge pull request #5868 from umbraco/v7/hotfix/5835-AB#1693-add-null-checks-when-using-dataTypeId
...
Added null checks when *.dataTypeId is used
2019-07-22 13:44:05 +10:00
Shannon
6148ce4e52
oops no es6 support in 7.x
2019-07-22 13:41:26 +10:00
Shannon
06850ed25c
Merge branch 'v7/7.15' into v7/hotfix/5835-AB#1693-add-null-checks-when-using-dataTypeId
2019-07-22 13:40:35 +10:00
Shannon
0320a56cb5
Fixes up dataTypeId var declarations
2019-07-22 13:27:51 +10:00
Steve Megson
968463912a
Include CheckBoxList in ValueListPreValueMigrator
2019-07-21 14:47:37 +01:00
Warren Buckley
b9e44f381b
Merge pull request #5923 from umbraco/v8/hotfix/5902-migration-should-not-warn-about-build-in-renamed-data-types
...
V8: Migration should not warn about build in data types that is handled correct but renamed
2019-07-19 10:56:38 +01:00
Bjarke Berg
cd27bb210f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:25:33 +02:00
Bjarke Berg
67f680a675
Revert " https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews"
...
This reverts commit 47c3e3a7
2019-07-19 11:24:01 +02:00
Bjarke Berg
47c3e3a79f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:20:31 +02:00
Shannon
02f49a0039
Cherry picks fix for 5894 and makes adjustments
2019-07-19 16:00:42 +10:00
Shannon Deminick
05c6b856f9
Merge pull request #5897 from kjac/v8-fix-media-type-add-property
...
V8: Fix YSOD when editing media types
2019-07-19 15:57:01 +10:00
Shannon
b07df63422
Adds some better notes to the api docs
2019-07-19 15:49:39 +10:00
Shannon
487e45b45b
updates note
2019-07-19 15:26:31 +10:00
Shannon
929c84822a
Fixes the Children ext method and adds unit tests
2019-07-19 15:18:00 +10:00
Warren Buckley
993f11cd2c
Merge pull request #5898 from umbraco/v8/hotfix/5846-AB#1695-Fix-for-migration-of-corrupt-data
...
V8: Give better exception if a json exception happens doing migration
2019-07-18 13:36:35 +01:00
Warren Buckley
6544b5c272
Update src/Umbraco.Core/Migrations/Upgrade/V_8_1_0/ConvertTinyMceAndGridMediaUrlsToLocalLink.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-18 13:03:14 +01:00
Shannon
817a458334
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/packages.config
2019-07-18 16:22:38 +10:00
Shannon
f3bfc1ffb2
Puts back UmbracoAntiForgeryAdditionalDataProvider for backwards compat reasons but it is not used
2019-07-18 16:18:11 +10:00
Shannon
3603090421
Fixes race condition in PublishedSnapshotService and more...
2019-07-17 22:51:14 +10:00
Shannon
6fe3089207
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Mvc/HttpUmbracoFormRouteStringException.cs
# src/Umbraco.Web/Mvc/ValidateUmbracoFormRouteStringAttribute.cs
2019-07-17 22:31:54 +10:00
Bjarke Berg
79159b684d
https://github.com/umbraco/Umbraco-CMS/issues/5902
...
- Fixed issue with migration of Umbraco.Date if it was never saved in v7, the default format was added the time-part.
- Fixed issue with warnings of migrations of build in types, that was renamed between v7 and v8. These are handled correct.
- Added constants for some of the legacy property editor aliases.
2019-07-17 14:30:02 +02:00
Shannon
26d4d056be
bumps version
2019-07-17 22:28:06 +10:00
Shannon
6ad28f1103
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Services/EntityService.cs
# src/Umbraco.Core/Services/IEntityService.cs
# src/Umbraco.Tests/Web/Mvc/HtmlHelperExtensionMethodsTests.cs
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web/Controllers/UmbLoginController.cs
# src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
# src/Umbraco.Web/Controllers/UmbProfileController.cs
# src/Umbraco.Web/Controllers/UmbRegisterController.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Mvc/HttpUmbracoFormRouteStringException.cs
# src/Umbraco.Web/Mvc/ValidateUmbracoFormRouteStringAttribute.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebBootManager.cs
2019-07-17 21:58:33 +10:00
Shannon
89cd655df2
Merge remote-tracking branch 'origin/v7/bugfix/build-without-vs2017' into v7/7.15
2019-07-17 21:48:21 +10:00
Shannon
14c4c4815d
bumps version
2019-07-17 21:35:43 +10:00
Shannon
bfb69a34ef
re-adds back in the serialization overloads for the custom exception, re-adds detailed error messages, adds more documentation. Adds unit tests.
2019-07-17 21:15:18 +10:00
Shannon
b675f6252c
removes files (should have been part of cherry pick?), fixes logic
2019-07-16 23:07:31 +10:00
Shannon
d52420183e
Cherry picks ValidateUmbracoFormRouteStringAttribute implementation and fixes up some logic
2019-07-16 23:03:26 +10:00
Shannon
0cbe0b4796
Cherry picks ValidateUmbracoFormRouteStringAttribute implementation
2019-07-16 22:34:34 +10:00
Shannon Deminick
06b136fdf6
Merge pull request #5895 from ronaldbarendse/v8/feature/validate-umbracoformroutestring
...
Added attribute to validate Umbraco form route strings (ufprt)
2019-07-16 22:01:32 +10:00
Bjarke Berg
c6246b5404
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-07-16 13:46:07 +02:00
Bjarke Berg
3062f40ef5
Missing file in project file
2019-07-16 13:43:10 +02:00
Bjarke Berg
dcd0d38419
Merge remote-tracking branch 'origin/v8/8.1' into v8/dev
2019-07-16 13:41:30 +02:00
Steve Megson
0feb053e51
Fixes #5852 - TablesForScheduledPublishing
2019-07-16 13:39:09 +02:00
Bjarke Berg
c01a8f8f13
Merge pull request #5887 from stevemegson/temp-content-migration
...
PR fixes 7 -> 8 migration bugs for #5852 and #5864
2019-07-16 13:37:08 +02:00
Bjarke Berg
09c8ae4e7e
Fixed null ref exception in related links migrations
2019-07-16 13:36:16 +02:00
Kenn Jacobsen
da71a94c39
Use IsCollectionEmpty() as per review
2019-07-16 12:45:27 +02:00
Shannon Deminick
f6413af3f4
Merge pull request #5885 from hifi-phil/v8/dev
...
Change PropertyType.Alias to virtual
2019-07-16 20:31:58 +10:00
skttl
2aaca865e7
changes innerjoin to left join, to allow folders in sql query
2019-07-16 07:26:26 +02:00
Bjarke Berg
2ec8281163
Merge pull request #5865 from skttl/5848-media-folders-not-showing
...
5848: changes innerjoin to left join, to allow folders in sql query
2019-07-16 07:24:46 +02:00
Shannon
77dda5a70f
Fixes issue during upgrade where umbraco can't clear cdf log files
2019-07-15 14:34:32 +02:00
Bjarke Berg
440e649d6d
Merge pull request #5861 from umbraco/v8/bugfix/cdf-upgrade-bug
...
Fixes issue during upgrade where umbraco can't clear cdf log files
2019-07-15 14:32:19 +02:00
Bjarke Berg
f6a8d487cc
AB#1695 - https://github.com/umbraco/Umbraco-CMS/issues/5846
...
Give better exception, if a json exception happens doing migration of grid properties in ConvertTinyMceAndGridMediaUrlsToLocalLink
2019-07-15 13:06:47 +02:00
Warren Buckley
47dcd37d1d
Merge pull request #5784 from nathanwoulfe/5768-log-viewer-chart-naming
...
V8: Make log naming and colors consistent between Log Search and Log Overview
2019-07-15 11:47:20 +01:00
Kenn Jacobsen
d60fc63e78
Fix YSOD when editing media types
2019-07-15 12:23:09 +02:00
Ronald Barendse
b0c4042e87
Removed UmbracoAntiForgeryAdditionalDataProvider
2019-07-15 10:16:09 +02:00
Shannon
da525513a3
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
...
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/UmbracoHelper.cs
2019-07-15 16:18:04 +10:00
Shannon Deminick
2ac5e61e44
Merge pull request #5881 from bjarnef/dev-v7-link-picker-url-anchors
...
v7: Fix link picker url and anchors
2019-07-15 13:02:47 +10:00
Ronald Barendse
101a8b6c78
Added ValidateUmbracoFormRouteStringAttribute to public controllers
2019-07-14 23:18:21 +02:00
Ronald Barendse
f7a10e3a15
Added attribute to validate Umbraco form route strings (ufprt)
2019-07-14 23:18:06 +02:00
Steve Megson
4e0dd728a8
Fixes #5864 - migrate prevalues for Umbraco.DropDown.Flexible
2019-07-14 16:48:33 +01:00
Steve Megson
320ccf8105
Fixes #5852 - TablesForScheduledPublishing
2019-07-14 16:46:01 +01:00
hifi-phil
62f924a757
Change PropertyType.Alias to virtual
...
When unit testing PropertyType.Alias needs to be virtual to make it mockable. The underlying code on the set triggers IOC logic and makes it hard to test anything that uses Property Types.
2019-07-14 09:45:12 +01:00
Bjarne Fyrstenborg
c47a08b553
Add overload for NiceUrl
2019-07-13 16:40:01 +02:00
Bjarne Fyrstenborg
de9241bcf5
Add UmbracoHelper overload methods to get url by guid
2019-07-13 14:50:25 +02:00
Bjarne Fyrstenborg
7c03fe3c1f
Adjust parameter
2019-07-13 14:49:35 +02:00
Bjarne Fyrstenborg
82eb241119
Add overload method for Udi
2019-07-13 14:49:05 +02:00
Bjarne Fyrstenborg
1073e6257c
Adjust comments
2019-07-13 14:48:35 +02:00
Nathan Woulfe
bc3e4847fe
Merge branch '5768-log-viewer-chart-naming' of https://github.com/nathanwoulfe/umbraco-cms into 5768-log-viewer-chart-naming
2019-07-13 13:50:21 +10:00
Nathan Woulfe
1a7251909c
fix empty array - was checking index against empty array, so condition was never met
2019-07-13 13:45:13 +10:00
Warren Buckley
61a18297d9
Make v8/dev now 8.2.0
2019-07-12 13:03:20 +01:00
Warren Buckley
bdd413f9ee
Merge branch 'v8/dev' into 5768-log-viewer-chart-naming
2019-07-12 12:30:32 +01:00
Bjarke Berg
fd8ca35e63
Merge pull request #5869 from umbraco/v8/bugfix/logviewer-error-count
...
V8: Fixes LogViewer Error Count search result click
2019-07-12 12:56:08 +02:00
Warren Buckley
fdd9aee773
Fixes LogViewer Error Count search result clickthrough to include errors & fatal without exception as well
2019-07-12 11:07:15 +01:00
Bjarke Berg
59bf24c461
Added null checks when *.dataTypeId is used
2019-07-12 11:22:31 +02:00
Bjarke Berg
2748c3635d
Merge pull request #5863 from umbraco/v7/bugfix/5822-entityservice-overloads
...
Fixes Change to Entity Service GetByKey isn't breaking in 7.15 #5822
2019-07-12 09:29:45 +02:00
skttl
d31e71a838
changes innerjoin to left join, to allow folders in sql query
2019-07-12 07:33:17 +02:00
Nathan Woulfe
3c2a92d3b6
map log values into logtypedata array - removes need to add these in the correct order.
2019-07-12 14:21:28 +10:00
Nathan Woulfe
cf49e6160a
critical => fatal
2019-07-12 14:20:28 +10:00
Shannon
2252db0d55
Fixes 5822 by reinstating optional method overloads of loadBaseType
2019-07-12 13:40:21 +10:00
Shannon
ec93030e21
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-07-12 11:23:51 +10:00
Shannon
1d49c8626e
Revert "V8: Don't show multiple open menus (take two) ( #5609 )"
...
This reverts commit 9ce996cbba .
2019-07-12 11:23:36 +10:00
Shannon
89bb94aa1a
Fixes issue during upgrade where umbraco can't clear cdf log files
2019-07-12 10:57:26 +10:00
Warren Buckley
03a4b75176
Ran .\build SetUmbracoVersion 8.1.1 to bump version
2019-07-11 15:11:37 +01:00
Sebastiaan Janssen
943b54dcf7
Update 1_Bug.md
2019-07-11 11:55:01 +02:00
Warren Buckley
39bd18ec1a
At some point we have upgraded Serilog.Filters.Expressions package & the signature/method name got changed to ByIncludingOnly()
2019-07-11 10:45:41 +01:00
Claus
df896af476
adding build targets package.
2019-07-10 12:58:15 +02:00
Shannon
e93ddff46b
Merge branch 'nathanwoulfe-temp-5147-grid-reorder' into v8/dev
2019-07-09 11:01:11 +10:00
Nathan Woulfe
3144b51c91
fix behaviour on page load - don't add active class if sticky-bar is in viewport
2019-07-09 10:49:34 +10:00
Nathan Woulfe
e92f68d040
improve variable naming
2019-07-09 10:46:29 +10:00
Nathan Woulfe
469054e9b3
No longer need scrollable-container attribute
2019-07-09 10:46:29 +10:00
Nathan Woulfe
d17022d87d
make it look pretty
2019-07-09 10:46:29 +10:00
Nathan Woulfe
6865629090
use position:sticky and IntersectionObserver instead of element cloning and position:fixed - much simpler.
2019-07-09 10:46:29 +10:00
Shannon
a4749f201d
Ensures luceneIndexer.WaitForIndexQueueOnShutdown is called even when not in MainDom
2019-07-08 23:03:20 +10:00
Shannon Deminick
ad90264ef1
Merge pull request #5695 from linuselander/issue/5218
...
Enable removal of unpublished content from ExternalIndex
2019-07-08 19:34:25 +10:00
Shannon Deminick
9ba7e7742a
Merge pull request #5801 from bielu/v8/dev
...
Remove last casting to LuceneIndex
2019-07-08 18:39:40 +10:00
arkadiuszbiel
6473f600c7
Remove last casting to LucenIndex
2019-07-08 08:48:49 +01:00
Claus
78735ff349
Merge pull request #5798 from kjac/v8-fix-save-member
...
V8: Can't save members without resetting their password
2019-07-08 09:29:37 +02:00
Claus
4b605b2580
Merge pull request #5799 from kjac/v7-fix-save-member
...
V7: Can't save members without resetting their password
2019-07-08 09:28:46 +02:00
Kenn Jacobsen
80d7f1b2c9
Make it possible to save a member without resetting the password
2019-07-07 11:36:26 +02:00
Kenn Jacobsen
1af43498d9
Make it possible to save a member without resetting the password
2019-07-07 11:16:02 +02:00
Nathan Woulfe
6329dfa629
Merge Andy's changes
2019-07-06 07:28:32 +10:00
Sebastiaan Janssen
5ada85df29
Provide the correct assembly redirects
2019-07-05 12:11:03 +02:00
Shannon
015ad64e30
Updates the exception thrown during upgrade to provide some meaningful feedback to the user.
2019-07-05 14:36:33 +10:00
Andy Butland
2cd0173534
Fixed incorrect label for "Fatal" errors on the log viewer pie chart.
...
Made the log viewer title variable so it either says "Log Overview For Today" or "Log Overview For Selected Time Period" (previously it said the former even if you'd adjusted the dates you were looking at.
Fixed up the selected date period display so the conjunction "to" is used between the dates when the selected time period is changed and querystring is updated.
Minor code tidy-up.
2019-07-04 14:35:06 +02:00
Bjarke Berg
6dbb988903
Refactor to limit to only v7.14.0 - V7.15.*
2019-07-04 11:44:05 +02:00
Bjarke Berg
926acb910e
Forces the initial migration state of V7 sites that are allowed to be migrated into v7.14 state.
2019-07-04 11:44:05 +02:00
Nathan Woulfe
a0bcfeddcc
fix date range formatting on flatpickr - 'to' wasnt displayed after choosing a range
2019-07-04 11:48:02 +10:00
Nathan Woulfe
c4b5483d8c
make log naming and colors consistent between views
2019-07-04 11:19:10 +10:00
Sebastiaan Janssen
57e3187e3a
For some reason this file was not part of the project any more :-(
2019-07-03 22:10:01 +02:00
Bjarke Berg
988d51c4c8
Merge pull request #5767 from umbraco/v8/bugfix/5671-fix-for-different-version-number-in-modelbuilder-models-in-live-mode
...
V8: Bugfix for Modelsbuilder models with different versions error
2019-07-03 13:43:00 +02:00
Bjarke Berg
4733256ca1
Merge pull request #5772 from umbraco/v8/bugfix/fix-n1-issue
...
Fixes N+1 Issues caused by the new bypass start nodes changes
2019-07-03 13:15:55 +02:00
Bjarke Berg
4133a1fe76
Refactored the ModelBindingExceptionFilter to also handle InvalidCastException, and also ensure the models are the same type.
...
Otherwise a infinite loop was introduced, when requesting a wrong model in the view.
Also refactored the why we do the retry from Html to Http headers
2019-07-03 13:14:35 +02:00
Shannon
37bf6fe938
Automatically refresh the page if we encounter a ModelBindingException
2019-07-03 19:15:54 +10:00
Shannon Deminick
31716e574c
Update src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
...
good catch!
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-03 18:34:11 +10:00
Shannon
126c4cbd46
ensures media is rebuild and adds more notes
2019-07-03 18:25:19 +10:00
Shannon
7cc91f71c2
Fixes pure live mode when changing doc types
2019-07-03 18:11:00 +10:00
Shannon
7c52b9602c
Reduce some allocations and in advertent SQL calls along with inadvertent enumeration of the entire cache, adds some notes
2019-07-03 17:43:30 +10:00
Bjarke Berg
c5f1cc15fd
Refactored dataTypeId when a guid into dataTypeKey
2019-07-03 08:33:30 +02:00
Shannon
d089518681
Fixes SQL generation to populate the nodedto object of the datatypedto
2019-07-03 15:40:18 +10:00
Shannon
cd6ef35bf9
comments out the fix during investigation - adds some notes
2019-07-03 15:17:51 +10:00
Shannon
47cdc79fcb
Merge branch 'v8/dev' into v8/bugfix/5671-fix-for-different-version-number-in-modelbuilder-models-in-live-mode
2019-07-03 13:50:38 +10:00
Shannon
f7382255c2
Fixes N+1 Issues caused by the new bypass start nodes changes
2019-07-03 13:16:40 +10:00
Shannon Deminick
2167eada0c
Merge pull request #5764 from umbraco/v8/bugfix/fixes-for-bypass-securtiy-after-merge
...
V8: Bugfixes regarding the Bypass Security feature after merge from v7
2019-07-03 11:27:55 +10:00
Shannon
df11935598
Revert and adjusts "Fixes issue when creating DateTypes of type Umbraco.MultiNodeTreePicker with type member, because -1 can't be casted to Udi"
2019-07-03 11:23:25 +10:00
Shannon
d3b4b9fe64
fix merge
2019-07-03 11:10:34 +10:00
Shannon
33aff7ff61
Merge branch 'v8/dev' into v8/bugfix/fixes-for-bypass-securtiy-after-merge
...
# Conflicts:
# src/Umbraco.Web/Editors/EntityController.cs
2019-07-03 11:04:34 +10:00
Sebastiaan Janssen
4d2c551b79
Merge branch 'v7/dev' into v8/dev
2019-07-02 22:01:34 +02:00
Sebastiaan Janssen
5b7ae7150f
Fix weird merge
2019-07-02 21:55:54 +02:00
Sebastiaan Janssen
5bf29a907a
Fixes #5206
2019-07-02 21:47:14 +02:00
Bjarke Berg
96d5bdd7b2
https://github.com/umbraco/Umbraco-CMS/issues/5671 - If modelsbuilder is in live mode, we need to clear cache for all document types when at least one is cleared. This is due to modelsbuilder updating all the models to different versions.
2019-07-02 15:26:54 +02:00
Bjarke Berg
7b4023fd5a
Fixes issue when creating DateTypes of type Umbraco.MultiNodeTreePicker with type member, because -1 can't be casted to Udi
2019-07-02 13:17:47 +02:00
Bjarke Berg
af72729905
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-07-02 13:03:29 +02:00
Claus
d5bc54cf6c
refixing #4708 - old merge error.
2019-07-02 13:00:50 +02:00
Claus
5625102e2c
making EditorValidatorOfT public instead of internal.
2019-07-02 12:42:18 +02:00
Bjarke Berg
66abd7b50c
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-07-02 11:31:14 +02:00
Bjarke Berg
2a9bcf0e98
Merge pull request #5763 from umbraco/v7/bugfix/fix-for-null-ref-exception-when-using-member-pickers
...
V7: Bugfix for Null ref-exception when using member pickers.
2019-07-02 11:20:53 +02:00
Bjarke Berg
e6484687e5
Small fixes after v7 to v8 merge regarding the bypass security feature
2019-07-02 11:17:23 +02:00
Shannon
5da1e64bbc
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-07-02 19:15:20 +10:00
Shannon
7b0979f9fd
Fixes install.ps1 and updates sln to remove old ps1 file
2019-07-02 19:15:04 +10:00
Dave Woestenborghs
1a437c1c6a
#5750 - fix outside click directive so it doesn't close dialogues from create action
2019-07-02 11:11:03 +02:00
Bjarke Berg
3c0565e516
Bugfix: Null ref-exception when using member pickers.
2019-07-02 10:56:44 +02:00
Claus
178b1ccf40
Merge pull request #5743 from umbraco/v8/feature/sourcelink-update
...
V8: Adds in SourceLink Debugging Feature
2019-07-02 10:49:11 +02:00
Shannon Deminick
c03cd81c23
Merge pull request #5748 from umbraco/v8/feature/mb-embed-prepare
...
Prepare MB future
2019-07-02 18:18:07 +10:00
Stephan
3d3647b476
Fix tests
2019-07-02 10:11:51 +02:00
Stephan
a4cac670df
Merge branch 'v8/dev' into v8/feature/mb-embed-prepare
2019-07-02 09:12:00 +02:00
Shannon
c414dd06cc
updates package lock
2019-07-02 15:38:17 +10:00
Shannon
4ed746e4ef
Fixes tree refreshing when changing users, fixes memory/event leak
2019-07-02 13:37:40 +10:00
Shannon
c270d8ecac
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
...
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Models/DataTypeDefinition.cs
# src/Umbraco.Core/Models/DataTypeExtensions.cs
# src/Umbraco.Core/Models/IDataTypeDefinition.cs
# src/Umbraco.Core/Models/UmbracoEntity.cs
# src/Umbraco.Core/Models/UserExtensions.cs
# src/Umbraco.Core/Persistence/Factories/DataTypeDefinitionFactory.cs
# src/Umbraco.Core/Persistence/Factories/UmbracoEntityFactory.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/BaseDataCreation.cs
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/DataTypeService.cs
# src/Umbraco.Core/Services/DateTypeServiceExtensions.cs
# src/Umbraco.Core/Services/EntityService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/IDataTypeService.cs
# src/Umbraco.Core/Services/IEntityService.cs
# src/Umbraco.Core/Services/IRelationService.cs
# src/Umbraco.Core/Services/Implement/RelationService.cs
# src/Umbraco.Tests/Models/UmbracoEntityTests.cs
# src/Umbraco.Tests/Plugins/PluginManagerTests.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/mediahelper.service.js
# src/Umbraco.Web.UI.Client/src/common/services/search.service.js
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contentpicker/contentpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web.UI/config/EmbeddedMedia.Release.config
# src/Umbraco.Web.UI/config/EmbeddedMedia.config
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Models/ContentEditing/ContentPropertyBasic.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyBasicConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDisplayConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDtoConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyModelMapper.cs
# src/Umbraco.Web/Models/Mapping/PreValueDisplayResolver.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/PropertyEditors/ContentPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RelatedLinks2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/Security/UmbracoAntiForgeryAdditionalDataProvider.cs
# src/Umbraco.Web/Trees/ContentTreeController.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/MediaTreeController.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeQueryStringParameters.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
# src/Umbraco.Web/WebBootManager.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseMediaTree.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseTree.cs
# src/umbraco.cms/businesslogic/web/Access.cs
2019-07-02 12:24:05 +10:00
Shannon Deminick
ade9bb7324
Merge pull request #5741 from umbraco/v8/merge/v715
...
Merging 7.15 - 8.1
2019-07-02 12:10:03 +10:00
Shannon
4134dd16df
adds fixme note
2019-07-02 12:04:58 +10:00
Shannon
f81588bb13
fixes search for content picker with ignore start nodes
2019-07-02 11:48:09 +10:00
Shannon
09793a1744
Fixes tests
2019-07-02 11:07:59 +10:00
Shannon
ba7cd48b8f
Merge remote-tracking branch 'origin/v8/dev' into v8/merge/v715
...
# Conflicts:
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Migrations/Install/DatabaseDataCreator.cs
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
2019-07-02 10:49:20 +10:00
Shannon
640d2cedb9
Gets the link and media pickers working in the grid in the rte with ignore start nodes
2019-07-01 21:48:45 +10:00
Shannon
0a6237af04
Gets the multi url picker working with ignore start nodes
2019-07-01 21:13:11 +10:00
Shannon
503183331f
gets media picker with ignore start nodes working in rte
2019-07-01 20:59:41 +10:00
Warren Buckley
3effc66b2c
Need to update NuSpec to ensure the PDB are getting coppied into the bin when Nuget pacakeg installed into a project
2019-07-01 11:53:22 +01:00
Warren Buckley
b64f303537
Mark the release PDB as portable too - the Powershell build uses Release not Debug
2019-07-01 11:20:07 +01:00
Warren Buckley
760f6a1647
Umbraco.Web.UI revert change as no real CS code to F11 into this project
2019-07-01 10:54:29 +01:00
Warren Buckley
0b64e34f05
Add in SourceLink Nuget to Umbraco.ModelsBuilder csproj
2019-07-01 10:19:09 +01:00
Warren Buckley
f01be09075
Update sourcelink & set from full to portable
2019-07-01 10:13:31 +01:00
Shannon
1c5ed58074
gets media picker working with ignore user start nodes
2019-07-01 18:54:39 +10:00
Shannon
42d86f147f
gets content picker ignore start nodes working, fixes descriptions
2019-07-01 18:23:36 +10:00
Shannon
fa4acb255b
fixes missing 'var'
2019-07-01 17:09:11 +10:00
Shannon
1885767ef1
Internalizes the new Anchor logic and removes it from the IContentService interface into extensions.
2019-07-01 16:33:09 +10:00
Shannon
80e6880bb7
more manual merging - getting anchors back in tinymce
2019-07-01 16:22:54 +10:00
Adam Nelson
fabacd1689
V8: Fixes case issue on metaData.hasChildren in mini list view as well as .toLowerCase() issue on undefined scope.entityTypeFilter.filter ( #5744 )
2019-07-01 07:48:57 +02:00
Warren Buckley
23a7654cea
Merge branch 'v8/dev' into v8/feature/sourcelink-update
2019-06-28 12:37:20 +01:00
Sebastiaan Janssen
b2d019bfe1
Merge pull request #5270 from umbraco/v8/bugfix/5268-audit-repository
...
Bugfix Audit service
2019-06-28 10:53:42 +02:00
Sebastiaan Janssen
9f817bf032
Merge pull request #5742 from umbraco/v8/fix/typeloader-static-fields
...
Typeloader change fields set by constructor to non static
2019-06-28 10:51:45 +02:00
Rasmus John Pedersen
01c89bd338
Make fields set by constructor non static
2019-06-28 10:11:20 +02:00
Kenn Jacobsen
e5956e4955
V8: Don't cast IContent to Content in DocumentRepository ( #4611 )
2019-06-28 09:19:11 +02:00
Shannon
958c3b147b
more manual merging
2019-06-28 15:42:23 +10:00
Shannon
4a33ca99ba
More manual merging
2019-06-28 15:03:52 +10:00
Shannon
568835f7e2
manual merging/fixing, project builds now, but need to manually merge the remaining
2019-06-28 13:24:13 +10:00
Shannon
84aa861a5b
Merge remote-tracking branch 'origin/v7/dev' into v8/dev - Iniital commit (broken)
...
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Models/DataTypeDefinition.cs
# src/Umbraco.Core/Models/DataTypeExtensions.cs
# src/Umbraco.Core/Models/IDataTypeDefinition.cs
# src/Umbraco.Core/Models/UmbracoEntity.cs
# src/Umbraco.Core/Models/UserExtensions.cs
# src/Umbraco.Core/Persistence/Factories/DataTypeDefinitionFactory.cs
# src/Umbraco.Core/Persistence/Factories/UmbracoEntityFactory.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/BaseDataCreation.cs
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/DataTypeService.cs
# src/Umbraco.Core/Services/EntityService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/IDataTypeService.cs
# src/Umbraco.Core/Services/IEntityService.cs
# src/Umbraco.Core/Services/IRelationService.cs
# src/Umbraco.Core/Services/Implement/RelationService.cs
# src/Umbraco.Tests/Models/UmbracoEntityTests.cs
# src/Umbraco.Tests/Plugins/PluginManagerTests.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/mediahelper.service.js
# src/Umbraco.Web.UI.Client/src/common/services/search.service.js
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contentpicker/contentpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Models/ContentEditing/ContentPropertyBasic.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyBasicConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDisplayConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDtoConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyModelMapper.cs
# src/Umbraco.Web/Models/Mapping/PreValueDisplayResolver.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/PropertyEditors/ContentPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RelatedLinks2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/Security/UmbracoAntiForgeryAdditionalDataProvider.cs
# src/Umbraco.Web/Trees/ContentTreeController.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/MediaTreeController.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeQueryStringParameters.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
# src/Umbraco.Web/WebBootManager.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseMediaTree.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseTree.cs
# src/umbraco.cms/businesslogic/web/Access.cs
2019-06-28 13:03:36 +10:00
leekelleher
ee2ebc7d14
ReadOnlyValueController - enabled filters
...
Previously the code checks if the `config` is an array,
but with how config options are set, this would typically
be an object (dictionary). So the previous code would
never allow a filter to be set.
Now the check is on the object property.
2019-06-27 22:43:14 +02:00
Kenn Jacobsen
9ce996cbba
V8: Don't show multiple open menus (take two) ( #5609 )
2019-06-27 22:42:05 +02:00
leekelleher
580ba79619
Icon Constants consistency
...
Updated the `Constants.Icons` and replaced the hard-coded strings with
the const references.
2019-06-27 22:35:29 +02:00
Lee Kelleher
fbe184ef6e
Prevent deletion of System DataTypes ( #5623 )
2019-06-27 22:33:19 +02:00
Kenn Jacobsen
2f7bf413ed
V8: Make dialogs prompt to discard changes on outside click and ESC ( #5740 )
2019-06-27 22:27:42 +02:00
Andy Butland
390613c796
Fixed issue with node deletion not removing related records from the public access tables
2019-06-27 22:20:31 +02:00
BatJan
b3e3475bf5
Make sure padding is not overwritten by other selectors
2019-06-27 22:19:27 +02:00
Bjarne Fyrstenborg
5333b23c23
v8: Add keyboard support to slider ( #5651 )
2019-06-27 22:17:31 +02:00
Patrick de Mooij
734086fcf5
temp-5612: Being able to add your own roles/startnodes etc
2019-06-27 22:05:50 +02:00
Morten Bock
12dff9bca3
Reduce size of LocalizedText output. Refactor localizationService to not expose internal dictionary. Refactor controllers to not access dictionary directly.
2019-06-27 21:59:33 +02:00
Kenn Jacobsen
f370e738da
V8: Use an overlay style dialog for deleting Nested Content ite… ( #5357 )
2019-06-27 21:34:19 +02:00
Marc Goodson
a018ed9e52
V7: Less-Urgent-But-Still-Quite-Important - Add Giphy EmbeddedMedia support ( #5736 )
2019-06-27 14:27:33 +02:00
Marc Goodson
17f73b88dc
Urgent: Add Giphy embed provider support ( #5731 )
2019-06-27 14:26:36 +02:00
Mike
405e9a79be
V8: Make the content tree keyboard accessible ( #5729 )
2019-06-27 14:07:37 +02:00
Kenn Jacobsen
4d90322842
Fix broken on-outside-click
2019-06-27 13:58:43 +02:00
Kenn Jacobsen
a8b5d69be0
Fix confirmation for permissions dialog
2019-06-27 13:56:50 +02:00
Kenn Jacobsen
5ebd90aba5
Make searched media pickable in linkpicker
2019-06-27 13:52:07 +02:00
Sebastiaan Janssen
bec909c284
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-06-27 13:48:43 +02:00
Sebastiaan Janssen
46e0b08d65
Merge remote-tracking branch 'origin/v8/bugfix/fix-atroot' into v8/dev
2019-06-27 13:48:16 +02:00
Stephan
7a178be031
Fix getting content AtRoot
2019-06-27 13:29:35 +02:00
Kenn Jacobsen
9d14c9e0b7
Don't explicitly allow deleting the current editor's own content
2019-06-27 13:28:54 +02:00
Warren Buckley
ef19633a90
Merge pull request #5134 from umbraco/v8/bugfix/image-cropper-converter
...
The ImageCropperPropertyValueEditor doesn't convert values in ConvertDbToString correctly
2019-06-27 12:20:43 +01:00
Sebastiaan Janssen
80ffd026f6
Reverts PR #5693 - we need to update the linkpicker search instead to return the correct results for us
2019-06-27 13:18:45 +02:00
Kenn Jacobsen
cb7300688c
Don't prompt for changes when cancelling empty properties
2019-06-27 12:53:58 +02:00
Kenn Jacobsen
040ebfe9dd
Add auto-focus to the default action in overlay dialogs
2019-06-27 12:49:53 +02:00
Stephan
44e567aa34
Prepare MB future
...
- implement manifest filters to tweak manifests after they have been parsed
- make IEditorValidator public
- stop relying on InternalsVisibleTo Umbraco.ModelsBuilder
2019-06-27 12:42:40 +02:00
Michaël Vanbrabandt
8c5f253b41
V8: Add validation to the Version and UmbracoVersion properties ( #5559 )
2019-06-27 11:45:48 +02:00
Bjarke Berg
7b99e55148
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-06-27 10:25:12 +02:00
Bjarke Berg
ba27eff5cf
Added missing using in macro template
2019-06-27 10:24:53 +02:00
Shannon
01d5a12039
when syncing the picker to a path, activate the node
2019-06-27 18:00:45 +10:00
Claus
6d4d26009f
Merge pull request #5730 from umbraco/v8/bugfix/umbracomapper-null-property
...
UmbracoMapper shouldn't throw an exception when trying to map a source prop being null
2019-06-27 08:35:57 +02:00
Bjarke Berg
857a8b163d
build fix
2019-06-27 08:03:08 +02:00
Bjarke Berg
acbe82f4c8
Merge pull request #5688 from umbraco/v8/bugfix/expand-tree-fix
...
Feature in v7 based on #2682 that wasn't merged upwards to v8
2019-06-27 07:53:15 +02:00
Shannon
fad33a97b2
don't throw JS exception when no MediaPath, instead warn.
2019-06-27 15:47:25 +10:00
Shannon Deminick
3bfd9b71e2
Merge pull request #5312 from umbraco/v8/feature/5170-IPublishedContent
...
Refactor IPublishedContent
2019-06-27 14:49:42 +10:00
Shannon
ef714ac258
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/5170-IPublishedContent
...
# Conflicts:
# src/Umbraco.Web/UmbracoHelper.cs
2019-06-27 14:44:33 +10:00
Claus
975816ddd7
UmbracoMapper shouldn't throw an exception when trying to map a source property being null.
2019-06-26 23:10:46 +02:00
Warren Buckley
8831860174
Merge pull request #5728 from umbraco/v8/feature/AB-1085
...
V8: https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/108…
2019-06-26 14:18:03 +01:00
Bjarke Berg
fbf3015de4
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/expand-tree-fix
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
2019-06-26 14:38:19 +02:00
Bjarke Berg
be587b2064
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - Creates a custom IAntiForgeryAdditionalDataProvider that provides and validates custom token data in the request which allows having a custom AF token per form created with BeginUmbracoForm
2019-06-26 14:15:26 +02:00
Stephan
347c2e8238
Upgrade to ModelsBuilder 8.1.0
2019-06-26 12:30:13 +02:00
Warren Buckley
f5fde0f19e
Merge pull request #5719 from umbraco/v8/bug/5700
...
Fixes Macro Rendered in Richtext Editor when not configured to do so
2019-06-26 10:07:44 +01:00
Warren Buckley
ac586c5207
Merge pull request #5715 from umbraco/v7/bugfix/AB-1085/antiforgery-per-form
...
Custom IAntiForgeryAdditionalDataProvider implementation
2019-06-26 09:23:32 +01:00
Bjarke Berg
8033931e31
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - Fixed merge conflict
2019-06-26 09:58:01 +02:00
Bjarke Berg
8e29810598
Merge remote-tracking branch 'origin/v7/dev' into v7/bugfix/AB-1085/antiforgery-per-form
2019-06-26 09:52:44 +02:00
Shannon Deminick
be96e2cf08
Merge pull request #5713 from umbraco/v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
...
V7: Reintroduce the bypass security option in pickers
2019-06-26 17:02:17 +10:00
Shannon
534ee67ad2
Merge branch 'v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers' of https://github.com/umbraco/Umbraco-CMS into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
2019-06-26 16:49:00 +10:00
Shannon
571a3bc257
fixes test
2019-06-26 16:48:39 +10:00
Kenn Jacobsen
c12bdaacbf
Show the list view paging component even when there are less than 10 pages :)
2019-06-26 08:10:39 +02:00
Bjarke Berg
e7a30d0a5d
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - Fixes for gulp build
2019-06-26 07:39:34 +02:00
Shannon
a55323176f
Updates EntityController to support passing in the dataTypeId for the GetChildren methods and updates the mediapicker to pass along that data
2019-06-26 14:35:36 +10:00
Shannon
1b83e0a87d
cleanup
2019-06-26 13:49:45 +10:00
Shannon
ca15f340b0
Fixes a bunch of N+1, content/media trees should be much more snappy
2019-06-26 13:32:16 +10:00
Shannon
23b8e1cce8
Removes the remaining part of the EntityRepository that was loading in ALL properties for media which we don't want whatsoever which means some other code is cleaned up/removed
2019-06-26 13:31:04 +10:00
Shannon
cf53ba363d
Internalizes new methods classes + cleanup
2019-06-26 13:29:05 +10:00
Rasmus Olsen
1c4b262c57
Fix/5489 actions button left margin ( #5718 )
2019-06-25 18:38:46 +02:00
Kim Rauff Schurmann
90d591e5a8
Fixed validation of fileextension.
2019-06-25 18:21:58 +02:00
Dennis Meinert Pedersen
ad121bd758
Highlight when tabbing to umb-toggle
2019-06-25 16:20:16 +02:00
tiffy74
8d67e39e9a
secondary menu tab first commit ( #5701 )
2019-06-25 15:58:56 +02:00
Kenn Jacobsen
bd8e344736
Support keyboard input in date/time picker
2019-06-25 15:31:56 +02:00
Claus
014eba971e
adding a test for enum mapping between equal enums of different types.
2019-06-25 15:29:32 +02:00
Bjarke Berg
2f309a2fd6
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - moved the code that adds the ufprt token to the context items, into the constructor of UmbracoForm. Because it needs to happen before the @Html.AntiForgeryToken() is called. The dispose method is too late.
2019-06-25 15:09:37 +02:00
Sebastiaan Janssen
a5fb2d2025
Replace visually-hidden in favor of sr-only as discussed in #5664
2019-06-25 14:53:58 +02:00
Rachel Breeze
40311f8590
V8: Accessibility improvements for textbox validation ( #5664 )
2019-06-25 14:50:40 +02:00
Jannik Anker
a0c51fb212
Update da.xml
...
Misc Danish language "fixes", including some in the new language variants stuff
2019-06-25 14:22:53 +02:00
Stephan
b306e41560
NuCache - failover to database when local db fails to load
2019-06-25 13:26:50 +02:00
Bjarke Berg
9f45d41a4a
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479
...
- Test fixes
2019-06-25 13:18:15 +02:00
Stephan
e8d6daf59a
NuCache - be more tolerant when cache is weird
2019-06-25 12:54:16 +02:00
Sebastiaan Janssen
a0966be565
Fixes Macro Rendered in Richtext Editor when not configured to do so. #5700
2019-06-25 12:36:03 +02:00
Warren Buckley
ba064ba4f5
Merge pull request #5717 from umbraco/v8/bug/5708
...
V8/bug/5708
2019-06-25 11:34:46 +01:00
Bjarke Berg
1994194656
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479
...
- Review fixes
2019-06-25 11:51:02 +02:00
Sebastiaan Janssen
1da2c00f0a
Fix logic & make code easier to follow
2019-06-25 11:41:33 +02:00
Sebastiaan Janssen
71d076aba2
Dashboards not obeying c# access rules #5708
...
The invisible negator strikes again.
2019-06-25 11:34:26 +02:00
Claus
c7ec1deee6
Merge pull request #5703 from kjac/v8-fix-property-settings-focus
...
V8: Set focus on "Mandatory" after picking a property type
2019-06-25 10:54:38 +02:00
Bjarke Berg
36559b8761
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fix for NullReferenceException
2019-06-25 09:22:56 +02:00
Bjarke Berg
8fe7c5599a
Merge remote-tracking branch 'origin/v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers' into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
...
# Conflicts:
# src/Umbraco.Core/Services/ContentService.cs
2019-06-25 09:22:43 +02:00
Bjarke Berg
4dd325cec9
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fix for NullReferenceException
2019-06-25 09:22:30 +02:00
Bjarke Berg
d558646d75
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fix for NullReferenceException
2019-06-25 09:21:51 +02:00
Bjarke Berg
afac4bb918
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - missing entityResource injection
2019-06-25 09:18:30 +02:00
Bjarke Berg
0869bf27c7
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - clean up
2019-06-25 08:26:01 +02:00
Bjarke Berg
383a8617ce
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fixed test
2019-06-25 08:19:50 +02:00
Bjarke Berg
3865f4fb50
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - bugfix - wrong constant used
2019-06-25 08:15:06 +02:00
Shannon Deminick
d7d58644e5
Merge pull request #5684 from umbraco/v8/bugfix/AB-1447-Fix-for-update-checker
...
V8: Fix for update checker error
2019-06-25 15:13:04 +10:00
Shannon
3e74bbfb45
Creates a custom IAntiForgeryAdditionalDataProvider that provides and validates custom token data in the request which allows having a custom AF token per form created with BeginUmbracoForm
2019-06-25 14:35:28 +10:00
Bjarke Berg
966b07ba1c
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Changed entity service to only return small model with media path. And updated media picker to use entity service when loading data.
2019-06-24 21:12:38 +02:00
Claus
56669b5c84
Merge pull request #5709 from umbraco/v8/bugfix/fix-js-tests-currentuser-auth
...
Fixes JS Unit Test from commit 9fffdb4
2019-06-24 14:59:50 +02:00
Warren Buckley
60ed6f6b20
Remove snupkg aka newer Symbol nuget packages
2019-06-24 13:18:20 +01:00
Warren Buckley
903c163a57
Merge branch 'v8/bugfix/fix-js-tests-currentuser-auth' into v8/feature/sourcelink-update
2019-06-24 11:31:43 +01:00
Warren Buckley
41b8294ce3
Fixes build as commit 9fffdb4 added a check/call to GetCurrentUser and JS test was failing for unexpected HTTP call to GetCurrentUser
2019-06-24 10:39:47 +01:00
Bjarke Berg
d4311fe4ab
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Replaced client side method to get Auchors with a server side version, and eliminated the use of contentResource in linkPikers
2019-06-24 10:52:35 +02:00
Bjarke Berg
eab597a2a8
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - fix for js linter
2019-06-24 08:58:25 +02:00
Warren Buckley
003ee1a991
Added in Microsoft.SourceLink.GitHub Nuget package
2019-06-23 19:57:43 +01:00
Warren Buckley
601d48277e
Update NuSpecs with the XML MetaData for SourceLink
2019-06-23 19:53:57 +01:00
Kenn Jacobsen
aed6ef28e6
Fix overflow for specific node permissions
2019-06-23 13:19:18 +02:00
Kenn Jacobsen
339ae32c3d
Fix the overflow wrapping for repeatable textstrings
2019-06-23 13:15:14 +02:00
Kenn Jacobsen
7d990a2cbb
Enforce max width on numeric inputs
2019-06-23 13:14:33 +02:00
Dennis Adolfi
b98812b119
V8/dev missing translations ( #5639 )
2019-06-23 13:13:42 +02:00
Steve Temple
fafd045ed2
V8 Duplicate comments in MediaService ( #5636 )
...
* Remove duplicate comments in MediaService
* Remove temp files
2019-06-23 13:12:46 +02:00
Kenn Jacobsen
acf63fc74d
Fix the back button for media list views
2019-06-23 13:10:52 +02:00
Kenn Jacobsen
85565f2c5f
V8: Fix the Nested Content title overflow ( #5594 )
2019-06-23 13:09:12 +02:00
Chriztian Steinmeier
ac6625a80c
Handle loginModel.RedirectUrl in Login partial ( #5587 )
2019-06-23 13:07:43 +02:00
Kenn Jacobsen
6d7b439aec
Support negative values for integer and decimal property editors
2019-06-23 13:04:44 +02:00
Andy Butland
9fffdb407a
Provided alternative messages for users that do and do not have access to document/media types for when trying to create content or media and no types can be created.
...
Where they do, provided a link to go to the page where child nodes can be edited.
2019-06-23 13:02:15 +02:00
Kenn Jacobsen
9170061810
V8: Add option to keep the mini profiler active at all times in debug mode ( #5560 )
2019-06-23 12:40:23 +02:00
Kenn Jacobsen
a7da3d741f
V8: Add keyboard support for navigating search results ( #5500 )
2019-06-23 12:30:17 +02:00
Kenn Jacobsen
255bd10296
V8: Use a picker to select allowed types for MNTP ( #5506 )
2019-06-23 12:25:15 +02:00
Mike
4fca0bb735
V8: Accessibility improvements for top header ( #5544 )
2019-06-23 12:10:16 +02:00
Kenn Jacobsen
f7aaad86c5
Set focus on "Mandatory" after picking a property type when creating a new property
2019-06-21 15:56:36 +02:00
Sebastiaan Janssen
8d12170def
Correct NuGet transform for the web.config file in the Views folder
2019-06-21 14:58:58 +02:00
Bjarke Berg
d2655a9f2f
Merge remote-tracking branch 'origin/v7/dev' into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
2019-06-21 13:59:11 +02:00
Bjarke Berg
c4c2082fa9
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Only allow "ignoreUserStartNodes" for custom data types and not the default build in.
2019-06-21 13:57:17 +02:00
Sebastiaan Janssen
40d4a8fe6a
Modelsbuilder is asking for too old a version of CodeAnalysis, Immutable and Metadata dependencies
2019-06-21 13:32:53 +02:00
Bjarke Berg
4c443b9e2e
Merge pull request #5672 from umbraco/v8/feature/0000-avoid-too-long-locking-when-delete-content
...
Small fixes for backoffice under load.
2019-06-21 11:58:37 +02:00
Bjarke Berg
2898203cb9
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 Bugfixes for the "Bypass security" feature + filter out possible sensitive data
2019-06-21 10:50:23 +02:00
Sebastiaan Janssen
5ebdfc7b1c
Previously added a few too many binding redirects to the web.config
2019-06-21 10:22:16 +02:00
Bjarke Berg
31d7e58191
Merge remote-tracking branch 'origin/v7/dev' into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
2019-06-21 10:20:51 +02:00
Sebastiaan Janssen
ad4416f663
So apparently Microsoft.CodeAnalysis.CSharp version 1.3.2 contains the dll that has the version 1.3.1.. very confusing
2019-06-21 10:07:45 +02:00
Sebastiaan Janssen
b55d2a8a41
Modelsbuilder is asking for too old a version of the CodeAnalysis dependency
2019-06-21 09:56:01 +02:00
Sebastiaan Janssen
17a4799b97
7.15 release needs a few more assembly redirects ( #5698 )
...
7.15 release needs a few more assembly redirects
2019-06-21 08:19:35 +02:00
Shannon
b0121c44b1
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
2019-06-21 16:09:43 +10:00
Shannon
be9d8e7da7
null checks on UrlHelperRenderExtensions when requesting image crop urls, if there's a null we'll just return an empty string
2019-06-21 16:08:54 +10:00
Shannon
d129989c3d
Removes irrelevant GetAbsoluteMediaUrl method now that there is both a media url provider and urls have been refactored in this PR, this was overlooked with the media url provider PR
2019-06-21 16:07:07 +10:00
Shannon
2870ce5e0a
a perf change that in ContentCacheRefresher it doesn't iterate payloads if there is no real Id
2019-06-21 15:48:10 +10:00
Shannon
da1e2680cb
Fixes ContentStore when it's building the cache from sources, adds TODO notes, questions, concerns, etc....
2019-06-21 15:47:47 +10:00
Shannon
cd2ce2486a
Fixes debugger display attribute
2019-06-21 15:46:16 +10:00
Shannon
5d4f2ec697
Fixes issue with ImageCropperTemplateExtensions since it wasn't re-mapped to the new method definition
2019-06-21 15:45:12 +10:00
Shannon
c2cb85f1cd
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-06-21 15:06:43 +10:00
Bjarke Berg
4df838c20c
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1358 - Changed the ignoreUserStartNodes in public endpoints to the data type id, and then look up the setting
2019-06-20 16:02:42 +02:00
Sebastiaan Janssen
4e44871671
The NuGet packages needs an extra DotNetCompilerPlatform transform to be sure it gets applied as it sometimes didn't
...
Added SignalR binding redirect for Umbraco Cloud
Added System.Web.Http.WebHost binding redirect for uCommerce
2019-06-20 15:57:31 +02:00
Niels Lyngsø
37d3692cd0
Merge pull request #5694 from kjac/v8-fix-editor-state-comma-dangle
...
V8: Fix "comma-dangle" gulp build error (editorstate.service.js)
2019-06-20 12:56:31 +02:00
Shannon
f4b2ff93fc
Fixes how Umbraco Context is injected into DI so that LightInject doesn't try to control it's lifetime.
2019-06-20 19:10:32 +10:00
Shannon
5ea6ebcc66
Revert "Fixes up UmbracoContextFactory to ensure it's not returning a disposed Umbraco context"
...
This reverts commit fcfb107653 .
2019-06-20 17:58:40 +10:00
Shannon
f6ac64f705
makes TreeChangeExtensions public
2019-06-20 15:53:25 +10:00
Shannon
fcfb107653
Fixes up UmbracoContextFactory to ensure it's not returning a disposed Umbraco context
2019-06-20 15:40:57 +10:00
Linus Elander
7557c584d8
Adjusts conditions for which indexes should be affected when a node is unpublished
2019-06-19 21:41:47 +02:00
Kenn Jacobsen
f829bb8023
Fix "comma-dangle" gulp build error
2019-06-19 18:40:42 +02:00
Bjarke Berg
1dd2c1cb91
Revert "Revert "U4 10147 - Bypass User Security option in pickers ( #2441 )""
...
This reverts commit 994c6eed
2019-06-19 14:30:44 +02:00
Niels Lyngsø
23702ee4dc
Fixes notifications issue for new variant saving, allows "soft redirect" for creating ( #5646 )
...
Fixes notifications issue for new variant saving, allows "soft redirect" for creating
2019-06-19 12:34:33 +02:00
Shannon
5c2b0647f3
Gets the feature in v7 based on #2682 that wasn't merged upwards to v8 and found some issues along the way like not filtering the mini list view properly along with not returning the content type alias in the entity controller
2019-06-19 16:42:04 +10:00
Shannon
c7a725ad94
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/tree.service.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
2019-06-19 13:38:35 +10:00
Shannon
5c6a9480a6
remove unneeded method
2019-06-19 13:32:26 +10:00
Shannon
c1be8e3f00
Merge branch 'v7/dev' of https://github.com/umbraco/Umbraco-CMS into v7/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
2019-06-19 13:31:43 +10:00
Shannon
d8dbda8e94
Merge branch 'kjac-v7-fix-treepicker-allowed-nodes' into v7/dev
2019-06-19 13:30:33 +10:00
Shannon
a0ab7ace07
Makes the treeNodeExpanded event raised during tree syncing
2019-06-19 13:29:54 +10:00
Shannon
7c27189e2e
Merge branch 'v7-fix-treepicker-allowed-nodes' of https://github.com/kjac/Umbraco-CMS into kjac-v7-fix-treepicker-allowed-nodes
2019-06-19 13:01:50 +10:00
Shannon
76cbfdb787
ignores a failing test, will need a separate task for that.
2019-06-19 12:31:36 +10:00
Sebastiaan Janssen
56545ad7f1
Revert "Merge branch 'v7/dev' into v8/dev"
...
This reverts commit 7db0440b5c .
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
2019-06-18 19:18:48 +02:00
Bjarke Berg
832dc7f4a5
Changed superadmin back to admin again
2019-06-18 18:44:22 +02:00
Warren Buckley
62dc68e7b2
Merge pull request #5401 from umbraco/v8/feature/logviewer-change-time-period
...
Added support for changing the dates of the log files
2019-06-18 15:09:16 +01:00
Bjarke Berg
348c79d841
Init preflight check
2019-06-18 15:19:27 +02:00
Sebastiaan Janssen
994c6eed50
Revert "U4 10147 - Bypass User Security option in pickers ( #2441 )"
...
This reverts commit cc9a7ff942 .
# Conflicts:
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
2019-06-18 13:07:40 +02:00
Bjarke Berg
9614740410
Added timeout for 2 seconds. Dont make sense to wait longer for this
2019-06-18 11:44:56 +02:00
Stephan
62e6168e03
Revert ContentStore changes - have to find the bug now
2019-06-18 11:36:53 +02:00
Warren Buckley
b6d762c279
Merge pull request #5683 from umbraco/v8/bugfix/5600-rte-full-screen
...
Fixes #5600 Adds fullscreen plugin/command to the RTE and allows it to sit in front of the tree when used
2019-06-18 10:12:03 +01:00
Bjarke Berg
ab93c4ff2d
clean up
2019-06-18 11:02:43 +02:00
Bjarke Berg
473c39f7c4
Still being able to change date period if the period has too much data
2019-06-18 10:53:00 +02:00
Bjarke Berg
811aea7898
Added missing files
2019-06-18 10:27:56 +02:00
Bjarke Berg
07358eb46d
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/logviewer-change-time-period
...
# Conflicts:
# src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs
# src/Umbraco.Web.UI.Client/package-lock.json
2019-06-18 10:20:48 +02:00
Stephan
067af64dff
Cleanup ChildrenForAllCultures
2019-06-18 09:46:29 +02:00
Bjarke Berg
cb428bb288
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1447 : Catch the SoapException which happends when a timeout occurs on the server. Also change such that this check is only executed for super admins.
2019-06-18 08:11:18 +02:00
Shannon
b69c981100
Fixes #5600 Adds fullscreen plugin/command to the RTE and allows it to sit in front of the tree when used
2019-06-18 16:02:36 +10:00
Shannon
1709879b14
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/users/views/user/details.html
2019-06-18 14:15:50 +10:00
Shannon
cff5046a9e
Merge branch 'kjac-v7-fix-linkpicker-anchor-link-without-url' into v7/dev
2019-06-18 14:09:11 +10:00
Shannon
9f6da2ca4b
Merge branch 'v7-fix-linkpicker-anchor-link-without-url' of https://github.com/kjac/Umbraco-CMS into kjac-v7-fix-linkpicker-anchor-link-without-url
2019-06-18 14:08:45 +10:00
Shannon Deminick
0c8b0edcda
Merge pull request #5472 from umbraco/v8/feature/5123-rte-data-udi-images
...
RTE data-udi and image paths
2019-06-18 13:40:20 +10:00
Shannon
68f9e89a32
Merge branch 'v8/dev' into v8/feature/5123-rte-data-udi-images
2019-06-18 13:05:37 +10:00
Shannon
fecadeec51
Fixes issue with nucache and rebuilding and fixes ChildrenForAllCultures to deal with unpublished children
2019-06-18 11:57:36 +10:00
Warren Buckley
d3b675a213
Merge pull request #5640 from umbraco/v8/feature/0000-dont-mark-default-language
...
Remove bold from default variant.
2019-06-17 13:39:28 +01:00
Warren Buckley
316ab6becb
Merge pull request #5536 from umbraco/v8/bugfix/5345-dragging-rte-in-grid
...
5345 dragging rte in grid
2019-06-17 13:15:39 +01:00
Bjarke Berg
9a45bda430
Merge pull request #5658 from umbraco/v8/bugfix/3498-EntityService-updates
...
V8/bugfix/3498 entity service updates
2019-06-17 13:37:58 +02:00
Stephan
7c11943836
Merge remote-tracking branch 'origin/v8/feature/5170-IPublishedContent' into v8/feature/5170-IPublishedContent
2019-06-17 13:24:28 +02:00
Stephan
94d2a5cbad
Bugfix published cache and children
2019-06-17 13:03:01 +02:00
Bjarke Berg
99cabe564d
Merge pull request #5673 from umbraco/v7/bugfix/5665-non-admin-edit-user-group
...
V7: Resolved issue where adding non-admin user group editor to group already exists
2019-06-17 09:13:42 +02:00
Shannon
b0488d2d94
fixes showing the correct create date on content creation
2019-06-17 16:50:56 +10:00
Bjarke Berg
600c8ebbbf
Merge pull request #5670 from AndyButland/defect/5665-non-admin-edit-user-group
...
V8: Resolved issue where adding non-admin user group editor to group already exists
2019-06-17 08:48:38 +02:00
Shannon
3bf43d7ce3
adds a unit test showing that the SimilarNodeName is broken.
2019-06-17 16:48:35 +10:00
Andy Butland
15b1d35c17
https://github.com/umbraco/Umbraco-CMS/issues/5665 : Resolved issue where adding non-admin user group editor to group already exists
2019-06-17 08:43:24 +02:00
Shannon
872db5877f
fixes the color of the variant state after publishing and switching to the info tab
2019-06-17 16:33:20 +10:00
Shannon
977c1d9585
fixes JS error when navigating to the content info tab
2019-06-17 16:23:38 +10:00
Bjarke Berg
46f4984add
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1357 : Fixed issue where too fast change between sections, leads to a wrong tree (The first requested) shown in the menu.
2019-06-17 07:20:11 +02:00
Bjarke Berg
e39e132feb
Cleaned up, such that we are not in doubt about whether the page variable should have been increased.
2019-06-17 07:19:38 +02:00
Andy Butland
17b479275e
Resolved issue where adding non-admin user group editor to group already exists
2019-06-16 12:20:52 +02:00
Shannon
9927ff3c86
removes commented out code
2019-06-13 23:47:48 +10:00
Shannon
81077c2681
Gets the entity service returning a media's url property and allows this to be used in the media picker.
2019-06-13 23:39:36 +10:00
Niels Lyngsø
f4593778cb
updated package lock
2019-06-13 12:31:29 +02:00
Shannon
16f6bbcbd4
init commit of removing code for entity service that loads in any property data
2019-06-13 18:45:33 +10:00
Warren Buckley
c597da8f97
Merge pull request #5423 from umbraco/v7/bugfix/4144-member-password-manual-change-fix
...
Fixes #4144 - AllowManuallyChangingPassword Regression Fix
2019-06-13 08:53:17 +01:00
Shannon
5775a8b614
fixes if explicitly resetting password
2019-06-13 16:50:15 +10:00
Bjarke Berg
cc4a7653e5
Bugfix: Still load trees even when a tree is about to be loaded. But only use the result, if we are still on the correct section. This eliminates the issue where a wrong tree is shown in a section.
2019-06-12 14:31:01 +02:00
Bjarke Berg
5b546cc425
Bugfix: Don't increase the page number in the loop, because the items are moved to another subtree, and therefore is not any longer part of the descendants call. Now we avoid the leak of items when moving to recycle bin.
2019-06-12 10:39:34 +02:00
Sebastiaan Janssen
7f5f304d2d
Merge pull request #5642 from umbraco/v8/feature/0000-Gulp-root-folder-as-real-root
...
Gulp root variable change
2019-06-12 10:25:13 +02:00
Niels Lyngsø
0827ced915
removed App_Plugins
2019-06-12 09:43:59 +02:00
Stephan
9c252131f7
Better exception message in NuCache
2019-06-12 08:55:03 +02:00
Shannon
dec042fce4
adds Id to panic exception
2019-06-12 16:28:33 +10:00
Shannon
8eafadc29b
adds some more info to panic exceptions
2019-06-12 14:00:28 +10:00
Shannon
c5347a97ce
Fixes setting the reset flag when allowManuallyChangingPassword is disabled
2019-06-12 12:51:26 +10:00
Shannon
8a19cd4bbc
Fixes content blueprint creation
2019-06-12 12:22:14 +10:00
Shannon
2797011fb0
Ensures there's no duplicate notifications and ensures that soft redirects occur for content blueprints too
2019-06-12 11:34:36 +10:00
Shannon
1307ee7ced
some cleanup
2019-06-12 10:36:52 +10:00
Shannon
e0059f1fad
adds notes
2019-06-12 10:35:21 +10:00
Shannon
fd5b5b67bf
Fixes notifications for invariant content publishing
2019-06-12 10:11:27 +10:00
Shannon
7ba4c2f353
revert overlay.service
2019-06-12 01:04:52 +10:00
Shannon
0381c55ce7
reverts some parts of the content editor
2019-06-12 01:01:09 +10:00
Shannon
88d9e3321c
Don't do a redirect on create for content, instead we do a 'soft redirect' which means the URL is updated but the route isn't changed which simplifies re-wiring everything up (will eventually do for all editors)
2019-06-12 00:39:12 +10:00
Niels Lyngsø
05f479a58f
changed root folder to only contain the URI for root, not including /Umbraco/
2019-06-11 14:14:44 +02:00
Shannon
d8180604e8
fixes SimilarNodeName
2019-06-11 22:10:53 +10:00
Shannon
e6a8ba84aa
starts re-binding the variant dialogs on create for the content editor (WIP - will probably revert and try a different approach)
2019-06-11 21:47:45 +10:00
Sebastiaan Janssen
39d93a7ace
Spelling mistake IContentFinder function ( #5616 )
...
Spelling mistake IContentFinder function
2019-06-11 13:00:27 +02:00
Niels Lyngsø
5ddf21f09f
remove bold from lists of language variants
2019-06-11 10:03:04 +02:00
Niels Lyngsø
7b3ab72105
remove bold from default variant.
2019-06-11 09:48:45 +02:00
Shannon
1f64ae4682
Fixes language/variant mapping so it's consistent and by lang name not iso
2019-06-11 17:17:19 +10:00
Shannon
120f4c3096
removes scope.busy callls (legacy old stuff), add ability to preserve editor state between routes, for content we now preserve editor state when redirecting to new content and then rebind some values from that editor state when the editor loads, updates editorstate.service and filemanager.service to manage themselves on route change (decoupling), fixes variant mapper to ensure that the variants are always returned in a deterministic order.
2019-06-11 16:31:32 +10:00
Patrick de Mooij
e59d75f4f9
Spelling mistake IContentFinder function
2019-06-07 16:42:53 +02:00
Sebastiaan Janssen
e3b2d427a4
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# build/Modules/Umbraco.Build/Get-UmbracoBuildEnv.ps1
# build/Modules/Umbraco.Build/Umbraco.Build.psm1
# build/NuSpecs/UmbracoCms.Core.nuspec
# build/NuSpecs/UmbracoCms.nuspec
# src/SQLCE4Umbraco/SqlCE4Umbraco.csproj
# src/SQLCE4Umbraco/app.config
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/app.config
# src/Umbraco.Core/packages.config
# src/Umbraco.Tests.Benchmarks/app.config
# src/Umbraco.Tests.Benchmarks/packages.config
# src/Umbraco.Tests/App.config
# src/Umbraco.Tests/Migrations/SqlScripts/SqlResources.Designer.cs
# src/Umbraco.Tests/Services/Importing/ImportResources.Designer.cs
# src/Umbraco.Tests/TreesAndSections/ResourceFiles.Designer.cs
# src/Umbraco.Tests/packages.config
# src/Umbraco.Web.UI.Client/bower.json
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI/Properties/Settings.Designer.cs
# src/Umbraco.Web.UI/config/imageprocessor/cache.config
# src/Umbraco.Web.UI/config/imageprocessor/processing.config
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web.UI/web.Template.Debug.config
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/Editors/ContentTypeControllerBase.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Mvc/Strings.Designer.cs
# src/Umbraco.Web/Properties/Settings1.Designer.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/UI/JavaScript/Resources.Designer.cs
# src/Umbraco.Web/Web References/org.umbraco.our/Reference.cs
# src/Umbraco.Web/Web References/org.umbraco.update/Reference.cs
# src/Umbraco.Web/app.config
# src/Umbraco.Web/packages.config
# src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/Resources.Designer.cs
# src/UmbracoExamine/UmbracoExamine.csproj
# src/UmbracoExamine/app.config
# src/UmbracoExamine/packages.config
# src/umbraco.MacroEngines/Resources/Strings.Designer.cs
# src/umbraco.MacroEngines/app.config
# src/umbraco.MacroEngines/packages.config
# src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
# src/umbraco.businesslogic/app.config
# src/umbraco.businesslogic/packages.config
# src/umbraco.businesslogic/umbraco.businesslogic.csproj
# src/umbraco.cms/app.config
# src/umbraco.cms/businesslogic/Packager/FileResources/PackageFiles.Designer.cs
# src/umbraco.cms/packages.config
# src/umbraco.cms/umbraco.cms.csproj
# src/umbraco.controls/TreePicker/BaseTreePickerScripts.Designer.cs
# src/umbraco.controls/app.config
# src/umbraco.controls/umbraco.controls.csproj
# src/umbraco.datalayer/app.config
# src/umbraco.datalayer/umbraco.datalayer.csproj
# src/umbraco.editorControls/app.config
# src/umbraco.editorControls/mediapicker/MediaChooserScripts.Designer.cs
# src/umbraco.editorControls/umbraco.editorControls.csproj
# src/umbraco.interfaces/umbraco.interfaces.csproj
# src/umbraco.providers/app.config
# src/umbraco.providers/umbraco.providers.csproj
2019-06-07 16:05:44 +02:00
Sebastiaan Janssen
22f54394fb
Fix method signatures to prevent breaking changes (just like what I'd already done in v8)
2019-06-07 16:02:03 +02:00
Sebastiaan Janssen
57c368f70d
Bumps version to 7.15.0
2019-06-07 14:32:02 +02:00
Stephan
14a056f4f4
Fix and cleanup
2019-06-07 11:15:58 +02:00
Kenn Jacobsen
580de6befe
Linkpicker should support anchor links without base URL
2019-06-07 09:03:35 +02:00
Bjarke Berg
0120dc6ea3
https://github.com/umbraco/Umbraco-CMS/issues/5574 - Fixes issue when… ( #5575 )
2019-06-07 09:01:15 +02:00
Shannon
79cd312912
Fixes message when descendant publishing fails when there is a mix of variant types
2019-06-07 14:20:44 +10:00
Shannon
9b36bc4097
Fixes notifications when publishing fails and warnings are issues - these were not being displayed
2019-06-07 13:13:52 +10:00
Shannon
9f346e6ee2
fixes valServer directive so that JS errors dont' occur on the content tyep editor
2019-06-07 13:01:58 +10:00
Shannon
3ea9504620
Revert "Don't show multiple open menus"
...
This reverts commit 661246b5f5 .
2019-06-07 13:01:13 +10:00
Shannon Deminick
86db972188
Merge pull request #5208 from umbraco/v8/bugfix/5190-invariant-property-validation
...
Fix for server side validation fails invariant-properties on non-default languages.
2019-06-07 12:16:57 +10:00
Shannon
6d12eea789
Adds unit tests for serverValidationManager and fixes it up to ensure that the correct culture callbacks are called.
2019-06-07 12:16:00 +10:00
Shannon
68174bc7df
Merge branch 'v8/dev' into v8/bugfix/5190-invariant-property-validation
2019-06-07 11:21:36 +10:00
Shannon
5ca9600c98
adds comments
2019-06-07 11:01:30 +10:00
Shannon
87b3fb5539
Fixes BulkInsertRecordsSqlServer
2019-06-07 10:18:45 +10:00
Sébastien Sougnez
4be6a48fb2
Update tinymce version to 4.9.4 in v7 ( #4703 )
2019-06-06 17:42:12 +02:00
Sebastiaan Janssen
53731049de
Updates .NET Framework to 4.5.2 and updates dependencies ( #3064 )
...
Updates .NET Framework to 4.5.2 and updates dependencies
2019-06-06 17:27:53 +02:00
Stephan
7fd6bfa163
Make IPublishedContent changes less breaking and more friendly
2019-06-06 16:54:00 +02:00
Sebastiaan Janssen
4b2ce522fe
Update nuspecs
2019-06-06 15:55:38 +02:00
Sebastiaan Janssen
d0eddbb9a2
Update SignalR
2019-06-06 15:38:37 +02:00
Sebastiaan Janssen
938abab9d6
Update assembly redirects
2019-06-06 15:29:32 +02:00
Sebastiaan Janssen
5faa71187d
More Owin updates
2019-06-06 15:21:05 +02:00
Sebastiaan Janssen
c069f262dc
Update MVC, Razor, WebApi and Owin
2019-06-06 14:50:01 +02:00
Shannon Deminick
ac79fe7a77
Merge pull request #5576 from umbraco/v8/bugfix/database-factory-fix
...
Fix UmbracoDatabaseFactory SqlServer detection
2019-06-06 22:46:37 +10:00
Sebastiaan Janssen
9f42e6a607
Update ImageProcessor and Newtonsoft.Json dependencies to the latest version
2019-06-06 14:37:57 +02:00
Shannon
3f8fe334b2
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-06-06 22:35:15 +10:00
Shannon
096004db13
fixes infinite loop issue
2019-06-06 22:34:57 +10:00
Sebastiaan Janssen
202f2d2e27
Fix build for VS2019 (not complete yet)
2019-06-06 13:53:42 +02:00
Sebastiaan Janssen
aaab14be3e
fix csproj file
2019-06-06 13:48:48 +02:00
Sebastiaan Janssen
1c87176d80
Merge branch 'v7/dev' into pr/3064
...
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/Umbraco.Tests/packages.config
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web/packages.config
# src/umbraco.MacroEngines/packages.config
2019-06-06 12:50:48 +02:00
Stephan
c17dbbe141
Fix merge
2019-06-06 12:16:55 +02:00
Stephan
1dde60a1d5
Merge branch v8/dev into v8/feature/5170-IPublishedContent
2019-06-06 12:12:49 +02:00
Shannon Deminick
04967143d8
Merge pull request #5598 from kjac/v8-fix-content-type-culture-variance
...
V8: Fix broken culture variance toggle on content type properties
2019-06-06 17:33:17 +10:00
Kenn Jacobsen
70fb48d94a
Fix broken culture variance toggle on content type properties
2019-06-06 08:39:21 +02:00
Shannon
760d1d7daa
Merge branch 'v8/dev' into v8/bugfix/database-factory-fix
2019-06-06 16:32:24 +10:00
Shannon Deminick
3135353a1a
Merge pull request #5597 from kjac/v8-fix-rte-unconfigured-dimensions
...
V8: Fix JS error when the RTE has unconfigured dimensions
2019-06-06 16:16:07 +10:00
Kenn Jacobsen
1565ff1661
Fix JS error when the RTE has unconfigured dimensions
2019-06-06 08:04:06 +02:00
Sebastiaan Janssen
bc55d96cde
Merge pull request #5589 from MvdDonk/v8/dev
...
5588 - Correct location for Visual Studio xml documentation files
2019-06-05 16:17:44 +02:00
Maarten v.d. Donk
3d2379d582
Correct location for Visual Studio xml documentation files (5588)
2019-06-05 11:34:42 +02:00
Shannon Deminick
73e907291b
Merge pull request #5568 from umbraco/v8/bugfix/5565-rte-sizing
...
5565 fix for configuration of TineMCE size
2019-06-05 16:07:55 +10:00
Shannon
49c76c744e
Fixes width/height for when in distraction free mode
2019-06-05 16:06:55 +10:00
Shannon
8967061758
fixes semi colons
2019-06-05 15:21:00 +10:00
Niels Lyngsø
eff8075102
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/5190-invariant-property-validation
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-06-04 14:49:23 +02:00
Stephan
849feb0683
Fix UmbracoDatabaseFactory SqlServer detection
2019-06-04 13:15:25 +02:00
Sebastiaan Janssen
a182c9b1ee
Updates to latest Examine ( #4851 )
...
Updates to latest Examine
2019-06-04 13:06:35 +02:00
Poornima Nayar
17675d389e
Toggle color picker labels squeeze spectrum color picker ( #5391 )
2019-06-03 12:41:27 +02:00
Niels Lyngsø
f30aefb614
parse dimensions to configuration of TinyMCE + remove autoresize if height is set.
2019-06-03 12:04:14 +02:00
Sebastiaan Janssen
a1722f268c
Merge pull request #5400 from poornimanayar/temp-5326
...
Search shadow-layer should be on top of the user-dialog
2019-06-03 12:00:41 +02:00
Poornima Nayar
864d83f8f7
Introduce a maxlength on the name of the node ( #5374 )
2019-06-03 11:41:58 +02:00
Bjarke Berg
2f978e96d4
Merge pull request #5467 from umbraco/v8/bugfix/805-migrate-from-7
...
Tested starterkit both using SqlCE and SqlServer and reviewed the code. Merging in..
2019-06-03 10:59:57 +02:00
Sebastiaan Janssen
dccc6238e0
Merge pull request #5558 from FransdeJong/DeleteDictionaryChildren
...
Added a check for and delete descendants when deleting a dictionary item
2019-06-03 10:21:45 +02:00
Sebastiaan Janssen
0687125343
Merge pull request #5563 from kjac/v8-fix-multiple-open-menus
...
V8: Don't show multiple open menus
2019-06-03 10:16:02 +02:00
Sebastiaan Janssen
de36edfd58
Merge pull request #5566 from bjarnef/dev-v8-rte-startnodes-description
...
v8: Remove HTML characters in RTE prevalue description
2019-06-03 10:14:35 +02:00
Bjarne Fyrstenborg
2842a56356
Remove html characters in description
2019-06-02 23:03:20 +02:00
Kenn Jacobsen
661246b5f5
Don't show multiple open menus
2019-06-01 21:11:59 +02:00
Frans de Jong
457474ecf9
Added a check for and delete descendants when deleting a dictionary item
2019-06-01 13:07:16 +02:00
Sebastiaan Janssen
5f67b3a9c1
Merge pull request #5458 from tiffy74/issue#5277_13
...
Issue#5277 13
2019-05-31 20:52:16 +02:00
Sebastiaan Janssen
a3547a79e8
Merge pull request #5460 from kjac/v8-fix-rte-load-indicator
...
V8: Use umb-load-indicator when loading the RTE
2019-05-31 20:49:22 +02:00
Sebastiaan Janssen
c6467b355d
Merge pull request #5491 from kjac/v8-feature-mntp-single-mode-improvements
...
V8: MNTP improvements when configured to select only one item
2019-05-31 20:47:41 +02:00
Sebastiaan Janssen
e2ef186dd1
Merge pull request #5519 from FransdeJong/Umb-Sections
...
Updated allowed width for Umb-Section directive
2019-05-31 20:41:39 +02:00
Sebastiaan Janssen
0ccc40bf52
Merge pull request #5522 from kjac/v8-feature-content-type-editor-without-live-editing
...
V8: Don't apply changes instantly when editing content type properties
2019-05-31 20:39:22 +02:00
Sebastiaan Janssen
ebc21a1cc7
V8: Apply nicer log message wrapping ( #5274 )
...
V8: Apply nicer log message wrapping
2019-05-31 20:36:00 +02:00
Kenn Jacobsen
30067d92ae
V8: Always show content and media search results first ( #5309 )
2019-05-31 20:29:00 +02:00
Kenn Jacobsen
342f924e8f
V8: Fix the link picker anchor list ( #5379 )
2019-05-31 20:27:15 +02:00
Sebastiaan Janssen
ba12efd285
Merge pull request #5358 from kjac/v8-feature-backoffice-localize
...
V8: Allow localizing content types and properties using language files
2019-05-31 20:15:22 +02:00
Sebastiaan Janssen
ed3efe9bee
V8: Default nested content item names to the item type name ( #5369 )
...
V8: Default nested content item names to the item type name
2019-05-31 20:11:56 +02:00
Sebastiaan Janssen
47a7c08686
Merge pull request #5407 from kjac/v8-fix-users-search-empty-state
...
V8: Add/fix empty state in users and groups search
2019-05-31 20:08:57 +02:00
Sebastiaan Janssen
5191dbf011
Case insensitive section comparison ( #5540 )
...
Case insensitive section comparison
2019-05-31 20:07:26 +02:00
Sebastiaan Janssen
8d9ae085aa
Fix bug with multi url picker. ( #5408 )
...
Fix bug with multi url picker.
2019-05-31 19:59:30 +02:00
Sebastiaan Janssen
161d6505eb
Merge pull request #5414 from electricsheep/v8/bugfix/5404-avatar-cursor
...
V8: Fix the avatar cursor
2019-05-31 19:42:12 +02:00
Sebastiaan Janssen
c292f7ff03
Merge pull request #5424 from electricsheep/v8/bugfix/5292-remove-hsts-preload
...
V8: Remove preload from HSTS healthcheck
2019-05-31 19:31:19 +02:00
Sebastiaan Janssen
17860fb8c7
Merge pull request #5432 from leekelleher/v8/bugfix/entitycontroller-convert-membertype
...
Corrected `EntityController.ConvertToObjectType` return type for MemberType
2019-05-31 19:28:01 +02:00
Sebastiaan Janssen
eb642dc611
Merge pull request #5434 from bjarnef/patch-2
...
Fix noPasswordManager name for docs
2019-05-31 19:27:07 +02:00
Sebastiaan Janssen
bc99d074a9
Merge pull request #5435 from ArnoldV/temp-5420
...
5420: v8 Invited user keeps showing as "has not logged in yet"
2019-05-31 19:25:56 +02:00
Kenn Jacobsen
d536bebdbe
V8: Show loading indicator while the Nested Content editor is loading ( #5446 )
2019-05-31 19:22:23 +02:00
Sebastiaan Janssen
3639d952d5
Merge pull request #5447 from kjac/v8-fix-nested-content-set-dirty-on-paste
...
V8: Prompt to save changes after pasting items into Nested Content
2019-05-31 19:19:41 +02:00
Sebastiaan Janssen
7c79cf318e
Merge pull request #5450 from Matthew-Wise/5277-27
...
Login errors are not identified for screen reader users
2019-05-31 19:17:45 +02:00
Sebastiaan Janssen
6ad1607685
Merge pull request #5456 from electricsheep/v8/feature/5443-add-publish-menu-hotkeys
...
V8/feature/5443 add publish menu hotkeys
2019-05-31 19:15:41 +02:00
Sebastiaan Janssen
c1ed2b9f45
Merge pull request #5523 from kjac/v8-fix-tree-node-flickering
...
V8: Fix the flickering when browsing up and down already loaded trees
2019-05-31 16:42:56 +02:00
Sebastiaan Janssen
2c5eeaeac8
V8: Don't load the breadcrumb twice when editing content ( #5454 )
...
V8: Don't load the breadcrumb twice when editing content
2019-05-31 16:41:43 +02:00
Sebastiaan Janssen
a74a0c343e
Merge pull request #5465 from kjac/v8-feature-content-sort-ux
...
V8: UX update for content/media sort dialog
2019-05-31 16:40:17 +02:00
Sebastiaan Janssen
4eb897ccff
Merge pull request #5477 from electricsheep/v8/bugfix/5443-save-options-not-tabbable
...
V8: Enable tabbing for save options dropdown
2019-05-31 16:37:58 +02:00
Sebastiaan Janssen
20dc77c330
Merge pull request #5480 from electricsheep/v8/bugfix/4657-fix-view-source-animation
...
V8: Fix TinyMCE source overlay animation
2019-05-31 16:36:04 +02:00
Sebastiaan Janssen
4c79863130
Merge pull request #5521 from FransdeJong/Issue5038
...
Fixed form controls being pushed off screen.
2019-05-31 16:25:19 +02:00
Sebastiaan Janssen
9ec95c7aa2
Merge pull request #5520 from kjac/v8-fix-macro-tree-sorting
...
V8: Sort macros alphabetically
2019-05-31 16:21:29 +02:00
Sebastiaan Janssen
38bfd07883
Merge pull request #5535 from AndyButland/defect/5534-user-no-group-save-notification
...
V8: Fixes #5534 (saving a user with no groups fails validation, but no message is displayed)
2019-05-31 16:19:01 +02:00
Sebastiaan Janssen
ce15b7c7c4
Merge pull request #5548 from kjac/v8-feature-reload-close-context-menu
...
V8: Automatically hide the context menu after reloading a node
2019-05-31 16:17:41 +02:00
Sebastiaan Janssen
b090de3cde
Merge pull request #5549 from kjac/v8-fix-remove-reload-for-container-nodes
...
V8: Don't show "Reload" for list view nodes
2019-05-31 16:16:42 +02:00
Bjarne Fyrstenborg
dbd74f5273
v8: Fix listview layout icons ( #5405 )
2019-05-31 16:15:20 +02:00
Ollie P
e87f8b14be
Removed reference to adding languages from dictionary item description ( #5457 )
2019-05-31 16:14:10 +02:00
Sebastiaan Janssen
fb14a4987c
Merge pull request #5494 from kjac/v8-fix-umbconfirm-cursor
...
V8: umb-confirm button cursor should be "pointer"
2019-05-31 16:12:14 +02:00
Sebastiaan Janssen
a471e7d25e
Merge pull request #5553 from kjac/v8-fix-pointer-cursor-for-ng-links
...
V8: Ensure "pointer" cursor for all links with ng-click
2019-05-31 16:11:23 +02:00
Sebastiaan Janssen
fef9248b51
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/macropicker.html
# src/Umbraco.Web/Models/Mapping/MemberModelMapper.cs
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-05-31 11:36:29 +02:00
Kenn Jacobsen
a8e2798add
Ensure "pointer" cursor for all links with ng-click (even if they have no href)
2019-05-30 21:39:52 +02:00
Sebastiaan Janssen
6af1057ad7
Merge pull request #5508 from Geckex/v7/temp-5507
...
MemberModelMapper to return member groups ordered alphabetically
2019-05-30 17:38:53 +02:00
Stephan
983144c3f9
Unit-test published content linked-list children
2019-05-29 17:01:12 +02:00
Stephan
c451498975
Fix v8/dev merge
2019-05-29 15:13:28 +02:00
Bjarke Berg
b366c5da03
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/805-migrate-from-7
2019-05-29 10:14:31 +02:00
Stephan
24998425fc
Better handling of default constraints
2019-05-29 09:19:29 +02:00
Stephan
8579b5a89b
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
2019-05-29 08:48:18 +02:00
Mario Lopez
1ad4414026
case insensitive section comparison
2019-05-29 11:39:10 +10:00
Stephan
70e4b7d931
Fix tests
2019-05-28 18:40:44 +02:00
Stephan
49d2a6dbf0
Fix migrations for SqlServer
2019-05-28 17:49:50 +02:00
Niels Lyngsø
d52d0819ab
remember settings for affected RTEs
2019-05-28 16:08:38 +02:00
Andy Butland
0dedd7b2d4
Show the notification when validation fails following saving a user with no groups assigned
2019-05-28 15:57:03 +02:00
Niels Lyngsø
ca25b3199b
refactor to use area var
2019-05-28 15:24:02 +02:00
Stephan
457427a5f4
Cleanup logging in DataTypeMigration
2019-05-28 10:58:47 +02:00
Stephan
5046bc019c
Cleanup strings in UmbracoPlan
2019-05-28 10:52:04 +02:00
Stephan
187ab9ba46
Better exceptions in MigrationPlan
2019-05-28 10:46:26 +02:00
Stephan
3a813d2d77
Cleanup unknown user for audit events
2019-05-28 10:26:30 +02:00
Kenn Jacobsen
460653d078
Don't show "Reload" for container nodes
2019-05-26 19:06:24 +02:00
Kenn Jacobsen
beb9068805
Automatically hide the context menu after reloading a node
2019-05-26 19:05:19 +02:00
Kenn Jacobsen
f5a00cc3bd
Fix the tree node flickering when browsing up and down already loaded trees.
2019-05-26 13:43:30 +02:00
Frans de Jong
86aef126fd
Added float none for viewport up to 768 Larger viewports are not affected
2019-05-25 22:17:19 +02:00
Kenn Jacobsen
0e9d0a5a10
Don't live edit content type properties
2019-05-25 19:08:46 +02:00
Kenn Jacobsen
a4f1b433eb
Sort macros alphabetically
2019-05-25 10:34:03 +02:00
Frans de Jong
08b386e180
Finetuned Umb-Sections directive to use full space
2019-05-25 10:19:08 +02:00
Sebastiaan Janssen
97ae6165e4
Merge pull request #5511 from ReVoid/patch-1
...
ng-switch-default directive typo in macropicker.html
2019-05-23 11:19:47 +02:00
Sebastiaan Janssen
c4ba0454fc
Merge pull request #5488 from bjarnef/dev-v8-fix-overlay-drawer
...
v8: Fix overlay drawer
2019-05-22 23:02:13 +02:00
Sebastiaan Janssen
cf1351b50f
v8: Show box shadow when hover user avatar ( #5490 )
...
v8: Show box shadow when hover user avatar
2019-05-22 21:02:43 +02:00
Dmitriy
8cdb61195d
ng-switch-default typo in macropicker.html
...
looks like it is just a typo :) fixed
2019-05-22 19:49:07 +03:00
Thomas Poulsen
50c2d574f1
Change MemberModelMapper GetMemberGroupValue to return member groups ordered alphabetically.
...
- This is used in ContentPropertyDisplay class - for UI purposes only.
2019-05-22 14:13:46 +01:00
Sebastiaan Janssen
e3de3f98fd
Merge pull request #5396 from kjac/v8-fix-color-picker-label-enabled
...
V8: Make sure that the color picker labels are always shown
2019-05-22 14:43:17 +02:00
Kenn Jacobsen
7a8a1a3705
Add a bit of a wait to the toggle initialization
2019-05-21 11:48:02 +02:00
Kenn Jacobsen
7707839968
Merge branch 'v8/dev' into v8-fix-color-picker-label-enabled
2019-05-21 11:36:18 +02:00
Sebastiaan Janssen
b270db791b
Merge pull request #5398 from kjac/v8-fix-rte-codeview-autofocus
...
V8: Support auto focus on ACE editor and use it for RTE source view
2019-05-21 10:40:04 +02:00
Kenn Jacobsen
c6cabf1239
Make sense of the umb-confirm button cursor
2019-05-20 08:11:00 +02:00
Sebastiaan Janssen
0ea4864f24
Merge pull request #5461 from kjac/v8-fix-confirm-discard-esc-key
...
V8: Disable the escape key in the "unsaved changes" dialog
2019-05-19 10:01:14 +02:00
Kenn Jacobsen
f07fcac13d
If MNTP is configured to pick max 1 item, don't allow multiselect in the content picker dialog
2019-05-19 08:38:03 +02:00
Kenn Jacobsen
e2746604a1
If MNTP is configured to pick max 1 item, convert the value into IPublishedContent instead of IEnumerable<IPublishedContent>
2019-05-19 08:37:33 +02:00
Bjarne Fyrstenborg
21e8a6faf4
Cleanup styles
2019-05-18 14:40:35 +02:00
Bjarne Fyrstenborg
65d8be45a1
Show box shadow when hover user avatar
2019-05-18 14:27:51 +02:00
Bjarne Fyrstenborg
00768fdfa7
Remove empty style
2019-05-18 13:33:43 +02:00
Bjarne Fyrstenborg
ee3105009b
Add back 100% height to make drawer positioned at bottom in overlays.
2019-05-18 13:33:16 +02:00
Ollie Philpott
e9b5225676
Updated view source callback to execute correctly
2019-05-16 15:38:56 +01:00
Stephan
5dbc95a604
Fix StandaloneTests
2019-05-16 14:48:04 +02:00
Bjarke Berg
206f47bf52
Added missing nuget dependencies to the nuspec-file of UmbracoCms.Core
2019-05-16 14:24:09 +02:00
Stephan
ea4f1a0f56
Merge branch v8/dev into v8/bugfix/805-migrate-from-7
2019-05-16 13:58:32 +02:00
Ollie Philpott
c2046ad173
Fixed formatting
2019-05-16 10:53:03 +01:00
Ollie Philpott
f080260396
Enabled tabbing for save options dropdown
2019-05-16 10:42:37 +01:00
Niels Lyngsø
9fac00d91b
Fixed documentation mistake
2019-05-16 10:50:24 +02:00
Niels Lyngsø
4456a202e4
Merge remote-tracking branch 'origin/pr_5448' into v8/dev
2019-05-16 10:36:57 +02:00
Niels Lyngsø
b503becaf3
Only show if we do have pasteable items.
2019-05-16 10:27:00 +02:00
Niels Lyngsø
5d1da3ada1
normalizing non-existing-culture to "invariant", cause the server sends invariant errors as invariant-culture.
2019-05-16 09:15:57 +02:00
Rasmus John Pedersen
2b84f96836
Don't render data-udi in RTE on frontend
2019-05-16 08:54:57 +02:00
Rasmus John Pedersen
28b669d3a3
Don't add dada-id and rel attributes on media in RTE
2019-05-16 08:48:47 +02:00
Stephan
d5e63c0e62
Fix ContentNu cascade rules
2019-05-15 18:27:34 +02:00
Stephan
066a860c1d
Fix more PreValues migration + better error reporting
2019-05-15 17:00:05 +02:00
Niels Lyngsø
225688facf
fix comment
2019-05-15 16:23:23 +02:00
Niels Lyngsø
8bc28a4d81
clean up
2019-05-15 16:21:38 +02:00
Stephan
c0f650436b
Fix wording in DatabaseBuilder
2019-05-15 16:17:18 +02:00
Niels Lyngsø
e7e74840bc
indication if something is wrong in another variant than the current one.
2019-05-15 16:11:01 +02:00
Stephan
d16002eb7c
Fix KeyValueService to support re-running migrations
2019-05-15 15:34:37 +02:00
Stephan
1a54a24150
Fix DataType and PreValues migrations
2019-05-15 14:21:24 +02:00
Niels Lyngsø
ceb1260509
current progress
2019-05-15 08:49:16 +02:00
Kenn Jacobsen
9706a0f76a
Remove sort order and add item icons in content and media sort dialogs
2019-05-15 08:32:47 +02:00
Kenn Jacobsen
572dc11995
Disable the escape key in the "confirm discard" dialog
2019-05-14 18:43:57 +02:00
Kenn Jacobsen
12d79f2d08
Use umb-load-indicator when loading the RTE
2019-05-14 17:54:37 +02:00
Tiffany Prosser
ef15c247c2
updated styles on focus state on section menu
2019-05-14 14:05:09 +01:00
Tiffany Prosser
d255cd115b
fixed sections.less focus states on top menu
2019-05-14 13:45:49 +01:00
Rasmus John Pedersen
19e2b1c24e
Don't save media paths for images in RTE
2019-05-14 13:35:17 +02:00
Sebastiaan Janssen
1090d54763
Update to the latest caniuse-lite to fix the build
...
Fixes #5455
2019-05-14 13:32:28 +02:00
Ollie Philpott
c0c9f4dfcc
Changed publish submenu rendering to allow working hotkeys
2019-05-14 12:21:29 +01:00
Ollie Philpott
61ba78538a
Added hotkeys for schedule and publish with descendants
2019-05-14 12:20:58 +01:00
Kenn Jacobsen
cb76914a27
Don't load the breadcrumb twice when editing content
2019-05-14 09:09:18 +02:00
Matthew Wise
9b0d16f0ad
Added aria label for validation messages on login
2019-05-11 17:31:37 +01:00
Kenn Jacobsen
d9027e04f3
Hide "Create new" header in Nested Content create item dialog if all items are filtered out
2019-05-10 21:58:55 +02:00
Kenn Jacobsen
3377888219
Prompt to save changes after pasting items into Nested Content
2019-05-10 21:45:06 +02:00
Stephan
0b924f75d4
Fix migrations
2019-05-10 10:14:15 +02:00
Stephan
301b16a036
Fix user for v7 migration
2019-05-10 10:14:15 +02:00
Stephan
919fb79db9
Fix migrations
2019-05-10 10:14:15 +02:00
Stephan
ba9aa49b91
Fix user for v7 migration
2019-05-10 10:14:14 +02:00
Stephan
7fed43cc68
Fix migration tooling
2019-05-10 10:14:14 +02:00
Stephan
a1828fec51
Fix migrations
2019-05-10 10:14:09 +02:00
Shannon Deminick
a43359e440
Merge pull request #5272 from umbraco/v8/spike/api-docs
...
Regenerating API docs
2019-05-10 13:53:37 +10:00
Shannon
8fce680430
removes unused line, updates gitignore
2019-05-10 13:07:06 +10:00
Shannon
35645672ae
Ensures the reset flag is set for users when the legacy user membership provider setting allowManuallyChangingPassword is used
2019-05-10 02:00:45 +10:00
Shannon
f952877d04
ensures that the reset flag is passed to the server when an admin is changing a members password
2019-05-10 01:48:11 +10:00
Warren Buckley
1815112ae7
Merge pull request #5353 from umbraco/v8/feature/ux-copy-paste-service-for-nested-content
...
V8: ClipboardService + implementation for nested content
2019-05-09 15:42:30 +01:00
Niels Lyngsø
66d12ddab2
fix spelling
2019-05-09 15:30:07 +02:00
Niels Lyngsø
2a592bfe8c
remove comments
2019-05-09 15:30:01 +02:00
Shannon Deminick
3bf5160895
Merge pull request #5412 from umbraco/v8/bugfix/5131-remember-focus-for-search
...
Remember focus from before search opened + unbind shortcuts when backdrop is open
2019-05-09 23:08:41 +10:00
Niels Lyngsø
041fdc40e7
using localStorageService + applied further documentation
2019-05-09 15:02:22 +02:00
Niels Lyngsø
9c599868cc
documentation for truncate fitler + only space between dots and words in wordwise mode.
2019-05-09 14:38:13 +02:00
Warren Buckley
ac52960938
Merge pull request #5389 from umbraco/v8/feature/ui-improve-focus-state-of-umb-form-check
...
V8 improved focus state of umb-form-check inputs
2019-05-09 10:39:29 +01:00
Warren Buckley
3995c7c521
Merge pull request #5226 from umbraco/v8/bugfix/ui-sharpen-look-of-umb-tags
...
Accessibility and UI update of umb-tags
2019-05-09 10:13:49 +01:00
Arnold Visser
62a6a4ec92
5420: v8 Invited user keeps showing as "has not logged in yet"
2019-05-09 10:31:44 +02:00
Bjarne Fyrstenborg
943e050493
Fix noPasswordManager name for docs
...
Fix `noPasswordManager` for documentation.
https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.directives.directive:no-password-manager
2019-05-09 09:45:29 +02:00
leekelleher
e958ca6f89
Fixed EntityController.ConvertToObjectType (for MemberType)
...
When the `entityType` was "MemberType", it would return the "MediaType" object-type.
2019-05-09 07:21:18 +01:00
Niels Lyngsø
b952156027
corrected documentation
2019-05-08 15:10:46 +02:00
Niels Lyngsø
4c23d7fec9
removed properties, replaced with a getter method.
2019-05-08 15:09:01 +02:00
elitsa
3d80d511a4
Adding a parameter for enabling docfx into the script.
2019-05-08 14:27:44 +02:00
Ollie Philpott
0a752c8985
Updated hsts description from days to weeks
2019-05-08 11:57:03 +01:00
Ollie Philpott
b6ad19ccad
Corrected hsts max age description
2019-05-08 11:12:09 +01:00
Ollie Philpott
bea1d35ebf
Updated hsts urls
2019-05-08 11:11:47 +01:00
elitsa
fc0f996500
Excluding no longer needed paths.
2019-05-08 12:11:06 +02:00
Ollie Philpott
dae8802c50
Removed preload from descriptions
2019-05-08 11:11:01 +01:00
Ollie Philpott
58cdff1d71
Removed preload from HSTS header
2019-05-08 11:09:45 +01:00
Warren Buckley
d69a978870
Fixes #4144 - Adds code back for allowing password changes without old password, that was removed in b029215933
2019-05-08 10:52:27 +01:00
Rasmus John Pedersen
16b88ca2ff
Merge pull request #5419 from kjac/v8-fix-convert-media-urls-migration
...
V8: Fix duplicate alias exception in "convert media URLs" migration
2019-05-08 11:06:29 +02:00
Rasmus John Pedersen
6cf82669fb
Update media urls migration to only fetch/update needed fields from db
2019-05-08 10:52:05 +02:00
Shannon
93bc2dc95b
fixes some null checks
2019-05-08 17:48:54 +10:00
Shannon
1bcf40402c
Merge branch 'v8/dev' into v8/bugfix/5190-invariant-property-validation
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-05-08 16:53:21 +10:00
Shannon
7b101f0b9e
Fixes duplicate error messages per key in ModelState
2019-05-08 16:52:25 +10:00
Shannon
dad3f31f86
merged
2019-05-08 16:51:23 +10:00
Kenn Jacobsen
6baea68a7d
Fix duplicate alias exception in "convert media URLs" migration
2019-05-08 07:53:11 +02:00
Stephan
7cd31ce970
Fix TourController during upgrade
2019-05-07 14:58:05 +02:00
Stephan
54a8796d51
Cleanup migration plan, supports 7.14.0
2019-05-07 14:58:05 +02:00
Ollie Philpott
e091987f0f
Added hash to user profile href and reordered attributes
2019-05-07 11:57:35 +01:00
Niels Lyngsø
e906808a9b
unbind keyboard shortcuts for editors when backdrop is active
2019-05-07 10:59:09 +02:00
Niels Lyngsø
c4dbb90d10
remember focus from before opening search
2019-05-07 10:46:52 +02:00
Shannon
ef24c2e2f2
Fixes a migration syntax
2019-05-07 18:33:15 +10:00
Niels Lyngsø
4b55f99493
rename copy.service to clipboard.service
2019-05-07 09:08:32 +02:00
Shannon Deminick
3332e93d4c
Merge pull request #5375 from umbraco/v8/feature/5373-make-async-file-logging-possible-with-serilog
...
V8: Make async file logging possible with serilog
2019-05-07 17:06:01 +10:00
Shannon Deminick
ed88ce8ae2
Merge pull request #5209 from umbraco/v8/feature/4940-save-media-reference-instead-of-media-url
...
Save media reference instead of media url
2019-05-07 16:33:30 +10:00
Bjarke Berg
96cd42b316
#5373 - Removed configuration options that we don't want to support. The other options can be archived using the original file sink.
2019-05-07 08:25:43 +02:00
Shannon
2e7aa11211
Adds TODO, removes the data-udi or data-id attribute from inserted links
2019-05-07 15:47:40 +10:00
Kenn Jacobsen
f07b9da2ef
Add line wrap to RTE code editor
2019-05-06 14:57:18 +02:00
Niels Lyngsø
4c1129e944
added missing documentation
2019-05-06 14:30:23 +02:00
Niels Lyngsø
74cbff5ee5
minor rename
2019-05-06 14:27:15 +02:00
Niels Lyngsø
bfdeb6c987
requires alias to be parsed in copy method + minor renaming
2019-05-06 14:23:25 +02:00
Niels Lyngsø
07f4295810
rename copyService to clipboardService
2019-05-06 14:18:15 +02:00
Thomas Pralong
60a3cdc5ab
Fix bug with multi url picker. Would display the wrong language tree in
...
the link picker dialog
2019-05-06 10:47:33 +02:00
Shannon Deminick
74be040298
Merge pull request #5390 from umbraco/v8/bugfix/ui-2fa-login-view
...
Add back the ability to use a custom 2-factor auth screen
2019-05-06 16:23:18 +10:00
Sebastiaan Janssen
c03a4d978b
Use int.MinValue instead of calculating from SuperUserId
2019-05-06 08:22:03 +02:00
Shannon
64eff0ba0f
adds serilog xdt file
2019-05-06 15:51:28 +10:00
Kenn Jacobsen
03006d7698
Add empty state to groups search result
2019-05-05 19:00:36 +02:00
Kenn Jacobsen
8344372ae2
Fix the empty state for User search
2019-05-05 18:40:10 +02:00
Bjarke Berg
d52f6b5810
Added support for changing the dates of the log files
2019-05-03 14:56:44 +02:00
Poornima Nayar
4fa07389dd
Search shadow-layer should be on top of the user-dialog
2019-05-03 13:07:05 +01:00
Kenn Jacobsen
a056c273de
Support auto focus on ACE editor and use it for RTE code view
2019-05-03 11:17:15 +02:00
Bjarke Berg
f81fd8f35f
#5373 - Handle the serilog fallback pattern in log viewer. The fallback pattern is that a "_NNN" is added to the file name before the file extension, if the file is locked when serilog needs to write to it.
2019-05-03 09:41:26 +02:00
Kenn Jacobsen
a6136c18bb
Make sure that the color picker labels are always shown
2019-05-03 09:01:41 +02:00
Bjarke Berg
0222f929df
#5373 - Changed the logging to be buffered
2019-05-03 08:39:01 +02:00
Shannon Deminick
f34b2edb08
Merge pull request #5371 from umbraco/v8/bugfix/remove-old-doc
...
Removing a no longer relevant section
2019-05-03 13:16:28 +10:00
Sebastiaan Janssen
e5839a89cd
Fixes references to the "SuperUser" which used to have user Id 0, but now has userId -1
2019-05-02 14:56:12 +02:00
Sebastiaan Janssen
503d6d0265
Make the callback do something and cleanup code a little bit to limit it to only what we actually need
2019-05-02 14:44:33 +02:00
Bjarke Berg
6adec17b26
#5236 - Added options to set (and set default as) the log file is closed after each log event
2019-05-02 14:19:48 +02:00
Niels Lyngsø
3a5538730b
only remove gray border when checked.
2019-05-02 13:32:16 +02:00
Niels Lyngsø
fe3c1bc089
remove console.log
2019-05-02 13:25:19 +02:00
Niels Lyngsø
8031562ea2
better focus state
2019-05-02 10:54:59 +02:00
Sebastiaan Janssen
4881fb76e4
Merge pull request #5387 from umbraco/v8/bugfix/ui-umb-button-spacing
...
Added margin-left: 5px; to achieve the needed whitespace, couldn't figu…
2019-05-02 10:29:57 +02:00
Niels Lyngsø
e9b06701cc
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/ux-copy-paste-service-for-nested-content
2019-05-02 10:10:48 +02:00
Niels Lyngsø
496d5d7791
added margin-left 5px; to achive the needed whitespace, could'nt figure out how it had been done before.
2019-05-02 10:01:16 +02:00
Marc Goodson
b92fbffd7c
Remove the Link to the out-of-date editors manual
...
Editors manual is for v7.1
2019-05-02 07:56:44 +02:00
Bjarke Berg
29b4da4dca
#5373 - Disposes the logger on application end if disposable and implementes the CloseAndFlush in the dispose method of SerilogLogger
2019-05-01 15:50:43 +02:00
Elitsa Marinovska
6cd77df1ad
Updating the base link
2019-05-01 15:30:58 +02:00
Elitsa Marinovska
adf762bdf8
Integrate docs script with the main build script
2019-05-01 15:25:47 +02:00
Elitsa Marinovska
6b17248f64
Updating base link
2019-05-01 15:22:10 +02:00
Bjarke Berg
a5684f867a
#5373 - Added custom extension method to configure the file serilog file sink to be wrapped in the async sink
2019-05-01 15:15:29 +02:00
Niels Lyngsø
e2730f2b66
use vm.login and vm.password, not parsing it.
2019-05-01 14:36:51 +02:00
Niels Lyngsø
b4368666ca
return to login-view on submit
2019-05-01 14:31:26 +02:00
Niels Lyngsø
b60fe9cc0a
use external view
2019-05-01 13:56:34 +02:00
Stephan
33b857d2c6
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
2019-05-01 13:53:13 +02:00
Niels Lyngsø
3aabe424a8
example of 2fa login view
2019-05-01 13:44:18 +02:00
Elitsa Marinovska
9c667414bc
Removing a no longer relevant section
2019-05-01 13:36:34 +02:00
Niels Lyngsø
5d5fa3fac8
changed localstorage key to umbCopyService
2019-05-01 10:14:33 +02:00
Niels Lyngsø
d23f25beba
finishing requestDeleteNode
2019-05-01 10:02:43 +02:00
Niels Lyngsø
c0ad64d259
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/ux-copy-paste-service-for-nested-content
2019-05-01 09:57:59 +02:00
Niels Lyngsø
6802716cf1
use requestDeleteNode
2019-05-01 09:57:11 +02:00
Niels Lyngsø
23a27c3519
adding paste feature + cleaning css
2019-05-01 09:40:38 +02:00
Rasmus John Pedersen
0e636b4ce1
Set href to # if url can't be resolved
2019-05-01 09:20:40 +02:00
Kenn Jacobsen
2bdbd86787
Default nested content item names to the content type name if there are multiple content item types to choose from
2019-05-01 09:10:09 +02:00
Rasmus John Pedersen
f00a230d12
Merge branch 'v8/dev' into v8/feature/4940-save-media-reference-instead-of-media-url
2019-05-01 08:55:55 +02:00
Shannon Deminick
009e373178
Merge pull request #5354 from umbraco/v8/feature/5350-fluent-type-collection
...
Make TypeCollectionBuilderBase fluent
2019-05-01 16:45:00 +10:00
Shannon Deminick
3c6d3280d8
Merge pull request #5266 from umbraco/v8/bugfix/5187-mapper-issue
...
Fix mapper concurrency issue
2019-05-01 15:25:54 +10:00
Callum Whyte
43d84a37a3
Pointing parent doctype links to correct edit pages in doctype builder
...
Links to parent doctype in doctype builder go to the wrong place
2019-04-30 22:20:30 +02:00
Kenn Jacobsen
3d86b08e31
Send delete notifications when content is moved to trash
2019-04-30 22:19:38 +02:00
shane Prendergast
264958f097
#5277 Adding correct button element,styling to remove default styles
2019-04-30 22:18:59 +02:00
Kenn Jacobsen
99dedac375
Vertically center the button carets in the grid RTE
2019-04-30 22:17:29 +02:00
Kenn Jacobsen
078a7d5679
Fix the active state for nested content in nested content
2019-04-30 22:16:30 +02:00
matthew-hair
5cef71e4e6
fixed typos in ClearLoginSessions queries
2019-04-30 22:11:07 +02:00
matthew-hair
fe7b114083
fix for umbracoUserLogin not pruned
...
Signed-off-by: matthew-hair <matthew.hair@sedgwick.gov >
2019-04-30 22:11:07 +02:00
Kenn Jacobsen
1df2cf5935
Fix info button icon color
2019-04-30 22:08:09 +02:00
Kenn Jacobsen
86c56ae844
Make sure to use the specified content template name when creating content templates from content
2019-04-30 22:05:00 +02:00
Sebastiaan Janssen
16322bed31
Merge pull request #4784 from kjac/v8-fix-content-template-mixed-variance
...
V8: Handle mixed variance when creating content templates from content
2019-04-30 22:04:21 +02:00
Sebastiaan Janssen
044decc0dc
v8: Fix table cells collapsing when sorting doctypes in Nested Content ( #4832 )
2019-04-30 22:00:35 +02:00
Sebastiaan Janssen
b9482fc867
Merge branch 'v8/dev' into pr_4832
2019-04-30 21:59:50 +02:00
Kenn Jacobsen
4d8e5e1416
Make sure to hide the member types when creating a new member
2019-04-30 21:56:00 +02:00
Samuel Butler
958c8b1214
Umbraco installer double-encodes connection string password fix ( #4820 )
2019-04-30 21:54:35 +02:00
Kenn Jacobsen
d04b967fe6
V8: Hide "umbContent" app if the content has no properties ( #4840 )
2019-04-30 21:34:00 +02:00
Kenn Jacobsen
6bfcc7bb34
Don't "Create matching template" before the content type is created
2019-04-30 21:25:46 +02:00
Kenn Jacobsen
6274a08a4f
Don't allow opening an uncreated template
2019-04-30 21:24:52 +02:00
Kenn Jacobsen
4ebfd8ca37
Remove accordion group behavior from media editing
2019-04-30 21:23:40 +02:00
Kenn Jacobsen
1370894b38
Remove accordion group behavior from member editing
2019-04-30 21:23:16 +02:00
Kenn Jacobsen
c5f1d2d885
Use standard pickers in MNTP config
2019-04-30 21:22:14 +02:00
Kenn Jacobsen
4df63c7f04
V8: Save the slider default values on the model if no value is set ( #4931 )
2019-04-30 21:19:34 +02:00
Marc Goodson
a822e18719
Patch/update published content request comments ( #4945 )
2019-04-30 21:13:59 +02:00
Matt Darby
1605b6f909
Adjust naming in Nested Content configuration to fit ElementType ( #4946 )
2019-04-30 21:08:49 +02:00
Kenn Jacobsen
5e8d73cd20
V8: Add tooltip/title to unselectable items in MNTP ( #4964 )
2019-04-30 20:57:28 +02:00
Bjarne Fyrstenborg
f05915ef08
v8: Fix package download ( #4968 )
2019-04-30 20:47:37 +02:00
Bjarne Fyrstenborg
5fd423dbb6
Increase z-index of .umb-editor-footer so dropup is above grid editor hover overlay and doctype inherited label.
2019-04-30 20:45:30 +02:00
Kenn Jacobsen
1758d0cd1a
Fix glitch in umb-checkbox background
2019-04-30 20:43:15 +02:00
Kenn Jacobsen
d698aa56d0
Use umb-checkbox in the delete mediatype dialog
2019-04-30 20:41:07 +02:00
Kenn Jacobsen
0478a37b00
Use umb-checkbox in the delete datatype dialog
2019-04-30 20:40:20 +02:00
Kenn Jacobsen
6def4d6248
Use umb-checkbox in the delete membertype dialog
2019-04-30 20:39:38 +02:00
Kenn Jacobsen
2835da8e96
Use umb-checkbox for "open in new window" in the link picker
2019-04-30 20:37:45 +02:00
Sebastiaan Janssen
f895900ec5
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2019-04-30 20:36:45 +02:00
Kenn Jacobsen
21e91ac4e1
RTE: Don't assume "mailto:" protocol in links with "@"
2019-04-30 20:34:26 +02:00
Anders Bjerner
ecc7a3b96e
Added parameters to the docs for specifying an already selected icon
2019-04-30 20:31:47 +02:00
Kenn Jacobsen
9598d2c2e6
Make header name input look ok when disabled (reverts input height adjustment from ff8f9083)
2019-04-30 20:30:16 +02:00
Andy Butland
966bfafe22
Fixed casing of editorService open method inline documentation for the size parameter
2019-04-30 20:25:29 +02:00
Peter Duncanson
f2a5e5da87
Added in new browser targets for Babel config
...
Fixes #4894
2019-04-30 20:24:20 +02:00
Kenn Jacobsen
5eb0f6f92f
V8: Show info message if Nested Content is configured without content types ( #5342 )
2019-04-30 16:45:23 +02:00
Sebastiaan Janssen
f2e01d8f65
Merge pull request #5343 from kjac/v8-fix-mntp-bounds-validation
...
V8: Fix the MNTP min/max items validation
2019-04-30 16:15:34 +02:00
Sebastiaan Janssen
d328a53590
Merge pull request #5355 from kjac/v8-fix-media-library-open-file
...
V8: Make it possible to open/view files in the media library
2019-04-30 16:06:17 +02:00
Niels Lyngsø
27d5b258df
truncate + cache header for create new + different title for overlay depending on situation
2019-04-30 15:53:38 +02:00
Niels Lyngsø
b271c77d97
fixing size to only work for target overlay
2019-04-30 15:52:37 +02:00
Niels Lyngsø
906c7a4ccd
added angularJS truncate filter
2019-04-30 15:52:00 +02:00
Niels Lyngsø
5942bce7da
control size of umb-overlay
2019-04-30 15:23:56 +02:00
Niels Lyngsø
ab2f0c3a1c
go to four lines if more than 6 items in Item-picker
2019-04-30 15:00:52 +02:00
Niels Lyngsø
85905f7a77
fix variant error for collection tabs
2019-04-30 15:00:31 +02:00
Niels Lyngsø
85456bbb9b
correct lang file
2019-04-30 14:59:34 +02:00
Niels Lyngsø
8e925c930b
sort items by dragging the item header
2019-04-30 14:05:20 +02:00
Niels Lyngsø
18c7680baf
remove unused CSS
2019-04-30 13:53:06 +02:00
Niels Lyngsø
77407a9446
correcting text
2019-04-30 13:39:17 +02:00
Niels Lyngsø
62e72a54b7
Merge commit 'a7ebf9bed3f78c68f5da8a67d27a8ffa0e961d3b' into v8/feature/ux-copy-paste-service-for-nested-content
2019-04-30 13:34:56 +02:00
Niels Lyngsø
5d7aa4bcf5
remove edit and paste button.
2019-04-30 13:34:35 +02:00
Niels Lyngsø
90912a4b2a
restyled umb-overlay + added paste features in nested-content create-overlay
2019-04-30 12:49:37 +02:00
Niels Lyngsø
01116e21f4
finished copy service
2019-04-30 12:48:44 +02:00
Claus
a7ebf9bed3
Merge pull request #5318 from umbraco/v8/bugfix/5075-rte-update-model
...
update RTE model on changing code or media
2019-04-30 10:31:35 +02:00
Claus
a01efcb59f
fix for vs2019 release build tools.
2019-04-29 13:59:16 +02:00
Kenn Jacobsen
adc7201e86
Allow localizing content types and properties using language files
2019-04-29 08:24:34 +02:00
Elitsa Marinovska
880e86820e
Updating with correct directory refferences
2019-04-28 21:15:59 +02:00
Elitsa Marinovska
7e064cee83
Optimizing scripts
2019-04-28 21:14:32 +02:00
Kenn Jacobsen
cc7bf4cef5
Make it possible to open/view files in the media library
2019-04-27 22:28:00 +02:00
Stephan
70203512fb
Make TypeCollectionBuilderBase fluent
2019-04-27 09:07:49 +02:00
Niels Lyngsø
48ceb0d41d
working prototype
2019-04-26 15:15:27 +02:00
Stephan
173df80e3d
Fix recycle bin moves
2019-04-26 15:01:16 +02:00
Bjarne Fyrstenborg
9b62269bde
v8: Update image cropper slider ( #4487 )
2019-04-26 14:12:57 +02:00
Niels Lyngsø
4d3154c7fa
prototype, not working correctly.
2019-04-26 13:34:38 +02:00
Niels Lyngsø
e139fa6719
first version of copyService
2019-04-26 13:22:00 +02:00
Warren Buckley
09617d9b50
Merge pull request #5337 from umbraco/v8/feature/ui-prettier-focus-outlines
...
Created umb-outline to make it easy to apply pretty focus outline for elements.
2019-04-26 10:29:22 +01:00
Warren Buckley
00e33fb156
Merge pull request #5338 from umbraco/v8/feature/ui-app-header-action-focus-outline
...
V8: app header action focus outline
2019-04-26 10:26:14 +01:00
Warren Buckley
dc27bd148a
Merge pull request #5340 from umbraco/v8/feature/ux-disable-tabbing-state-with-a-mouse-click
...
Disable tabbing state if user clicks
2019-04-26 10:19:24 +01:00
Warren Buckley
6dc343f9d8
Merge pull request #5339 from umbraco/v8/feature/ui-hover-and-focus-outline-on-umb-checkbox-and-umb-radio
...
focus outline + hover states for umb-checkbox and umb-radio
2019-04-26 10:18:33 +01:00
Pete Duncanson
2470a2737f
Added gulp-angular-embed-template ( #4871 )
...
Fixed #4845 by embedded the angularjs templates for directives in the directives, cuts down on network traffic and increases speed to render
2019-04-26 11:06:00 +02:00
Warren Buckley
1753ddbfc4
Merge pull request #5330 from umbraco/v8/feature/ui-umb-button-nicer-outline
...
V8: prettier outline for buttons, and only shown when tabbing is active.
2019-04-26 10:00:14 +01:00
Warren Buckley
4230ad27f3
Merge pull request #5329 from umbraco/v8/feature/ui-nested-content-add-content-button
...
V8: nested content consistent "add content"-button, and other adjustments.
2019-04-26 09:56:44 +01:00
Warren Buckley
9bca5e0347
Merge pull request #5332 from umbraco/v8/feature/ui-prettier-outline-on-media-picker
...
V8: prettier outline on media picker
2019-04-26 09:31:21 +01:00
Bjarne Fyrstenborg
f82dff597b
v8: Imagepicker prevalue and grid setting/styles as infinite editor ( #4971 )
2019-04-25 13:31:29 +02:00
Stephan
56d7755487
Merge branch 'v8/dev' into v8/spike/api-docs
2019-04-25 09:05:21 +02:00
Kenn Jacobsen
82f966ca24
Fix MNTP bounds min/max items validation
2019-04-24 22:09:00 +02:00
Sebastiaan Janssen
2179e85638
Merge pull request #5336 from umbraco/v8/feature/snupkg
...
Create new Nuget Symbol packags - snupkg
2019-04-24 16:10:33 +02:00
Niels Lyngsø
defbb8e821
disables the tabbing-state if the user performes a mouse-click that reaches the window.
2019-04-24 15:56:37 +02:00
Niels Lyngsø
f7dce756a7
focus outline + hover states for umb-checkbox and umb-radio
2019-04-24 15:50:57 +02:00
Stephan
bb0331e9cc
Move IPublishedContent.Url() to ext method
2019-04-24 14:25:41 +02:00
Niels Lyngsø
30385789c8
only show focus-outline on sections if tabbing is active
2019-04-24 14:15:24 +02:00
Niels Lyngsø
8bac388f73
prettier focus outline for app-header-actions
2019-04-24 14:15:02 +02:00
Niels Lyngsø
53c7df36b0
umb-outline to make it easy to apply pretty focus outline for elements.
2019-04-24 13:55:31 +02:00
Sebastiaan Janssen
5f5b21b43e
Make Nested Content work with hidden item icons ( #5324 )
2019-04-24 13:37:48 +02:00
Sebastiaan Janssen
64f7cc1c29
General clean up, use === and double quotes everywhere
2019-04-24 13:35:24 +02:00
Sebastiaan Janssen
c80187938b
Make sure to parse as boolean in case old models still use "1" or the string "true"
2019-04-24 13:34:48 +02:00
Sebastiaan Janssen
bb4be11a0b
Merge branch 'v8/dev' into pr_5324
2019-04-24 13:32:29 +02:00
Warren Buckley
103c92bc69
Update powershell to use the snupkg format for symbol package to be hosted on nuget.org symbol server
...
Advisory from Nuget team is to no longer include the C# .cs files in the src folder of a nuget package
2019-04-24 12:31:05 +01:00
Warren Buckley
950849a4c6
Update jQuery to latest 3.4.0 ( #5331 )
...
Seems good
2019-04-24 13:21:24 +02:00
Elitsa Marinovska
da125405ea
Merge pull request #4722 from kjac/v8-fix-media-picker-create-folder
...
V8: Return folder creation to non-active state in media picker
2019-04-24 12:35:23 +02:00
Niels Lyngsø
d05e188d00
prettier outline on media picker
2019-04-24 12:03:43 +02:00
Stephan
25b8c8a565
Refactor getting Urls
2019-04-24 11:53:35 +02:00
elitsa
4cf55a8837
Getting the current user start nodes
2019-04-24 11:52:38 +02:00
Niels Lyngsø
5436478dfb
prettier outline for buttons, and only shown when tabbing is active.
2019-04-24 11:37:03 +02:00
Warren Buckley
9333426985
Merge pull request #5304 from MMasey/v8/feature/tab-accessibility-improvements
...
V8: Login form accessibility improvements and form input tabbed focus styles
2019-04-24 10:25:13 +01:00
Warren Buckley
c21b740c71
Merge pull request #5320 from shane-sigma/temp-5277-4
...
Re-adding outline to the umb-button__button for focus states
2019-04-24 10:00:44 +01:00
Niels Lyngsø
9e03103cbb
using new ligther gray for background of nested content
2019-04-24 10:34:57 +02:00
Niels Lyngsø
e889ec1fa9
added new lighter gray
2019-04-24 10:34:41 +02:00
Niels Lyngsø
dc66807d13
changed the look of nested content
2019-04-24 10:31:30 +02:00
Warren Buckley
fe57ef329b
Revert the change to the gitignore - no web.config should be in ui.client folder anyway
2019-04-24 09:26:33 +01:00
elitsa
5ce226104b
Merge branch 'v8/dev' into v8-fix-media-picker-create-folder
2019-04-24 09:41:48 +02:00
Stephan
eb390f8d80
Fix merge
2019-04-24 09:32:49 +02:00
Niels Lyngsø
43586e6bb7
first step for changing the add-content button
2019-04-24 09:27:47 +02:00
Stephan
be93773399
Merge branch v8/dev into v8/feature/5170-IPublishedContent
2019-04-24 08:51:25 +02:00
Kenn Jacobsen
fecf561279
Make Nested Content work with hidden item icons
2019-04-23 22:57:10 +02:00
Kenn Jacobsen
61cc22dccf
V8: Send notifications for changes in permissions ( #5287 )
2019-04-23 22:00:35 +02:00
Kenn Jacobsen
e7f4f61f93
V8: Send notifications for changes in public access ( #5288 )
...
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2019-04-23 21:55:42 +02:00
Kenn Jacobsen
a6d8b48ab4
V8: Remove obsolete umb-permission styling ( #5308 )
2019-04-23 21:50:28 +02:00
Kenn Jacobsen
7cc9747b2f
V8: Allow content to be shown before list view ( #5074 )
2019-04-23 21:31:48 +02:00
Kenn Jacobsen
72d588287f
V8: Add option to create nonclustered primary keys using ICreateBuilder ( #5261 )
2019-04-23 21:03:50 +02:00
Sebastiaan Janssen
700fe9b787
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
# src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs
# src/Umbraco.Web.UI.Client/src/common/security/securityinterceptor.js
2019-04-23 20:37:38 +02:00
Kenn Jacobsen
d5858fe1be
Enable manual sorting on contentTypeAlias
2019-04-23 20:28:17 +02:00
Kenn Jacobsen
6dba751167
Fix "sort by document type" in listviews
2019-04-23 20:28:17 +02:00
Kenn Jacobsen
b367ae6c80
Fix "sort by document type" in media listviews
2019-04-23 20:27:25 +02:00
Kenn Jacobsen
07684bb1d6
Fix "sort by document type" in content listviews
2019-04-23 20:26:55 +02:00
Dennis Flæng
7eadcf66ed
added submit button for row and layoutconfig ( #5136 )
2019-04-23 20:17:38 +02:00
Stephan
977bf91409
Merge branch 'v8/feature/4942-media-url-provider' into v8/dev
2019-04-23 19:32:30 +02:00
Kenn Jacobsen
fab025bf66
V8: Don't use floats in the slider config as it only supports integers ( #4821 )
2019-04-23 17:27:34 +02:00
Ondrej Pialek
8d382fb9b7
Backoffice session timeout on custom-URL backoffices leads to high browser CPU and self-inflicted backend DDoS ( #5210 )
2019-04-23 16:37:37 +02:00
Stephan
c19be0c64e
Misc cleanup
2019-04-23 16:23:06 +02:00
Kenn Jacobsen
67e046e477
V8: Allow nested content without blueprints ( #4777 )
...
* Don't assume there is at least one NC blueprint
* NC disabled icon styling (hover pointer type)
* Allow and handle NC configs without blueprints
2019-04-23 16:14:26 +02:00
Kenn Jacobsen
aba409600b
V8: Improve notifications save button style and interaction ( #5097 )
2019-04-23 15:59:57 +02:00
Kenn Jacobsen
fdfcb75a71
Make sure datatype configs are validated in infinite editing ( #4776 )
2019-04-23 15:41:45 +02:00
shane Prendergast
ac44f800a6
Re-adding outline to the umb-button__button for focus states
2019-04-23 13:56:48 +01:00
Kenn Jacobsen
7eddc22bba
V8: Send notifications for move, restore, copy and delete actions ( #5255 )
2019-04-23 14:24:45 +02:00
Kenn Jacobsen
9280c74062
V8: Use umb-checkbox for RTE configuration ( #5119 )
2019-04-23 14:19:08 +02:00
Sebastiaan Janssen
90cbdbf2cd
Merge pull request #5316 from umbraco/v8/bugfix/5315-paging-error-nucache
...
Fix paging error in NuCache
2019-04-23 14:05:56 +02:00
Sebastiaan Janssen
fdc9adfe83
Merge pull request #5278 from kjac/v8-fix-macro-parameter-configuration
...
V8: Fix "multiple" macro parameter property editor configuration
2019-04-23 14:02:45 +02:00
Stephan
e6f6c498a5
Merge branch v8/dev into v8/feature/4942-media-url-provider
2019-04-23 13:58:17 +02:00
Kenn Jacobsen
5472297245
Add busy state to <umb-confirm/> OK button
2019-04-23 13:45:42 +02:00
Niels Lyngsø
71bea2bc25
update RTE model on changing code or media
2019-04-23 13:43:36 +02:00
Stephan
d9653026de
Merge branch 'v8/bugfix/4963-fixing-models-and-member-repo' into v8/dev
2019-04-23 13:41:36 +02:00
Stephan
3185f7ae97
Fix member type builtin properties handling
2019-04-23 13:07:57 +02:00
Kenn Jacobsen
417b270f59
V8: Allow sorting manually by name in listviews ( #5252 )
2019-04-23 13:05:04 +02:00
Stephan
509b1151a2
Fix tests
2019-04-23 12:09:22 +02:00
Stephan
0cf857e8bc
Cleanup
2019-04-23 12:09:13 +02:00
Stephan
50f6779c17
Merge branch v8/dev into v8/bugfix/4963-fixing-models-and-member-repo
2019-04-23 11:31:47 +02:00
Stephan
5d0010a993
Fix paging error in NuCache
2019-04-23 11:11:53 +02:00
Stephan
f47cfe155a
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-04-23 11:02:15 +02:00
Stephan
6c08828887
Merge branch 'temp8-4682-ui-selection-of-users-and-user-groups' into v8/dev
2019-04-23 11:01:50 +02:00
Niels Lyngsø
74b4689059
corrected spacing
2019-04-23 10:59:53 +02:00
Stephan
2f1687cd4f
Merge branch 'v8/dev' into temp8-4682-ui-selection-of-users-and-user-groups
2019-04-23 10:54:07 +02:00
Stephan
6f0baa4a8e
Merge branch v8/dev into v8/feature/5170-IPublishedContent
2019-04-23 10:47:40 +02:00
Stephan
9443599382
Merge pull request #5307 from kjac/v8-fix-search-result-mapping
...
V8: Fix mapping for search results
2019-04-23 10:43:12 +02:00
Stephan
a56f3b23d1
Cleanup PublishedMember
2019-04-23 08:29:43 +02:00
Stephan
4feb766cc6
Fix IPublishedContent.Children() and NuCache
2019-04-23 08:29:43 +02:00
Stephan
55d4457c70
UmbracoContext: don't use obsolete properties
2019-04-23 08:29:43 +02:00
Stephan
05c85bbce5
NuCache: children as linked lists
2019-04-23 08:28:26 +02:00
Stephan
2270188668
Refactor IPublishedContent.Children()
2019-04-23 08:28:23 +02:00
Stephan
41e14a62c0
Refactor IPublishedContent.Parent()
2019-04-23 08:27:50 +02:00
Stephan
a996d46b6f
Refactor IPublishedContent.GetCultureFromDomains()
2019-04-23 08:27:50 +02:00
Stephan
e062ea8d31
Refactor IPublishedContent.CultureDate(), .Cultures
2019-04-23 08:27:50 +02:00
Stephan
7cf13cbf94
Fix IPublishedContent.Name(), .Segment() for invariant
2019-04-23 08:27:49 +02:00
Stephan
afda7a5661
Refactor IPublishedContent.ItemType
2019-04-23 08:27:49 +02:00
Stephan
11ef00c63d
Refactor IPublishedContent.Url()
2019-04-23 08:27:49 +02:00
Stephan
2b54cc50ab
Refactor IPublishedContent.UrlSegment()
2019-04-23 08:27:49 +02:00
Stephan
99319e0b49
UmbracoContext: rename properties
2019-04-23 08:27:49 +02:00
Stephan
f99302ac63
Cleanup IPublishedContent/PropertyType
2019-04-23 08:27:49 +02:00
Stephan
890d7d8ce3
Refactor IPublishedContent.Name()
2019-04-23 08:27:48 +02:00
Stephan
f039b00a44
Introduce IPublishedPropertyType
2019-04-23 08:27:48 +02:00
Stephan
34ad8dfb8d
Introduce IPublishedContentType
2019-04-23 08:27:40 +02:00
Sebastiaan Janssen
160d140167
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-04-22 13:22:15 +02:00
Sebastiaan Janssen
db7ae9a7e2
V7: Send notifications for changes in permissions ( #5306 )
...
V7: Send notifications for changes in permissions
2019-04-22 13:21:03 +02:00
Sebastiaan Janssen
2e6f032222
Merge branch 'v7/dev' into pr_5306
...
# Conflicts:
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-04-22 13:20:15 +02:00
Sebastiaan Janssen
9fc33d71e4
V7: Send notifications when an item is copied ( #5302 )
...
V7: Send notifications when an item is copied
2019-04-22 13:15:44 +02:00
Sebastiaan Janssen
916cd999d5
Merge branch 'v7/dev' into pr_5302
...
# Conflicts:
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-04-22 13:14:32 +02:00
Sebastiaan Janssen
a75506d60b
V7: Send notifications when an item is moved or restored ( #5303 )
2019-04-22 13:04:14 +02:00
Sebastiaan Janssen
6631a50a44
Merge branch 'v7/dev' into pr_5303
...
# Conflicts:
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-04-22 13:03:00 +02:00
Sebastiaan Janssen
9611791f31
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/Strategies/NotificationsHandler.cs
2019-04-22 12:52:25 +02:00
Kenn Jacobsen
c35a3fa702
Send notifications for rollbacks
2019-04-22 12:51:37 +02:00
Kenn Jacobsen
153ac58d2a
Send notifications for rollbacks
2019-04-22 12:50:44 +02:00
Kenn Jacobsen
a969ff6e10
Make sure Nested Content scaffolds are listed in defined sort order
2019-04-22 12:34:19 +02:00
Kenn Jacobsen
c7b4d1b206
Always show file names for media/files without thumbnail
2019-04-22 12:31:01 +02:00
Sebastiaan Janssen
aaf8ba0211
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/IO/MediaFileSystem.cs
2019-04-22 12:28:33 +02:00
Kenn Jacobsen
072c014055
Read image dimensions via GDI if EXIF fails with an exception
2019-04-22 12:21:55 +02:00
Kenn Jacobsen
655befde42
Read image dimensions via GDI if EXIF fails with an exception
2019-04-22 12:19:36 +02:00
Sebastiaan Janssen
344b7731ce
Fix JS unit tests
2019-04-22 12:10:53 +02:00
Sebastiaan Janssen
687cc4630f
Fix missing semicolon
2019-04-22 10:47:00 +02:00
Kenn Jacobsen
e180bb6722
V8: Fix broken listview pagination when using the back link ( #5149 )
2019-04-22 10:44:29 +02:00
Kenn Jacobsen
32104fff41
V8: Add back button to listviews for members ( #5158 )
...
* Add back button to edit member
* Don't set illegal location (with querystring params)
2019-04-22 10:21:38 +02:00
Kenn Jacobsen
8b6fbee47e
V8: Add back button to listviews in media ( #5116 )
2019-04-22 10:00:51 +02:00
Kenn Jacobsen
59df7f1399
Ensure consistency in the way panels are spaced
2019-04-22 09:57:44 +02:00
Kenn Jacobsen
f55e05da79
Don't explode when passing bad parameters to log resource
2019-04-22 09:55:38 +02:00
Kenn Jacobsen
2a43170915
V8: Add toggle group ( #5096 )
...
V8: Add toggle group
2019-04-22 09:16:41 +02:00
Kenn Jacobsen
717f8c9944
Fix mapping for search results
2019-04-21 21:00:34 +02:00
Kenn Jacobsen
ff4fe2cd79
Send notifications for changes in permissions
2019-04-21 13:22:49 +02:00
Mike
233f00e2d4
improvment: update tabbed focus colour to use blueExtraDark
2019-04-20 20:37:22 +01:00
Mike
18a2871419
feat: return focus to password field on password reveal toggle
2019-04-20 20:20:30 +01:00
Mike
8c954ef433
feat: add clear tabbed focus state to form inputs
2019-04-20 20:15:33 +01:00
Mike
b232d3c694
feat: add a 'tabbing-active' class when a person starts tabbing
2019-04-20 20:05:18 +01:00
Kenn Jacobsen
d2f727a1ba
Send notifications when an item is moved or restored
2019-04-20 20:40:52 +02:00
Kenn Jacobsen
38bb98b099
Send notifications when an item is copied
2019-04-20 20:31:36 +02:00
Kenn Jacobsen
d87464b8e4
Fix the style of the public access confirmation button
2019-04-18 13:48:54 +02:00
Sebastiaan Janssen
aba9c89ff4
Merge pull request #5090 from deMD/temp8-5069-getTreePackageFolder-use-localeCompare
...
V8 Plugins: Changed treeService.getTreePackageFolder to use localeCompare
2019-04-18 12:42:17 +02:00
Sebastiaan Janssen
74f98d51cd
Compare to 0 to get the desired result
2019-04-18 12:37:52 +02:00
Sebastiaan Janssen
1e475bfc6f
Merge branch 'v8/dev' into pr_5090
2019-04-18 12:11:24 +02:00
Kenn Jacobsen
e7f3f8da68
Remove unused translations from area"editcontenttype"
2019-04-18 12:05:17 +02:00
Kenn Jacobsen
a3af3d6d2b
Use "group" instead of "tab" on Nested Content config
2019-04-18 11:47:36 +02:00
Kenn Jacobsen
29a542a0dd
Support stylesheets in subfolders in the RTE
2019-04-18 11:38:34 +02:00
Kenn Jacobsen
73e4c6022d
Update the title of the macro view picker
2019-04-18 09:38:20 +02:00
Sebastiaan Janssen
eb10d71bff
Don't just Parse, the value might be null, have to use TryParse
2019-04-17 16:47:23 +02:00
Sebastiaan Janssen
9cf69d53c2
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/IMediaService.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/MediaController.cs
2019-04-17 16:39:10 +02:00
Kenn Jacobsen
2a930e5a66
Log the ID of the current user when emptying the media recycle bin
2019-04-17 16:01:18 +02:00
Kenn Jacobsen
2d32863fc9
Audit current user when moving media + clean up a few audit related things
2019-04-17 16:00:21 +02:00
Sebastiaan Janssen
2c32fabd36
Merge pull request #5054 from kjac/fix-content-empty-trash-audit-user
...
V7: Log correct user ID when emptying the content recycle bin
2019-04-17 15:58:43 +02:00
Kenn Jacobsen
a48d97e631
Create explicit overloads for UrlAbsolute
2019-04-17 15:38:47 +02:00
Kenn Jacobsen
4107f47588
Add optional culture parameter to UrlAbsolute extension
2019-04-17 15:38:47 +02:00
Kenn Jacobsen
bdac2a4a41
Use umb-checkbox for user filters
2019-04-17 15:35:57 +02:00
Stephan
791581f502
Use ConcurrentDictionary specific methods
2019-04-17 14:52:38 +02:00
Sebastiaan Janssen
1941c0dd1c
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Interfaces/IContentRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/UriExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/search.service.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contentpicker/contentpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/PropertyEditors/ContentPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RelatedLinks2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedMediaCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeQueryStringParameters.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
# src/Umbraco.Web/WebApi/Filters/FilterAllowedOutgoingMediaAttribute.cs
# src/Umbraco.Web/umbraco.presentation/content.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/preview/PreviewContent.cs
2019-04-17 14:52:35 +02:00
Sebastiaan Janssen
650ef39780
Merge branch 'v8/dev' into v8/merge/5061-from-v7
2019-04-17 14:44:10 +02:00
Sebastiaan Janssen
7db0440b5c
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Interfaces/IContentRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/UriExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/search.service.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contentpicker/contentpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/PropertyEditors/ContentPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RelatedLinks2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedMediaCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeQueryStringParameters.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
# src/Umbraco.Web/WebApi/Filters/FilterAllowedOutgoingMediaAttribute.cs
# src/Umbraco.Web/umbraco.presentation/content.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/preview/PreviewContent.cs
2019-04-17 14:35:59 +02:00
Shannon
a2a247b413
removes the enforcement of non duplicate property type aliases for now
2019-04-17 21:00:15 +10:00
Shannon
0b6a369047
When removing a property group, we need to first remove the group and then re-assign the property types so that duplicates are not added
2019-04-17 17:12:34 +10:00
Shannon
522fdefb8c
Ensures that ALL membership properties are created by the installer, removes the logic that updates a membertype while fetching it, fixes the logic of mapping membership properties when fetching and they don't exist.
2019-04-17 16:42:17 +10:00
Shannon
4d8d10f07a
adds comments, ignores test for now
2019-04-17 16:03:36 +10:00
Shannon Deminick
1ad19edfbd
Merge pull request #5262 from kjac/v8-fix-listview-annotation-order
...
V8: Tree node annotation "pending changes" should take precendence over "is listview"
2019-04-17 15:25:12 +10:00
Shannon Deminick
637cf6a608
Merge pull request #5276 from 0Neji/temp-5273
...
Make DropDownFlexibleConfiguration class public
2019-04-17 15:22:02 +10:00
Rasmus John Pedersen
a3ee718824
Add media url provider tests
2019-04-16 15:36:21 +02:00
Rasmus John Pedersen
d0701ae34e
Add media url provider support
2019-04-16 15:36:21 +02:00
Kenn Jacobsen
3668b68155
Merge with v8/dev
2019-04-16 11:48:20 +02:00
Kenn Jacobsen
e8e29c9390
Merge branch 'v8/dev' into v8-fix-macro-parameter-configuration
2019-04-16 11:25:48 +02:00
Kenn Jacobsen
0787824fba
Pass default configuration to configuration editor for macro parameter editors
2019-04-16 11:23:22 +02:00
Ben Palmer
40d2898fb8
Make DropDownFlexibleConfiguration class public to allow configuration to be set when creating a new data type
2019-04-16 09:21:24 +01:00
Kenn Jacobsen
2c436d5ae0
Apply nicer log message wrapping
2019-04-16 09:39:54 +02:00
Shannon
6f44e4fd09
Fixes INotifyCollectionChanged collections to raise the correct events, ensures that no duplicate property type aliases can be added/updated to
2019-04-16 17:37:42 +10:00
Rasmus John Pedersen
27b4329c1e
Rename udiHelper to udiParser
2019-04-16 08:50:19 +02:00
Shannon
02ddf80014
Adds a unit test
2019-04-16 15:39:28 +10:00
Shannon Deminick
9f9d24e6b3
Merge pull request #5246 from umbraco/v8/bugfix/5216-cache-getbyudi
...
Add GetById(Udi) to published caches
2019-04-16 12:08:39 +10:00
Shannon
e4f6794c59
Merge branch 'kjac-v8-feature-tree-annotations-visibility' into v8/dev
2019-04-16 11:42:22 +10:00
Shannon
440ac40674
Merge branch 'v8-feature-tree-annotations-visibility' of https://github.com/kjac/Umbraco-CMS into kjac-v8-feature-tree-annotations-visibility
2019-04-16 11:42:04 +10:00
Elitsa Marinovska
dba241ef50
Adding build script for API docs
2019-04-15 22:04:55 +02:00
Elitsa Marinovska
3b22480b5d
Update with correct paths
2019-04-15 21:46:09 +02:00
Kenn Jacobsen
52bc4b04b3
Fix annotation hover background color
2019-04-15 21:16:59 +02:00
Kenn Jacobsen
3f5ccb302d
Make the tree annotations easier to see
2019-04-15 21:10:09 +02:00
Stephan
6b23a8221d
Bugfix Audit service
2019-04-15 16:34:01 +02:00
Rasmus John Pedersen
32197f0bd1
Add angular udi helper service
2019-04-15 10:31:10 +02:00
Stephan
6cb55789bd
Fix mapper concurrency issue
2019-04-15 10:25:29 +02:00
Shannon
723d9eddd1
unbreaks a ctor change preventing 8.0.2 from being dropped into the bin
2019-04-15 18:15:52 +10:00
Shannon
fa655b812c
Fix composers ordering
2019-04-15 17:55:22 +10:00
Shannon Deminick
747a8cba2e
Merge pull request #5175 from umbraco/v8/bugfix/5174-composer-ordering
...
Fix composers ordering
2019-04-15 17:54:00 +10:00
Stephan
7e64f455b2
Remove leaked Console.WriteLine
2019-04-15 08:30:04 +02:00
Shannon
576c10cd50
NuCache: fix vanishing content when refreshing content types
2019-04-15 12:56:45 +10:00
Shannon Deminick
0cf609fdce
Merge pull request #5240 from umbraco/v8/bugfix/5222-nucache-vanishing-content
...
NuCache: fix vanishing content when refreshing content types
2019-04-15 12:55:43 +10:00
Shannon Deminick
3a26443f58
Merge pull request #5247 from umbraco/v8/bugfix/bad-local-temp-path
...
Fix bad local temp path
2019-04-15 12:24:41 +10:00
Kenn Jacobsen
9953aea156
Make tree item annotation "has pending changes" take precendence over "is listview"
2019-04-14 21:03:24 +02:00
Stephan
aa75fcfdb3
Fix bad local temp path
2019-04-12 17:40:10 +02:00
Stephan
d4ba1298d5
Add GetById(Udi) to published caches
2019-04-12 16:05:43 +02:00
Stephan
14f9445ffb
Ensure entities type in content caches GetById(Udi)
2019-04-12 15:34:06 +02:00
Stephan
7f7c9d2796
Merge branch 'v7/bugfix/5216' into v7/dev
2019-04-12 15:33:21 +02:00
Warren Buckley
ba4bb843de
Merge pull request #5076 from umbraco/temp8-4521-umb-property-editor-css-width
...
4521 umb-property-editor css width-limitation
2019-04-12 13:56:31 +01:00
Warren Buckley
43fc926f1b
Merge pull request #5157 from umbraco/v8/bugfix/5129-ui-app-header-focus
...
V8: Visually more catching focus highlighting
2019-04-12 10:49:51 +01:00
Elitsa Marinovska
e06d18330c
Merge pull request #4721 from kjac/v8-fix-invalid-hostname
...
V8: Handle invalid hostnames
2019-04-12 11:38:03 +02:00
elitsa
fb3f2101f0
Merge branch 'v8/dev' into v8-fix-invalid-hostname
...
# Resolved Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-04-12 11:27:43 +02:00
Warren Buckley
f8f28ec46a
Merge branch 'v8/dev' into v8/bugfix/5129-ui-app-header-focus
2019-04-12 09:40:02 +01:00
Elitsa Marinovska
6323dfcf9c
Merge pull request #5164 from kjac/v8-fix-navigation-partial-template
...
V8: Fix navigation partial view template
2019-04-12 10:00:39 +02:00
Elitsa Marinovska
108e3e527f
Merge pull request #5178 from kjac/v8-fix-content-type-matching-template-model
...
V8: Use the content type model when creating a "matching template"
2019-04-12 09:48:00 +02:00
elitsa
ebe4c1b3c3
Fixing formatting
2019-04-12 08:56:18 +02:00
Elitsa Marinovska
93f382fc0f
Merge pull request #5159 from poornimanayar/error-message-style-hostname
...
Fix the colour of the error message in the domains overlay
2019-04-12 08:52:46 +02:00
Stephan
8b509656cd
NuCache: fix vanishing content when refreshing content types
2019-04-11 18:55:40 +02:00
Kenn Jacobsen
179afe7e0d
Add IsVisible extension on IPublishedElement
2019-04-11 17:44:16 +02:00
Niels Lyngsø
92a0ec2964
take valserver and valpropertymsg out of business if we are dealing with invariant property on non-default-language
2019-04-11 13:03:28 +02:00
Niels Lyngsø
760b7ad0ce
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/5190-invariant-property-validation
2019-04-11 11:53:27 +02:00
Kenn Jacobsen
a09e612e1f
V8: Fix the layout for editing datatypes in infinite edit mode ( #5194 )
...
### Prerequisites
- [x] I have added steps to test this contribution in the description below
If there's an existing issue for this PR then this fixes https://github.com/umbraco/Umbraco-CMS/issues/5154
### Description
This PR fixes the layout of the datatype editor when editing datatypes in infinite editing mode (see #5154 for details).
When applied the editor behaves like this:

2019-04-10 15:31:55 +02:00
Niels Lyngsø
9ad5dad710
additional spacing added
2019-04-10 14:59:16 +02:00
Niels Lyngsø
7afd01ff5c
Styling update for umb-tags
2019-04-10 14:52:54 +02:00
Niels Lyngsø
f8af9fd895
correct spacing between properties
2019-04-10 14:52:39 +02:00
Niels Lyngsø
ac1d462bc5
ability to remove tag by pressing delete or backspace
2019-04-10 14:52:16 +02:00
Warren Buckley
a4e00b62b3
Merge pull request #5219 from umbraco/v8/bugfix/ui-doc-type-editor
...
bigger area for add-property + only hover-state if you can edit property
2019-04-10 14:09:03 +02:00
Niels Lyngsø
ed8ba3ddcf
changed inline-styling into a appearance property
2019-04-10 13:40:06 +02:00
Warren Buckley
9928b770f7
Merge pull request #5221 from umbraco/v8/bugfix/ui-make-toggle-round
...
Making Umb-Toggle round
2019-04-10 13:28:00 +02:00
Niels Lyngsø
43759fbef3
applied icons again
2019-04-10 12:10:01 +02:00
Niels Lyngsø
94334ff04f
style updates
2019-04-10 10:42:29 +02:00
Niels Lyngsø
1fcce288da
changed action into buttons for keyboard focus
2019-04-10 10:42:21 +02:00
Niels Lyngsø
5fbd455fd8
align description with title
2019-04-10 10:41:58 +02:00
Shannon
be7f42c454
Don't show the recycle bin in tree pickers/dialogs
2019-04-10 09:52:06 +10:00
Shannon Deminick
ff707e8768
Merge pull request #4960 from kjac/v8-fix-tree-dialog-remove-recycle-bin
...
V8: Don't show the recycle bin in tree pickers/dialogs
2019-04-10 09:50:42 +10:00
Ronald Barendse
d2e04614c6
Added UDI support for GetById and fixed bug not using specified preview mode
2019-04-09 23:21:40 +02:00
Stephan
e540a4ac23
IsVisible moves from publishde content to element
2019-04-09 21:24:55 +02:00
Stephan
ed4de5b000
Merge pull request #5041 from kjac/v8-feature-element-isvisible
...
V8: Add IsVisible extension on IPublishedElement
2019-04-09 21:20:37 +02:00
Niels Lyngsø
699c34263e
bigger area for add-property + only hover-state if you can edit property
2019-04-09 16:42:24 +02:00
Rasmus John Pedersen
c96cd09dba
Add RTE media url -> localLink migration
2019-04-09 15:35:42 +02:00
Rasmus John Pedersen
a96bca5fab
Remove isMedia workaround
2019-04-09 15:35:41 +02:00
Rasmus John Pedersen
8e5d33b15e
Resolve media urls when parsing localLink
2019-04-09 15:35:37 +02:00
Niels Lyngsø
b6918253c0
if invariant property then only validate if we are working on the default language.
2019-04-09 15:07:31 +02:00
Rasmus John Pedersen
0a66bbb293
Use localLink for media
2019-04-09 11:59:09 +02:00
Rasmus John Pedersen
f246dd7dca
Support editing media links
2019-04-09 11:59:09 +02:00
Bjarke Berg
b29fd4ada3
Merge pull request #5192 from umbraco/v8/bugfix/5183-mapping-enumerables
...
Fix mapping of enumerable
2019-04-09 11:51:39 +02:00
Bjarke Berg
b1674235e9
Merge pull request #5167 from umbraco/v8/bugfix/checkboxlist-fix
...
Fixing property editor "checkboxlist" to work in v8
2019-04-09 11:12:13 +02:00
Niels Lyngsø
8441d9017b
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/checkboxlist-fix
2019-04-09 08:54:02 +02:00
Shannon
7e1ee26dee
Fix spelling mistake
2019-04-09 10:34:59 +10:00
Kenn Jacobsen
0f969ecdd4
Setup non-selectable nodes after the treepicker loads
2019-04-08 19:56:15 +02:00
Stephan
6c8ded6275
Better mapping of enumerable
2019-04-08 16:41:33 +02:00
Niels Lyngsø
968fc40622
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/checkboxlist-fix
2019-04-08 15:22:59 +02:00
Stephan
9eb1415796
Fix mapping of enumerable
2019-04-08 10:05:21 +02:00
Kenn Jacobsen
1aec0e1d9c
Fix exception types as per review
2019-04-08 07:24:56 +02:00
Stephan
1c9b449c46
Log more details about boot environment
2019-04-07 16:25:06 +02:00
Kenn Jacobsen
2ee8f9dea2
Use the content type model when creating a "matching template"
2019-04-06 08:00:44 +02:00
Stephan
c87a9d6bfa
Fix composers ordering
2019-04-05 19:00:34 +02:00
Niels Lyngsø
ae853a178d
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/checkboxlist-fix
2019-04-05 14:02:21 +02:00
Niels Lyngsø
a4d8f0cd55
Fixing model sync, much weird code cleaned up
2019-04-05 14:01:28 +02:00
Niels Lyngsø
f141025248
Fixing checkbox list to work in v8
2019-04-05 09:43:27 +02:00
Shannon
e38095b727
NuCache: fix loading the media cache from local files, was missing media
2019-04-05 10:49:19 +11:00
Shannon
b5796ad237
Enable configuration of NuCache BTree block size #5114
2019-04-05 10:44:36 +11:00
Kenn Jacobsen
6e1a40e2ee
When creating partial views from templates, also replace (Model.Content) with (Model) - building upon the logic in e2d41106
2019-04-04 19:41:39 +02:00
Poornima Nayar
75bba068a4
Fix the colour of the error message in the domains overlay
2019-04-04 16:39:53 +02:00
Shannon Deminick
2ae639a3ae
Merge pull request #5099 from umbraco/v7/feature/5059-alt-preview
...
Alternate Preview Engine
2019-04-04 23:35:23 +11:00
Niels Lyngsø
30da32ee94
Visually more catching focus highlighting
2019-04-04 14:15:57 +02:00
Shannon
de8f01a4b2
Merge branch 'v7/dev' into v7/feature/5059-alt-preview
2019-04-04 23:11:27 +11:00
Stephan
f985c437b5
Add content.SetValue overload for posted files
2019-04-04 09:28:34 +02:00
Andrew Deans
63fb8f5933
Fix case of query parameter
2019-04-04 09:12:40 +02:00
Shannon Deminick
10f22f7848
Merge pull request #5118 from kjac/v7-fix-content-info-contenttype-alias
...
V7: Add content type alias to content "general" info box
2019-04-04 14:02:06 +11:00
Niels Lyngsø
bc821db8eb
less space for content-node and media-node
2019-04-03 15:11:55 +02:00
Niels Lyngsø
959402d545
removed permissions column
2019-04-03 15:11:36 +02:00
Niels Lyngsø
df46593ef3
improved list spacing, better text-overflow & center aligned select-all-checkbox for users list
2019-04-03 15:00:00 +02:00
Niels Lyngsø
1ff67df9df
Merge remote-tracking branch 'origin/v8/dev' into temp8-4521-umb-property-editor-css-width
2019-04-03 13:47:30 +02:00
Niels Lyngsø
db0a069b02
move highlight css to umb-table-body__link
2019-04-03 12:40:15 +02:00
Niels Lyngsø
4e027f7c83
space correction
2019-04-03 11:19:26 +02:00
Niels Lyngsø
d2ff96e7ea
show checkmark icon when checked
2019-04-03 11:18:37 +02:00
Niels Lyngsø
17e9487bf0
remove end of none existing anchor element
2019-04-03 11:18:15 +02:00
Niels Lyngsø
7f61a6fe9f
ability to open as a new tab
2019-04-03 10:51:01 +02:00
Niels Lyngsø
3d949c9a55
changed user groups to use umb-table
2019-04-03 10:37:31 +02:00
Shannon
eb529783c4
Don't allow move in members listview
2019-04-03 16:22:13 +11:00
Shannon
db867c66a3
The ImageCropperPropertyValueEditor doesn't convert values in ConvertDbToString correctly
2019-04-03 13:32:21 +11:00
Shannon
a8265db5f0
Reload listview after moving items
2019-04-03 10:45:04 +11:00
Niels Lyngsø
0997fe6732
checkmark column removed
2019-04-02 10:12:21 +02:00
Kenn Jacobsen
fb1f2c8af4
Add content type alias to content "general" info box
2019-04-02 08:12:46 +02:00
Stephan
e6d75f27de
Alt. preview: rename modes
2019-04-01 08:23:48 +02:00
Stephan
9bcd70589c
Alt. preview: thread safety
2019-04-01 08:21:01 +02:00
Shannon
7dcf2b1abb
infinity editing dim-layer for umb-modelcolumn
2019-04-01 17:05:13 +11:00
Stephan
514452ddb9
Better ServerMessenger configuration
2019-04-01 16:30:37 +11:00
Stephan
0676726bfc
Refactor preview
2019-03-28 10:52:19 +01:00
Stephan
bb43fc310a
Add service-level loading of preview Xml document
2019-03-27 17:11:21 +01:00
Dave de Moel
ff9179a15f
Changed check to use localeCompare
2019-03-27 10:33:21 +01:00
Stephan
3524ba83a8
Merge branch 'v7/bugfix/5019-change-log-level' into dev-v7
2019-03-27 10:29:30 +01:00
Niels Lyngsø
a7941b9678
setting width limit of selected property editors
2019-03-26 10:10:34 +01:00
Niels Lyngsø
31fd8066a4
fixing border color, which needs to be white.
2019-03-26 10:10:13 +01:00
Niels Lyngsø
5899f08d7f
removing the default width limitation.
2019-03-26 10:09:43 +01:00
Niels Lyngsø
8a16c749e1
Mixin for limiting the width of a property-editor
2019-03-26 10:09:21 +01:00
Bjarke Berg
011d406301
https://github.com/umbraco/Umbraco-CMS/issues/5019 - Changed log level from error to debug. This will spam the log if we request with invalid parameters
2019-03-25 11:59:41 +01:00
Kenn Jacobsen
8bd9ae062d
Merge with dev-v7
2019-03-24 13:37:32 +01:00
Kenn Jacobsen
d51daa2a8a
Make sure the correct user is registered in the log when emptying the recycle bin
2019-03-24 13:25:55 +01:00
Dan White
cc9a7ff942
U4 10147 - Bypass User Security option in pickers ( #2441 )
2019-03-23 12:51:36 +01:00
Kenn Jacobsen
33a91bb9e9
Add IsVisible extension on IPublishedElement
2019-03-21 15:01:46 +01:00
Kenn Jacobsen
761297a2db
Merged with dev-v8
2019-03-20 11:50:35 +01:00
Kenn Jacobsen
0c602567ce
Don't show the recycle bin in tree pickers/dialogs
2019-03-12 10:25:51 +01:00
Shannon
34a3389c17
Updates to latest Examine
2019-03-05 12:50:51 +11:00
Bjarne Fyrstenborg
28d4f1cc44
Fix issues where table cells collapse when sorting doctypes in Nested Content config
2019-03-03 20:18:41 +01:00
Kenn Jacobsen
4851bb0534
Handle mixed variance when creating content templates from content
2019-02-27 19:13:51 +01:00
Kenn Jacobsen
b9d1df0844
Return folder creation to non-active state in media picker
2019-02-24 15:28:04 +01:00
Kenn Jacobsen
32a622a6ea
Add missing documentation + a bit of renaming
2019-02-24 15:10:49 +01:00
Kenn Jacobsen
7ca6739cee
Clear error before (re)submitting
2019-02-24 15:01:47 +01:00
Kenn Jacobsen
214457fc04
Add translation
2019-02-24 09:50:13 +01:00
Kenn Jacobsen
30d46a6204
Merge branch 'v8-wip-invalid-hostname' into v8-fix-invalid-hostname
2019-02-24 09:40:07 +01:00
Kenn Jacobsen
b94b94ea06
Add serverside validation of assigned hostnames
2019-02-24 09:37:22 +01:00
Shannon
beb325eacf
oops got a couple versions wrong
2018-09-28 15:01:47 +10:00
Shannon
8e45bcf23f
changes targetFramework in web.config
2018-09-28 14:34:39 +10:00
Shannon
40dc49ed47
updates nuspecs
2018-09-28 14:27:03 +10:00
Shannon
4b07305dc5
Update HtmlAgilityPack
2018-09-28 14:10:45 +10:00
Shannon
2514a59e93
Latest MS libs for benchmark project
2018-09-28 14:00:03 +10:00
Shannon
6843da790c
Latest MS libs for benchmark project
2018-09-28 13:57:48 +10:00
Shannon
ba1a9c3758
Updates to latest compatible CodeAnalysis & DotNetCompilerPlatform libs
2018-09-28 13:54:20 +10:00
Shannon
332ad6349d
Updates latest newtonsoft.json
2018-09-28 12:59:12 +10:00
Shannon
42e48426e4
Updates other MS libs: ValueTuple, Dataflow, Reflection.Metadata
2018-09-28 12:44:17 +10:00
Shannon
a0cc788f27
Updates to latest Image Processor versions
2018-09-28 12:24:16 +10:00
Shannon
aecf96d74d
Updates to latest MVC, WebApi and Owin
2018-09-28 12:19:34 +10:00
Shannon
c75938076e
reinstalls all packages flagged as 'requiresReinstallation'
2018-09-28 11:54:05 +10:00
Shannon
cebbcb711a
csproj, etc... updates for 452 (and 462 for benchmark proj)
2018-09-28 11:29:56 +10:00