Needs review
Project:
Station
Version:
6.x-2.x-dev
Component:
Playlists
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2010 at 02:34 UTC
Updated:
25 Feb 2011 at 21:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
refreshingapathy commentedThis request stems from the fact that I'm testing Cloudflare (http://cloudflare.com) with my dev site... it seems to really dislike the autocomplete in the station playlist form, pops up all sorts of strange AJAX errors. I'll work through them slowly, but it made me realize that there's no option to turn this off!
Comment #2
refreshingapathy commentedI think I got this one. Put the attached together and ran it through my dev, seems to work (but probably isn't the most elegant way of doing this).
Comment #3
drewish commentedSeems like a good feature but I think it'd be better to avoid the AJAX requests. Lets just add a enable autocomplete option that's on by default and have it control if the form element's #autocomplete_path is set.
Comment #4
refreshingapathy commentedGood idea. I need to read through the code much more thoroughly before I attempt that.
Comment #5
drewish commentedHere's sort of what I was thinking. Though now I'm not sure this is really that useful...
Comment #6
refreshingapathy commentedLooking at it now, yeah, I'm not sure this is too useful. Up to you if you want to close it as a won't fix.