Shannon
|
d38e4e6e34
|
latest examine, fixes sortability
|
2018-12-14 11:32:20 +11:00 |
|
Shannon
|
162f8480d1
|
more tweaks to get config based indexes working, updates to IIndexPopulator to have strongly typed association
|
2018-12-13 23:17:58 +11:00 |
|
Shannon
|
c129375dd0
|
more bug fixes
|
2018-12-13 22:33:41 +11:00 |
|
Shannon
|
2060f69ab0
|
Allow configuring a DirectoryFactory for all LuceneIndexes created with LuceneIndexCreator
|
2018-12-13 21:09:56 +11:00 |
|
Shannon
|
7159bca71f
|
Update to latest examine api changes
|
2018-12-13 18:24:06 +11:00 |
|
Shannon
|
c8b3f11498
|
latest examine, tweaks to UmbracoFieldDefinitionCollection, adds some test code for testing
|
2018-12-13 15:04:18 +11:00 |
|
Kenn Jacobsen
|
41624c8c16
|
Remove the old aspx page
|
2018-12-12 23:07:41 +01:00 |
|
Warren Buckley
|
acc238f6ef
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
|
2018-12-11 11:23:18 +00:00 |
|
Warren Buckley
|
0ae9d30373
|
Revert recent change to Forms dashboard back into XML config - now that we have a way to modify from Umbraco Forms component
|
2018-12-11 09:43:47 +00:00 |
|
Warren Buckley
|
c4cf843b82
|
Adds in the Umbraco Forms Promo dashboard in via package.manifest so that Forms install can override when installed
|
2018-12-10 14:59:17 +00:00 |
|
Warren Buckley
|
f390e2979d
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
# Conflicts:
# src/Umbraco.Core/EnumerableExtensions.cs
|
2018-12-07 12:06:23 +00:00 |
|
Stephan
|
fb4717d31e
|
Merge branch 'temp8-3527-indexes-via-code' into temp8
|
2018-12-07 09:27:38 +01:00 |
|
Shannon
|
62d74f07bf
|
fixes boolean change mistake to make sure that the Internal/external index has the correct PublishedOnlyFlag, latest examine update, fixes issue with queuing deletions before updates
|
2018-12-07 15:06:07 +11:00 |
|
Shannon
|
91af2c7708
|
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
|
2018-12-07 12:50:09 +11:00 |
|
Sebastiaan Janssen
|
47287d9d80
|
Codebase now runs on VS2019
|
2018-12-06 13:19:04 +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 |
|
Sebastiaan Janssen
|
f26353a34e
|
Fix broken build
|
2018-12-05 11:00:49 +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
|
56d1a317c0
|
Gets searching working in the dashboard, updates to latest examine
|
2018-12-04 14:25:37 +11:00 |
|
Warren Buckley
|
b361d1c950
|
Refactor package.manifest dashboards JSON structure
|
2018-12-03 14:26:16 +00:00 |
|
Warren Buckley
|
e620d26769
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
# Conflicts:
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web/UI/JavaScript/JsInitialize.js
|
2018-12-03 13:28:07 +00:00 |
|
Shannon
|
f8d203abff
|
Updates latest examine + api updates + fixes tests, gets different validation working (valid, failed, filtered)
|
2018-12-03 22:10:56 +11:00 |
|
Matthew Wise
|
673735c2fe
|
Added eslintignore file
|
2018-12-03 09:50:24 +01:00 |
|
Shannon
|
162b90194d
|
Gets sln building, removes old legacy settings, removes ascx dashboard support
|
2018-12-03 16:14:49 +11:00 |
|
Shannon
|
6103832b8a
|
Gets index rebuilding working
|
2018-11-30 12:22:23 +11:00 |
|
Shannon
|
340b8e6cef
|
Latest examine, updates for dashboard, adds UmbracoExamineIndexDiagnostics
|
2018-11-29 13:55:51 +11:00 |
|
Shannon
|
3fd0aef18e
|
decouples data lookup from indexers and rebuilding logic
|
2018-11-28 01:23:02 +11:00 |
|
Shannon
|
b6790261c4
|
Adds test
|
2018-11-26 17:20:15 +11:00 |
|
Shannon
|
4f7de35e04
|
Adds HtmlValueType
|
2018-11-26 12:06:38 +11:00 |
|
Warren Buckley
|
54a2aa00a7
|
Revert "Temp8 tinymce"
|
2018-11-22 14:05:51 +00:00 |
|
Shannon
|
c5b36773c9
|
Removes the old _searchEmail and configures the 'email' field to be of type EmailAddress
|
2018-11-22 14:26:26 +11:00 |
|
Shannon
|
2965523029
|
Configures Umbraco indexes via code, updates to latest examine, simplifies some logic
|
2018-11-22 14:05:36 +11:00 |
|
Warren Buckley
|
1d5ae45b06
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
|
2018-11-08 09:58:56 +00:00 |
|
Shannon
|
c5181607de
|
Merge branch 'temp8' into temp8-231-send-to-publish-with-variants
# Conflicts:
# src/Umbraco.Web/Components/NotificationsComponent.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/NotificationServiceExtensions.cs
# src/Umbraco.Web/Trees/LegacyTreeDataConverter.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/SendPublish.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs
|
2018-11-01 14:02:43 +11:00 |
|
Warren Buckley
|
39bb4f3a1e
|
Merge branch 'temp8' into temp8-logviewer
|
2018-10-31 14:33:40 +00:00 |
|
Warren Buckley
|
5b1e7e9b3d
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
# Conflicts:
# src/Umbraco.Core/Constants-Applications.cs
# src/Umbraco.Web.UI.Client/bower.json
|
2018-10-29 10:34:23 +00:00 |
|
Shannon
|
bae9bb6108
|
Initial cleanup of IActions, menu items, etc...
|
2018-10-29 17:27:33 +11:00 |
|
Shannon
|
555a275e13
|
fixes build
|
2018-10-26 13:21:30 +11:00 |
|
Shannon
|
81c7a1de78
|
Cleans up the notification system, removes coupling on System.Web, simplifies the whole thing, removes old legacy files, adds sort event, moves sort notification to be event based and not part of the controller
|
2018-10-24 23:55:55 +11:00 |
|
Shannon
|
adae4325c9
|
Removes old legacy files
|
2018-10-24 19:07:35 +11:00 |
|
Stephan
|
9699e6cb71
|
Merge branch 'temp8' into temp8-dirty-tracking-on-variants
|
2018-10-23 10:51:28 +02:00 |
|
Shannon
|
8dfb0dc35c
|
more send to translate cleanup
|
2018-10-19 13:25:06 +11:00 |
|
Warren Buckley
|
321313f134
|
Remove rollback .aspx dialog
|
2018-10-18 14:32:44 +01:00 |
|
Shannon
|
831657537f
|
tree webforms cleanup
|
2018-10-16 16:56:28 +11:00 |
|
Warren Buckley
|
3c747a1be6
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
# Conflicts:
# src/Umbraco.Web.UI/config/trees.Release.config
# src/Umbraco.Web.UI/config/trees.config
|
2018-10-09 13:34:19 +01:00 |
|
Stephan
|
f5c5d9f9d5
|
Update ModelsBuilder to -alpha.24
|
2018-10-08 17:15:08 +02:00 |
|
elitsa
|
b68b962d6f
|
Removed all keys which are not being referenced anywhere in the code base.
|
2018-10-08 11:58:22 +02:00 |
|
Warren Buckley
|
cb166526dc
|
Merge remote-tracking branch 'origin/temp8' into temp8-logviewer
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
|
2018-10-03 16:49:37 +01:00 |
|
Shannon
|
edc9744397
|
manual merge pass #1
|
2018-10-02 11:14:04 +02:00 |
|