Kenn Jacobsen
|
b709ed4aa3
|
Don't attempt to resolve URLs for element types
|
2019-01-26 18:27:53 +01:00 |
|
Stephan
|
e959605b39
|
Cleanup and deal with FIXMEs
|
2018-12-20 14:31:46 +01:00 |
|
Shannon
|
a19a58796f
|
Changes IUrlProvider to return UrlInfo
|
2018-12-18 22:02:39 +11:00 |
|
Stephan
|
35f4bba119
|
fix UrlProvider for invariant under variant
|
2018-12-11 10:00:55 +01:00 |
|
Stephan
|
b6679551d4
|
Fix url provider for variant/invariant urls
|
2018-10-04 16:16:56 +02:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Stephan
|
6ce24bf1a1
|
Various fixes
|
2018-05-17 17:24:30 +02:00 |
|
Shannon
|
50659787ee
|
fixes published content Url for invariant
|
2018-05-17 15:26:06 +02:00 |
|
Shannon
|
9c1451ecd3
|
Fixes LanguageRepository for deleting a lang, updates UrlProvider to have consistent method parameter order, updates UmbracoHelper to have culture params for getting URLs
|
2018-05-09 12:50:34 +10:00 |
|
Stephan
|
ff7c74ec8a
|
Rename accessors
|
2018-04-30 21:29:49 +02:00 |
|
Stephan
|
dbf310caf1
|
Now use empty string for invariant in published
|
2018-04-30 21:03:43 +02:00 |
|
Stephan
|
038fc87a40
|
Cleanup, fix tests
|
2018-04-30 15:11:01 +02:00 |
|
Stephan
|
bcd0c95ec1
|
Refactor getting urls
|
2018-04-30 09:14:14 +02:00 |
|
Stephan
|
dbf1b1e0d4
|
Refactor DomainHelper
|
2018-04-27 17:54:49 +02:00 |
|
Shannon
|
c19dbeda23
|
Adds a couple of tests which yielded some other issues with getting urls by culture, those are now fixed
|
2018-04-27 13:27:15 +10:00 |
|
Shannon
|
ad6a745681
|
Changes CultureInfo to string where required, fixes tests
|
2018-04-27 11:08:20 +10:00 |
|
Shannon
|
de2784c281
|
Adds culture optional parameters to all GetUrl methods on UrlProvider
|
2018-04-24 14:51:27 +10:00 |
|
Shannon
|
9044c9328d
|
Gets inbound routing working, reduces the amount of non injected dependencies, reduces the amount of DomainHelper instances
|
2018-04-24 13:07:18 +10:00 |
|
Stephan
|
d23933a5b1
|
DataType refactoring preparation - Entity refactoring
|
2018-01-15 13:28:35 +01:00 |
|
Stephan
|
c76403077f
|
Normalize cr/lf/tab
|
2017-07-20 11:21:28 +02:00 |
|
Stephan
|
7ea9c9c8e2
|
Move Web.Current to Composing
|
2017-05-30 18:13:11 +02:00 |
|
Stephan
|
8561d85f7a
|
porting 7.6-rc1 into 8
|
2017-05-24 12:25:39 +02:00 |
|
Stephan
|
fa45cd1a88
|
tmp
|
2016-09-02 14:44:16 +02:00 |
|
Shannon
|
c760a7c50d
|
Merge branch 'dev-v7-7.3.0-UmbHelperInterfaces' of https://github.com/Shazwazza/Umbraco-CMS into Shazwazza-dev-v7-7.3.0-UmbHelperInterfaces
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
|
2015-02-18 17:14:55 +01:00 |
|
Shannon
|
2f86813a21
|
Migrating usages of old domain object to new IDomainService, this also involves updated quite a lot of unit tests. I've updated quite a few of the routing tests to be pure mocking tests which works much nicer than before so there's no db access, this also means they run a million times faster (need to clean them up further still though). Still more tests failing which need fixing.
|
2015-01-22 15:16:10 +11:00 |
|
Shannon
|
1e9a17babe
|
Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
|
2013-09-25 19:23:41 +10:00 |
|
Shannon
|
48db556d1b
|
Updated SettingsForTest to return mockable umbraco settings so we can set whatever we want. Fixing up unit tests. Removes calls to CleanUmbracoSettingsConfig and EnsureUmbracoSettingsConfig since we should be dealing with the mockable settings.
|
2013-09-16 19:33:21 +10:00 |
|
Shannon
|
09b68a75be
|
Simplifies the IContentSection so that there's no nesting of interface classes and updates some unit tests
|
2013-09-16 15:52:59 +10:00 |
|
Shannon
|
f38a6e1561
|
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
|
2013-09-13 18:11:20 +10:00 |
|
Shannon
|
7806762b80
|
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
|
2013-08-31 11:28:19 +10:00 |
|
Shannon
|
8525468312
|
Get the generic property tab rendering properly with a url list as well.
|
2013-08-12 15:57:54 +10:00 |
|
Stephan
|
5110e0ec0e
|
Web.Routing - go public
|
2013-01-24 08:51:27 -01:00 |
|
Stephan
|
cb966ac70b
|
Web.Routing - use UmbracoContext.ContentCache
|
2013-03-19 17:50:38 -01:00 |
|
Stephan
|
cce32f406f
|
Web.PublishedCache - move caches to UmbracoContext
|
2013-03-19 17:50:36 -01:00 |
|
Stephan
|
ef9ce720b2
|
Web.PublishedCache - create, migrate
|
2013-02-05 06:31:13 -01:00 |
|
Stephan
|
9fc5ee897f
|
Web.Routing - implement UrlProviderMode
|
2013-03-01 13:56:11 -01:00 |
|
Stephan
|
ac3bec5d9e
|
Web.Routing - refactor domains management
|
2013-02-19 06:37:25 -01:00 |
|
Stephan
|
8b00e72bf6
|
Web.Routing - refactor url providing (U4-1321...) + new IUrlProvider
|
2013-01-31 10:06:25 -01:00 |
|