User: jpetso Branch: HEAD Date: Sun, 25 Jan 2009 20:37:36 +0000 Modified files: /modules/versioncontrol/commit_restrictions commit_restrictions.module /modules/versioncontrol versioncontrol-backend.inc versioncontrol.admin.inc versioncontrol.pages.inc /modules/versioncontrol/versioncontrol_account_status versioncontrol_account_status.module /modules/versioncontrol/versioncontrol_fakevcs versioncontrol_fakevcs.admin.inc Log message: Replace lots of $form['blah'] = array('#type' => 'value', '#value' => $blah); elements with $form['#blah'] = $blah; as the former is now deprecated in Drupal 6. I hope I didn't miss any form_alter or $form_state['values'] conversions, anyways I tried to be as thorough as possible. A few '#type' => 'value' fields are left still, those are the ones that the form chooses either as fixed value or as selection, depending on the permissions. No big deal though, I don't feel offended by those :] Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/com... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...