Shannon
bcae3afa45
fixes null check on tag extractor
2014-07-07 16:21:53 +10:00
Shannon
efda233fcf
super quick performance win in the case where people don't pass in distinct values
2014-07-01 17:40:41 +10:00
Shannon
8645e0b193
Fixes: U4-5140 Tags are not respected with bulk publish operations - just need to ensure all tests are passing and run some local tests
2014-07-01 12:53:07 +10:00
Shannon
f3c7533796
Potentially fixes U4-5069 Deadlock occurring in MemberService.GetByUsername
2014-07-01 10:43:44 +10:00
Shannon
59116fc7fa
un-does the tag export/import, instead need to look at the internal of a simple publish (without save) to see if tags get written or not.
2014-06-30 17:05:34 +10:00
Shannon
1e1d49f305
fixes U4-5140 Package installation for content does not respect tags, however need to check with Morten if it's required because if we never actually publish content on package install then this wouldn't really matter. But surely we must publish on package install for some thing because starter kits are published... hrm.
2014-06-30 16:43:51 +10:00
Sebastiaan Janssen
5bee398d09
#U4-3838 fixed Due in version 7.1.5
...
Fixes ContentService Copy uses IOHelper.MapPath but should use fs.GetFullPath and a few other instances where IOHelper was used
2014-06-27 17:22:51 +02:00
Sebastiaan Janssen
c53d812742
#U4-3154 Fixed Deleting single media item in recycle bin does not use the FileSystemProvider
2014-06-27 16:26:22 +02:00
Morten Christensen
097014454f
Fixing issue in MacroRepository which was causing a test to fail.
...
Changing the alias of a macro property didn't alias work, so added a fallback to the Id of the property in the cases where the Alias wouldn't work.
2014-06-27 12:42:15 +02:00
Morten Christensen
48143bc0c3
Minor updates to the Package installation and extraction as part of PR #417
2014-06-27 12:37:56 +02:00
Morten Christensen
75c26e4d92
Merge pull request #417 from netmester/package_installer_service
...
Package installer service
2014-06-27 10:58:10 +02:00
Shannon
303aa07235
migrates most of the xml serialization from the packaging service to the EntityXmlSerializer
2014-06-26 17:32:38 +10:00
Shannon
b404cc6438
Fixes: U4-5141 Packager doesn't respect 'allow at root' or 'list view'
2014-06-26 17:18:00 +10:00
Shannon
0f7c407a7c
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
...
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/UmbracoCms.nuspec
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/Services/LocalizationServiceTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
2014-06-26 11:51:25 +10:00
Shannon
582bafdefd
Updates version
2014-06-26 10:02:09 +10:00
Shannon
9924ef2381
Merge branch '6.2.1' into 6.2.2
2014-06-26 09:57:16 +10:00
Morten Christensen
12cdd3326a
The CopyFile extension method was not disposing the file stream, so any attempt to delete the source file afterwards would fail.
...
Removing unused using statements.
2014-06-25 16:00:21 +02:00
Shannon
53c1c97aeb
Merge branch '7.1.5' of https://github.com/umbraco/Umbraco-CMS into 7.1.5
2014-06-25 11:01:03 +10:00
Shannon
5011eee037
fixes merge issue
2014-06-25 11:00:53 +10:00
jakobdyrby
8c36a683e6
Change some class from public to internal
2014-06-24 11:27:04 +02:00
Tom Fulton
a23fb7bc74
Support virtual paths when defining PropertyEditors via Attributes (U4-5128)
2014-06-23 12:16:14 -04:00
Shannon
2ccec3be33
Merge remote-tracking branch 'origin/6.2.1' into 7.1.5
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/LegacyScheduledTasks.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/publishingService.cs
2014-06-23 15:08:04 +10:00
Morten Christensen
3af3e054d7
Minor refactoring of the MigrationRunner to allow a bit more flexibility for using it for non-Core migrations.
...
Allowing the list of migrations to be changed through the two migration events using the MigrationEventArgs.
2014-06-20 12:57:33 +02:00
Shannon
9158ea1ace
fixes url returned in GetCurrentServerUmbracoBaseUrl
2014-06-20 14:45:45 +10:00
Shannon
e8f7f77bb6
Fixes: U4-581 Automatic publishing not working in load balanced setup - added some more convention and configuration to distributed calls so that servers are aware of the master and how to call into themselves for scheduled tasks, ping and scheduled publishing. Will need to update the docs on LB regarding this too. Cleaned up the code that does the scheduling and separates it into proper segments. Obsoletes the old presentation classes that were doing it.
2014-06-20 14:34:21 +10:00
Shannon
56111be82d
Properly fixes: U4-4893 Inconsistent display of file extensions in the UI
2014-06-18 17:11:47 +10:00
jakobdyrby
3e0cd0a605
Now it works with a notimplimentet exception
2014-06-17 09:13:54 +02:00
jakobdyrby
7ec13146b2
more revert
2014-06-17 07:34:49 +02:00
jakobdyrby
48e0e5da75
revert to org files
2014-06-17 07:31:22 +02:00
jakobdyrby
448bfc166f
revert to org files
2014-06-17 07:12:59 +02:00
jakobdyrby
7b48a59ca2
added events
2014-06-17 07:06:07 +02:00
Morten Christensen
6f27f839e0
Related to U4-4199 lets get rid of all these Console.WriteLine's
2014-06-16 16:29:15 +02:00
jakobdyrby
f7e046deaf
Undo some non changes
2014-06-16 14:01:59 +02:00
jakobdyrby
09b34625b9
removed change to src/Umbraco.Core/Services/DataTypeService.cs
2014-06-16 13:58:50 +02:00
jakobdyrby
3c6bf1ce92
Removed some complex objects that didn't need to be complex
2014-06-16 12:13:01 +02:00
jakobdyrby
dfb08b9ec7
Removed IStyleSheet
2014-06-16 12:13:00 +02:00
jakobdyrby
eef7ce45d3
cleanup
2014-06-16 12:13:00 +02:00
jakobdyrby
697d4e3b23
more logical code
2014-06-16 12:12:59 +02:00
jakobdyrby
6d77121c05
Test for support stylesheets
2014-06-16 12:12:58 +02:00
jakobdyrby
a7928f87ee
small ajustments
2014-06-16 12:12:58 +02:00
jakobdyrby
bb71efd4fa
Move moving classes around
2014-06-16 12:12:57 +02:00
jakobdyrby
48b60961b5
removed unused code
2014-06-16 12:12:56 +02:00
jakobdyrby
2bea8c5691
back to const
2014-06-16 12:12:56 +02:00
jakobdyrby
32ed0de4f6
Moved and renamed classes to fit standard
2014-06-16 12:12:55 +02:00
jakobdyrby
c67f0baf74
Method renaming and zip allowed
2014-06-16 12:12:54 +02:00
jakobdyrby
95ff1a03fb
some renaming
2014-06-16 12:12:53 +02:00
jakobdyrby
c0b22c4349
renamed a class
2014-06-16 12:12:53 +02:00
jakobdyrby
5d3d2e9331
added comments to IUnpackHelper
2014-06-16 12:12:52 +02:00
jakobdyrby
de266351d1
Refactoring to move redundant code and added sanity check for doublet filenames in package
2014-06-16 12:12:52 +02:00
jakobdyrby
f8b4caea85
Fixes
...
now the package does not die hard if data type not found
directories in umb packages are now ignored - not sure if this is th right behaver
small logical errors
2014-06-16 12:12:51 +02:00