Commit Graph

35024 Commits

Author SHA1 Message Date
Mole
ed79bd65f2 Fix certified to verified refactoring 2021-06-21 13:38:49 +02:00
Christian Tricarico
32a1870d80 Backoffice Italian localization improvements (#10371)
* Italian translations in localization xml.

* Italian translations in localization xml.

* restore previous package-lock version
2021-06-20 02:32:10 +02:00
Sebastiaan Janssen
3265fbb473 Fix the build 2021-06-18 16:15:32 +02:00
Sebastiaan Janssen
0bc2ff17d7 Yeah okay, #h5is I broke the build 🤦‍♂️ - fixed here for this PR, will also fix in the contrib branch 2021-06-18 16:14:01 +02:00
Warren Buckley
3645539fe2 Run npm update caniuse-lite
(cherry picked from commit e70c362851)
2021-06-18 13:21:31 +02:00
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
Ronald Barendse
0e63edb375 Update IContentTypeBase to use group names as property groups (no parent/level 1) for backwards compatibility 2021-06-17 10:05:21 +02:00
Ronald Barendse
70403cf8b0 Fix setting property type group default level to 1 2021-06-17 10:02:55 +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
Ronald Barendse
b87ead60d7 Fix order of property group inserts 2021-06-17 09:12:56 +02:00
Ronald Barendse
5fd09b43f3 Set property type group default level to 1 2021-06-17 09:12:00 +02:00
Mads Rasmussen
ac69bf1448 Merge branch 'v8/prototype/doctype-tabs' of https://github.com/umbraco/Umbraco-CMS into v8/prototype/doctype-tabs 2021-06-16 16:24:37 +02:00
Mads Rasmussen
9444db2a0e if a doc type has tabs set the first to active 2021-06-16 16:24:24 +02:00
Ronald Barendse
d11babe79a Merge groups based on level and name 2021-06-16 16:19:35 +02:00
Ronald Barendse
91574882a3 Add generic properties as group 2021-06-16 16:18:03 +02:00
Ronald Barendse
14d84db8e5 Add missing property group icon mapping 2021-06-16 16:17:23 +02:00
Ronald Barendse
e5dd3df78d Add tabs hierarchy to content model 2021-06-16 15:26:05 +02:00
Ronald Barendse
2733bd89f4 Only enforce unique group names per level 2021-06-16 14:41:17 +02:00
Ronald Barendse
f58a134f23 Correctly save/delete tabs and groups hierarchy 2021-06-16 14:40:24 +02:00
Mads Rasmussen
8cf540f405 update doc type editor with levels 2021-06-16 11:30:21 +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
Ronald Barendse
412028865f Merge branch 'v8/prototype/doctype-tabs' of https://github.com/umbraco/Umbraco-CMS into v8/prototype/doctype-tabs 2021-06-15 13:26:11 +02:00
Ronald Barendse
c53c7d1fb4 Map new properties from database to back-office models 2021-06-15 13:22:19 +02:00
Ronald Barendse
f7f22dda42 Use parentKey and level to store tabs/property groups 2021-06-15 13:14:36 +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
Mads Rasmussen
22ac52e85a update save model with key, parentKey and icon 2021-06-11 16:53:40 +02:00
Mads Rasmussen
2c36b60bb6 Merge branch 'v8/prototype/doctype-tabs' of https://github.com/umbraco/Umbraco-CMS into v8/prototype/doctype-tabs 2021-06-11 15:35:33 +02:00
Mads Rasmussen
aa9d09094b Update doc type validation to match new data structure 2021-06-11 15:35:27 +02:00
Ronald Barendse
89c9d34553 Add icon column to migration 2021-06-11 09:56:30 +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
Mads Rasmussen
06b7d2fb5a disable tab icon button when sorting 2021-06-10 15:14:14 +02:00
Ronald Barendse
e15ed2c509 Update database structure to hierarchical property groups 2021-06-10 15:11:32 +02:00
Elitsa Marinovska
b4e6222f32 Fix up linq issues and lookup 2021-06-10 14:56:03 +02:00
Mads Rasmussen
55219530b4 update group builder to support parentKey data structure 2021-06-10 11:27:06 +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