Shannon
709df804e5
Updates tests and better type support for importing content
2019-01-16 00:13:40 +11:00
Shannon
f6fdc9ae2d
Updates test, fixes some other issues during testing
2019-01-15 23:46:58 +11:00
Shannon
44ab0991ce
Package installing is working
2019-01-15 22:08:08 +11:00
Shannon
b3585b0083
some cleanup
2019-01-14 18:03:06 +11:00
Shannon
65e98928d4
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
Shannon
18c90c5325
Package file installation logic all migrated and tests are running, now to do the package data installation
2019-01-14 14:28:00 +11:00
Shannon
c89b50f0b8
large refactor/cleanup of most of the old package installer logic dealing with persisting the installedPackages.config which is now in the services, creates new parsers and removes a ton of old code, changes fetching packages to be async, uses XElement instead of old XmlNode apis, next we need to do the actual package installer updates
2019-01-11 14:30:04 +11:00
Shannon
687aa8cc99
Merge remote-tracking branch 'origin/temp8' into temp8-packages-ui
2019-01-11 10:37:22 +11:00
Stephan
ed7c8da81f
Merge branch 'temp8' of https://github.com/StefanoChiodino/Umbraco-CMS into temp8-pr3583
2019-01-10 16:29:36 +01:00
Shannon
568d5c2583
Fixes issue with redirect
2019-01-10 19:08:52 +11:00
Shannon
091c9471bb
Gets macros in packages, gets the download button working to download a created package, more tests
2019-01-10 18:51:02 +11:00
Shannon
b8d2309b9c
Gets the IPackageBuilder working and tested, now the controller can create and update packages, validation is also working, need to do some more tests for adding other entities , removes more of the old packaging code.
2019-01-10 17:18:47 +11:00
Shannon
5f972384b1
WIP - new IEntityXmlSerializer, IPackageCreation, PackageActionRunner, large refactor of entity serialization, no more IPackagingService.Export methods, ports legacy package creation code to new IPackageCreation, more more ExportEventArgs (makes no sense)
2019-01-10 12:44:57 +11:00
Stephan
19ae9f5dee
Refactor configuration for DI
2019-01-07 19:40:07 +01:00
Claus
2fad3c745a
Merge branch 'temp8-3539-support-for-variants-in-redirects' into temp8
...
# Conflicts:
# src/Umbraco.Web/Routing/RedirectTrackingComponent.cs
2019-01-04 14:36:55 +01:00
Bjarke Berg
9bf66b0881
#3539 - Re-enabled url redirect tracking and implemented support for culture variants
2019-01-04 11:24:30 +01:00
Stephan
115b0cd2aa
Merge branch temp8 into temp8-di2690
2018-12-18 15:42:45 +01:00
Stephan
8152862ad2
Fix issue with figuring out whether a published content version is draft
2018-12-18 08:31:10 +01:00
Stephan
adced099be
Move UmbracoConfig singleton to Current
2018-12-12 23:31:16 +01:00
Stephan
b6f55d12da
Merge branch 'temp8' into temp8-3675-variant-tags
2018-12-11 10:11:27 +01:00
Stephan
046f6f3cd9
Merge branch origin/temp8 into temp8-di2690
2018-12-10 17:49:11 +01:00
Stephan
f9967e2d7d
Fix e25e509d84 breaking tests, fix original issue
2018-12-10 17:48:24 +01:00
Stephan
7f8eeeab83
Merge branch temp8 into temp8-di2690
2018-12-07 16:12:08 +01:00
Stephan
04b38a2c46
Merge branch 'temp8' into temp8-3675-variant-tags
2018-12-07 14:26:19 +01:00
Stephan
1eee6dfb2f
Cleanup
2018-12-07 14:05:47 +01:00
Stephan
6dad124d5b
Merge branch 'temp8' into temp8-manifest
2018-12-07 13:53:28 +01:00
Stephan
710ec704b3
Merge branch temp8 into temp8-di2690
2018-12-07 09:52:46 +01:00
Stephan
c62d64a9b7
Merge temp8 into temp8-3675-variant-tags
2018-12-07 09:36:58 +01:00
Stephan
fb4717d31e
Merge branch 'temp8-3527-indexes-via-code' into temp8
2018-12-07 09:27:38 +01:00
Stephan
159ae136f3
Merge branch 'temp8' into temp8-3675-variant-tags
2018-12-07 08:49:25 +01:00
Shannon
9b3de7b655
manually merges in publishing messaging when publishing something that has an expire date
2018-12-07 12:49:20 +11:00
Bjarke Berg
aee6156a09
Refactored the ManifestContentAppDefinition to have a factory and a seperate data class.
2018-12-06 10:02:23 +01:00
Shannon
07f15ec7b3
Merge remote-tracking branch 'origin/dev-v7' into temp8
...
# Conflicts:
# src/Umbraco.Core/Models/UserExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/AuditRepository.cs
# src/Umbraco.Core/Persistence/Repositories/RepositoryBase.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Tests/Migrations/Upgrades/SqlCeUpgradeTest.cs
# src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdownFlexible/dropdownFlexible.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdownFlexible/dropdownFlexible.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
# src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/fr.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/ru.xml
# src/Umbraco.Web.UI/Umbraco/developer/RelationTypes/EditRelationType.aspx
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/umbraco/config/lang/es.xml
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/HealthCheck/Checks/DataIntegrity/XmlDataIntegrityHealthCheck.cs
# src/Umbraco.Web/HealthCheck/NotificationMethods/EmailNotificationMethod.cs
# src/Umbraco.Web/Routing/ContentFinderByRedirectUrl.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/create/language.ascx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/settings/editLanguage.aspx.cs
# src/umbraco.cms/businesslogic/language/Language.cs
2018-12-06 17:13:23 +11:00
Stephan
c6a9701e53
Merge branch temp8 into temp8-di2690
2018-12-05 09:05:47 +01:00
Shannon
d549cb8e3d
Merge remote-tracking branch 'origin/temp8' into temp8-3527-indexes-via-code
2018-12-05 17:36:50 +11:00
Shannon
b48a7fa4a9
Gets search tools working for explicitly defined searchers, have tested with a multi index searcher, refactors SupportsUnpublished vs SupportSoftDelete vs OnlyPublishedContent booleans and made some sense out of the reindexing items in ExamineComponent which didn't really work, cleans up IPublishedContentQuery implementation
2018-12-05 16:53:25 +11:00
Shannon
162b90194d
Gets sln building, removes old legacy settings, removes ascx dashboard support
2018-12-03 16:14:49 +11:00
Stephan
18c382d888
in progress tags
2018-11-30 16:30:59 +01:00
Stephan
49a0b68b28
IContainer is IRegister+IFactory
2018-11-28 11:05:41 +01:00
Benjamin Carleski
a37b2d42fb
Disable Gravatar images when FIPS is enabled
...
Gravatar image URLs require an MD5 hash of the email be generated. On a FIPS-enabled server, the MD5 algorithm is not available. As Gravatar doesn't offer any other method for getting user images, enabling FIPS means that no user images will be available.
2018-11-27 21:30:46 +01:00
Shannon
ff3af8b7a7
Updates the content value set validator + tests
2018-11-27 17:43:56 +11:00
Shannon
b6790261c4
Adds test
2018-11-26 17:20:15 +11:00
Stephan
6ffc340725
Merge branch temp8 into temp8-di2690
2018-11-23 14:58:08 +01:00
Warren Buckley
54a2aa00a7
Revert "Temp8 tinymce"
2018-11-22 14:05:51 +00:00
Stephan
87a64b7406
Refactor filesystems (again)
2018-11-19 14:40:59 +01:00
Stephan
5b39e5e5c7
Fix typo in ReflectionUtilities
2018-11-18 11:05:14 +01:00
Stephan
f316931a50
Merge branch 'temp8-224-db-updates-sched-publishing-with-variants' into temp8-3096-angular-bulk-publish
2018-11-15 13:34:02 +01:00
Stephan
eb37e03ebc
Deal with fixme/review
2018-11-15 13:25:21 +01:00
Stefano Chiodino
8275050dee
Comes to terms that we are now using nullables...spread the word to all other types that use a template ID one way or another.
2018-11-15 06:48:25 +00:00
Shannon
7f6da8bca7
Merge branch 'temp8-224-db-updates-sched-publishing-with-variants' into temp8-3096-angular-bulk-publish
2018-11-15 16:27:31 +11:00