Sebastiaan Janssen
014e50a13a
Merge pull request #2148 from LennardF1989/U4-10345
...
Added possibilty to ignore collisions from an IContentFinder (U4-10345)
2018-07-16 13:38:23 +02:00
Claus
22bd6cd989
U4-10392 Culture and hostnames with special characters can register as collisions
2017-09-08 11:25:41 +02:00
Sebastiaan Janssen
44102df36f
Merge pull request #2167 from umbraco/temp-U4-10370
...
U4-10370 Culture and hostnames with "æøå" after /
2017-09-04 11:25:55 +02:00
Sebastiaan Janssen
617a91c57e
Merge pull request #2119 from umbraco/temp-U4-10274
...
U4-10274 Umbraco.MemberHasAccess isn't cached
2017-09-01 15:45:55 +02:00
Claus
22cef52261
removing using.
2017-09-01 13:50:51 +02:00
Claus
41e419a49e
U4-10370 Culture and hostnames with "æøå" after /
2017-09-01 13:48:39 +02:00
Shannon
085c06e043
Adds EventState to the event args instead of trying to change the AdditionalData which is a breaking change. Updates FileService and ContentService to use one event arg insteance for both before/after events so that the EventState flows and so we are allocating less objects.
2017-08-24 16:22:50 +10:00
Lennard Fonteijn
d980ffe783
Added possibilty to ignore collisions from an IContentFinder
2017-08-23 23:14:49 +02:00
Shannon
d8cfd8f12e
U4-10274 Umbraco.MemberHasAccess isn't cached
2017-08-10 13:46:18 +10:00
Stephan
f8fac9f84e
U4-9430 - fix
2017-07-20 10:21:21 +02:00
Brian Powell
5ec67ab3fd
Apply Tom Fulton's fix for U4-9430 from ba670586eb
2017-06-09 11:40:38 -04:00
Sebastiaan Janssen
22d778ed28
Adds UDI redirect for FollowExternalRedirect
...
Checks if the redirect property exists before trying to get it's value
Simplified conversions by asking for the property value by type
2017-05-20 11:34:03 +02:00
James Coxhead
451826a329
Fixes umbracoInternalRedirectId property to work with UDI IDs
2017-05-14 21:52:45 +01:00
Shannon
9a57f463ce
Updates LocalLinks to be UDI, this will support both INT and UDI as LocalLink but when a new LocalLink is picked, it will use the UDI so eventually the INT will be gone
2017-03-14 15:31:30 +11:00
Stephan
13ed3303f5
U4-9337 - url routing perfs
2017-01-04 13:56:41 +01:00
Shannon
93ee850bcc
publicize 2 events on UmbracoModule
2016-11-18 13:48:18 +01:00
Sebastiaan Janssen
a20b7f9303
Merge pull request #1457 from umbraco/temp-u4-8917
...
U4-8719 - bugfix the redirect dashboard
2016-09-05 12:48:30 +02:00
Sebastiaan Janssen
1b6bf2f331
U4-8938 [OutputCache] headers changed from Cache-Control: public to private
2016-09-03 10:16:34 +02:00
Stephan
fa45cd1a88
tmp
2016-09-02 14:44:16 +02:00
Stephan
d409d17189
U4-8813 - bugfix
2016-08-16 14:36:18 +02:00
Stephan
38c876bb53
Revert "U4-8813 - bugfix"
...
This reverts commit 95fb7f97d0 .
2016-08-16 14:35:31 +02:00
Stephan
95fb7f97d0
U4-8813 - bugfix
2016-08-16 14:30:19 +02:00
Stephan
cd2c79e7d5
U4-8813 - cleanup
2016-08-16 12:45:10 +02:00
Shannon
fee4a84c66
Revert temp commit, adds logic to check if the segment value has changed + lots of notes
2016-08-08 12:19:03 +02:00
Shannon
ad2a644bdf
temp save to track history since i need to roll this back
2016-08-08 12:07:43 +02:00
Shannon
816107a348
U4-8813 RedirectTrackingEventhandler always iterates over all descendants
...
fixes SHA1 hashing (moves to a ext method), fixes col length for new db for the redirect table, updates migration len to 40 to store the correct hash format, don't iterate descendents if there's nothing changed, fixes issue with RedirectTrackingEventHandler with regards to operating outside of a web request (i.e. console app)
2016-08-05 18:55:48 +02:00
Sebastiaan Janssen
b9fcda8f39
U4-8361 301 Url Tracking
...
Adds the ability to add certain headers to a PublishedContentRequest - these are internal for now until we're sure we want to expose them
Adds response headers to tell browsers not to cache the 301 redirects so people can easily change their mind later
2016-08-02 17:01:32 +02:00
Stephan
32d59bb2bc
U4-8755 - more explicit errors when xml cache is corrupt
2016-07-21 16:46:46 +02:00
Stephan
e231206555
U4-8361 - bugfix, get finder to work
2016-06-12 19:47:11 +02:00
James Jackson-South
c916c09dee
Add IContentFinder implementation.
2016-06-12 23:51:22 +10:00
Stephan
5f8747b4d3
U4-1780 - detect colliding urls ( #1243 )
...
* U4-1780 - detect colliding urls
* U4-1780 - fix error message
* U4-1780 - fix XmlHelper issue with sortOrder
* U4-1780 - bugfix
2016-05-04 12:45:20 +02:00
Stephan
6dea69c5a1
U4-2508 - improve culture detection in 404 situation
2016-04-27 19:09:49 +02:00
Stephan
9293008b94
U4-7914 - add PublishedContentRequest.Preparing event
2016-02-18 11:36:48 +01:00
Shannon
640b2c0ee0
Moves strings to constants, adds ControllerContextExtensions to get the UmbracoContext from the hierarchy of ControllerContext's, changes RenderModelBinder to use this method to get the UmbracoContext, changes UmbracoViewPageOfTModel to use this method to get the UmbracoContext, adds RouteDataExtensions to get the UmbracoContext from routedata, adds extension methods on the HttpContext to get the UmbracoContext from it.
2016-02-16 11:17:47 +01:00
Shannon
81a99d6f7d
adds null check and ensures that SetInternalRedirectPublishedContent cannot be called with a null result
2016-01-28 10:19:51 +01:00
Sebastiaan Janssen
bf9755b27c
Don't end response so people can actually hook into PostRequestHandlerExecute
2015-11-18 19:41:20 +01:00
Shannon
f03ee9f908
Fixes routing tests and reverts to simplified routing logic based on the Language ISO code returned from the IDomain object.
2015-08-05 12:10:13 +02:00
Shannon
3fec2b9756
uses the LanguageIsoCode returned from the domain object during routing so it doesn't need to be re-looked up.
2015-08-04 15:53:08 +02:00
Shannon
16c9ca9e4b
Refactors IDomain model, simplifies it so that it doesn't contain references, simplifies the domain repository to no longer require lookups of content and languages, updates all other code referencing IDomain and now if a language lookup is required it is made when appropriate.
2015-07-27 12:53:09 +02:00
Stephan
52c33055af
U4-6702 - handle wildcard domains also for virtual node handler
2015-06-15 14:58:34 +02:00
Shannon
416dcdf90f
Updates NotFoundHandlerHelper to use IDomainService and fixes IDomainRepository with the Exists and GetByName methods (with tests)
2015-05-13 16:45:08 +10:00
Shannon
64cbeb4c9d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Services/EntityService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
src/Umbraco.Web/Cache/TemplateCacheRefresher.cs
src/umbraco.cms/businesslogic/template/Template.cs
2015-05-13 12:20:43 +10:00
Shannon
ad8926668e
Fixes: U4-6588 UmbracoSettings Error404 support Guids and Xpath - To achieve this, had to create an Id -> Key and Key -> Id method on EntityService including a cache for it which means updating all relavent cache refreshers to clear this cache when things are removed. Moved the logic for parsing an Umbraco XPath query (with tokens) to a stand-alone testable class (though haven't written tests), move the logic for looking up a not found page to the NotFoundHandlerHelper (instead of legacy 'library'). Fixes the $root query, since I don't think that ever worked. I've tested $root now for both MNTP and for the not found handler and it works.
2015-05-12 12:39:46 +10:00
Shannon
a1c7352da1
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Integration/GetCultureTests.cs
src/Umbraco.Tests/Models/ContentTests.cs
src/Umbraco.Tests/Models/ContentTypeTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/Services/ContentTypeServiceTests.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/Mvc/SurfaceController.cs
2015-04-09 16:50:07 +10:00
Shannon
d5e735ac14
Fixes singleton accessors and adds ctor which would allow unit testability.
2015-04-07 12:07:54 +10:00
Sebastiaan Janssen
5f175874b2
Fixes tests and adds a few
2015-04-02 17:52:59 +02:00
Sebastiaan Janssen
fa053426c3
Don't disableFindContentByIdPath when in preview mode
2015-04-02 17:16:56 +02:00
Shannon
bceed10bd8
Merge branch 'dev-v7-distcache' into 7.3.0
2015-04-01 14:00:13 +11:00
Shannon
cd3191012f
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/Scheduling/LogScrubber.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
2015-03-27 15:15:49 +11:00
Sebastiaan Janssen
9dfccd86fd
U4-2499 Remove the possibility for accessing pages with nodeid's or give a redirect option
...
#U4-2499 Fixed Due in version 7.2.5
2015-03-24 20:09:48 +01:00