inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

thinker wikipedia url field #59

Closed colinallen closed 12 years ago

colinallen commented 12 years ago

If a full URL is entered in the Wikipedia field for a thinker, e.g., http://en.wikipedia.org/wiki/, the constant part should be stripped. Currently gets stored as http://en.wikipedia.org/wiki/http://en.wikipedia.org/wiki/.

JaimieMurdock commented 12 years ago

This should be done in the inphosite/public/js/admin.js file's submit_field method, as the URL submissions are pre-processed.

alefrost commented 12 years ago

I was able to get this to work. It's on the searchpatterns branch.

alefrost commented 12 years ago

added it on in the master branch