Coder

Commit 137206 by snpower

in

commit #137206 by snpower on DRUPAL-5--2 - #302033 - removed duplicate rule

Commit 137205 by snpower

in

commit #137205 by snpower on DRUPAL-6--1 - #302033 - removed duplicate rule.

test install profiles files

in

I am developing an install pofile and I would like to check the coding style with coder module. There are no options to check install profiles at the moment.

file_save_upload rule needs testing

in

I think that we should be #never instead of #not. Could someone verify and/or test this. Thanks!

Skip positive $form_state warning when used within a form_error()

in

I think that we should skip the rule "use $form_state['values'] instead, which is where the values are stored after a submit" when the $form is used within a form_error().

Duplicate FAPI redirect rule?

in

    array(      '#type' => 'regex',      '#function' => '_confirm_submit$',      '#value' => 'return [\'"]',

Write Rule security check for missing db_rewrite_sql on SELECT FROM {node}

in

LIVE FROM DRUPALCON SZEGED. This idea came out of a session that Ken Rickards gave on node_access.
When you do a "SELECT FROM {node}", you should typically also wrap this in db_rewrite_sql. Since this is a security issue, but not a hard and fast rule, the rule should say something like "you are probably doing something wrong."

Create SimpleTest for the Coder SQL Review

in

Now that #281399: Create Simpletest for the Coder 6.x Style Review has been committed, we need tests written for each of the 4 reviews. This task is a DROP task for creating the coder_sql.test file.

Create SimpleTest for the Coder Comment Review

in

Now that #281399: Create Simpletest for the Coder 6.x Style Review has been committed, we need tests written for each of the 4 reviews. This task is a DROP task for creating the coder_comment.test file.

Create SimpleTest for the Coder 6.x Upgrade Review

in

Now that #281399: Create Simpletest for the Coder 6.x Style Review has been committed, we need tests written for each of the 4 reviews. This task is a DROP task for creating the coder_6x.test file.

Syndicate content