Warren Buckley
|
872932145f
|
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
|
2018-11-06 13:26:32 +00:00 |
|
Warren Buckley
|
2b9720d18b
|
Warnings cleanup - Another unused variable
|
2018-11-06 13:25:36 +00:00 |
|
Claus
|
f764b46b8e
|
Merge pull request #3429 from umbraco/temp8-231-send-to-publish-with-variants
v8 - send to publish with variants
|
2018-11-06 14:19:28 +01:00 |
|
Claus
|
8f43451519
|
Merge pull request #3503 from kjac/feature-angular-stylesheets-editing-in-tabs
V8: Angular implementation of stylesheets editing
|
2018-11-06 13:52:32 +01:00 |
|
Shannon
|
9b1d9e02bf
|
Gets publishing validation working with scheduled cultures, cleans up some code, removes Status from IContent into an extension method
|
2018-11-06 21:33:24 +11:00 |
|
Warren Buckley
|
1ef487b7da
|
Removing last of log entries that do string concat or interpolation & updates to use MessageTemplate format instead
|
2018-11-06 10:25:35 +00:00 |
|
Shannon
|
24360a762c
|
Adds change tracking to the schedule collection, updates the DocumentRepository to add logic to fetch the schedule, adds/updates tests, all green
|
2018-11-05 17:20:26 +11:00 |
|
Shannon
|
0d35a6a140
|
Gets all tests fixed up, now to write some more
|
2018-11-05 13:59:55 +11:00 |
|
Kenn Jacobsen
|
d0e6d0af2f
|
Merge branch 'temp8' into feature-angular-stylesheets-editing-in-tabs
|
2018-11-02 08:46:57 +01:00 |
|
Shannon
|
f223024164
|
Got database and persistence models in place for scheduled publishing, now need to start writing tests, fixing tests and cleaning up fixme statements
|
2018-11-02 14:55:34 +11:00 |
|
Kenn Jacobsen
|
2a312a7f21
|
Format the style rules nicely and add tests to back it up
|
2018-11-01 15:33:03 +01:00 |
|
Shannon
|
2320b51df2
|
Removes old TemplateDto.Design column
|
2018-11-01 16:18:13 +11:00 |
|
Shannon
|
c5181607de
|
Merge branch 'temp8' into temp8-231-send-to-publish-with-variants
# Conflicts:
# src/Umbraco.Web/Components/NotificationsComponent.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/NotificationServiceExtensions.cs
# src/Umbraco.Web/Trees/LegacyTreeDataConverter.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/SendPublish.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs
|
2018-11-01 14:02:43 +11:00 |
|
Shannon
|
83f1bbf6bd
|
Merge remote-tracking branch 'origin/temp8' into temp8-231-send-to-publish-with-variants
# Conflicts:
# src/Umbraco.Core/Services/Implement/ContentService.cs
|
2018-11-01 13:37:18 +11:00 |
|
Shannon
|
6121479258
|
Merge remote-tracking branch 'origin/temp8' into temp8-3130-examine-indexing-variant-switching
# Conflicts:
# src/Umbraco.Tests/Services/ContentServiceTests.cs
|
2018-11-01 10:31:26 +11:00 |
|
Shannon
|
047bce17bf
|
Cleans up more IContentService and IMediaService and removes any string filtering methods
|
2018-11-01 10:28:53 +11:00 |
|
Shannon
|
76a8cd6dcf
|
Changes recycle bin service queries to paged
|
2018-11-01 10:22:45 +11:00 |
|
Warren Buckley
|
c01cdf2fdb
|
Merge pull request #3479 from umbraco/temp8-IAction-cleanup
v8 IAction cleanup
|
2018-10-31 14:18:38 +00:00 |
|
Shannon
|
ae5bda0910
|
Streamlines IMediaService to be consistent with IContentService for paging and using the Ordering class
|
2018-11-01 00:21:52 +11:00 |
|
Shannon
|
b8d1dd7684
|
Cleans up paged methods of IContentService to use the Ordering parameter for consistency
|
2018-11-01 00:05:17 +11:00 |
|
Shannon
|
40eafe57b1
|
Fixes tests
|
2018-10-31 22:38:58 +11:00 |
|
Warren Buckley
|
881ea22efe
|
Fix lang typo in ContentService & fix up the breaking unit test
|
2018-10-31 10:24:40 +00:00 |
|
Shannon
|
437bf978a1
|
Removes non paged GetChildren and GetDescendants from content service
|
2018-10-31 18:01:39 +11:00 |
|
Shannon
|
a383309e46
|
Gets indexes updating based on content type changes
|
2018-10-30 17:32:27 +11:00 |
|
Shannon
|
1805d30aaf
|
Merge remote-tracking branch 'origin/temp8' into temp8-remove-legacy-drop-downs
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
|
2018-10-30 02:20:24 +11:00 |
|
Shannon
|
b8a65febf4
|
Merge remote-tracking branch 'origin/temp8' into temp8-IAction-cleanup
# Conflicts:
# src/Umbraco.Tests/Composing/ActionCollectionTests.cs
# src/Umbraco.Web/Models/Trees/MenuItem.cs
# src/Umbraco.Web/_Legacy/Actions/Action.cs
# src/Umbraco.Web/_Legacy/Actions/ActionAssignDomain.cs
# src/Umbraco.Web/_Legacy/Actions/ActionBrowse.cs
# src/Umbraco.Web/_Legacy/Actions/ActionChangeDocType.cs
# src/Umbraco.Web/_Legacy/Actions/ActionCopy.cs
# src/Umbraco.Web/_Legacy/Actions/ActionCreateBlueprintFromContent.cs
# src/Umbraco.Web/_Legacy/Actions/ActionDelete.cs
# src/Umbraco.Web/_Legacy/Actions/ActionEmptyTranscan.cs
# src/Umbraco.Web/_Legacy/Actions/ActionExport.cs
# src/Umbraco.Web/_Legacy/Actions/ActionImport.cs
# src/Umbraco.Web/_Legacy/Actions/ActionMove.cs
# src/Umbraco.Web/_Legacy/Actions/ActionNew.cs
# src/Umbraco.Web/_Legacy/Actions/ActionNotify.cs
# src/Umbraco.Web/_Legacy/Actions/ActionNull.cs
# src/Umbraco.Web/_Legacy/Actions/ActionPackage.cs
# src/Umbraco.Web/_Legacy/Actions/ActionPackageCreate.cs
# src/Umbraco.Web/_Legacy/Actions/ActionProtect.cs
# src/Umbraco.Web/_Legacy/Actions/ActionPublish.cs
# src/Umbraco.Web/_Legacy/Actions/ActionRePublish.cs
# src/Umbraco.Web/_Legacy/Actions/ActionRefresh.cs
# src/Umbraco.Web/_Legacy/Actions/ActionRestore.cs
# src/Umbraco.Web/_Legacy/Actions/ActionRights.cs
# src/Umbraco.Web/_Legacy/Actions/ActionRollback.cs
# src/Umbraco.Web/_Legacy/Actions/ActionSort.cs
# src/Umbraco.Web/_Legacy/Actions/ActionToPublish.cs
# src/Umbraco.Web/_Legacy/Actions/ActionTranslate.cs
# src/Umbraco.Web/_Legacy/Actions/ActionUnPublish.cs
# src/Umbraco.Web/_Legacy/Actions/ActionUpdate.cs
# src/Umbraco.Web/_Legacy/Actions/ContextMenuSeperator.cs
# src/Umbraco.Web/_Legacy/Actions/IAction.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/TreeMenu/ActionDeleteRelationType.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/TreeMenu/ActionNewRelationType.cs
|
2018-10-29 23:35:24 +11:00 |
|
Stephan
|
f4b970e887
|
Fix timing-dependent test
|
2018-10-29 11:21:30 +01:00 |
|
Shannon
|
bae9bb6108
|
Initial cleanup of IActions, menu items, etc...
|
2018-10-29 17:27:33 +11:00 |
|
Stephan
|
eee7222e0b
|
Refactor filesystems
|
2018-10-26 16:06:45 +02:00 |
|
Stephan
|
a12778fd94
|
Cleanup IContainer
|
2018-10-26 16:06:45 +02:00 |
|
Stephan
|
246b9e5af8
|
Cleanup
|
2018-10-26 16:06:45 +02:00 |
|
Stephan
|
2b1ba45801
|
Cleanup, refactor components
|
2018-10-26 16:06:45 +02:00 |
|
Stephan
|
9958436f3b
|
Merge branch 'temp8-di2690' into temp8-di2690c
|
2018-10-26 16:06:27 +02:00 |
|
Stephan
|
a4c81b269f
|
Merge branch temp8 into temp8-di2690
|
2018-10-26 15:10:20 +02:00 |
|
Mads Rasmussen
|
78d4b452f5
|
Merge branch 'v8-feature-action-ellipsis' of git://github.com/kjac/Umbraco-CMS into kjac-v8-feature-action-ellipsis
# Conflicts:
# src/Umbraco.Web/_Legacy/Actions/ActionUnPublish.cs
|
2018-10-26 09:59:57 +02:00 |
|
Shannon
|
3d29c0381e
|
small refactor of trees for single page apps sections and some cleanup, puts the back button for dictionary back in with the correct route
|
2018-10-26 14:18:42 +11:00 |
|
Shannon Deminick
|
336f29fa3b
|
Merge pull request #3420 from dawoe/temp-3419
V8- #3419 - Fix dictionary tree
|
2018-10-26 13:39:42 +11:00 |
|
Shannon Deminick
|
9453bb06e8
|
Merge pull request #3435 from umbraco/temp8-3129
Temp8 3129
|
2018-10-26 13:22:09 +11:00 |
|
Warren Buckley
|
972dc56d9a
|
More dupe using's declared & tidied up - total number of warnings now at 48
|
2018-10-25 21:58:39 +01:00 |
|
Kenn Jacobsen
|
4cfac8da16
|
Make it possible to add ellipsis on actions that invokes dialogs by means of OpensDialog on IAction
|
2018-10-25 14:54:36 +02:00 |
|
Stephan
|
4dac5cc7a2
|
Merge branch temp8-di2690 into temp8-di2690c
|
2018-10-25 11:25:55 +02:00 |
|
Stephan
|
8af1da3661
|
Merge branch temp8 into temp8-di2690
|
2018-10-25 10:59:49 +02:00 |
|
Stephan
|
a8110a0886
|
Merge branch temp8 into temp8-3129
|
2018-10-25 10:32:05 +02:00 |
|
Dave Woestenborghs
|
fe0176f97c
|
Fixed unit test
|
2018-10-25 08:59:13 +02:00 |
|
Shannon
|
ca6fd56f09
|
Gets send to publish emails working for variants
|
2018-10-25 17:21:10 +11:00 |
|
Shannon
|
de313a5d19
|
Adds tests for verifying remember dirty properties on content
|
2018-10-25 16:09:58 +11:00 |
|
Stephan
|
638f8b57b3
|
Fix content type variant changes
|
2018-10-24 18:47:17 +02:00 |
|
Stephan
|
56b9d36f53
|
Add content type variant changes tests
|
2018-10-24 18:47:13 +02:00 |
|
Shannon
|
81c7a1de78
|
Cleans up the notification system, removes coupling on System.Web, simplifies the whole thing, removes old legacy files, adds sort event, moves sort notification to be event based and not part of the controller
|
2018-10-24 23:55:55 +11:00 |
|
Dave Woestenborghs
|
8262269592
|
Make sure indexes are created as unique when using .Unique() syntax builder (#3319) (#3363)
|
2018-10-24 11:51:07 +02:00 |
|