-
fix problems in widget form
-
Add other formatters then defoult and implement cron
-
Version without cron implementation
-
first test version
-
Merge branch 'views_implementation' into 6.x-1.x Conflicts: pollfield.module
-
Cleaned up views template Removed some extra spacing, and improved a comment.
-
Fixed a bug where default values not set for multi value fields When a pollfield had more than one value, the defaults would not be written to each one. This fixes that, while still keeping the single value fields working smoothly.
-
Issue #1147000 by bryan kennedy: Improved fieldset labels When I fixed the fieldset labels for single pollfields, I broke the fieldsets when there are multiple values per fieldset. This fixes that and breaks the fieldset name generation out of the theme function into a seperate function.
-
Issue #1147000 by bryan kennedy, rubix: Changed fieldset title The fieldset on the node form used to all be called pollfield. This isn't very useful and it ignores the title of the field itself. Changing the value to the name of the field, will improve usability.
-
Issue #807854 by MaxF: Fixed mismatched db schema for type=text The MySQL type text does not allow a default, so one shouldn't be supplied here. MaxF's patch fixes this. I also removed the comment about defaults which is no longer relevant.