This issue is related to following link : http://drupal.org/node/818076

Fixed user comments but it has been left without replies for two months and needs re-apply for cvs application.

Thanks.

Comments

brianV’s picture

  1. Please remove LICENSE.txt since code committed to contrib is automatically licensed as GPL V2
  2. The following function can be removed since it accomplishes nothing:
    /**
     * Implementation of hook_menu().
     */
    function tckimlikno_menu() {
      return null;
    }
    
  3. There are a few minor code style issues, though not enough that I would block this application. eg:
    /**
     * Theme function for 'showsome' tckimlikno field formatter.
     */
    function theme_tckimlikno_formatter_showsome($element) {
      return substr($element['#item']['tckimlikno'],0,5).'******';
    }
    

    (no spaces after commas in arguments in a few places)

brianV’s picture

Status: Active » Needs work

setting to needs work.

brianV’s picture

Title: Re-apply for a CVS account » Re-application: gurayc [gurayc]

Also titling in a more useful fashion.

gurayc’s picture

Status: Needs work » Fixed

Fixed BrianV comments:
1. Removed license.txt
2. Removed unused function. (tckimlikno_menu())
3. Fixed some code style issues. (no spaces after commas and some unuseful Turkish comments)

bojanz’s picture

Status: Fixed » Needs review

Fixed means you got your CVS account. I think that's not the case here ;)

gurayc’s picture

Thanks bojans.

brianV’s picture

Status: Needs review » Needs work

gurayc: Can you post your updated module w/ the fixes?

gurayc’s picture

StatusFileSize
new2.49 KB

Uploaded fixed module files.

gurayc’s picture

Status: Needs work » Needs review

Status changed to needs review.

brianV’s picture

Status: Needs review » Needs work

I should have mentioned this last review, but all your files also need an @file docblock. See http://drupal.org/node/1354#files

As far as I am concerned, once that is done, everything is in shape for a CVS account grant. Sorry for making you have to reroll your module once again!

gurayc’s picture

Status: Needs work » Needs review
StatusFileSize
new2.53 KB

No problem BrianV. It is good experience for me.

Below you can find docblocked version.

brianV’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

Thanks for the work on this gurayc. I'm marking this RTBC; someone should be by fairly soon to grant the CVS access.

michelle’s picture

Status: Reviewed & tested by the community » Fixed

Approved based on brianV's RTBC.

Michelle

avpaderno’s picture

Title: Re-application: gurayc [gurayc] » gurayc [gurayc]

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Issue tags: +Module review
avpaderno’s picture

Component: Miscellaneous » new project application
Issue summary: View changes
Status: Closed (fixed) » Fixed

I am giving credits to the users who participated in this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.