Mathieu Deslauriers
62463ecc21
Issue 4634 : Fixed colorpicker unselection condition
...
When the user remove the selection the model is set to null.
When the user tries to select another value after that, the condition is trying to check the "value" property for a null object.
2019-02-18 14:52:13 +01:00
Rasmus John Pedersen
3a469cdc77
Multi Url Picker fixes ( #4527 )
...
* Fix not being able to save link with only an anchor
* Don't allow Multi Url Picker as a parameter editor
2019-02-14 18:11:44 +01:00
matthew-hair
6665695986
Added null check for context.Identity
...
Signed-off-by: matthew-hair <matthew.hair@sedgwick.gov >
2019-02-14 12:55:56 +01:00
Kenn Jacobsen
4dd51f645a
Make sure the color picker label is stored on first select ( #4325 )
2019-01-30 16:12:50 +01:00
Vigan Shemsiu
cca1393f2b
Validate both width and height
...
Make sure to validate both width and height before running "setDimensions();".
The focus point will not work if we have "img { width: 100%; }" in the stylesheet.
This pull request will fix the bug.
2019-01-29 22:26:26 +01:00
Kenn Jacobsen
69548aed20
Fix the offset in the crop editor
2019-01-29 22:22:34 +01:00
Damiaan Peeters
7656de693c
Add unittest
2019-01-29 22:18:53 +01:00
Damiaan Peeters
4806920179
Do not allow a empty name with for the MemberGroup
2019-01-29 22:18:53 +01:00
Kenn Jacobsen
5637c44f69
Explicitly set the form dirty when toggling a boolean
2019-01-29 17:41:28 +01:00
Kenn Jacobsen
99f0e6c05a
Fix callback
2019-01-29 14:11:04 +01:00
Kenn Jacobsen
2c40e46d56
Set form dirty on color picker value change + update selected item label + clean up unused code
2019-01-29 14:11:04 +01:00
Benjamin Carleski
2c3a2b29b2
Obsolete direct hash generation methods, and switch to generic GenerateHash
...
As noted in https://github.com/umbraco/Umbraco-CMS/issues/4292 , using direct hash methods can break compliance when on restricted systems that require FIPS compliance. This has been addressed in a few commits. This commit goes further to obsolete methods not previously obsoleted relating to direct hashing calls, and switches a direct call to one of these methods to use the correct, generic GenerateHash.
2019-01-29 12:58:51 +01:00
Sebastiaan Janssen
d174499e50
Fixes #4260 incorrect permissions required for Notifications sign up
2019-01-27 13:30:44 +01:00
Kenn Jacobsen
df20feb703
Make cache properties on PublishedContentRequest public
2019-01-27 10:39:34 +01:00
Nathan Woulfe
a4c5b7118d
check for editorstate.current before attempting to access properties object
2019-01-26 17:33:45 +01:00
Ronald Barendse
52a56c8852
Only add TLS 1.2 if explicit protocols are defined
2019-01-26 17:09:47 +01:00
Ronald Barendse
7a2f09643a
Changed health check to indicate HTTPS endpoint connectivity using TLS 1.2
2019-01-26 15:30:47 +01:00
Paul Seal
c9819b2d89
- disabled the duplicated community health checks ( #4175 )
2019-01-26 15:01:03 +01:00
Christian Alkærsig
7acafe67a4
Delete template2.cshtml
...
Auto-generated test file
2019-01-23 00:28:21 +01:00
Alkaersig
9eb2b28232
Added (Doctype) Name and Description to PublishedContentType
2019-01-23 00:28:21 +01:00
Paul Seal
832ec68140
- tls check to check if the site is set up to use at least TLS 1.2 for outgoing connections.
...
- added translations for all languages which have a healthcheck section in the language file.
2019-01-23 00:11:35 +01:00
Bjarne Fyrstenborg
d8f0af1a94
Fix plural localization
2019-01-22 22:59:52 +01:00
Kenn Jacobsen
a8d5bd6d1f
Don't let the users empty the recycle bin without delete permissions ( #3699 )
2019-01-22 22:05:12 +01:00
Kenn Jacobsen
e252a0849b
Add "default empty" prevalue to date and datetime
2019-01-22 21:58:17 +01:00
Sebastiaan Janssen
ba4b84d7f4
Fixes #4166 - Outgoing connections sometimes fail because they require TLS 1.2
2019-01-21 11:10:01 +01:00
Rasmus John Pedersen
e1c9b1818e
Add Multi Url Picker to core ( #2323 )
2019-01-20 21:12:00 +01:00
Abi Noda
76bece07ef
add pull reminders badge to readme
2019-01-20 21:10:02 +01:00
Dave Woestenborghs
7729dc946e
Fix 4058 : restore from recycle bin when item has multiple relations ( #4073 )
2019-01-20 20:47:13 +01:00
Kenn Jacobsen
5b285f71fa
Remove hardcoded "Root" when restoring to tree root
2019-01-18 14:39:54 +01:00
Callum Whyte
e60417925b
Consistency is king! Fix up " vs ' in installer service facts array
2019-01-17 15:41:44 +01:00
Callum Whyte
5a78c000a0
Correcting punctuation in installer screen facts
2019-01-17 15:41:44 +01:00
Callum Whyte
54faeee837
Updating number of active Umbraco sites in installer screen facts
2019-01-17 15:41:44 +01:00
Nicholas-Westby
cefa2c9040
Typo ("thist").
2019-01-17 15:34:52 +01:00
Kenn Jacobsen
77cf071e04
Add "Move" option for deleted items in the media tree ( #3914 )
2019-01-17 12:20:13 +01:00
Sebastiaan Janssen
0d0179cb47
Use constants in upgrade migration
2019-01-17 12:14:17 +01:00
Sebastiaan Janssen
f7671ec9a7
Fixes #4071 - Error executing scheduled task - This instance has already started one or more requests.
2019-01-15 08:39:43 +01:00
Kenn Jacobsen
b9430158ce
Move member group picker property data store from NVarchar to NText ( #3712 )
2019-01-14 09:25:59 +01:00
Kenn Jacobsen
db8954e0a5
Verify that the current member is approved and not locked out ( #3588 )
2019-01-14 08:52:02 +01:00
Sebastiaan Janssen
05f1a24caf
Fix duplicate IIS Express settings
2019-01-14 08:28:58 +01:00
Kenn Jacobsen
b08e922600
Only allow setting up scheduled publishing if the user has the correct permissions to do so
2019-01-14 08:21:58 +01:00
Kenn Jacobsen
fbf60fbac4
Don't add the "Notification" tree menu item if Umbraco can't send emails
2019-01-14 08:13:10 +01:00
Kenn Jacobsen
941baf09ce
Fix linkpicker overlay issues ( #3718 )
2019-01-13 16:17:44 +01:00
Anders Bjerner
be44741bf9
Localized parts of the codefile and template resources ( #3495 )
2019-01-13 15:58:31 +01:00
christophnz
282ac2b9c5
Added 2 HtmlHelper extension methods for rendering RelatedLinks, including Unit tests
2019-01-13 15:17:13 +01:00
Jannik Anker
1224f68297
Issue 3018 - non-admin users cannot create groups (derpness cleanup)
2019-01-13 15:13:26 +01:00
Jannik Anker
8d1733fd12
Issue 3018 - non-admin users cannot create groups
2019-01-13 15:13:26 +01:00
Bjarne Fyrstenborg
1213551ca9
Only show extension if media item has a file
...
(cherry picked from commit 168febae24 )
2019-01-13 14:55:44 +01:00
Steve
f620d0deca
Fixes #4016 unpublished content styling in list view
2019-01-13 14:43:24 +01:00
Kenn Jacobsen
d1cfe84723
Set the form dirty when changing focal point and editing crops
2019-01-13 14:01:11 +01:00
Kenn Jacobsen
cd6cdcfda4
Visualize image transparency in upload and image cropper thumbnails ( #4050 )
2019-01-13 13:54:30 +01:00