Shannon
|
45822dba1e
|
Merge remote-tracking branch 'origin/temp8-224-db-updates-sched-publishing-with-variants' into temp8-226-sched-pub-angular
|
2018-11-12 17:18:23 +11:00 |
|
Stephan
|
5381eec6a4
|
fix+cleanup publishing with variants
|
2018-11-09 09:35:11 +01:00 |
|
Shannon
|
76f6721c80
|
Got some of the angular bits wired up
|
2018-11-09 16:12:08 +11:00 |
|
Laura Weatherhead
|
1850d046e4
|
RelatedLinks2 validation in Nested content (#3578)
|
2018-11-08 16:53:25 +00:00 |
|
Bjarke Berg
|
c182428986
|
If a password is provided, then use this instead of an autogenerated one.
|
2018-11-07 10:51:55 +01:00 |
|
Shannon
|
92045c81bb
|
Merge remote-tracking branch 'origin/temp8' into temp8-224-db-updates-sched-publishing-with-variants
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
|
2018-11-07 19:44:37 +11:00 |
|
Shannon
|
c57ac7752c
|
Merges UnpublishResult into PublishResult, fixes dirty tracking for unpublishing a culture and logs the correct info along with returning the correct status, fixes ContentService so that all publishing/unpublishing logic happens in one one place including all Audit/Logs, gets ContentService.PerformScheduledPublish in place
|
2018-11-07 19:42:49 +11: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 |
|
Warren Buckley
|
d420f61e13
|
Reduce VS Warnings: Remove ununused const string
|
2018-11-06 13:15:45 +00: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 |
|
Warren Buckley
|
812d9e2be9
|
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
|
2018-11-06 11:09:12 +00:00 |
|
Robert
|
7e8578c9fb
|
Fixes unit test by ignoring VariesByCulture property on MemberMapperProfile and mapping on MediaMapperProfile.
|
2018-11-06 11:38:49 +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 |
|
Robert
|
bdd438e307
|
Merge branch 'temp8' into temp8-3469-listview-publish
|
2018-11-06 09:57:38 +01:00 |
|
elitsa
|
aaa920719f
|
Adding html encoding when updating or removing Public Access of a content.
|
2018-11-05 12:41:19 +01:00 |
|
elitsa
|
2b33c5cfd7
|
Fix for chekcing the children belonging to MemberType tree.
|
2018-11-05 10:46:50 +01:00 |
|
elitsa
|
666a78f803
|
Fix for getting the right collection.
|
2018-11-05 10:36:17 +01:00 |
|
elitsa
|
acd067bb4e
|
Fixes a reflected XSS issue due to a parameter consumed directly from the request.
|
2018-11-05 10:07:50 +01:00 |
|
elitsa
|
b9e30604a4
|
Fix for chekcing the children belonging to Templates tree.
|
2018-11-04 22:54:25 +01:00 |
|
elitsa
|
2f3483453c
|
Merge remote-tracking branch 'origin/temp8' into temp8-258-empty-trees-arrow
|
2018-11-04 22:44:20 +01:00 |
|
Warren Buckley
|
2badacb8a8
|
Adds UmbracoFeatures to the Composition to allow user components to do something like this - composition.Features().Disabled.Controllers.Add<LogViewerTreeController>()
|
2018-11-02 15:35:20 +00:00 |
|
Robert
|
853fbdaa61
|
Typo
|
2018-11-02 10:27:12 +01:00 |
|
Kenn Jacobsen
|
1336aa2c0b
|
Refactor create script to reuse the generic method used by stylesheet
|
2018-11-02 09:31:17 +01: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
|
57232c9c48
|
Implement delete
|
2018-11-01 16:01:34 +01:00 |
|
Kenn Jacobsen
|
4b79819a8c
|
Move the style sheet manipulation back to CodeFileController
|
2018-11-01 15:49:30 +01:00 |
|
Warren Buckley
|
e07e12092c
|
Adds 'VariesByCulture` property to ContentItemBasic model & its mapping - so that the GetChildren API call for list view can know if each child item varies by culture or not
|
2018-11-01 11:29:16 +00:00 |
|
Shannon Deminick
|
0d06828b76
|
Merge pull request #3460 from umbraco/temp-3457-entityrepository
EntityRepository is fetching all property data for media
|
2018-11-01 14:58:38 +11:00 |
|
Shannon
|
ffd08d0a2e
|
Fixes unit test
|
2018-11-01 14:56:55 +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
|
1429053681
|
Slight refactor and cleanup
|
2018-11-01 13:12:47 +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 |
|
Kenn Jacobsen
|
a3232bb55c
|
WIP: split editing into tabs
|
2018-10-31 21:33:32 +01:00 |
|
Bjarne Fyrstenborg
|
b7b24a6a3d
|
#3246 - Consistency of macro page and other legacy pages (#3247)
|
2018-10-31 19:43:30 +01:00 |
|
Poornima Nayar
|
14e503d0e9
|
3492 Added a property "Tooltip" to the tabs which can then be set in the the EditorModel Events (#3493)
|
2018-10-31 19:19:46 +01:00 |
|
bharanijayasuri
|
f73d55d496
|
Change to "MoveToRecycleBinDo" function of the MediaService and IMediaService (#3453)
|
2018-10-31 19:13:58 +01: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
|
6a1d6668c4
|
Gets both media and member indexing working for when media/member types are changed
|
2018-11-01 01:01:50 +11:00 |
|
Warren Buckley
|
b2c3944074
|
Remove a block of commented out code - that was forgotten
|
2018-10-31 13:47:07 +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 |
|
elitsa
|
4d594e17aa
|
Adding a check to verify if there are any children which will resolve the problem with showing a right-pointing arrow in front of empty trees in the Settings section.
|
2018-10-31 13:40:23 +01:00 |
|
Shannon
|
25dcc3f2c1
|
Removes GetChildren and GetDescendants from IMediaService, paging is now required
|
2018-10-31 23:11:37 +11:00 |
|
Shannon
|
437bf978a1
|
Removes non paged GetChildren and GetDescendants from content service
|
2018-10-31 18:01:39 +11:00 |
|
Shannon
|
18f6e7ba78
|
Updates ExamineComponent to page over descendants when caches are updated
|
2018-10-31 17:57:35 +11:00 |
|
Shannon
|
23860e58b9
|
Update re-indexing logic for content types including updating content types affected by composition changes
|
2018-10-31 16:33:10 +11:00 |
|
Dave Woestenborghs
|
44b837a9ec
|
#3373 fixes error when going to forms section when forms is not installed
|
2018-10-30 17:30:34 +01:00 |
|