Shannon
|
372f77fde5
|
reverts accidental change
|
2018-10-30 00:36:11 +11:00 |
|
Shannon
|
77f4f0bbad
|
Refactors how the 'OpensDialog' gets assigned to menu items, fixes permission check on rollback
|
2018-10-30 00:34:43 +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 |
|
Shannon
|
cb9843b023
|
Removes IActions that shouldn't be IActions
|
2018-10-29 23:23:21 +11:00 |
|
Robert
|
bc20db5a46
|
Merge pull request #3432 from umbraco/temp8-153-invariant-properties
Temp8 153 invariant properties
|
2018-10-29 12:39:48 +01:00 |
|
Robert
|
777d88ed8f
|
Fixed unit test
|
2018-10-29 12:38:46 +01: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 |
|
Kenn Jacobsen
|
1842aa4f11
|
Merge branch 'temp8' into feature-angular-stylesheets-editing
|
2018-10-28 12:12:34 +01:00 |
|
Kenn Jacobsen
|
68f05e05d1
|
Initial create and edit
|
2018-10-27 21:18:03 +02:00 |
|
Stephan
|
628895cc89
|
In-Progress in ContentService
|
2018-10-26 14:39:11 +02:00 |
|
Mads Rasmussen
|
ed4439e3d5
|
add ellipsis to more items
|
2018-10-26 13:36:05 +02:00 |
|
Mads Rasmussen
|
e0365d4214
|
add ellipsis to action menu items that opens a dialog + fix action menu not opening anything
|
2018-10-26 13:17:12 +02:00 |
|
Stephan
|
45cb56b96c
|
Fix ContentCultureInfos and collection
|
2018-10-26 12:36:59 +02:00 |
|
Stephan
|
0cb19e0dbd
|
Document
|
2018-10-26 11:47:35 +02:00 |
|
Mads Rasmussen
|
bce2c43fdd
|
small fixes to alignment and copy
|
2018-10-26 11:21:56 +02:00 |
|
Mads Rasmussen
|
5356d0a0ab
|
Merge branch 'temp-3433' of git://github.com/dawoe/Umbraco-CMS into dawoe-temp-3433
|
2018-10-26 10:35:24 +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
|
83f73c085f
|
Fixes unpublish, allows to be permission assigned and checks this permission when trying to perform that action
|
2018-10-26 16:40:28 +11:00 |
|
Shannon
|
02221f6dd0
|
Fixes how the content app view model works so dirty tracking continues to work properly, previously we tried to omit the apps so we didn' thave a circualar model reference but that doesn't work because that clones the object, so now the view model is just the variant index which works much better.Fixes other js probs
|
2018-10-26 15:07:21 +11:00 |
|
Shannon
|
e280226abc
|
fix issue with content picker always setting a dirty state
|
2018-10-26 14:41:49 +11: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 |
|
Shannon
|
555a275e13
|
fixes build
|
2018-10-26 13:21:30 +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 |
|
Warren Buckley
|
20b9bb1032
|
Gets rid of a couple of VS SLN Warnings - due to dupe'd using's decared (done a tidy up)
|
2018-10-25 21:55:44 +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 |
|
Rasmus John Pedersen
|
93aa9dfe93
|
Fix sort audit parameters call
|
2018-10-25 14:41:24 +02:00 |
|
Dave Woestenborghs
|
2fbe2bb3da
|
#3433 added short cut for toglle allow culture variants to short cuts overview
|
2018-10-25 12:54:17 +02:00 |
|
Dave Woestenborghs
|
3c217adc2e
|
#3433 added language keys for text of culture variant permissions
|
2018-10-25 12:49:32 +02:00 |
|
Dave Woestenborghs
|
3b2e473a9e
|
#3433 changed layout so it looks better
|
2018-10-25 12:38:43 +02:00 |
|
Dave Woestenborghs
|
5199e8e901
|
#3433 replace checkbox with for setting culture variants with toggle box
|
2018-10-25 12:23:34 +02:00 |
|
Dave Woestenborghs
|
96a102decf
|
#3433 fix build error
|
2018-10-25 12:13:54 +02:00 |
|
Mads Rasmussen
|
492feaaa26
|
fix position relaitve issue for property editors
|
2018-10-25 11:06:48 +02:00 |
|
Stephan
|
4649fb2505
|
Fix merge
|
2018-10-25 10:51:46 +02:00 |
|
Stephan
|
a8110a0886
|
Merge branch temp8 into temp8-3129
|
2018-10-25 10:32:05 +02:00 |
|
Mads Rasmussen
|
18c8104a88
|
localize label
|
2018-10-25 10:02:31 +02:00 |
|
Mads Rasmussen
|
b63b25414c
|
show inherted from label
|
2018-10-25 09:38:46 +02:00 |
|
Dave Woestenborghs
|
3a0981e02b
|
#3419 fix error in backend for sections with no tree (forms when not installed)
|
2018-10-25 09:06:53 +02:00 |
|
Dave Woestenborghs
|
fe0176f97c
|
Fixed unit test
|
2018-10-25 08:59:13 +02:00 |
|
Dave Woestenborghs
|
25a90ffbf5
|
#3419 added extra parameter to createSingleRoot node method so it will always show a single tree. If a single tree doesn't have children it does not show
|
2018-10-25 08:54:17 +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 |
|
Shannon
|
42f0d2b356
|
Fixes dirty tracking with resetting properties
|
2018-10-25 15:47:25 +11:00 |
|
Mads Rasmussen
|
2137c1026b
|
css cleanup
|
2018-10-24 20:44:07 +02:00 |
|
Mads Rasmussen
|
4420f101d2
|
add toggle to disable tabindex directive
|
2018-10-24 20:41:58 +02: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 |
|
Dave Woestenborghs
|
d5cc658811
|
#3419 added check on tree items count back
|
2018-10-24 18:28:52 +02:00 |
|