Closed binary1230 closed 8 years ago
+1
You say this uses the new function in the main plugin to convert relative URLs to absolute URLs when needed, but I don't actually see that happening in the code. Was there a missed commit here?
It's the function build_absolute_whatever() in the csv export code
Ahh yes okay, I see it now.
renamed underlying function, and it now handles falsey inputs automatically so we don't need to worry about it.
requires magfest/ubersystem#1890
Make band plugin use relative URLs for purely web-based stuff, and use the new functionality in base ubersystem to create absolute urls when we have no other choice, such as for the CSV export of band information, or email text generation.