Gavin Faux
3094dea5d4
Back office insecure content warning loading Google Web Fonts when running over HTTPS
...
Amend to use https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js
2015-05-13 09:45:20 +01:00
Sebastiaan Janssen
a42526b890
This file just keeps being marked as "changed" by git, committing it so I don't have to discard changes all the time
2015-05-12 11:15:02 +02:00
Shannon
3a36513307
Fixes: U4-6609 SQL Exception when trying to delete a template that isn't assigned to any doc type
2015-05-12 17:59:06 +10:00
Shannon
0548a32405
adds some simple docs to umb settings
2015-05-12 17:32:26 +10:00
Shannon
433950dd59
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-05-12 12:39:57 +10:00
Shannon
ad8926668e
Fixes: U4-6588 UmbracoSettings Error404 support Guids and Xpath - To achieve this, had to create an Id -> Key and Key -> Id method on EntityService including a cache for it which means updating all relavent cache refreshers to clear this cache when things are removed. Moved the logic for parsing an Umbraco XPath query (with tokens) to a stand-alone testable class (though haven't written tests), move the logic for looking up a not found page to the NotFoundHandlerHelper (instead of legacy 'library'). Fixes the $root query, since I don't think that ever worked. I've tested $root now for both MNTP and for the not found handler and it works.
2015-05-12 12:39:46 +10:00
Sebastiaan Janssen
4ebc0fe4cf
U4-6383 Download all translation tasks as XML Error
...
#U4-6383 Fixed Due in version 7.2.5
2015-05-11 21:33:52 +02:00
Shannon
1b1455067e
Fixes: U4-6606 maxInvalidPasswordAttempts work for the UsersMembershipProvider doesn't work any more
2015-05-11 19:44:59 +10:00
Shannon
795de94a5f
Fixes: U4-6102 After renaming Grid row configurations all data is lost for renames. So now we have warnings for both deletes and renames.
2015-05-11 18:46:26 +10:00
Shannon
d6699ab3b3
Fixes: U4-6102 After renaming Grid row configurations all data is lost, also ensures that all events are unsubscribed on destroy
2015-05-11 16:18:35 +10:00
Shannon
d94b334375
Moves login logging to the provider level
2015-05-11 12:22:56 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Sebastiaan Janssen
c34605937c
U4-6603 Log failed login attempts
...
#U4-6603 Fixed
2015-05-10 17:47:32 +02:00
Heather Floyd
3b849987bf
Small fixes to 'en' language file. Update of 'en-us' language file to match 'en' language file.
2015-05-07 16:41:12 -04:00
Shannon
8443513b2b
fixes sorting with multipletextbox
2015-05-07 13:39:28 +10:00
Shannon
fec9d066f0
Merge branch 'property-editor-fixes' of https://github.com/pynej/Umbraco-CMS into pynej-property-editor-fixes
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/markdowneditor/markdowneditor.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html
src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs
2015-05-07 13:24:59 +10:00
Shannon
a69c7dd1fc
Manually merges PR: 564
2015-05-07 13:09:29 +10:00
Shannon
4e6a3458d0
Fixes: U4-6600 Label on files not just folders in file browser (media) and fixes up the last image rendered in the photo browser, as well as the overlays, whitespace and overflow and vertical alignment.
2015-05-07 12:57:23 +10:00
Shannon
d4f3dbcfc0
Merge branch 'media-label' of https://github.com/iamphill/Umbraco-CMS into iamphill-media-label
2015-05-07 12:01:31 +10:00
Shannon
6a0656fbb0
fixes spacing for radio/check boxes (U4-6036) tested in ie, ff and chrome
2015-05-07 11:59:10 +10:00
Shannon Deminick
9dc0999ebd
Merge pull request #595 from redmorello/U4-6036
...
U4 6036 - Checkbox and Radio button styling incorrect in backend
2015-05-07 11:49:30 +10:00
Shannon
813f1a1f2d
Fixes: U4-6035 Properrty.WasDirty() always returns false
2015-05-07 11:43:53 +10:00
Shannon
685635c568
Merge branch 'master-v7' of https://github.com/aaronpowell/Umbraco-CMS into aaronpowell-master-v7
2015-05-07 11:06:55 +10:00
Shannon Deminick
a3e37de1ad
Merge pull request #633 from bjarnef/dev-v7-U4-4507
...
U4-4507 - Make expand arrow in sections as a toggle
2015-05-07 11:02:08 +10:00
Shannon Deminick
692a8f807e
Merge pull request #638 from bjarnef/dev-v7-U4-6276
...
Fix for U4-6276 - Keep headline at same position
2015-05-07 10:51:32 +10:00
Shannon
f4bdcae411
Fixes: U4-6236 umbraco 7 macro parameters saving "null"
2015-05-07 10:47:36 +10:00
Shannon Deminick
3a726348d2
Merge pull request #673 from kgiszewski/dev-v7
...
Fix for U4-6530
2015-05-07 10:21:42 +10:00
Shannon Deminick
d8b029eba6
Merge pull request #680 from WebCentrum/dev-v7-gridsort
...
U4-6593 - After sort, reset the TinyMCE editors with previous settings
2015-05-07 10:13:29 +10:00
Shannon
7c01670caf
fixes mem leaks by not unsubscribing from events
2015-05-07 09:11:39 +10:00
Shannon
3ce5ff882e
Fixes U4-5213 in a better way using a query string so it's clear where it redirects to
2015-05-07 09:11:25 +10:00
Shannon
6e7aa19073
Fixes U4-5213 in a better way using a query string so it's clear where it redirects to
2015-05-07 09:00:43 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Stephan
e358390211
Bugfix Xml cache - bad, bad Stephan
2015-05-06 11:10:04 +02:00
Sebastiaan Janssen
2e6c643dde
Bump version
2015-05-06 11:08:25 +02:00
Shannon Deminick
41a0c1f491
Merge pull request #679 from WebCentrum/dev-v7-loginredir
...
U4-5213 - Login redirect to originally requested URL
2015-05-06 17:46:07 +10:00
Shannon
e8d4777d74
re-formatted some of the PR
2015-05-06 17:36:46 +10:00
Shannon
781ca34e34
Merge branch 'U4-5480' of https://github.com/Jeavon/Umbraco-CMS into Jeavon-U4-5480
2015-05-06 17:34:59 +10:00
Shannon
d01e963365
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
...
Conflicts:
src/Umbraco.Web.UI/packages.config
2015-05-06 17:28:05 +10:00
Shannon
821daa82c4
Fixes: U4-6474 Update to latest examine v0.1.63
2015-05-06 17:14:10 +10:00
Allyen
8299243129
U4-6593 - After sort, reset the TinyMCE editors with previous settings
2015-05-05 22:07:18 +02:00
Sebastiaan Janssen
4144590189
Upgrade to latest MySql.Data and loosen up NuGet dependency
2015-05-05 12:15:28 +02:00
Allyen
2f4ff6aaae
Login redirect to originally requested URL
2015-05-04 11:49:07 +02:00
Sebastiaan Janssen
ab0e549c70
We got rid of macroRenderings project ages ago, why is this file still here?
2015-05-01 14:27:49 +02:00
Sebastiaan Janssen
be065b2fa3
Generate symbols nupkg (apparently you can create it from an existing NuSpec file, very cool)
...
Making sure that all pdbs ARE actually generated in Release mode (the AllBinaries file was missing loads of files)
Generate all and include all xml doc files too
Corrects WebPI zip, also shouldn't include dotLess.Core.dll
2015-05-01 14:27:26 +02:00
Sebastiaan Janssen
f0dfd0dce2
U4-6568 NuGet 7.2.4 missing Microsoft.Threading.Tasks.dll and Microsoft.Threading.Tasks.Extensions.dll
...
#U4-6568 Fixed Due in version 7.2.5
2015-04-29 16:15:24 +02:00
Shannon
da579c91e1
Fixes: U4-6460 7.2.2 -> 7.2.4 update fails with "an item with the same key has already been added" error
2015-04-27 13:40:41 +10:00
Shannon
550d690a31
Fixes: U4-6559 ServerVariables parsing - An Item with the same key has already been added
2015-04-27 12:41:19 +10:00
Shannon Deminick
40b75b7cf5
Merge pull request #672 from alecrt/dev-v7
...
U4-6295 - Fix for BusinessLogic.Log.CleanLogs task error
2015-04-27 10:56:33 +10:00
Anders Bjerner
5f27355247
listview.html: the arrows for symbolizing ascending and descending are wrong
2015-04-26 14:44:25 +02:00
Sebastiaan Janssen
356ea6824f
U4-6547 Re: U4-6096 German Translator file broken again in V7.2.4
...
#U4-6547 Fixed Due in version 7.2.5
2015-04-23 16:59:57 +02:00