100 likes | 239 Views
Coder Module: Easily Port Modules to Drupal 7 Stella Power. History of Coder. Coder Review D4.7.x, 2006 Doug Green Coder Upgrade Deadwood module in D6 Jim Berry (solotandem). Coder Review. Code style Spaces, tabs, indentation string concatenation (6.x and 7.x are different)
E N D
Coder Module: Easily Port Modules to Drupal 7 Stella Power
History of Coder Coder Review D4.7.x, 2006 Doug Green Coder Upgrade Deadwood module in D6 Jim Berry (solotandem)
Coder Review Code style Spaces, tabs, indentation string concatenation (6.x and 7.x are different) positioning of curly { } Much more... Comment style Spacings and indentation within comments $Id$ Some doxygen commenting standards Other pedantic stuff (don't blame us)
Coder Review (Cont) SQL Curly braces around {table_names} Capitalisation of SQL keywords Internationalisation (experimental) Security Lots of improvements recently... Overly cautious => false positives Focuses on Cross-Site Scripting (XSS) SQL injection Cross-Site Request Forgery (CSRF)
Coder Review (cont) Upgrade Reviews (4.7.x, 5.x, 6.x, 7.x) Form API Menu File API Database changes Theme changes much much more ... D6 to D7: http://drupal.org/update/modules/6/7 D6 to D7 categorical: http://drupal.org/node/394070
Coder Upgrade Upgrades your modules from 6.x to 7.x Creates a copy of your code, along with a patch file Catches a lot but not everything Puts TODOs in the code Run Coder Review on upgraded code
Drush – Drupal Shell drush help coder-review drush coder-review [summary] [style|security|sql|comment|upgrade7x|upgrade6x| upgrade50|upgrade47] [minor|major|critical] [active|core|all|default|<modules>|<patch>] [no-<module>] drush coder-review style all drush coder-review style http://example.com/my.patch “drush coder-upgrade” in progress!
Resources Project page - http://drupal.org/project/coder D6 – D7 conversion: http://drupal.org/node/394070(categorised) http://drupal.org/node/224333(details) Coding Standards -http://drupal.org/coding-standards How to help - http://drupal.org/node/144172 Demo - http://upgrade.boombatower.com/