Stephan
|
f7a3c97da0
|
Fix build
|
2018-03-30 10:29:19 +02:00 |
|
Stephan
|
62b6efc4da
|
Fix upgrading
|
2018-03-30 10:28:49 +02:00 |
|
Warren
|
1049a7be12
|
Updates UI .csproj - to remove the broken Analyzers for now (Not sure we use the lovely VS C# analyzers & more of a R# team)
|
2018-03-29 20:09:58 +01:00 |
|
Shannon
|
826102ea4d
|
Merge remote-tracking branch 'origin/temp-v8-UI' into dev-v8
|
2018-03-29 22:42:18 +11:00 |
|
Shannon
|
7fd9caf889
|
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
# Conflicts:
# src/Umbraco.Web/PublishedContentQuery.cs
|
2018-03-29 22:35:46 +11:00 |
|
Shannon
|
8f01a2ab0a
|
fixes merge issues
|
2018-03-29 22:13:41 +11:00 |
|
Stephan
|
c72ce0b759
|
Fix Examine PR, fix migrations and upgrades
|
2018-03-29 11:31:33 +02:00 |
|
Shannon
|
881fbb7f76
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
# Conflicts:
# build/Modules/Umbraco.Build/Umbraco.Build.psm1
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/DatabaseContext.cs
# src/Umbraco.Core/IO/FileSystemProviderManager.cs
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSevenSevenZero/AddUserGroupTables.cs
# src/Umbraco.Core/PropertyEditors/ValueConverters/IntegerValueConverter.cs
# src/Umbraco.Core/Services/IdkMap.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/packages.config
# src/Umbraco.Tests.Benchmarks/app.config
# src/Umbraco.Tests/UI/LegacyDialogTests.cs
# src/Umbraco.Web/Cache/MediaCacheRefresher.cs
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/Mvc/UmbracoAuthorizeAttribute.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedMediaCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
# src/Umbraco.Web/PublishedContentQuery.cs
# src/Umbraco.Web/WebApi/Filters/FeatureAuthorizeAttribute.cs
# src/Umbraco.Web/packages.config
# src/Umbraco.Web/umbraco.presentation/umbraco/create/MemberGroupTasks.cs
|
2018-03-29 20:01:14 +11:00 |
|
Shannon
|
5482b8f2f0
|
Merge remote-tracking branch 'origin/dev-v8' into temp-U4-11102
# Conflicts:
# src/NuGet.Config
# src/Umbraco.Web/Components/DatabaseServerRegistrarAndMessengerComponent.cs
# src/Umbraco.Web/IPublishedContentQuery.cs
# src/Umbraco.Web/PublishedContentQuery.cs
# src/Umbraco.Web/Search/ExamineComponent.cs
# src/Umbraco.Web/WebServices/ExamineManagementApiController.cs
|
2018-03-29 14:00:20 +11:00 |
|
Shannon
|
7d13704cf9
|
Updates to latest examine beta, cleans up more code, always reference a searcher by it's indexer
|
2018-03-28 22:23:17 +11:00 |
|
Stephan
|
14592a227b
|
Merge origin/dev-v8 into v7 temp merge
|
2018-03-28 12:58:39 +02:00 |
|
Shannon
|
52aa02668f
|
Gets examine working with proper events, tests are working, etc...
|
2018-03-28 16:12:43 +11:00 |
|
Shannon
|
f0a342d84e
|
Merge branch 'dev-v8' into temp-U4-11102
|
2018-03-28 12:58:42 +11:00 |
|
Shannon
|
487e4cbe20
|
Fixes various migration stuff - language migration was broken (public ctor), the custom sql in KeyValueService was incorrect, moved to migration syntax, InsertDataExpression didn't work, fixed with v7 code that does work, changes some Database.Execute to Execute.Sql so logging occurs. Fixes packages.config inclusion
|
2018-03-28 12:50:15 +11:00 |
|
Shannon
|
c2707f3806
|
updates to latest examine and fixes a test
|
2018-03-28 12:46:34 +11:00 |
|
Michaël Vanbrabandt
|
b0ab408fda
|
Update NL.xml
Set die instead of dat
|
2018-03-27 17:19:24 +02:00 |
|
Stephan
|
c2e1ba21b2
|
Port v7@2aa0dfb2c5 - WIP
|
2018-03-27 16:18:51 +02:00 |
|
Michaël Vanbrabandt
|
b962d2a9d3
|
Update NL.xml with missing translations
|
2018-03-27 15:55:28 +02:00 |
|
Stephan
|
0a4878d2a3
|
Port v7@2aa0dfb2c5 - WIP
|
2018-03-27 10:04:07 +02:00 |
|
Shannon
|
88d66cfb53
|
Examine v1.0.0 integration, it now builds! now to run tests and fixup
|
2018-03-27 18:14:21 +11:00 |
|
Claus
|
7c264b4da0
|
adding using statement to preview file to prevent missing htmlhelper error.
|
2018-03-23 11:57:29 +01:00 |
|
Claus
|
716020602d
|
adding using statement to preview file to prevent missing htmlhelper error.
|
2018-03-23 11:55:23 +01:00 |
|
Warren
|
7b17539022
|
Merge branch 'temp-v8-UI' into temp-U4-11129
|
2018-03-23 10:05:01 +00:00 |
|
Warren
|
9269a257e8
|
Adds new info bar to content delete dialog with warning about variants/languages
|
2018-03-23 10:04:26 +00:00 |
|
Warren
|
8d0441ee08
|
Update language keys for changing default language warning
|
2018-03-23 09:03:06 +00:00 |
|
Sebastiaan Janssen
|
8c0ec489c2
|
Bump version to 7.11
|
2018-03-23 09:54:11 +01:00 |
|
Mads Rasmussen
|
bc4e97be48
|
fixes: U4-11120 Create new Language dashboard to create/remove/set default languages - angular
|
2018-03-21 13:39:16 +01:00 |
|
Stephan
|
c6986ef0ab
|
With ModelsBuilder alpha.15
|
2018-03-20 16:56:05 +01:00 |
|
Shannon
|
05c38db54c
|
updates naming of the extending preview property and fixes the angular rendering on ng-init
|
2018-03-14 15:24:30 +11:00 |
|
Shannon
|
00fdace570
|
fixes preview view web.config and makes sure we pass the preview model to the view
|
2018-03-14 14:38:21 +11:00 |
|
Shannon
|
4e531976e9
|
missing file
|
2018-03-14 14:24:11 +11:00 |
|
Shannon
|
830f460b7e
|
bumps version
|
2018-03-14 13:58:48 +11:00 |
|
Shannon
|
3e2fa64820
|
Changes the Preview Index.cshtml to use a real model instead of viewdata, adds the correct razor web.config for these preview views, changes the enabled feature to be able to inject a razor view instead of strings
|
2018-03-14 13:56:49 +11:00 |
|
Shannon
|
1b6c070752
|
Merge remote-tracking branch 'origin/dev-v7' into temp-UAASSCRUM-1405
|
2018-03-14 12:56:07 +11:00 |
|
Shannon
|
0e08a56ada
|
Merge branch 'dev-v7' into temp-UAASSCRUM-1405
# Conflicts:
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Features/EnabledFeatures.cs
|
2018-03-14 12:25:37 +11:00 |
|
Sebastiaan Janssen
|
0048b9c4c8
|
Merge pull request #2516 from bjarnef/dev-v7-U4-11093
U4-11093 - Update Danish translations
|
2018-03-13 23:03:48 +01:00 |
|
Bjarne Fyrstenborg
|
47f5e6bf17
|
Remove duplicate key in user area
|
2018-03-13 22:23:38 +01:00 |
|
Bjarne Fyrstenborg
|
a8908c90bc
|
Add better translations to Danish
|
2018-03-13 22:21:44 +01:00 |
|
Sebastiaan Janssen
|
45d292e196
|
Merge branch 'dev-v7-U4-6616' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-6616
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/variables.less
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/iconpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/iconpicker.html
|
2018-03-13 22:18:28 +01:00 |
|
Robert
|
3dbc2944aa
|
Translations
|
2018-03-12 12:06:57 +01:00 |
|
Mads Rasmussen
|
26defd8f29
|
Merge branch 'dev-v7' into temp-v8-UI
|
2018-03-08 11:52:08 +01:00 |
|
Stephan
|
3637e1e5af
|
Cleanup
|
2018-03-07 10:26:02 +01:00 |
|
Robert
|
ddae0d01e3
|
Merge pull request #2460 from mwanchap/U4-10821
Fix for U4-10821, render alt text attribute from grid image editor (uduf hackathon)
|
2018-03-05 14:35:23 +01:00 |
|
Robert
|
b9ee85dabc
|
String ->string
|
2018-03-05 14:34:36 +01:00 |
|
Michaël Vanbrabandt
|
62e4825a5e
|
Update NL.xml rectify and permissionDenied
|
2018-03-02 10:47:15 +01:00 |
|
Sebastiaan Jansssen
|
213ea6470f
|
Bump version to 7.9.2
|
2018-03-01 15:09:04 +01:00 |
|
Claus
|
23638702c8
|
adding missing views...
|
2018-03-01 12:57:43 +01:00 |
|
Sebastiaan Jansssen
|
86bc50c61d
|
Bump version to 7.9.1
|
2018-02-28 13:27:53 +01:00 |
|
Claus
|
0ee3ebd180
|
adding the preview controller to project.
removing old static html files from src (they're now cshtml files in Views).
copy task should not copy static canvasdesigner files anymore.
|
2018-02-28 08:58:16 +01:00 |
|
Matt Wanchap
|
da0a1c808a
|
Added fallback to caption if no altText, as suggested
|
2018-02-28 11:06:59 +10:00 |
|