Content Img looks for images in the node body and stores them in the image field

Project page: http://drupal.org/sandbox/brahman/1599636

Code: http://drupalcode.org/sandbox/brahman/1599636.git

Drupal core version 6.x

Comments

brahman’s picture

Assigned: brahman » Unassigned
Cristian.Andrei’s picture

Status: Needs review » Needs work
  1. Your code url is wrong. The format that it should follow is the following : http://git.drupal.org/sandbox/user_name/number.git
  2. Have your code reviewed by ventral.org/pareview. Currently your content_img.module has "171 ERROR(S) AND 6 WARNING(S) AFFECTING 113 LINE(S)"
  3. It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Cristian.Andrei’s picture

had a look at your code and :

  • content_img.module, line 182: there's a comment written in cyrillic -> please change it to its English equivalent
  • content_img.module: there's some code commented out. If it does not do anything, why is it there ? I suggest you remove it for simplicity's sake
  • content_img.module, content_img_find_image() : there are a lot of web links commented out. Are they there for a purpose ?
  • nbproject folder : this folder should be removed as it is generated by netbeans and it does not have anything to do with the module.
klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

klausi’s picture

Issue summary: View changes

add core version