Shannon
|
30d29d9fcf
|
initial commit for save dialog
|
2018-08-13 16:45:05 +10:00 |
|
Shannon
|
e950914fc8
|
Fixes wiring up server validation when creating content
|
2018-08-13 12:11:08 +10:00 |
|
Shannon
|
5bd74f90aa
|
cleanup
|
2018-08-13 11:36:43 +10:00 |
|
Shannon
|
9d5d516064
|
Fixes up invariant property validation since we were only allowing one callback per alias, but we need to allow multiple
|
2018-08-13 11:25:55 +10:00 |
|
Shannon
|
e41aad78b0
|
Updates the logic for the normal file upload for clearing files to be the same as the image cropper which makes more sense, now the upload editor also syncs properly with invariant propertes.
|
2018-08-10 16:52:33 +10:00 |
|
Shannon
|
3932ec0640
|
Fixes how invariant property are processed during saving on the server side.
|
2018-08-10 15:39:57 +10:00 |
|
Shannon
|
d608daa87b
|
Gets new images syncing between instances on image cropper
|
2018-08-10 14:48:58 +10:00 |
|
Shannon
|
2d1bda54be
|
Fixes: Deal with invariant property value syncing, componentizes umb-image-gravity, gets the image cropper syncing data correctly, ensures resizing for image cropper is done when variants change.
|
2018-08-10 13:53:19 +10:00 |
|
Shannon
|
3395e4c150
|
Fixes allowedFileType JS problem with unit test
|
2018-08-10 10:31:04 +10:00 |
|
Shannon
|
2f0f43e605
|
Gets image cropper working between variants, even with invariant properties, adds unit test to ensure invariant properties in the model are the same reference
|
2018-08-10 00:39:20 +10:00 |
|
Shannon
|
9183a9987b
|
Updates imagecropper to use our new umb-property-file-upload component which now maintains file state between variant switching
|
2018-08-09 23:15:42 +10:00 |
|
Shannon
|
6a7b6f7267
|
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
|
2018-08-09 19:38:36 +10:00 |
|
Shannon
|
f738e6d7c7
|
Fixes js tests
|
2018-08-09 19:38:20 +10:00 |
|
Shannon
|
601c30c39a
|
Fixes js tests
|
2018-08-09 19:34:32 +10:00 |
|
Warren
|
e818197365
|
Fix comma dangle ESLint errors
|
2018-08-09 09:00:34 +01:00 |
|
Shannon
|
d237fd7e26
|
Merge branch 'temp8' into temp-variants-with-file-uploads
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.controller.js
|
2018-08-09 15:27:21 +10:00 |
|
Shannon
|
1ffcc853e1
|
updates package-lock
|
2018-08-09 15:23:46 +10:00 |
|
Shannon
|
284e440b7e
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI.Client/src/canvasdesigner/config/canvasdesigner.config.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/border.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/googlefontpicker.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/margin.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/padding.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/radius.js
# src/Umbraco.Web.UI.Client/src/canvasdesigner/lib/spectrum.directive.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/umblaunchminieditor.directive.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/legacydelete.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/template/querybuilder.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/datatypes/datatype.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/tags/tags.controller.js
|
2018-08-09 15:22:20 +10:00 |
|
Shannon Deminick
|
50597b5715
|
Merge pull request #2843 from umbraco/temp7-eslint
Temp7 eslint
|
2018-08-09 15:19:12 +10:00 |
|
Shannon
|
9d7519d591
|
manually merges noscript update
|
2018-08-09 15:10:27 +10:00 |
|
Mads Rasmussen
|
f35110309a
|
fix comma-dangle error
|
2018-08-08 19:52:31 +02:00 |
|
Mads Rasmussen
|
c73860d144
|
start eslint from scratch so we slowly can add more rules for easier merging to v8
|
2018-08-08 19:52:00 +02:00 |
|
Warren
|
1842c78c5d
|
Fix for navigation service for hideDialog(true) which is used to hide the current dialog & show the right click context/more options menu which was failing
|
2018-08-08 15:26:25 +01:00 |
|
Warren Buckley
|
da39eb3ceb
|
Merge pull request #2808 from kows/hackathon-import-doc-type-to-angular
Rewrite importDocumenttype.aspx to Angular [v8hackathon]
|
2018-08-08 14:36:09 +01:00 |
|
Warren
|
baef12eb2a
|
* Rename import to importdocumentype to match up with the action alias
* Minor UI changes to match what we had previously & some simple validation if an incorrect file extension is chosen
|
2018-08-08 14:35:09 +01:00 |
|
Warren
|
5389a018b3
|
Sets back the action alias to importDocumentType - It may break more than we expected
|
2018-08-08 14:32:58 +01:00 |
|
Warren
|
00487c87fc
|
Merge branch 'temp8' into kows-hackathon-import-doc-type-to-angular
|
2018-08-08 13:23:41 +01:00 |
|
Warren
|
4dbcfc6907
|
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
|
2018-08-08 13:22:04 +01:00 |
|
Warren
|
8ba319b9d9
|
Fix up syntax error in JS from my merge/port upto V8 - oops :(
|
2018-08-08 12:53:23 +01:00 |
|
Robert
|
2d6ea3c57c
|
Merge pull request #2778 from umbraco/temp-editing-all-variants
WIP Editing all variants at once
|
2018-08-08 13:47:51 +02:00 |
|
Robert
|
c2433a336c
|
Merge branch 'temp8' into temp-editing-all-variants
|
2018-08-08 13:46:19 +02:00 |
|
Warren
|
44e76adbd1
|
Merge branch 'hackathon-import-doc-type-to-angular' of https://github.com/kows/Umbraco-CMS into kows-hackathon-import-doc-type-to-angular
# Conflicts:
# src/Umbraco.Web/Trees/LegacyTreeDataConverter.cs
|
2018-08-08 12:01:15 +01:00 |
|
copilaurobert
|
3f348e00cf
|
Merge branch 'temp-editing-all-variants' of https://github.com/umbraco/Umbraco-CMS into temp-editing-all-variants
|
2018-08-08 11:58:55 +02:00 |
|
copilaurobert
|
bd40428ad9
|
Variants in NotCreated state are now considered as dirty.
|
2018-08-08 11:58:35 +02:00 |
|
Mads Rasmussen
|
9dc99d5e35
|
fix arrow on media boxes
|
2018-08-08 10:36:17 +02:00 |
|
Mads Rasmussen
|
ea92608f84
|
prefix new directives with "umb"
|
2018-08-08 10:25:43 +02:00 |
|
Warren
|
fc7c2523c2
|
Merge branch 'dev-v7' into temp8 (The small fixes that Shan suggested)
# Conflicts:
# src/Umbraco.Web/Editors/ContentController.cs
|
2018-08-08 09:21:58 +01:00 |
|
Warren
|
7397541259
|
Minor fixes to notification dialog after some feedback from Shan when merging this up into V8
|
2018-08-08 09:04:09 +01:00 |
|
Shannon
|
f921e891a3
|
Fixes issue with IsEdited and state to make things consistent and easy
|
2018-08-08 16:29:07 +10:00 |
|
Shannon
|
69acaabec1
|
Fixes creating doc types, some null checks missing and an issue with how umbgridselector is responsible for syncing the template alias on a new doc type
|
2018-08-08 15:35:02 +10:00 |
|
Shannon
|
72b1fb1d60
|
fix sort issue on publish dialog
|
2018-08-08 13:31:35 +10:00 |
|
Shannon
|
34e7440517
|
Fixes issues with data re-syncing and underlying js exceptions causing problems
|
2018-08-08 13:29:25 +10:00 |
|
Shannon
|
0769b634e0
|
fixes status bar on info tab for content
|
2018-08-08 12:17:57 +10:00 |
|
Shannon
|
9e6947f62c
|
Fixes issue of moving/deleting media along with other issues of us returning plain text responses with incorrect mime type results and an issue with our interceptors
|
2018-08-08 11:49:05 +10:00 |
|
Mads Rasmussen
|
4a43b97f64
|
fix media info tab
|
2018-08-07 20:18:34 +02:00 |
|
Warren
|
6372d393ee
|
Merge branch 'dev-v7' into temp8 == Shan or Stephan please review this !
* Contains a change to work with V8 - content.notify.controller sends a string array
* C# ContentController methods reworked to newer services available & API POST is model bound to string array
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/editorsettings/editorsettings.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/insertfield/insertfield.html
# src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/Umbraco/dialogs/notifications.aspx
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/Trees/ContentTreeController.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/notifications.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/notifications.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/notifications.aspx.designer.cs
|
2018-08-07 15:48:21 +01:00 |
|
copilaurobert
|
0b51cb703d
|
Back arrow from list view children will redirect back to parrent, changed the order content apps get added to have the ListView app added first.
|
2018-08-07 15:59:19 +02:00 |
|
Mads Rasmussen
|
af8dc17f5e
|
remove z-index from audit trail css so it doens't colide with language dropdown
|
2018-08-07 14:50:22 +02:00 |
|
Mads Rasmussen
|
a4155ad6d8
|
Update save and publish button text
|
2018-08-07 14:22:17 +02:00 |
|
Mads Rasmussen
|
0c727a2817
|
set active variant in language dropdown
|
2018-08-07 13:59:11 +02:00 |
|