Warren Buckley
3af8d0e4f5
Merge pull request #5109 from leekelleher/chore/constants-root
...
V8: Updated Constant.System.Root references (to use correct constant, and others)
2019-04-01 13:48:33 +01:00
Stephan
61cfba506a
Merge branch 'temp8-4217-datatype-edits-updates-content-editor' into v8/dev
2019-04-01 12:19:11 +02:00
Stephan
4906231dcd
Merge branch 'v8/dev' into temp8-4217-datatype-edits-updates-content-editor
2019-04-01 12:15:57 +02:00
Stephan
c1856723ba
Merge branch 'temp8-4427-3' into v8/dev
2019-04-01 12:07:00 +02:00
Stephan
58efda69f5
Merge branch 'v8/dev' into temp8-4427-3
2019-04-01 12:00:35 +02:00
Shannon Deminick
b0c7a7bdaf
Merge pull request #5079 from umbraco/temp8-4828
...
fixes 4828 — by adding dimmed-layer for umb-modelcolumn
2019-04-01 17:04:05 +11:00
Shannon Deminick
80d1d73d7c
Merge pull request #5107 from umbraco/v8/feature/284-no-viewbag
...
Replace dynamic ViewBag with ViewData
2019-04-01 16:47:13 +11:00
Shannon Deminick
6a8ae22c6c
Merge pull request #5013 from umbraco/v8/feature/5012-messenger-options
...
Better ServerMessenger configuration
2019-04-01 16:29:21 +11:00
leekelleher
0a687ab7ce
Whitespace formatting in the Constants classes
...
Also removed unused namespaces.
2019-03-29 12:26:42 +00:00
leekelleher
533d2cf8dd
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:18:52 +00:00
leekelleher
b44360aa99
Swapped System.RecycleBinMedia string conversions
...
to use the `System.RecycleBinMediaString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinMedia` is `-21`, it didn't
need the culture invariant conversion.
2019-03-29 12:17:12 +00:00
leekelleher
a4c96678e5
Swapped System.RecycleBinContent string conversions
...
to use the `System.RecycleBinContentString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinContentString` is `-20`, it didn't
need the culture invariant conversion.
2019-03-29 12:14:27 +00:00
leekelleher
13564c72ef
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:13:38 +00:00
leekelleher
f4bd0cd1f5
Swapped all System.Root string conversions
...
to use the `System.RootString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.Root` is `-1`, it didn't need the culture invariant
conversion.
2019-03-29 12:06:23 +00:00
Stephan
cea8753ff2
Replace dynamic ViewBag with ViewData
2019-03-29 09:56:56 +01:00
Warren Buckley
853087a750
Merge pull request #4970 from poornimanayar/cleanup-logview-saved-searches
...
General tidy up of styles for logviewer
2019-03-29 08:23:17 +00:00
Bjarke Berg
0d1683fa61
Merge pull request #5091 from umbraco/temp8-4669-ui-discreet-option-for-set-date-input
...
UI changes for Schedule Publishing
2019-03-29 08:37:52 +01:00
Stephan
07bb7ac0f7
Add content.SetValue overload for posted files
2019-03-29 08:26:36 +01:00
Shannon Deminick
212af8be10
Merge pull request #4877 from kjac/v8-feature-get-multiple-members
...
V8: Add methods for fetching multiple members to UmbracoHelper
2019-03-29 11:19:51 +11:00
Kenn Jacobsen
6d9ed6c59b
Change Member to Members (plural) for methods returning multiple members
2019-03-28 12:46:54 +01:00
Niels Lyngsø
8da9ecc9e4
date-wrapper styles for variants schedule publishing
2019-03-27 12:49:03 +01:00
Stephan
9b13d8f5d7
Stop logging useless errors in UriExtensions
2019-03-27 10:29:11 +01:00
Stephan
c9f1d9aaf6
Merge branch 'temp8-4839-siblings' into dev-v8
2019-03-27 10:21:14 +01:00
Stephan
8f51e2634c
Merge branch 'dev-v8' into temp8-4839-siblings
2019-03-27 10:17:57 +01:00
Bjarke Berg
13c11e0434
Merge pull request #5065 from umbraco/temp8-ui-change-notification-style
...
V8: UI changed notification style
2019-03-27 09:07:21 +01:00
Bjarke Berg
97879fc7aa
Merge pull request #5063 from umbraco/temp8-ui-change-redirectmanagement-button-styles
...
V8: changed button styles for a better low hanging-fruit solution
2019-03-27 08:41:01 +01:00
Niels Lyngsø
719a4a8b6a
adjusted size
2019-03-27 08:29:04 +01:00
Kenn Jacobsen
4d0d17eb1b
Remove params overloads on MembershipHelper
2019-03-26 15:11:05 +01:00
Niels Lyngsø
d6be02aaec
style set date input
2019-03-26 14:57:45 +01:00
Niels Lyngsø
4a14d45a64
remove inline styling
2019-03-26 14:57:30 +01:00
Niels Lyngsø
458e510961
remove double ;;
2019-03-26 14:57:13 +01:00
Niels Lyngsø
b36288b987
infinity editing dim-layer for umb-modelcolumn
2019-03-26 14:11:01 +01:00
Shannon Deminick
ac6767248e
Merge pull request #4978 from umbraco/temp8-4627
...
Fixes front-end validation (4627)
2019-03-26 01:54:06 -07:00
Kenn Jacobsen
64bae439bf
Fix stuff from review
2019-03-26 08:44:03 +01:00
Niels Lyngsø
118f6c7e50
added the ability to watch tokens in localization service
2019-03-25 14:46:42 +01:00
Niels Lyngsø
50ee60e8c3
correcting translate tokens to use %
2019-03-25 14:09:29 +01:00
Niels Lyngsø
286978647e
fix type mistake, plus correcting math.
2019-03-25 14:04:31 +01:00
Niels Lyngsø
0cc6e51b7a
simplify controller + only show text when near limit + different text when exceeding limit
2019-03-25 13:46:57 +01:00
Niels Lyngsø
15d5c67cd3
global text-color variables
2019-03-25 13:46:49 +01:00
Niels Lyngsø
84e4189b45
added margin and round corners to notifications
2019-03-25 11:37:05 +01:00
Niels Lyngsø
e6720a175c
changed notification auto remove time to 10 seconds
2019-03-25 11:36:50 +01:00
Robert
026ad4f2a8
fixes - TinyMCE does not sync data to angular store when dragged away in grid-editor ( #5048 )
2019-03-25 11:07:50 +01:00
Niels Lyngsø
bf3ce014cb
changed button styles for a better low hanging-fruit solution
2019-03-25 10:51:06 +01:00
Sebastiaan Janssen
929fc415bb
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web/Routing/RedirectTrackingEventHandler.cs
2019-03-23 10:31:50 +01:00
Nathan Woulfe
4e1634754b
fix URL redirection creation - was failing when save and save+publish as save creates new URL, which is compared to itself in save+publish ( #5036 )
2019-03-23 10:29:46 +01:00
Brandon Osborne
080f433140
Updated Upload method ( #4850 )
2019-03-23 09:59:04 +01:00
Niels Lyngsø
054bc28a0a
Merge remote-tracking branch 'origin/dev-v8' into temp8-4217-datatype-edits-updates-content-editor
2019-03-22 16:35:53 +01:00
Niels Lyngsø
d806855698
listen for "editors.documentType.saved" instead of "editors.content.reload"
2019-03-22 16:22:36 +01:00
Niels Lyngsø
da503cc9b5
listen for "editors.dataTypeSettings.saved"
2019-03-22 16:19:56 +01:00
Niels Lyngsø
af4dc97b10
changed ' to "
2019-03-22 16:06:39 +01:00