Alternative installation files

Download coder-8.x-2.0-rc1.tar.gztar.gz 101.4 KB
MD5: 90729b9135795a1c53312c61f5658dd4
SHA-1: 077f5c2d730c53928e9515aebf1a3cfdae786bfc
SHA-256: f4681194a1ba238522aacfc21cbccb4b4981644900e0084e2574e9437e9d564c
Download coder-8.x-2.0-rc1.zipzip 180.53 KB
MD5: d4cc1701806578167ed3cc40b79dcc60
SHA-1: f88c259415701f0cae53a4155bf1d3ce43357d32
SHA-256: c800fd64cd3a1bc57f3e70f748a8eb7ced1fc22d96c5d47e30287fcf4b43755b

Release notes

PHPCS 2.0.0 stable has been released, so we are not far from a stable Coder 8.x-2.0 release!

Changes since 8.x-2.0-beta1:

  • #2333251 : Use UTF-8 as standard encoding for files.
  • #2354071 : Remove Coder module and coder_review until a new maintainer is found.
  • #2374199 by andrewsuth: Added sdpm() to disallowed functions.
  • #2368747 by pingwin4eg: Fixed "utf8" encoding name to "utf-8".
  • Refactored newline sniff at the end files to conform better with upstream PHPCS and not throw false positives when stdin is used.
  • #2216889 by NerOcrO: Removed drush translation of example values.
  • Disabled an array declaration rule from Squiz, does not apply to Drupal.
  • Added a comma sniff to detect spacing after commas in arrays.
  • Implemented fixer logic for comma spacing sniff.
  • Added a check for global function naming and added check for methods starting with a capital letter.
  • Added a sniff to detect missing class doc comments.
  • Allow empty interface definitions with closing brace on the same line, added fixer capabilities to scope closing sniff.
  • #1720056: do not complain about HTML tags passed to l().
  • Allow @todo tags before @param tags in function docs.
  • Do not throw doc description errors for PHPUnit tests.
  • Fixed expected function name suggestion.
  • Removed backwards compatibility rule as we depend on PHPCS 2.x+ now.
  • Updated PHPCS dependency to >= 2.0.0 stable release.
  • Updated composer description to reflect that Coder is not a module anymore.
Created by: klausi
Created on: 6 Dec 2014 at 13:27 UTC
Last updated: 16 Jan 2015 at 18:03 UTC
Bug fixes

Other releases