This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e2ac82abca757897b367405dd3faa95988b2e92d
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
History
Shannon
e2ac82abca
Gets most of the User and UserType legacy objects wrapping the new services, yay! Now just need to sort out all the caching stuff which I have tasks for.
2014-01-23 18:44:41 +11:00
..
Caching
Fixes: U4-4005 Member custom properties not saving from code, only from backend, wraps more of the getter functions in legacy member class with new member service methods, fixes paged result method when there are no results.
2014-01-13 18:36:08 +11:00
DatabaseAnnotations
…
DatabaseModelDefinitions
…
Factories
fixes provider user key issue
2014-01-08 18:12:07 +11:00
FaultHandling
…
Mappers
Simplifies and streamlines the models used between IMember and IUser along with the services used for both of these entities.
2014-01-06 11:04:26 +11:00
Migrations
Fixes User Id issues with HasIdentity, wraps legacy UserType to the new service, fixes the uninstalling db schema to not throw exceptions and clog up the unit test log.
2014-01-23 17:11:58 +11:00
Querying
More WIP on the membership providers - both new and old. They are now both working with the same up-to-date logic and base classes. Updated the interface definitions on the member services to support the membership provider queries - now to implement the logic.
2013-12-20 14:01:10 +11:00
Relators
Gets the members services ensuring members xml is being handled correctly, fixes issue with the static variable holding the default member type properties (this was then persisted in mem and then reused across all member types). Added more unit tests to verify all.
2013-12-17 15:40:47 +11:00
Repositories
Finishes wrapping the member service and fixes a few bugs - ensures the RepositoryBase doesn't keep enumerating when getting all
2014-01-23 12:30:28 +11:00
SqlSyntax
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
2014-01-09 18:08:13 +11:00
UnitOfWork
backports data type service updates and fixes unit tests with correct seeding value.
2013-12-16 17:17:23 +11:00
DatabaseFactory.cs
…
DatabaseProviders.cs
…
DefaultDatabaseFactory.cs
…
IDatabaseFactory.cs
…
PetaPoco.cs
…
PetaPocoCommandExtensions.cs
…
PetaPocoConnectionExtensions.cs
…
PetaPocoExtensions.cs
Merge branch '6.2.0' of
https://github.com/umbraco/Umbraco-CMS
into 6.2.0
2013-12-18 10:00:47 +01:00
PetaPocoSqlExtensions.cs
…
RepositoryFactory.cs
Gets most of the User and UserType legacy objects wrapping the new services, yay! Now just need to sort out all the caching stuff which I have tasks for.
2014-01-23 18:44:41 +11:00
RepositoryResolver.cs
…
TransactionType.cs
…
UmbracoDatabase.cs
…