Shannon
838788c270
Fixes a few stupid medium trust issues... even though running in full trust... it never ends! :/
2013-09-04 13:18:23 +10:00
Shannon
72a90cb865
Completes: U4-2743 Remove legacy/un-used code from the namespace UmbracoExamine.*
2013-08-29 17:17:01 +10:00
Shannon
733b6aa945
Completes: U4-2742 Remove legacy xsltExtensions.config - xslt extensions are configured using attributes
2013-08-29 17:14:34 +10:00
Shannon
d7fd1efd60
Merge remote-tracking branch 'origin/6.1.4' into 7.0.0
...
Conflicts:
src/Umbraco.Core/StringExtensions.cs
src/Umbraco.Tests/Models/ContentExtensionsTests.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedContentTypes.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/packages.config
2013-08-13 18:22:45 +10:00
Shannon
bfabfd9fa5
Updated to latest Examine version (contains bug fix for U4-2180 Problem with Examine MultiIndexSearcher after upgrading from 4.11.3 to 4.11.8) and removes the partially trusted callers attribute from the PDF lib because itextsharp by default doesn't support med trust.
2013-08-13 15:41:40 +10:00
Shannon
aa1c411c8c
Fixes U4-2618 PDF indexer does not ensure spaces are added to textual content and fixes med trust compat relating to U4-2180 Problem with Examine MultiIndexSearcher after upgrading from 4.11.3 to 4.11.8
2013-08-13 13:47:57 +10:00
Shannon
71bff2d1d7
Merge remote-tracking branch 'origin/6.1.3' into 7.0.0
...
Conflicts:
src/Umbraco.Core/Models/Membership/IUser.cs
src/Umbraco.Core/Models/Membership/UserProfile.cs
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Core/Models/PropertyTypeExtensions.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IUserRepository.cs
src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
src/Umbraco.Core/Services/UserService.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Tests/TestHelpers/BaseUmbracoApplicationTest.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedUser.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
2013-07-03 20:24:02 +10:00
Shannon
4077a01a6b
Fixes: #U4-2344 - fixes examine re-indexing for media and a null check for DataType.Data
2013-07-03 19:47:06 +10:00
Shannon Deminick
8b841e19eb
Upgrades required projects to .Net 4.5
2013-05-26 13:33:43 -10:00
Shannon Deminick
f05c77dc78
Fixed med trust issue with SecuritySafeCritical attributes
2013-05-06 17:23:53 -10:00
Shannon Deminick
f808aac4cd
Fixes: #U4-644 - DynamicNode and MVC don't output RTE values for media
2013-05-06 14:36:47 -10:00
Shannon Deminick
2dfdc1050b
Updates solution to use latest examine 1.5.1 from official Nuget source.
2013-04-05 06:19:52 +06:00
Shannon Deminick
a17a11d50b
Fixed: #U4-1810, pretty much finished the examine management dashboard.
2013-03-01 03:04:29 +06:00
Shannon Deminick
6ead98a51d
updated latest examine patch dll. added indexing actions to the dashboard. have optimize working great all
...
with the new umbraco api framework.
2013-02-28 05:05:06 +06:00
Shannon Deminick
b374dcf2c2
fixed issue with test project's invalid references (for web api). Added UmbracoAuthorizedApiController, change the
...
examine mgmt tools to use web api, got the dashboard displaying all relavent properties for indexers.
2013-02-27 05:24:45 +06:00
Shannon Deminick
7deae8ea37
Update to latest examine (bug fixed), started Examine Management dashboard FF project.
2013-02-23 23:00:31 +06:00
Shannon Deminick
03aa7fd06b
Fixes umbraco content service
2013-02-23 22:11:38 +06:00
Shannon Deminick
c1172b6823
Fixes issue with UmbracoContentService when getting all user property names
2013-02-23 01:59:21 +06:00
Shannon Deminick
8ea9627d51
Updated to Examine 1.45, Updated FixedDisplayModes to 1.0.1
2013-02-20 21:29:56 +06:00
Shannon Deminick
7efc06429c
Fixes up index set extensions and now have the Sorting test working. PDF indexer tests working.
2013-02-20 05:01:40 +06:00
Shannon Deminick
b47f9e87f1
Fixed up merging and unit test structures so taht BaseWebTest uses BaseDatabaseFactoryTests.
...
Fixed up Examine unit test issues
2013-02-20 02:50:08 +06:00
Shannon Deminick
2fca8f3444
Fixes more examine initialization checks if the umbraco app is not ready/installed.
2013-02-19 05:06:54 +06:00
Shannon Deminick
196357f6c3
WIP - getting sorting search test going.
2013-02-15 18:54:37 +06:00
Shannon Deminick
ac090c05ae
WIP - updating UmbracoExamine to fix sort order sorting.
2013-02-14 23:06:28 +06:00
Shannon Deminick
73714c7cef
Put legacy examine classes back in.
2013-02-14 06:06:54 +06:00
Shannon Deminick
0485c20331
Updated Examine.dll version with a few more fixes/updates.
2013-02-14 06:02:38 +06:00
Shannon Deminick
4e6bdd1fc7
Fixed some med trust issues with UmbracoExamine. Created new framework for distributed cache providers with unit tests. Still uses the
...
old ICacheRefresher but now we can plugin 2 new providers - one for resolving a list of servers and the other to notify the servers of changes.
By default we have the configuration based providers which uses the umbracoSettings.
2013-02-12 03:46:27 +06:00
Shannon Deminick
5d681c18fe
Converted UmbracoExamine UmbracoContentService to use new data APIs and added a unit test for one of the converted methods.
2013-02-02 03:21:06 +06:00
Shannon Deminick
6ee17dad03
Updated configs to ensure that the correct (non-obsoleted) config section definition is used for Examine.
...
Updates Examine index configs to be simplified, don't need all of that config there!
Updates UmbracoExamine indexers to not initialize if the app/database is not ready.
Updates Examine event binders to not bind if the app/database is not ready.
Updates Examine events to use new 6.0+ events and removes binding entirely to the old api events (where we could)
2013-02-02 02:16:44 +06:00
Shannon Deminick
dc06e303fc
Updated to new Examine version on MyGet, should fix build errors
2013-01-06 02:46:19 +03:00
Shannon Deminick
dbf38fbeb8
Changed BaseWebTest to use same logic as BaseDatabaseFactoryTests since we need the ServiceContext now. Fixed a bunch of failing tests... still have some more to fix though.
2013-01-05 23:36:38 +03:00
Shannon Deminick
8b49d2d377
Removes all MyGet dependencies for UmbracoExamine (since it is in the core now).
...
Converts UmbracoContextService and UmbracoMediaService for UmbracoExamine to use the new data api's
to extract latest data. Currently had to hack a bit with a new class called LegacyLibrary because at the moment
we'll have a circular dependency with Umbraco.Web which needs to be fixed. Moves all Examine event management to
Umbraco.Web (again mainly because of circular dependencies, but makes sense to have it there). Fixes the ExamineEvents
to implement IApplicationEventHandler instead of IApplicationStartupHandler to ensure that all resolvers have been
initialized before attempting to initialize examine indexes. Updates Examine ILogService to use the LogHelper.
Adds some new ContentExtensions for IMedia since currently Examine needs xml structures, but have kept it internal.
2013-01-05 22:46:50 +03:00
Shannon Deminick
6513097d38
Added UmbracoExamine.PDF library and unit tests.
2013-01-05 04:43:15 +03:00
Shannon Deminick
027f76af96
Working on #U4-1356 - Moving UmbracoExamine to core
2013-01-05 03:01:29 +03:00