Sebastiaan Janssen
af9c40e9ef
Bumps version to 7.10.5 and updates CDF
2018-09-20 08:26:15 +02:00
Sebastiaan Janssen
861e5908a7
U4-11253 New Chrome 66 trimStart function is overriding the Umbraco Core trimStart polyfill
2018-04-20 10:35:21 +02:00
Shannon
75fb070825
U4-11246 When user belongs to groups and none of them have browse access and one or more have a custom start node applied a YSOD occurs
2018-04-19 16:20:18 +10:00
Shannon Deminick
8a0f32e980
Merge pull request #2595 from umbraco/temp-U4-11208
...
U4-11208 Error : "An item with the same key has already been added." into "Umbraco.Core.Services.IdkMap.Populate" method
2018-04-19 15:27:00 +10:00
Robert
15eb40aedb
Removed code that populates content tree with duplicate start nodes.
2018-04-18 16:01:01 +02:00
Sebastiaan Janssen
cc3e75dc63
U4-11208 Error : "An item with the same key has already been added." into "Umbraco.Core.Services.IdkMap.Populate" method
2018-04-18 15:14:16 +02:00
Sebastiaan Janssen
eeaf17c857
Weird revert of a PR that was merged in before
...
(cherry picked from commit 94ed741dd5 )
2018-04-18 12:18:44 +02:00
Dave Woestenborghs
21a8395142
U4-11216 Multiple Content Picker allows only one item when used as macro parameter ( #2593 )
...
U4-11216 set min and max number when used as parameter editor
(cherry picked from commit f25233ac2b )
2018-04-18 10:22:09 +02:00
Sebastiaan Janssen
7d171b1e95
Bumps version to 7.10.4
2018-04-17 15:46:39 +02:00
Sebastiaan Janssen
d63061fade
Merge pull request #2564 from leekelleher/U4-11184
...
U4-11184 - Nested Content PropertyValueEditor - return converted value, not update reference value
2018-04-17 15:33:14 +02:00
Sebastiaan Janssen
4664266b8d
Bumps version to 7.10.3
2018-04-12 16:40:10 +02:00
Sebastiaan Janssen
5003a55aca
Cherry picked - Fix scope leaks caused by database messenger [U4-11207] #2580
2018-04-12 16:32:34 +02:00
Dave Woestenborghs
354505fde3
U4-11149 fixed error when creating new xslt file ( #2540 )
...
* U4-10659 added create task back for xslt files
* Add fix to UI.Release.xml as well
2018-04-09 14:47:09 +02:00
Sebastiaan Janssen
95d40049f5
Bumps version to 7.10.2
2018-04-09 08:30:39 +02:00
Sebastiaan Janssen
f003c3602c
Merge pull request #2545 from dawoe/temp-U4-11155
...
U4-11155 fixed error when creating member groups
2018-04-09 08:28:03 +02:00
Shannon Deminick
e25d648f44
Merge pull request #2556 from dawoe/temp-U4-11167
...
U4-11167 Fixes rare syncTree error
2018-04-06 14:46:23 +10:00
leekelleher
7225ec29fe
Nested Content - enabled support for property-editors:
...
- Umbraco.CheckBoxList
- Umbraco.DropDownMultiple
- Umbraco.MacroContainer
- Umbraco.RadioButtonList
- Umbraco.MultipleTextstring
2018-04-05 17:17:34 +01:00
leekelleher
cf1069e0e1
NestedContentPropertyEditor - code tidy-up
...
A little tidy-up of these class method. I noticed we were calling `ToString()` twice in places,
and the `ConfigureForDisplay` prevalues are already available as a Dictionary, so there's no need for an additional `ToDictionary` allocation.
2018-04-05 17:16:34 +01:00
leekelleher
99ce88228c
U4-11184 - Nested Content PropertyValueEditor - return converted value, not update reference value
...
ConvertDbToString
We were updating the `property.Value` reference, which was having adverse effects on the editor value.
In the majority of cases this wasn't an issue, but it did mean that any prevalue-ID-based editors (e.g. dropdown list) had problems.
I've removed the call to the base method, we don't need it - here's what it does...
https://github.com/umbraco/Umbraco-CMS/blob/release-7.4.0/src/Umbraco.Core/PropertyEditors/PropertyValueEditor.cs#L367
It attempts to convert the value to an XML-safe string, which is ultimately `ToString()` (if not null):
https://github.com/umbraco/Umbraco-CMS/blob/release-7.4.0/src/Umbraco.Core/ObjectExtensions.cs#L544
ConvertDbToEditor
Same as ConvertDbToString, we were updating the `property.Value` reference when we shouldn't be.
We should be returning the converted value, not updating the original reference value itself.
I've removed the call to the base method, we don't need it - it attempts to deserialize the JSON string that we've literally just serialized...
https://github.com/umbraco/Umbraco-CMS/blob/release-7.4.0/src/Umbraco.Core/PropertyEditors/PropertyValueEditor.cs#L283
So we can pass the List<object> value back, as this will be handled by Umbraco and handed by Angular.
2018-04-05 17:14:15 +01:00
Warren
edb62b740b
Merge branch 'patch-v7' into dev-v7
2018-04-05 10:42:41 +01:00
Warren Buckley
43e32e66b6
Merge pull request #2550 from dawoe/temp-U4-11161
...
U4-11161 fix for adding multiple items in a single content picker
2018-04-05 10:15:39 +01:00
Shannon
11d4189c8d
Merge branch 'patch-v7' into dev-v7
2018-04-05 17:28:46 +10:00
Dave Woestenborghs
859cb6ce1a
U4-11167 removed the time out..only check if the syncTree method exists
2018-04-04 09:44:29 +02:00
Warren
ebbd05dc97
Adds in missing $scope dependency for Dynamic Dashboard Controller
2018-04-04 08:30:33 +01:00
Warren
bdaa70592f
Adds in missing $scope dependency for Dynamic Dashboard Controller
2018-04-04 08:28:41 +01:00
Dave Woestenborghs
27b19a0a33
U4-11167 only wrap in time out when syncTree method is undefined
2018-04-03 07:37:37 +02:00
Shannon
047a05cfb3
bumps version
2018-04-03 11:38:13 +10:00
Shannon
e77ebc0c1c
Fixes all references to assetsService.load* that do not pass in a required scope object and changes assets.service to always use the $rootScope of an explicit scope is not passed
2018-04-03 11:27:53 +10:00
Shannon
a27ea994b7
updates the loadMomentLocaleForCurrentUser to always return a promise
2018-04-03 10:59:55 +10:00
Shannon
e019c94207
changes back to correct version
2018-04-03 10:42:57 +10:00
Shannon
5b7193aa64
Merge branch 'temp-U4-11164' of https://github.com/dawoe/Umbraco-CMS into dawoe-temp-U4-11164
2018-04-03 10:41:01 +10:00
Dave Woestenborghs
f6263aad5b
U4-11167 wrap syncTree method to handle rare occasions where it is not defined yet
2018-03-31 15:09:30 +02:00
Dave Woestenborghs
28a0e30315
U4-11164 fixed blank screen for about 30 seconds after logging in. Because of q.all we don't need to wait until promise is resolved, because all promises are resolved when this is hit
2018-03-30 11:20:41 +02:00
Dave Woestenborghs
d1eb6b1aa8
U4-11161 don't show help text when it's not a multipicker
2018-03-28 17:07:56 +02:00
Dave Woestenborghs
458d023ff4
U4-11161 set min and max number in default config
2018-03-28 17:03:35 +02:00
Shannon
89c376f77a
adds ValueTuple reference to nuspec
2018-03-26 20:08:11 +11:00
Claus
7c264b4da0
adding using statement to preview file to prevent missing htmlhelper error.
2018-03-23 11:57:29 +01:00
Claus
716020602d
adding using statement to preview file to prevent missing htmlhelper error.
2018-03-23 11:55:23 +01:00
Sebastiaan Janssen
8c0ec489c2
Bump version to 7.11
2018-03-23 09:54:11 +01:00
Sebastiaan Janssen
81d380a47e
Merge branch 'dev-v7' into master-v7
2018-03-22 14:55:52 +01:00
Sebastiaan Janssen
19e5715a84
Whoops, that was not supposed to say beta
2018-03-22 14:55:02 +01:00
Sebastiaan Janssen
2e2dce170a
Merge branch 'dev-v7.10' into master-v7
2018-03-22 11:28:48 +01:00
Sebastiaan Janssen
59f9a64e81
Merge branch 'dev-v7' into dev-v7.10
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-03-22 11:27:26 +01:00
Sebastiaan Janssen
98b7467306
Merge branch 'dev-v7' into master-v7
2018-03-22 10:53:24 +01:00
Sebastiaan Janssen
4bb75d73dd
Bump version to 7.9.3
2018-03-22 10:50:12 +01:00
Shannon Deminick
dd8e43d80a
Fixes U4-10472 Cannot upgrade to 7.7+ when using MySql ( #2493 )
...
* Fixes U4-10472 Cannot upgrade to 7.7+ when using MySql
* Fixes dropping the FK for the AddUserGroupTables migration
2018-03-22 10:35:41 +01:00
Claus
c9c9e8352a
Merge pull request #2532 from umbraco/temp-U4-11134
...
redirects preview to login when not authorized
2018-03-22 10:22:32 +01:00
Shannon
c4e5ab54d2
redirects preview to login when not authorized
2018-03-22 19:55:55 +11:00
Shannon
53bfec8a04
Merge branch 'dev-v7' into dev-v7.10
2018-03-22 19:22:34 +11:00
Sebastiaan Janssen
b4a0dadee9
Re-apply the nice C# syntax James provided
2018-03-21 19:53:20 +01:00
Lee Kelleher
014ac98d0b
U4-11052 - Enabled IntegerValueConverter to handle Int64 source values ( #2500 )
...
* Enabled IntegerValueConverter to handle `Int64` source values
2018-03-21 19:08:24 +01:00
Robert
35a79a8598
Merge pull request #2525 from umbraco/temp-U4-11020
...
U4-11020 Deleting a member group that is part of a Public Access feat…
2018-03-21 13:47:02 +01:00
Robert
3c4f052a27
Moved some code around based on feedback
2018-03-21 13:45:44 +01:00
Robert
97d7e3db84
Forgot add the new namespace
2018-03-21 10:46:42 +01:00
Robert
0d2df4de81
Some cleanup
2018-03-21 10:22:08 +01:00
Shannon
b361cfebb7
updates npm build dependencies
2018-03-21 13:55:01 +11:00
Shannon
ebea5e8170
fixes boolean pre-value editor Html Id
2018-03-21 13:53:54 +11:00
Shannon
995f3f38a3
Fixes upgrade issue with copying the preview.old directory and updates the link to the the correct public one
2018-03-21 12:52:17 +11:00
Shannon
2ad79956d9
Re-apply Drop Down Flexible "Merge pull request #2502 from umbraco/temp-U4-11032""
2018-03-21 12:37:26 +11:00
Shannon
96c6a17d03
Merge branch 'dev-v7' into dev-v7.10
2018-03-21 12:36:55 +11:00
Shannon
e2e0dd0c73
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2018-03-21 12:34:15 +11:00
Shannon
1a590664e7
Revert "Merge pull request #2502 from umbraco/temp-U4-11032"
...
This reverts commit 2aa0dfb2c5 , reversing
changes made to 2c6e7e46c2 .
2018-03-21 12:32:27 +11:00
Shannon Deminick
64fd6ee7c5
Merge pull request #2477 from Shazwazza/U4-10992
...
U4-10992 (UDUF) TourController Object reference not set to an instance of an…
2018-03-21 12:24:50 +11:00
Shannon Deminick
2ed5b6c1ee
Merge pull request #2436 from umbraco/temp-U4-10957_2
...
U4-10957 If RequiredSection is not defined in a tour - backoffice wil…
2018-03-21 12:24:10 +11:00
Shannon Deminick
41c4e024de
Merge pull request #2505 from umbraco/temp-u4-10756
...
U4-10756 - id/guid cache
2018-03-21 11:42:04 +11:00
Shannon
b46add81f0
Merge branch 'dev-v7.10' into temp-u4-10756
2018-03-21 11:39:28 +11:00
Shannon
ff31cd9f72
Changes Set to Populate, changes Fetch to Query and makes GetById public
2018-03-21 11:31:30 +11:00
Shannon
084af43dab
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.10
2018-03-21 10:20:20 +11:00
Sebastiaan Janssen
edf7038848
U4-11020 Deleting a member group that is part of a Public Access feature, from the system, does not also remove the corresponding rows from the umbracoAccessRule table.
2018-03-20 15:00:09 +01:00
Niels Hartvig
bcac02861d
Merge pull request #2524 from davidwandar/patch-2
...
Fixed typo in Readme.
2018-03-20 11:18:57 +01:00
Sebastiaan Janssen
79ecaecc9e
Merge pull request #2503 from umbraco/temp-U4-11070
...
Adds support for *not* closing an overlay on enter
2018-03-20 11:14:57 +01:00
Sebastiaan Janssen
f604117c6d
Merge pull request #2504 from umbraco/temp-U4-11071
...
U4-11071 Prevalue editor for multiple values TLC
2018-03-20 11:14:42 +01:00
David Wandar
dcf7f35078
Fixed typo.
...
Xloud -> Cloud
Xloud sounds awsome though :)
2018-03-20 10:00:53 +01:00
Robert
2aa0dfb2c5
Merge pull request #2502 from umbraco/temp-U4-11032
...
U4-11032 Consolidate the number of dropdown property editors into one
2018-03-19 14:37:47 +01:00
Robert
e4b77416a6
Fixed typo
2018-03-19 14:28:24 +01:00
Robert
3aed889e2a
Merge branch 'dev-v7' into temp-U4-11032
2018-03-19 14:14:51 +01:00
Robert
2c6e7e46c2
Merge pull request #2517 from dawoe/patch-1
...
Fixed documentation of umb-overlay directive
2018-03-19 08:58:23 +01:00
Mikulas Tomanka
0a71a09d21
Merge pull request #2518 from dawoe/patch-2
...
Remove console.log from slider property editor
2018-03-19 08:32:40 +01:00
Dave Woestenborghs
0c868fb72d
Remove console.log from slider property editor
...
removed console.log statement from slider property editor controller
2018-03-16 18:43:54 +01:00
Dave Woestenborghs
a96cbce9b1
Fixed documentation of umb-overlay directive
...
- Removed lorem ipsum text
- Fixed casing of subtitle
2018-03-16 18:12:46 +01:00
Sebastiaan Janssen
e3e425695f
U4-8724 tinyMceConfig.config customConfig bool not correct deserialized
2018-03-16 16:34:58 +01:00
Sebastiaan Janssen
b539c6ec27
Merge pull request #1445 from KevinJump/dev-v7-ConnectionStringConfigSource
...
U4-8890 - Honour ConfigSource when setting ConnectionString
2018-03-16 15:45:21 +01:00
Shannon
69f7623fb7
Doh! we had test code checked in .. oops!
2018-03-16 14:40:26 +11:00
Shannon
82820284f3
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.10
...
# Conflicts:
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Features/EnabledFeatures.cs
2018-03-16 14:30:55 +11:00
Sebastiaan Janssen
5f3090c81e
grunt was discontinued in 7.7 and shouldn't exist here any more to avoid confusion
2018-03-15 10:40:40 +01:00
Sebastiaan Janssen
f66e239584
PhantomJs doesn't understand fancy ES6 notation
2018-03-15 10:32:25 +01:00
Sebastiaan Janssen
a465ed415d
Rename to javascriptLibraryService
2018-03-15 10:08:00 +01:00
Sebastiaan Janssen
5161fd0cef
Remove trailing space from filename and clean up code a little
2018-03-15 10:07:04 +01:00
Sebastiaan Janssen
eac9785c45
Apply PR #2507
2018-03-15 10:02:20 +01:00
Sebastiaan Janssen
054a8b48fa
Revert PR #2507 - needs to go in 7.10
2018-03-15 09:59:04 +01:00
Stephan
af0a03a3e0
U4-10756 - cleanup
2018-03-15 09:51:12 +01:00
Stephan
fb5e6c22ce
Merge remote-tracking branch 'origin/dev-v7' into temp-u4-10756
2018-03-15 09:46:52 +01:00
Stephan
6bc68005f4
U4-10756 - id/guid cache, new version
2018-03-15 09:46:39 +01:00
Sebastiaan Janssen
dfbc3c477a
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into pr/2507
2018-03-15 09:38:44 +01:00
Niels Hartvig
57426ae895
Feedback from review. Makes the moment service more generic and changes promises chaining
2018-03-14 11:10:01 +01:00
Shannon
05c38db54c
updates naming of the extending preview property and fixes the angular rendering on ng-init
2018-03-14 15:24:30 +11:00
Shannon
00fdace570
fixes preview view web.config and makes sure we pass the preview model to the view
2018-03-14 14:38:21 +11:00
Shannon
4e531976e9
missing file
2018-03-14 14:24:11 +11:00
Shannon
0feb1b6cc0
fixes build since we don't have preview files
2018-03-14 14:02:35 +11:00
Shannon
830f460b7e
bumps version
2018-03-14 13:58:48 +11:00
Shannon
3e2fa64820
Changes the Preview Index.cshtml to use a real model instead of viewdata, adds the correct razor web.config for these preview views, changes the enabled feature to be able to inject a razor view instead of strings
2018-03-14 13:56:49 +11:00
Shannon Deminick
7db4f841e3
Merge pull request #2485 from umbraco/temp-UAASSCRUM-1405
...
UAASSCRUM-1405 Clean up preview for Headless
2018-03-14 13:39:28 +11:00
Shannon
509d27f93b
Merge branch 'dev-v7.10' into temp-UAASSCRUM-1405
...
# Conflicts:
# src/Umbraco.Web/Features/EnabledFeatures.cs
2018-03-14 13:38:25 +11:00
Shannon
f42b122e73
adding missing files
2018-03-14 13:35:51 +11:00
Shannon
b4aad19573
Revert "Merge pull request #2508 from umbraco/temp-U4-11076"
...
This reverts commit 4161d244c1 , reversing
changes made to eea87e411f .
2018-03-14 13:23:33 +11:00
Shannon
1b6c070752
Merge remote-tracking branch 'origin/dev-v7' into temp-UAASSCRUM-1405
2018-03-14 12:56:07 +11:00
Shannon
bedce100d2
Fixes merge and the preview views path
2018-03-14 12:55:34 +11:00
Shannon
0e08a56ada
Merge branch 'dev-v7' into temp-UAASSCRUM-1405
...
# Conflicts:
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Features/EnabledFeatures.cs
2018-03-14 12:25:37 +11:00
Sebastiaan Janssen
03012cf54d
Merge pull request #1435 from neilgaietto/U4-8822
...
U4-8822- Fixes Unpublish error with empty RTE
2018-03-14 00:10:49 +01:00
Sebastiaan Janssen
7ff339e18a
Merge pull request #1306 from shiroganee/Fix-8533
...
removes a overflow: hidden which decrease update-tree-layer performance
2018-03-13 23:34:59 +01:00
Sebastiaan Janssen
0048b9c4c8
Merge pull request #2516 from bjarnef/dev-v7-U4-11093
...
U4-11093 - Update Danish translations
2018-03-13 23:03:48 +01:00
Bjarne Fyrstenborg
47f5e6bf17
Remove duplicate key in user area
2018-03-13 22:23:38 +01:00
Bjarne Fyrstenborg
a8908c90bc
Add better translations to Danish
2018-03-13 22:21:44 +01:00
Sebastiaan Janssen
9e5e8b539a
Merge branch 'bjarnef-dev-v7-U4-6616' into dev-v7
2018-03-13 22:19:15 +01:00
Sebastiaan Janssen
45d292e196
Merge branch 'dev-v7-U4-6616' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-6616
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/variables.less
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/iconpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/iconpicker.html
2018-03-13 22:18:28 +01:00
Niels Hartvig
6bafd3a254
Removes ugly non-existing comment :)
2018-03-13 16:39:01 +01:00
Niels Hartvig
564074a2bd
Adds check for existing moment locales before attempting to download them
2018-03-13 16:19:51 +01:00
Shannon Deminick
4161d244c1
Merge pull request #2508 from umbraco/temp-U4-11076
...
Fix - U4-11076 Remove all references to templates from the backoffice
2018-03-12 20:32:29 -07:00
Shannon
171e0d87db
Updates some of the variable names, removes the EnabledFeatures since we don't really need that
2018-03-13 14:31:30 +11:00
Shannon Deminick
eea87e411f
Merge pull request #2514 from umbraco/temp-U4-11065
...
Fix - U4-11065 Sensitive data is shown in listviews
2018-03-12 17:25:49 -07:00
Shannon
89edfe5782
refactors a bit - merges the 2 new resolvers into one and renames with code comments. Updates the ContentPropertyBasic to include a new IsSensitive property for mapping, updates the UI to check for this, updats the mapping to map with UmbracoContext,
2018-03-13 11:23:44 +11:00
Shannon Deminick
cbd5071eed
Merge pull request #2510 from umbraco/temp-UAASSCRUM-1441
...
fixes UAASSCRUM-1441: fix token identity breaking RestAPI and others
2018-03-12 06:27:50 -07:00
Robert
3dbc2944aa
Translations
2018-03-12 12:06:57 +01:00
Robert
709dab6afd
Hooked sensitive data checks on member list view
2018-03-12 12:06:23 +01:00
Robert
8749b030cf
Added custom resolver to deal with sensitive values on member list view, some cleanup
2018-03-12 12:04:54 +01:00
Sebastiaan Janssen
62fd15d54b
Update CONTRIBUTING.md
2018-03-10 12:24:13 +01:00
Sebastiaan Janssen
66e71db85c
Update CONTRIBUTING.md
2018-03-10 12:20:56 +01:00
Sebastiaan Janssen
469527da0a
Update CONTRIBUTING.md
2018-03-10 12:20:24 +01:00
Robert
304e574bbc
Merge pull request #2509 from umbraco/temp-U4-11058
...
fixes: U4-11058 Add guidance to the multinode treepicker UI for min. …
2018-03-08 14:01:14 +01:00
Robert
723644ace5
Merge pull request #2475 from barryokane/U4-7484-markdown
...
(uDuf) Prevent "unsaved" warning when no changes on MarkDown Editor
2018-03-08 13:23:46 +01:00
Stephan
2b936a6d31
UAASSCRUM-1441 - fix token identity
2018-03-08 13:18:53 +01:00
Sebastiaan Jansssen
3121635e07
Clarify upgrade readme
2018-03-08 13:15:04 +01:00
Mads Rasmussen
f2a3a269ba
fixes: U4-11058 Add guidance to the multinode treepicker UI for min. and max. allowed items
2018-03-08 11:22:31 +01:00
Robert
557fc1bcdd
Removed hardcoded value for disabletemplate
2018-03-07 21:43:19 +01:00
Kyle Weems
617bdb2bd1
Merge branch 'dev-v7' of git://github.com/umbraco/Umbraco-CMS into dev-v7
2018-03-07 10:21:11 -08:00
Kyle Weems
2c91f9bf14
Reduce the first load impact of Moment by moving from using moment-with-locales.js to moment.min.js and loading in the specific locale files when the app authorizes. http://issues.umbraco.org/issue/U4-11044
2018-03-07 10:19:11 -08:00
Robert
1a5fe63638
Switching to ng-if to hide the template dropdown in the info tab
2018-03-07 14:51:24 +01:00
Robert
dfb0efbc98
Removed option to assign templates from the info tab
2018-03-07 14:43:30 +01:00
Robert
d399ad6e51
Removed option to assign templates from the document type
2018-03-07 14:13:53 +01:00
Robert
eb06e62937
Removing the option to create document type with a template
2018-03-07 14:10:25 +01:00
Robert
728bf8b52d
Adding disableFeatures server variable and new DisableTemplate property in DisabledFeatures.cs
2018-03-07 14:03:35 +01:00
Niels Hartvig
ca74100e12
TLC for multiple pre values editor
2018-03-06 16:11:44 +01:00
Stephan
cd63806895
U4-10756 - id/guid cache
2018-03-06 16:11:27 +01:00
Niels Hartvig
3061dc4e6f
Adds support for *not* closing an overlay on enter
2018-03-06 15:37:52 +01:00
Niels Hartvig
5166dc08d6
Missing null check
2018-03-06 12:44:39 +01:00
Niels Hartvig
05a9c44e9e
Needs to check if single value is an array and then pick first value
2018-03-06 11:51:32 +01:00
Niels Hartvig
8e0565e030
Fixes spacing in description :)
2018-03-06 11:16:51 +01:00
Niels Hartvig
ceb3ae361a
Adds flexible dropdown editor to replace the four current ones
2018-03-06 11:07:08 +01:00
Niels Hartvig
4cee7b831a
Merge branch 'dev-v7' into temp-U4-11032
2018-03-06 10:08:04 +01:00
Robert
f146262031
Merge pull request #2476 from barryokane/U4-9996
...
(uDuf) Prevent unsaved dialogue appearing when no changes made on FileUpload
2018-03-06 09:17:17 +01:00
Robert
ddae0d01e3
Merge pull request #2460 from mwanchap/U4-10821
...
Fix for U4-10821, render alt text attribute from grid image editor (uduf hackathon)
2018-03-05 14:35:23 +01:00
Robert
b9ee85dabc
String ->string
2018-03-05 14:34:36 +01:00
Sebastiaan Janssen
29fa6061a9
Merge pull request #2496 from soreng/temp-U4-9992
...
U4-9992: Added nuget config to restore command
2018-03-02 11:56:39 +01:00
Søren Gregersen
8ee61312b6
Added nuget config to restore command
2018-03-02 11:47:57 +01:00
Sebastiaan Janssen
cfd4b8c7bf
Merge pull request #2495 from soreng/temp-U4-9992
...
U4-9992: Added usage of nuget config in environment setup
2018-03-02 11:45:42 +01:00
Sebastiaan Janssen
7ce3b6046c
Merge pull request #2494 from Mivaweb/patch-1
...
Update NL.xml rectify and permissionDenied
2018-03-02 11:43:20 +01:00
Søren Gregersen
43d98c9682
Added usage of nuget config in environment setup
2018-03-02 11:42:41 +01:00
Michaël Vanbrabandt
62e4825a5e
Update NL.xml rectify and permissionDenied
2018-03-02 10:47:15 +01:00
Sebastiaan Janssen
81d35c6079
Merge pull request #2491 from mortenbock/temp-U4-5614
...
U4-5614 - Handle invalid urls in extension check
2018-03-01 20:49:09 +01:00
Morten Bock
7e15077f96
Handle invalid urls in extension check
2018-03-01 20:18:18 +01:00
Sebastiaan Janssen
6543e3c058
Merge pull request #2489 from mortenbock/temp-U4-288
...
U4-288 - Allow relative urls in sheduled tasks
2018-03-01 19:47:31 +01:00
Morten Bock
7c73c379cf
Use the UmbracoApplicationUrl as the base for sheduled task urls, in case they are relative.
2018-03-01 19:11:37 +01:00
Sebastiaan Janssen
4bc9d96bce
Merge pull request #2488 from hemraker/temp-U4-10993
...
Fixed open doc type button
2018-03-01 18:09:48 +01:00
Rune Hem Strand
45fd54d046
Fixed open doc type button
2018-03-01 18:06:46 +01:00
Sebastiaan Jansssen
4f062306a6
U4-10891 Color Picker Cannot read property 'hasOwnProperty' of null
...
(cherry picked from commit 4a8730b925 )
2018-03-01 16:47:28 +01:00
Sebastiaan Jansssen
4a8730b925
U4-10891 Color Picker Cannot read property 'hasOwnProperty' of null
2018-03-01 16:45:38 +01:00
Sebastiaan Janssen
0beda4b790
Update CONTRIBUTING.md
2018-03-01 16:43:02 +01:00
Sebastiaan Jansssen
d94e7cd906
Merge branch 'dev-v7' into master-v7
2018-03-01 15:09:45 +01:00
Sebastiaan Jansssen
213ea6470f
Bump version to 7.9.2
2018-03-01 15:09:04 +01:00
Sebastiaan Jansssen
dde8ba5617
Merge branch 'dev-v7' into master-v7
2018-03-01 14:57:11 +01:00
Sebastiaan Janssen
e783308cf0
Merge pull request #2487 from umbraco/temp-hartvig-ocd
...
Aligns installer/login background photo
2018-03-01 14:54:56 +01:00
Sebastiaan Jansssen
01f49bb07e
Revert "Merge pull request #2426 from JeffreyPerplex/U4-9991-KeyboardShortcuts"
...
This reverts commit 325cefa349 , reversing
changes made to d4cf4cd700 .
2018-03-01 14:52:17 +01:00
Niels Hartvig
d06b7edd84
Change default value label to "true"
2018-03-01 14:46:36 +01:00
Niels Hartvig
466de5ee0b
Adds a label to the boolean pre value editor
2018-03-01 14:41:44 +01:00
Niels Hartvig
976e1e8a35
Mark existing dropdown property editors as obsolete
2018-03-01 14:25:07 +01:00
Niels Hartvig
a3d08c19c5
Aligns photo
2018-03-01 14:05:34 +01:00
Claus
23638702c8
adding missing views...
2018-03-01 12:57:43 +01:00
Mads Rasmussen
761804baf8
Merge pull request #2486 from umbraco/temp-U4-10876
...
Fixes "Content Picker 2 can search outside of it's selected start node"
2018-03-01 10:46:50 +01:00
Sebastiaan Jansssen
a633e45b44
Merge branch 'dev-v7' into master-v7
2018-03-01 10:27:57 +01:00
Shannon
78489237d9
U4-11019- default isApproved to true
2018-03-01 18:21:14 +11:00
Shannon
8768947519
U4-11019 Member 'Locked out' marked as sensitive throws an error - fixes special values
2018-03-01 18:05:44 +11:00
Sebastiaan Jansssen
63b58dcd09
Merge remote-tracking branch 'origin/dev-v7' into master-v7
2018-03-01 07:51:07 +01:00
Shannon
ccfb643055
U4-11019 Member 'Locked out' marked as sensitive throws an error
2018-03-01 17:15:47 +11:00
Robert
88e6e44f4e
Fixes Content Picker 2 can search outside of it's selected start node
2018-02-28 15:54:13 +01:00
Claus
52684b6189
allowing to extend html used in preview view.
2018-02-28 13:41:49 +01:00
Sebastiaan Jansssen
76a0c6c39f
Merge branch 'dev-v7' into master-v7
2018-02-28 13:28:39 +01:00
Sebastiaan Jansssen
86bc50c61d
Bump version to 7.9.1
2018-02-28 13:27:53 +01:00
Claus
13c675d718
updating route to use the old url.
...
removing leftover index.html.
adding migration for renaming preview folder on disk.
2018-02-28 12:04:39 +01:00
Sebastiaan Janssen
924eab29af
Merge pull request #2484 from umbraco/temp-U4-11021
...
U4-11021 No login form when trying to authorise 7.9 upgrade
2018-02-28 11:52:28 +01:00
Claus
0ee3ebd180
adding the preview controller to project.
...
removing old static html files from src (they're now cshtml files in Views).
copy task should not copy static canvasdesigner files anymore.
2018-02-28 08:58:16 +01:00
Matt Wanchap
da0a1c808a
Added fallback to caption if no altText, as suggested
2018-02-28 11:06:59 +10:00
Shannon
9504eddf7e
Adds unit test to test mapping to a ContentItemDisplay when there are no property groups
2018-02-28 11:28:51 +11:00
Shannon
e502db5f6f
U4-11021 No login form when trying to authorise 7.9 upgrade
2018-02-28 09:33:47 +11:00
Sebastiaan Jansssen
22820ae5db
Re-organize CONTRIBUTING.md
2018-02-27 22:06:47 +01:00
Sebastiaan Jansssen
b65dc25193
More CONTRIBUTING.md
2018-02-27 22:03:33 +01:00
Sebastiaan Jansssen
99b5b0a396
CONTRIBUTING.md 🎉
2018-02-27 22:01:37 +01:00
Sebastiaan Janssen
7c33b5b69b
Create PULL_REQUEST_TEMPLATE.md
2018-02-27 17:00:24 +01:00
Sebastiaan Janssen
2ec66bf6d7
Create CODE_OF_CONDUCT.md
2018-02-27 16:56:53 +01:00
Sebastiaan Janssen
9421a92610
Merge pull request #2482 from umbraco/temp-u4-11018
...
Fix tabs issue
2018-02-27 15:48:48 +01:00
Claus
9c8c9d8a39
UAASSCRUM-1405 Clean up preview for Headless
2018-02-27 15:47:47 +01:00
Sebastiaan Jansssen
37d2203de1
Merge branch 'dev-v7' into master-v7
2018-02-27 15:45:16 +01:00
Stephan
cec71f5651
Fix tabs issue
2018-02-27 14:52:12 +01:00
Sebastiaan Jansssen
7ee510ed38
Fix formatting
2018-02-26 16:28:12 +01:00
Sebastiaan Jansssen
136e9e66d2
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
2018-02-26 16:26:54 +01:00
Shannon
55a2eb5b6c
Merge branch 'dev-v7.9' of https://github.com/umbraco/Umbraco-CMS into dev-v7.9
2018-02-27 01:39:05 +11:00
Shannon
0c2c12fdd9
ensures that the template cache is cleared on startup if it hasn't been tracked in local storage
2018-02-27 01:38:53 +11:00
Sebastiaan Jansssen
ec427afe14
Spelling
2018-02-26 15:19:45 +01:00
Shannon
155a304ce3
Allows GUID to be passed to ContentTreeControllerBase
2018-02-27 01:17:21 +11:00
Shannon
161a19a82b
Adds cache busting for TinyMCE
2018-02-27 01:12:17 +11:00
Shannon
e40ed5e858
not full caps for col name
2018-02-27 00:47:03 +11:00
Shannon
1ffbd734c8
Changes column and model for auditing to EventDateUtc
2018-02-27 00:46:09 +11:00
Shannon
fd5bc49c87
Audits the member being exported, moves the export method to the service (again) but returns a proper model this time and raises an event, adds error checking to the export http request
2018-02-27 00:40:43 +11:00
Shannon Deminick
2301a00cd1
Merge pull request #2480 from umbraco/temp-U4-10794-2
...
Makes methods on IConsentService more explicit to allow mo
2018-02-26 22:43:26 +10:00
Shannon Deminick
313f7967cb
Merge pull request #2479 from umbraco/temp-U4-10900-2
...
Fixes for U4-10900 Individual member data export functionality
2018-02-26 22:41:03 +10:00
Shannon
6adaa1f70c
adds a notification when the member gets exported
2018-02-26 23:37:20 +11:00
Shannon
8960b0828e
simplifies the exporter even more, no more reflection, no more streams
2018-02-26 23:23:25 +11:00
Shannon
397ab0e979
Merge branch 'dev-v7.9' into temp-U4-10900-2
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/member/export.html
2018-02-26 23:13:58 +11:00
Shannon
15c803b975
Changes how the json response is created
2018-02-26 23:12:33 +11:00
Shannon
d62b36ae5b
Merge branch 'temp-U4-10900-2' of https://github.com/umbraco/Umbraco-CMS into temp-U4-10900-2
2018-02-26 23:09:48 +11:00
Shannon
34506664df
Moves the member export to happen on action click, adds a helper method to download a file via XHR
2018-02-26 23:09:29 +11:00
Sebastiaan Jansssen
2557b9a7fb
Cleanup and makes a nice JSON object out of members + properties
2018-02-26 13:07:32 +01:00
Sebastiaan Jansssen
ac66dc9892
Fix member groups and don't add a line at the top
2018-02-26 12:39:02 +01:00
Robert
11e3d8c761
Merge pull request #2474 from umbraco/temp-u4-10688
...
U4-10688 Obsolete property editors showing
2018-02-26 12:37:53 +01:00
Shannon Deminick
22b9941822
rename to match file naming conventions
2018-02-26 22:28:41 +11:00
Sebastiaan Jansssen
b5b17a466b
Cleanup and moving data to json format
2018-02-26 12:03:46 +01:00
Shannon
2c5b37a842
CHanges back to IConsentService but keeps method name changes
2018-02-26 21:56:00 +11:00
Niels Hartvig
ae864a3b19
Mark old package installed Nested Content obsolete so it doesn't come up in the list
2018-02-26 11:32:58 +01:00
Mads Rasmussen
449e464a14
Merge branch 'mathiasrando-U4-10883' into dev-v7.9
2018-02-26 09:47:13 +01:00
Mads Rasmussen
5f72eb74db
use attr to control button size + remove disabled state
2018-02-26 09:26:14 +01:00
Niels Hartvig
fa85ce39c7
Changes filter of deprecated property editors to be on controller level instead of resolver
2018-02-26 09:22:54 +01:00
Shannon
bdea519770
Changes from IConsentService to ILawfulDataProcessService to allow more flexibility with GDPR data processing in the future
2018-02-26 17:07:06 +11:00
Shannon
78657f34d6
I have updated the Consent.HistoryInternal to internal
2018-02-26 16:51:34 +11:00
Shannon
e8fd7e2373
Fixes for U4-10900 Individual member data export functionality
2018-02-26 15:02:47 +11:00
Barry
08965982fd
Prevent unsaved dialogue appearing when no changes made on FileUpload property editor
...
Addresses this issue in media section (U4-9996) and content (U4-7484)
2018-02-25 05:50:10 +00:00
Barry
732d3ef326
Prevent "unsaved" warning when no changes on MarkDown Editor
...
http://issues.umbraco.org/issue/U4-7484#
2018-02-25 03:18:00 +00:00
Niels Hartvig
3da9fddd64
U4-10688 Obsolete property editors showing
...
Please be aware that if you do have obsolete property editors in use and set the setting "showDeprecatedPropertyEditors" to false you'll get an exception.
2018-02-24 21:31:10 +10:00
Sebastiaan Jansssen
e1821697d4
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-02-24 11:53:28 +01:00
Sebastiaan Jansssen
a7756afae6
Bump version to 7.8.2
2018-02-24 11:50:39 +01:00
Sebastiaan Jansssen
fcd3bb2eee
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.html
2018-02-24 11:48:20 +01:00
Sebastiaan Jansssen
858156bab2
Merge branch 'dev-v7' into master-v7
2018-02-23 22:23:43 +01:00
mikkelhm
cf5dac0ddd
fix xml in spanish lang file
...
(cherry picked from commit 2281cd8291 )
2018-02-23 22:23:07 +01:00
Sebastiaan Janssen
1cdf5c042e
Merge pull request #2473 from umbraco/temp-fix-spanish-language-xml
...
fix xml in spanish lang file
2018-02-23 22:19:10 +01:00
mikkelhm
2281cd8291
fix xml in spanish lang file
2018-02-23 22:02:47 +01:00
Robert
fa68f7fafe
Merge pull request #2445 from bjarnef/dev-v7-U4-10966
...
U4-10966 - Single/Multiple Media Picker is messed up when dragging images
2018-02-23 15:15:36 +01:00
Mads Rasmussen
898e39dac5
Merge branch 'U4-10883' of git://github.com/mathiasrando/Umbraco-CMS into mathiasrando-U4-10883
2018-02-23 14:49:50 +01:00
Sebastiaan Jansssen
2ae96f3810
Merge branch 'dev-v7' into master-v7
2018-02-23 14:23:49 +01:00
Sebastiaan Jansssen
f6045a49b5
Bump version to 7.7.13
2018-02-23 14:22:53 +01:00
Sebastiaan Jansssen
849cd4d315
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
2018-02-23 13:49:57 +01:00
Sebastiaan Jansssen
10141bf4f6
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
2018-02-23 13:49:20 +01:00
Sebastiaan Janssen
11fcc8cd65
Merge pull request #2469 from umbraco/temp-U4-10900
...
Export member data functionality
2018-02-23 13:44:01 +01:00
Sebastiaan Jansssen
95aaf40281
Some more code cleanup and making sure we pass in the current user so that we can't avoid the sensitivedata check easily
2018-02-23 13:38:21 +01:00
Robert
e25a39ec5d
Merge pull request #2472 from umbraco/temp-U4-10964
...
Temp u4 10964
2018-02-23 13:33:47 +01:00
Sebastiaan Jansssen
c165a34ed7
U4-10964 Adding a new property to a MemberType if you are not in Sensitive Data group throws a 404 when saving
2018-02-23 13:17:24 +01:00
Sebastiaan Janssen
dc616bb6bf
Merge pull request #2471 from alanmac/U4-11007
...
change newsletter subscribe to default for installation process - GDPR Compliance
2018-02-23 12:48:26 +01:00
Robert
cd6c7e51fd
Merge branch 'temp-U4-10900' of https://github.com/umbraco/Umbraco-CMS into temp-U4-10900
2018-02-23 12:24:37 +01:00
Alan Mac Kenna
2caad3f2d0
change newsletter subscribe to default for installation process
2018-02-23 11:24:15 +00:00
Robert
4850b01097
Added checks in place to stop users that has no access to sensitive data to export member data, removed some unused usings
2018-02-23 12:23:23 +01:00
Sebastiaan Jansssen
92c0cfb9df
Additional action needs to be counted in the test
2018-02-23 10:58:33 +01:00
Sebastiaan Jansssen
8c5ee547b1
Does v3 MyGet API work?
2018-02-23 10:32:49 +01:00
Sebastiaan Jansssen
b9c9a232cd
Style updates, and removes unused usings
2018-02-23 10:26:11 +01:00
Sebastiaan Jansssen
b565513052
Merge branch 'dev-v7.9' into temp-U4-10900
2018-02-23 09:46:06 +01:00
Robert
cff24e6ccf
Added translation keys for en.xml and deleted duplicate anchorInsert key in en_us.xml
2018-02-23 09:44:32 +01:00
Robert
8ef3ecd714
Forgot to commit the translation keys :|
2018-02-23 09:11:42 +01:00
Shannon
7019c9433b
U4-10991 TourController Object reference not set to an instance of an object - when loading an invalid tour
2018-02-23 16:40:29 +10:00
Sebastiaan Janssen
1f66ebff1f
Merge pull request #2470 from MMasey/dev-v7
...
U4-11005 Examine Search tools form does not submit when pressing Enter key
2018-02-22 18:49:17 +01:00
Sebastiaan Janssen
47f8b483a9
Merge pull request #2467 from christophnz/U4-5366
...
Uduf-Hackathon U4-5366
2018-02-22 18:46:27 +01:00
Sebastiaan Janssen
1c56cd48ae
Merge pull request #2468 from emmanueltissera/U4-11002
...
Fixed email address in invite email [UDUF 2018 Hackathon]
2018-02-22 18:29:48 +01:00
Sebastiaan Janssen
6e9a9d6444
Merge pull request #2464 from lukaaaaaaaay/dev-v7.8
...
Hackathon: U4-10941 Name should be before Label when adding grid row configurations
2018-02-22 18:17:18 +01:00
Migaroez
c4850199f7
U4-10999 Fixed wrong description on mediaresource.search
...
(cherry picked from commit af476e1536 )
2018-02-22 17:36:39 +01:00
Sebastiaan Janssen
679333b9c9
Merge pull request #2456 from Migaroez/U4-10999
...
U4-10999 Fixed wrong description on mediaresource.search
2018-02-22 17:33:37 +01:00
Sebastiaan Janssen
02c609747d
Merge pull request #2455 from GertyEngrie/dev-v7
...
Typo fix for nullreference in RenderRouteHandler
2018-02-22 17:32:25 +01:00
Sebastiaan Janssen
413e70db7d
Merge pull request #2450 from richarth/patch-1
...
Grammar improvement
2018-02-22 17:31:29 +01:00
Sebastiaan Janssen
c2cbac7ef9
Merge pull request #2448 from madsoulswe/temp-U4-10969
...
U4-10969 - Removed legacy file MediaUploader.ashx
2018-02-22 17:30:14 +01:00
Mike Masey
a4a079cd1b
Merge remote-tracking branch 'upstream/dev-v7' into dev-v7
2018-02-22 16:24:15 +00:00
Mike Masey
22fc9c617c
Upate search button in examin search tools to use type="submit"
2018-02-22 16:18:59 +00:00
Sebastiaan Jansssen
0bcdfc8820
Merge branch 'skartknet-spanish_translations' into dev-v7
2018-02-22 17:11:38 +01:00
Sebastiaan Jansssen
b868c06e79
Merge branch 'spanish_translations' of https://github.com/skartknet/Umbraco-CMS into skartknet-spanish_translations
...
# Conflicts:
# src/Umbraco.Web.UI/umbraco/config/lang/es.xml
2018-02-22 17:11:09 +01:00
Robert
f0dd32ea19
Removed export placeholder button and added "Action" button instead.
2018-02-22 16:52:16 +01:00
Robert
97607bc83b
Added front and back end logic to export member data
2018-02-22 15:32:33 +01:00
ChristophNZ
5b41262f41
rewrote if/else to remove code duplication
2018-02-22 16:35:18 +10:00
Emmanuel Tissera
e8e1cd8323
Fixed email address in invite email
...
http://issues.umbraco.org/issue/U4-11002 - Corrected issue where email address was not linked correctly in the invite template
2018-02-22 16:30:41 +10:00
ChristophNZ
1e17d6a527
continue loop after logging warning when null
2018-02-22 16:19:21 +10:00
ChristophNZ
0d05d0bf34
Import Document Type: use ContentTypeService to search for allowed child nodes if they are not part of the imported type(s)
2018-02-22 15:53:11 +10:00
Shannon
94184238a2
removes uneeded file
2018-02-22 13:19:42 +10:00
Shannon Deminick
f21d1f879e
Merge pull request #2459 from dinc5150/U4-10702
...
U4-10702 - Update Umb-modal icon to be consistent with other icons
2018-02-22 14:16:25 +11:00
Luke Phelan
9c1b2499d5
swapped the name and label fields in grid row editor.
2018-02-22 14:14:35 +11:00
Shannon Deminick
60a315f964
Merge pull request #2458 from cpevans/U4-10116
...
Check if user is admin to show propertyAlias regardless of debug status
2018-02-22 14:07:13 +11:00
Matt Wanchap
b37197f66a
Fix for U4-10821, render alt text attribute from grid image editor, or empty string if null (for screen readers)
2018-02-22 11:46:23 +10:00
Chris Evans
1870d5444d
check for user admin group membership to show propertyAlias regardless of debug status
...
use the getCurrentUser() method of the userService to query the userGroups property of the current user
2018-02-22 13:54:50 +13:00
David Sheiles
a927d5fb84
U4-10702 - Update Umb-modal icons to be consistant
2018-02-22 11:41:57 +11:00
Sebastiaan Jansssen
e433daf5ff
Bump version to 7.9.0
2018-02-21 16:06:59 +01:00
Migaroez
af476e1536
U4-10999 Fixed wrong description on mediaresource.search
2018-02-21 11:02:56 +01:00
Gerty Engrie
fcfb9afc22
typo fix
2018-02-20 14:24:51 +01:00
Claus
05818f6262
Merge branch 'temp-U4-10915' into dev-v7
2018-02-20 13:39:03 +01:00
Mads Rasmussen
accf8ba5f2
Merge pull request #2444 from bjarnef/dev-v7-U4-10965
...
U4-10965 - Add translations of "Save and schedule"
2018-02-20 09:26:37 +01:00
Shannon
1788682af9
U4-10915 Umbraco automapper configuration is not valid
2018-02-20 19:16:53 +11:00
Sebastiaan Jansssen
a41833c137
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
2018-02-19 17:26:14 +01:00
Sebastiaan Jansssen
7abc6d3d4f
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
2018-02-19 17:20:12 +01:00
Sebastiaan Jansssen
a5f689385a
Merge branch 'dev-v7' into master-v7
2018-02-19 17:13:35 +01:00
Sebastiaan Jansssen
a551881ce2
TypedMember(object id) didn't know how to deal with UDI values coming in, breaking MNTP pickers
2018-02-19 17:13:03 +01:00
Sebastiaan Jansssen
4a5a8497b4
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
2018-02-19 15:38:28 +01:00
Sebastiaan Jansssen
567c0977d0
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-02-19 15:37:50 +01:00
Sebastiaan Jansssen
9ec4247350
Sync en and en_us - normalize whitespace
2018-02-19 15:24:50 +01:00
Sebastiaan Jansssen
1607e51270
Merge branch 'dev-v7' into master-v7
2018-02-19 14:21:16 +01:00
Sebastiaan Jansssen
2f31175db5
Bump version to 7.7.12
2018-02-19 14:20:47 +01:00
Sebastiaan Jansssen
044b43f6e1
Merge branch 'dev-v7' into master-v7
2018-02-19 14:10:09 +01:00
Richard Thompson
c2722d8120
Grammar improvement
...
Improved the grammar of an error message
2018-02-16 15:19:16 +00:00
Mikulas Tomanka
325cefa349
Merge pull request #2426 from JeffreyPerplex/U4-9991-KeyboardShortcuts
...
http://issues.umbraco.org/issue/U4-9991 - Adding extra shortcuts
2018-02-16 10:36:24 +01:00
Mikulas Tomanka
e43ecfd42c
Merge branch 'dev-v7.9' into U4-9991-KeyboardShortcuts
2018-02-16 10:35:41 +01:00
Dennis Öhman
76725aa0d8
U4-10969 - Removed legacy file MediaUploader.ashx
2018-02-15 16:12:49 +01:00
Sebastiaan Janssen
d4cf4cd700
Merge pull request #2432 from umbraco/temp-u4-10795
...
U4-10795
2018-02-15 16:07:22 +01:00
Sebastiaan Jansssen
48c0b95707
Only do a length check if performingIp not null
2018-02-15 16:03:12 +01:00
Sebastiaan Jansssen
a5caf361e0
Update DateTime.Now usages to be UtcNow to be independent of local datetime
2018-02-15 15:55:40 +01:00
Sebastiaan Jansssen
74c3aaade5
Merge branch 'dev-v7.9' into temp-u4-10795
2018-02-15 15:50:15 +01:00
Stephan
cf94da2b8f
refactor user and group logging
2018-02-15 14:01:04 +01:00
Sebastiaan Jansssen
826d6d5b15
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
2018-02-14 12:15:56 +01:00
Sebastiaan Jansssen
56f4904fc0
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
2018-02-14 12:15:18 +01:00
Sebastiaan Jansssen
9178e7afcf
Whoops, no need to introduce a new method here, old method was still available
2018-02-14 12:13:01 +01:00
Stephan
7f3733d4b5
cleanup
2018-02-14 11:27:43 +01:00
Sebastiaan Jansssen
3df23c3a34
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-02-14 10:34:26 +01:00
Sebastiaan Jansssen
7746c4a014
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/ValueConverters/MultiNodeTreePickerPropertyConverter.cs
2018-02-14 10:28:51 +01:00
Sebastiaan Janssen
b18945e630
Merge pull request #2447 from umbraco/temp-Fix-CDF-Version-Change
...
Updates the CDF version changer to to use a hash of the current versi…
2018-02-14 10:25:27 +01:00
Sebastiaan Jansssen
4640cf56d1
Make change non-breaking
2018-02-14 10:23:58 +01:00
Shannon
eae1ce7012
fixes build
2018-02-14 12:05:05 +11:00
Shannon
e900711180
Updates the CDF version changer to to use a hash of the current version and the date time so that it's not constantly updated if it's not changed.
2018-02-14 11:53:49 +11:00
Shannon
9f4875c8a7
removes SaveUserGroupWithUsersEventArgs and replaces with SaveEventArgs<UserGroupWithUsers> and changes the SavedUserGroupWithUsers to SavingUserGroup2 and SavedUserGroup2
2018-02-14 11:13:24 +11:00
Stephan
46902d4335
Merge branch 'temp-u4-10795' of https://github.com/umbraco/Umbraco-CMS into temp-u4-10795
2018-02-13 15:35:57 +01:00
Stephan
5eb22b0fd9
report added/removed users from groups
2018-02-13 15:30:58 +01:00
Stephan
6a18965946
Don't throw, DRY
2018-02-13 12:00:14 +01:00
Stephan
be1ec05072
Use constants for field lengths
2018-02-13 11:32:21 +01:00
Stephan
bb2caf85cb
fix namespace
2018-02-13 09:47:23 +01:00
Shannon
8ee8bda953
fixes tests
2018-02-13 19:46:34 +11:00
Shannon
b42f75df17
fixes tests
2018-02-13 19:29:19 +11:00
Shannon
caa3a3319f
Fixes issue with user groups being dirty and resetting dirty events
2018-02-13 18:54:13 +11:00
Shannon
5caf95331a
Fixes PerformingUser for login/logout and actually logs the affected user
2018-02-13 18:29:39 +11:00
Bjarne Fyrstenborg
040e45ca70
Ensure move cursor is added the multiple media picker (sortable), but not on imagepicker prevalue editor, which not has ui-sortable
2018-02-12 22:27:23 +01:00
Bjarne Fyrstenborg
bd3d626147
Add move cursor when media picker is multiple picker and thumbnails are sortable
2018-02-12 21:58:39 +01:00
Bjarne Fyrstenborg
47d08e69a4
Update comment
2018-02-12 21:56:48 +01:00
Bjarne Fyrstenborg
df182674b4
Make thumbnail same size as add button
2018-02-12 21:37:22 +01:00
Bjarne Fyrstenborg
6ec9a2ae45
Add specific class for "add" list item
2018-02-12 21:01:08 +01:00
Bjarne Fyrstenborg
bf00f7a663
Enable sortable option based on single or multiple media picker
2018-02-12 20:54:49 +01:00
Bjarne Fyrstenborg
74d8341620
Add bottom margin for multiple media picker
2018-02-12 20:46:48 +01:00
Bjarne Fyrstenborg
70207e5374
Fix issues with "add"-button in single and multiple media picker
2018-02-12 20:46:02 +01:00
Bjarne Fyrstenborg
f4c038c64c
Add translations of "Save and publish".
2018-02-12 18:04:46 +01:00
Shannon
c4fa3aa649
Fixes issue with AffectedUser vs PerformingUser, updates the log formatting and uses the affectedDetails better, fixes the double event calling for auth stuff, fixes the change password event raising, fixes reporting the changed property values for members
2018-02-13 00:15:04 +11:00
Mikulas Tomanka
d51cda7843
Merge pull request #2440 from ProNotion/patch-1
...
Fixed typo on user section of tour
2018-02-12 13:32:10 +01:00
Claus
372ffee42b
Merge pull request #2437 from umbraco/temp-UAASSCRUM-1365
...
allowing to disable the template check when sending content through t…
2018-02-12 11:15:26 +01:00
Claus
c1cfea7ebd
removing constructor.
2018-02-12 11:12:46 +01:00
Shannon
3cdd8a0c43
removes methods from the interface we don't want to support
2018-02-12 20:48:42 +11:00
Shannon
bf130584a6
updates docs
2018-02-12 18:28:51 +11:00
Shannon
c3e67705ba
updated some naming conventions for eventType
2018-02-12 18:24:07 +11:00
Shannon
7a80d689aa
Fixes invalid login attempts being logged against the admin user, updates the audit handler to log unique keys for the eventType
2018-02-12 18:12:16 +11:00
Shannon
eabc009f0c
Adds validation to IAuditService.Write
2018-02-12 17:37:52 +11:00
ProNotion
d3a2d88347
Fixed type on user section
2018-02-09 17:33:11 +00:00
Claus
93f4d65227
Merge pull request #2438 from umbraco/temp-U4-10958
...
Fixes broken MNTP by switching convert cases to the correct DataType
2018-02-09 14:42:08 +01:00
Robert
a4c0342bda
Fixes broken MNTP by switching convert cases to the correct DataType
2018-02-09 14:09:03 +01:00
Sebastiaan Janssen
6c328d729d
Merge pull request #2435 from madsoulswe/temp-U4-10953
...
U4-10953- Help-drawer, (caption + h3 -> h5
2018-02-09 13:32:32 +01:00
Sebastiaan Jansssen
095633ba27
Test names were inverted
2018-02-09 13:27:25 +01:00
Claus
633d1bb0ae
changing the template check to an enabled check instead.
2018-02-09 13:19:56 +01:00
Claus
fb89c3da3c
allowing to disable the template check when sending content through to render.
2018-02-09 12:58:50 +01:00
Claus
b2004057a5
U4-10957 If RequiredSection is not defined in a tour - backoffice will throw errors
2018-02-09 11:55:34 +01:00
Sebastiaan Jansssen
3097a46ab3
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-02-09 09:57:00 +01:00
Sebastiaan Jansssen
c63156fcd8
Bump version to 7.7.11
...
(cherry picked from commit 0c25c36af0 )
2018-02-09 09:53:52 +01:00
Sebastiaan Jansssen
c59a226d56
Merge remote-tracking branch 'origin/dev-v7' into master-v7
2018-02-09 09:51:39 +01:00
Sebastiaan Jansssen
0c25c36af0
Bump version to 7.7.11
2018-02-09 09:46:05 +01:00
Stephan
29690df567
U4-10795 - misc fixes
2018-02-09 09:33:24 +01:00
Stephan
84a90884e3
Merge pull request #2433 from umbraco/temp-U4-10947
...
Fix for not being able to save decimal value
2018-02-09 08:14:51 +01:00
Shannon
d29b7311fa
reverts the convertible2 back to what it was before
2018-02-09 10:08:25 +11:00
Shannon
17b59cc20f
Updates the ObjectExtensions TryConvertTo code and moved all unit tests to ObjectExtensionsTests which now all pass
2018-02-09 10:02:51 +11:00
Robert
4423571eaa
Added ConvertToNullableDecimalTest and check that fixes the decimal save issue
2018-02-08 16:21:09 +01:00
Dennis Öhman
750600b202
U4-10953
...
Populate Caption in dashboardhelper
h2 -> h5
2018-02-08 15:37:50 +01:00
Sebastiaan Jansssen
28eb4ff03a
Bump version to 7.8.1
2018-02-08 14:08:38 +01:00
Sebastiaan Jansssen
79517f171c
Update UI.xml when upgrading
2018-02-08 14:07:54 +01:00
Stephan
e76c42f874
Merge pull request #2434 from umbraco/temp-U4-U4-10950
...
Fix checkbox in nested content
2018-02-08 13:42:42 +01:00
Robert
151c35bc47
Moving check to TryToConvertValueToCrlType
2018-02-08 13:15:43 +01:00
Robert
84265a9716
Fix checkbox in nested content
2018-02-08 12:18:51 +01:00
Robert
6618388973
Fix for not being able to save decimal value
2018-02-08 12:10:57 +01:00
Stephan
61ce533a08
U4-10795 - better performing user management, fix upgrades
2018-02-08 10:16:53 +01:00
Stephan
0a44ad3ab6
U4-10795 - granular logging - roles
2018-02-07 16:50:49 +01:00
Stephan
7c34255abe
Merge branch origin/dev-v7.9 into temp-u4-10795
2018-02-07 15:55:41 +01:00
Stephan
d52216103b
U4-10795 - granular logging
2018-02-07 15:51:18 +01:00
Stephan
a26cd625e7
U4-10795 - granular logging
2018-02-07 15:38:50 +01:00
Warren Buckley
b280bf73aa
Merge pull request #2429 from umbraco/temp-U4-10937
...
U4-10937 Datepicker on Info tabe and dates on audit trail do not work…
2018-02-07 12:13:19 +00:00
Shannon
a6d57a5f6d
Updates the dateHelper when converting to a local date, we need to check if the current string format is in UTC format and ensure that it's loaded that way
2018-02-07 12:51:15 +11:00
Mario Lopez
1f22191bbc
fixed formatting
2018-02-07 11:35:39 +11:00
Mario Lopez
25088042a9
spanish translations
2018-02-07 11:28:11 +11:00
Shannon
6b7a83c6c9
Updates logic for setting the scheduled publishing date/times to ensure that the local date/time is displayed but the server time is persisted
2018-02-07 11:17:02 +11:00
Sebastiaan Jansssen
eb5f2e29a3
U4-10937 Datepicker on Info tabe and dates on audit trail do not work if server time needs offsetting
2018-02-06 19:15:15 +01:00
Stephan
02397fd90c
U4-10795 - granular logging
2018-02-06 19:07:54 +01:00
Mikkel Holck Madsen
cf86409e3f
Merge pull request #2427 from umbraco/temp-U4-10935
...
fixes: U4-10935 Intro tour doesn't start automatically on cloud
2018-02-06 11:04:02 +01:00
Mads Rasmussen
134f5e2601
fixes: U4-10935 Intro tour doesn't start automatically on cloud
2018-02-06 10:14:30 +01:00
Mathias Rando Juul
e0ded863cc
Changes revalidation of username and password.
...
Ensures that both inputs are revalidated on change(if the form is invalid) to avoid cases where changing your password doesn't reset $invalid and therefor doesn't allow you to resubmit the form without triggering a change in the username.
2018-02-06 06:35:41 +01:00
Mathias Rando Juul
bd55594be1
Changes submit button to use umb-button directive.
2018-02-06 06:27:50 +01:00
Mathias Rando Juul
0e82696082
Updates formatting to match guidelines.
...
The guidelines for core contribution states that 4 spaces should be used for everything except XML.
2018-02-06 06:00:46 +01:00
Sebastiaan Jansssen
37ac524e8e
Don't enable tours for upgraders
2018-02-05 22:37:47 +01:00
Sebastiaan Jansssen
43af2f8e55
Fix UI docs generator
2018-02-05 21:12:25 +01:00
Jeffrey - Perplex
a7a6854f9b
Adding extra shortcuts
2018-02-05 16:45:20 +01:00
Sebastiaan Jansssen
a20584e3de
Not beta009, Final!
2018-02-01 16:18:49 +01:00
Sebastiaan Jansssen
19ec26fef9
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
2018-02-01 15:20:13 +01:00
Sebastiaan Janssen
23d225c14f
Merge pull request #2424 from umbraco/temp-u4-10794
...
Temp u4 10794
2018-02-01 13:32:32 +01:00
Claus
527f98189a
Merge pull request #2423 from umbraco/temp-u4-10897
...
temp U4-10897
2018-02-01 13:29:45 +01:00
Sebastiaan Jansssen
1a289be999
Whoops, I see what you did there, Consent can be internal indeed, cool!
2018-02-01 13:09:06 +01:00
Sebastiaan Jansssen
8a0485e093
Consent class really needs to be public
2018-02-01 13:07:02 +01:00
Sebastiaan Jansssen
647492fbfb
Merge branch 'dev-v7.9' into temp-u4-10794
2018-02-01 12:55:53 +01:00
Sebastiaan Janssen
78c289a559
Merge pull request #2425 from umbraco/mittonp-dev-v7
...
Mittonp dev v7
2018-02-01 08:59:35 +01:00
Sebastiaan Jansssen
646abb3aea
Merge branch 'dev-v7' of https://github.com/mittonp/Umbraco-CMS into mittonp-dev-v7
...
# Conflicts:
# 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
# src/Umbraco.Web.UI/umbraco/config/lang/es.xml
# src/Umbraco.Web.UI/umbraco/config/lang/fr.xml
# src/Umbraco.Web.UI/umbraco/config/lang/nl.xml
# src/Umbraco.Web.UI/umbraco/config/lang/pl.xml
# src/Umbraco.Web.UI/umbraco/config/lang/ru.xml
# src/Umbraco.Web.UI/umbraco/config/lang/zh.xml
2018-02-01 08:57:47 +01:00
Sebastiaan Janssen
2af59471a2
Merge pull request #973 from mattbrailsford/dev-v7-insertmacrofix
...
Updated insert macro dialog to prevent closing on enter key
2018-02-01 08:28:59 +01:00
Sebastiaan Jansssen
fc43d3cdee
Merge branch 'dev-v7.8' into dev-v7.9
2018-01-31 17:03:19 +01:00
Sebastiaan Jansssen
b76b09026b
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI.Client/src/assets/img/installer.jpg
# src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbtour.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
# src/Umbraco.Web.UI.Client/src/controllers/search.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/tours/umbintrocreatedoctype/doctypename/doctypename.controller.js
# src/Umbraco.Web.UI.Client/src/views/users/views/user/details.html
# src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json
# src/Umbraco.Web/Editors/TourController.cs
# src/Umbraco.Web/Models/BackOfficeTour.cs
# src/Umbraco.Web/Models/BackOfficeTourStep.cs
# src/Umbraco.Web/Models/Mapping/UserModelMapper.cs
# src/Umbraco.Web/TourFilterResolver.cs
# src/Umbraco.Web/Trees/MacroTreeController.cs
# src/Umbraco.Web/WebApi/Filters/FeatureAuthorizeAttribute.cs
# src/umbraco.cms/businesslogic/Packager/Installer.cs
# src/umbraco.cms/businesslogic/Packager/PackageInstance/utill.cs
2018-01-31 17:02:03 +01:00
Stephan
971d7cf933
U4-10794 - refactor
2018-01-31 15:20:03 +01:00
Sebastiaan Jansssen
118a83e56c
Consent class should be public for 3rd parties to be able to register consents
2018-01-31 13:19:30 +01:00
Sebastiaan Jansssen
1f6dea7177
Adds migration to create constent table
2018-01-31 12:47:41 +01:00
Sebastiaan Jansssen
f2667c3360
Bumps version to 7.9.0
2018-01-31 12:47:16 +01:00
Sebastiaan Janssen
f331736384
Merge pull request #2421 from umbraco/temp-U4-10797
...
U4-10797 Sensitive values
2018-01-31 10:59:18 +01:00
Sebastiaan Janssen
090f89e5b6
Merge pull request #2223 from kgiszewski/fix/U4-6309
...
U4-6309: Fix black bars that appear on a RTE image resize
2018-01-31 10:43:29 +01:00
Shannon
a6bc94185c
Ensures that a user without access to sensitive values cannot change a member type's sensitive values, this also validates on the server side
2018-01-30 19:38:42 -06:00
Stephan
4870afd2d3
U4-10897 - change enlisting priorities
2018-01-30 14:27:58 +01:00
Stephan
80257b6684
Revert "U4-10897 - change enlisting priorities"
...
This reverts commit 8f3a0b6919 .
2018-01-30 14:26:59 +01:00
Stephan
8f3a0b6919
U4-10897 - change enlisting priorities
2018-01-30 14:25:43 +01:00
Stephan
9fd2f34343
U4-10897 - defer Examine indexing until scope is all done
2018-01-30 13:53:37 +01:00
Stephan
e774717346
U4-10897 - expose enlisted mutable Xml in events
2018-01-30 13:14:01 +01:00
Warren Buckley
5f5759c8a3
Merge pull request #2422 from umbraco/temp-U4-10869
...
U4-10869 Make sure the getting started tour is only shown to the right users
2018-01-30 09:10:12 +00:00
Robert
0b90097aad
"requiredSections" tour property documentation
...
Added a few words about "requiredSections" tour property
2018-01-30 10:00:54 +01:00
Shannon
58533ca17e
Validates sensitive properties during model binding to ensure that someone cannot hack a posted value for sensitive props if they don't have access to sensitive props.
2018-01-29 13:24:27 -06:00
Shannon
427e99dd29
WIP - need to validate sensitive properties for invalid posted data
2018-01-29 12:20:06 -06:00
Shannon
1ec09e15cf
fixes tests
2018-01-29 12:02:20 -06:00
Shannon
a48568d1ba
Fixes problem where the sensitive value placeholder was being posted back to the server for saving, instead we don't post this value at all which means it will not be overwritten when it posts back.
2018-01-29 11:38:08 -06:00
Stephan
5aa1b81cd4
U4-10794 - revert PEtaPocoMapper changes
2018-01-29 16:27:16 +01:00
Sebastiaan Jansssen
7cd540c37e
Remove additional premature uses of C#7 features
2018-01-29 14:35:30 +01:00
Sebastiaan Jansssen
83595ecaf5
Don't rely on C# 7 features
2018-01-29 14:06:25 +01:00
Robert
e07c5e6ff8
Removed unused using directives
2018-01-29 13:18:11 +01:00
Robert
67ff827d67
Tours will only load if the current user has access to the same sections the tours has access to
2018-01-29 13:13:43 +01:00
Stephan
e1208e5019
U4-10794 - use string ids, not udis
2018-01-29 11:30:01 +01:00
Sebastiaan Jansssen
3f7159797f
U4-10880 Update install background
2018-01-29 09:49:16 +01:00
Shannon
995f644501
Adds upgrade logic, fixes tests, fixes model mappings to not do so much AfterMap
2018-01-26 17:27:35 -07:00
Shannon
f7eec8dafb
Allows editing the property metadata even if the property type is locked
2018-01-26 16:24:40 -07:00
Shannon
e039265fab
adds descriptions to the member type options
2018-01-26 16:11:14 -07:00
Shannon
f08192a4ab
Changes copy for hidden values and makes the rendering for hidden values it's own property editor view so we can more easily update it.
2018-01-26 15:52:12 -07:00
Stephan
a16ac1f0ba
U4-10794 - implement basic consent service
2018-01-26 10:57:12 +01:00
Shannon
469d6f9ca3
Now checks for the sensitiveData group to view sensitive data
2018-01-25 15:06:23 -07:00
Shannon
54cc80f4e8
Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
2018-01-25 14:41:28 -07:00
Shannon
64628c0a9d
Gets the IsSensitive property mapped to the display object and changes the property output to show that the field contains sensitive data. Refactors the TabsAndPropertiesResolver and simplifies it a lot which also allows us to pass in an UmbracoContext which we'll need in order to determine a user's rights, etc... Refactors how the TreeNodeUrls are mapped and they now use a proper mapper. This now means we do much less in AfterMap
2018-01-25 14:14:12 -07:00
Robert
6f81b7fe24
'getting-started' tour only available to admins
2018-01-25 12:10:34 +01:00
Stephan
f2819f61e5
Merge pull request #2417 from umbraco/temp-u4-10846
...
U4-10846 - fix member group cache
2018-01-25 11:06:17 +01:00
Sebastiaan Janssen
2107e9d9e3
Merge pull request #2420 from PerplexDaniel/patch-1
...
Fix NullReferenceException when HttpContext is not available
2018-01-25 10:18:32 +01:00
Daniël Knippers
c623b448ba
Fix NullReferenceException when HttpContext is null
...
This method will throw a NullReferenceException in contexts without an HttpContext, like is the case in background threads. As HttpContext is only used to set an isDebug flag, it seems more sensible to not throw in cases without an HttpContext, but simply set isDebug to false instead. If this is not acceptable behavior, could we perhaps look at something other than HttpContext.Current.IsDebuggingEnabled to decide whether isDebug should be set?
2018-01-25 08:56:46 +01:00
Mario Lopez
1e8bdc8f0c
no message
2018-01-25 10:18:06 +11:00
Sebastiaan Janssen
8bb49f57e8
Merge pull request #2419 from umbraco/redmorello-U4-10864_close_back_office_search_results
...
Redmorello u4 10864 close back office search results
2018-01-24 17:47:44 +01:00
Sebastiaan Jansssen
da0b1c2f23
Merge branch 'U4-10864_close_back_office_search_results' of https://github.com/redmorello/Umbraco-CMS into redmorello-U4-10864_close_back_office_search_results
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/application/umb-navigation.html
2018-01-24 17:43:19 +01:00
Sebastiaan Jansssen
a288fc62eb
Workaround: keep the cache we used to have but clear all cache for membergroups when a member group changes
2018-01-24 17:26:21 +01:00
Sebastiaan Jansssen
82e50ccd3a
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2018-01-24 16:13:31 +01:00
Sebastiaan Jansssen
15b0dc9f29
Merge branch 'dev-v7.8' of https://github.com/kristoffer-tvera/Umbraco-CMS into kristoffer-tvera-dev-v7.8
2018-01-24 16:12:06 +01:00
Sebastiaan Janssen
8057d09fc2
Merge pull request #2416 from PeteDuncanson/patch-1
...
Prevent Pinterest messing with media in the back office
2018-01-24 15:53:40 +01:00
Sebastiaan Jansssen
8877100bf0
Merge branch 'dev-v7' into temp-u4-10846
2018-01-24 15:50:08 +01:00
Stephan
41c96e6e26
Merge pull request #2398 from leekelleher/issue/U4-10756
...
Proposed patch for U4-10756 - Guid TypedContent performance
2018-01-24 15:27:43 +01:00
Sebastiaan Jansssen
abdd117264
Fixes bug in MB 3.0.9
2018-01-24 15:26:40 +01:00
Sebastiaan Jansssen
6272dac698
Use string.Format instead of interpolation
2018-01-24 14:34:21 +01:00
Sebastiaan Jansssen
7a4b5fa796
Bump version to 7.7.10
2018-01-24 14:34:03 +01:00
Sebastiaan Jansssen
c962132ee0
Update to ModelsBuilder 3.0.9
2018-01-24 14:33:32 +01:00
leekelleher
0780979469
Eagerly populating the Guid lookup
...
as per @Shazwazza's comment: https://github.com/umbraco/Umbraco-CMS/pull/2398#issuecomment-358752346
Tested against 12,000 nodes (in the XML cache), profiling showed it took 55ms.
2018-01-24 11:53:52 +00:00
leekelleher
a42e568fdf
Initialized the ConcurrentDictionary statically
...
as per @JimBobSquarePants's comment: https://github.com/umbraco/Umbraco-CMS/pull/2398#discussion_r162799543
2018-01-24 11:51:53 +00:00
Robert
e62661cc6a
Merge pull request #2397 from leekelleher/issue/U4-10845
...
U4-10845 MNTP value-converter - trashed content causes database lookups
2018-01-24 12:48:29 +01:00
leekelleher
6841b2ac61
Amended the lookup dictionary setter,
...
as per @JimBobSquarePants's comment: https://github.com/umbraco/Umbraco-CMS/pull/2398#discussion_r162522998
2018-01-24 10:29:23 +00:00
leekelleher
f7f4276485
Removed the need for the UseLegacyXmlSchema check
...
The enhancement in PR #2367 removed the `"@isDoc"` check,
which was the main difference between the legacy and current XML schema.
Reducing the XPath to `"//*[@key=$guid]"` will perform the same for both types of schema.
_(and saves on a couple of allocations)_
2018-01-24 10:29:23 +00:00
leekelleher
bb9e23ca3e
Proposed patch for U4-10756 - Guid TypedContent performance
...
This is a proposal for a temporary workaround to issue U4-10756.
It uses a local static ConcurrentDictionary to store a lookup of Guid/int values.
If the Guid isn't in the lookup, then the traditional XPath is used, which would add the resulting node ID (int) to the lookup.
If the lookup contains the Guid, then the returned int value will be used to perform a more efficient retrieval.
<http://issues.umbraco.org/issue/U4-10756 >
2018-01-24 10:29:23 +00:00
Warren Buckley
10db9363f4
Merge pull request #2411 from umbraco/temp-U4-10757
...
Can navigate trough global search results
2018-01-24 09:35:07 +00:00
Sebastiaan Janssen
7d5d69e2e3
Merge pull request #2418 from abjerner/patch-36
...
Nested Content should use the new turquoise/purple colors as the rest of the backoffice
2018-01-23 22:02:16 +01:00
Sebastiaan Janssen
06897aa8c6
Merge pull request #2413 from umbraco/temp-u4-10853
...
U4-10853 - fix (scheduled) unpublishing issues
2018-01-23 21:55:53 +01:00
Anders Bjerner
ee75158dd0
Nested Content should use the new turquoise/purple colors as the rest of the backoffice
2018-01-23 21:55:15 +01:00
Shannon
b49db0e941
Initial commit for member type sensitive data, this adds the db and model requirements and updates the normal property editor for a member type which saves the isSensitive data to the db.
2018-01-23 13:01:31 -07:00
Stephan
c022397d86
U4-10846 - fix member group cache
2018-01-23 20:54:47 +01:00
Shannon
e25f6e82ed
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web/Models/Mapping/UserModelMapper.cs
2018-01-23 11:42:14 -07:00
Shannon
d104525a50
Updates core to use latest CDF version
2018-01-23 11:15:37 -07:00
Sebastiaan Janssen
b0a64aa4b5
Merge pull request #2384 from umbraco/temp-u4-10822
...
U4-10822 - refactor view models binding error handling
2018-01-23 16:24:08 +01:00
Pete Duncanson
ca86385269
Prevent Pinterest messing with media in the back office
...
Fixes: http://issues.umbraco.org/issue/U4-10865
2018-01-23 15:10:09 +00:00
Robert
fb8368267e
Merge pull request #2410 from umbraco/temp-U4-10851
...
Fixes U4-10851 - Unzip Umbraco packages into a flat structure
2018-01-23 16:06:41 +01:00
Claus
ef4322a9b3
Merge pull request #2414 from umbraco/temp-u4-10844
...
U4-10844 - delete blueprints with content types
2018-01-23 15:15:15 +01:00
Stephan
7032e137b8
U4-10853 - refactor
2018-01-23 15:02:12 +01:00
Warren Buckley
e99643ecfd
Merge pull request #2415 from umbraco/temp-U4-10847
...
Removed authorize attribute from TourControlle
2018-01-23 13:44:52 +00:00
Robert
a325529eb8
Merge pull request #2412 from umbraco/temp-U4-10840
...
Added in the create XML for the legacy UserControl based Create Dialog
2018-01-23 14:38:25 +01:00
Robert
c68f832be6
Fixed anoying lower case delete action on macro context tree
2018-01-23 14:34:03 +01:00
Sebastiaan Janssen
4ab1c51327
Merge pull request #2392 from umbraco/temp-u4-10829
...
U4-10829 - fix tree controller
2018-01-23 14:13:39 +01:00
Robert
6f39bac32a
Removed authorize attribute from TourControlle
2018-01-23 13:47:57 +01:00
Stephan
e007a37c36
U4-10844 - delete blueprints with content types
2018-01-23 13:41:36 +01:00
Stephan
ab9e029525
U4-10853 - fix (scheduled) unpublishing issues
2018-01-23 13:04:57 +01:00
Warren Buckley
d298388a7b
Update the UI.Release XML too
2018-01-23 11:47:59 +00:00
Warren Buckley
4463abe9bb
Added in the create XML for the legacy UserControl based Create Dialog
2018-01-23 11:39:12 +00:00
Warren Buckley
d1db38182f
Fixes U4-10851 - Unzip Umbraco packages into a flat structure, so it supports packages that have files at the root, along with some packages that have the files nested insider another guid folder
2018-01-23 10:38:41 +00:00
Robert
e808360653
Can navigate trough global search results
2018-01-23 10:46:02 +01:00
Mads Rasmussen
c5df712471
Merge pull request #2405 from umbraco/temp-U4-10852
...
Fixes U4-10852 Where the ZipArchive stream was closed
2018-01-23 09:50:29 +01:00
Sebastiaan Janssen
2f67008987
Merge pull request #2407 from abjerner/patch-34
...
Removed unnecessary
2018-01-23 09:42:30 +01:00
Sebastiaan Janssen
1672e284c5
Merge pull request #2406 from abjerner/patch-33
...
Minor casing change
2018-01-23 09:41:46 +01:00
Ian Houghton
60ce36a7f2
U4-10864 add button when search returns no results, to clear the search
2018-01-22 22:03:35 +00:00
Mads Rasmussen
05c12d1f27
Merge pull request #2404 from umbraco/temp-U4-10843
...
Fixes U4-10843 and allows user detail page to upload a new avatar
2018-01-22 20:21:57 +01:00
Anders Bjerner
72e2cacc87
Removed unnecessary
2018-01-22 18:16:42 +01:00
Anders Bjerner
4285102422
Minor casing change
2018-01-22 18:08:37 +01:00
Warren Buckley
5ffdf4dd60
Fixes U4-10852 Where the ZipArchive stream was closed - 'Cannot access a closed Stream'
2018-01-22 14:20:01 +00:00
Mads Rasmussen
abbcf0e26b
Merge pull request #2358 from abjerner/patch-28
...
Triggers the save button to momentarily show an error icon
2018-01-22 14:55:10 +01:00
Sebastiaan Janssen
347b25472f
Merge pull request #2403 from JimBobSquarePants/housekeeping-gitattributes
...
Add default gitattributes and cleanup editorconfig
2018-01-22 14:38:40 +01:00
Mads Rasmussen
b745948dc6
Merge pull request #2361 from bjarnef/dev-v7-U4-10791
...
U4-10791 - Fix collapsed columns listview settings
2018-01-22 13:48:58 +01:00
Mads Rasmussen
8007c8869f
Merge pull request #2401 from umbraco/temp-U4-10835
...
U4-10835 Adds context menu items to the User tree
2018-01-22 13:25:59 +01:00
Stephan
b51a328ead
Merge pull request #2402 from JimBobSquarePants/perf-tryconvertto
...
Performance - 8x Faster TryConvertTo
2018-01-22 13:22:22 +01:00
Warren Buckley
f61437cc7c
Fixes U4-10843 and allows user detail page to upload a new avatar
2018-01-22 12:09:28 +00:00
James Jackson-South
f3b8f2eb5f
Add default gitattributes and cleanup editorconfig
2018-01-22 21:44:08 +11:00
James Jackson-South
de4628f450
Add perf explanation
2018-01-22 20:58:15 +11:00
James Jackson-South
b0a64655b4
Fastest dictionary lookups
2018-01-22 16:43:02 +11:00
Stephan
48d88ec8fa
Deal fix FIXME
2018-01-21 10:29:06 +01:00
Stephan
7ca151a3fa
Use concurrent dictionaries
2018-01-21 10:18:13 +01:00
Stephan
363c8fab2c
Cleanup
2018-01-21 10:03:17 +01:00
Stephan
8d4fd9d1cf
Merge branch 'perf-tryconvertto' of https://github.com/JimBobSquarePants/Umbraco-CMS into perf-tryconvertto
2018-01-21 10:01:12 +01:00
James Jackson-South
24071eb3b1
Faster TryConvertTo
2018-01-20 14:54:52 +11:00
James Jackson-South
62ffbe7cf0
Cleanup benchmarks and add TryCOnvertTo
2018-01-20 13:00:10 +11:00
Warren Buckley
f2d6b47e47
Update labels for context menu items to be just 'Create' & 'Invite' to keep the same consistency throughout the UI as other context menu items do not include the verb
2018-01-19 14:24:57 +00:00
Warren Buckley
f3541908c7
Update Users tree context menu to include two new items that navigate directly to an Angular Location/Path which loads the Invite or Create User views as needed
2018-01-19 14:07:23 +00:00
Sebastiaan Jansssen
4e57e1cc18
Nicer variable name, thank to Lee Kelleher!
2018-01-19 12:50:45 +01:00
Sebastiaan Jansssen
410afffaa9
Optimizing use of newlines array
2018-01-19 12:42:04 +01:00
Claus
936e94789d
adding to tinyMceConfig.Release.config.
2018-01-19 12:21:57 +01:00
Claus
468a56e5de
Merge branch 'karltynan-dev-v7' into dev-v7
2018-01-19 11:11:53 +01:00
Claus
468ec8824a
Merge branch 'dev-v7' of git://github.com/karltynan/Umbraco-CMS into karltynan-dev-v7
2018-01-19 11:11:13 +01:00
Sebastiaan Jansssen
cad913b7a1
U4-10857 Update to ClientDependency 1.9.5
2018-01-19 08:26:34 +01:00
Sebastiaan Jansssen
382103d99d
Bump version to 7.7.9
2018-01-19 08:26:33 +01:00
Sebastiaan Janssen
cbb6b9bca0
Merge pull request #2310 from matthew-darby/U4-10495
...
U4-10495 - Install and customize buttons disabled
2018-01-18 18:38:37 +01:00
Sebastiaan Janssen
a1b90a50cd
Merge pull request #2343 from soreng/patch-5
...
Fix for U4-10733
2018-01-18 18:28:34 +01:00
Sebastiaan Janssen
9ea5855073
Merge pull request #2360 from janvanhelvoort/U4-10785
...
U4-10785 - Filtering of Grid Editors
2018-01-18 18:20:11 +01:00
Sebastiaan Janssen
4a37433042
Merge pull request #2372 from bjarnef/dev-v7-U4-10809
...
Fix checkmark tree icon, when custom font icon is used for tree icon
2018-01-18 18:00:53 +01:00
Sebastiaan Janssen
91469812d3
Merge pull request #2383 from MMasey/U4-10727
...
U4 10727 - If nodes with an empty name exist, it's not possible to empty recycle bin
2018-01-18 17:54:40 +01:00
Sebastiaan Janssen
68a8eb7f3f
Merge pull request #2375 from redmorello/U4-10762
...
U4-10762 Fix issue with empty name when registering new members from …
2018-01-18 17:40:05 +01:00
Sebastiaan Janssen
2e7baabb94
Merge pull request #2394 from umbraco/temp-u4-10813
...
U4-10813 - fix error with groups having a large number of permissions
2018-01-18 17:27:11 +01:00
Sebastiaan Janssen
57745fe71d
Merge pull request #2396 from leekelleher/issue/U4-10842
...
U4-10842 LegacyMediaPickerPropertyConverter null-reference check
2018-01-18 17:17:45 +01:00
Sebastiaan Janssen
de6f9236e7
Merge pull request #2399 from leekelleher/issue/U4-8712
...
U4-8712 MultipleTextstring value newline delimiter changes
2018-01-18 17:13:46 +01:00
Sebastiaan Janssen
a00c59e8b5
Merge pull request #2393 from umbraco/temp-u4-10079
...
U4-10079 - remove default template
2018-01-18 16:54:22 +01:00
Stephan
05c2da807f
U4-10079 - fix test
2018-01-18 15:58:51 +01:00
leekelleher
0fd8ca43d6
U4-8712 MultipleTextstring value newline delimiter changes
...
PR #2185 goes towards resolving this, but doesn't handle the impromptu switch between the `\r\n` and `\n` newline delimiters when republishing a content node.
Using an explicit array of newline chars will resolve this, e.g. `Split(new[] { "\r\n", "\r", "\n" }, StringSplitOptions.None)`
<http://issues.umbraco.org/issue/U4-8712 >
2018-01-18 12:18:51 +00:00
leekelleher
87f09b2ee6
U4-10845 MultiNodeTreePickerPropertyConverter - trashed content causes database lookups
...
If the first ID in the MNTP value is a trashed content node, then the `ConvertSourceToObject` method would
check if the ID is a media or member node, both of these incur a database call.
This can cause a detrimental performance impact on the website.
This patch uses the `startNode.type` prevalue to detect the node type, (e.g. Content, Media or Member).
The prevalue is cached in a private `ConcurrentDictionary` and refreshed using the `DataTypeCacheRefresher` event.
> _Following the same caching-pattern as the Slider, Tags and MediaPicker value-converters._
<http://issues.umbraco.org/issue/U4-10845 >
2018-01-18 10:49:18 +00:00
leekelleher
e466878925
U4-10842 LegacyMediaPickerPropertyConverter ConvertDataToSource null-reference check
...
If a selected media node has been trashed on the source environment,
when Deploy comes to transfer the node ID, because it can't transfer the media dependency,
the node ID value is set to `null`.
This causes an issue for the `LegacyMediaPickerPropertyConverter`
and `ConvertDataToSource` throws a null-reference exception.
This patch adds in a null-reference check for the `source` value.
<http://issues.umbraco.org/issue/U4-10842 >
2018-01-18 10:04:55 +00:00
Claus
7adf917570
Merge pull request #2395 from umbraco/temp-U4-10836
...
U4-10836 ContentService.GetPagedDescendants() is not returning any re…
2018-01-18 07:27:12 +01:00
Stephan
7c41db4bcc
U4-10836 - fix a couple issues with the PR, and optimize
2018-01-17 17:14:26 +01:00
Stephan
5caaef7795
Merge branch origin/dev-v7.8 into temp-U4-10836
2018-01-17 16:54:28 +01:00
Claus
3b72945b1f
applying path fix for MediaService.
2018-01-17 15:57:53 +01:00
Mads Rasmussen
71eb22d0e8
Merge branch 'dev-v7.8' of https://github.com/umbraco/Umbraco-CMS into dev-v7.8
2018-01-17 15:51:25 +01:00
Mads Rasmussen
9d780a2e8f
fixes: U4-10837 CMS getting started tour can't create Home page
2018-01-17 15:50:01 +01:00
Claus
55b00069cb
U4-10836 ContentService.GetPagedDescendants() is not returning any results
2018-01-17 15:40:25 +01:00
Robert
b304728f4e
Merge pull request #2390 from umbraco/temp-U4-10828
...
fixes: U4-10828 Add documentation to tour component and service
2018-01-17 14:27:01 +01:00
Mikulas Tomanka
319acc199e
Merge pull request #2391 from matthew-darby/U4-10825
...
U4-10825 Search member by email in member section
2018-01-17 14:18:43 +01:00
Stephan
2a982f21a7
U4-10813 - fix error with groups having a large number of permissions
2018-01-17 13:07:03 +01:00
Stephan
3ff455f11d
U4-10079 - remove default template
2018-01-17 11:36:08 +01:00
Stephan
41ad1bf27b
U4-10829 - fix tree controller
2018-01-17 10:47:35 +01:00
Matt Darby
f49d939a2d
U4-10825 Search member by email in member section
2018-01-16 23:06:15 +08:00
Mads Rasmussen
c7e80fc532
remove all client side code related to registering tours in the service. It should be done through .json files.
2018-01-16 13:40:57 +01:00
Mads Rasmussen
b47d691841
add documentation to the tour component
2018-01-16 13:31:13 +01:00
Shannon
7e1e83b493
Fixes PackageInstaller event args to make sure the package metadata is passed through
2018-01-16 19:18:08 +11:00
Shannon
f6971185f8
bumps version
2018-01-16 19:15:34 +11:00
Shannon
244429b972
Fixes PackageInstaller event args to make sure the package metadata is passed through
2018-01-16 19:15:01 +11:00
Shannon
80ceba36dc
Merge branch 'dev-v7.8' of https://github.com/umbraco/Umbraco-CMS into dev-v7.8
2018-01-15 20:41:47 +11:00
Shannon
d33b617851
bumps version, checks for feature resolver
2018-01-15 20:40:40 +11:00
Warren Buckley
2b5f370c92
Merge pull request #2351 from umbraco/temp-U4-9291
...
U4-9291 TypedSearch should have an overload specifying pager values, …
2018-01-15 09:38:51 +00:00
Shannon
4a0cf81d7d
fixes test
2018-01-15 18:19:23 +11:00
Shannon
fef743517f
Allows for passing in an Unknown object type to the IEntityService.GetIdForKey and GetKeyForId methods
2018-01-15 18:05:52 +11:00
Shannon
b3cbcebf5b
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/editorpicker/editorpicker.html
# src/Umbraco.Web.UI.Client/src/views/components/application/umb-navigation.html
2018-01-15 16:27:29 +11:00
Shannon
3d90c2b83f
oops, fixed returned type not picked up by compiler due to dynamics
2018-01-15 16:11:56 +11:00
Shannon
3b8b5b6dfa
Merge branch 'dev-v7.8' into temp-U4-9291
2018-01-15 15:51:40 +11:00
Shannon Deminick
85f95cf067
Merge pull request #2386 from umbraco/temp-U4-10824
...
U4-10824 Helper methods for adding filters to tours
2018-01-15 14:30:48 +11:00
Sebastiaan Janssen
23be0134e7
Merge pull request #1605 from jobf/dev-v7
...
fix U4-8792 override overflow
2018-01-13 17:57:49 +01:00
Sebastiaan Janssen
355fb64d8b
Merge pull request #1573 from drbldgtl/dev-v7-U4-6415
...
Renamed SerializeToCropDataSet to DeserializeToCropDataSet
2018-01-13 17:33:44 +01:00
Stephan
42959a1db5
U4-10822 - fix breaking change
2018-01-12 13:51:06 +01:00
Mads Rasmussen
5b754b3958
adding missing fieds to tour step model
2018-01-12 13:33:46 +01:00
Claus
cba31986fe
adding dynamic customProperties field to steps.
2018-01-12 11:46:13 +01:00
Claus
07b0267668
Merge pull request #2385 from umbraco/temp-U4-10804
...
Removed unused tour code from tour.service.js
2018-01-12 10:54:27 +01:00
Claus
a83291cc6e
tabs-spaces and stuff.
2018-01-12 10:54:10 +01:00
Kristoffer Tverå
a1cd22208b
Extra check before assigning value to currentColor
...
In version 7.7.7 with the latest version of LeBlender (1.0.9.2), colorpickers will throw a javascript error in console. Applying this small check will resolve that issue.
ref: https://our.umbraco.org/forum/contributing-to-umbraco-cms/88890-color-picker-cannot-read-property-hasownproperty-of-null
2018-01-12 10:45:59 +01:00
Claus
59d75277c2
fixing up helpers to match exact strings as this is what people will be using. If they need more advanced regex matches they should register by a regex instead.
2018-01-12 09:52:52 +01:00
Claus
69e193e887
U4-10824 Helper methods for adding filters to tours
2018-01-12 09:23:40 +01:00
Mads Rasmussen
c3116d5df7
remove moment resolution for bower.json
2018-01-12 08:52:13 +01:00
Shannon Deminick
b0b874212e
Merge pull request #2381 from umbraco/temp-U4-10803
...
U4-10803: remove dependency on angular-moment
2018-01-12 14:43:06 +11:00
Shannon
19086ab3a1
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10803
...
# Conflicts:
# src/Umbraco.Web.UI.Client/bower.json
2018-01-12 14:32:54 +11:00
Shannon Deminick
069594c3ac
Merge pull request #2380 from umbraco/U4-10815
...
U4-10815 Make DisposableObjectSlim
2018-01-12 12:43:47 +11:00
Stephan
0bc4c7e2aa
U4-10822 - refactor view models binding error handling
2018-01-11 16:42:20 +01:00
Stephan
7f12cff3bd
Minor build cleanup
2018-01-11 16:25:18 +01:00
Robert
56adab43d6
Removed unused tour code from tour.service.js
2018-01-11 15:03:55 +01:00
Shannon
83294b6594
bump version
2018-01-12 00:32:00 +11:00
Shannon
e0c89eb1ea
Merge branch 'dev-v7.8' of https://github.com/umbraco/Umbraco-CMS into dev-v7.8
2018-01-12 00:20:21 +11:00
Shannon
9ad8e6a876
fixes nuspec for tour files
2018-01-12 00:20:06 +11:00
Mads Rasmussen
14b58386e5
fix tour backdropOpacity
2018-01-11 14:14:03 +01:00
Robert
e26cbccfe0
Reverted DisposableObject.cs to its original state
2018-01-11 13:22:23 +01:00
Shannon
7dc06c1bea
bumps version
2018-01-11 22:29:25 +11:00
Shannon Deminick
effa984bdc
Merge pull request #2371 from umbraco/temp-U4-10707
...
fixes: U4-10707 Config to order tour groups
2018-01-11 22:04:24 +11:00
Robert
fa058f348d
Forgot to removed TODO
2018-01-11 11:02:05 +01:00
Mads Rasmussen
62d9a1a132
Merge pull request #2379 from umbraco/mzajkowski-U4-4902
...
U4-4902 Enable 'discard changes' alert throughout the UI
2018-01-11 10:59:22 +01:00
Robert
9284269428
TODO's for DisposableObject and DisposableObjectSlim done
2018-01-11 10:53:45 +01:00
Mads Rasmussen
f8c4481eb1
Merge branch 'dev-v7' into mzajkowski-U4-4902
2018-01-11 10:28:28 +01:00
Shannon
d7f2041ee9
Makes the TourFilterResolver a real resolver
2018-01-11 18:00:42 +11:00
Mike
9f6e6e4701
Add tests to SimilarNodeNameTests to check for null and "" values.
2018-01-10 20:58:10 +00:00
Mike
34ba3f3351
Merge remote-tracking branch 'upstream/dev-v7' into U4-10727
2018-01-10 20:48:28 +00:00
Mike
dcfb8b94d8
Refactor SimilarNodeName to account for null nodeName values.
2018-01-10 20:44:30 +00:00
Mads Rasmussen
0876004d9a
U4-10803: remove dependency on angular-moment
2018-01-10 16:00:32 +01:00
Stephan
d3ad61835a
Merge branch 'temp-U4-10789' into dev-v7.8
2018-01-10 15:59:07 +01:00
Stephan
ad882ab5be
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10789
2018-01-10 15:58:18 +01:00
Stephan
774f333c70
U4-10789 - cleanup + beta003
2018-01-10 15:24:58 +01:00
Ilham Boulghallat
700b71f9fb
Merge pull request #2377 from abjerner/patch-32
...
A few fixes for the Danish translation
2018-01-10 15:14:27 +01:00
Robert
bba58ea0c0
Replaced all usages of DisposableObject with DisposableObjectSlim
2018-01-10 13:48:55 +01:00
Robert
d0d4885812
Created slim version of DisposableObject and fixed some code indentation
...
DisposableObjectSlim has no finalizer
2018-01-10 13:36:53 +01:00
Claus
ce11a377e6
refactor
2018-01-10 11:37:37 +01:00
Claus
c6443c477f
no need to log when throwing - that gets logged.
2018-01-10 11:13:28 +01:00
Claus
eb94572361
updating pr to fit with base.
2018-01-10 10:55:46 +01:00
Claus
fd8317493e
Merge branch 'dev-v7.8' into temp-U4-10707
...
# Conflicts:
# src/Umbraco.Web/Editors/TourController.cs
# src/Umbraco.Web/Umbraco.Web.csproj
2018-01-10 10:10:19 +01:00
Robert
3642ff72a4
Removed console.log
2018-01-10 10:03:26 +01:00
Robert
6e830c1171
Wrapping the watch in the elm.focus
...
Seems to bring the watch calls way down.
2018-01-10 10:03:02 +01:00
Claus
22ff1bcaa0
Merge pull request #2378 from umbraco/temp-U4-10811
...
U4-10811 Store custom tours as json and load from App_Plugins/{MyPlug…
2018-01-10 09:46:47 +01:00
Robert
ab523baf4f
Changed no-dirty-check directive to use scope.$watch to change $pristine to false
2018-01-10 09:24:42 +01:00
Claus
2dec03f441
Merge pull request #2374 from umbraco/temp-U4-10810
...
U4-10810 Update CDF to support storing TEMP files in environment %tem…
2018-01-10 09:04:58 +01:00
Claus
9ada0d9c97
reverting committed iis settings.
2018-01-10 09:03:35 +01:00
Shannon
c3be9004f6
U4-10811 Store custom tours as json and load from App_Plugins/{MyPlugin}/backoffice/tours
2018-01-10 16:01:46 +11:00
Shannon
11fa015b64
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2018-01-10 15:08:10 +11:00
Shannon
df553140e8
Updates to latest 1.9.4 of CDF and updates Nuspec
2018-01-10 12:25:24 +11:00
Anders Bjerner
0b898f2e32
A few fixes for the Danish translation
2018-01-09 22:54:48 +01:00
Mads Rasmussen
4c9be2cc49
Merge pull request #2376 from abjerner/patch-31
...
Start node -> Startnode
2018-01-09 21:32:53 +01:00
Anders Bjerner
1aad4e50d5
Start node -> Startnode
2018-01-09 21:25:36 +01:00
Ian Houghton
f5f3676a56
U4-10762 Fix issue with empty name when registering new members from snippet
2018-01-09 15:51:32 +00:00
Mads Rasmussen
f69f68e2b5
Merge branch 'temp-U4-10707' of https://github.com/umbraco/Umbraco-CMS into temp-U4-10707
2018-01-09 16:17:07 +01:00
Mads Rasmussen
3858656015
clear tours before registering new tours
2018-01-09 16:15:38 +01:00
Claus
a5ec5f46ac
filtering out tours.
2018-01-09 15:49:19 +01:00
Mads Rasmussen
ea70e18a91
set "Getting Started"-tour group to order 100 so it is possible be add groups before and after
2018-01-09 14:13:27 +01:00
Mads Rasmussen
0cfd5773c3
set groupOrder on group so we don't order the tours in each group
2018-01-09 14:12:33 +01:00
Mads Rasmussen
b15def99c7
format as json
2018-01-09 11:53:21 +01:00
Stephan
8c8b6984c2
Merge branch origin/dev-v7.8 into temp-U4-10789
2018-01-09 09:06:01 +01:00
Shannon
bc828fc6f3
U4-10810 Update CDF to support storing TEMP files in environment %temp% location
2018-01-09 13:52:52 +11:00
Mike
dc7b83ca6c
Add initial test fix for SimilarNodeName when a node has no name.
2018-01-08 17:30:11 +00:00
Robert
8188e4ff55
Merge branch 'U4-4902' of git://github.com/mzajkowski/Umbraco-CMS into mzajkowski-U4-4902
2018-01-08 15:39:29 +01:00
Bjarne Fyrstenborg
fcf9dcd803
Fix checkmark tree icon, when custom font icon is used for tree icon, e.g. in UCommerce
2018-01-08 14:40:31 +01:00
Mads Rasmussen
070fa11f8c
fixes: U4-10707 Config to order tour groups
2018-01-08 14:11:53 +01:00
Claus
f52a84937b
Merge pull request #2332 from ruant/U4-10596
...
fix: add CultureInfo.InvariantCulture to int.Parse
2018-01-08 14:07:10 +01:00
Robert
7e9f55f517
Merge pull request #1760 from abjerner/patch-15
...
LinkPicker overlay: Added property for hiding the target option
2018-01-08 13:11:01 +01:00
Sebastiaan Jansssen
3556043b55
Update to latest modelsbuilder
2018-01-08 12:44:29 +01:00
Sebastiaan Jansssen
3e8fb11abd
Update to latest modelsbuilder
2018-01-08 08:39:01 +01:00
Shannon
5181988a41
forgot to set the flag
2018-01-08 18:10:27 +11:00
Shannon
5169310258
Makes sure we check for index locking on both a normal boot with empty indexes and a cold boot when that is being forced
2018-01-08 17:57:15 +11:00
Shannon Deminick
f987640462
Merge pull request #2370 from abjerner/patch-30
...
Fixed the xmldoc for UserService.Delete
2018-01-08 14:34:53 +11:00
Anders Bjerner
55e97dad74
Fixed the xmldoc for UserService.Delete
2018-01-06 20:24:02 +01:00
Shannon
8c70578764
fix tests
2018-01-05 16:22:40 +11:00
Shannon
5cb2dd0036
Makes the features internal
2018-01-05 15:19:16 +11:00
Shannon
a9713dc6fc
Converts the xslt tree to a controller, ensures all config for trees is correct and transforms for upgrades applied
2018-01-05 13:44:57 +11:00
Shannon
b32e7d4ccc
running the build changed the bower.json file, i wonder if this will 'fix' vsts?
2018-01-05 10:45:06 +11:00
Shannon
8d4958e395
Changes the user controller saving extensions operation to use events instead
2018-01-05 10:22:46 +11:00
Sebastiaan Jansssen
d2f3e162f1
Bump version to 7.7.8
2018-01-04 16:45:00 +01:00
Stephan
9883757704
U4-10739 - cosmetics
2018-01-04 15:34:22 +01:00
Claus
7404e20a19
Merge pull request #2331 from JackPenney/JackPenney-patch-1
...
Removed CMS Import keys from hebrew translation
2018-01-04 14:05:43 +01:00
Shannon
0310782d7d
bumps version
2018-01-05 00:05:16 +11:00
Claus
744ff0cf33
Merge pull request #2328 from akierczynska/patch-3
...
Update pl.xml
2018-01-04 14:04:47 +01:00
Claus
afd0018dd6
Merge pull request #2349 from dallastaylor/remove-console-writeline
...
Remove Console.Writeline() from IsPublishable().
2018-01-04 13:56:43 +01:00
Shannon Deminick
c36aec624b
Merge pull request #2367 from umbraco/temp-U4-10756-performance-fix
...
Doesn't fix the issue but improves performance by ~30%
2018-01-04 23:43:25 +11:00
Shannon
c81e14758d
make sure that the navigation index isn't reset
2018-01-04 22:57:38 +11:00
Claus
1ba86f361a
Merge pull request #2368 from umbraco/temp-U4-9268
...
U4-9268 Hidden preview button reappears after 'save' or 'save and pub…
2018-01-04 12:29:00 +01:00
Shannon
9b33c94437
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10789
2018-01-04 22:23:48 +11:00
Shannon
2a30fd238e
Merge branch 'dev-v7' into temp-U4-10789
2018-01-04 22:23:39 +11:00
Shannon
3cb4128c0f
Merge branch 'temp-U4-10788' into temp-U4-10789
2018-01-04 22:08:03 +11:00
Claus
79958e0fe0
Merge pull request #2359 from umbraco/temp-u4-10739
...
U4-10739 - retry logic in physical filesystem
2018-01-04 11:57:36 +01:00
Claus
f238f9fcea
fixing bugs in retry stuff
2018-01-04 11:54:07 +01:00
Stephan
7c545410cc
U4-10739 - retry logic in physical filesystem
2018-01-04 11:54:07 +01:00
Shannon
e5a21625ea
U4-9268 Hidden preview button reappears after 'save' or 'save and publish'.
2018-01-04 21:53:55 +11:00
Shannon
dcf5fff3f0
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10789
2018-01-04 18:51:01 +11:00
Shannon
1dc88658e8
Updates how the user.controller saves a user and instead of using the contentEditingHelper we just call the code ourselves which is actually much simpler. Then once the user is saved we call any extendedSave methods that have been registered.
2018-01-04 18:32:25 +11:00
Sebastiaan Janssen
efd3d6937a
Merge pull request #2365 from umbraco/temp-U4-10701
...
U4-10701 Umbraco.MemberHasAccess generates slow query after upgrading…
2018-01-03 15:36:51 +01:00
Warren Buckley
e17f75a18a
Update client build NPM dependancy for gulp-connect to use 5.0.0 as next/latest version required you to use CoffeeScript to compile their src code to use the module/component
2018-01-03 11:56:39 +00:00
Niels Hartvig
6d46c2204d
Doesn't fix the issue but improves performance by ~30%
2018-01-03 12:54:25 +01:00
Warren Buckley
27b9385df5
Update client build NPM dependancy for gulp-connect to use 5.0.0 as next/latest version required you to use CoffeeScript to compile their src code to use the module/component
2018-01-03 11:08:55 +00:00
Shannon
88c20c7c5f
Allows for disabling of any umbraco based Controller on startup, this also takes into account disabled trees so if they are disabled, they will not be shown
2018-01-03 13:49:36 +11:00
Shannon
bd9adffaa5
Converts macro tree to use a proper controller so we can disable it
2018-01-03 13:33:33 +11:00
Shannon
ea6d81f7ac
U4-10701 Umbraco.MemberHasAccess generates slow query after upgrading to 7.7.6
2018-01-03 11:47:26 +11:00
Shannon
0ce059d5bd
U4-10789 Headless User Editor extensibility
2018-01-02 17:28:16 +11:00
Shannon
773ef1d168
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.html
2018-01-02 15:28:30 +11:00
Shannon
1f7de81cd2
ignore file update
2018-01-02 15:25:42 +11:00
Bjarne Fyrstenborg
fef9e3fde0
Ensure placeholder is same height as original rows
2017-12-29 22:49:06 +01:00
Bjarne Fyrstenborg
e849d2d0d0
Add required ng-model to ui-sortable
2017-12-29 22:48:14 +01:00
Bjarne Fyrstenborg
9a6123579f
Fix collapsed columns in row when sorting
2017-12-29 22:47:29 +01:00
Mads Rasmussen
f56bd731b7
Merge pull request #2227 from abryukhov/U4-10481
...
U4-10481 - v7.7.x - RU localization of the last added keys
2017-12-27 13:24:42 +01:00
Mads Rasmussen
bee0642417
Merge pull request #2263 from krighi/U4-10323
...
U4-10323 - FIX - Grid stuck at 12 columns (percentage calculation incorrect)
2017-12-27 13:04:31 +01:00
Mads Rasmussen
43abb08e59
Merge pull request #2305 from marcemarc/temp-u4-10637
...
Fixes U4-10637 - textarea Macro Parameters hidden in niche circumstances
2017-12-27 11:05:12 +01:00
Mads Rasmussen
17db5709f1
Merge pull request #2339 from bjarnef/dev-v7-U4-10720
...
U4-10720 - Add documentation to umb-table component
2017-12-27 10:38:43 +01:00
Mads Rasmussen
2fc6d9b7df
Merge pull request #2327 from bjarnef/dev-v7-U4-10703
...
Wrap text in umb-node-preview component
2017-12-27 10:19:23 +01:00
Jan van Helvoort
591a881283
Filtering of Grid Editors
...
If there are more than 15 items, 5 rows of 3, then show the filter.
2017-12-24 15:48:16 +01:00
Shannon
e4561851a4
modifies some code changes to null check and not to use extension methods that require singleton access.
2017-12-21 17:30:37 +11:00
Shannon Deminick
c6daf2e111
Merge pull request #2353 from mitutee/temp-U4-10770
...
U4-10770
2017-12-21 17:20:19 +11:00
Anders Bjerner
1554d52ea9
Triggers the save button to momentarily show an error icon
2017-12-20 21:51:59 +01:00
Sebastiaan Janssen
883366f741
Merge pull request #2295 from JacekJMMJ/temp-u4-10626
...
Temp u4 10626
2017-12-20 16:07:14 +01:00
Claus
cac331adbc
U4-10640 Multiple Media Picker duplicate image Angular issue in Umbraco 7.7.4
2017-12-20 13:38:07 +01:00
Shannon Deminick
18318ecabf
Merge pull request #2354 from umbraco/temp-u4-10764
...
U4-10764 - workaround broken events
2017-12-20 17:27:42 +11:00
Shannon
6b9ef6df7a
fix tests
2017-12-20 17:02:52 +11:00
Shannon Deminick
fcaf78ef29
Merge pull request #2355 from umbraco/temp-u4-10774
...
U4-10774 - leak in CacheRefresherEventHandler
2017-12-20 16:06:41 +11:00
Sebastiaan Janssen
833b4c552c
Merge pull request #2350 from umbraco/temp-U4-10686
...
U4-10686 TypedMediaAtRoot().Descendants() calls SQL
2017-12-19 18:25:23 +01:00
Mads Rasmussen
c678b7f6d9
Merge branch 'bjarnef-dev-v7-U4-10639' into dev-v7
2017-12-19 10:40:59 +01:00
Mads Rasmussen
e320840a29
fix position of add button in media picker
2017-12-19 10:39:52 +01:00
Stephan
b664fc5e94
U4-10774 - leak in CacheRefresherEventHandler
2017-12-19 10:04:33 +01:00
Stephan
b87346bee5
U4-10764 - minor fix
2017-12-19 10:01:51 +01:00
Mads Rasmussen
6029306fe9
Merge branch 'dev-v7-U4-10639' of git://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-10639
2017-12-19 09:53:52 +01:00
Stephan
f979792290
U4-10764 - workaround broken events
2017-12-18 16:53:58 +01:00
m.kilianovskyi
5f82fc6e20
Merge branch 'dev-v7' into HEAD
2017-12-18 17:51:27 +02:00
m.kilianovskyi
b1a0ca98ea
U4-10770 Get all permissions for entity instead of explicit only
2017-12-18 17:50:53 +02:00
Ilham Boulghallat
f4f99c2922
Merge pull request #2336 from MrCosmo/temp-U4-10722
...
U4-10722 fix in Dutch localization
2017-12-18 10:32:33 +00:00
Shannon
6f55b84c65
removes this. convention
2017-12-18 15:34:15 +11:00
Shannon Deminick
43f369f96f
Merge pull request #2306 from Sam7/dev-v7
...
U4-10453 - Ability to Sync after each external login (using OWIN)
2017-12-18 14:42:25 +11:00
Shannon
60924d93fb
U4-9291 TypedSearch should have an overload specifying pager values, page size, page index, and with an out param to return the total number of results
2017-12-15 17:24:54 +11:00
Shannon
c1b3da869d
U4-10686 TypedMediaAtRoot().Descendants() calls SQL
2017-12-15 16:01:20 +11:00
Dallas Taylor
e39158d5e5
Remove Console.Writeline() from IsPublishable().
2017-12-14 22:18:49 -05:00
Shannon
aed476de0a
Merge branch 'dev-v7' into dev-v7.8
2017-12-14 19:26:45 +11:00
Shannon
ddd9c8ef7d
Do a lock check on the index on startup and unlock it if it is, this is a safety check since we are now using the simplefs dir
2017-12-14 19:25:01 +11:00
Shannon
9e2c7d16a6
Merge branch 'dev-v7' into dev-v7.8
2017-12-14 18:35:34 +11:00
Shannon
44db4e7a48
updates nuspec and references to use latest Examine
2017-12-14 18:34:48 +11:00
Shannon
680d97c630
Make sure the back office tour files are included in the nuget release
2017-12-14 16:51:48 +11:00
Shannon
89347b359b
fixes merge issues with DocumentBlueprint naming
2017-12-14 16:51:13 +11:00
Shannon
8053cea92d
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/UdiEntityType.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/umbraco.cms/umbraco.cms.csproj
2017-12-14 16:24:25 +11:00
Shannon
f44b158c15
When we disable examine indexing on startup with MainDom, also suspend all indexing
2017-12-14 16:19:54 +11:00
Robert
1ff66d0c3a
Merge pull request #2345 from umbraco/temp-U4-10735
...
U4-10735 Examine update to better manage appdomain shutdowns
2017-12-13 10:52:56 +01:00
Claus
ae07f34215
seems this was missing from the merge commit?
2017-12-13 09:53:38 +01:00
Robert
aba2c2a79e
Merge pull request #2346 from umbraco/temp-U4-10738
...
U4-10738 Deleting a media type folder causes an exception
2017-12-12 16:02:21 +01:00
Robert
9f62dfc087
Merge pull request #2348 from umbraco/temp-U4-10588
...
U4-10588 Indexed member data is missing fields
2017-12-12 13:40:48 +01:00
Shannon Deminick
a21912dc41
Merge pull request #2337 from skttl/U4-10549-rte-memory-usage
...
Fix for U4-10549 RTE memory usage
2017-12-12 11:53:42 +01:00
Robert
733b4a770f
Merge pull request #2347 from umbraco/temp-U4-10587
...
U4-10587 Email field in InternalMemberIndex seems to be attempted to …
2017-12-12 11:29:10 +01:00
Shannon
2e097b7e46
U4-10588 Indexed member data is missing fields
2017-12-12 11:25:53 +01:00
Shannon
e1b6997ef7
U4-10587 Email field in InternalMemberIndex seems to be attempted to being added to the index twice
2017-12-11 15:50:27 +01:00
Sebastiaan Jansssen
b6b7b9f433
Bump version to 7.7.7
2017-12-11 13:57:31 +01:00
Shannon
8181f88cb0
Do not keep looking up data to index if the app is shutting down
2017-12-08 09:09:14 +01:00
Claus
3a4865ef7d
U4-10738 Deleting a media type folder causes an exception
2017-12-07 13:45:49 +01:00
Shannon
37f6dbfa6b
more logging
2017-12-06 15:46:35 +01:00
Shannon
131fea3ba4
updates some proj refs
2017-12-06 15:38:00 +01:00
Shannon
b0661218a0
U4-10735 Examine update to better manage appdomain shutdowns
2017-12-06 15:21:38 +01:00
Søren Gregersen
50335723b0
Fix for U4-10733
2017-12-06 10:09:40 +01:00
Mikkel Holck Madsen
6f1bd3fd71
Merge pull request #2341 from umbraco/temp-U4-10610-v78
...
U4-10610 Cannot restore content templates - v7.8
2017-12-05 13:48:16 +01:00
Mikkel Holck Madsen
fb99b101d8
Merge pull request #2340 from umbraco/temp-U4-10610
...
U4-10610 Cannot restore content templates
2017-12-05 13:47:11 +01:00
Claus
91e658c41c
U4-10610 Cannot restore content templates
2017-12-05 10:37:23 +01:00
Claus
0ce7efc978
U4-10610 Cannot restore content templates
2017-12-05 10:19:12 +01:00
Bjarne Fyrstenborg
3b8a2d7d65
Add basic documentation to umbPasswordToggle
2017-11-30 23:48:41 +01:00
Bjarne Fyrstenborg
61b9ab5c7b
Fix typo
2017-11-30 23:47:55 +01:00
Bjarne Fyrstenborg
cfda04b6ed
Add documentation of umb-table component
2017-11-30 23:47:23 +01:00
Mikkel Holck Madsen
11bdfbba19
Merge pull request #2338 from umbraco/temp-u4-10715
...
U4-10715 - scheduled publishing and LB issue
2017-11-30 10:57:12 +01:00
Stephan
9694831638
U4-10715 - scheduled publishing and LB issue
2017-11-30 08:54:16 +01:00
Søren Kottal
a20844b55b
Destroy tineMceEditors on $destroy
2017-11-29 12:16:12 +01:00
Marco
158e40d7f6
U4-10722 fix in Dutch localization
2017-11-29 08:25:04 +01:00
Warren Buckley
6939cc757e
Merge pull request #2333 from umbraco/temp-U4-10670
...
fixes: U4-10670 7.8. Visual indication on the info-tab or page in whi…
2017-11-24 13:46:50 +00:00
Mads Rasmussen
2baec8a129
fixes: U4-10704 Restore Node - After restoring the restore button still stays
2017-11-24 13:26:54 +01:00
Mads Rasmussen
93a1fc1eba
fixes: U4-10670 7.8. Visual indication on the info-tab or page in which state a page is
2017-11-24 11:32:34 +01:00
Rune Antonsen
fe67a09ccb
fix: add CultureInfo.InvariantCulture to int.Parse
...
Fix issue where different Culture some times makes int.Parse thrown an `System.FormatException: 'Input string was not in a correct format.' `
Closes: U4-10596
2017-11-23 15:12:01 +01:00
Jack Penney
1c4e1db054
Removed CMS Import keys from hebrew translation
2017-11-23 12:28:17 +00:00
Mads Rasmussen
5d694a73a3
Merge pull request #2330 from umbraco/temp-U4-10312
...
Temp u4 10312
2017-11-22 12:42:06 +01:00
Mads Rasmussen
af369fa6c7
when scrolling position element in the center of the scroll container
2017-11-21 21:40:22 +01:00
Mads Rasmussen
901036535d
fix scrolling in document type
2017-11-21 21:39:58 +01:00
Mads Rasmussen
5d6cbee196
rename data attribute for editor container
2017-11-21 21:39:34 +01:00
Mads Rasmussen
9e9ae09ec2
add data attributes
2017-11-21 21:38:48 +01:00
Karl Tynan
58697eaa04
Merge pull request #1 from karltynan/karltynan-patch-1
...
Added small to allowed TinyMCE valid elements
2017-11-21 15:20:06 +00:00
Karl Tynan
ce58ad91b5
Added `small` to allowed TinyMCE valid elements
...
We use ``small`` a lot in the RTE, and ``small`` is now considered a really useful tag in HTML5. I would like to see this in the default valid elements list for people to use out-of-the box.
2017-11-21 15:18:42 +00:00
Warren Buckley
e49d14d687
Merge pull request #2325 from umbraco/temp-U4-10666
...
fixes: U4-10666 Publish nodes in the recycle bin
2017-11-21 13:57:55 +00:00
Bjarne Fyrstenborg
3c98d9d2e1
Wrap text in umb-node-preview component
2017-11-20 19:18:57 +01:00
Mads Rasmussen
e010ff2a8c
fixes: U4-10663 7.8 - Save and Publish button styling - Firefox
2017-11-20 13:51:37 +01:00
bjarnef
8d14a3ef2c
added number validation in embed overlay
2017-11-20 12:36:12 +01:00
bjarnef
2f3d9c9509
localize texts
2017-11-20 12:32:09 +01:00
Robert
6e8f3b6e13
Merge pull request #2324 from umbraco/temp-UAASSSCRUM-1254
...
Added custom RollingFileAppender and changed rollingStyle to "size"
2017-11-17 13:03:48 +01:00
mikkelhm
b9cbdbd9a7
Add rename of Appender to csproj
2017-11-17 12:01:32 +01:00
mikkelhm
ebf35356a8
Updates the CustomRollingFileAppender to read config settings to control it
2017-11-17 12:00:42 +01:00
Mads Rasmussen
00cec3267c
Merge pull request #2318 from abjerner/patch-24
...
New Danish translation for "Dato for Fortryd udgivelse"
2017-11-16 12:07:01 +01:00
Mads Rasmussen
4bfb2d219b
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2017-11-16 12:01:26 +01:00
akierczynska
f3ba1fa7ed
Update pl.xml
...
Adding translations and adjusting pl.xml to en.xml format.
2017-11-15 18:07:31 +00:00
Sebastiaan Janssen
7eca99e249
Bump version to 7.7.6
2017-11-15 15:21:25 +01:00
Mads Rasmussen
80c61110df
make sure you can't restore to items already in the recycle bin
2017-11-15 15:13:58 +01:00
Sebastiaan Janssen
837bb83d48
Merge remote-tracking branch 'origin/dev-v7.6' into dev-v7
2017-11-15 14:40:19 +01:00
Sebastiaan Janssen
054ac78970
Revert "Position changed from "target" to "center""
...
This reverts commit c1769aa299 .
2017-11-15 14:39:09 +01:00
Mads Rasmussen
8e47f91ba5
show "restore"-button instead of "save and publish"-button for trashed items
2017-11-15 13:36:10 +01:00
Mads Rasmussen
31f6bd4c02
fixes: U4-10665 7.8 - Log info on two lines is a bit off
2017-11-14 15:57:13 +01:00
Mads Rasmussen
3e5744dbb7
fixes: U4-10663 7.8 - Save and Publish button styling - Firefox
2017-11-14 13:38:18 +01:00
Robert
5982a868ea
Added custom RollingFileAppender and changed rollingStyle to "size"
...
OpenFile method has been overiden, this means that everytime a log will be opened, it will check the last access time of all existing logs, and delete the ones that haven't been accessed in more than 1 month.
Changing the rollingStyle to "size" will make sure that logs will roll once the maximumFileSize reaches its set limit.
2017-11-14 12:01:11 +01:00
Sebastiaan Janssen
69a42e26a9
Merge remote-tracking branch 'origin/dev-v7.6' into dev-v7
2017-11-14 11:42:00 +01:00
Sebastiaan Janssen
d9ed420ed4
U4-10492 Users failing to list with MySQL
2017-11-14 11:38:45 +01:00
Sebastiaan Janssen
2b3397120f
Disambiguate events by explicitly naming them
2017-11-14 11:23:48 +01:00
Mads Rasmussen
cb0d8320e6
rename parameter
2017-11-14 10:47:34 +01:00
Mads Rasmussen
53d9b65e64
Merge branch 'dev-v7.8' into patch-27
2017-11-14 09:54:08 +01:00
Mads Rasmussen
df0fe62fca
Merge branch 'dev-v7.8' into patch-27
2017-11-14 09:50:05 +01:00
Sebastiaan Janssen
1f41aa7d81
Merge branch 'dev-v7.6' into dev-v7
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web.UI/packages.config
2017-11-14 07:19:08 +01:00
Sebastiaan Janssen
dad77fc506
Bump version to 7.7.5
2017-11-14 07:17:19 +01:00
Sebastiaan Janssen
350f5c88c7
Bump version to 7.6.12
2017-11-14 07:16:14 +01:00
Stephan
928c0dc535
Merge pull request #2314 from umbraco/temp-U4-10646
...
U4-10646 Sorting nodes in edge cases can lead to blanking out of property data
2017-11-13 17:33:27 +01:00
Mads Rasmussen
483a2c7c02
Merge pull request #2320 from abjerner/patch-26
...
"by" in the new Info tab is now localized
2017-11-13 15:44:17 +01:00
Sebastiaan Janssen
cc7a28db65
Update to latest ImageProcessor
2017-11-13 15:39:29 +01:00
Sebastiaan Janssen
065e764957
Update to latest Examine
2017-11-13 15:39:28 +01:00
Sebastiaan Janssen
000ba73887
Merge branch 'dev-v7.6' into dev-v7
...
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Tests/packages.config
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/packages.config
# src/UmbracoExamine/UmbracoExamine.csproj
# src/UmbracoExamine/packages.config
# src/umbraco.MacroEngines/packages.config
# src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
2017-11-13 15:38:59 +01:00
Mads Rasmussen
084fde885a
Merge pull request #2319 from abjerner/patch-25
...
"Set date" and "Clear date" in the new Info tab can now be localized
2017-11-13 15:34:30 +01:00
Sebastiaan Janssen
08b81d991b
Update to latest ImageProcessor
2017-11-13 15:33:54 +01:00
Sebastiaan Janssen
4937f87c0d
Update to latest Examine
2017-11-13 15:27:15 +01:00
Mads Rasmussen
50a5679b5c
Merge pull request #2316 from abjerner/patch-22
...
Added Danish translations for the new "History" and "Scheduled Publishing" headers
2017-11-13 15:24:19 +01:00
Anders Bjerner
2c248791e1
Added Danish translation for "content_noChanges"
2017-11-13 15:05:20 +01:00
Mads Rasmussen
6b6a7fe231
Merge branch 'dev-v7' into dev-v7.8
2017-11-13 14:47:52 +01:00
Mads Rasmussen
6fd197d1bf
fixes: U4-10667 7.8 Item not published is still a hyperlink
2017-11-13 13:32:03 +01:00
Anders Bjerner
00aa59c9c6
Dates in the "History" box is now also localized (1/2)
2017-11-11 20:15:27 +01:00
Anders Bjerner
06254ba462
Dates in the "History" box are now also localized (1/2)
2017-11-11 20:14:45 +01:00
Anders Bjerner
684cb19a7c
Localized dates for the new "Info" tab
2017-11-11 19:57:11 +01:00
Anders Bjerner
9c5da12653
Updated the "umbContentNodeInfo" directive with localized dates
2017-11-11 19:53:48 +01:00
Anders Bjerner
83f229abc6
"by" in the new Info tab is now localized
2017-11-11 18:45:37 +01:00
Anders Bjerner
3405a1f600
Added Danish translation for "content_setDate"
2017-11-11 18:27:55 +01:00
Anders Bjerner
8be02ff7b0
Added English (US) translation for "content_setDate"
2017-11-11 18:26:41 +01:00
Anders Bjerner
c371f00315
Added English translation for "content_setDate"
2017-11-11 18:25:57 +01:00
Anders Bjerner
0ccf798f14
"Set date" and "Clear date" in the new Info tab can now be localized
2017-11-11 18:23:47 +01:00
Anders Bjerner
6ca94074f3
And here as well
2017-11-11 17:40:49 +01:00
Anders Bjerner
8236eee7a6
And while we're at it...
2017-11-11 17:36:13 +01:00
Anders Bjerner
8bdeca6374
On second thought, this may be even better
2017-11-11 17:28:40 +01:00
Anders Bjerner
e37bbdfcf4
New Danish translation for "Dato for Fortryd udgivelse"
2017-11-11 17:18:44 +01:00
Anders Bjerner
dac882ce9f
Added Danish translations for the new "History" and "Scheduled Publishing" headers
2017-11-11 17:10:25 +01:00
Mario Lopez
5678be0db9
Merge remote-tracking branch 'Umbraco/dev-v7' into dev-v7
2017-11-10 09:37:00 +11:00
Shannon
2dc11f6fa1
Fixes new installation user login
2017-11-09 23:05:56 +11:00
Shannon
fe2e689865
Merge branch 'dev-v7.8' of https://github.com/umbraco/Umbraco-CMS into dev-v7.8
2017-11-09 22:15:22 +11:00
Shannon
ece5fecf12
fixes doc type conflict name so the tour uses "My Home Page"
2017-11-09 22:15:05 +11:00
Mads Rasmussen
b21dea84d9
remove markup from tour step title
2017-11-08 15:38:15 +01:00
Shannon
492b0aadc8
ensure that the user login table is created
2017-11-09 01:14:00 +11:00
Shannon
b399630202
bumps version
2017-11-09 01:02:09 +11:00
Shannon
b9b1fc3a70
Adds a global config switch to enable/disable tours entirely
2017-11-09 00:57:05 +11:00
Shannon
1d52f59657
Puts tours on the file system and loads them from an api controller
2017-11-09 00:41:59 +11:00
Shannon
78f6b8d8bc
Fixes up more the the session id validation, makes sure that the GetUserSecondsMiddleWare also validates the session since this is what keeps the user logged in if that option is being used.
2017-11-08 23:57:17 +11:00
Shannon
0afee71e9e
Fixes locking issue with SessionIdValidator which was forcing a log out in some cases
2017-11-08 22:15:00 +11:00
Claus
dc67d82671
adding trim.
2017-11-08 12:08:30 +01:00
Claus
c7d9683fc4
Merge pull request #2277 from umbraco/temp-U4-10589
...
U4-10589 Login should be sanitized and/or cause validation errors if trying to save with
2017-11-08 12:07:34 +01:00
Mads Rasmussen
ed7675bdcd
Merge pull request #1584 from readingdancer/U4-9144
...
Style changes to the developer dashboard area.
2017-11-08 11:49:48 +01:00
Mads Rasmussen
3c7c6b4ad7
Update thumbnails.less
...
Use new color variables
2017-11-08 11:38:32 +01:00
Mads Rasmussen
838d7975c9
Update healthcheck.less
...
prevent UI from "jumping" on hover
2017-11-08 11:36:23 +01:00
Mads Rasmussen
5af9712d51
Merge branch 'dev-v7' into U4-9144
2017-11-08 10:43:58 +01:00
Shannon
ffa7b922e8
Merge branch 'dev-v7' into dev-v7.8
2017-11-08 19:48:34 +11:00
Shannon
e2c2b8534f
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2017-11-08 19:48:02 +11:00
Shannon
cfd3cc5187
OK... maybe that is now required
2017-11-08 19:47:47 +11:00
Shannon
e6de9e0004
Merge branch 'dev-v7' into dev-v7.8
2017-11-08 19:25:22 +11:00
Sebastiaan Janssen
1f29418ea5
Revert "Adds overloads so you can do paging with the TypedSearch methods."
...
This reverts commit 089f488c15 .
2017-11-08 09:23:58 +01:00
Shannon
977b30c51a
Revert "more test hacks" which in theory shouldn't be required for 7.7+
2017-11-08 19:23:34 +11:00
Shannon
66a849dd12
Merge branch 'dev-v7.6' into dev-v7
2017-11-08 19:20:28 +11:00
Shannon
637abc384b
more test hacks
2017-11-08 18:46:08 +11:00
Shannon
8959b81f6a
another test fix attempt (this is only for 7.6, this is already fixed in 7.7)
2017-11-08 18:16:17 +11:00
Shannon
32bb8ac5a4
Merge branch 'dev-v7.6' of https://github.com/umbraco/Umbraco-CMS into dev-v7.6
2017-11-08 17:47:32 +11:00
Shannon
016caba35f
attempt to fix tests
2017-11-08 17:47:18 +11:00
Shannon
9290f61f94
Merge branch 'dev-v7.6' into dev-v7
...
# Conflicts:
# src/Umbraco.Core/Security/MembershipProviderExtensions.cs
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
2017-11-08 17:36:27 +11:00
Shannon Deminick
d522dd7a31
Merge pull request #2313 from umbraco/temp-U4-10620
...
U4-10620 Umbraco 2FA implementation issues
2017-11-08 17:18:31 +11:00
Shannon
95f632e1ea
Adds notes and overrides SendTwoFactorCodeAsync and checks for -1 instead of null
2017-11-08 17:16:11 +11:00
Shannon Deminick
e72ec171f7
Merge pull request #2312 from umbraco/temp-U4-9857
...
Temp u4 9857
2017-11-08 16:06:53 +11:00
Shannon
2538e2e9c9
additional null check
2017-11-08 16:06:23 +11:00
Shannon
08aff2654a
updates installer image
2017-11-08 15:51:14 +11:00
Shannon Deminick
cd0fdae47b
Merge pull request #2254 from umbraco/temp-U4-10305
...
U4-10305 Back office Tour
2017-11-08 14:52:55 +11:00
Shannon
0f3a76809b
Merge branch 'dev-v7.8' into temp-U4-10305
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js
2017-11-08 14:52:21 +11:00
Shannon
4f88da2c26
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web/Models/Mapping/TabsAndPropertiesResolver.cs
2017-11-08 14:51:27 +11:00
Marcin Zajkowski
e14aba3875
More no-dirty-checks and code polishment
2017-11-07 23:21:50 +01:00
Daniël Knippers
b1ceeb23b3
Only show characters left is a number of characters is configured on the datatype, hide otherwise
2017-11-07 23:13:59 +01:00
Sebastiaan Janssen
46d0807fa4
Merge pull request #2287 from PerplexDaniel/U4-6985
...
Switching between sections - select last node
2017-11-07 20:26:25 +01:00
Sebastiaan Janssen
579c572dd8
Oops, missed that I was passing a string array into the int array param
2017-11-07 18:36:37 +01:00
Sebastiaan Janssen
bbf4c18825
U4-10646 Sorting nodes in edge cases can lead to blanking out of property data
2017-11-07 17:12:04 +01:00
Sebastiaan Janssen
9a94ac5317
Implement TwoFactorSignInAsync from Identity repo to make sure our custom GetVerifiedUserIdAsync fires
...
U4-10620 Umbraco 2FA implementation issues
2017-11-07 16:51:40 +01:00
Sebastiaan Janssen
0b904e82b5
Get user by id instead of loginname
...
U4-9857 Umbraco 7.6 - Exception after changing user login name
2017-11-07 16:36:15 +01:00
Claus
c816558936
cleanup.
2017-11-07 15:14:45 +01:00
Mads Rasmussen
4ce0553630
add allowDisable flag on welcome tour
2017-11-07 14:53:44 +01:00
Mads Rasmussen
b1b285b673
Merge pull request #2269 from umbraco/temp-tour-review-rune
...
Temp tour review rune - Introduction
2017-11-07 14:46:56 +01:00
Mads Rasmussen
c773714e2d
fix folder name validation
2017-11-07 14:11:57 +01:00
Sebastiaan Janssen
51fec0c7d3
Remove misleading text, nothing bad will happen when you close the sort panel, sorting is a background task.
2017-11-07 14:03:17 +01:00
Mads Rasmussen
2a90478ba7
fixing typos and the properties tab
2017-11-07 14:00:39 +01:00
Sebastiaan Janssen
87ace12a4f
Prevent double clicks of the Save button
...
U4-10646 Sorting nodes in edge cases can lead to blanking out of property data
2017-11-07 13:49:02 +01:00
Matt Darby
77162e4b51
Move val-email attribute before required attribute
2017-11-07 19:17:42 +07:00
Rune Hem Strand
93756a62f4
Update popover width
2017-11-07 11:37:23 +01:00
Rune Hem Strand
2343004be1
Manual merge to init.js tour steps
2017-11-07 11:30:21 +01:00
Rune Hem Strand
d6fe350a4a
Merge branch temp-U4-10305 into temp-tour-review-rune
2017-11-07 11:28:26 +01:00
Warren Buckley
23321f8ac9
Merge pull request #2265 from umbraco/temp-U4-10544
...
fixes: U4-10544 SPIKE: Register tours
2017-11-07 10:23:58 +00:00
Rune Hem Strand
71902f3b9b
Update Media library tour
2017-11-07 10:53:02 +01:00
Rune Hem Strand
13b544521d
Update Media library tour
2017-11-07 10:52:39 +01:00
Rune Hem Strand
2cf8c1207d
Update View Home Page step
2017-11-07 10:34:24 +01:00
Sebastiaan Janssen
632f84904f
Merge branch 'dev-v7.6' into dev-v7
2017-11-07 10:32:12 +01:00
Daniël Knippers
a1fd73cdb0
Feature Request: Double Click Content Node to Expand
...
Doube-clicking a tree item now expands or collapses a node. It basically does the exact same as clicking the triangle left of the node.
(cherry picked from commit bd2a794b59 )
2017-11-07 10:30:08 +01:00
Sebastiaan Janssen
a53866953e
Merge pull request #2296 from PerplexDaniel/U4-6259
...
Feature Request: Double Click Content Node to Expand
2017-11-07 10:29:10 +01:00
Bjarne Fyrstenborg
e72758e04a
Ensure box is square when picker is multiple picker
2017-11-06 22:01:35 +01:00
Bjarne Fyrstenborg
9d373c194d
Show thumbnails if any images/files has been selected
2017-11-06 21:42:01 +01:00
Bjarne Fyrstenborg
856e123ec2
Oops - remove duplicated disableFolderSelect
2017-11-06 19:23:41 +01:00
Bjarne Fyrstenborg
0b2af6b48f
Fix square image in imagepicker prevalue editor. Cleanup and consistency
2017-11-06 19:12:27 +01:00
Sebastiaan Janssen
ff996b05f0
Merge branch 'dev-v7.6' into dev-v7
2017-11-06 17:30:00 +01:00
Sebastiaan Janssen
403502ef1b
Merge pull request #2294 from ja0b/U4-854
...
U4-854 Add MaxLength to Textstring fields --> Fixed
(cherry picked from commit ee4ad36e70 )
2017-11-06 17:11:12 +01:00
Sebastiaan Janssen
ee4ad36e70
Merge pull request #2294 from ja0b/U4-854
...
U4-854 Add MaxLength to Textstring fields --> Fixed
2017-11-06 17:08:46 +01:00
Sebastiaan Janssen
4f2650277a
Don't need showcharacterslefttext if we're always showing number of chars left
2017-11-06 17:07:14 +01:00
Sebastiaan Janssen
0231a6037e
Always show number of characters left
...
Makes it less magical as to why you can't type any more characters.
2017-11-06 17:03:23 +01:00
Sebastiaan Janssen
db51a5bb44
Update TextboxPropertyEditor.cs
2017-11-06 17:02:34 +01:00
Sebastiaan Janssen
d1b7063e44
Rename textstringnumber.html to textstringlimited.html
2017-11-06 17:02:08 +01:00
Sebastiaan Janssen
364d4b11e8
Merge branch 'dev-v7.6' into dev-v7
2017-11-06 15:00:05 +01:00
Craig
c1769aa299
Position changed from "target" to "center"
...
Prevents modal jumping position on HIDPI screens
(cherry picked from commit 422be31c4e )
2017-11-06 14:58:31 +01:00
Sebastiaan Janssen
a571eee945
Merge pull request #2292 from craigs100/U4-10628
...
U4-10628
2017-11-06 14:57:46 +01:00
Mads Rasmussen
ab8653d3de
manual merging
2017-11-06 14:26:55 +01:00
prjseal
143d127fb9
Format date in backoffice based on Users language
...
We have formatted the Created Date and Updated Date using the Current
Culture of the application.
(cherry picked from commit 10ca1239b6 )
2017-11-06 14:03:54 +01:00
Mads Rasmussen
748a3c167e
Merge branch 'temp-U4-10305' into temp-U4-10544
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
# src/Umbraco.Web.UI.Client/src/views/dashboard/dashboard.tabs.controller.js
2017-11-06 13:58:07 +01:00
Lewis Smith
01cf2e240a
U4-10627 - Updated stats / facts when installing.
...
U4-10627 Update some of the Umbraco Installer facts. Updated the facts you get when installing umbraco. All facts that were changed were taken from the Umbraco page.
https://umbraco.com/blog/codegarden-2017-the-aftermath/
https://umbraco.com/blog/codegarden-2017/
(cherry picked from commit 69258fee7b )
2017-11-06 13:51:43 +01:00
Tim
49689d5057
Fixes missing content type check.
...
(cherry picked from commit 80d605beac )
2017-11-06 13:48:09 +01:00
Andy Felton
f722d7731d
Fixed URL Tracker button colour
...
(cherry picked from commit bb9a0258df )
2017-11-06 13:47:05 +01:00
Mads Rasmussen
5b93b35882
Show "Other" as group title instead of "undefined"
2017-11-06 13:17:31 +01:00
Mads Rasmussen
b29ee4df60
don't render tour markup if no tours are registered
2017-11-06 13:16:53 +01:00
Mads Rasmussen
d8fe3c6faf
adds basic validation to registering and starting tours
2017-11-06 13:09:16 +01:00
Sebastiaan Janssen
74ba3261ff
Merge branch 'dev-v7.6' into dev-v7
2017-11-06 12:33:48 +01:00
Sebastiaan Janssen
ac42f335c2
Fix U4-4889 checkbox in template
2017-11-06 12:33:12 +01:00
Sebastiaan Janssen
f0eefbd5af
U4-10636 Removed '#' from 'value' when generating alias
2017-11-06 12:31:06 +01:00
Sebastiaan Janssen
ed48f29e3a
Merge pull request #2300 from dernafees/dev-v7
...
Fix U4-4889 checkbox in template.
2017-11-06 12:28:32 +01:00
Sebastiaan Janssen
03c5d5197b
Updates a few more fields to make sure clicking on labels focuses the field
2017-11-06 12:28:14 +01:00
Sebastiaan Janssen
7f0921bd96
Delete web.config.temp-build.0
2017-11-06 12:09:15 +01:00
Sebastiaan Janssen
c38b49b1cf
Delete vwd.webinfo
2017-11-06 12:08:45 +01:00
Sebastiaan Janssen
c4dfbd4a1c
Merge pull request #2304 from pbres/dev-v7
...
U4-10636 Unable to generate alias for localized name
2017-11-06 12:04:16 +01:00
Sebastiaan Janssen
9b1e5d7649
Update entity.resource.js
2017-11-06 12:03:53 +01:00
Sam Sperling
9260f943ff
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into HEAD
2017-11-06 15:35:19 +11:00
Sam Sperling
dcdaa8d62d
U4-10453 - Ability to Sync after each external login (using OWIN)
...
Added a new function OnExternalLogin for the ExternalSignInAutoLinkOptions to enable full syncing capabilities for external logins
2017-11-06 15:31:36 +11:00
Marc Goodson
360665c082
Fixes accidental hiding of textarea parameters when inserting a Macro(with those parameters) via the Rich Text Editor Macro button within a grid cell - U4-10637
2017-11-05 10:36:14 +00:00
Pawel Bres
c07b96ade7
Merge pull request #1 from pbres/pbres-patch-1
...
Removed '#' from 'value' when generating alias
2017-11-04 15:09:00 +01:00
Pawel Bres
576a790e2f
Removed '#' from 'value' when generating alias
...
When '#' is presented in the 'value' everything in the GET URL after '#' gets removed because it's being treated as "hash" part of the URL and it's not being sent to the server at all.
2017-11-04 15:07:47 +01:00
Robert
9b7a9fc988
Merge remote-tracking branch 'origin/temp-U4-5896-2' into dev-v7.8
2017-11-03 15:38:08 +01:00
Claus
62485157ad
Merge pull request #2270 from umbraco/temp-U4-10286
...
New cmsMedia database table to track media by media paths for fast lookups
2017-11-03 14:19:06 +01:00
Claus
4ce7b089ca
cleanup...
2017-11-03 14:16:24 +01:00
Claus
9e91098ebd
adding cmsMedia to the empty recyclebin query.
2017-11-03 14:15:54 +01:00
Claus
49356b31a1
Merge branch 'dev-v7.8' into temp-U4-10286
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
2017-11-03 14:08:46 +01:00
Alejandro Ocampo
29f93160b7
removing unnecessary if statement
2017-11-03 11:51:39 +01:00
Robert
507c2353e9
Merge pull request #2274 from umbraco/temp-U4-10150
...
U4-10150 Process load balancing instructions on a background thread i…
2017-11-03 11:43:02 +01:00
Warren Buckley
827e79c705
Merge pull request #2280 from umbraco/temp-U4-10625
...
U4-10625 HealthCheckController non-empty constructor fails to initial…
2017-11-03 09:29:14 +00:00
Robert
d02139bbcd
Merge pull request #2273 from umbraco/temp-U4-9120
...
U4-9120 Add instruction count column on the db instructions table
2017-11-03 10:20:57 +01:00
Shannon
8a19b97900
removes unneeded mapping
2017-11-03 18:23:56 +11:00
Shannon
981fad1ec8
fixes test
2017-11-03 18:20:41 +11:00
Shannon
019147c1a1
Moves the session generation to the BackOfficeCookieAuthenticationProvider which is where it should be, so it only gets generated before the cookie is written. Writes the checking cookie inside of a lock to prevent multiple db and cookie writes that are unecessary.
2017-11-03 18:07:17 +11:00
Shannon
782d6100f0
Gets user session management tracking via the database including detecting stale sessions, generating and removing them along with cleaning them up. This takes into account legacy code too. The session is revalidated on a one minute threshold per user so that it's not hammering the databse on every request.
2017-11-03 17:27:23 +11:00
Alexander Bryukhov
ff98b5f321
U4-10481 - v7.7.x - RU localization of the last added keys (grid editor U4-5722)
2017-11-03 12:18:24 +07:00
Stephan
f6ea317dd1
Merge pull request #2299 from PerplexDaniel/U4-10582
...
Make a shiny template for the emails that are sent from Umbraco
2017-11-02 18:19:32 +01:00
Stephan
68e8ca8d8e
Merge pull request #2289 from LewisS303/U4-10627
...
U4-10627 - Updated stats / facts when installing.
2017-11-02 18:03:25 +01:00
Stephan
bcae131545
Merge pull request #2067 from Xiaohao112/patch-1
...
Created a link to composition doctype
2017-11-02 17:55:30 +01:00
Haider Naji
c6d686eabd
Fix U4-4889 checkbox in template.
2017-11-02 16:50:19 +00:00
Sebastiaan Janssen
a8b660bfbf
Check for itemMinHeight on scope before trying to set it
2017-11-02 17:46:01 +01:00
Sebastiaan Janssen
1f60486df8
Merge pull request #2232 from marcemarc/temp-U4-10510
...
Check for itemMinHeight on scope before trying to set it
2017-11-02 16:45:23 +00:00
Daniël Knippers
c066280990
Make a shiny template for the emails that are sent from Umbraco
...
Make a shiny template for the emails that are sent from Umbraco (only for EN and EN-US).
2017-11-02 16:44:08 +00:00
Sebastiaan Janssen
ba747ea579
Merge pull request #2293 from LottePitcher/ReadmeUpdate
...
Update README.md with correct location of build.bat
2017-11-02 16:42:43 +00:00
Marcin Zajkowski
0df7767f4a
Added no-dirty-check to search fields in all dialogs
2017-11-02 17:32:20 +01:00
Stephan
6f857b16ee
Merge pull request #2286 from Attackmonkey/U4-9291
...
Adds overloads so you can do paging with the TypedSearch methods.
2017-11-02 17:25:26 +01:00
Alejandro Ocampo
27115e5794
U4-854 Add MaxLength to Textstring fields --> Fixed
2017-11-02 17:14:13 +01:00
Jacek Malinowski
92378095a2
U4 10-626. Detecting new Application Url and _umbracoApplicationUrl refresh.
2017-11-02 09:08:46 -07:00
Stephan
13e6a81bbe
Merge pull request #2291 from Attackmonkey/U4-9613
...
Fixes missing content type check.
2017-11-02 17:03:58 +01:00
Daniël Knippers
bd2a794b59
Feature Request: Double Click Content Node to Expand
...
Doube-clicking a tree item now expands or collapses a node. It basically does the exact same as clicking the triangle left of the node.
2017-11-02 16:01:24 +00:00
Stephan
576ffce9aa
Merge pull request #2290 from AndyFelton/U4-9932
...
Fixed URL Tracker button colour
2017-11-02 16:56:57 +01:00
Lotte Pitcher
3bfdaa7e10
Update README.md with correct location of build.bat
...
With a link to the build markdown page
2017-11-02 15:39:57 +00:00
Sebastiaan Janssen
dc7b5bae9b
Fix U4-10618 - AbstractConfigCheck SuccessMessages are missing CurrentValue
2017-11-02 16:28:58 +01:00
Craig
422be31c4e
Position changed from "target" to "center"
...
Prevents modal jumping position on HIDPI screens
2017-11-02 15:26:20 +00:00
Sebastiaan Janssen
8d8fb76694
Merge pull request #2279 from Jeavon/temp-U4-10618
...
Fix U4-10618 - AbstractConfigCheck
2017-11-02 15:25:24 +00:00
Tim
80d605beac
Fixes missing content type check.
2017-11-02 15:17:35 +00:00
Andy Felton
bb9a0258df
Fixed URL Tracker button colour
2017-11-02 15:06:13 +00:00
Jacek Malinowski
daa0741802
U4-10626 Detecting deplayoment Id change
2017-11-02 07:40:53 -07:00
Lewis Smith
69258fee7b
U4-10627 - Updated stats / facts when installing.
...
U4-10627 Update some of the Umbraco Installer facts. Updated the facts you get when installing umbraco. All facts that were changed were taken from the Umbraco page.
https://umbraco.com/blog/codegarden-2017-the-aftermath/
https://umbraco.com/blog/codegarden-2017/
2017-11-02 14:31:19 +00:00
Stephan
1fd7569c6e
Merge pull request #2285 from prjseal/U4-6152
...
Format date in backoffice based on Users language
2017-11-02 15:20:40 +01:00
Robert
3a1f19ee0a
Merge pull request #2283 from jchurchley/U4-9142
...
U4-9142 - Multiple Related Links pickers on same Document Type not working
2017-11-02 15:09:50 +01:00
Daniël Knippers
90bc7f5829
Switching between sections - select last node
...
When returning to a previously visited section, will open the last selected node within that section immediately again, if any.
2017-11-02 15:06:35 +01:00
Claus
30b391f3fb
Merge pull request #2281 from umbraco/temp-U4-10622
...
U4-10622 Corrupted id/key map
2017-11-02 14:56:35 +01:00
Tim
089f488c15
Adds overloads so you can do paging with the TypedSearch methods.
2017-11-02 13:55:19 +00:00
Stephan
99b99ce3cd
Merge branch 'tompipe-U4-8982-AddIsPublishedtoExamine' into dev-v7
2017-11-02 14:44:39 +01:00
prjseal
10ca1239b6
Format date in backoffice based on Users language
...
We have formatted the Created Date and Updated Date using the Current
Culture of the application.
2017-11-02 13:44:05 +00:00
Stephan
f4fc3c4db4
Merge branch 'U4-8982-AddIsPublishedtoExamine' of https://github.com/tompipe/Umbraco-CMS into tompipe-U4-8982-AddIsPublishedtoExamine
2017-11-02 14:44:03 +01:00
Robert
e17690fbed
Merge branch 'temp-U4-10601' into temp-U4-10305
2017-11-02 14:41:33 +01:00
Stephan
eaa8ca5fdc
U4-10626 - support resetting UmbracoApplicationUrl
2017-11-02 13:30:45 +01:00
DESKTOP-6DNOQH9\John
234c0680d8
Checking if $scope.model.value is an array on the add method.
2017-11-02 12:15:04 +00:00
Stephan
ea8c6af028
Document common PowerShell issues when building
2017-11-02 13:07:45 +01:00
Rune Hem Strand
d7d1b3f2a0
Update template tour
2017-11-02 12:06:42 +01:00
Shannon Deminick
5f31c70cbe
stats
2017-11-02 18:39:47 +11:00
Shannon Deminick
579a04d179
updates stats
2017-11-02 18:37:56 +11:00
Shannon
ff3b7963b1
U4-10622 Corrupted id/key map
2017-11-02 15:35:47 +11:00
Shannon
e85d212891
U4-10625 HealthCheckController non-empty constructor fails to initialize the correct variables
2017-11-02 15:18:58 +11:00
Shannon
5b19d5e0d8
WIP on login ids
2017-11-02 15:04:54 +11:00
Claus
7c21889239
fixing comment causing confusion.
2017-11-01 19:41:50 +01:00
Rune Hem Strand
52d35c06eb
Update tour validation to use valid JS
2017-11-01 17:36:49 +01:00
Rune Hem Strand
52c3ea24d5
Update validation in Create Content tour
2017-11-01 17:34:34 +01:00
Rune Hem Strand
03756ab894
Update Create Content Tour
2017-11-01 17:23:15 +01:00
Jeavon
ef40ecfefd
Fix U4-10618 - AbstractConfigCheck SuccessMessages are missing CurrentValue
2017-11-01 12:34:24 +00:00
Mads Rasmussen
8e35d904cb
fixes: U4-10617 Update tour to work with new info tab
2017-11-01 13:28:44 +01:00
Robert
73b2d31298
Moved username trimming to service level, also added email trimming
2017-11-01 13:08:17 +01:00
Rune Hem Strand
9808492509
Update validation on Create Content tour
2017-11-01 11:18:46 +01:00
Rune Hem Strand
81788338e3
Update Create content tour
2017-11-01 11:17:26 +01:00
Mads Rasmussen
3ffe1517e0
Merge pull request #2268 from umbraco/temp-U4-10597
...
U4-10597 Add attention to clickable element If it isn't clicked
2017-11-01 10:30:11 +01:00
Mads Rasmussen
641e74b747
Lower highlight pulse timeout to 1 sec
2017-11-01 10:20:14 +01:00
Claus
49c316e13d
Merge pull request #2066 from arknu/U4-10191-tinymce46
...
U4-10191: Update to TinyMCE 4.6.x
2017-11-01 09:42:33 +01:00
Claus
5235053523
updating to latest tinymce
2017-11-01 09:27:04 +01:00
Robert
8676a99b3a
Trimming login input on the server-side as well
2017-11-01 09:00:05 +01:00
Shannon
af6d2df823
Fixes % calc for tours since it now requires a promise
2017-11-01 15:54:47 +11:00
Shannon
bbe80d882a
Simplifies user tour models returned, fixes mapping so it's actually persisted.
2017-11-01 15:45:48 +11:00
Shannon
408ec17201
Merge branch 'temp-U4-10305' into temp-U4-10601
2017-11-01 15:25:50 +11:00
Shannon
a4ef487fab
Merge branch 'dev-v7.8' into temp-U4-10305
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/belle.less
# src/Umbraco.Web.UI.Client/src/views/components/content/edit.html
# src/Umbraco.Web.UI.Client/src/views/media/edit.html
2017-11-01 15:24:49 +11:00
Shannon
8208f8de51
Updates codebase to store tour data for a user in the user table, adds new column to store json and adds migration to create the column
2017-11-01 15:11:13 +11:00
Shannon Deminick
e8ea7f9d29
Merge pull request #2264 from umbraco/temp-U4-10542
...
fixes: U4-10542 Fix SVG backdrop bugs in Firefox (maybe other browser…
2017-11-01 13:13:00 +11:00
Shannon Deminick
e431a41fc1
Merge pull request #2276 from umbraco/temp-U4-10599
...
U4-10599 Move "End tour"-button to another position
2017-11-01 12:08:43 +11:00
Sebastiaan Janssen
84b380028c
Fixes U4-9401 Double slashes in some Umbraco generated urls causes broken links
2017-10-31 23:21:41 +01:00
Robert
0b2cfe956d
Triming login field to avoid validation errors
2017-10-31 15:19:06 +01:00
Mads Rasmussen
1f5c9d2e1b
fixes: U4-10590 Saving a document with no tabs throws a javascript error
2017-10-31 14:12:40 +01:00
Rune Hem Strand
372f981d33
Lower Case name validation
2017-10-31 12:05:49 +01:00
Rune Hem Strand
6f03e221c6
Update Create Document Type tour
2017-10-31 12:03:39 +01:00
Rune Hem Strand
90a5adec8f
Update Add a property step
2017-10-31 11:45:55 +01:00
Rune Hem Strand
62939385a0
Update Name the tab step
2017-10-31 11:42:41 +01:00
Mads Rasmussen
d4729e1483
set highlight pulse timeout to 2 seconds
2017-10-31 11:38:45 +01:00
Rune Hem Strand
9de35f0202
Updated Document Type name to Home Page
2017-10-31 11:35:38 +01:00
Mads Rasmussen
773d249d36
fixes: U4-10600 Add "Don't show this tour again" option
2017-10-31 10:59:13 +01:00
Rune Hem Strand
d12a492cb6
Update Create Document Type step
2017-10-31 10:40:03 +01:00
Rune Hem Strand
ef0b521083
Update Create document type step
2017-10-31 10:38:46 +01:00
Rune Hem Strand
6261447923
Update Create document type step
2017-10-31 10:34:50 +01:00
Rune Hem Strand
d18881c8ad
Update Navigate to the Settings sections step
2017-10-31 10:29:23 +01:00
Rune Hem Strand
89596dbe0b
Update Create your first Document Type step
2017-10-31 10:27:59 +01:00
Mads Rasmussen
358536ffaa
fixes: U4-10599 Move "End tour"-button to another position
2017-10-31 10:20:24 +01:00
Mads Rasmussen
4592f8e8d8
Send app.ready event after tour is ready
2017-10-31 10:03:11 +01:00
Shannon
0038d173a2
U4-10150 Process load balancing instructions on a background thread instead of a request thread
2017-10-31 15:11:45 +11:00
Shannon
68e6ad76fb
Make sure the count of instructions takes into account individual ids when using RefreshByIds
2017-10-31 12:39:08 +11:00
Shannon
6462329494
U4-9120 Add instruction count column on the db instructions table
2017-10-31 11:54:08 +11:00
Shannon
2fdd1c0bd2
bump version
2017-10-31 11:52:43 +11:00
Shannon Deminick
006deb22db
Merge pull request #2271 from richarth/patch-1
...
Updated grammar
2017-10-31 11:22:52 +11:00
Shannon Deminick
40624255ca
Merge pull request #2272 from bjarnef/dev-v7-U4-10609
...
U4-10609 - Fix missing end closing <div> in login screen
2017-10-31 11:22:04 +11:00
Shannon
891bea81bf
bumps version and updates DatabaseSchemaResult to check for cmsMedia table, fixes the bulk insert logic to ignore result columns
2017-10-31 11:20:01 +11:00
Shannon
f71577f86e
Adds data migrations for media path table
2017-10-31 11:20:01 +11:00
Shannon
e3e88b3679
Gets the media path being stored in the db, the column is indexed and so is the property type alias, tests are passing for the lookup
2017-10-31 11:20:01 +11:00
Shannon
5dc993890d
New cmsMedia database table to track media by media paths for fast lookups
2017-10-31 11:20:01 +11:00
Shannon
a2025c14b1
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
2017-10-31 11:18:52 +11:00
Bjarne Fyrstenborg
24900fb9f8
Fix missing end closing <div>
2017-10-30 18:39:21 +01:00
Richard Thompson
594c473134
Updated grammar
...
Updated the grammar of the email validation messages
2017-10-30 15:00:08 +00:00
Zsolt
34f811c128
Small alignment bug fix
2017-10-30 11:20:37 +01:00
Mads Rasmussen
7e4c284abb
U4-10597 Add attention to clickable element If it isn't clicked
2017-10-30 10:45:38 +01:00
Mads Rasmussen
664d0c5160
add folder name validation in media section tour
2017-10-27 15:14:09 +02:00
Rune Hem Strand
eb26fb901f
Update User profile step
2017-10-27 14:41:26 +02:00
Rune Hem Strand
3141b04376
Update User profile step
2017-10-27 14:39:30 +02:00
Rune Hem Strand
201fb5dc01
Update Tree step
2017-10-27 14:38:11 +02:00
Rune Hem Strand
15e668c056
Update Search step
2017-10-27 14:24:28 +02:00
Rune Hem Strand
a42f425971
Update dashboard step
2017-10-27 14:23:29 +02:00
Rune Hem Strand
3f4774855e
Update tree step
2017-10-27 14:21:46 +02:00
Rune Hem Strand
28f995cea6
Add main menu step
2017-10-27 14:06:48 +02:00
Rune Hem Strand
cfb14d7089
Adds info on how to acces the help drawer.
2017-10-27 13:53:17 +02:00
Mads Rasmussen
ef4d41c80a
fix type
2017-10-27 10:12:48 +02:00
Mads Rasmussen
584e47f51f
update docs
2017-10-27 10:10:34 +02:00
Mads Rasmussen
66e40fcbb0
Merge branch 'temp-U4-10305' into temp-U4-10544
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
2017-10-27 10:08:04 +02:00
Shannon Deminick
49d54f8ca5
Merge pull request #2266 from ProNotion/issues/U4-9401
...
Fixes U4-9401 Double slashes in some Umbraco generated urls causes broken links
2017-10-27 14:32:04 +11:00
Mads Rasmussen
4ed236249a
Merge pull request #2267 from umbraco/temp-U4-10550
...
U4-10550 Finalise tour layout in the drawer
2017-10-26 21:28:01 +02:00
Mads Rasmussen
00a4287945
add back class
2017-10-26 21:24:16 +02:00
Mads Rasmussen
92d52bf99b
clean up list + remove unused files
2017-10-26 21:14:22 +02:00
Mads Rasmussen
2e611c20d4
fix text positioning in Firefox
2017-10-26 20:35:04 +02:00
Mads Rasmussen
ae10f3d21f
calculate progress circle font size instead of manually setting it + align colors
2017-10-26 20:10:22 +02:00
Mads Rasmussen
7a9b392f69
add validation to document type tab name
2017-10-26 15:57:00 +02:00
Mads Rasmussen
493d71dba9
open matching tour group if a tour is running
2017-10-26 15:41:43 +02:00
Mads Rasmussen
55d4e4072a
add steps for dashboard and tours
2017-10-26 15:39:56 +02:00
Mads Rasmussen
f687b34c14
add data elements to editor content
2017-10-26 15:36:45 +02:00
Mads Rasmussen
507517c1ad
add data-elements to help drawer
2017-10-26 15:36:18 +02:00
Mads Rasmussen
ae8cfb2b23
add getCurrentTour to tour.service
2017-10-26 15:35:46 +02:00
Simon Dingley
731e380445
Fixes U4-9401 Double slashes in some Umbraco generated urls causes broken links
2017-10-26 14:27:23 +01:00
Mads Rasmussen
9048252826
make start tour button green
2017-10-26 14:20:11 +02:00
Zsolt
e76819a570
Merge remote-tracking branch 'origin/temp-U4-10550' into temp-U4-10550
2017-10-26 12:58:50 +02:00
Zsolt
87c311d6e7
Fixing the hover on the groups
2017-10-26 12:58:36 +02:00
Mads Rasmussen
86d8eae984
remove unused code
2017-10-26 12:53:23 +02:00
Mads Rasmussen
6aac216763
update tour list when one is completed
2017-10-26 12:50:46 +02:00
Mads Rasmussen
b7c3fb7f30
set text position in progress circle with css instead of js
2017-10-26 12:49:36 +02:00
Zsolt
a0a3b7e9c9
Changing the css of umbProgressCircle
2017-10-26 12:02:46 +02:00
Mads Rasmussen
d98db5e6bc
updates to tour layout in drawer
2017-10-26 11:39:49 +02:00
Mads Rasmussen
48adc4c98d
only load the getting started tours if the Get started dashboard is installed
2017-10-26 10:18:44 +02:00
Shannon Deminick
bd0edb322d
Merge pull request #2262 from umbraco/temp-U4-10564
...
U4-10564 - Update ImageProcessor dependencies
2017-10-26 15:06:36 +11:00
Mads Rasmussen
79d4562cb1
fixes: U4-10544 SPIKE: Register tours
2017-10-25 21:59:37 +02:00
Mads Rasmussen
f48263e5a2
fixes: U4-10542 Fix SVG backdrop bugs in Firefox (maybe other browser too?)
2017-10-25 20:24:04 +02:00
Mads Rasmussen
63196d7e53
Merge branch 'temp-U4-10305' into temp-U4-10550
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
2017-10-25 17:02:46 +02:00
Kaue Righi
e0e9823a03
U4-10323 - Grid stuck at 12 columns (percentage calculation incorrect) - fix
2017-10-25 11:40:46 -02:00
Claus
72a0d614af
Merge pull request #2261 from umbraco/temp-U4-10565
...
U4-10565 Add introduction tour to the overall Umbraco UI
2017-10-25 14:47:22 +02:00
Sebastiaan Janssen
f766057e50
Merge branch 'dev-v7.6' into dev-v7
...
# Conflicts:
# src/Umbraco.Core/PluginManager.cs
# src/Umbraco.Tests/TestHelpers/BaseUmbracoApplicationTest.cs
2017-10-25 14:13:38 +02:00
Sebastiaan Janssen
f0b5c831f1
Manually applied all changes for U4-10503 Umbraco plugins cache files should be stored in the same local temp location as the umbraco xml cache file
2017-10-25 14:05:56 +02:00
Shannon
d3232a09fb
U4-10503 Umbraco plugins cache files should be stored in the same local temp location as the umbraco xml cache file
...
(cherry picked from commit 7b3f7f4ad4 )
2017-10-25 13:42:10 +02:00
Sebastiaan Janssen
586c59949a
Merge branch 'dev-v7.6' into dev-v7
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2017-10-25 13:05:11 +02:00
Shannon
7cbaecc53a
U4-10538 Disable Ping on front-end nodes when load balancing
...
(cherry picked from commit fd8daa398f )
2017-10-25 13:03:31 +02:00
Zsolt
4f8bb7fb51
Adding new components to the help drawer
2017-10-25 12:48:34 +02:00
Claus
1c883be16b
Merge remote-tracking branch 'origin/temp-u4-8409' into dev-v7.8
2017-10-25 12:27:34 +02:00
Claus
73d681d674
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentModelMapper.cs
2017-10-25 11:52:30 +02:00
Stephan
e84a963d66
U4-10121 - Scheduled Publishing as background task
...
(cherry picked from commit 79df75c415 )
2017-10-25 11:51:42 +02:00
Zsolt
8daa558997
Revert "adding components to the drawer"
...
This reverts commit b78fd0f6ac .
2017-10-25 11:46:52 +02:00
Zsolt
b78fd0f6ac
adding components to the drawer
2017-10-25 11:19:53 +02:00
Sebastiaan Janssen
58c180d6cc
Merge pull request #2242 from umbraco/temp-U4-10538
...
U4-10538 Disable Ping on front-end nodes when load balancing
2017-10-24 17:21:13 +02:00
Mads Rasmussen
831eb3ef5e
add icon for link to document for better clarification
2017-10-24 15:17:14 +02:00
Claus
fa68bee762
removing left over using statements and references to SharpZipLib.
2017-10-24 15:16:12 +02:00
Mads Rasmussen
796700b4fe
fix end tour in custom step
2017-10-24 15:05:20 +02:00
Mads Rasmussen
ab09042fdc
add options to prevent click in backdrop highlighted area
2017-10-24 15:00:14 +02:00
Mads Rasmussen
041d4a4a8b
fix issue in create media dialog where it sometimes refreshes whole page
2017-10-24 13:54:36 +02:00
Mads Rasmussen
ee79d7ecdc
add custom backdrop opacity to tour steps
2017-10-24 13:35:26 +02:00
Sebastiaan Janssen
18e377f159
U4-10564 - Update ImageProcessor dependencies
2017-10-24 13:20:33 +02:00
Mads Rasmussen
e33456d168
add alias to document type save button
2017-10-24 11:46:51 +02:00
Mads Rasmussen
df2c104002
remove console.log
2017-10-23 20:15:48 +02:00
Mads Rasmussen
f265fa683c
don't use index in button group + update text in some tours
2017-10-23 19:58:44 +02:00
Sebastiaan Janssen
a36184a261
Bump version to 7.6.11
2017-10-23 14:14:59 +02:00
Mads Rasmussen
12093ae7ea
fix tour steps with ng-if
2017-10-23 09:50:14 +02:00
pijemcolu
6a980e64eb
zipPackage to disk
2017-10-23 09:02:28 +02:00
Mads Rasmussen
37071ada78
restyle step loader, fade in steps, fix custom view step positionen
2017-10-19 21:17:26 +02:00
pijemcolu
3c7e820773
remove the directory check
2017-10-19 19:50:27 +02:00
Mads Rasmussen
203837aa84
start intro tour on load (if it hasn't been completed)
2017-10-19 16:01:20 +02:00
Mads Rasmussen
5fe63c2c1a
fix lost element header
2017-10-19 14:27:00 +02:00
pijemcolu
2c1d85989f
Extract the zip in UnPack(), remove check for directory exists as it should not and that's what the method did previously
2017-10-19 13:14:06 +02:00
Mads Rasmussen
d518ab908e
add intro/outro step logic, start on intro tour, testing intro steps
2017-10-19 13:11:10 +02:00
pijemcolu
bc32ff31d4
remove last 3 dependencies
2017-10-19 12:11:07 +02:00
Mads Rasmussen
7804677f2b
use name instead of alias in editor picker element attribute because there can be many editors with the same alias
2017-10-19 11:41:12 +02:00
Mads Rasmussen
27c884f4eb
add more data elements for navigating the UI
2017-10-19 09:10:13 +02:00
Mads Rasmussen
a966f63bbd
Merge pull request #2244 from umbraco/temp-U4-10541
...
fixes: U4-10541 Use local storage to store completed tours
2017-10-18 11:25:51 +02:00
Mads Rasmussen
76f9e6baee
fix bug in step validation
2017-10-18 10:26:50 +02:00
Mads Rasmussen
49f17be9df
fixes: U4-10540 Make it possible to run custom logic for a tour step
2017-10-18 08:46:13 +02:00
Stephan
8a114a105e
U4-8409 - reduce sharpZipLib dependencies
2017-10-16 19:03:05 +02:00
Warren Buckley
5f9865cc73
Merge pull request #2228 from umbraco/temp-U4-10309
...
fixes: MBOGA: Redesign the properties tab
2017-10-16 14:57:45 +01:00
Mads Rasmussen
b891b18b20
fixes: U4-10541 Use local storage to store completed tours
2017-10-16 13:52:34 +02:00
Mads Rasmussen
bc461b1646
change id's to custom attr
2017-10-16 13:46:03 +02:00
Mads Rasmussen
b0eeaecf1c
remove unused files
2017-10-16 13:41:02 +02:00
Mads Rasmussen
2708f11fcd
fix path to angular moment
2017-10-16 12:01:19 +02:00
Shannon
fd8daa398f
U4-10538 Disable Ping on front-end nodes when load balancing
2017-10-16 16:22:10 +11:00
Mads Rasmussen
c59ac4ee0e
moved tours from dashboard to service, option to group tours, added functions to get tours from service
2017-10-13 12:29:44 +02:00
Warren Buckley
a03aa9cbab
Fix in PowerShell build - The 7Zip tool download was giving two paths & thus break the build script
2017-10-13 11:20:45 +01:00
Zsolt
89b714c960
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10305
2017-10-12 10:15:22 +02:00
Mads Rasmussen
d9b0b0112e
fix upload step in tour
2017-10-12 09:53:41 +02:00
Mads Rasmussen
6640039cdf
clean up tours + small fixes
2017-10-11 19:37:14 +02:00
Warren Buckley
70deffd418
Merge pull request #2235 from umbraco/temp-U4-10051
...
U4-10051 - Help Drawer in prep for Lessons
2017-10-11 14:51:01 +01:00
Mads Rasmussen
f31d5b12da
add null check to back drop element - fix js errors
2017-10-10 21:09:08 +02:00
Warren Buckley
7fd6155807
Bit too aggressive with the C# cleanup - adds back in HelpController but just with the method that is needed to load the videos in the help section
2017-10-10 16:05:21 +01:00
Warren Buckley
043c677ddc
Merge branch 'dev-v7.8' into temp-U4-10051
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/overlays/umb-overlay-backdrop.less
2017-10-10 13:09:06 +01:00
Warren Buckley
f634d9f8b1
Remove the Help/Lessons Controller from the globaly Umbraco.Sys JS object
2017-10-10 12:53:15 +01:00
Warren Buckley
db637d9c31
Remove HelpController for Lessons as we lift & shift it over to StarterKit
2017-10-10 12:20:11 +01:00
Mads Rasmussen
24b521881c
also prevent clicks inside umb-tour component
2017-10-10 12:22:30 +02:00
Mads Rasmussen
0b3a38ec8f
add option to disable all events on backdrop click to prevent dialogs, overlays, etc. form closing
2017-10-10 12:14:10 +02:00
Mads Rasmussen
330673bef9
Clear step custom view if none is set
2017-10-10 09:22:57 +02:00
Mads Rasmussen
661ff0e726
add drop shadow to popover
2017-10-09 21:42:06 +02:00
Mads Rasmussen
e1c45fda9a
compress the popover a bit more
2017-10-09 21:41:37 +02:00
Mads Rasmussen
b45a4a18f2
make backdrop a little lighter
2017-10-09 21:41:14 +02:00
Zsolt
1456e7028a
Merge remote-tracking branch 'origin/temp-U4-10305' into temp-U4-10305
2017-10-09 11:41:11 +02:00
Zsolt
b38ee33e5a
Fixing popover orientation so it is not off-screen
2017-10-09 11:40:57 +02:00
Mads Rasmussen
903a9f93c3
clean up backdrop component
2017-10-09 10:56:11 +02:00
Robert
b08376651a
Merge pull request #2225 from umbraco/temp-U4-10473
...
Moved documentType and mediaLink to root node for media section
2017-10-09 10:54:51 +02:00
Robert
75514c7c42
Changed angular to make sure the values are matching
2017-10-09 10:43:03 +02:00
Mads Rasmussen
ea6f561c96
move backdrop to its own component
2017-10-09 10:19:49 +02:00
Shannon
053544a578
Changes the type of MediaItemDisplay.ContentType to be what it should be, removes non-required mapping
2017-10-09 15:02:27 +11:00
Mario Lopez
464a227af1
Merge pull request #1 from umbraco/dev-v7
...
Update from original
2017-10-08 15:45:13 +11:00
Marc Goodson
4e6d60b755
Check for itemMinHeight on scope before trying to set it - Issue U4-10510
2017-10-07 15:07:28 +01:00
Zsolt
4308718c88
adedd positioning to the popover div
2017-10-06 14:46:27 +02:00
Mads Rasmussen
1b59ca0412
remove unused code
2017-10-06 11:11:52 +02:00
Mads Rasmussen
282cc0c722
testing scrolling, custom html in content and custom step views
2017-10-06 10:14:33 +02:00
Mads Rasmussen
4584abaa72
add a bunch of element navigation attributes
2017-10-05 13:42:51 +02:00
Zsolt
c1ca0c9c2f
Merge remote-tracking branch 'origin/temp-U4-10305' into temp-U4-10305
2017-10-04 15:20:15 +02:00
Zsolt
27c260cd03
Sticking the popoup to the highlight
2017-10-04 15:18:20 +02:00
Mads Rasmussen
73a5c55547
add data attribute to tree-item-options
2017-10-04 15:12:50 +02:00
Mads Rasmussen
b8831c253e
testing different tours
2017-10-04 15:09:26 +02:00
Zsolt
b2d3e75566
rounding X and Y coordinate values for SVG
2017-10-04 13:12:53 +02:00
Zsolt
cb526170e2
Merge remote-tracking branch 'origin/temp-U4-10305' into temp-U4-10305
2017-10-04 13:03:29 +02:00
Zsolt
93237bfdb8
Style of the Guided tour CSS + HTML
2017-10-04 13:03:24 +02:00
Mads Rasmussen
1c39c741b6
get outerWidth and outerHeight
2017-10-04 13:01:33 +02:00
Mads Rasmussen
ec2589f517
add global data attribute to all main editors
2017-10-04 11:35:30 +02:00
Zsolt
2ca6e8be9a
Implemented SVG backdrop
2017-10-04 11:17:44 +02:00
Mads Rasmussen
b9d1a776cb
init tour component
2017-10-04 09:19:33 +02:00
Robert
5eb609d8a0
Renamed a few properties and a class
2017-10-03 15:35:36 +02:00
Mads Rasmussen
4d5069726b
Update client side unit tests
2017-09-29 10:44:18 +02:00
Alexander Bryukhov
3a98d63bf1
U4-10481v7.7.2 - RU localization of the last added keys (user section filters & sort)
2017-09-29 15:15:28 +07:00
Mads Rasmussen
0da8644e77
Merge branch 'dev-v7' into temp-U4-10309
2017-09-29 09:55:32 +02:00
Alexander Bryukhov
ac65af772a
U4-10481 - v7.7.2 - RU localization of the last added keys
2017-09-29 13:27:45 +07:00
Robert
e643189b10
Moved mediaLink mapping directly to autoMapper
2017-09-28 16:07:16 +02:00
Robert
97716d5570
Merge pull request #2205 from umbraco/temp-U4-10420
...
added event to load audit trail on Properties tab only
2017-09-28 15:32:19 +02:00
Robert
5517252200
Moved documentType and mediaLink to root node for media section
...
Created Map in MediaModelMapper to cater for the new property (DocumentType)
Wired front-end to match the new properties
2017-09-28 15:21:04 +02:00
Mads Rasmussen
92a5c31ce6
remove publish date in footer
2017-09-28 13:55:11 +02:00
Mads Rasmussen
345c038e8b
make sure we don't have unwanted markup in the dom
2017-09-28 10:41:08 +02:00
Mads Rasmussen
59defa6b11
rename event to follow naming convention, fix missing tab id, change so the tab id matches the new "info"-tab
2017-09-28 10:12:01 +02:00
Mads Rasmussen
7e0d7ebbd4
Merge branch 'temp-U4-10309' into temp-U4-10420
2017-09-28 10:03:19 +02:00
Robert
c13d4ed235
Merge pull request #2218 from umbraco/temp-U4-10421
...
fixes: U4-10421 Split up properties tab: One for umbraco properties a…
2017-09-28 09:55:55 +02:00
Robert
a47b5035fe
Merge pull request #2219 from umbraco/temp-U4-10311
...
U4-10311 Wire up angular with backend
2017-09-28 09:10:02 +02:00
Shannon
f6be389f4f
fixes tests
2017-09-28 16:13:50 +10:00
Shannon
252f0fe88e
Fixes up the angular side of things to ensure the right property values are wired together correctly
2017-09-28 15:13:33 +10:00
Shannon
387faca71e
Simplifies the model mapping, uses strongly typed values
2017-09-28 14:54:18 +10:00
Kevin Giszewski
6c172702be
Fix for U4-6309
2017-09-27 11:32:36 -04:00
Robert
62cda02ded
Some clean up in ContentModelMapper.cs
2017-09-27 16:02:32 +02:00
Mads Rasmussen
3e2a6424bd
wire up audit trail log type colors
2017-09-27 14:08:29 +02:00
Mads Rasmussen
c0f695bcf9
make grunt linter happy
2017-09-27 14:07:47 +02:00
Robert
2e1e2e4325
Properties tab will be removed if it has no properties
2017-09-27 13:58:33 +02:00
Mads Rasmussen
1316bb5d5b
fixes: U4-10421 Split up properties tab: One for umbraco properties and one for user added properties
2017-09-27 12:56:43 +02:00
Robert
fe97860694
Changed dataFormatter to work with values from the root node instead of values from properties tab
2017-09-27 11:56:11 +02:00
Robert
98b4aa6bae
Cleared more of the not needed code
2017-09-27 10:56:45 +02:00
Robert
eb7f4e74f2
Removed unused code as we dont have those properties in the properties tab anymore
2017-09-27 09:31:31 +02:00
Robert
4a9e326267
Remove the rest of umb properties
2017-09-27 09:28:51 +02:00
Robert
67edc6cf9a
Deleted updateDate, createDate and createdBy from properties tab
2017-09-26 15:57:50 +02:00
Robert
e740838ef7
Moved template and docType from properties tab to root node and linked the values back together in front-end
2017-09-26 15:44:41 +02:00
Robert
dec44b1288
Moved templateConfig to root node
2017-09-26 09:20:38 +02:00
Sebastiaan Janssen
98a0729549
Merge pull request #2202 from umbraco/temp-U4-10382
...
U4-10382 Add end point to get a paginated audit trail
2017-09-25 10:55:09 +02:00
Robert
97868593f8
Tab check is now using id and hash instead of innerHtml
2017-09-21 15:50:22 +02:00
Robert
dcdfb074af
Forgot to clean after myself :)
2017-09-21 14:09:14 +02:00
Robert
a36b1097c5
added event to load audit trail on Properties tab only
2017-09-21 13:56:03 +02:00
Mads Rasmussen
e268a05f6e
remove client side lesson functions from core - these will be moved to the starter-kit
2017-09-21 11:14:31 +02:00
Mads Rasmussen
fb7d22dca8
polish
2017-09-20 20:58:52 +02:00
Mads Rasmussen
bac53bc241
rename dynamic user dashboards to "user-dialog" so they aren't confused with the user profiles in the new user section
2017-09-20 20:39:05 +02:00
Mads Rasmussen
ce690acda0
move drawer width to less variable + fix backdrops when drawer is open
2017-09-20 20:30:44 +02:00
Mads Rasmussen
cb8157dfca
Start on a fresh help drawer branch - the other branch was a mess of testing data and nested content merges
2017-09-20 15:46:33 +02:00
Robert
4c7c6e37d1
Forgot to clean after myself :)
2017-09-19 12:02:29 +02:00
Robert
116e53e07d
Custom serialization attribute added to AuditType property
2017-09-19 11:49:32 +02:00
Robert
a74c4433f7
Mapping the DateStamp and UserName to AuditLog
...
Refactored how the the Username is displayed due to some misunderstanding on my part.
2017-09-19 11:01:07 +02:00
Robert
2ccf74a921
Adding the userName to the audit comment
...
Before the
2017-09-19 09:29:24 +02:00
Robert
f3a81d82be
Merge pull request #2184 from umbraco/temp-U4-10405
...
fixes: U4-10405 When scheduled publishing it set, change the default …
2017-09-18 13:24:47 +02:00
Sebastiaan Janssen
5451d28fe4
Update unit tests to account for the new AuditMapper
2017-09-14 21:29:24 +02:00
Mads Rasmussen
db57268440
add prototype for media properties tab
2017-09-14 21:00:26 +02:00
Mads Rasmussen
ac265067e8
move media node info component to media subfolder
2017-09-14 15:41:47 +02:00
Mads Rasmussen
5330830362
Merge branch 'dev-v7.7' into temp-U4-10309
...
# Conflicts:
# src/Umbraco.Web.UI.Client/bower.json
# src/Umbraco.Web.UI.Client/gruntFile.js
2017-09-14 15:28:21 +02:00
Mads Rasmussen
4b6b24b2f5
add empty state to history
2017-09-12 11:56:39 +02:00
Mads Rasmussen
7d5d89e9cb
reuse styles for schedule dates
2017-09-12 11:56:13 +02:00
Mads Rasmussen
ab85cbf599
remove unused code + clean up styles in general box
2017-09-12 10:24:44 +02:00
Mads Rasmussen
c6937618c2
fixes: U4-10405 When scheduled publishing it set, change the default button to "Save and schedule"
2017-09-11 20:02:46 +02:00
Zsolt
ef84d63982
Merge remote-tracking branch 'origin/temp-U4-10309' into temp-U4-10309
2017-09-11 13:06:49 +02:00
Zsolt
280a7445f4
media sections properties tab
2017-09-11 13:05:57 +02:00
Mads Rasmussen
5ae8a47f4b
wire up audit trail
2017-09-10 22:58:45 +02:00
Shannon
bc148d08fa
maps avatars in log
2017-09-07 22:24:18 +10:00
Shannon
57a1e73383
Updates endpoints for both c# and js
2017-09-07 22:03:49 +10:00
Shannon
c7b9a57795
U4-10382 Add end point to get a paginated audit trail
2017-09-07 17:27:37 +10:00
Shannon
eb1edf94d3
Merge branch 'dev-v7.7' into temp-U4-10309
2017-09-06 15:51:01 +10:00
Zsolt
c0b230a95e
document type now openable + formatted the create date
2017-09-05 15:15:11 +02:00
Zsolt
607c2cc8e7
used localization and language keys on properties tab
2017-09-05 13:38:34 +02:00
Zsolt
48d3a3defd
Made timeline more responsive + restructured the date in the footer
2017-09-05 11:57:22 +02:00
Mads Rasmussen
8509285aae
move properties/info tab to it's own component
2017-09-04 21:12:47 +02:00
Mads Rasmussen
2413e9951f
load in moment with locales globally + remove lazy loading from date picker
2017-09-04 14:04:06 +02:00
Mads Rasmussen
1a444fd703
add date pickers
2017-09-04 12:58:04 +02:00
Zsolt
bd68a140ba
Merge remote-tracking branch 'origin/temp-U4-10309' into temp-U4-10309
2017-09-01 15:10:50 +02:00
Zsolt
7b34211bb1
bit more responsive + changed the colors to variables in less
2017-09-01 15:09:53 +02:00
Mads Rasmussen
fa78223229
make doc type + go to doc type work
2017-08-31 14:00:20 +02:00
Zsolt
39c19dc1d4
Merge remote-tracking branch 'origin/temp-U4-10309' into temp-U4-10309
2017-08-31 12:52:30 +02:00
Zsolt
7b4b6357cb
changed more <h> tags + realigned them
2017-08-31 12:47:01 +02:00
Mads Rasmussen
4454290820
make link to document block element, add hover state + open in new tab
2017-08-31 11:56:03 +02:00
Mads Rasmussen
d94cd9dc8d
Merge branch 'temp-U4-10309' of https://github.com/umbraco/Umbraco-CMS into temp-U4-10309
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/content/edit.html
2017-08-31 11:34:25 +02:00
Mads Rasmussen
8c07af9505
fake loading the auditTrail
2017-08-31 11:31:41 +02:00
Zsolt
d32fb44187
Merge remote-tracking branch 'origin/temp-U4-10309' into temp-U4-10309
2017-08-31 11:29:08 +02:00
Zsolt
dd38480ce2
changing <h> tags to span + adding extra description to timeline
2017-08-31 11:29:03 +02:00
Mads Rasmussen
08e8e3918e
make template selector work
2017-08-31 11:23:10 +02:00
Zsolt
7a3591d1bd
last line of the timeline is not there anymore
2017-08-31 10:20:49 +02:00
Zsolt
59ab7f5c8d
Changed the order of meta data
2017-08-31 10:01:36 +02:00
Zsolt
c2b2182182
Merge remote-tracking branch 'origin/temp-U4-10309' into temp-U4-10309
2017-08-31 09:51:54 +02:00
Zsolt
66b656f058
added the icon to the link, also the link functions as a link
2017-08-31 09:51:20 +02:00
Mads Rasmussen
c8f7ecabf4
add avatar + set correct color on badges for history
2017-08-30 20:32:40 +02:00
Zsolt
9137249510
properties tab UI prototype with dummy data
2017-08-30 16:42:20 +02:00
Xiaohao112
ed480e1e6e
Created a link to composition doctype
...
Related to this issue; http://issues.umbraco.org/issue/U4-10192 . Made a link to a composition from the current doctype.
2017-07-24 14:12:59 +02:00
Asbjørn Riis-Knudsen
841074fc27
U4-10191: Update to TinyMCE 4.6.x
2017-07-24 09:31:47 +02:00
Anders Bjerner
64f477f90e
Added property for hiding the target option (2/2)
2017-02-16 18:45:01 +01:00
Anders Bjerner
813741bc3d
Added property for hiding the target option (1/2)
2017-02-16 18:41:32 +01:00
jf
7566546fd7
fix U4-8792 override overflow
2016-11-03 17:32:24 +00:00
Chris Houston
a4f83e0125
Style changes to the developer dashboard area.
2016-11-03 14:41:41 +00:00
Tom Pipe
7b08c0dde6
Adding isPublished value to the index
2016-11-03 11:48:49 +00:00
Shane Marsden
59b8b397b7
Renamed SerializeToCropDataSet to DeserializeToCropDataSet
2016-11-03 11:33:00 +00:00
Kevin Jump
ae110c1cae
Honour ConfigSource when setting ConnectionString
...
Lets umbraco honour the configSource attribute on a connectionstrings
section, meaning you can install the connectionstring into a file other
than web.config.
2016-08-23 08:45:30 +01:00
Neil Gaietto
3f1f67e323
U4-8822- Fixes Unpublish error with empty RTE by passing an empty value instead of null
2016-08-16 09:30:05 -04:00
Kamil Jakubczak
f1d37a5072
removes a overflow: hidden which decrease update-tree-layer performance
...
removes a overflow: hidden which decrease update-tree-layer performance.
If it is required it should be solved differently due to the possibility
of having plenty items in div that has this class.
2016-06-09 15:01:26 +02:00
Mitton
7c72e70967
Added grid editor names for localization.
2016-05-05 05:42:33 +02:00
Mitton
75b74a6687
Enabled localization of grid editor names
2016-05-05 05:12:33 +02:00
mattbrailsford
7dcb4435d8
Updated insert macro dialog to prevent closing on enter key
2015-12-22 11:18:32 +00:00
bjarnef
2dc6e395a8
Add more colors to icon-picker dialog
2015-11-16 01:15:51 +01:00
bjarnef
eedeb90673
Merge remote-tracking branch 'refs/remotes/umbraco/dev-v7' into dev-v7-U4-6616
2015-11-16 01:12:49 +01:00
bjarnef
977c390a95
Merge remote-tracking branch 'refs/remotes/umbraco/dev-v7' into dev-v7-U4-6616
2015-11-09 23:52:00 +01:00