getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

v::url in development #90

Closed dervondenbergen closed 9 years ago

dervondenbergen commented 9 years ago

The regular expression for v::url prevents using a local server for development.

Domains like http://localhost:9000/my/option/data aren't a valid url. Therefore they won't be fetched as dynamic options. Using an absolute url like /my/option/data would be also useful, because in an production environment are the paths possibly the same but the rest of the url not.

bastianallgeier commented 9 years ago

I fixed this in the panel code on the develop branch. It will be in the next release.

dervondenbergen commented 9 years ago

:+1: