Kenn Jacobsen
23ee9eae42
Grant the default admin group access to the Translation section
2019-09-19 09:23:48 +02:00
Benjamin Carleski
f4e61ddf23
Add missing FROM clause
2019-09-19 09:10:56 +02:00
Steve Megson
b0deb4ceab
AddTypedLabels - find standard label properties based on alias rather than ID
2019-09-12 08:45:52 +01:00
Steve Megson
79bea8b440
Update umbracoUser2NodeNotify in SuperZero migration
2019-09-05 14:48:26 +02:00
Steve Megson
09def9f352
Migration of MarkdownEditor prevalues
2019-08-29 14:12:32 +02:00
Steve Megson
9e1424fb24
RefactorMacroColumns
2019-08-29 13:58:43 +02:00
Warren Buckley
b205f19f40
Merge pull request #6130 from stevemegson/v8/temp-6060
...
V8: Handle missing grid values in migration from 7.15
2019-08-27 14:31:52 +00:00
Steve Megson
806d835a90
Handle null and missing grid values in migration
2019-08-14 21:14:48 +01:00
Shannon
dfed93a4ab
Fixes dropping unique constraint indexes and oddly named FKs
2019-08-14 14:49:05 +10:00
Steve Megson
aabe6defb2
Fixes #5864 - migrate prevalues for Umbraco.DropDown.Flexible
...
(cherry picked from commit 4e0dd728a8 )
2019-08-08 10:56:02 +02:00
Shannon
16d8f8846e
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 22:40:15 +10:00
Steve Megson
dc371c1979
Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:48:48 +02:00
Bjarke Berg
c246044ac7
Merge pull request #5972 from stevemegson/v8/temp-checkboxlist
...
Content migration - Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:47:13 +02:00
Shannon
27223738c6
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
2019-07-23 19:05:06 +10:00
Steve Megson
968463912a
Include CheckBoxList in ValueListPreValueMigrator
2019-07-21 14:47:37 +01:00
Warren Buckley
b9e44f381b
Merge pull request #5923 from umbraco/v8/hotfix/5902-migration-should-not-warn-about-build-in-renamed-data-types
...
V8: Migration should not warn about build in data types that is handled correct but renamed
2019-07-19 10:56:38 +01:00
Warren Buckley
993f11cd2c
Merge pull request #5898 from umbraco/v8/hotfix/5846-AB#1695-Fix-for-migration-of-corrupt-data
...
V8: Give better exception if a json exception happens doing migration
2019-07-18 13:36:35 +01:00
Warren Buckley
6544b5c272
Update src/Umbraco.Core/Migrations/Upgrade/V_8_1_0/ConvertTinyMceAndGridMediaUrlsToLocalLink.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-18 13:03:14 +01:00
Bjarke Berg
79159b684d
https://github.com/umbraco/Umbraco-CMS/issues/5902
...
- Fixed issue with migration of Umbraco.Date if it was never saved in v7, the default format was added the time-part.
- Fixed issue with warnings of migrations of build in types, that was renamed between v7 and v8. These are handled correct.
- Added constants for some of the legacy property editor aliases.
2019-07-17 14:30:02 +02:00
Bjarke Berg
c6246b5404
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-07-16 13:46:07 +02:00
Steve Megson
0feb053e51
Fixes #5852 - TablesForScheduledPublishing
2019-07-16 13:39:09 +02:00
Bjarke Berg
09c8ae4e7e
Fixed null ref exception in related links migrations
2019-07-16 13:36:16 +02:00
Bjarke Berg
f6a8d487cc
AB#1695 - https://github.com/umbraco/Umbraco-CMS/issues/5846
...
Give better exception, if a json exception happens doing migration of grid properties in ConvertTinyMceAndGridMediaUrlsToLocalLink
2019-07-15 13:06:47 +02:00
Steve Megson
4e0dd728a8
Fixes #5864 - migrate prevalues for Umbraco.DropDown.Flexible
2019-07-14 16:48:33 +01:00
Steve Megson
320ccf8105
Fixes #5852 - TablesForScheduledPublishing
2019-07-14 16:46:01 +01:00
Shannon
015ad64e30
Updates the exception thrown during upgrade to provide some meaningful feedback to the user.
2019-07-05 14:36:33 +10:00
Bjarke Berg
6dbb988903
Refactor to limit to only v7.14.0 - V7.15.*
2019-07-04 11:44:05 +02:00
Bjarke Berg
926acb910e
Forces the initial migration state of V7 sites that are allowed to be migrated into v7.14 state.
2019-07-04 11:44:05 +02:00
Shannon
09793a1744
Fixes tests
2019-07-02 11:07:59 +10:00
Shannon
ba7cd48b8f
Merge remote-tracking branch 'origin/v8/dev' into v8/merge/v715
...
# Conflicts:
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Migrations/Install/DatabaseDataCreator.cs
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
2019-07-02 10:49:20 +10:00
Shannon
80e6880bb7
more manual merging - getting anchors back in tinymce
2019-07-01 16:22:54 +10:00
Shannon
4a33ca99ba
More manual merging
2019-06-28 15:03:52 +10:00
leekelleher
580ba79619
Icon Constants consistency
...
Updated the `Constants.Icons` and replaced the hard-coded strings with
the const references.
2019-06-27 22:35:29 +02:00
Lee Kelleher
fbe184ef6e
Prevent deletion of System DataTypes ( #5623 )
2019-06-27 22:33:19 +02:00
Shannon
760d1d7daa
Merge branch 'v8/dev' into v8/bugfix/database-factory-fix
2019-06-06 16:32:24 +10:00
Stephan
849feb0683
Fix UmbracoDatabaseFactory SqlServer detection
2019-06-04 13:15:25 +02:00
Stephan
24998425fc
Better handling of default constraints
2019-05-29 09:19:29 +02:00
Stephan
49d2a6dbf0
Fix migrations for SqlServer
2019-05-28 17:49:50 +02:00
Stephan
457427a5f4
Cleanup logging in DataTypeMigration
2019-05-28 10:58:47 +02:00
Stephan
5046bc019c
Cleanup strings in UmbracoPlan
2019-05-28 10:52:04 +02:00
Stephan
187ab9ba46
Better exceptions in MigrationPlan
2019-05-28 10:46:26 +02:00
Stephan
d5e63c0e62
Fix ContentNu cascade rules
2019-05-15 18:27:34 +02:00
Stephan
066a860c1d
Fix more PreValues migration + better error reporting
2019-05-15 17:00:05 +02:00
Stephan
c0f650436b
Fix wording in DatabaseBuilder
2019-05-15 16:17:18 +02:00
Stephan
1a54a24150
Fix DataType and PreValues migrations
2019-05-15 14:21:24 +02:00
Stephan
0b924f75d4
Fix migrations
2019-05-10 10:14:15 +02:00
Stephan
919fb79db9
Fix migrations
2019-05-10 10:14:15 +02:00
Stephan
7fed43cc68
Fix migration tooling
2019-05-10 10:14:14 +02:00
Stephan
a1828fec51
Fix migrations
2019-05-10 10:14:09 +02:00
Rasmus John Pedersen
6cf82669fb
Update media urls migration to only fetch/update needed fields from db
2019-05-08 10:52:05 +02:00