Stephan
bf67cd5acd
Merge pull request #1539 from umbraco/temp-U4-9093
...
U4-9093 Fix SQL used to rebuild the media & content xml structures in…
2016-10-25 14:05:13 +02:00
Stephan
e330d40005
U4-9090 - Upgrade to ModelsBuilder 3.0.5 (reuse compiled live dll on restart)
2016-10-25 12:40:27 +02:00
Shannon
1a6986cfcf
U4-9111 Benchmark BulkCopy changes from U4-9107
2016-10-25 12:34:06 +02:00
Shannon
dadcbc8b31
U4-9107 Change BulkInsertRecords to use BulkCopy or TableDirect (SQLCE)
2016-10-25 12:29:17 +02:00
Shannon
92f5ad220a
oops, changes back so we have less joins, we don't need to query on cmsDocument or published, we know it will be that
2016-10-21 18:17:31 +02:00
Shannon
1a8f53d1de
Fixes tests
2016-10-21 18:16:02 +02:00
Shannon
4f77caee02
U4-9093 Fix SQL used to rebuild the media & content xml structures in the data integrity check
2016-10-21 16:23:32 +02:00
Shannon
d64757f3b0
U4-9093 Fix SQL used to rebuild the media & content xml structures in the data integrity check
2016-10-21 16:17:13 +02:00
Shannon
74a5bf5503
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2016-10-21 16:12:11 +02:00
Shannon
ee8efbb1ab
Adds notes about bulk copy
2016-10-21 16:11:57 +02:00
Claus
7ab2703388
Merge branch 'sniffdk-U4-205' into dev-v7
2016-10-20 13:59:00 +02:00
Claus
f753dfa2a7
minor updates and a little reformatting.
2016-10-20 13:56:52 +02:00
Claus
8fa02913be
Merge branch 'U4-205' of git://github.com/sniffdk/Umbraco-CMS into sniffdk-U4-205
2016-10-20 12:53:44 +02:00
Sebastiaan Janssen
21426610ad
Need to take the current schema into account for the ExcessiveHeadersCheck
2016-10-19 17:01:15 +02:00
Sebastiaan Janssen
40b0a62cc3
Use int.MaxValue instead of 0
2016-10-19 14:58:56 +02:00
Shannon Deminick
3949b78c61
Merge pull request #1533 from callumbwhyte/U4-9042
...
U4-9042: Fixes backoffice members list view for custom membership providers
2016-10-19 14:48:44 +02:00
Claus
55179d7400
adding missing multiple content picker macro parameter.
2016-10-19 13:56:26 +02:00
Mads Rasmussen
517147346e
Merge pull request #1534 from umbraco/temp-u4-9048
...
temp-U4-9048 - security when uploading files
2016-10-19 11:01:19 +02:00
Mads Rasmussen
e1e63d079f
add curly brackets to fix "grunt vs" task
2016-10-19 10:48:14 +02:00
Sebastiaan Janssen
86744046e3
Merge pull request #1531 from umbraco/temp-u4-8981
...
U4-8981 - fix package actions
2016-10-19 09:15:01 +02:00
Stephan
a5f1c3e564
Merge pull request #1530 from umbraco/temp-U4-8769
...
fixes: U4-8769 ImageCropper focal points randomly sets to 'null'
2016-10-19 09:01:55 +02:00
Stephan
2b2734cd66
U4-8981 - fix package actions
2016-10-19 08:48:35 +02:00
Sebastiaan Janssen
c2d33f3301
Merge pull request #1532 from richarth/patch-1
...
Update noNodes.aspx
2016-10-18 22:12:52 +02:00
Sebastiaan Janssen
8fc999f771
Merge pull request #1510 from lukawefocus/dev-v7
...
U4-7238 issue sorting listview after 7.3.0 upgrade
2016-10-18 20:25:17 +02:00
Sebastiaan Janssen
be0fb51193
Merge pull request #1529 from mzajkowski/U4-6710
...
Cast tag value to unicoded text before inserting it into database
2016-10-18 18:37:11 +02:00
Sebastiaan Janssen
097f5355e2
U4-9050 Update to latest Examine 0.1.70.0
2016-10-18 18:03:43 +02:00
Sebastiaan Janssen
843fad9963
Merge pull request #1477 from arknu/U4-8968
...
Fix U4-8968: Add missing check for backoffice session in ClaimsIdentity
2016-10-18 17:53:14 +02:00
Sebastiaan Janssen
7b5670f275
U4-9076 Update to latest ImageProcessor
2016-10-18 16:45:16 +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
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
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
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
Mads Rasmussen
e4a472f902
fixes: U4-8769 ImageCropper focal points randomly sets to 'null'
2016-10-17 13:32:09 +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