vmichnowicz / vwm_polls

Free ExpressionEngine Poll Module and Fieldtype
Apache License 2.0
16 stars 8 forks source link

New Features #15

Closed loren138 closed 11 years ago

loren138 commented 11 years ago

I've implemented fixes for a few of the problems I had/found.

  1. My site uses caching so I needed a way to pull just the results via AJAX so I can pull the most current results without having to renew the cache. (I use the static cache from ce_cache.)
  2. I wanted to be able to enter my own color code. I changed out the color picker to JS Color which comes packaged with ExpressionEngine and allows for the color to be entered.
  3. I removed the AJAX use in the field type for ordering/adding new items so the field type responds much faster now.
  4. I incremented the version to 0.6.
vmichnowicz commented 11 years ago

Nice, I'll check out your changes soon. I didn't know JSColor was included in ExpressionEngine either. Has that always been a part of EE 2.X, you know?

loren138 commented 11 years ago

I don't know, sorry. I was trying to pick a new picker and found that that one was included so I decided to use it.

vmichnowicz commented 11 years ago

Sorry it took so long to get to this. Changes look good though man, I appreciate it.