cofoundry-cms / cofoundry

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
https://www.cofoundry.org
MIT License
836 stars 146 forks source link

Pages / Directories: Naming of FullUrl inconsistent #465

Closed HeyJoel closed 3 years ago

HeyJoel commented 3 years ago

Both FullPath and FullUrlPath are used. Given we also have rteferences to paths that are not url-based I suggest we consolidate on FullUrlPath. This is a breaking change.

Whilst making this change we should update these properties to be PathString, which may be a breaking change if you're using string methods on the value.

HeyJoel commented 3 years ago

Fixed, release in v0.10. Breaking changes:

I backed out of the PathString change, it turned out to be a bigger breaking change than expected.