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
ae47ad882d13d347045e58d3c6e2b5d3a01b521c
Umbraco-CMS
/
src
/
Umbraco.Core
/
Persistence
History
Shannon
2babb2373d
ensures new member types have correct default icon
2014-10-28 12:17:05 +10:00
..
Caching
adds a couple of benchmark tests if we need to refer to them in the future (they are ignored so won't run as part of the normal build)
2014-08-20 19:36:03 -06:00
DatabaseAnnotations
…
DatabaseModelDefinitions
Ensures not to add new indexes if they already exist
2014-03-12 18:37:22 +11:00
Factories
Fixes: U4-5583 Can no longer link to Media Items from RTE in 6.2.3 - Due to a cherry pick/merge issue since the newer 7.x EntityRepository deals with NVarchar and NText values whereas the 6.x one did not. Have backported the mapping poco classes to now also support NVarchar and NText for the EntityRepository. Have also fixed the basic query to ensure that there are no left joins before inner joins which can also cause problems. Fixed up the duplicate where clause. Adds more tests to entity service.
2014-10-08 17:13:28 +11:00
FaultHandling
…
Mappers
streamline repo's get by paged results to have a zero based index for page index/number. Refactors member repo to use the same queries as content/media (U4-5469) this should save a lot of perf
2014-09-16 23:21:27 +10:00
Migrations
adds note
2014-10-24 17:15:38 +10:00
Querying
reverts IQuery
2014-10-08 17:26:55 +11:00
Relators
Gets all content, media, members to get paged queries consistently, fixed up issues with the page sql created for SQL server, need to test mysql. Removes the non-needed readonly dtos for members, since we are retrieving property values consistenty between all repositories.
2014-09-18 00:51:30 +10:00
Repositories
ensures new member types have correct default icon
2014-10-28 12:17:05 +10:00
SqlSyntax
Working on: U4-4133 Database key changes are not fixed in the Umbraco 7 installer!
2014-10-16 11:24:29 +10:00
UnitOfWork
Updates PartialView & PartialViewMacros models/services/repositories, streamlines their operations, fixes up other underlying problems with the FileRepository, fixes tree syncing for partial views, partial view macros and scripts, fixes scripts being created in folders, allows partial views and partial view macros to be managed and created in folders, fixes FileUnitOfWork to use a queue, publicizes some internal test classes, fixes tree syncing when dealing with invariant case, adds correct validation to the create dialogs of scripts and partial views (and partial view macros)
2014-10-22 16:44:45 +10:00
DatabaseFactory.cs
…
DatabaseProviders.cs
…
DbConnectionExtensions.cs
Fixes up the dbconnection checker to work with all supported db types.
2014-03-13 20:14:56 +11:00
DefaultDatabaseFactory.cs
…
EntityNotFoundException.cs
Created a EntityNotFoundException to use when we are expecting an umbraco entity found. Updates some code to use this exception.
2014-02-17 11:50:13 +11:00
IDatabaseFactory.cs
…
PetaPoco.cs
Backports fixes to SQL parameterization and PetaPoco mem updates
2014-09-29 16:46:37 +02:00
PetaPocoCommandExtensions.cs
…
PetaPocoConnectionExtensions.cs
…
PetaPocoExtensions.cs
Amends CreateTable, so if 'overwrite' is enabled, the table is dropped, then recreated.
2014-08-20 10:46:37 +02:00
PetaPocoSqlExtensions.cs
Backports fixes to SQL parameterization and PetaPoco mem updates
2014-09-29 16:46:37 +02:00
RepositoryFactory.cs
Updates PartialView & PartialViewMacros models/services/repositories, streamlines their operations, fixes up other underlying problems with the FileRepository, fixes tree syncing for partial views, partial view macros and scripts, fixes scripts being created in folders, allows partial views and partial view macros to be managed and created in folders, fixes FileUnitOfWork to use a queue, publicizes some internal test classes, fixes tree syncing when dealing with invariant case, adds correct validation to the create dialogs of scripts and partial views (and partial view macros)
2014-10-22 16:44:45 +10:00
RepositoryResolver.cs
…
TransactionType.cs
…
UmbracoDatabase.cs
…