Shannon
|
fbda4fc8d1
|
Fixes part of the failing tests
|
2017-10-09 17:49:01 +11:00 |
|
Stephan
|
cf450bebc3
|
Bugfix CombineStartNodes
|
2017-08-28 15:26:27 +02:00 |
|
Shannon
|
241fbb2144
|
combine start node tests
|
2017-08-28 23:06:31 +10:00 |
|
Stephan
|
a8c29644d4
|
U4-10023 - multiple start nodes
|
2017-07-26 08:35:08 +02:00 |
|
Stephan
|
964f3bae60
|
Optimize start nodes calc
|
2017-07-19 19:26:25 +02:00 |
|
Shannon
|
38cd3dcf94
|
Removes the AllStartNodeIds properties from IUser, updates all unit tests to work with the new methods, ensures the calculation is cached to the user object
|
2017-07-19 16:15:16 +10:00 |
|
Stephan
|
8c3f6dfc25
|
U4-10173 - refactor start nodes
|
2017-07-18 15:09:34 +02:00 |
|
Stephan
|
3ac64f18d2
|
Bugfix UserModelMapper
|
2017-07-17 15:08:45 +02:00 |
|
Shannon
|
25a79bc2fa
|
fixing tests
|
2017-06-23 11:43:58 +10:00 |
|
Shannon
|
dec9422531
|
Updated DB and business logic to support multiple starts nodes for a user and for user groups to have start nodes - U4-9915 User Groups will have a start node assigned and Users can have multiple start nodes assigned
|
2017-05-25 02:03:41 +10:00 |
|
Shannon
|
24e2547656
|
Merge branch 'u4-8632b' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-8632b
# Conflicts:
# src/Umbraco.Core/Models/Rdbms/UserGroup2NodePermissionDto.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/DatabaseSchemaCreation.cs
# src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserTypeRepository.cs
# src/Umbraco.Core/Persistence/RepositoryFactory.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/SectionService.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/NotificationsRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Web.UI/config/trees.config
# src/Umbraco.Web.UI/umbraco/users/PermissionEditor.aspx
# src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
|
2017-05-04 18:29:43 +10:00 |
|
Stephan
|
5446e4b0fc
|
U4-9322 - IScopeProviderInternal
|
2017-01-12 19:32:44 +01:00 |
|
Stephan
|
79c2400d27
|
U4-9322 - scope
|
2017-01-12 18:28:25 +01:00 |
|
Stephan
|
5e6f1a92ca
|
Merge branch origin/dev-v7 into dev-v7.6
|
2017-01-09 15:31:41 +01:00 |
|
Shannon
|
8be0f68390
|
Adds logic to validate an entity's path when it is used to GetDescendants, adds logic to fix an entity's path when it's state is going to be persisted when GetDescendants is used (i.e. MoveToRecycleBin), added this logic to Media too, adds unit tests to support
|
2017-01-05 10:29:03 +11:00 |
|
Stephan
|
f3a7ada586
|
U4-9250 - add keys to ctors
|
2016-12-22 11:10:45 +01:00 |
|
AndyButland
|
92010adce6
|
Permission checks on nodes for users and groups
|
2016-10-29 08:28:57 +02:00 |
|
AndyButland
|
b1800305b8
|
Removed user types and migrated them to groups. Returned to compiling state.
|
2016-10-28 09:20:52 +02:00 |
|
AndyButland
|
2d9aeb3aa1
|
Removed relationship between users and applications and got back to a compiling state.
Set up editing screens for group/node permissions.
|
2016-10-27 18:11:46 +02:00 |
|
Stephan
|
acae05d287
|
Merge branch origin/dev-v7 into dev-v7-deploy
|
2016-08-18 12:38:38 +02:00 |
|
Sebastiaan Janssen
|
de0bb494a5
|
Improving Build.bat and appveyor build output
Moving all Console.Write* to Debug.Print
|
2016-07-14 14:11:05 +02:00 |
|
Stephan
|
1f40043740
|
Hopefull fixing tests
|
2016-07-05 15:11:10 +02:00 |
|
Shannon
|
b5411a5402
|
Initial commit of refactor of better/more efficient in terms of mem and performance properpty selectors for our models, this also yields a much cleaner syntax. I have discovered one issue now which is that the PropertyChanged event now fires before the property value is actually set, this is why the lambda syntax existed before. Instead we can use a ref property for the SetPropertyValueAndDetectChanges methods which will work much nicer - and also potentially have less allocations.
|
2016-06-21 18:11:03 +02:00 |
|
Stephan
|
d37cbe6309
|
Merge branch 'dev-v7' into dev-v7-deploy
|
2016-01-25 16:21:20 +01:00 |
|
Shannon
|
48667bb50a
|
fixes more mapping, adds more tests.
|
2016-01-21 16:25:19 +01:00 |
|
Shannon
|
ad5043295f
|
cleans up more mappings, adds unit tests
|
2016-01-21 15:59:58 +01:00 |
|
Shannon
|
52b1a09de0
|
abstracts out the DocumentType, MemberType and MediaType editor models, since some contain different props than each other and now member properties contain different properties than each other. So we have a lot of generic insanity going on... it works though.
|
2016-01-21 15:01:55 +01:00 |
|
Stephan
|
ebae2ceb73
|
Merge 7.4.0 into dev-v7-deploy
|
2016-01-13 12:15:23 +01:00 |
|
Sebastiaan Janssen
|
5a62713de4
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html
|
2016-01-12 11:39:10 +01:00 |
|
Shannon
|
fb5faa3db7
|
Fixes tests, adds LanguageId to the interface
|
2016-01-07 18:59:59 +01:00 |
|
Stephan
|
a05c71ec85
|
Fix files and medias upload
|
2015-12-16 17:22:34 +01:00 |
|
Stephan
|
3fe235fa35
|
Sanitize content types .ContentTypeComposition and .PropertyTypes
|
2015-11-20 18:36:55 +01:00 |
|
Stephan
|
4c8da5cd48
|
Fix test due to various changes
|
2015-11-17 16:55:15 +01:00 |
|
Stephan
|
eb5589e064
|
Remove PropertyGroup.ParentId, sanitize Property groups/types
|
2015-11-17 16:55:14 +01:00 |
|
Stephan
|
6fd185df2d
|
Replace evil magic number with constant
|
2015-11-12 15:32:53 +01:00 |
|
Shannon
|
1b21e04dc2
|
WIP for model mappers to new content editor save model, udpates to js to use that
|
2015-10-06 17:19:08 +02:00 |
|
Stephan
|
9c9ba477aa
|
Merge dev-v7 into dev-v7-contenttypeeditor
Conflicts:
src/Umbraco.Core/Constants-ObjectTypes.cs
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/loader.dev.js
src/Umbraco.Web.UI.Client/src/views/content/recyclebin.html
src/Umbraco.Web.UI.Client/src/views/datatype/edit.html
src/Umbraco.Web.UI.Client/src/views/media/recyclebin.html
src/Umbraco.Web/Umbraco.Web.csproj
|
2015-09-16 13:25:32 +02:00 |
|
Stephan
|
e577648efd
|
U4-7048 - refresh IFile instances from disk
|
2015-09-08 11:34:34 +02:00 |
|
Per Ploug Krogslund
|
0f4596c897
|
Cleanup the mappers and the display classes
|
2015-08-19 22:38:08 +02:00 |
|
Shannon
|
8521dfb0d7
|
Fixes issue that you could not remove a property group, fixes issue that the inherited flag during mapping wasn't set on a standalone parent property group, updated/created tests to support.
|
2015-07-13 15:29:00 +02:00 |
|
Shannon
|
1e8bee9826
|
Fixes mapping tests, simplifies property group mappings, adds another test to test composition mappings.
|
2015-07-13 13:42:40 +02:00 |
|
Shannon
|
8ec397e4ae
|
Updates mappings to ensure the underlying logic in the ContentType classes is used when using AddPropertyGroup and AddPropertyType
|
2015-06-06 11:32:21 +02:00 |
|
Shannon
|
f2f29eaa8e
|
Fixes up some more mappings, adds another test to simulate persisting an updated type from the display model - which isn't working so need to fix more.
|
2015-06-05 16:13:13 +02:00 |
|
Shannon
|
a483ec306c
|
fixed up more mappings and tests
|
2015-06-05 11:59:45 +02:00 |
|
Shannon
|
087c07bcbd
|
started updating the content type mapping.
|
2015-06-04 16:52:22 +02:00 |
|
Per Ploug
|
bd1de4559d
|
Adjusting the content type display model
|
2015-06-02 11:57:43 +02:00 |
|
Per Ploug
|
7a53af95e4
|
Fixes CT mapping
Should now have the correct properties on each tab according to
inheritance, also includes a content type ID on each tab
|
2015-05-26 16:43:03 +02:00 |
|
Per Ploug
|
1bfe7840a9
|
Added composite types to the ct mapper
|
2015-05-20 20:56:51 +02:00 |
|
Per Ploug
|
b43f0a0986
|
Fixed up a couple of mapping errors
|
2015-05-19 11:57:49 +02:00 |
|
Shannon
|
b9120698ba
|
Adds more mapping logic for content type mappers, creates unit tests for them, adds some missing required properties that will be needed for editing, adds lots of notes.
|
2015-05-19 11:17:23 +10:00 |
|