Robert
3e6cdd86b2
Merge branch 'dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-12 11:09:20 +01:00
Robert
abd681277d
Merge pull request #4906 from umbraco/temp8-ui-umb-checkbox-refactor-for-general-usage
...
changed umb-checkbox model to be the boolean property, not a object c…
2019-03-12 10:29:43 +01:00
Niels Lyngsø
5ad1dcf894
Merge remote-tracking branch 'origin/temp8-4728' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.html
2019-03-12 10:17:17 +01:00
Niels Lyngsø
485c1fbf6c
use existing notifications for warnings
2019-03-12 10:14:25 +01:00
Niels Lyngsø
447eb88b86
Use tokens for translate + shortcut for reject
2019-03-12 10:14:06 +01:00
Robert
ece9c4ae21
Merge branch 'dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-12 10:08:14 +01:00
Robert
1509c7364c
Reverted extra check
2019-03-12 09:52:03 +01:00
Bjarke Berg
010e2e1f19
Merge pull request #4954 from umbraco/temp8-grid-rte-image-size
...
Fixes inserting an image into the grid rte since it doesn't get resized correctly
2019-03-12 09:07:54 +01:00
Robert
9b25cdaa14
Merge pull request #4710 from umbraco/temp8-4708-fix-for-exit-preview-with-null-culture
...
Fix for exit preview with null culture
2019-03-12 08:31:28 +01:00
Shannon
2e52a869b6
Merge branch 'dev-v8' into temp8-4728
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
2019-03-12 13:03:32 +11:00
Shannon
10f333081d
Fixes inserting an image into the grid rte since it doesn't get resized correctly
2019-03-12 12:43:04 +11:00
Shannon Deminick
cefff71edf
Merge pull request #4853 from umbraco/temp8-js-error-unpublishing
...
Fixes javascript error when trying to unpublish an invariant item
2019-03-12 11:18:09 +11:00
Bjarke Berg
e7781cd95b
DRY - Reused code
2019-03-11 14:53:49 +01:00
Bjarke Berg
8f3bcf87da
Merge pull request #4754 from umbraco/temp8-ui-update-login-screen
...
V8: UI — updated login screen
2019-03-11 12:41:40 +01:00
Niels Lyngsø
4d806c1cef
correction error colors
2019-03-11 12:38:04 +01:00
Niels Lyngsø
b237e4a55e
make warnings an array that angularJS can watch
2019-03-11 12:37:53 +01:00
Niels Lyngsø
502794aae9
validation text provided for more languages, plus it takes action when name is an empty string
2019-03-11 11:51:13 +01:00
Niels Lyngsø
0d58b4c42b
renamed umb-checkbox id attribute to input-id to avoid colliding Ids
2019-03-08 14:37:23 +01:00
Niels Lyngsø
171cae5fca
reverted this line, cause for some wierd reason this line works, and corrected one ruins the feature. Super wierd, i guess the person writting this was just lucky to hit something that works. Need to look into what is going on here.
2019-03-08 14:24:54 +01:00
Niels Lyngsø
979a166b41
changed checkbox-inputs to umb-checkbox
2019-03-08 14:23:37 +01:00
Niels Lyngsø
623ace56bc
Improved UX of Save
...
+ Remove special case for new content
+ Never disable the user choices, instead provide feedback for when the selection doesn't make sense.
2019-03-08 14:22:05 +01:00
Niels Lyngsø
7203926cea
no need for type attribute
2019-03-08 12:54:55 +01:00
Niels Lyngsø
021bf470c2
umb-checkbox for save dialog
2019-03-08 12:41:33 +01:00
Niels Lyngsø
7194d7d6b8
update to input-id
2019-03-08 12:41:18 +01:00
Niels Lyngsø
45423ae932
use tokens in localizationsService for replace of %0%
2019-03-08 12:40:57 +01:00
Niels Lyngsø
2b7f12253f
umb-checkbox id renamed to input-id for it not to collide, since ids have to be unique.
2019-03-08 12:40:24 +01:00
Niels Lyngsø
129210946d
Merge branch 'temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-07 15:29:47 +01:00
Niels Lyngsø
62808958b0
umb-checkbox callback should call a new digest for callbacks changes to take effect.
2019-03-07 15:29:28 +01:00
Niels Lyngsø
c5096e67e6
Merge remote-tracking branch 'origin/temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/forms/umbcheckbox.directive.js
2019-03-07 14:47:40 +01:00
Niels Lyngsø
320d2ae953
Change umb-checkbox to AngularJs Component + fix for callback digest flow
2019-03-07 14:46:50 +01:00
Niels Lyngsø
264a96971a
Merge remote-tracking branch 'origin/temp8-ui-umb-checkbox-refactor-for-general-usage' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/forms/umb-checkbox.html
2019-03-07 13:01:04 +01:00
Niels Lyngsø
8c28172efc
changed umb-checkbox model to be the boolean property, not a object containing a checked property.
...
This means that the on-change callback will recive the model and the value instead.
2019-03-07 12:57:10 +01:00
Niels Lyngsø
8a4dfd4350
first step for implementing umb-checkbox
2019-03-07 11:54:46 +01:00
Niels Lyngsø
3814138d68
Merge remote-tracking branch 'origin/dev-v8' into temp8-ui-use-umb-checkbox-for-all-variants-dialogs
2019-03-07 11:32:04 +01:00
Niels Lyngsø
f54a8725db
CSS: change form check inputs to use not-allow cursor when disabled
2019-03-07 11:25:13 +01:00
Bjarne Fyrstenborg
bbc2b1a54a
v8: Checkbox/radio with disabled state ( #4902 )
...
* Add property to disable checkbox and radiobutton
* Add basic styles of disabled state
* Change cursor style for disabled checkbox/radiobutton
* Remove duplicate classes
* Change nested elements to span since it is not valid to have div as nested elements in labels
* Adjust positions
* Better way to center align icon
* Add white as default background color in checkbox/radiobutton e.g. for Nested Content
* Adjust sizing a bit
2019-03-07 11:24:16 +01:00
Niels Lyngsø
6dc5a3b130
Make login background image configurable
2019-03-07 10:33:10 +01:00
Niels Lyngsø
3d941e89a6
Merge remote-tracking branch 'origin/dev-v8' into temp8-ui-update-login-screen
2019-03-07 10:00:56 +01:00
Niels Lyngsø
cb083d5b2a
increased break point to 500px
2019-03-07 09:47:03 +01:00
Niels Lyngsø
6a67f38025
Merge remote-tracking branch 'origin/dev-v8' into temp8-3958-fixes-doc-type-details-in-narrow-screen
2019-03-07 08:12:04 +01:00
Niels Lyngsø
3046e44f60
minor UI improvements regarding validation
2019-03-07 07:59:13 +01:00
Kenn Jacobsen
869d088e4b
Always update URLs on save no matter which app is active
2019-03-06 17:02:10 +01:00
Sebastiaan Janssen
6e3ffc0dd9
Removes outdated gulp setup helper
2019-03-06 16:19:14 +01:00
Sebastiaan Janssen
9ef94a667c
Merge pull request #4716 from MMasey/#4715
...
#4715 - V8 - IE11: section name underline not in correct position
2019-03-06 15:39:24 +01:00
Niels Lyngsø
70122c85d7
Merge pull request #4825 from kjac/v8-fix-validation-colors
...
V8: Update validation colors throughout the backoffice
2019-03-06 15:31:39 +01:00
Niels Lyngsø
72e236a7ab
css class umb-list-item--error for when a list item contain a error that needs to be highlighted, currently only used for Save & Publish overlay-dialog.
2019-03-06 14:58:32 +01:00
Niels Lyngsø
444497be7c
For Save & Publish overlay:
...
+ Publish multiple variants for new nodes.
+ Auto selects mandatory languages.
+ Auto selects languages that has changes.
+ Provides feedback if missing nodeName on variant that isn't open.
+ Highlights "mandatory language"-description if variant isn't selected.
2019-03-06 14:42:31 +01:00
Sebastiaan Janssen
b7e929a675
Fix checkboxes and radiobuttons saving the wrong value
2019-03-06 14:01:11 +01:00
Sebastiaan Janssen
d1c9b7a060
Merge pull request #4842 from umbraco/temp8-merge-3464
...
Merge branch 'dev-v7' into dev-v8
2019-03-06 11:45:09 +01:00
Sebastiaan Janssen
b65f60af78
Update documentation
2019-03-06 11:43:50 +01:00