Releases for Coder

coder 5.x-2.7

douggreen - February 19, 2008 - 12:21
Official release from CVS tag: DRUPAL-5--2-7
Download: coder-5.x-2.7.tar.gz
Size: 45.98 KB
md5_file hash: a7194e8b5fece01bd05daf40616fa41b
First released: February 19, 2008 - 12:21
Last updated: February 19, 2008 - 12:25

Per the conversation on the devel thread, I'm creating new latest releases of several modules.

Changes since DRUPAL-5--2-6:

  • fix coding style violation involving quoted strings
  • only display link to review help if it exists
  • correct name of sql review, and add it to the defaults
  • #161215 by sun - fix class inheritance
  • backport 6.x rules
  • #173260 - fix url/l checks to include $vars as arguments
  • 173472 reported by snpower - catch drupal_retrieve_form api changes
  • add list as an exception to the function rule
  • add security check for php vars inside SQL
  • slightly change SQL injection warning and add description help
  • the coder cache is not longer "experimental" so remove this word from the settings form
  • #177246 - fix api.drupal.org version links
  • #180066 by snpower - add check for node/add
  • doh - this wasn't ready to commit
  • #184106 by shaal - fix syntax error
  • #180226 - added rule to check for unquoted array references
  • some minor coding style fixes and also a fix for the rule warning text being
    matched by the rule itself.
  • #189823 - comment settings are now per node type
  • #189805 - node_access_rebuild() should not be called from within
    hook_enable/disable functions in node access modules in D6
  • #189774 - admin/logs has been renamed to admin/reports
  • #189794 - The 'administer access control' permission has been renamed to
    'administer permissions' and the path 'admin/user/access' has changed to
    'admin/user/permissions'.
  • #189786 - Support for form property #DANGEROUS_SKIP_CHECK has been removed in
    D6.
  • #189767 - The locale_refresh_cache() function is now deprecated in D6,
    cache_clear_all() should be used instead.
  • #189763 - db_next_id() is now deprecated in D6 and db_last_insert_id() should be
    used instead.
  • #189756 - menu_set_location() is deprecated in D6 and menu_set_item() or
    drupal_set_breadcrumb() should be used instead.
  • taxonomy_get_vocabulary() changed to taxonomy_vocabulary_load() in D6
  • $row argument removed from db_result() method in D6
  • Module authors who use the watchdog() function with $type = 'debug' are strongly
    encouraged to replace that with $severity WATCHDOG_DEBUG for consistency.
  • Many of the book module API functions have changed -
    http://drupal.org/node/114774#book_module
  • #178629 - added in checks for incorrect @see usage
  • links for 2 deprecated functions were pointing at the api docs for D6 instead of
    D5
  • #177246 - Correct api.drupal.org links
  • #195054 - incorrect error message for one of the 5.x to 6.x API changes.
  • add rule to check for Submit
  • add rule to look for hook_nodeapi submit
  • #180235 by snpower
  • add #not check to exclude array() when looking for args by comma
  • added in fix for db_result() api change - it incorrectly flagged valid
    db_result() calls that contained db_query()
  • changes for valid uses of 'comment_form_location'
  • Changed db_result() warning to use #warning_callback.
    Fixed a typo for confirm_submit warning and changed hook_help warning to also
    match on the word "function" before it.
  • #173508 - fixed issue where there was no checking on install file when a schema
    file was present, etc.
  • #189744 - check for drupal_mail() 5.x to 6.x api changes
  • restoring some changes lost in the last check-in, doh!
  • #170548 - restrict camelCase check to variables and function declarations
  • #170548 - restrict camelCase check to variables and function declarations
  • #173508 - replace basename with filename in drupal_system_listing
  • add #never flag so we can prevent matches of <?php on lines that don't indent properly
  • fix #never 'continue'
  • only catch quotes around a string literal array index with lower case literals -- because define constants are ok, and define constants should be upper case
  • #203380 - add catch to list of control statements
  • theme modules and themes in 3 rows for easier viewing/checking
  • fix the calculation of the column totals in theme_coder_checkboxes
  • #207830 by grugnog2 - Fix $_POST hack in form submission
  • #149826 by ezyang/sun - add coder format windows installer
  • Fixed PHPdoc of coder_order_processors().
  • #210828 - add if ($may_cache) to hook_menu
  • #212195 by greggles - use warning that links to more help
  • remove trailing spaces
  • #200880 - added php function documentation based on ezyang's work for the 6.x
    version.
  • new includes/tests files taken from 6.x version. The only change is the
    addition of php documentation from ezyang's work in #200880.
  • #212737 by snpower - Warn about trailing spaces and missing newlines
  • remove some extra spaces, change the trailing spaces error to severity=minor
  • #212737 - only check for trailing spaces or tabs, not newlines and carriage returns
  • #219417 by csevb10 - fix error counts
  • #221432 by sun - fix token url replacement in one of the rule messages
  • #222405 by webchick - harsher warning for t() in watchdog in 6.x check
  • make sure all references to functions in warning messages have () after them, as in !t()
  • #222599 by webchick/ChrisKennedy - in menu upgrade help provide a more specific link to menu documentation

coder 5.x-2.6

douggreen - August 31, 2007 - 20:11
Official release from CVS tag: DRUPAL-5--2-6
Download: coder-5.x-2.6.tar.gz
Size: 36.46 KB
md5_file hash: 37940bf3e0a6bb0a29c164de4971c6aa
First released: August 31, 2007 - 20:11
Last updated: August 31, 2007 - 20:15

I'm not sure what all has changed, but this:

  • has the 6.x upgrade review
  • and the performance review removed

coder 6.x-1.x-dev

douggreen - August 12, 2007 - 16:16
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: coder-6.x-1.x-dev.tar.gz
Size: 63.43 KB
md5_file hash: f53ed6f23f51c0c0a67c389ea1a640c2
First released: August 12, 2007 - 16:16
Last updated: July 21, 2008 - 00:01

6.x development release.

coder 5.x-2.5

douggreen - July 9, 2007 - 15:41
Official release from CVS tag: DRUPAL-5--2-5
Download: coder-5.x-2.5.tar.gz
Size: 38.59 KB
md5_file hash: b269597f692cee37b868be60747438e5
First released: July 9, 2007 - 15:41
Last updated: July 9, 2007 - 15:45

Update to the 6.x upgrade review and a couple of bug fixes.

coder 5.x-2.4

douggreen - June 21, 2007 - 20:54
Official release from CVS tag: DRUPAL-5--2-4
Download: coder-5.x-2.4.tar.gz
Size: 37.64 KB
md5_file hash: a53211dd63e44589266dc077b00dc580
First released: June 21, 2007 - 20:54
Last updated: June 21, 2007 - 20:55

This fixes a minor fix to 5.x-2.3 involving the cache. The 6.x caching api solution was accidentally checked into the 5.x branch. Otherwise, see the 5.x-2.3 release notes.

coder 5.x-2.3

douggreen - June 21, 2007 - 12:42
Official release from CVS tag: DRUPAL-5--2-3
Download: coder-5.x-2.3.tar.gz
Size: 37.64 KB
md5_file hash: 5b7649671617266340cb9889860a1f70
First released: June 21, 2007 - 12:42
Last updated: June 21, 2007 - 12:45

This release includes the 6.x upgrade review. I'm not sure what else it includes, other than four months of development and bug fixes.

coder 5.x-2.x-dev

douggreen - March 7, 2007 - 01:41
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: coder-5.x-2.x-dev.tar.gz
Size: 55.68 KB
md5_file hash: f6858c0c022f0e5a5d6df842f32a081d
First released: March 7, 2007 - 01:41
Last updated: July 21, 2008 - 00:01

new development branch

coder 5.x-2.2

douggreen - February 18, 2007 - 17:43
Official release from CVS tag: DRUPAL-5--2-2
Download: coder-5.x-2.2.tar.gz
Size: 21.43 KB
md5_file hash: 47b077ec63bbb73518fb2430245a4e1f
First released: February 18, 2007 - 17:43
Last updated: February 18, 2007 - 17:45

The 5.x-1.x-dev version adds a new UI, core support, theme support, a cache for faster display of unchanged files, and works with the new Drupal 6 menu system. Also supports rule #severity of "minor", "normal", and "critical" (5.x-1.x-dev).

The new UI adds a search form to all pages, displays results in fieldsets, collapsing modules without problems, and adds rule severity allowing for a color and icons to highlight problem severity. The new UI also adds a few pages/tabs to easily navigate to the display of your choice (coder/default, coder/active, coder/core, coder/all). Warning, some of these pages (most notably all, but active and core also) could take a very long time and are likely to generate php timeout errors unless you increase your max_execution_time in php.ini.

coder 5.x-2.1

douggreen - February 18, 2007 - 05:34
Official release from CVS tag: DRUPAL-5--2-1
Download: coder-5.x-2.1.tar.gz
Size: 21.43 KB
md5_file hash: d5be570eb1f5c9ff8bae490f32470ea9
First released: February 18, 2007 - 05:34
Last updated: February 18, 2007 - 05:35

The 5.x-1.x-dev version adds a new UI, core support, theme support, a cache for faster display of unchanged files, and works with the new Drupal 6 menu system. Also supports rule #severity of "minor", "normal", and "critical" (5.x-1.x-dev).

The new UI adds a search form to all pages, displays results in fieldsets, collapsing modules without problems, and adds rule severity allowing for a color and icons to highlight problem severity. The new UI also adds a few pages/tabs to easily navigate to the display of your choice (coder/default, coder/active, coder/core, coder/all). Warning, some of these pages (most notably all, but active and core also) could take a very long time and are likely to generate php timeout errors unless you increase your max_execution_time in php.ini.

coder 5.x-1.3

douggreen - February 18, 2007 - 05:32
Official release from CVS tag: DRUPAL-5--1-3
Download: coder-5.x-1.3.tar.gz
Size: 16.17 KB
md5_file hash: 553cb21c6729e76d91456762496b067c
First released: February 18, 2007 - 05:32
Last updated: February 18, 2007 - 05:35

Stable 5.x-1.x version

coder 4.7.x-1.2

douggreen - January 16, 2007 - 12:59
Official release from CVS tag: DRUPAL-4-7--1-2
Download: coder-4.7.x-1.2.tar.gz
Size: 16.02 KB
md5_file hash: 65b470777ce896950f3df41172a32ef1
First released: January 16, 2007 - 12:59
Last updated: January 16, 2007 - 09:00

stable 4.7.x release

coder 5.x-1.2

douggreen - January 16, 2007 - 12:58
Official release from CVS tag: DRUPAL-5--1-2
Download: coder-5.x-1.2.tar.gz
Size: 16.02 KB
md5_file hash: f9f66f90a87e3d15266dbf83cb95d0b0
First released: January 16, 2007 - 12:58
Last updated: January 16, 2007 - 09:00

stable 5.x release

coder 4.7.x-1.0

douggreen - December 31, 2006 - 15:50
Official release from CVS tag: DRUPAL-4-7--1-0
Download: coder-4.7.x-1.0.tar.gz
Size: 12.47 KB
md5_file hash: 73f44c6649178864f894824bc008352e
First released: December 31, 2006 - 15:50
Last updated: December 31, 2006 - 11:55

stable 4.7.x release

coder 5.x-1.0

douggreen - December 31, 2006 - 15:50
Official release from CVS tag: DRUPAL-5--1-0
Download: coder-5.x-1.0.tar.gz
Size: 12.48 KB
md5_file hash: 8f13dc5e6131034a4607bae628ca4e44
First released: December 31, 2006 - 15:50
Last updated: December 31, 2006 - 11:55

stable 5.x release

coder 5.x-1.x-dev

douggreen - December 30, 2006 - 12:37
Nightly development snapshot from CVS branch: HEAD
Download: coder-5.x-1.x-dev.tar.gz
Size: 52.62 KB
md5_file hash: 79bdb8513c064c38190b762be959d76c
First released: December 30, 2006 - 12:37
Last updated: February 25, 2008 - 00:03

currently compatible with Drupal 4.7 and 5.x, but may not always be so

 
 

Drupal is a registered trademark of Dries Buytaert.