Claus
fbec19042d
Merge remote-tracking branch 'origin/v8/bugfix/7245-missing-indexes' into v8/dev
2020-01-03 13:26:32 +01:00
Warren Buckley
ad53b76308
Merge branch 'v8/8.5' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
2020-01-03 11:59:05 +00:00
Warren Buckley
97f48ed569
Merge branch 'v8/8.5' of https://github.com/umbraco/Umbraco-CMS into v8/8.5
2020-01-03 11:41:39 +00:00
Claus
b613f8b56d
Merge pull request #7315 from umbraco/v8/bug/3935-useractions-xsrf-validation
...
Adding extra validation for anti forgery tokens
2020-01-03 12:40:35 +01:00
Warren Buckley
36b24186b4
Merge branch 'v8/8.4' into v8/8.5
2020-01-03 11:11:31 +00:00
Poornima Nayar
87199ca91c
@poornimanayar Changed the styles from warning to danger for the confirm delete button, added localization keys
2020-01-02 19:28:20 +01:00
Poornima Nayar
a45a8c5b13
Accessibility improvements and clean up of mini list view ( #7398 )
2020-01-02 19:21:06 +01:00
Poornima Nayar
4045642821
Merge pull request #7307 from kjac/v8/fix/nested-content-enter-adds-item
...
V8: Don't add new Nested Content items on enter key
2020-01-02 15:08:47 +00:00
Poornima Nayar
4b5d73d523
Assign Domains Overlay - Moved inline styles into a stylesheet ( #7012 )
2020-01-02 11:14:28 +01:00
Anders Bjerner
f62ba9206f
Editor service shouldn't overwrite the size if already set in the options
2020-01-02 10:59:07 +01:00
Poornima Nayar
05a12851bf
User Details View Accessibility Improvement ( #6969 )
2020-01-02 09:25:48 +01:00
Kenn Jacobsen
7c67281fd1
Merged with v8/contrib
2020-01-02 08:42:18 +01:00
Poornima Nayar
059432755f
Accessibility improvements to Multivalues view
2019-12-30 20:50:58 +01:00
Poornima Nayar
95323bb5ab
Merge pull request #7300 from kjac/v8/fix/nc-sort-jumping
...
V8: Avoid UI "jumping" when sorting nested content items
2019-12-30 14:11:05 +00:00
Poornima Nayar
afdbd93636
Merge pull request #7308 from kjac/v8/fix/nested-content-itempicker-double-enter
...
V8: Prevent the Nested Content item picker from crashing
2019-12-30 13:08:41 +00:00
Poornima Nayar
845b217cd9
Merge pull request #7311 from kjac/v8/fix/multi-url-sortable-update
...
V8: Make the Multi URL Picker sorting behave the same as MNTP
2019-12-29 13:45:49 +00:00
Poornima Nayar
65c53f1783
Merge pull request #7257 from kjac/v8/fix/edit-template-prompt-save
...
V8: Do not save content when opening the content template
2019-12-27 17:33:03 +00:00
Poornima Nayar
b4cfb1f75d
Merge pull request #7344 from kjac/v8/fix/mntp-start-node-and-filter
...
V8: Display MNTP "Allow items of type" correctly when a start node is set
2019-12-27 13:58:50 +00:00
Poornima Nayar
61adf4cd48
Merge pull request #7348 from kjac/v8/fix/nested-content-hide-add-button-while-loading
...
V8 Hide the Nested Content "add" button until the editor has loaded
2019-12-27 13:44:15 +00:00
Warren Buckley
48a51ea4ef
Merge pull request #7315 from umbraco/v8/bug/3935-useractions-xsrf-validation
...
Adding extra validation for anti forgery tokens
2019-12-27 12:18:25 +00:00
Poornima Nayar
496da436f6
Remove inline styling from the tour intro ( #6938 )
...
* Remove inline styling from the tour intro
* removed the id attribute
2019-12-27 12:41:59 +01:00
Poornima Nayar
4ffcf47560
Accessibility Improvement Open Template ( #7124 )
...
* WIP Accessibility Improvement Open Template
* More accessibility fixes to the Templates section for doc types
* Missed commit
* fix changes to styling
2019-12-27 12:25:20 +01:00
Warren Buckley
eda25d58f9
Merge pull request #7376 from umbraco/v8/feature/enable-property-actions-for-property-editor-controllers
...
Property Actions for Property Editor with Controllers
2019-12-24 13:34:54 +00:00
Andy Butland
bd5b344a57
Merge branch 'netcore/dev' into feature/7371-short-string-helper
...
# Conflicts:
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Core/TypeExtensions.cs
# src/Umbraco.Infrastructure/Packaging/PackageDataInstallation.cs
# src/Umbraco.Infrastructure/Persistence/Factories/DataTypeFactory.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DataTypeRepository.cs
# src/Umbraco.ModelsBuilder.Embedded/Compose/ModelsBuilderComponent.cs
# src/Umbraco.ModelsBuilder.Embedded/UmbracoServices.cs
# src/Umbraco.Tests/LegacyXmlPublishedCache/XmlStore.cs
# src/Umbraco.Tests/Persistence/Repositories/DocumentRepositoryTest.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs
# src/Umbraco.Tests/Strings/StringExtensionsTests.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Tests/Web/Controllers/UsersControllerTests.cs
# src/Umbraco.Web/Editors/CodeFileController.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/ContentControllerBase.cs
# src/Umbraco.Web/Editors/ContentTypeController.cs
# src/Umbraco.Web/Editors/CurrentUserController.cs
# src/Umbraco.Web/Editors/DashboardController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MacroRenderingController.cs
# src/Umbraco.Web/Editors/MacrosController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/MemberController.cs
# src/Umbraco.Web/Editors/RelationTypeController.cs
# src/Umbraco.Web/Editors/TinyMceController.cs
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/Macros/PublishedContentHashtableConverter.cs
# src/Umbraco.Web/Models/Mapping/UserMapDefinition.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/PropertyEditors/RichTextEditorPastedImages.cs
# src/Umbraco.Web/Runtime/WebInitialComponent.cs
# src/Umbraco.Web/Templates/TemplateRenderer.cs
2019-12-24 09:08:47 +01:00
Andy Butland
32e46b0f0c
Added user and member password configuration to release config.
2019-12-24 08:05:33 +01:00
Andy Butland
0e8f1887bd
Completed setup to fix failing unit tests.
2019-12-23 15:28:05 +01:00
Andy Butland
0670caee15
Populated user and member password configuration from settings file.
2019-12-23 14:35:39 +01:00
Warren Buckley
6511c1e458
Update src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbpropertyeditor.directive.js
2019-12-23 12:53:32 +00:00
Shannon Deminick
8aa6fff801
Merge pull request #7356 from umbraco/netcore/feature/AB4227-move-files-to-infrastructure
...
Netcore/feature/ab4227 move files to infrastructure
2019-12-23 17:35:54 +11:00
Shannon
db596a40da
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4227-move-files-to-infrastructure
2019-12-23 17:06:31 +11:00
Shannon Deminick
67928b61db
Merge pull request #7350 from umbraco/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext
...
Netcore/feature/ab3791 move scoping to infrastructure and replace callcontext
2019-12-23 17:04:09 +11:00
Shannon
9dd258320a
Adds notes, fixes tests
2019-12-23 16:04:17 +11:00
Poornima Nayar
ed3293528f
Accessibility fix to umb-user-group-preview
2019-12-22 20:49:57 +01:00
Dirk Seefeld
07924e7627
Update de.xml
...
Based on 8.3.0 release
2019-12-22 18:40:31 +01:00
Anders Bjerner
4c96c8be3e
Replaced umb-overlay with editorService for listing fields of an Examine search result ( #6862 )
2019-12-22 18:28:49 +01:00
Søren Kottal
2c368c2b38
fix saving searches in the logviewer
2019-12-21 20:52:59 +01:00
BatJan
720a1b2dd4
Change div to button and fix styling
2019-12-21 18:39:30 +01:00
Søren Kottal
d55897c635
Use the editor icon for data type trees ( #7373 )
2019-12-21 16:33:36 +01:00
Bjarne Fyrstenborg
69764d2496
Add component unique ids ( #7375 )
2019-12-21 13:05:32 +01:00
BatJan
b7fd8f3d2d
Add deep-blur, aria attributes and change a to button and add aria-hidden to the i element
2019-12-21 12:57:43 +01:00
Jan Skovgaard
da7dacd6f2
Help drawer: Fix accessibility and semantics for help drawer ( #6953 )
...
* Fix accessibility and semantics for help drawer
* Move inline styling external
2019-12-20 22:08:40 +01:00
Matthew-Wise
4adee8b4c7
Added aria labeled by to the create document list options ( #6922 )
2019-12-20 21:27:34 +01:00
Andy Butland
d469a2153b
Removed (almost) all instances of Current.ShortStringHlper and replaced with constructor injection.
2019-12-20 17:36:44 +01:00
Niels Lyngsø
ee1c0fc7fe
disable media-picker property-action remove-all-entries by default.
2019-12-20 15:04:10 +01:00
Niels Lyngsø
d1062f1236
implementation of Property Action for multi Media Picker
2019-12-20 14:44:17 +01:00
Niels Lyngsø
2eedc6d3c9
populate umbProperty on property-editor scope so controllers can use it.
2019-12-20 14:43:49 +01:00
KB
61caaee613
Space missing before Author of Installed package, added space to match formatting of Created Packages page.
2019-12-20 14:05:25 +01:00
KB
4a703fc0ec
Spelling mistake on word Umbraco in instructional comment.
2019-12-20 12:30:36 +01:00
Sebastiaan Janssen
c1bffefd23
Merge branch 'v8/dev' into v8/contrib
2019-12-20 11:55:36 +01:00
Claus
7950e328ed
Merge pull request #7372 from umbraco/v8/bugfix/AB3893-grid-embed-html-bug
...
V8: AB3893 Updates the HTML Razor Partial View for grid cell items that use Embed
2019-12-20 10:59:10 +01:00