DRIOMETRICS: An Idea for Automating Identification of Duplicate Modules
I have an idea for dealing with duplicate modules at a more (but not fully) automatic level.
As I understand the problem duplicates are caused by one of the following situations:
Read moreUpdate
OK, for the past few weeks i have been reading around different area's such as the form api, _cron hooks etc.
At times i could see what was happening and other times... i was totally lost.
For example for the past week or so i have been working on updating schedule module to work with 4.7.
So far i have built most of the form (god, how i wish i knew about lullabots formupdater before i began this ;P)
but i have been stuck on one single issue form_set_value() (http://api.drupal.org/api/head/function/form_set_value && http://drupal.org/node/51104 ) which allows for setting values to the form elements during the _validation stage.
