TimoPerplex
|
68ff77f5b6
|
This commit removes the hardcoded .jpg thumbnails
This commit removes the hardcoded .jpg thumbnails and uses the image
original extension to create the thumbnail.
Because we now use the original extension the image is no longer masked
as another (extension is .jpg but the file is actually a .png)
This fixes issues with Internet Explorer used in combination with the
no-sniff header.
Ref topic:
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/66788-adding-nosniff-header-breaks-png-images-in-internet-explorer
|
2015-07-24 16:27:26 +02:00 |
|
Shannon
|
7cd47114e0
|
Fixes: U4-6771 Sorting editorstyles is not possible
|
2015-07-23 14:27:54 +02:00 |
|
Shannon
|
cd578b7b19
|
Fixes: U4-6770 When creating editorstyles: No stylesheet property found with name when creating headingstyles with capitals
|
2015-07-23 13:18:53 +02:00 |
|
Stephan
|
b2679f3f17
|
Bugfix
|
2015-07-19 13:08:29 +02:00 |
|
Shannon
|
5ac34a700f
|
fixes get file checks in FileSystemTree when the folder doesn't exist
|
2015-07-16 16:58:13 +02:00 |
|
Shannon
|
01653f60f9
|
Fixes: U4-6756 Don't ship or generate unnecessary folders
|
2015-07-16 15:59:08 +02:00 |
|
Shannon
|
c2dc896fce
|
working on: U4-6756 Don't ship or generate unnecessary folders
|
2015-07-16 15:29:46 +02:00 |
|
Shannon
|
0efeba3744
|
Fixing unit tests, decouples more singleton accessors
|
2015-07-15 16:28:50 +02:00 |
|
Stephan
|
db0cfad6b9
|
Merge 7.2.7 into dev-v7
Conflicts:
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Tests/packages.config
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
src/umbraco.MacroEngines/packages.config
src/umbraco.cms/packages.config
src/umbraco.cms/umbraco.cms.csproj
src/umbraco.controls/umbraco.controls.csproj
src/umbraco.editorControls/umbraco.editorControls.csproj
|
2015-07-14 19:57:56 +02:00 |
|
Stephan
|
3062eedb4f
|
content - ensure backward compatibility
|
2015-07-14 19:28:15 +02:00 |
|
Stephan
|
d83fdb48c9
|
Merge branch 7.2.7 into dev-v7
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/ApplicationContext.cs
src/Umbraco.Core/AsyncLock.cs
src/Umbraco.Core/Cache/DictionaryCacheProviderBase.cs
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Logging/LogHelper.cs
src/Umbraco.Core/PluginManager.cs
src/Umbraco.Core/Sync/ServerEnvironmentHelper.cs
src/Umbraco.Core/TypeFinder.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/ServerEnvironmentHelperTests.cs
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/less/grid.less
src/Umbraco.Web.UI.Client/src/less/panel.less
src/Umbraco.Web.UI.Client/src/less/property-editors.less
src/Umbraco.Web.UI.Client/src/loader.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/KeepAlive.cs
src/Umbraco.Web/Scheduling/LatchedBackgroundTaskBase.cs
src/Umbraco.Web/Scheduling/LogScrubber.cs
src/Umbraco.Web/Scheduling/RecurringTaskBase.cs
src/Umbraco.Web/Scheduling/ScheduledPublishing.cs
src/Umbraco.Web/Scheduling/ScheduledTasks.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/UI/JavaScript/JsInitialize.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
src/umbraco.cms/Actions/Action.cs
|
2015-07-13 22:45:37 +02:00 |
|
Stephan
|
2d5bfc0fe2
|
Use MainDom status to protect umbraco.config
Conflicts:
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/umbraco.presentation/content.cs
|
2015-07-13 14:52:55 +02:00 |
|
Stephan
|
a8be796d68
|
Bugfix content for LB
|
2015-07-13 14:17:00 +02:00 |
|
Stephan
|
0f56fa4baa
|
Bugfix content xml doctype issue
|
2015-07-13 14:08:50 +02:00 |
|
Shannon
|
7987f13a11
|
U4-6788 - refactor OriginalRequestUrl into UmbracoApplicationUrl
and fixes merge issues.
|
2015-07-08 17:32:36 +02:00 |
|
Shannon
|
2600a3887e
|
Fixes issue with upgrading - potential file lock issues and also file check for access.config
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSevenThreeZero/MovePublicAccessXmlDataToDb.cs
|
2015-07-08 11:13:24 +02:00 |
|
Shannon
|
d00bf4649d
|
Fix for JsSource on legacy trees not supporting virtual paths (~/) - U4-6346
Conflicts:
src/umbraco.cms/Actions/Action.cs
|
2015-07-08 11:10:18 +02:00 |
|
Shannon
|
610582df38
|
U4-5162 - do not cache macro if previewing
|
2015-07-08 11:02:30 +02:00 |
|
Sebastiaan Janssen
|
b0ccb040a1
|
Makes sure we can have nightlies for non-pre-releases as well
|
2015-07-07 15:11:57 +02:00 |
|
Shannon
|
7c451411cb
|
Fixes issue with upgrading - potential file lock issues and also file check for access.config
|
2015-07-07 11:24:28 +02:00 |
|
Stephan
|
8c54f2edc9
|
U4-6788 - refactor OriginalRequestUrl into UmbracoApplicationUrl
|
2015-07-06 13:58:10 +02:00 |
|
craig
|
bdd7d7280d
|
U4-6773 create property - available properties are not sorted a-z
|
2015-06-29 22:26:08 +01:00 |
|
Shannon
|
1f0a4490a6
|
U4-6737 Add unique id (guid) column to property type
|
2015-06-24 17:47:20 +02:00 |
|
Shannon
|
18b1857539
|
Changes versioning to SemVersion (via nuget package), now target migrations with the full SemVer and update the web.config with the correct sem ver. Creates migration to create the migration table.
|
2015-06-24 14:17:24 +02:00 |
|
Tom Fulton
|
cb6b8434f0
|
Fix for JsSource on legacy trees not supporting virtual paths (~/) - U4-6346
|
2015-06-22 16:12:13 -04:00 |
|
Damiaan
|
d2dc4efed8
|
U4-5559 Fix Typo "Seperate" to Separate
|
2015-06-15 16:12:46 +02:00 |
|
Damiaan
|
4f02a13a46
|
U4-5559 Fix Typo "Build-In" (Code)
|
2015-06-15 16:07:45 +02:00 |
|
Stephan
|
bef6b8cd4c
|
U4-5162 - do not cache macro if previewing
|
2015-06-15 14:45:16 +02:00 |
|
Stephan
|
115ba8dcb8
|
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunnerAwaiter.cs
src/Umbraco.Web/Umbraco.Web.csproj
|
2015-05-21 20:49:18 +02:00 |
|
Stephan
|
a76ba9a0a7
|
BackgroundTaskRunner - more fixes
|
2015-05-21 19:37:22 +02:00 |
|
Shannon
|
b788a6c642
|
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunnerAwaiter.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/umbraco.cms/businesslogic/web/StyleSheet.cs
|
2015-05-21 17:12:30 +10:00 |
|
Stephan
|
521b8076d2
|
U4-6638 - bugfix BackgroundTaskRunner
|
2015-05-20 20:56:05 +02:00 |
|
Shannon
|
9e223eb891
|
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/umbraco.presentation/content.cs
|
2015-05-20 16:24:17 +10:00 |
|
Stephan
|
ac7ff31a67
|
U4-6626 - XmlCache, bugfix locks
|
2015-05-19 20:08:52 +02:00 |
|
Stephan
|
009f071f48
|
XmlCache - comments
|
2015-05-19 14:04:32 +02:00 |
|
Stephan
|
e0ecb3291d
|
XmlCache - bugfix running with file cache disabled
|
2015-05-19 10:20:36 +02:00 |
|
Stephan
|
031f70f529
|
Merge branch 'dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Core/ApplicationContext.cs
src/Umbraco.Core/Logging/LogHelper.cs
src/Umbraco.Web.UI.Client/src/less/login.less
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
|
2015-05-18 16:23:12 +02:00 |
|
Stephan
|
92f56ccedd
|
U4-6626 - XmlCache, bugfix locks
|
2015-05-17 18:48:25 +02:00 |
|
Shannon
|
416dcdf90f
|
Updates NotFoundHandlerHelper to use IDomainService and fixes IDomainRepository with the Exists and GetByName methods (with tests)
|
2015-05-13 16:45:08 +10:00 |
|
Shannon
|
64cbeb4c9d
|
Merge branch 'dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Core/Services/EntityService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
src/Umbraco.Web/Cache/TemplateCacheRefresher.cs
src/umbraco.cms/businesslogic/template/Template.cs
|
2015-05-13 12:20:43 +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
|
3be1cd8b0d
|
Merge branch 'dev-v7' into 7.3.0
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/packages.config
|
2015-05-07 16:24:29 +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 |
|
Stephan
|
e358390211
|
Bugfix Xml cache - bad, bad Stephan
|
2015-05-06 11:10:04 +02:00 |
|
Shannon
|
8fa838e8fb
|
Fixes merge and re-code's the XmlCacheFilePersister to use ILogger
|
2015-05-05 12:44:19 +10:00 |
|
Shannon
|
2f9753cc12
|
Merge branch 'dev-v7' into 7.3.0
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/umbraco.presentation/content.cs
src/umbraco.macroRenderings/app.config
|
2015-05-05 12:27:01 +10:00 |
|
Sebastiaan Janssen
|
d607041ca4
|
U4-6450 Creating Partial View Macro without 'Create Macro' selected still tries to create a macro
#U4-6450 Fixed
|
2015-04-23 14:55:57 +02:00 |
|
kgiszewski
|
dc3e144493
|
Fix for U4-6530
|
2015-04-20 10:28:35 -04:00 |
|