Shannon
|
8b2d1b8eab
|
Fixed Template model class to not have it's own NodePath property which was always null since it wasn't mapped (and there was no point in it).
|
2013-07-24 10:11:05 +10:00 |
|
Shannon
|
80394f08fb
|
Fixed runtime cache provider issues & unit tests.
|
2013-07-24 09:36:01 +10:00 |
|
Sebastiaan Janssen
|
a1037ce43c
|
Fixes U4-2187 - Enable support for MySQL on Linux
|
2013-07-23 15:38:26 +02:00 |
|
Sebastiaan Janssen
|
2cd2f3741d
|
Merge branch '6.1.2' of https://github.com/stevetemple/Umbraco-CMS into stevetemple-6.1.3
|
2013-07-23 15:20:28 +02:00 |
|
Sebastiaan Janssen
|
e634dba4ea
|
2nd attempt: U4-2514 Checkboxlist prevalues in packages broken
|
2013-07-23 13:16:18 +02:00 |
|
Shannon
|
d1eb8fd9eb
|
Obsoletes UmbracoFile with new UmbracoMediaFile in the Core assembly and wraps the legacy class to use the new one. Improves performance of UmbracoMediaFile by ensuring any IO is lazy loaded and then saved to a local property so it doesn't need to re-read the file for things like length/size.
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
|
2013-07-23 17:59:44 +10:00 |
|
Shannon
|
2e91c89c02
|
Fixes null check for changes to RuntimeCacheProvider
|
2013-07-23 14:00:52 +10:00 |
|
Shannon
|
8be54ba0cc
|
Fixes: U4-1970 v6 API - need to implement caching for templates since we're doing a db lookup on a front-end request. This is a temporary fix until we implement the ApplicationCache properly but it still works by utilizing the existing RuntimeCacheProvider singleton. I've tweaked this provider as well to ensure we use the HttpRuntime.Cache when it is available (during a web session). We don't want to have a seperate caching bucket so that IIS can manage cache memory properly. Have ensured that the template cache is cleared when templates are updated/removed.
|
2013-07-23 11:46:18 +10:00 |
|
Shannon
|
3da7682415
|
reverted change for U4-2514 as this change will cause other unwanted problems. Added logging for DefaultDataKeyValue instead of blindly swallowing an exception.
|
2013-07-23 10:50:48 +10:00 |
|
Sebastiaan Janssen
|
775892ff5a
|
U4-2514 Checkboxlist prevalues in packages broken
|
2013-07-22 16:23:16 +02:00 |
|
Sebastiaan Janssen
|
90cfd004cb
|
Merge branch 'wip-u4-1949' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-wip-u4-1949
|
2013-07-19 15:41:15 +02:00 |
|
Sebastiaan Janssen
|
8740848aac
|
Merge pull request #42 from michielvoo/u4-232
Enabled support for integrated security for SQL Server to the installer.
Conflicts:
src/Umbraco.Web.UI/install/steps/database.ascx
|
2013-07-19 13:29:07 +02:00 |
|
Shannon
|
1c70570078
|
Fixes : U4-2055 Unpublish Date Bug in Umbraco 6.0.3 -> with unit test to ensure that all dates are formatted as ISO date standards when used in SQL
|
2013-07-17 14:16:38 +10:00 |
|
Shannon
|
d8aad718d5
|
Fixed broken unit test
|
2013-07-17 11:28:46 +10:00 |
|
Shannon
|
0296c646cb
|
Fixes up a small code issue for U4-2505
|
2013-07-16 11:45:28 +10:00 |
|
Sebastiaan Janssen
|
1e129bcc4d
|
Fixes U4-2505 umbraco 6.1.2 throws System.NullReferenceException on the first publish after site compilation
|
2013-07-15 16:16:39 +02:00 |
|
Sebastiaan Janssen
|
aa327696fe
|
Fixes U4-2354 MiniProfiler - Show SQL parameter values and more stacktrace info
Refactored duplicate code
|
2013-07-10 12:35:21 +02:00 |
|
Shannon
|
868edee5e6
|
Fixes: #U4-2161 - permissions inheritance. Fixes up how user permissions cache is invalidated and looked up (it is now lazy and not forced). User permissions are also cached as a low priority for now and only for 20 mins based on #U4-2474.
|
2013-07-09 11:47:46 +10:00 |
|
Shannon
|
b91d0bb117
|
Updates ContentRepository to bulk insert all parent permissions at once (overload to the AssignEntityPermissions method)
|
2013-07-09 10:08:31 +10:00 |
|
Shannon
|
3c4cf56309
|
Fixes: #U4-2475
|
2013-07-08 18:47:53 +10:00 |
|
Shannon
|
b7f6195791
|
Started adding base PermissionsRepository for sub classes to use for assigning permissions, created a BulkImport extension methods for PetaPoco with tests since we'll be needing that for assigning permissions in a nice way. Wrote unit tests for all sql gen for permissions and assigning permissions. This all starts fixing #U4-2161 but there's still a bit more work to do.
|
2013-07-08 17:29:26 +10:00 |
|
Morten Christensen
|
173d388c12
|
Fixes #U4-2450
|
2013-07-04 12:31:31 +02:00 |
|
Morten Christensen
|
b1285fa7e3
|
Add missing id to unique naming overload
|
2013-07-04 12:31:10 +02:00 |
|
Morten Christensen
|
e34c857f6c
|
A bit of refactoring around unique naming, and implementing it for media as well
|
2013-07-04 11:22:59 +02:00 |
|
Morten Christensen
|
7ff0e6cd4b
|
Fixes #U4-2458
|
2013-07-04 10:50:02 +02:00 |
|
Morten Christensen
|
8465b4e556
|
Merge branch '6.1.3' of https://github.com/umbraco/Umbraco-CMS into 6.1.3
|
2013-07-03 12:34:52 +02:00 |
|
Morten Christensen
|
30835797ff
|
Merge branch '6.1.3' of https://github.com/umbraco/Umbraco-CMS into 6.1.3
|
2013-07-03 11:47:09 +02:00 |
|
Shannon
|
4077a01a6b
|
Fixes: #U4-2344 - fixes examine re-indexing for media and a null check for DataType.Data
|
2013-07-03 19:47:06 +10:00 |
|
Shannon
|
da545b890b
|
Updated UserRepository to not contain the general query methods, we do those in the service.
|
2013-07-03 19:26:28 +10:00 |
|
Morten Christensen
|
9d4e1362c4
|
Updating nuget references for ASP.NET MVC, Razor, WebPages and WebApi to latest patch release
|
2013-07-03 11:11:37 +02:00 |
|
Shannon
|
d3b69e04e1
|
Updated IUserService and added more unit tests for new methods. Fixed unit tests that were failing due to incorrectly set settings... not sure how this is working on the server but oh well.
|
2013-07-03 19:01:37 +10:00 |
|
Shannon
|
d67480e98b
|
Updated UserService, didn't need one of the methods on there, updated the unit tests to test all the other methods.
|
2013-07-03 17:09:14 +10:00 |
|
Shannon
|
5d76ead469
|
backported changes to IUserRepository from v7
|
2013-07-03 16:52:00 +10:00 |
|
Shannon
|
2796100067
|
added another unit test.
|
2013-07-03 16:45:56 +10:00 |
|
Shannon
|
a132f609d7
|
backports changes for -> Finished upgrading the UserRepository and entities to properly support Users' Allowed Sections & streamlines Persistence/Mappers with less code duplication.
|
2013-07-03 16:40:22 +10:00 |
|
Sebastiaan Janssen
|
ffce1a3e6b
|
Open new branch for 6.1.3
|
2013-06-28 14:44:56 +02:00 |
|
Morten Christensen
|
b0f4cb7d02
|
Merge branch '6.0.7' into 6.1.2
|
2013-06-28 13:30:04 +02:00 |
|
Morten Christensen
|
f809dec874
|
Updating repository factory to inject unique name setting into ContentRepository
|
2013-06-28 13:28:03 +02:00 |
|
Morten Christensen
|
2477500045
|
Fixes #U4-2414 and removes internal usage of action handlers Yay!
|
2013-06-28 13:27:23 +02:00 |
|
Morten Christensen
|
4368f15097
|
Updating nuspec files which is a bit different for 6.1.x then 6.0.x
|
2013-06-27 15:36:25 +02:00 |
|
Morten Christensen
|
b1db99f639
|
Fixing issue in previous fix for #U4-2182
|
2013-06-27 10:57:49 +02:00 |
|
Morten Christensen
|
ccbb838cef
|
Fixing another part of #U4-2186
|
2013-06-27 10:56:45 +02:00 |
|
Steve Temple
|
b12f60e443
|
Allow for absolute URLs as well as virtual in ResolveUrl to allow for FileSystemProviders that use CDNs
|
2013-06-27 00:04:37 +01:00 |
|
Sebastiaan Janssen
|
0d5ec8bfd5
|
Merge branch '6.0.7' into 6.1.2
|
2013-06-26 20:57:32 +02:00 |
|
Sebastiaan Janssen
|
5f67e85471
|
Merge branch '6.0.7' of github.com:umbraco/Umbraco-CMS into 6.0.7
|
2013-06-26 20:55:11 +02:00 |
|
Sebastiaan Janssen
|
d9228c368f
|
Fixes U4-2404 Photo gallery broken on Azure - Since the template saving routine is doing ToSafeAlias, we should also do it when setting the default template
|
2013-06-26 20:54:36 +02:00 |
|
Morten Christensen
|
8226505e5b
|
Merge branch '6.0.7' into 6.1.2
|
2013-06-26 15:55:49 +02:00 |
|
Morten Christensen
|
41b8de09b7
|
Fixes U4-2234 including test case from issue
|
2013-06-26 15:49:00 +02:00 |
|
Morten Christensen
|
bbf06cd13d
|
Fixes U4-2234
|
2013-06-26 14:31:36 +02:00 |
|
Morten Christensen
|
639cb17741
|
Fixes U4-2182 and U4-2167
|
2013-06-26 14:31:10 +02:00 |
|