Sebastiaan Janssen
7b5670f275
U4-9076 Update to latest ImageProcessor
2016-10-18 16:45:16 +02:00
Stephan
88593b0bf3
Deal with fixme in FacadeRouter
2016-10-18 16:16:46 +02:00
Sebastiaan Janssen
f4410891e4
Merge pull request #1459 from umbraco/temp-U4-8829-dashboards-from-remote-feed
...
Temp u4 8829 dashboards from remote feed
2016-10-18 15:50:15 +02:00
Sebastiaan Janssen
9da95ce28f
Moved UmbracoAuthorize to the class level
...
Unfortunately can't consolidate GetCacheItem and InsertCacheItem because of different timespan
Can't directly cache the `content` variable due to problems with modified closures
2016-10-18 14:16:37 +02:00
Stephan
dda988f0ea
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-deploy
2016-10-18 12:25:31 +02:00
Sebastiaan Janssen
33e05625ed
Fixes based on review
2016-10-18 10:10:50 +02:00
Sebastiaan Janssen
b8575d04ad
Adds default/fallback dashboard missing content
2016-10-18 09:56:25 +02:00
Stephan
b64b67ce81
U4-9048 - return proper Forbidden status code when uploading to invalid folder
2016-10-18 08:47:03 +02:00
Stephan
1b6a2c7d5c
U4-9048 - validate user before retrying queued promises
2016-10-18 08:46:41 +02:00
Stephan
0fdd94e489
More fixes in Core DI
2016-10-17 18:53:21 +02:00
Callum Whyte
a1a90d5bff
Fixes backoffice members list view for custom membership providers by using key instead of id in edit URL
2016-10-17 16:26:20 +01:00
richarth
08733d7351
Update noNodes.aspx
...
Grammar correction
2016-10-17 14:28:16 +01:00
Stephan
422fef84ff
Minor fix in Core DI
2016-10-17 15:16:07 +02:00
Sebastiaan Janssen
5d0d65c624
Merge branch 'dev-v7' into temp-U4-8829-dashboards-from-remote-feed
2016-10-17 15:00:40 +02:00
Stephan
6c7c333d8f
Merge pull request #1523 from umbraco/temp-U4-8896
...
fixes: U4-8896 U7 (7.4.2) - Uploading images in media library fails
2016-10-17 14:45:24 +02:00
Mads Rasmussen
b039fbfb13
Merge pull request #1498 from bjarnef/dev-v7-U4-9007
...
Format package created date
2016-10-17 14:41:36 +02:00
Mads Rasmussen
428bc7fbad
Merge pull request #1525 from JeffreyPerplex/patch-2
...
Update imagecropper.html
2016-10-17 14:21:55 +02:00
Stephan
fe9686f215
U4-8981 - fix package actions
2016-10-17 14:21:51 +02:00
Stephan
ac42c8ae26
Fix 2eb050e, broke Xslt edit
2016-10-17 14:06:08 +02:00
Mads Rasmussen
e4a472f902
fixes: U4-8769 ImageCropper focal points randomly sets to 'null'
2016-10-17 13:32:09 +02:00
Stephan
d8ba9723c8
Fix Umbraco.Core dependencies
2016-10-17 12:44:31 +02:00
Stephan
60a172343f
Build TLC
2016-10-17 12:40:43 +02:00
Stephan
92c55e302f
Oops, U4-8626 colateral WIP
2016-10-17 11:00:19 +02:00
Stephan
341e817fd5
Get tests to run, troubleshoot
2016-10-17 11:00:18 +02:00
Stephan
422a9cf162
Stop LightInject scanning of assemblies
2016-10-17 11:00:15 +02:00
Stephan
3c698cbf8c
Refactor UmbracoContext, PublishedContentRequest...
2016-10-17 11:00:14 +02:00
Stephan
187e5ed751
Add and use ArgumentNullOrEmptyException
2016-10-17 11:00:13 +02:00
Stephan
a00ee8d275
Rename DependencyInjection into DI, cleanup components, compose
2016-10-17 11:00:12 +02:00
Stephan
172ae81924
Build TLC
2016-10-17 11:00:09 +02:00
Stephan
11e41ee07e
Restoring most resolvers in Compat7
2016-10-17 11:00:08 +02:00
Stephan
3bee1d3bce
Version 8.0.0-alpha0020
2016-10-17 11:00:07 +02:00
Sebastiaan Janssen
900f8970f0
Check for null orderBy argument earlier to avoid doing unnecessary work
2016-10-17 09:56:50 +02:00
Claus
dd6c24d3b8
Merge pull request #1527 from leekelleher/issue/U4-9073
...
Grid: Quote editor - wrong CSS style rule for italic
2016-10-17 09:08:52 +02:00
Dennis Jørgensen
fb83b9dca3
Changed email validation to the validation used when creating users (MembershipProviderBase).
2016-10-16 18:45:01 +02:00
Marcin Zajkowski
8175e68ecd
Cast tag value to unicoded text before inserting it into database
...
Quick fix for: http://issues.umbraco.org/issue/U4-6710
2016-10-16 03:15:02 +02:00
Dennis Jørgensen
ac0159f67e
Changed style for form controls and text for email-field
2016-10-15 22:47:35 +02:00
Dennis Jørgensen
f1c8fb7b17
Added validation to the user edit-form in the backoffice
2016-10-15 22:00:03 +02:00
Dennis Jørgensen
3b43979a06
Merge remote-tracking branch 'refs/remotes/umbraco/dev-v7' into dev-v7
2016-10-15 20:24:19 +02:00
leekelleher
c839285f90
Grid: Quote editor - wrong CSS style rule for italic
...
[Issue #U4-9073](http://issues.umbraco.org/issue/U4-9073 )
In `grid.editors.config.js`, the style config for the Quote editor has an incorrect CSS style rule for italic, it has...
```css
font-variant: italic;
```
It should be...
```css
font-style: italic;
```
I wasn't sure which `grid.editors.config.js` to change, so I did them all.
2016-10-14 16:37:06 +01:00
Claus
21378a07c8
Merge pull request #1466 from AndyButland/u4-8941
...
u4-8941 - Used configurable application URL when constructing password reset link
2016-10-14 11:05:37 +02:00
Jeffrey Schoemaker
74e6633f2a
Update imagecropper.html
...
Remove ng-show="imageIsLoaded" so "Remove file" is always visible when there's an image or file uploaded, even if it can't be rendered because whether is .tif-file (correct image, but not rendered in modern browsers), .pdf-file (foolish action) or the image is removed from the server (staging with a production-environment-database).
Related to http://issues.umbraco.org/issue/U4-8490
2016-10-14 10:31:12 +02:00
Claus
8693b13e68
Merge pull request #1511 from umbraco/temp-U4-8992
...
U4-8992 - update content and media xml caches when upgrading from bef…
2016-10-13 15:31:09 +02:00
Mads Rasmussen
a0a861370b
Merge pull request #1499 from darrenferguson/dev-v7
...
U4-9012 The word "Oops" should probably be removed, because we can ca…
2016-10-13 15:20:59 +02:00
Mads Rasmussen
7282626c0f
Merge pull request #1514 from abryukhov/patch-6
...
Update UI language ru.xml
2016-10-13 14:50:12 +02:00
Mads Rasmussen
cf604255fc
fixes: U4-8896 U7 (7.4.2) - Uploading images in media library fails
2016-10-13 13:12:24 +02:00
Shannon Deminick
b275850aca
Merge pull request #1515 from seth-reeser/patch-1
...
Update README.md
2016-10-13 11:46:43 +02:00
Seth Reeser
8aa36a82c4
Update README.md
2016-10-12 22:48:10 -04:00
Alexander Bryukhov
06132fcdaf
Update UI language ru.xml
...
New key in healthCheck area added
2016-10-12 11:17:04 +07:00
Stephan
f1e5b3fcfa
Prevent tests from failing due to dates rounding
2016-10-11 15:06:33 +02:00
Mads Rasmussen
fba4b91bec
Merge pull request #1465 from abryukhov/patch-6
...
Localizing URL tracker dashboard
2016-10-11 14:42:37 +02:00