Chris Peters

Results 39 comments of Chris Peters

Why not add pagination and hide it if JavaScript is present? That way JavaScript-less spiders like search engines can still use pagination. Users with JS capabilities get endless scrolling. Progressive...

What happens if you set your `file_field_tag` to look like this? ``` ```

@ashokkumar's solution works. Without the fix, it keeps re-uploading files that you've already uploaded in addition to any new files that you've added. For those who need the fix now,...

@waynehoover Can you get this change in there so I can stop referencing GitHub in my `Gemfile`?

The easiest way to document this would be to point people to the "releases" tab of the GitHub repo. Each release includes the proper zip file to use. The core...

Looks like a different statement needs to be put into the MySQL adapter. Feel free to give it a shot yourself, or of course one of us will eventually get...

It could have been coded using `execute()`, but I wasn't aware of the function's existence when I wrote that CFC. (Or I simply forgot about it.) I really like your...

I think he's talking about what's in new-master for cfwheels right now. Maybe the $file method has been removed or renamed. On Fri, Sep 21, 2012 at 10:27 AM, Troy...

AFAIK, the issue is still there.