Commit Graph

32583 Commits

Author SHA1 Message Date
Shannon
51f89410ce notes 2019-10-28 19:35:18 +11:00
Shannon
6368a0a8d6 Fixes circular ref, last static gone, slight perf improvement in module 2019-10-28 19:08:42 +11:00
Shannon
43cd1268ca Moves classes/namespaces, reduces statics, reduces usages of "Current", imports some unit tests from orig MB. 2019-10-28 18:02:52 +11:00
BatJan
ba1fc56c94 Change <a> to <button> 2019-10-27 21:52:11 +01:00
BatJan
a98188a88c Add aria-hidden and change <a> to <button> 2019-10-27 21:42:25 +01:00
Kenn Jacobsen
f6aee731fc Make member types searchable 2019-10-27 21:35:26 +01:00
BatJan
813eb9fed1 Add table class to improve the look of the column overview 2019-10-27 21:12:38 +01:00
Matthew-Wise
4153cfe78f WIP/Issue - Improving accessibility of the three dot tree options button (#6561)
* Improves accessability of the three dot tree options button

* Updated list view headers styling to have the link/hand cursor visible only if the header is sortable (and hence clicking has an effect)

* Allows members to be ordered by additional system fields (#6575)

* Fix ContentType.Alias matching in PublishedContentExtensions an… (#6577)

* Fixes an error in #6538 by moving the colon character to the sr-only span

* V8: Move misplaced colon in language selector (#6692)

* V8: It should be possible to disallow all types at content root (#6580)

* Pick macro parameters in an infinite editor like content type properties (#6586)

* Reload node children after publishing with descendants

* Correct URL decoding of macro partial view names (#6592)

* Fix semantics for list views (#6595)

* fixes test

* fixing tests

* Improved menu context
2019-10-27 14:07:06 +00:00
Poornima Nayar
43692c81e4 Removed href from the button 2019-10-27 10:06:06 +00:00
Søren Kottal
1a703dcee8 Aligns the padding of .umb-overlay-container with umb-overlay-header 2019-10-27 10:58:52 +01:00
Poornima Nayar
68687080ab More tweaks based on comments 2019-10-27 09:48:24 +00:00
Niels Lyngsø
0a91e384ae further fixes merge conflict with #6699 2019-10-25 16:03:43 +02:00
Anders Bjerner
a4b4014d6c Improved a few Danish translations for the Users section 2019-10-25 15:55:20 +02:00
Kenn Jacobsen
2a016a9ad0 Do not allow copying items in the recycle bin 2019-10-25 15:53:29 +02:00
Kenn Jacobsen
c66676517f Apply trashed state to deleted content items with list view enabled 2019-10-25 15:52:11 +02:00
Kenn Jacobsen
9b00bb824c Make the listview delete dialog warn about irreversible deletions 2019-10-25 15:50:52 +02:00
Kenn Jacobsen
0f6e8dc9ff Fix the styling for the publish/unpublish dialogs in listviews (#6854) 2019-10-25 15:47:05 +02:00
Kenn Jacobsen
c4acf124b9 Automatically select all languages when selecting a mandatory language in the listview unpublish dialog 2019-10-25 15:44:52 +02:00
Niels Lyngsø
f4a06a628d Updated to match result from recent PR #6699 2019-10-25 15:30:39 +02:00
Niels Lyngsø
9fc52103c4 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/main.less
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-25 15:24:01 +02:00
Bjarke Berg
9d91402aca V8: Follow guidelines from .editorconfig (#6849)
* Removed unused variable

* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Poornima Nayar
fdbef5b87d Added missing attributes to umb-checkbox 2019-10-25 14:09:29 +01:00
Jan Skovgaard
ee17cb1463 Refactor labels to actually reference the proper input fields (#6838) 2019-10-25 14:53:02 +02:00
Niels Lyngsø
d7ded94f98 Mobile layout for control.header + use after element for bottom border on umb-control-group, so we can use margin to space above, to allow for margin collapse for margin-bottom on controls and control-description. 2019-10-25 13:51:15 +02:00
elitsa
77f04a2efe Merge branch 'v8/dev' into Clean-up-members-reset-password 2019-10-25 13:30:57 +02:00
Poornima Nayar
4f4588561e Removed the extra padding on the left on the overlay header 2019-10-25 12:08:12 +01:00
Søren Kottal
56f33e1006 Adds nametemplates for grid editors (#6634)
* Adds nametemplates for grid editors
2019-10-25 12:35:15 +02:00
elitsa
f20394556c Removed trailing newlines 2019-10-25 11:58:04 +02:00
Niels Lyngsø
548bb48f38 PropertyActions first version 2019-10-25 11:50:52 +02:00
Søren Kottal
131273bb5c V8 style preview badge (#6585)
* V8 style preview badge

* updates the preview badges in other places

* Removes umbraco logo

* changes the "click to end" icon

* Set flex-shrink to 0 on the badge end element

* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
elitsa
c03a2c6ed4 Merge remote-tracking branch 'origin/v8/dev' into grid-editor-name-templates 2019-10-25 11:30:18 +02:00
Niels Lyngsø
957520aca0 fix watch task for LESS 2019-10-25 10:29:57 +02:00
Shannon
1a75d99a6b fixes test 2019-10-25 16:14:44 +11:00
Shannon
70ccee302d Renames/moves some stuff and adds test to show auto relation tracking 2019-10-25 15:08:56 +11:00
Shannon
25c2eed888 Ensures the right type is tracked for links ensures relations are removed. 2019-10-25 14:33:40 +11:00
Shannon
15865d566b Implements the tracking for document/media/member repos 2019-10-25 14:17:18 +11:00
Shannon Deminick
5121df5b2e Merge pull request #6764 from Adolfi/v8/dev-umbracoapicontroller-testable
UmbracoApiController Testable
2019-10-25 10:01:16 +11:00
Kenn Jacobsen
8b18233d4e Don't YSOD when publishing if a property editor has been removed 2019-10-24 22:21:19 +02:00
BatJan
20f886aaec Extend the umb-radio button directive to handle localizations 2019-10-24 22:19:09 +02:00
Jan Skovgaard
2b22350d56 Media picker: Fix semantics, missing dictionary items and hide… (#6707) 2019-10-24 22:12:54 +02:00
Kenn Jacobsen
759bba93b8 Limit the number of tabbable elements in tree nodes (#6834) 2019-10-24 22:00:11 +02:00
Kenn Jacobsen
9310638a7f Set focus on the name field when editing, also for existing items (#6833) 2019-10-24 21:58:35 +02:00
Kenn Jacobsen
ce6a217577 Performance boost for Nested Content: Don't load all content types all the time. 2019-10-24 21:56:47 +02:00
Kenn Jacobsen
d3344e2cd4 V8: Make "add property" shortcut work with multiple groups (#6821) 2019-10-24 21:54:34 +02:00
Rasmus Olofsson
96a2af2653 Add Swedish translations for prompt 2019-10-24 21:50:06 +02:00
Kenn Jacobsen
551a54a9d6 V8: Make it possible to open tabs with the keyboard (#6778) 2019-10-24 21:43:26 +02:00
Kenn Jacobsen
0a5594f56a Remove "double tabbing" for datatype picker 2019-10-24 21:41:58 +02:00
Kenn Jacobsen
057839a402 Do not allow deleting inherited content type groups 2019-10-24 21:40:15 +02:00
Kenn Jacobsen
58275366f2 Submit the datetime picker on enter (when entering time) 2019-10-24 21:39:01 +02:00
BatJan
5c52d6b219 Replace old checkbox markup with umb-checkbox 2019-10-24 21:32:19 +02:00