Mads Rasmussen
1cd231fdb9
upgrade angular version + load new dependencies
2018-05-28 20:47:54 +02:00
Simone Chiaretta
7c5fe63d0b
Sort language by name
...
The issue was that the web API was returning a dictionary that was interpreted as data object by AngularJS, with each key becoming a property of an enormous object, so when binding this object to the select element, it was sorted by property name, thus the key of the array, which was the And being an object it was impossible to sort it again by value.
Only option was to convert it to an array. And since the original list of culture is already sorted correctly, no need to sort it again.
2018-05-25 10:01:12 +02:00
Anders Bjerner
068ad19492
Health Checks: the warning icon should be orange instead of yellow
...
Both the yellow and orange colors used to be a bit darker, but when more colors were introduced in 7.10.x, the two colors were made a bit lighter. So now the yellow warning icon is hard to see on a white background, but the orange color now looks just right ;)
2018-05-22 10:44:43 +02:00
Shannon
1cf63bd471
missing checkin of package-lock
2018-05-17 11:29:21 +02:00
Shannon
07a263b794
Fixes validation check for variant nodes that don't have names assigned
2018-05-17 10:28:38 +02:00
Claus
9e3db051c9
Merge remote-tracking branch 'origin/temp8' into temp-U4-11218
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/insertmacro.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/rteembed.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/googlemaps/googlemaps.html
# src/Umbraco.Web.UI/web.Template.config
2018-05-17 08:26:02 +02:00
Shannon
1bc3fdd07c
Fixes package tree references
2018-05-16 10:49:43 +02:00
Shannon
c1e0b86554
Merge branch 'temp8' into temp-U4-11327
2018-05-16 10:39:51 +02:00
Shannon
6c5abf14bd
Removes legacy dialog client files
2018-05-16 10:33:46 +02:00
Shannon
c655873b7d
Cleanup canvas designer files, no more dotless dependency, cleans up preview, removes bloat
2018-05-16 10:13:55 +02:00
MADSRASMUSSB4A1\madsrasmussen
6e647d87fa
Merge branch 'temp8' into temp-U4-11218
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/controllers/main.controller.js
# src/Umbraco.Web.UI/umbraco/Views/Default.cshtml
2018-05-16 09:51:26 +02:00
Shannon Deminick
e4d1415627
Merge pull request #2621 from umbraco/temp8-U4-11282
...
U4-11282 - Publishing, unpublishing, saving drafts, for variant, non variant content types and property types
2018-05-15 20:29:10 +10:00
Mads Rasmussen
5dad26cb92
fixes: U4-11327 Remove styles for umb-era-button and use umb-button component instead
2018-05-11 11:59:32 +02:00
Mads Rasmussen
491ce00c17
remove console.log from unit test
2018-05-11 10:36:36 +02:00
Mads Rasmussen
b7c7e8e84b
make right side overlays go all the way to the top
2018-05-11 10:11:26 +02:00
Mads Rasmussen
095704d297
removing unnecessary print of number of open overlays
2018-05-11 10:05:57 +02:00
Shannon
68f0a64136
Fixes auth with AllowsCultureVariation and LanguageController post methods, fixes merge issues with navigation.controller
2018-05-10 19:16:46 +10:00
Shannon
573b8a0701
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
...
# Conflicts:
# src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
# src/Umbraco.Web.UI.Client/src/controllers/navigation.controller.js
2018-05-10 18:55:39 +10:00
Mads Rasmussen
d27594d4af
Update picked nodes which has been updated through the media picker
2018-05-09 16:19:54 +02:00
Mads Rasmussen
7239ce97aa
only allow users to add and edit media if they have access to the media section
2018-05-09 11:09:26 +02:00
Mads Rasmussen
18b7581879
only parse in the media id for the infinite media editor
2018-05-09 09:46:15 +02:00
Mads Rasmussen
8535ff1d01
update media items in media picker if they are changed in the infinite media editor
2018-05-09 09:35:11 +02:00
Mads Rasmussen
4f366bbdda
prepare media editor to support infinite mode
2018-05-09 09:34:11 +02:00
Mads Rasmussen
86c554e3d3
add option to prevent redirect of succesfull saves to new route
2018-05-09 09:20:23 +02:00
Mads Rasmussen
d97d1c427e
fixes some js errors in editor service
2018-05-09 09:18:45 +02:00
Mads Rasmussen
600979d129
Merge branch 'temp8' into temp-U4-11218
2018-05-09 08:51:34 +02:00
Shannon
8be861809a
fixes filter
2018-05-09 15:52:06 +10:00
Shannon
d90ccbb7f0
no matter what you can always publish the current variant
2018-05-09 14:34:55 +10:00
Robert
f3e509ad55
Removes vertical and horizontal scroll bars on content tree language picker, updates languageCreated and languageDeleted event listeners to check for variant doctypes before populating the language list
2018-05-08 12:13:42 +02:00
Warren Buckley
9e8239f05b
Merge pull request #2612 from umbraco/temp8-U4-11284
...
Fixes - U4-11284 When you don't have any doc types that are variant, the tree language drop downs should not be there
2018-05-08 10:28:54 +01:00
Robert
70e4ea5502
Moved authenticated flag back to "app.ready" listener
2018-05-08 10:46:09 +02:00
Shannon
7728dfa853
Ensures that the PublishedContent culture dictionary is CultureInvariantIgnoreCase and fixes the publish dialog to allow publishing the current culture if the user has edited it
2018-05-08 13:50:39 +10:00
Mads Rasmussen
736190f93c
rename class on dropdown property editor
2018-05-07 21:40:27 +02:00
Mads Rasmussen
02f95053b8
fixes: U4-11306 Add load indicators in doc type infinite editors
2018-05-07 21:14:35 +02:00
Shannon
b1eeb5b193
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
2018-05-08 00:39:12 +10:00
Shannon
5a991c9424
Fixes Publishing/Unpublishing variants and it's nuances
2018-05-07 23:22:52 +10:00
Robert
ff505531c2
Merge pull request #2614 from umbraco/temp8-U4-11283
...
fixes - U4-11283 Cannot save content when a doc type is variant but a property type is invariant
2018-05-07 13:18:15 +02:00
Robert
1b2a964001
Fixed localization
2018-05-07 12:08:59 +02:00
Mads Rasmussen
1d5751a1e5
Merge branch 'temp8' into temp-U4-11218
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/umbgroupsbuilder.directive.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/propertysettings/propertysettings.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/propertysettings/propertysettings.html
# src/Umbraco.Web.UI.Client/src/views/content/edit.html
2018-05-07 11:25:38 +02:00
Mads Rasmussen
63d7768653
add bg box to code editors
2018-05-04 18:32:35 +02:00
Mads Rasmussen
ed0886b040
add bg box to user details sidebar
2018-05-04 18:21:58 +02:00
Mads Rasmussen
9474c78de8
add bg boxes to content type editors
2018-05-04 18:21:04 +02:00
Robert
48c70604a9
Added localization for "Ready to publish?" publish overlay, added previously removed property which was still in use.
2018-05-04 13:42:33 +02:00
Mads Rasmussen
650441b1f6
don't add shadow to the default editor
2018-05-04 11:25:19 +02:00
Sebastiaan Janssen
324cd7e98f
Adds a quick start to setup a gulp environment - when you have NPM in the path the pre-requisites get taken care of
2018-05-04 10:33:35 +02:00
Shannon
7a92691bf5
ok the routing is working, for realz this time
2018-05-04 16:07:05 +10:00
Shannon
506365b8ff
OK, finally got the query string problem resolved
2018-05-04 13:17:56 +10:00
Mads Rasmussen
a5bbf3d832
add will-change css property to prepare browser for the animations
2018-05-03 20:04:34 +02:00
Mads Rasmussen
101d92ca2d
speed up animation
2018-05-03 20:03:05 +02:00
Shannon
912711bfa0
Fixing tree, navs, initializing, sequence of events, oh my. The init logic is much more stable but we have issues with tracking the mculture query string
2018-05-04 00:58:18 +10:00