Commit Graph

35042 Commits

Author SHA1 Message Date
Sebastiaan Janssen
499d0ff5c1 Fix hardcoded aliases 2021-06-18 12:32:01 +02:00
Sebastiaan Janssen
e95b57ca1f Fixed friendly name of Vector graphics 2021-06-18 11:44:26 +02:00
Sebastiaan Janssen
70590ce993 Invert the previous change so querying with these constants will give the same results as in 8.14.0 2021-06-18 11:42:09 +02:00
Sebastiaan Janssen
64ebbae5b8 Keep the old constants as they were and add new "Name" constants, in case people were already using the old constants to query by alias 2021-06-18 11:37:32 +02:00
Sebastiaan Janssen
2c7413693b Prefix the new media types to stop them from clashing when people make document types with that alias (#10483) 2021-06-18 11:03:21 +02:00
Sebastiaan Janssen
f303fa0cc3 Make sure we can build in VS2022 2021-06-18 09:51:23 +02:00
Mads Rasmussen
585f7bb571 Make dashboards support deep linking (#10283)
Co-authored-by: Ronald Barendse <ronald@barend.se>
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
2021-06-17 09:40:07 +02:00
Warren Buckley
dc334c1015 Automated install user with Environment Variables & unattended.user.json (#9930)
* Try to update admin user unattended

This will fail because we're not in install runtime state

* Create a new user instead of trying to update the default admin

* Create a new user instead of trying to update the default admin

* Use same logic from NewInstallStep to modify the SuperUser aka -1

* Add back stuff after merge conflict from v8/dev

* Add event to be raised

* Trying to wire up events

* Remove commented out code - just need to figure out why event is not hit/triggered

* Read Appsettings as opposed to ENV variables

* Use a JSON file that deletes itself as storing secrets in web.config will be accidently committed

* Remove component based event - Component were only initialized after DB creation

* Move UnattendedInstall down after _factory

* Remove commented out code

* Fixed issue where upgrader UI would show up - needed to recheck the Runtimelevel after UnattenedInstall

* Apply suggestions from code review - Thanks Marc :)

Co-authored-by: Marc Goodson <marc@moriyama.co.uk>

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Marc Goodson <marc@moriyama.co.uk>
2021-06-16 10:00:29 +01:00
Andy Butland
348d1676cd Handle only single content type event to avoid reloading the content and media cache multiple times after a deployment containing more than one changed document type. 2021-06-15 16:06:11 +02:00
patrickdemooij9
efeda47e30 10430: Fix typo (#10440)
* 10430: Fix typo

* 10430: ng-disabled instead of disabled
2021-06-15 09:22:18 +10:00
Lucas Michaelsen
b97f6dcb2f HTML Symantic error UL > LI >LI changes to UL > LI > UL > LI (#10455)
* HTML Symantic error UL > LI >LI changes to UL > LI > UL > LI - ScreenReader reads propperly

* ensurce render if condition is meet. If any child render a subset of unorder list withs is list-items
2021-06-15 09:09:26 +10:00
Warren Buckley
e70c362851 Run npm update caniuse-lite 2021-06-14 14:06:34 +02:00
Elitsa Marinovska
990fc118cb Optimization by returning the same instance 2021-06-10 15:36:39 +02:00
Elitsa Marinovska
6910399c32 Reverting optimization by passing data from a higher level - not really possible to achieve what we wanted 2021-06-10 15:33:29 +02:00
Elitsa Marinovska
b4e6222f32 Fix up linq issues and lookup 2021-06-10 14:56:03 +02:00
Jan Skovgaard
40c4c875c4 Link picker: Make link input full width if anchor option is disabled (#10313)
* Add missing focus styling

* Add width modifier to link input

* same result without adding new classes

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-09 09:02:37 +10:00
Nikcio
4e60e7dec1 Translation added
Added some danish translations and fixed a translation problem in the copy document.
2021-06-09 08:01:02 +10:00
Sebastiaan Janssen
b63ee6e7bf Update config.yml 2021-06-08 13:00:40 +02:00
Sebastiaan Janssen
ef20264df6 Delete 02_feature_request.yml 2021-06-08 12:47:44 +02:00
Sebastiaan Janssen
b06f902865 Update config.yml 2021-06-08 12:45:21 +02:00
Andy Butland
b5dad01fdc Update localisation alias to match default phrase. 2021-06-08 12:09:55 +02:00
Andy Butland
87eb224e5c Updated package listing to use umb-icon directive. 2021-06-08 11:55:58 +02:00
Andy Butland
dfae0adf3d Amended phrase for Cloud confirmed packages from "certified" to "verified". 2021-06-08 11:50:16 +02:00
Bjarne Fyrstenborg
e9c3c9fea6 Fix styling issues with listview sorting in overlay. (#10351)
Remove margin bottom at input fields
2021-06-08 10:19:26 +02:00
Andy Butland
97bc301bf8 Adds the "works on Cloud" indicator to the package list and details screen in the back-office. 2021-06-08 10:08:27 +02:00
Andy Butland
c01b2c5807 Removed the "Umbraco Pro" category. 2021-06-08 07:51:08 +02:00
inetzo
1e37410578 Convert date to datetime
Datetime values where always converted to date(102) so sorting by time does not work.
By converting to 120 (yyyy-mm-dd hh:mi:ss (24h)) the time is respected.
2021-06-07 15:38:45 +02:00
Bjarne Fyrstenborg
0e70416e27 Update connect color in noUiSlider (#10349)
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-07 11:32:01 +10:00
patrickdemooij9
31c0faa54e Updated umbtable.directive.js for a working example
I noticed that the example on https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.directives.directive:umbTable is actually not working. items should be replaced with vm.items.
2021-06-07 10:41:27 +10:00
Bjarne Fyrstenborg
340273a604 Support custom SVG icon in Nested Content (#10368)
* Use custom SVG icon in Nested Content

* Get icon once

* Assign value instead of compare
2021-06-07 10:40:14 +10:00
Bjarne Fyrstenborg
57cc3d5da2 Use custom SVG icon in user group filter 2021-06-07 10:31:14 +10:00
Bjarne Fyrstenborg
f0e13e87d5 Support custom SVG icon in grid editor row configuration (#10361)
* Use custom svg icon in grid editor row configuration

* Use umb-icon in grid editor placeholder

* Use control icon in grid editor placeholder

* use umb-icon in itempicker to ensure svg icons are displayed

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-07 10:28:47 +10:00
Bjarne Fyrstenborg
5517a86972 Support custom SVG icon in listview (#10345)
* Fix custom SVG icons in listview layouts

* Fix icon in content grid

* Fix icon in umb-folder-grid

* Fix SVG icons in create dialogs

* Get icon once

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-07 09:33:52 +10:00
Bjarne Fyrstenborg
c2c6413eb7 Support custom SVG icon in umb-child-selector component (#10344)
* Use umb-icon component

* Specify button type attribute

* Use umb-search-filter component

* Adjust styling of item picker

* Replace trash icons with umb-icon

* Replace a few icons in umb-grid-selector as well

* Use umb-icon in datatype picker

* Ensure icons are styles correct in legacy format

* Use umb-icon component in macro parameter editors and fix wrong end closing tag from button element

* Use umb-icon in macro parameter editor overlay
2021-06-07 08:27:02 +10:00
Shannon Deminick
eb6b7cffad Merge pull request #10182 from umbraco/v8/bugfix/8893-examine-startup
Fix startup issues and timing with Examine and Nucache
2021-06-05 02:37:33 +10:00
Andy Butland
cd53d7a294 Removed hard-coded email validation for healthcheck fix value. (#5557)
Made validation for healthchcls more flexible, supporting none, email and regex.

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-02 12:54:11 +10:00
Bjarne Fyrstenborg
57f7776848 Add input id so click on property label set focus in input (#9477)
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-02 11:20:56 +10:00
Bjarne Fyrstenborg
3c2e7759fb Support custom SVG icon in block list editor (#10365)
* Use custom SVG icon in block card

* Adjust icons in block list editor views
2021-06-02 11:00:01 +10:00
Bjarne Fyrstenborg
0990599c63 Support custom SVG icon in content app 2021-06-02 10:50:16 +10:00
Sebastiaan Janssen
3fe52d9aed Merge branch 'v8/dev' into v8/contrib 2021-05-31 09:43:50 +02:00
Sebastiaan Janssen
704f15aa9d Merge branch 'v8/8.14' into v8/dev 2021-05-31 09:42:34 +02:00
Sebastiaan Janssen
d1130a43ab Merge branch 'v8/8.13' into v8/8.14 2021-05-31 09:42:15 +02:00
Sebastiaan Janssen
4f3ab4fd99 Merge branch 'v8/8.12' into v8/8.13
# Conflicts:
#	src/SolutionInfo.cs
2021-05-31 09:41:48 +02:00
Sebastiaan Janssen
0653dcb849 Merge branch 'v8/8.11' into v8/8.12
# Conflicts:
#	src/SolutionInfo.cs
2021-05-31 09:40:59 +02:00
Sebastiaan Janssen
042e296d8f Bump version to 8.12.3 2021-05-31 09:21:44 +02:00
Sebastiaan Janssen
fc417e8ed8 Bump version to 8.11.3 2021-05-31 09:18:12 +02:00
Vlael Layug
1c630e3c5f inject clearAddUserForm() to inviteUser condition 2021-05-28 09:35:49 +02:00
Bjarne Fyrstenborg
2697431de6 Fix issue with extend of object in keyboard service 2021-05-28 17:10:21 +10:00
Bjarne Fyrstenborg
7cccbb3fbf Replaced angular.extend with Utilities.extend (#10023)
* Replace angular.extend with Utilities.extend

* Replace more references of angular.extend with Utilities.extend

* Replace angular.extend

* Replace last reference of angular.extend except in Utilities itself

* Use spread operator

* Add spread operator

* Use existing format with empty destination object

* Configurate Babel to work with JS spread operator

* Use default for loose property which is "false"

* use alias for angular.extend - removes need for any other changes and makes multiple arguments easy

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-05-28 09:25:56 +10:00
patrickdemooij9
3440cbbac9 Fixed 10144: Prevalue alias not set (#10163)
* Fixed 10144: Prevalue alias not set

* Remove console.log

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-05-28 09:14:07 +10:00