Commit Graph

28244 Commits

Author SHA1 Message Date
Anders Bjerner
b2195ebed6 Improved the ngdocs for the editor service (#7023) 2019-12-19 11:33:43 +01:00
Anders Bjerner
f1393295ac Fixed casing for the "noTemplate" option (#7022)
* Fixed casing for the "noTemplate" option

The option should be named using camel casing similar to pretty much all other options. The fix is made so either "notemplate" or "noTemplate" can be specified, making the fix backwards compatible instead of creating a breaking change.

* Setting "documentTypeId" to "-1" if not already specified and "create" is "true"
2019-12-19 11:32:04 +01:00
Bjarke Berg
2fd6e8d617 Merge remote-tracking branch 'origin/netcore/feature/move-files' into netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext 2019-12-19 11:30:25 +01:00
Bjarke Berg
4a2ecef369 Merge remote-tracking branch 'origin/netcore/feature/move-files' into netcore/feature/move-files 2019-12-19 11:23:43 +01:00
Bjarke Berg
67c54bec50 AB4227 - Review fixes - Added null logger + clean up 2019-12-19 11:23:31 +01:00
David Zweben
da0e053dbc Fixed @name label in filemanager.service.js
Corrected the @name documentation of the setFiles method in filemanager.service.js, from "addFiles" to "setFiles".
2019-12-19 10:51:11 +01:00
Nathan Woulfe
65a2c0bde4 add disable-hotkeys attribute to disable hotkeys (#7186) 2019-12-19 10:44:26 +01:00
Bjarke Berg
d5527f0485 AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead 2019-12-19 10:43:34 +01:00
Poornima Nayar
2dfabae9b9 Merge pull request #6672 from kjac/v8/fix/actions-multiple-groups
V8: Handle permissions for users in multiple groups
2019-12-19 09:18:40 +00:00
Andy Butland
ec831bcec0 V8: #7209 fixes filter in User Management not keeping state (#7216)
* Saved and restored user view filter and sort when viewing user details and returning to list.

* Reworked state retention when navigating to and from the users list and user details pages to use querystring values.

* Fixed issue with culture parameter on navigating between user list and details screen.
Ensured when opening users list with querystring that user states filter is correctly populated.
2019-12-19 10:12:56 +01:00
Sven Geusens
57a58f91cd Added Ids to inputs so the label in umb-control-group gets linked 2019-12-19 10:06:40 +01:00
Warren Buckley
fa2bbcc358 V8: Add in Recycle Bin context message (#7341)
* Add a message bar to give context that this node/content item is in the trash/recycle bin

* Update umb-variant-content.html

* Update en.xml

* Update en_us.xml
2019-12-19 09:38:44 +01:00
Sebastiaan Janssen
8b225b8e58 Merge branch 'v8/dev' into v8/contrib 2019-12-19 09:18:02 +01:00
poornimanayar
9594767d17 revert unnecesary changes for the css class 2019-12-19 09:11:40 +01:00
Dirk Seefeld
e423c93a16 Fix HelpController for isolated intranet solutions (#7163)
* Fix HelpController for isolated intranet solutions

* remove debug catch & throw lines
2019-12-19 09:05:47 +01:00
Paul Seal
6f90bc2990 - only show remove photo on user avatar when there is an avatar 2019-12-19 09:03:19 +01:00
Rachel Breeze
b8387ac4e5 Don't keep prepending login to the page title
Now uses #6456 to prevent the page title being appended to the previous page title when the user is automatically logged out.
2019-12-19 08:50:59 +01:00
Poornima Nayar
e92ab7d3a5 Changed the Disable button in user details to be warning style 2019-12-19 08:35:39 +01:00
Dennis Adolfi
a835aa0674 v8: Updated search component to get translated placeholder "Search.." and "Clear" text (#7122)
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.

* Added Clear translation to en.xml, en-us.xml and sv.xml.

* befin translation search placeholder. Not working for some reason, investiagte.

* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.

* merge conflicts

* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.

* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.

* Remove whitespace noise
2019-12-19 08:25:42 +01:00
Shannon
a8f006e36e Removes the useNativeBulkInsert parameter, it's super old and useless 2019-12-19 17:56:48 +11:00
Shannon
aae5fc0048 Removes BulkInsertRecordsWithTransaction and changes tests 2019-12-19 17:45:28 +11:00
Bjarke Berg
7f9fbe9877 AB4227 - Removed StringExtensions from core.. 2019-12-18 18:55:00 +01:00
Liam Laverty
76ef9da271 maps isSensitiveData in groupsbuilder
` property.isSensitiveData = propertyModel.isSensitiveData;` wasn't being set, which seems to have caused https://github.com/umbraco/Umbraco-CMS/issues/7270
2019-12-18 14:48:54 +01:00
Bjarne Fyrstenborg
c692bd997a Use input-id on toggle in profiler dashboard 2019-12-18 14:47:18 +01:00
René Pjengaard
56b0480d4f added documentation for param startNodeId (mediaPicker) 2019-12-18 14:45:33 +01:00
René Pjengaard
d0daec65c4 added documentation for param startNodeId 2019-12-18 14:44:14 +01:00
Paul Seal
fa26e2ee02 removed unused _domainService 2019-12-18 14:39:53 +01:00
Rachel Breeze
578a725d7c V8: Accessibility Changes For umbEditorHeader Directive (settings section) (#6986)
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Added to do note for log viewer
2019-12-18 14:37:34 +01:00
Laura W
c6afb861aa Updated language discrepancies on database install steps 2019-12-18 14:33:15 +01:00
Mike Masey
661ece2a4c Improve keyboard accessibility for media library items (#6916)
* improvement: add better tabbed focus state to media grid item

* fix: update media grid item overlay to show on focus & change div to button
2019-12-18 14:06:30 +01:00
Bjarke Berg
b3c06be83a AB4227 - Moved a mix of files 2019-12-18 13:42:34 +01:00
Bjarke Berg
6c923bc9b4 AB4227 - Moved a mix of files 2019-12-18 13:42:33 +01:00
Bjarke Berg
38519b2bab AB4227 - Moved Logging 2019-12-18 13:42:32 +01:00
Bjarke Berg
897cb63ad6 AB4227 - Moved Packaging, Compose, Dictionary, Manifest and Sync 2019-12-18 13:42:31 +01:00
Bjarke Berg
da1cf259c6 AB4227 - Moved Services and Migration 2019-12-18 13:42:29 +01:00
Bjarke Berg
a22824e33a AB4227 - Moved Persistence Repository implementations 2019-12-18 13:42:27 +01:00
Bjarke Berg
03631a1731 AB4227 - Moved Persistence Root 2019-12-18 13:42:26 +01:00
Bjarke Berg
7a0e0f7782 AB4227 - Moved Persistence.Factories 2019-12-18 13:42:25 +01:00
Bjarke Berg
7c1e81db0d AB4227 - Moved persistence mappers 2019-12-18 13:42:24 +01:00
Bjarke Berg
17a586ed0c AB4227 - Moved dtos and made some public to let then be known by the web project 2019-12-18 13:42:22 +01:00
Malthe Petersen
0e9594ca2d fix: url segment null in preview content 2019-12-18 12:23:53 +01:00
Rob Maas
809ab6d05f Added ContentApps for Members (#6670) 2019-12-18 10:43:41 +01:00
Warren Buckley
0b6f1f6e11 Merge pull request #7349 from umbraco/v8/feature/0000-live-preview-badge-update-n-styling
PreviewBadge with option to open in PreviewMode in BackOffice…
2019-12-18 09:10:13 +00:00
Shannon
63429dadb7 Adds notes, changes values to constants 2019-12-18 15:01:33 +11:00
Shannon
1d61bc829c Merge branch 'v8/dev' into v8/fix/6324-wrong-media-path-stored 2019-12-18 12:10:00 +11:00
Shannon
0d0f8e6beb adds debug timing 2019-12-18 11:08:15 +11:00
Niels Lyngsø
5939d02e49 remove line break 2019-12-17 16:19:48 +01:00
Niels Lyngsø
746bcb3571 updated badge animation and position to be center aligned. 2019-12-17 15:42:20 +01:00
Bjarke Berg
9a6c976f6e AB3791 - Moved scoping to infrastructure, implemented our own CallContext 2019-12-17 15:06:51 +01:00
Bjarke Berg
f0d1c38aa8 AB3791 - Moved scoping to infrastructure, implemented our own CallContext 2019-12-17 15:03:14 +01:00