Mads Rasmussen
f6c03c1fe1
Merge branch 'temp8-upgrade-angular' of https://github.com/umbraco/Umbraco-CMS into temp8-upgrade-angular
2018-06-14 13:49:33 +02:00
Mads Rasmussen
383d5527bb
fixes slow UI by restricting angular animations to only work on elements with the umb-animated css class
2018-06-14 13:48:51 +02:00
Warren
4171fc7bfa
Fixes Forms Dashboard Error - $cookieStore is no more & is now just $cookies in Angular
2018-06-14 10:26:32 +01:00
Warren
913364b2c7
Fixes test with the changes to the template editor shortcuts as they now return a promise
2018-06-14 09:31:19 +01:00
Mads Rasmussen
500cd9da19
fix shortcuts for scripts editor
2018-06-14 09:41:04 +02:00
Warren
884d49a349
Merge branch 'temp8-upgrade-angular' of https://github.com/umbraco/Umbraco-CMS into temp8-upgrade-angular
2018-06-13 15:46:50 +01:00
Warren
e630faa185
Fixes translation items for the keyboard shortcuts in template editor & partial view editor
...
* Angular does not auto expand promises when we assign to properties on scope & now we return a promise with the object data with the values translated from the localization service
2018-06-13 15:46:20 +01:00
Mads Rasmussen
44529f266e
fixes: When opening the doctype, media type, member type editor the name field makes a small “jump”.
2018-06-13 15:31:05 +02:00
Mads Rasmussen
faad17a92e
fixes : #48 Subviews show a quick content flash of all views before they hide
2018-06-13 14:10:17 +02:00
Warren
f29167eb59
Fix up nucache/published status dashboard - the responses back from the API calls are not JSON but a simple string and thus we did not need angular.fromJson()
2018-06-13 12:04:05 +01:00
Warren Buckley
598566198d
Merge pull request #2691 from umbraco/temp8-56
...
fix icon contet flashes + update to new component syntax
2018-06-13 11:47:36 +01:00
Mads Rasmussen
20cd36026e
fix overlay conent flash
2018-06-13 11:51:44 +02:00
Mads Rasmussen
27891e304d
fix icon contet flashes + update to new component syntax
2018-06-13 10:16:25 +02:00
Warren
f848746f33
Remove the unused functions in the security interceptor re-write
2018-06-13 08:31:28 +01:00
Mads Rasmussen
3b4e1ea3d6
fix media recycle bin
2018-06-12 20:57:08 +02:00
Mads Rasmussen
09006352f7
fix logout
2018-06-12 20:51:22 +02:00
Mads Rasmussen
90a53ddcc7
fix localisation for user groups picker
2018-06-12 16:03:17 +02:00
Warren
acab866b29
Update list view create button to use ng-href now the hashbang is now just hash :)
2018-06-12 14:40:44 +01:00
Warren
cb1a0897eb
Merge branch 'temp8-upgrade-angular' of https://github.com/umbraco/Umbraco-CMS into temp8-upgrade-angular
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/routes.js
2018-06-12 14:39:18 +01:00
Warren
fde1d6f6fb
Update the angular routing to be # as opposed to hash bang #!
2018-06-12 14:34:45 +01:00
Mads Rasmussen
8337500356
turn html5 mode on
2018-06-12 15:17:43 +02:00
Warren
4577ec1016
Remove the console.log debug from the interceptor for now - we may need to revisit this
2018-06-12 13:51:06 +01:00
Mads Rasmussen
d91e3e90c6
Merge branch 'temp8-upgrade-angular' of https://github.com/umbraco/Umbraco-CMS into temp8-upgrade-angular
2018-06-12 14:17:37 +02:00
Mads Rasmussen
02c02a3abe
update responseError in security interceptor
2018-06-12 14:17:03 +02:00
Warren
939cac264a
Get the x-umb-user-modified header to work - set a new profile photo or remove it and ensure header is sent down & the event is emitted to update the avatar
2018-06-12 12:38:32 +01:00
Warren
083fbbf3c6
WIP - refactor of interceptor to new format - having issues getting the x-umb-user-seconds
2018-06-12 10:54:49 +01:00
Mads Rasmussen
9b0bf28d15
fixing unit tests
2018-06-12 11:26:08 +02:00
Mads Rasmussen
945271cb67
correct error handling of http requests
2018-06-11 22:12:40 +02:00
Mads Rasmussen
94a65fa628
fixing more localisation issues
2018-06-11 20:46:43 +02:00
Warren
6dae192497
Fixes up missing listview create button - due to the HTTP promise being directly assigned to the Angular property on the model as opposed to the items/result of the promise
2018-06-11 15:01:31 +01:00
Warren
9388089b9e
Fix #55 - Search icon outside input field on list views for Angular 1.7 upgrade
2018-06-11 14:13:16 +01:00
Mads Rasmussen
3978d0c529
Merge branch 'temp8' into temp8-upgrade-angular
2018-06-11 14:17:00 +02:00
Mads Rasmussen
4670ba9fe0
inject localizationService into the publish dialog
2018-06-11 13:32:13 +02:00
Mads Rasmussen
c89423946a
fix more localisation labels
2018-06-11 13:16:29 +02:00
Sebastiaan Janssen
6e8214e697
Merge remote-tracking branch 'origin/dev-v7' into temp8
2018-06-06 22:36:22 +02:00
Marc Goodson
0eceb3c7fc
U4-11369 - Add list of content types where a composition content type is used to compositions dialog ( #2668 )
2018-06-06 22:35:10 +02:00
Sebastiaan Janssen
9008e6af88
Merge branch 'dev-v7' into temp8
...
# Conflicts:
# docs/CONTRIBUTING_DETAILED.md
# docs/README.md
# src/Umbraco.Core/Configuration/GlobalSettings.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/buttons/umbbutton.directive.js
# src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
# src/Umbraco.Web.UI.Client/src/views/components/buttons/umb-button.html
# src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html
# src/Umbraco.Web.UI.Client/src/views/prevalueeditors/boolean.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/boolean/boolean.html
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Trees/LanguageTreeController.cs
2018-06-06 21:15:11 +02:00
Mads Rasmussen
bf1024c1b0
fix more localize problems
2018-06-06 20:38:21 +02:00
Chris Houston
5013c5f526
Fixes issue: U4-11416 - Better formatting for the video tiles in the developer section. ( #2673 )
2018-06-06 20:17:56 +02:00
Mads Rasmussen
b5333fe2d6
make sure the placeholder template name and alias is updated correcly so you can create doc types
2018-06-06 13:19:34 +02:00
Mads Rasmussen
d9df6e12be
fix loading of recycle bin controller
2018-06-06 13:18:46 +02:00
Mads Rasmussen
eb6da7a41a
fixing item picker title and master template title
2018-06-06 11:26:34 +02:00
Mads Rasmussen
33be5a4960
fixing titles in the insert dialog
2018-06-06 10:59:35 +02:00
Mads Rasmussen
3f6ac3fcd6
fix titles for dictionary items and partial views dialog
2018-06-06 10:36:16 +02:00
Mads Rasmussen
b98aa215c3
fix title in insert field dialog
2018-06-06 10:15:50 +02:00
Mads Rasmussen
ed1d7fb2c5
fix title in embed dialog
2018-06-06 09:59:21 +02:00
Mads Rasmussen
c2aa3e9d06
fix title in macro dialog
2018-06-06 09:58:49 +02:00
Mads Rasmussen
11a0b36ff0
fix move-dialog title
2018-06-06 09:12:57 +02:00
Mads Rasmussen
764a706143
fix copy-dialog title
2018-06-06 09:09:05 +02:00
Mads Rasmussen
a9a274dea5
Added an empty "/" route to default to "content"
2018-06-05 21:03:43 +02:00