TODO List - VoIP Drupal D7 Port

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!
  1. Remove require and include statements where possible and replace with files[] directives in the info files.

  2. Install files have changed quite a bit and need some tough love.

  3. SQL statements need to be reviewed and switched the new query builder format.

  4. hook_perm was switched to hook_permissions and needs review.

  5. Theme hooks switched from argument to variable

  6. Theme Table and pager outputs have changed.

  7. Date Format changed from small to short needs to be reviewed for compatibility.

  8. Huge opportunity to fill in missing function comments

  9. t() - language code handling

  10. Node hooks in general need review

  11. hook_node_info - module variable was changed to base

  12. node_api - node_validate - has changed.

  13. time() switched to REQUEST_TIME --- may or may not impact things.

  14. The following function diff needs review.

    <?php
    @@ -1037,8 +1037,8 @@ function _voiptropo_file_save_upload($source, $validators, $dest) {

      
    // If we made it this far it's safe to record this file in the database.
      
    $file->uid = $user->uid;
    $file->status = FILE_STATUS_TEMPORARY;
    $file->timestamp = time();
    $file->status = ~FILE_STATUS_PERMANENT;
    $file->timestamp = REQUEST_TIME;
      
    drupal_write_record('files', $file);
       return
    $file;
    ?>
  15. Search TODO notes in the code for more items not currently on this list.

VoIP Drupal

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: