swcs
2410d2c86c
overlay "target"-positioning updates correctly on content changes and container resize
2019-09-02 20:33:44 +02:00
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
Shannon Deminick
980528c652
Merge pull request #5197 from redmorello/v8/dev
...
Fix spelling mistake in the Packages section of the back office
2019-04-09 10:33:10 +10:00
Shannon Deminick
0f6f7294a2
Merge pull request #5193 from kjac/v8-feature-donotcloneattribute-public
...
V8: Make DoNotCloneAttribute public
2019-04-09 10:25:52 +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
Ian Houghton
a90ae4ae28
Fix spelling mistake
2019-04-08 14:48:42 +01: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
c4db0a3dc1
Merge pull request #5188 from kjac/v8-fix-relationtype-map-alias
...
V8: Relation type alias is "generating" when editing an existing relation type
2019-04-08 14:32:24 +02:00
Kenn Jacobsen
ceaae13575
Make DoNotCloneAttribute public
2019-04-08 10:39:37 +02:00
Stephan
9eb1415796
Fix mapping of enumerable
2019-04-08 10:05:21 +02:00
Stephan
091fae39a3
Merge pull request #5177 from kjac/v8-fix-entityslim-additionaldata-mapping
...
V8: Missing "metadata" breaks media picker (mapping issue)
2019-04-08 08:59:07 +02:00
Kenn Jacobsen
1aec0e1d9c
Fix exception types as per review
2019-04-08 07:24:56 +02:00
Kenn Jacobsen
22f43e67f5
Include relation type alias when mapping to RelationTypeDisplay
2019-04-07 20:13:39 +02:00
Stephan
1c9b449c46
Log more details about boot environment
2019-04-07 16:25:06 +02:00
Stephan
b0ef69a4ec
Log more details about boot environment
2019-04-07 16:24:35 +02:00
Stephan
5cb85ebd52
Merge branch 'v8/bugfix/5163-mapping-confusion' into v8/dev
2019-04-07 13:00:14 +02:00
Stephan
89b39be83f
Comment out dangerous methods
2019-04-07 12:59:59 +02:00
Stephan
ce89aa4857
Minor mapping fix
2019-04-07 12:56:11 +02:00
Stephan
6aeea47f6f
Minor fix
2019-04-07 11:27:34 +02:00
Stephan
8049c40f90
Stop exposing mapper in MapperContext
2019-04-07 11:26:47 +02:00
Stephan
1af431a27d
Merge pull request #5181 from kjac/v8-fix-variant-listview
...
V8: Fix YSOD on variant content listview
2019-04-07 10:34:01 +02:00
Stephan
814b8e3b7d
Merge pull request #5180 from kjac/v8-fix-save-variant-content
...
V8: YSOD when saving variant content (mapping issue)
2019-04-07 10:29:37 +02:00
Kenn Jacobsen
9326aac6d3
Pass the mapping context when mapping properties, to ensure that variant properties are mapped according to the current language context
2019-04-06 21:53:40 +02:00
Kenn Jacobsen
cb921b1fe2
Pass the mapping context when mapping properties, otherwise variant properties can't be mapped due to missing culture in mapping context
2019-04-06 21:39:16 +02:00
Stephan
9536a868e0
Fix erroneous log message when upgrading
2019-04-06 19:11:01 +02:00
Stephan
0a4465f721
Fix mapping comment
2019-04-06 18:35:07 +02:00
Stephan
9c06ef83e2
Merge pull request #5176 from kjac/v8-fix-map-usergroup-assignedusergrouppermissions
...
V8: Fix node permissions YSOD (mapping issue)
2019-04-06 18:33:04 +02:00
Kenn Jacobsen
f5ad4c67eb
Include AdditionalData when mapping IEntitySlim to EntityBasic
2019-04-06 12:24:41 +02:00
Kenn Jacobsen
851f74528f
Include UserGroup ID when mapping UserGroup to AssignedUserGroupPermissions
2019-04-06 08:18:40 +02:00
Kenn Jacobsen
2ee8f9dea2
Use the content type model when creating a "matching template"
2019-04-06 08:00:44 +02:00
Stephan
4f6f5cc3fd
Merge pull request #5173 from kjac/v8-fix-create-content-type-with-template
...
V8: YSOD when creating the same content type twice (mapping issue)
2019-04-05 19:05:23 +02:00
Stephan
c87a9d6bfa
Fix composers ordering
2019-04-05 19:00:34 +02:00
Kenn Jacobsen
a9ceb82158
Don't explode when attempting to create a new content type with a template (mapping issue)
2019-04-05 15:18: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
Bjarke Berg
9d9c201984
Merge pull request #5140 from umbraco/temp8-ui-use-umb-checkbox-for-select-all-in-listview
...
Use umb-checkbox for select all in listview
2019-04-05 11:33:10 +02:00
Bjarke Berg
c21ffd4417
Merge pull request #5166 from umbraco/v8/bugfix/ui-umb-toggle-v8-look
...
Changed umb-toggle look to fit with v8
2019-04-05 10:38:44 +02:00
Niels Lyngsø
f141025248
Fixing checkbox list to work in v8
2019-04-05 09:43:27 +02:00
Niels Lyngsø
afad606d05
Changed umb-toggle look to fit with v8
2019-04-05 09:14:19 +02:00
Stephan
406fd892b4
Document UmbracoMapper
2019-04-05 09:08:00 +02:00
Stephan
4ceef88f59
Merge pull request #5165 from kjac/v8-fix-template-mapping
...
V8: Can't save templates (missing mapping profile)
2019-04-05 09:06:44 +02:00
Bjarke Berg
bdacb7da76
Merge pull request #5011 from umbraco/v8/feature/284-content-type-repo
...
Content/Media/MemberTypeRepository refactoring
2019-04-05 08:21:11 +02:00
Bjarke Berg
36c35750cd
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/284-content-type-repo
2019-04-05 07:49:55 +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 Deminick
a4c3fdd634
Merge pull request #5162 from umbraco/v8/bugfix/5121-nucache-missing-media
...
NuCache: fix loading the media cache from local files, was missing media
2019-04-05 10:48:26 +11:00
Shannon
84d69b363a
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/5121-nucache-missing-media
2019-04-05 10:46:44 +11:00
Shannon
b5796ad237
Enable configuration of NuCache BTree block size #5114
2019-04-05 10:44:36 +11:00
Shannon Deminick
c6038c6920
Merge pull request #5114 from umbraco/v8/bugfix/4998-nucache-large-volumes
...
Enable configuration of NuCache BTree block size
2019-04-05 10:43:02 +11:00
Shannon
da8fea205a
Merge branch 'v8/dev' into v8/bugfix/4998-nucache-large-volumes
2019-04-05 10:39:32 +11:00
Kenn Jacobsen
1999d6121a
Proper fix for the mapping
2019-04-04 20:09:21 +02:00
Kenn Jacobsen
295f805f6a
Can't save template (fix template mapping)
2019-04-04 19:57:10 +02: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
Stephan
4ec51da737
NuCache: fix loading the media cache from local files, was missing media
2019-04-04 17:57:04 +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
d0b9fb7d6f
Merge pull request #5087 from umbraco/v8/feature/284-auto-mapper
...
Refactor (auto) mapping
2019-04-05 00:59:22 +11:00
Shannon
bff920fa50
Merge branch 'v8/dev' into v8/feature/284-auto-mapper
...
# Conflicts:
# src/Umbraco.Core/Composing/SetCollectionBuilderBase.cs
2019-04-05 00:58:56 +11:00
Shannon
ac6020ff79
removes the unneeded ctor param
2019-04-05 00:56:18 +11:00
Shannon
2e1dd7f4a9
splits appstate.service and editorstate.service
2019-04-05 00:11:05 +11:00
Shannon
fe2c519d75
fixes tests
2019-04-05 00:00:22 +11: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
Shannon Deminick
984c31f586
Merge pull request #4955 from umbraco/temp8-server-content-validation-fixes-4884
...
v8 - Fixes multiple issues with variant validation
2019-04-04 22:15:26 +11:00
Shannon
9da236809a
Merge branch 'temp8-server-content-validation-fixes-4884' of https://github.com/umbraco/Umbraco-CMS into temp8-server-content-validation-fixes-4884
2019-04-04 21:58:11 +11:00
Shannon
92b64b2ca6
Changes controller to be explicit about which culture will be affiliated with invariant property issues
2019-04-04 21:57:49 +11:00
Kenn Jacobsen
2c6d400055
Various UX improvements to the RTE configuration ( #5122 )
2019-04-04 12:44:19 +02:00
Kenn Jacobsen
4a8449d80d
Replace listview bulk action checkboxes with umb-toggle ( #5128 )
2019-04-04 11:47:03 +02:00
Stephan
dc337a60ac
NuCache dashboard cosmetics
2019-04-04 11:08:33 +02:00
Shannon Deminick
3505984b4d
Merge pull request #5138 from Jeavon/bugfix/xmlhelper-public
...
Make XmlHelper class public again
2019-04-04 19:51:13 +11:00
Jeavon
e23b9153a0
fix: set some methods within XmlHelper to internal
2019-04-04 09:45:04 +01: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
Stephan
571df1894a
Cleanup fixmes
2019-04-04 08:36:16 +02:00
Stephan
f66e92801d
Merge branch 'v8/dev' into temp8-server-content-validation-fixes-4884
2019-04-04 08:27:00 +02:00
Stephan
90c5ddf0dc
BaseMapper does not need be IDiscoverable
2019-04-04 08:26:26 +02:00
Bjarke Berg
fd6368946c
Merge pull request #5146 from umbraco/v8/bugfix/4811
...
use text-overflow for better look in narrow screens
2019-04-04 07:54:25 +02:00
Shannon Deminick
7d248bd2c8
Merge pull request #5106 from umbraco/v8/feature/284-npoco-mappers
...
Simplify our Poco mappers
2019-04-04 15:39:05 +11: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ø
8472b48ba8
use text-overflow for better look in narrow screens
2019-04-03 15:45:41 +02:00
Matt Darby
7568ab20ac
Fix users layout jumping when a user is selected ( #4939 )
...
* Remove "xs" sizing from selected user buttons
* Only remove "xs" from first button
2019-04-03 15:31:09 +02: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
Bjarke Berg
74bfaabf90
Added null-check before updating the count. ( #5142 )
2019-04-03 13:35:01 +02:00
Bjarke Berg
a0f5a466ac
Merge pull request #5141 from umbraco/temp8-4427-3
...
check if value exists
2019-04-03 13:22:04 +02:00
Niels Lyngsø
2529193ca9
finished the work
2019-04-03 13:07:00 +02:00
Niels Lyngsø
92a68d3887
check if value exists
2019-04-03 12:46:55 +02:00
Niels Lyngsø
db0a069b02
move highlight css to umb-table-body__link
2019-04-03 12:40:15 +02:00
Stephan
e6b26d72e6
NuCache dashboard cosmetics
2019-04-03 11:57:45 +02:00
Jeavon
ef79e6c0e9
fix: make XmlHelper class public
2019-04-03 10:54:53 +01:00
Bjarke Berg
a99c8ad2ba
UI-Fix for readonly values on members.
2019-04-03 11:40:51 +02:00
Niels Lyngsø
9379efceae
early testing
2019-04-03 11:22:00 +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
Stephan
aad245d5a8
Fix mappers
2019-04-03 11:17:51 +02:00
Stephan
7fa71a2f4e
Fix mappers
2019-04-03 11:03:35 +02:00
Niels Lyngsø
7f61a6fe9f
ability to open as a new tab
2019-04-03 10:51:01 +02:00
Stephan
7a6884d208
Rename mapper stuff
2019-04-03 10:39:49 +02:00
Niels Lyngsø
3d949c9a55
changed user groups to use umb-table
2019-04-03 10:37:31 +02:00
Stephan
eb2a506dd8
Merge pull request #5135 from andrewdeans/v8/dev
...
Fix case of query parameter
2019-04-03 08:00:17 +02:00
Shannon
eb529783c4
Don't allow move in members listview
2019-04-03 16:22:13 +11:00
Shannon Deminick
a6fa23426e
Merge pull request #5125 from kjac/v8-fix-members-disable-bulk-move
...
V8: Don't allow move in members listview
2019-04-03 16:21:10 +11:00
Andrew Deans
6ac5e19e9f
Fix case of query parameter
2019-04-02 23:00:08 -04: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
Shannon Deminick
b73d798b54
Merge pull request #5117 from kjac/v8-fix-listview-reload-after-move
...
V8: Reload listview after moving items
2019-04-03 10:44:00 +11:00
Shannon Deminick
f5d1ae0a3f
Merge pull request #5130 from MMasey/update-syncing-fork-info
...
fix: update contributing.md with correct branch to rebase with (v8/dev)
2019-04-03 10:35:04 +11:00
Mike Masey
6d6121faa6
feat: add updated defaultbranch image and update missed dev-v8 references to v8/dev
2019-04-02 20:47:47 +01:00
Mike Masey
9d4ecc1d41
fix: update contributing.md with correct branch to rebase with (v8/dev)
2019-04-02 20:09:03 +01:00
Stephan
389ee7ec84
Review, cleanup
2019-04-02 18:02:44 +02:00
Kenn Jacobsen
9fe86169dc
Don't allow move in members listview
2019-04-02 15:43:57 +02:00
Stephan
fd8cef59ef
Merge branch 'v8/dev' into temp8-server-content-validation-fixes-4884
2019-04-02 14:03:02 +02:00
Bjarke Berg
a45eda9d19
#284 - Removed unused variables/parameters
2019-04-02 13:46:37 +02:00
Stephan
27e145fe3d
Fix temporal coupling
2019-04-02 13:35:01 +02:00
Stephan
04427e4c61
Merge branch 'v8/dev' into v8/feature/284-npoco-mappers
2019-04-02 12:03:55 +02:00
Stephan
4e7e784d7c
Merge branch 'v8/dev' into v8/feature/284-content-type-repo
2019-04-02 12:03:26 +02:00
Stephan
c5f934930e
Merge branch 'v8/dev' into v8/feature/284-auto-mapper
2019-04-02 12:03:05 +02:00
Stephan
b524019fc4
Merge branch 'v8/dev' into v8/bugfix/4998-nucache-large-volumes
2019-04-02 12:02:45 +02:00
Niels Lyngsø
0997fe6732
checkmark column removed
2019-04-02 10:12:21 +02:00
Bjarke Berg
06bee124ee
Merge pull request #4560 from umbraco/temp8-4011
...
Temp8 Fix for #4011
2019-04-02 09:47:30 +02:00
Bjarke Berg
a9f5d3c1e8
#4011 - Use discreet word not disgrete
2019-04-02 09:41:29 +02:00
Stephan
bf1e9b48be
Comment (bump PR)
2019-04-02 09:40:14 +02:00
Warren Buckley
b0e6618773
Merge pull request #5105 from kjac/v8-fix-logviewer-search-ux
...
V8: Improvements for logviewer search results view
2019-04-02 09:15:51 +02:00
Bjarke Berg
76e2f2f380
#4011 - Not using a unnecessary function call in views
2019-04-02 09:15:30 +02:00
Bjarke Berg
d58106d976
Merge remote-tracking branch 'origin/v8/dev' into temp8-4011
2019-04-02 08:36:39 +02:00
Kenn Jacobsen
fb1f2c8af4
Add content type alias to content "general" info box
2019-04-02 08:12:46 +02:00
Kenn Jacobsen
392d4f7f96
Reload listview after moving items
2019-04-01 19:56:14 +02:00
Warren Buckley
3af8d0e4f5
Merge pull request #5109 from leekelleher/chore/constants-root
...
V8: Updated Constant.System.Root references (to use correct constant, and others)
2019-04-01 13:48:33 +01:00
Stephan
92c380fce1
Merge branch v8/dev into temp8-server-content-validation-fixes-4884
2019-04-01 13:48:25 +02:00
Stephan
61cfba506a
Merge branch 'temp8-4217-datatype-edits-updates-content-editor' into v8/dev
2019-04-01 12:19:11 +02:00
Stephan
4906231dcd
Merge branch 'v8/dev' into temp8-4217-datatype-edits-updates-content-editor
2019-04-01 12:15:57 +02:00
Stephan
c1856723ba
Merge branch 'temp8-4427-3' into v8/dev
2019-04-01 12:07:00 +02:00
Stephan
58efda69f5
Merge branch 'v8/dev' into temp8-4427-3
2019-04-01 12:00:35 +02:00
Stephan
305bcb3b5d
Cleanup
2019-04-01 08:31:33 +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
Shannon Deminick
b0c7a7bdaf
Merge pull request #5079 from umbraco/temp8-4828
...
fixes 4828 — by adding dimmed-layer for umb-modelcolumn
2019-04-01 17:04:05 +11:00
Shannon Deminick
80d1d73d7c
Merge pull request #5107 from umbraco/v8/feature/284-no-viewbag
...
Replace dynamic ViewBag with ViewData
2019-04-01 16:47:13 +11:00
Stephan
514452ddb9
Better ServerMessenger configuration
2019-04-01 16:30:37 +11:00
Shannon Deminick
6a8ae22c6c
Merge pull request #5013 from umbraco/v8/feature/5012-messenger-options
...
Better ServerMessenger configuration
2019-04-01 16:29:21 +11:00
Shannon
b4885f48d7
fixing bad merge problem
2019-04-01 14:31:34 +11:00
Shannon
d0d5d37400
Merge remote-tracking branch 'origin/v8/dev' into temp8-4011
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/grid/grid.rte.directive.js
# src/Umbraco.Web.UI.Client/src/views/components/grid/grid-rte.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html
2019-04-01 14:27:11 +11:00
Shannon
043f4f3d02
Revert "Merge remote-tracking branch 'origin/v8/8.0' into temp8-4011"
...
This reverts commit e73cf590b7 , reversing
changes made to 89903a633b .
2019-04-01 14:20:47 +11:00
Shannon
e73cf590b7
Merge remote-tracking branch 'origin/v8/8.0' into temp8-4011
2019-04-01 14:16:13 +11:00
Stephan
1eb55a83c0
Merge branch 'patch-8.0.1' into v8/8.0
2019-03-30 12:13:12 +01:00
Stephan
2b2db8bf24
Enable configuration of NuCache BTree block size
2019-03-29 19:18:22 +01:00
leekelleher
0a687ab7ce
Whitespace formatting in the Constants classes
...
Also removed unused namespaces.
2019-03-29 12:26:42 +00:00
leekelleher
533d2cf8dd
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:18:52 +00:00
leekelleher
b44360aa99
Swapped System.RecycleBinMedia string conversions
...
to use the `System.RecycleBinMediaString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinMedia` is `-21`, it didn't
need the culture invariant conversion.
2019-03-29 12:17:12 +00:00
Kenn Jacobsen
31e4701487
Re-style things so the saved searches link is inside the input field
2019-03-29 13:17:00 +01:00
leekelleher
a4c96678e5
Swapped System.RecycleBinContent string conversions
...
to use the `System.RecycleBinContentString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinContentString` is `-20`, it didn't
need the culture invariant conversion.
2019-03-29 12:14:27 +00:00
leekelleher
13564c72ef
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:13:38 +00:00
leekelleher
f4bd0cd1f5
Swapped all System.Root string conversions
...
to use the `System.RootString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.Root` is `-1`, it didn't need the culture invariant
conversion.
2019-03-29 12:06:23 +00:00
Stephan
cea8753ff2
Replace dynamic ViewBag with ViewData
2019-03-29 09:56:56 +01:00
Stephan
961cbf694e
Simplify our Poco mappers
2019-03-29 09:46:36 +01:00
Warren Buckley
853087a750
Merge pull request #4970 from poornimanayar/cleanup-logview-saved-searches
...
General tidy up of styles for logviewer
2019-03-29 08:23:17 +00:00
Bjarke Berg
0d1683fa61
Merge pull request #5091 from umbraco/temp8-4669-ui-discreet-option-for-set-date-input
...
UI changes for Schedule Publishing
2019-03-29 08:37:52 +01:00
Stephan
07bb7ac0f7
Add content.SetValue overload for posted files
2019-03-29 08:26:36 +01:00
Shannon Deminick
212af8be10
Merge pull request #4877 from kjac/v8-feature-get-multiple-members
...
V8: Add methods for fetching multiple members to UmbracoHelper
2019-03-29 11:19:51 +11:00
Kenn Jacobsen
6a69906fb6
Make the "save search" dialog a little prettier
2019-03-28 17:11:00 +01:00
Kenn Jacobsen
d49d4bcdeb
Align the logviewer search icons to the right of the search field
2019-03-28 17:10:41 +01:00
Shannon
28210896a8
fixes logic with publish due to flag enums
2019-03-29 00:32:52 +11:00
Shannon
c67298dcd4
recommitting, the build server just died for some reason
2019-03-29 00:08:53 +11:00
Shannon
5a626acb3a
Fixes up a bunch more validation logic, adds unit tests to support
2019-03-28 23:59:49 +11:00
Kenn Jacobsen
6d9ed6c59b
Change Member to Members (plural) for methods returning multiple members
2019-03-28 12:46:54 +01:00
Stephan
f8f1fea407
Various corrections to mappers
2019-03-28 12:38:04 +01: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
Niels Lyngsø
8da9ecc9e4
date-wrapper styles for variants schedule publishing
2019-03-27 12:49:03 +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
Stephan
9b13d8f5d7
Stop logging useless errors in UriExtensions
2019-03-27 10:29:11 +01:00
Stephan
c9f1d9aaf6
Merge branch 'temp8-4839-siblings' into dev-v8
2019-03-27 10:21:14 +01:00
Stephan
8f51e2634c
Merge branch 'dev-v8' into temp8-4839-siblings
2019-03-27 10:17:57 +01:00
Stephan
47cb03bb38
Fix mapper and mapping
2019-03-27 09:35:57 +01:00
Stephan
72bdf56ddf
Cleanup and fix mappers
2019-03-27 09:15:32 +01:00
Stephan
70c2090a56
Refactor more mappers - AutoMapper gone now
2019-03-27 09:15:32 +01:00
Stephan
d274737296
Refactor more mappers
2019-03-27 09:15:32 +01:00
Stephan
92139dd0c9
Refactor more mappers
2019-03-27 09:15:32 +01:00
Stephan
5bcafba34c
Refactor more mappers
2019-03-27 09:15:32 +01:00
Stephan
a6dc5f0eac
Refactor more mappers
2019-03-27 09:15:31 +01:00
Stephan
cd0338498f
Fix BackOfficeIdentityUser
2019-03-27 09:15:31 +01:00
Stephan
57067d7e56
Use Umbraco.Code to ensure proper mapping
2019-03-27 09:15:31 +01:00
Stephan
ef5646fa3b
Cleanup, reduce AutoMapper exposure
2019-03-27 09:15:31 +01:00
Stephan
b43e113cb6
Experiment with mapping (perfs)
2019-03-27 09:15:31 +01:00
Bjarke Berg
13c11e0434
Merge pull request #5065 from umbraco/temp8-ui-change-notification-style
...
V8: UI changed notification style
2019-03-27 09:07:21 +01:00
Bjarke Berg
97879fc7aa
Merge pull request #5063 from umbraco/temp8-ui-change-redirectmanagement-button-styles
...
V8: changed button styles for a better low hanging-fruit solution
2019-03-27 08:41:01 +01:00
Niels Lyngsø
719a4a8b6a
adjusted size
2019-03-27 08:29:04 +01:00
Shannon
ef3f349764
Fixes issue with ContentService.SaveAndPublish when dealing with cultures since it wouldn't actually save the content if it was invalid - we always must save even if data is invalid, this was an oversight with the rush to release with these last minute APIs
2019-03-27 18:00:17 +11:00
Shannon
15a984f68c
Merge branch 'dev-v8' into temp8-server-content-validation-fixes-4884
...
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-03-27 16:33:26 +11:00
Shannon
22662042b5
Fixes up more of dealing with invariant property validation
2019-03-27 16:31:53 +11:00
Shannon
8042405d94
WIP - Fixing up validation so that invariant properties are only validated on the default lang or if the item is not published
2019-03-27 12:41:02 +11:00
Shannon
e222bf2920
Reverts the previous changes of validating all languages against invariant properties
2019-03-27 12:39:05 +11:00
Kenn Jacobsen
4d0d17eb1b
Remove params overloads on MembershipHelper
2019-03-26 15:11:05 +01:00
Niels Lyngsø
d6be02aaec
style set date input
2019-03-26 14:57:45 +01:00
Niels Lyngsø
4a14d45a64
remove inline styling
2019-03-26 14:57:30 +01:00
Niels Lyngsø
458e510961
remove double ;;
2019-03-26 14:57:13 +01:00
Niels Lyngsø
b36288b987
infinity editing dim-layer for umb-modelcolumn
2019-03-26 14:11:01 +01:00
Stephan
dfe6f2029a
NuCache: better fixing, cleanup
2019-03-26 10:25:05 +01:00
Stephan
851c844c8b
NuCache: fix panic exception
2019-03-26 10:25:05 +01:00
Stephan
7e413ed406
NuCache: troubleshooting
2019-03-26 10:25:05 +01:00
Stephan
c56b8863ee
NuCache: reorg some classes
2019-03-26 10:25:05 +01:00
Stephan
13a8548d3a
NuCache: rename things
2019-03-26 10:25:05 +01:00
Stephan
a70cb51559
NuCache: cleanup scoped objects
2019-03-26 10:25:05 +01:00
Kenn Jacobsen
8a56b3db16
Fix the "Language" dropdown in the "Culture and Hostnames" dialog
2019-03-26 20:10:50 +11: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
Bjarke Berg
4fcf2ce7bd
Fixed issue when creating variant content templates, but the properties is invariant. Before this change an exception was thrown
2019-03-26 20:10:03 +11: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
Shannon
080ace90b2
Bugfix: https://github.com/umbraco/Umbraco-CMS/issues/4827 - Fixed MediaPickerValueConverter when config is Only Images
2019-03-26 20:09:12 +11:00
Shannon
2bfa81c707
fixes 4627 + makes front-end validations appear as soon as they are invalid again.
2019-03-26 20:07:42 +11:00
Shannon Deminick
ac6767248e
Merge pull request #4978 from umbraco/temp8-4627
...
Fixes front-end validation (4627)
2019-03-26 01:54:06 -07:00
Kenn Jacobsen
64bae439bf
Fix stuff from review
2019-03-26 08:44:03 +01:00
Niels Lyngsø
118f6c7e50
added the ability to watch tokens in localization service
2019-03-25 14:46:42 +01:00
Niels Lyngsø
50ee60e8c3
correcting translate tokens to use %
2019-03-25 14:09:29 +01:00
Niels Lyngsø
286978647e
fix type mistake, plus correcting math.
2019-03-25 14:04:31 +01:00
Niels Lyngsø
0cc6e51b7a
simplify controller + only show text when near limit + different text when exceeding limit
2019-03-25 13:46:57 +01:00
Niels Lyngsø
15d5c67cd3
global text-color variables
2019-03-25 13:46:49 +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
Niels Lyngsø
84e4189b45
added margin and round corners to notifications
2019-03-25 11:37:05 +01:00
Niels Lyngsø
e6720a175c
changed notification auto remove time to 10 seconds
2019-03-25 11:36:50 +01:00
Robert
026ad4f2a8
fixes - TinyMCE does not sync data to angular store when dragged away in grid-editor ( #5048 )
2019-03-25 11:07:50 +01:00
Niels Lyngsø
bf3ce014cb
changed button styles for a better low hanging-fruit solution
2019-03-25 10:51:06 +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
Sebastiaan Janssen
929fc415bb
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web/Routing/RedirectTrackingEventHandler.cs
2019-03-23 10:31:50 +01:00
Nathan Woulfe
4e1634754b
fix URL redirection creation - was failing when save and save+publish as save creates new URL, which is compared to itself in save+publish ( #5036 )
2019-03-23 10:29:46 +01:00
Brandon Osborne
080f433140
Updated Upload method ( #4850 )
2019-03-23 09:59:04 +01:00
Niels Lyngsø
054bc28a0a
Merge remote-tracking branch 'origin/dev-v8' into temp8-4217-datatype-edits-updates-content-editor
2019-03-22 16:35:53 +01:00
Niels Lyngsø
d806855698
listen for "editors.documentType.saved" instead of "editors.content.reload"
2019-03-22 16:22:36 +01:00
Niels Lyngsø
da503cc9b5
listen for "editors.dataTypeSettings.saved"
2019-03-22 16:19:56 +01:00
Niels Lyngsø
af4dc97b10
changed ' to "
2019-03-22 16:06:39 +01:00
Niels Lyngsø
019ac52309
emit "editors.dataTypeSettings.saved"-event
2019-03-22 16:06:07 +01:00
Robert
3761d2e483
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
2019-03-22 15:06:44 +01:00
Robert
d107289a08
Fixes not being able to add languages
2019-03-22 15:06:09 +01:00
Robert
1d8ed6e507
Merge pull request #5045 from umbraco/v8/bugfix/4683-Change-text-in-culture-and-hostnames
...
V8: Translation in the culture and hostnames panel.
2019-03-22 14:37:21 +01:00
Robert
4ea169a636
Merge pull request #5049 from umbraco/v8/bugfix/4990-use-skip-and-take-parameters
...
V8: Use the skip and take parameters in GetVersionsSlim
2019-03-22 14:32:51 +01:00
Bjarke Berg
b16bf78c44
Merge pull request #4957 from kjac/v8-fix-region-and-regionless-languages
...
V8: Allow mixing languages with and without region
2019-03-22 14:03:10 +01:00
Bjarke Berg
acf59dc1d0
Formatting
2019-03-22 13:55:46 +01:00
Bjarke Berg
f99d3f7419
https://github.com/umbraco/Umbraco-CMS/issues/4990 - Added skip and take
2019-03-22 13:53:40 +01:00
Bjarke Berg
8ab89f5e1c
https://github.com/umbraco/Umbraco-CMS/issues/4683 - Translation in the culture and hostnames panel. Our recommendation in V8 is opposite to V7, therefore a new key is introduced
2019-03-22 12:01:08 +01:00
Bjarke Berg
1587e13b23
Merge pull request #5043 from umbraco/temp8-4695-umb-sticky-bar-position-infinity-mode
...
top: 70px; in infinity mode
2019-03-22 11:42:00 +01:00
Bjarke Berg
0acc8e1f14
Merge pull request #4961 from umbraco/temp8-rename-color-variable-disgrete-to-discreet
...
Renamed LESS variables with disgrete to discreet
2019-03-22 09:45:50 +01:00
Bjarke Berg
99ebe13ebb
Merge pull request #4974 from umbraco/temp8-fix-conditional-sync-of-checkboxlist
...
Fixing code in sync functionality of checkbox-list
2019-03-22 09:35:31 +01:00
Niels Lyngsø
e16777fc28
remove debugger;
2019-03-22 09:21:37 +01:00
Niels Lyngsø
23f36b9d4e
top: 70px; in infinity mode
2019-03-22 09:20:50 +01:00
Bjarke Berg
9a6798953b
Merge pull request #5026 from umbraco/temp8-ui-hover-state-for-selectable-items
...
Hover state for selectable items in Lists and Grids
2019-03-21 15:19:53 +01:00
Bjarke Berg
c6e6a9d4cc
Merge pull request #5023 from umbraco/temp8-ui-unpublished-state-in-list-view
...
Make unpublished items in list view show with grey text-color on name
2019-03-21 15:10:02 +01:00
Kenn Jacobsen
33a91bb9e9
Add IsVisible extension on IPublishedElement
2019-03-21 15:01:46 +01:00
Sebastiaan Janssen
77692037f6
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbcontentnodeinfo.directive.js
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
2019-03-21 09:56:12 +01:00
Kenn Jacobsen
da6b541112
Show duplicate URLs instead of letting them cause an angular error ( #3969 )
2019-03-21 09:06:01 +01:00
Kenn Jacobsen
0a3f893f22
V8: Improve plugin language handling ( #4454 )
2019-03-20 23:44:29 +01:00
Sebastiaan Janssen
ee911a579f
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web/UmbracoHelper.cs
2019-03-20 23:29:04 +01:00
Sebastiaan Janssen
1a4a3504d0
Remove unused variable
2019-03-20 23:27:42 +01:00
Tom Fulton
5d3b623173
Fix for RTE never being dirty after initial save ( #4140 )
2019-03-20 23:26:12 +01:00
Marcin Bigoraj
2c271d3ef4
Allow RTE to set form dirty again after saving content item
2019-03-20 23:18:36 +01:00
Mario Lopez
9a6d938004
fixed xmldoc
2019-03-20 23:10:32 +01:00
Mario Lopez
125423947c
add Udi[] to TypedContent helper
2019-03-20 23:10:32 +01:00
Sebastiaan Janssen
263ee5c297
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ValueConverters/RteMacroRenderingValueConverter.cs
# src/Umbraco.Web/Templates/TemplateUtilities.cs
2019-03-20 23:03:18 +01:00
Kenn Jacobsen
99b80e0f56
Ensure that media in RTEs are always rendered with up-to-date sources
2019-03-20 22:46:42 +01:00
Robert
d7ad19d6c9
Merge pull request #4822 from kjac/v8-grid-hide-empty-sticky-bar
...
V8: Hide empty sticky bar in Grid
2019-03-20 15:17:26 +01:00
Bjarke Berg
13fd177325
Merge remote-tracking branch 'origin/dev-v8' into dev-v8
2019-03-20 13:30:03 +01:00
Bjarke Berg
c589ef1995
https://github.com/umbraco/Umbraco-CMS/issues/5024 - Fixed issue, when using the culture overload of the Children. Now we use ChildrenOfType if alias is set.
2019-03-20 13:29:39 +01:00
Sebastiaan Janssen
ff33e0d969
Fix merge mistake
2019-03-20 13:22:22 +01:00
Sebastiaan Janssen
559debc079
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web/WebApi/Filters/UmbracoApplicationAuthorizeAttribute.cs
2019-03-20 13:10:32 +01:00
Robert
32c0e02563
Merge pull request #4995 from umbraco/v8/bugfix/4992-nucache-panic
...
bugfix nucache panic
2019-03-20 12:31:09 +01:00
Kenn Jacobsen
761297a2db
Merged with dev-v8
2019-03-20 11:50:35 +01:00
Robert
ad17677951
Fix tests
2019-03-20 10:20:00 +01:00
Bjarke Berg
64bc0cf973
Renamed SendingDashboardModelV2 to SendingDashboardSlimModel
2019-03-20 07:35:00 +01:00
Paul Seal
bb23fbbf8d
increased length of line under the word umbraco
2019-03-19 22:59:28 +01:00
Paul Seal
30b47ff15f
Update the umbraco ascii art
...
I thought it would be a good idea to update the ascii art to a font similar to the one in the umbraco logo on the umbraco.com website.
2019-03-19 22:59:28 +01:00
Sebastiaan Janssen
1c9d1718e7
More readme updates
2019-03-19 22:53:31 +01:00
Sebastiaan Janssen
23656f017c
More readme updates
2019-03-19 22:02:52 +01:00
Sebastiaan Janssen
685c4e351b
Update readme
2019-03-19 21:31:57 +01:00
Niels Lyngsø
30eb097f9c
hover state for media grid + corrected hover state opacity + rounded corner for media info tooltip
2019-03-19 19:03:02 +01:00
Niels Lyngsø
fa042194b7
hover state for umb-content-grid-item
2019-03-19 16:50:05 +01:00
Niels Lyngsø
bd8f950ba1
hover state for umb-table and umb-mini-list-view
2019-03-19 16:30:18 +01:00
Stephan
1879215e7c
Sliding Cache
2019-03-19 16:29:11 +01:00
Stephan
4e87dd389d
Refactor Content/Media/Member type repositories
2019-03-19 16:28:50 +01:00
Niels Lyngsø
560367debe
hover state for umb-table item
2019-03-19 16:15:01 +01:00
Niels Lyngsø
59a62688c5
Make unpublished items in list view show with grey text-color on name and icon
2019-03-19 16:01:36 +01:00
Robert
e9ecb4c998
Only show server-side validation errors if the languages are checked for publish/schedule
2019-03-19 15:03:07 +01:00
Bjarke Berg
e4c6ef05a9
Introduced both Siblings and SiblingsAndSelf
2019-03-19 14:59:52 +01:00
Robert
aa6e0ce0c2
Show server validation errors only if the language is checked for publish.
2019-03-19 14:50:28 +01:00
Kenn Jacobsen
d637a7951b
V8: Remember choice of layout in Users section ( #4779 )
...
* Support arbitrary identifiers in "last used listview layout"
* Save and use last selected view layout for the users section
2019-03-19 14:50:00 +01:00
Robert
268658812a
Return all languages if a variant has a invalid invariant property
2019-03-19 14:43:21 +01:00
Kenn Jacobsen
3a0dd2399a
V8: Make "Open in split view" look better in narrow viewports ( #4619 )
...
* Make "Open in split view" look better in narrow viewports
* Add white background to inactive split view button
* Better support for long culture names
2019-03-19 14:24:32 +01:00
Niels Lyngsø
532f69e9b7
Show checkmark when list has selection
2019-03-19 13:53:13 +01:00
Bjarke Berg
e2b1f0a82d
Merge pull request #4948 from umbraco/temp8-temp-gather-url-for-list-items
...
V8: Provide url in content lists for ability to open item in a new tab
2019-03-19 13:35:45 +01:00
Bjarke Berg
e73029cf4f
Rename siblings to ParentChildren (Because the actual returned list contains the content node self)
2019-03-19 13:08:08 +01:00
Niels Lyngsø
9597bde7bb
visual corrections + remember view layout in a cookie
2019-03-19 13:03:59 +01:00
Niels Lyngsø
7f45d852ed
fix search icon location
2019-03-19 13:03:02 +01:00
Niels Lyngsø
3f10c78bee
correct js error
2019-03-19 11:04:52 +01:00
Niels Lyngsø
4b02bf2ddf
use umb-table for users table
2019-03-19 10:55:36 +01:00
Niels Lyngsø
542eb2ab1d
borrow great stuff from KJAC.
2019-03-19 10:04:13 +01:00
Sebastiaan Janssen
935a495d0e
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
2019-03-19 09:46:47 +01:00
Sebastiaan Janssen
fe7c6bd1ed
Merge branch 'patch-8.0.1' into dev-v8
2019-03-19 09:46:14 +01:00
Sebastiaan Janssen
44cb5fd96b
Apparently the highest minClientVersion allowed is 4.1.0 for now - see https://github.com/NuGet/NuGetGallery/blob/master/src/NuGetGallery/GalleryConstants.cs#L36
2019-03-19 09:24:41 +01:00
Niels Lyngsø
137c08eaf3
Parse $event argument
2019-03-19 09:06:05 +01:00
Bjarke Berg
1545fe0d5f
Merge pull request #5004 from kjac/v8-fix-filter-datatypes
...
V8: Improve the filtering in the datatype picker
2019-03-19 08:20:09 +01:00
Stephan
7f33454002
Better ServerMessenger configuration
2019-03-18 17:51:04 +01:00
Niels Lyngsø
970f336a5d
clean up imports
2019-03-18 16:41:34 +01:00
Niels Lyngsø
c6dfc28f03
make open user able to open in a new tab + only use pointer is selectable + improved hover state for open user
2019-03-18 16:34:41 +01:00
Niels Lyngsø
873d230e0e
improve hover state for open user
2019-03-18 16:19:02 +01:00
Niels Lyngsø
4a26bfe3c3
clean up imports
2019-03-18 15:00:32 +01:00
Stephan
79dd593ee7
Merge pull request #5009 from umbraco/v8/bugfix/4967-list-view-ordering-ispublished
...
V8: Fix for ordering by isPublished in list view
2019-03-18 14:56:19 +01:00
Bjarke Berg
919f139607
https://github.com/umbraco/Umbraco-CMS/issues/4967 - fix for ordering by IsPublished in list view
2019-03-18 14:52:50 +01:00
Kenn Jacobsen
6e2c143d00
Improve the filtering in the datatype picker
2019-03-18 12:16:20 +01:00
Bjarke Berg
212b0ba932
Missing injection
2019-03-18 10:14:23 +01:00
Warren Buckley
51be2a5baf
Merge pull request #5002 from umbraco/v8/bugfix/avoid-breaking-change-in-dashboard-events
...
Avoid removing a public method (used by forms 8.0.0)
2019-03-18 09:08:57 +00:00
Bjarke Berg
44beb81e71
Avoid removing a public method (used by forms 8.0.0)
2019-03-18 09:51:05 +01:00
Bjarke Berg
2f187fa403
Merge pull request #5001 from kjac/v8-fix-inherit-culture
...
V8: Fix the "Language" dropdown in the "Culture and Hostnames" dialog
2019-03-18 08:39:41 +01:00
Bjarke Berg
7359b0b244
Merge pull request #4996 from kjac/v8-fix-assign-domain-close-on-save
...
V8: Automatically close "Cultures and Hostnames" on successful save
2019-03-18 08:33:15 +01:00
Kenn Jacobsen
8f06603774
Fix the "Language" dropdown in the "Culture and Hostnames" dialog
2019-03-17 20:51:42 +01:00
Bjarke Berg
7d67a734f0
Merge pull request #4994 from umbraco/temp-user-controller-authz
...
Fixes the authorization for certain endpoints on the UsersController
2019-03-15 12:27:50 +01:00
Kenn Jacobsen
688173488d
Automatically close "Cultures and Hostnames" on successful save
2019-03-15 09:26:21 +01:00
Stephan
a6568e1952
NuCache: better fixing, cleanup
2019-03-15 08:22:40 +01:00
Shannon
19ad595f5d
Adds back in the umb-list-item--error css class when any row in a content publish dialog is invalid
2019-03-15 15:47:46 +11:00
Shannon
c8de8b1ad5
Merge remote-tracking branch 'origin/dev-v8' into temp8-server-content-validation-fixes-4884
2019-03-15 15:23:21 +11:00
Shannon
d74ec8f8cb
Authorizes more endpoints for admin/non-admins
2019-03-15 12:39:46 +11:00
Shannon
e24b22f6bd
Fixes the authorization for certain endpoints by non admins so that data cannot be seen and avatars cannot be changed
2019-03-15 12:20:24 +11:00
Stephan
260a8ad874
NuCache: fix panic exception
2019-03-14 19:05:02 +01:00
Stephan
dc3e985fbb
NuCache: troubleshooting
2019-03-14 19:05:02 +01:00
Stephan
b7a03f0153
NuCache: reorg some classes
2019-03-14 18:56:28 +01:00
Stephan
66f9ecd8e2
NuCache: rename things
2019-03-14 18:56:27 +01:00
Stephan
541c7e6955
NuCache: cleanup scoped objects
2019-03-14 18:56:27 +01:00
Stephan
e72133f322
Merge branch 'dev-v8' into temp8-4839-siblings
2019-03-14 17:15:43 +01:00
Warren Buckley
edb8340b32
Merge pull request #4364 from umbraco/abjerner-patch-1
...
V8: fixed type of dashboards in EditorModelEventManager
2019-03-14 15:00:34 +00:00
Robert
b0b987f9cd
Merge pull request #4710 from umbraco/temp8-4708-fix-for-exit-preview-with-null-culture
...
Fix for exit preview with null culture
(cherry picked from commit 9b25cdaa14 )
2019-03-14 13:21:28 +01:00
Shannon
1290244602
slight change of wording
2019-03-14 14:19:40 +11:00
Shannon
9d8b5be650
Fixes mandatory validation issue when creating a new document and a mandatory language has validation problems
2019-03-14 14:18:42 +11:00
Shannon
4eedc3ce5c
oops, put back logic i removed during testing
2019-03-14 11:46:49 +11:00
Shannon
b8c609ddc9
removes old notes, makes MediaSaveModelValidator to be consistent
2019-03-14 11:41:29 +11:00
Shannon
88f2a410f3
adds notes to html about variant notifications, removes the styling from the publish dialog since it's not needed
2019-03-14 11:33:20 +11:00
Shannon
38cf7a4e49
Fixes content service to not validate every culture for properties, only the cultures passed in to to the method, removes client side name check,
2019-03-14 01:55:39 +11:00
Shannon
8c3388507d
Merge remote-tracking branch 'origin/dev-v8' into temp8-server-content-validation-fixes-4884
2019-03-14 01:18:16 +11:00
Shannon
d6393616f1
Fixing up server side validation for invariant properties on variant content
2019-03-14 00:59:51 +11:00
Shannon
418dab26a5
Merge remote-tracking branch 'origin/dev-v8' into temp8-server-content-validation-fixes-4884
2019-03-14 00:58:02 +11:00
Niels Lyngsø
53e6c620eb
fixes 4627 + makes front-end validations appear as soon as they are invalid again.
2019-03-13 14:45:30 +01:00
Niels Lyngsø
6d88726479
Fixing code in sync functionality of checkbox-list
2019-03-13 11:46:33 +01:00
Niels Lyngsø
808d33edf6
force commit white logo svg
2019-03-13 11:13:00 +01:00
Shannon
3d6db4b812
Ensures media is always validated for critical data, adds notes
2019-03-13 18:12:48 +11:00
Shannon
ea93d4dd5d
simplifies a js operator
2019-03-13 17:52:17 +11:00
Shannon Deminick
8714bb816f
Merge pull request #4950 from umbraco/v8/feature/4590-resolvable-ifactory
...
IFactory is resolvable
2019-03-13 14:49:12 +11:00
Poornima Nayar
1f7172e98d
Cleaned up class names in logviewer overview to use new logviewer classes and made a logviewer specific less stylesheet. Also left aligned the saved searches to make them look better
2019-03-12 21:54:13 +00:00
Robert
a3e842a315
Merge pull request #4844 from umbraco/dev-v8-4827-fix-for-image-mediapickervalueconverter
...
V8: Fix for MediaPickerValueConverter when config is only images
2019-03-12 11:59:54 +01:00
Robert
c3bf6b0631
Merge pull request #4908 from umbraco/temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
Use umb-checkbox for all content variant dialogs
2019-03-12 11:55:40 +01:00
Robert
bf28dfe04a
Merge pull request #4956 from umbraco/temp8-fix-for-creating-content-templates
...
V8: Fixed issue when creating variant content templates,
2019-03-12 11:30:44 +01:00
Robert
3e6cdd86b2
Merge branch 'dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-12 11:09:20 +01:00
Niels Lyngsø
e550e5cd81
rename LESS variables with disgrete to discreet
2019-03-12 10:35:04 +01:00
Robert
abd681277d
Merge pull request #4906 from umbraco/temp8-ui-umb-checkbox-refactor-for-general-usage
...
changed umb-checkbox model to be the boolean property, not a object c…
2019-03-12 10:29:43 +01:00
Kenn Jacobsen
0c602567ce
Don't show the recycle bin in tree pickers/dialogs
2019-03-12 10:25:51 +01:00
Niels Lyngsø
5ad1dcf894
Merge remote-tracking branch 'origin/temp8-4728' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.html
2019-03-12 10:17:17 +01:00
Niels Lyngsø
485c1fbf6c
use existing notifications for warnings
2019-03-12 10:14:25 +01:00
Niels Lyngsø
447eb88b86
Use tokens for translate + shortcut for reject
2019-03-12 10:14:06 +01:00
Robert
ece9c4ae21
Merge branch 'dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-12 10:08:14 +01:00
Robert
1509c7364c
Reverted extra check
2019-03-12 09:52:03 +01:00
Bjarke Berg
010e2e1f19
Merge pull request #4954 from umbraco/temp8-grid-rte-image-size
...
Fixes inserting an image into the grid rte since it doesn't get resized correctly
2019-03-12 09:07:54 +01:00
Robert
9b25cdaa14
Merge pull request #4710 from umbraco/temp8-4708-fix-for-exit-preview-with-null-culture
...
Fix for exit preview with null culture
2019-03-12 08:31:28 +01:00
Kenn Jacobsen
03a5d5b866
Allow mixing languages with and without region
2019-03-12 08:20:43 +01:00
Bjarke Berg
31eea2a2a8
Fixed issue when creating variant content templates, but the properties is invariant. Before this change an exception was thrown
2019-03-12 08:17:09 +01:00
Shannon
5ae6a68078
Fixes how critical data is validated
2019-03-12 16:10:35 +11:00
Shannon
2e52a869b6
Merge branch 'dev-v8' into temp8-4728
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
2019-03-12 13:03:32 +11:00
Shannon
95d1ceb529
overrides ToString on UrlInfo to return the correct result
2019-03-12 12:47:37 +11:00
Shannon
10f333081d
Fixes inserting an image into the grid rte since it doesn't get resized correctly
2019-03-12 12:43:04 +11:00
Shannon
89903a633b
Merge branch 'dev-v8' into temp8-4011
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
2019-03-12 11:42:35 +11:00
Shannon Deminick
cefff71edf
Merge pull request #4853 from umbraco/temp8-js-error-unpublishing
...
Fixes javascript error when trying to unpublish an invariant item
2019-03-12 11:18:09 +11:00
Stephan
13d97fffdf
IFactory is resolvable
2019-03-11 17:14:07 +01:00
Sebastiaan Janssen
ba297ad839
Merge branch 'patch-8.0.1' into dev-v8
2019-03-11 16:12:18 +01:00
Sebastiaan Janssen
3961e2533d
Fix JS unit tests
2019-03-11 15:50:16 +01:00
Stephan
b46f842400
Do not inject IEnumerable but Collection in UmbracoContextFactory
...
(cherry picked from commit 7e67bbea13 )
2019-03-11 15:41:40 +01:00
Stephan
7e67bbea13
Do not inject IEnumerable but Collection in UmbracoContextFactory
2019-03-11 15:37:07 +01:00
Kenn Jacobsen
930acfeb68
Show the content app for media folders with content properties
...
(cherry picked from commit 9062b400d4 )
2019-03-11 14:58:13 +01:00
Kenn Jacobsen
9062b400d4
Show the content app for media folders with content properties
2019-03-11 14:57:25 +01:00
Shannon
b004c616ad
Removes faulty CustomRouteUrlProvider
...
(cherry picked from commit 52beb01110 )
2019-03-11 14:54:43 +01:00
Niels Lyngsø
48ec795e7b
do not open as infinite editing yet.
2019-03-11 14:54:11 +01:00
Bjarke Berg
e7781cd95b
DRY - Reused code
2019-03-11 14:53:49 +01:00
Niels Lyngsø
1098db1632
use item.editPath for new tab URL
2019-03-11 14:52:16 +01:00
Shannon
6880937b90
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
2019-03-12 00:46:52 +11:00
Shannon
52beb01110
Removes faulty CustomRouteUrlProvider
2019-03-12 00:46:39 +11:00
Sebastiaan Janssen
9d64c4e551
Bugfix CoreRuntime
...
(cherry picked from commit 2209b37a4a and 7f31ddc250 )
2019-03-11 14:45:48 +01:00
Stephan
fbfa7e8566
Cleanup temp path in global config
2019-03-11 14:40:18 +01:00
Sebastiaan Janssen
9a0aacd45a
Upgrade to ModelsBuilder 8.0.2, support Custom Tool ( #4881 )
...
* Upgrade to ModelsBuilder 8.0.2, support Custom Tool
* Upgrade to ModelsBuilder 8.0.3
* Fix controllers
* Upgrade MB
* Fix previous commit
(cherry picked from commit c85c055424 )
2019-03-11 14:37:59 +01:00
Stephan
c85c055424
Upgrade to ModelsBuilder 8.0.2, support Custom Tool ( #4881 )
...
* Upgrade to ModelsBuilder 8.0.2, support Custom Tool
* Upgrade to ModelsBuilder 8.0.3
* Fix controllers
* Upgrade MB
* Fix previous commit
2019-03-11 23:14:32 +11:00
Niels Lyngsø
829980adb2
Merge remote-tracking branch 'origin/dev-v8' into temp8-temp-gather-url-for-list-items
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.listviewlayout.controller.js
2019-03-11 13:05:59 +01:00
Bjarke Berg
8f3bcf87da
Merge pull request #4754 from umbraco/temp8-ui-update-login-screen
...
V8: UI — updated login screen
2019-03-11 12:41:40 +01:00
Niels Lyngsø
ba55c24d43
correcting path in umbracoSettings.Release.config
...
+ changed comment to fit with new look
2019-03-11 12:40:23 +01:00
Niels Lyngsø
4d806c1cef
correction error colors
2019-03-11 12:38:04 +01:00
Niels Lyngsø
b237e4a55e
make warnings an array that angularJS can watch
2019-03-11 12:37:53 +01:00
Niels Lyngsø
502794aae9
validation text provided for more languages, plus it takes action when name is an empty string
2019-03-11 11:51:13 +01:00
Kenn Jacobsen
29ff7bc340
Handle checkbox value conversion from Nested Content
...
(cherry picked from commit 2352b50d97 )
2019-03-08 15:09:54 +01:00
Kenn Jacobsen
2352b50d97
Handle checkbox value conversion from Nested Content
2019-03-08 15:07:50 +01:00
Niels Lyngsø
356b7681e8
Merge remote-tracking branch 'origin/temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-08 14:37:42 +01:00
Niels Lyngsø
0d58b4c42b
renamed umb-checkbox id attribute to input-id to avoid colliding Ids
2019-03-08 14:37:23 +01:00
Niels Lyngsø
171cae5fca
reverted this line, cause for some wierd reason this line works, and corrected one ruins the feature. Super wierd, i guess the person writting this was just lucky to hit something that works. Need to look into what is going on here.
2019-03-08 14:24:54 +01:00
Niels Lyngsø
979a166b41
changed checkbox-inputs to umb-checkbox
2019-03-08 14:23:37 +01:00
Niels Lyngsø
623ace56bc
Improved UX of Save
...
+ Remove special case for new content
+ Never disable the user choices, instead provide feedback for when the selection doesn't make sense.
2019-03-08 14:22:05 +01:00
Niels Lyngsø
7203926cea
no need for type attribute
2019-03-08 12:54:55 +01:00
Niels Lyngsø
021bf470c2
umb-checkbox for save dialog
2019-03-08 12:41:33 +01:00
Niels Lyngsø
7194d7d6b8
update to input-id
2019-03-08 12:41:18 +01:00
Niels Lyngsø
45423ae932
use tokens in localizationsService for replace of %0%
2019-03-08 12:40:57 +01:00
Niels Lyngsø
2b7f12253f
umb-checkbox id renamed to input-id for it not to collide, since ids have to be unique.
2019-03-08 12:40:24 +01:00
Kenn Jacobsen
36827cfa9f
Move some of the multiget member methods to MembershipHelper
2019-03-08 07:31:39 +01:00
Niels Lyngsø
129210946d
Merge branch 'temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-07 15:29:47 +01:00
Niels Lyngsø
62808958b0
umb-checkbox callback should call a new digest for callbacks changes to take effect.
2019-03-07 15:29:28 +01:00
Niels Lyngsø
c5096e67e6
Merge remote-tracking branch 'origin/temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/forms/umbcheckbox.directive.js
2019-03-07 14:47:40 +01:00
Niels Lyngsø
320d2ae953
Change umb-checkbox to AngularJs Component + fix for callback digest flow
2019-03-07 14:46:50 +01:00
Niels Lyngsø
264a96971a
Merge remote-tracking branch 'origin/temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/forms/umb-checkbox.html
2019-03-07 13:01:04 +01:00
Niels Lyngsø
8c28172efc
changed umb-checkbox model to be the boolean property, not a object containing a checked property.
...
This means that the on-change callback will recive the model and the value instead.
2019-03-07 12:57:10 +01:00
Niels Lyngsø
8a4dfd4350
first step for implementing umb-checkbox
2019-03-07 11:54:46 +01:00
Niels Lyngsø
3814138d68
Merge remote-tracking branch 'origin/dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-07 11:32:04 +01:00
Niels Lyngsø
f54a8725db
CSS: change form check inputs to use not-allow cursor when disabled
2019-03-07 11:25:13 +01:00
Bjarne Fyrstenborg
bbc2b1a54a
v8: Checkbox/radio with disabled state ( #4902 )
...
* Add property to disable checkbox and radiobutton
* Add basic styles of disabled state
* Change cursor style for disabled checkbox/radiobutton
* Remove duplicate classes
* Change nested elements to span since it is not valid to have div as nested elements in labels
* Adjust positions
* Better way to center align icon
* Add white as default background color in checkbox/radiobutton e.g. for Nested Content
* Adjust sizing a bit
2019-03-07 11:24:16 +01:00
Niels Lyngsø
6dc5a3b130
Make login background image configurable
2019-03-07 10:33:10 +01:00
Niels Lyngsø
3d941e89a6
Merge remote-tracking branch 'origin/dev-v8' into temp8-ui-update-login-screen
2019-03-07 10:00:56 +01:00
Bjarke Berg
a988bd2608
Merge pull request #4809 from umbraco/temp8-3958-fixes-doc-type-details-in-narrow-screen
...
V8: makes document-details go on to two lines when necessary
2019-03-07 09:57:28 +01:00
Niels Lyngsø
cb083d5b2a
increased break point to 500px
2019-03-07 09:47:03 +01:00
Sebastiaan Janssen
8334d088e7
Update PULL_REQUEST_TEMPLATE.md
2019-03-07 09:33:43 +01:00
Shannon
39a97fb768
Enable adding api controllers
2019-03-07 19:09:13 +11:00
Shannon Deminick
75a9109971
Merge pull request #4874 from umbraco/temp8-4873-register-api-controllers
...
Enable adding api controllers
2019-03-07 18:33:13 +11:00
Shannon
52cea17816
Merge remote-tracking branch 'origin/dev-v8' into temp8-4873-register-api-controllers
2019-03-07 18:32:48 +11:00
Niels Lyngsø
6a67f38025
Merge remote-tracking branch 'origin/dev-v8' into temp8-3958-fixes-doc-type-details-in-narrow-screen
2019-03-07 08:12:04 +01:00
Shannon Deminick
22d012c4db
Merge pull request #4856 from umbraco/temp8-4775-components-sequence
...
Better composer sequence
2019-03-07 18:04:01 +11:00
Niels Lyngsø
3046e44f60
minor UI improvements regarding validation
2019-03-07 07:59:13 +01:00
Shannon
790da9d5ca
Adds todo note
2019-03-07 17:23:00 +11:00
Stephan
7f31ddc250
Bugfix CoreRuntime
2019-03-06 18:11:10 +01:00
Kenn Jacobsen
0852bd90d0
Always update URLs on save no matter which app is active
...
(cherry picked from commit 869d088e4b )
2019-03-06 17:26:36 +01:00
Kenn Jacobsen
869d088e4b
Always update URLs on save no matter which app is active
2019-03-06 17:02:10 +01:00
Niels Lyngsø
e28365a0e5
hack for not using scope() in grid redordering
...
(cherry picked from commit a67163fd03 )
2019-03-06 16:58:57 +01:00
Sebastiaan Janssen
6e3ffc0dd9
Removes outdated gulp setup helper
2019-03-06 16:19:14 +01:00
Niels Lyngsø
45dc3a26ed
Updated CONTRIBUTING_DETAILED to fit new npm setup ( #4735 )
...
Updated CONTRIBUTING_DETAILED to fit new npm setup
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2019-03-06 16:06:56 +01:00
Sebastiaan Janssen
9ef94a667c
Merge pull request #4716 from MMasey/#4715
...
#4715 - V8 - IE11: section name underline not in correct position
2019-03-06 15:39:24 +01:00
Niels Lyngsø
70122c85d7
Merge pull request #4825 from kjac/v8-fix-validation-colors
...
V8: Update validation colors throughout the backoffice
2019-03-06 15:31:39 +01:00
Niels Lyngsø
72e236a7ab
css class umb-list-item--error for when a list item contain a error that needs to be highlighted, currently only used for Save & Publish overlay-dialog.
2019-03-06 14:58:32 +01:00
Sebastiaan Janssen
0d16c79d0c
Require higher NuGet version so we don't target VS15 any more (unsupported)
...
Making backups before we upgrade is no longer needed, removed from install.ps1
If people include the bin folder in their solution they will get errors upgrading now, we shouldn't need to try and fix this, there's no reason to include the bin folder in the solution - therefore install.core.ps1 is removed
(cherry picked from commit 82b78c7530 )
2019-03-06 14:57:53 +01:00
Niels Lyngsø
444497be7c
For Save & Publish overlay:
...
+ Publish multiple variants for new nodes.
+ Auto selects mandatory languages.
+ Auto selects languages that has changes.
+ Provides feedback if missing nodeName on variant that isn't open.
+ Highlights "mandatory language"-description if variant isn't selected.
2019-03-06 14:42:31 +01:00
Sebastiaan Janssen
b7e929a675
Fix checkboxes and radiobuttons saving the wrong value
2019-03-06 14:01:11 +01:00
Stephan
2209b37a4a
Bugfix CoreRuntime
2019-03-06 11:56:03 +01:00
Sebastiaan Janssen
634138724b
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/forms/umbcheckbox.directive.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/forms/umbradiobutton.directive.js
# src/Umbraco.Web.UI.Client/src/less/components/umb-form-check.less
# src/Umbraco.Web.UI.Client/src/views/components/forms/umb-checkbox.html
# src/Umbraco.Web.UI.Client/src/views/components/forms/umb-radiobutton.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
# src/Umbraco.Web/Trees/ApplicationTreeController.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/MemberTreeController.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/WebApi/Filters/HttpQueryStringFilterAttribute.cs
# src/Umbraco.Web/WebApi/Filters/HttpQueryStringModelBinder.cs
# src/umbraco.cms/businesslogic/translation/Translation.cs
2019-03-06 11:47:30 +01:00
Sebastiaan Janssen
d1c9b7a060
Merge pull request #4842 from umbraco/temp8-merge-3464
...
Merge branch 'dev-v7' into dev-v8
2019-03-06 11:45:09 +01:00
Sebastiaan Janssen
b65f60af78
Update documentation
2019-03-06 11:43:50 +01:00
Niels Lyngsoe
92453c4652
fix front-end requirement of umb-checkbox
2019-03-06 11:18:07 +01:00
Sebastiaan Janssen
b86a1aa687
Merge branch 'patch-8.0.1' into dev-v8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2019-03-06 10:44:09 +01:00
Sebastiaan Janssen
ac4c98a7fc
Enable direct command execution in build script ( #4882 )
2019-03-06 10:35:26 +01:00
Sebastiaan Janssen
7cc8983a25
Fix NuCache url segments
...
(cherry picked from commits 7a0f11bc6f and cfa94b1bb8 )
2019-03-06 10:25:21 +01:00
Bjarke Berg
b406835c9c
Code styling
2019-03-06 10:08:15 +01:00
Kenn Jacobsen
7b815cfcb3
Add methods for fetching multiple members to UmbracoHelper
2019-03-05 21:34:49 +01:00
Stephan
9f7fae2ca6
Enable adding api controllers
2019-03-05 19:23:57 +01:00
Bjarke Berg
f508a97c18
Merge pull request #4857 from umbraco/temp8-4649-fix-nucache-url-segments
...
Fix NuCache url segments
2019-03-05 14:54:51 +01:00
Niels Lyngsø
b4de15f19e
removed unused htmlId
2019-03-05 14:22:58 +01:00
Bjarke Berg
f8abd0f457
Merge pull request #4858 from umbraco/temp8-fix-malformed-logs
...
Fixes LogViewer if JSON log contains malformed JSON lines
2019-03-05 13:41:54 +01:00
Niels Lyngsø
31eefe1cf9
Front-end mandatory-validation for radiolist and checkbox list.
2019-03-05 13:20:59 +01:00
Stephan
a14b1540ea
Merge pull request #4848 from umbraco/temp8-modernize-nuget-install
...
Modernize NuGet install
2019-03-05 13:15:10 +01:00
Stephan
02764e0ccc
Implement IPublishedContent Siblings
2019-03-05 13:02:59 +01:00
Warren Buckley
67fdf75da8
Fix typo
2019-03-05 11:12:04 +00:00
Niels Lyngsø
21405266ef
align the use of input name attribute for checkboxes and radiobuttons
2019-03-05 11:38:43 +01:00
Niels Lyngsø
a4d25dc594
design corrections
2019-03-05 11:38:04 +01:00
Warren Buckley
27cc433b96
We will ignore malformed log lines in the JSON log file - so the rest of the logviewer continues to work
2019-03-05 10:35:51 +00:00
Stephan
cfa94b1bb8
Import missing file
2019-03-05 11:21:29 +01:00
Stephan
7a0f11bc6f
Fix NuCache url segments
2019-03-05 11:15:30 +01:00
Stephan
b665d4825d
Better composer sequence
2019-03-05 08:53:37 +01:00
Stephan
55a374bb71
Introduce WebFinalComponent
2019-03-05 08:53:37 +01:00
Shannon
13b35ec7ce
Fix to get Js unit tests working again.
2019-03-05 18:53:26 +11:00
Shannon Deminick
54968c819b
Merge pull request #4803 from umbraco/temp8-4752-fix-reordering-grid-in-non-debug-mode
...
Solution for not using scope() in grid redordering
2019-03-05 16:52:01 +11:00
Shannon
c910e3afaf
Fixes javascript error when trying to unpublish an invariant item
2019-03-05 16:39:03 +11:00
Shannon
e7f8baeca4
fixed correct destination url instead of #.
2019-03-05 16:14:06 +11:00
Shannon Deminick
4b7c14113c
Merge pull request #4770 from umbraco/temp8-4652-tinymce-inserting-image
...
change insertContent to selection.setContent
2019-03-05 16:12:05 +11:00
Shannon Deminick
b294b83c9f
Merge pull request #4753 from mvanhelmont/#4580
...
Redirects management is broken #4580
2019-03-05 16:04:11 +11:00
Shannon Deminick
5ddba3e64e
Merge pull request #3851 from umbraco/temp-fix-formdatacollection-3796
...
Fixes binding of FormDataCollection for GET requests which fixes the …
2019-03-05 13:39:37 +10:00
Shannon
34a3389c17
Updates to latest Examine
2019-03-05 12:50:51 +11:00
Stephan
e716d14a0a
Fix distributed cache handler for medias ( #4751 )
...
(cherry picked from commit 31b293aa4d )
2019-03-04 16:51:15 +01:00
Stephan
31b293aa4d
Fix distributed cache handler for medias ( #4751 )
2019-03-04 16:39:34 +01:00
Sebastiaan Janssen
82b78c7530
Require higher NuGet version so we don't target VS15 any more (unsupported)
...
Making backups before we upgrade is no longer needed, removed from install.ps1
If people include the bin folder in their solution they will get errors upgrading now, we shouldn't need to try and fix this, there's no reason to include the bin folder in the solution - therefore install.core.ps1 is removed
2019-03-04 16:27:44 +01:00
Robert Foster
4c6a742007
Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to fix issue #4749
...
(cherry picked from commit 5aa38c1f43 )
2019-03-04 15:33:08 +01:00
Sebastiaan Janssen
410241b61d
4766 fixed up other instances where nodeSelectHandler was being passed incorrect number of arguments
...
(cherry picked from commit 553bf6d304 and 4503967778 )
2019-03-04 15:13:30 +01:00
Kenn Jacobsen
4e47fa9a70
Fix the "selected" checkmark in tree picker search results
...
(cherry picked from commit 09dc908332 )
2019-03-04 15:10:55 +01:00
Robert Foster
9c5fb1fead
Fix for Content App badges not being displayed ( #4787 )
...
(cherry picked from commit 055f983cbf )
2019-03-04 15:10:09 +01:00
Sebastiaan Janssen
dc41db5fc1
Bumps version to 8.0.1
2019-03-04 15:08:23 +01:00
Sebastiaan Janssen
11b6a98df8
Bugfix exception during install, live models collision
...
(cherry picked from commit aa86dfa956 )
2019-03-04 15:05:17 +01:00
Sebastiaan Janssen
da9fc1e147
Make it possible to upload the same file twice or more ( #4755 )
...
(cherry picked from commit b5bda772af )
2019-03-04 15:04:27 +01:00
Sebastiaan Janssen
319c75757a
Bugfix: Don't use ToString :'(
...
(cherry picked from commit ed6d54e64a )
2019-03-04 15:01:54 +01:00
Pete Duncanson
6e81e57c8e
Removed System.Web.WebPages reference in nonodes.aspx as was failing a clean build
...
(cherry picked from commit f1d1c95709 )
2019-03-04 14:58:05 +01:00
Sebastiaan Janssen
9ebe282ba6
Ensure we dont double insert
...
(cherry picked from commit 578eb8b32c and b86e7dc0e8 )
2019-03-04 14:57:13 +01:00
Niels Lyngsø
d3904086f0
adjusted PR 3464 for V8
2019-03-04 14:39:49 +01:00
Bjarke Berg
a43f8c4cbd
Bugfix: https://github.com/umbraco/Umbraco-CMS/issues/4827 - Fixed MediaPickerValueConverter when config is Only Images
2019-03-04 14:31:45 +01:00
Pete Duncanson
f1d1c95709
Removed System.Web.WebPages reference in nonodes.aspx as was failing a clean build
2019-03-04 14:21:38 +01:00
Sebastiaan Janssen
58ce528324
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
# src/umbraco.cms/businesslogic/translation/Translation.cs
2019-03-04 13:43:31 +01:00
Niels Lyngsø
c72a5c07fe
Merge pull request #3464 from BatJan/feature/temp-U4-3463
...
3463 - Suggestion: Make checkboxes look prettier in checkbox lists
2019-03-04 11:39:08 +01:00
Stephan
eace918258
Merge pull request #4782 from kjac/v8-fix-create-content-template
...
V8: Fix "ambient scope" error when creating content template from content
2019-03-04 10:40:40 +01:00
Niels Lyngsoe
409ae99bf7
renaming of umb-form-control to umb-form-check
2019-03-04 10:29:58 +01:00
Stephan
8961e8b4be
Merge pull request #4834 from umbraco/temp-4609-rte-not-rendering-macros-correctly
...
Bugfix: Could not render macros in RTE
2019-03-04 09:29:06 +01:00
Stephan
b526b8f246
Merge pull request #4823 from Brianmanden/patch-1
...
Update Utf8ToAsciiConverter.cs
2019-03-04 09:15:00 +01:00
Bjarke Berg
ed6d54e64a
Bugfix: Don't use ToString :'(
2019-03-04 08:43:19 +01: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
89153c2fcf
Update log viewer error color
2019-03-03 16:22:12 +01:00
Kenn Jacobsen
c134aff6cd
Update validation colors throughout the backoffice
2019-03-03 13:54:45 +01:00
Brian Juul Andersen
57290c4180
Update Utf8ToAsciiConverter.cs
...
Fix minor grammatical error.
2019-03-02 21:44:28 +01:00
Kenn Jacobsen
e695145019
Grid: Hide empty sticky bar
2019-03-02 12:06:04 +01:00
Kenn Jacobsen
84b60f8b9f
V8: Make variant state clickable in various dialogs ( #4760 )
...
* Fix publish dialog
* Fix publish with descendants dialog
* Fix save dialog
* Fix scheduled publishing dialog
* Fix send to publish dialog
* Fix unpublish dialog
* Add missing magic IDs to send to publish dialog so the labels actually work.
* Add missing magic IDs to unpublish dialog
2019-03-01 15:21:34 +01:00
Niels Lyngsø
e33ae253ee
makes document-details go on to two lines when necessary
2019-03-01 12:56:09 +01:00
Niels Lyngsø
a67163fd03
hack for not using scope() in grid redordering
2019-02-28 15:29:28 +01:00
Shannon Deminick
cfc04a9df0
Merge pull request #4799 from robertjf/dev-v8-uduf-4749
...
v8 - uduf - Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to f…
2019-02-28 18:20:25 +11:00
Shannon
3e4ff05d37
removes unused params
2019-02-28 17:18:47 +10:00
Shannon Deminick
28034d664e
Merge pull request #4793 from dinc5150/4489
...
v8 - uduf - Redirect away from page under the settings section when the page is deleted
2019-02-28 18:16:33 +11:00
David Sheiles
edf3fd5d31
remove test code
2019-02-28 18:15:41 +11:00
David Sheiles
f7705ef134
Move logic from navigation service to controller
2019-02-28 18:10:03 +11:00
David Sheiles
f0caa6be4b
Update null check
2019-02-28 17:57:05 +11:00
Robert Foster
5aa38c1f43
Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to fix issue #4749
2019-02-28 16:48:56 +10:00
Shannon Deminick
b809f9f03a
Merge pull request #4798 from emmanueltissera/v8-uduf2019-issue-4757
...
v8 - uduf - Fixes hotkey for navigation between apps and content apps
2019-02-28 17:45:16 +11:00
Shannon Deminick
eabc05d6f8
Merge pull request #4796 from skartknet/4790_-_Content_and_media_overloads_for_Udis
...
4790 - added Content and Media Udi overloads
2019-02-28 17:33:05 +11:00
David Sheiles
d3fb614d25
Move logic to tree service and navigarion service
2019-02-28 17:29:40 +11:00
Emmanuel Tissera
0eb7d404a1
Fixes hotkey for navigation between apps and content apps
...
Fixes https://github.com/umbraco/Umbraco-CMS/issues/4757
2019-02-28 17:10:39 +11:00
Mario Lopez
093b57505a
simplified GuidUdi checking.
2019-02-28 16:50:28 +11:00
Shannon Deminick
2a7cd4d94a
Merge pull request #4797 from iofsauron/4766-list-view-selected-bug
...
4766 list view selected bug
2019-02-28 16:31:56 +11:00
iofsauron
4503967778
4766 fixed up other instances where nodeSelectHandler was being passed incorrect number of arguments
2019-02-28 15:02:53 +10:00
Mario Lopez
f227f2ed61
added Content and Media Udi overloads
2019-02-28 13:55:14 +11:00
iofsauron
553bf6d304
4766 Fixed list view selected item issue by uncommenting out the umb-table-body__fileicon and umb-table-body__checkicon. Fixed call to nodeSelectHandler in selectListViewNode by removing erroneous first parameter
2019-02-28 12:33:49 +10:00
David Sheiles
45dfef78bd
Redirect away from page under the settings section when the page is deleted. Affects DataTypes, DocTypes, Macros, MediaTypes, Membertypes, PartialViewMacro,PartialViews, Scripts, Stylesheet & Templates
2019-02-28 13:33:45 +11:00
Shannon Deminick
b172a5f847
Merge pull request #4791 from robertjf/dev-v8-uduf-4787
...
Fix for Content App badges not being displayed (#4787 )
2019-02-28 13:05:56 +11:00
Robert Foster
055f983cbf
Fix for Content App badges not being displayed ( #4787 )
2019-02-28 11:01:59 +10:00
Kenn Jacobsen
4851bb0534
Handle mixed variance when creating content templates from content
2019-02-27 19:13:51 +01:00
Kenn Jacobsen
b403272389
Fix "ambient scope" error when creating content template from content
2019-02-27 18:54:53 +01:00
Niels Lyngsø
60b178dcf7
change insertContent to selection.setContent
2019-02-27 10:28:40 +01:00
Jan Skovgaard
969a9c1193
Update radiobuttons view to make use of the umb-radiobutton directive
2019-02-27 09:56:22 +01:00
Jan Skovgaard
3643e170c5
Add radiobutton directive
2019-02-27 09:55:52 +01:00
Jan Skovgaard
afc872de5a
Refactor checkboxlist to make use of the umbcheckbox directive
2019-02-27 09:40:48 +01:00
Jan Skovgaard
56aef39014
Add checkbox directive
2019-02-27 09:40:25 +01:00
Jan Skovgaard
ae07b2b299
Refactor modifiers so they're done on the top level of the block instead
2019-02-26 21:42:24 +01:00
Jan Skovgaard
b99cf238e0
Fix order of pseudo selectors to :focus is actually also set on the focused radio button
2019-02-26 21:26:14 +01:00
Jan Skovgaard
68457b7eaf
Refactor styling of checkbox and radiobuttons so they're now both "umb-form-control" with modifiers, which makes it easier to reuse especially the checkbox throughout the UI. The umb-editor has been extented to have a item element and a list modfier too. Overall less code too
2019-02-26 21:21:55 +01:00
Jan Skovgaard
24c74676f6
Merge branch 'dev-v7' into feature/temp-U4-3463
2019-02-26 19:45:51 +01:00
Marcel van Helmont
ff708f4ad5
fixed correct destination url instead of #.
2019-02-26 12:17:20 +01:00
Marcel van Helmont
44212f6b53
Revert "the wrong id was used for getting the correct destination url."
...
This reverts commit 5d1fccb2c4 .
2019-02-26 12:15:22 +01:00
Marcel van Helmont
5d1fccb2c4
the wrong id was used for getting the correct destination url.
2019-02-26 12:12:18 +01:00
Per Søndergaard Jensen
ac1ee2fe0c
#4428 - Replaced Log.Add calls with AuditService.Add in translations
2019-02-26 11:17:08 +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
Mike
7a20ea8781
fix: position of section name underline on IE11
2019-02-23 15:00:29 +00:00
Bjarke Berg
02122f5e03
Revert "Fix NullReferenceException when using LocalDb, because SqlServerSyntaxProvider.ServerVersion can be null"
...
This reverts commit a9450f9e .
Root cause is fixed
2019-02-22 14:27:54 +01:00
Bjarke Berg
064f637006
#4708 - Fix for YSOD when exiting preview with on invariant cultures
2019-02-22 11:23:57 +01:00
Bjarke Berg
a9450f9ed9
Fix NullReferenceException when using LocalDb, because SqlServerSyntaxProvider.ServerVersion can be null
2019-02-22 11:02:37 +01:00
Anders Bjerner
4d71c5550b
Should be returned as a list - otherwise we'll get a new collection and new tab objects each time we iterate over it
2019-02-19 22:36:12 +01:00
Anders Bjerner
0636616a6b
#H5IS
2019-02-19 22:21:13 +01:00
Niels Lyngsø
564117e62e
Grid editor to use $watch for values that needs to transform for presentation
2019-02-19 10:19:02 +01:00
Niels Lyngsø
592d8db3e7
removed comment
2019-02-19 10:18:13 +01:00
Niels Lyngsø
6f67318432
corrected color variables
2019-02-19 10:18:01 +01:00
Shannon
9f2280da2f
Merge branch 'temp8' into temp8-4011
2019-02-19 12:31:11 +11:00
Bjarke Berg
a20fa3d9e2
Merge remote-tracking branch 'origin/temp8' into temp8-4011
2019-02-18 11:13:03 +01:00
Niels Lyngsø
3f13baa8e7
make Embed and Media work for Grid in SplitView when grid is not allowed to vary.
2019-02-18 11:00:47 +01:00
Niels Lyngsø
44b1a738bf
clean up css for grid
2019-02-18 10:59:40 +01:00
Niels Lyngsø
2e40911450
get uniq ID by using String.CreateGuid()
2019-02-18 10:59:30 +01:00
Niels Lyngsø
13a326b467
remove logs
2019-02-18 10:58:59 +01:00
Niels Lyngsø
60fa931f3f
Grid-RTE got a unique ID, which fixes TineMCE code, which is dependent on a unique ID. #4011
2019-02-13 14:38:25 +01:00
Niels Lyngsø
988be21990
making the grid work in splitview
2019-02-13 13:20:01 +01:00
Niels Lyngsø
9f182e6461
compressed login.jpg
2019-02-12 13:17:48 +01:00
Niels Lyngsø
2403373457
added login image
2019-02-12 13:16:28 +01:00
Niels Lyngsø
e9e852c499
Merge remote-tracking branch 'origin/temp8' into temp8-ui-update-login-screen
2019-02-12 12:59:01 +01:00
Niels Lyngsø
a1abdc8ba7
Login screen color changes
2019-02-12 11:56:51 +01:00
Anders Bjerner
6130b475da
IDashboard -> IDashboardSlim
2019-02-01 18:47:17 +01:00
Niels Lyngsø
95b4f9141e
test for gathering url for list items so you can Ctrl/CMD+click.
2019-02-01 14:06:44 +01:00
Jan Skovgaard
94a4e34e0c
Make sure to hide the whole state element for screen readers rather than just the icon
2019-01-27 15:32:52 +01:00
Jan Skovgaard
7d42583177
Fix animation
2019-01-27 15:30:02 +01:00
Jan Skovgaard
77a8697ca7
Make sure the border is green when the checkbox is checked and that it's darker gray when it is focused (also while checked)
2019-01-27 15:24:49 +01:00
Jan Skovgaard
7462686778
Add styles and minor refactoring so we no longer use the "wing" icon when a radio button is checked but rather make it look like a readio button
2019-01-27 15:22:37 +01:00
Jan Skovgaard
44d5ce4a2e
Include the radiobuttonlist component
2019-01-27 15:21:54 +01:00
Jan Skovgaard
34888f31e6
Place the ul styling in the proper context
2019-01-27 14:50:15 +01:00
Jan Skovgaard
0994aac656
Restructure markup to ensure the label text is properly wrapped and make sure it all aligns nicely on small breakpoints too
2019-01-27 14:38:27 +01:00
Jan Skovgaard
0e0d38be30
Refactor styling of the checkbox so the boxes are now a tad smaller and better aligned with one another and the UI in general
2019-01-27 14:18:41 +01:00
Jan Skovgaard
91735e7e3f
Fix bad merge
2019-01-27 14:17:59 +01:00
Jan Skovgaard
0d4b3e4173
Merge branch 'dev-v7' into feature/temp-U4-3463
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/umb-radiobuttons-list.less
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
2019-01-27 13:31:33 +01:00
Shannon
a0f15bba44
Fixes binding of FormDataCollection for GET requests which fixes the compatibility with the latest WebApi 5.2.7 version
2018-12-11 11:58:39 +11:00
Jan Skovgaard
007cdeb9ab
Fix long label issue on RADIO button list
2018-10-31 21:48:47 +01:00
Jan Skovgaard
5716353518
Offset the state 1 px to align it with the radio button list if they ever occur as properties beneath each other
2018-10-31 21:46:00 +01:00
Jan Skovgaard
87340d6c2c
Fix width issue on the checkbox label
2018-10-31 21:24:35 +01:00
Jan Skovgaard
fc742bcf18
Merge branch 'dev-v7' into feature/temp-U4-3463
2018-10-31 20:03:05 +01:00
Jan Skovgaard
4eb4cd8962
Refactor checkboxlist to show a prettier checkbox than the default browser one
2018-10-28 16:35:37 +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