Hello, just wondering if there could be an update to this module for Drupal 6.x?

Thanks

CommentFileSizeAuthor
#4 technorati-6.x-1.x-dev.patch11.41 KBjandd

Comments

kbahey’s picture

Title: Update Technorati Module » Update Technorati Module to Drupal 6

This question is frequently asked.

nexy’s picture

thank you for the link

jandd’s picture

Assigned: Unassigned » jandd

I'll port the module because I need it for an own Drupal installation I'd like to upgrade. Please wait for a patch.

jandd’s picture

Version: 5.x-1.x-dev » master
Status: Active » Needs review
StatusFileSize
new11.41 KB

Hello,

the attached patch against CVS HEAD makes the Technorati module compatible with Drupal 6 (tested with 6.3).

In addition to the patch, the folder "po" needs to be removed and a new folder "translations" needs to be created.

The code in the patch has been checked with the Coder Code review functionality using the following settings:

  • Converting 5.x modules to 6.x
  • Drupal Coding Standards (every developer should use)
  • Drupal Commenting Standards (every developer should use)
  • Drupal SQL Standards (new review, so use with caution)
  • Drupal Security Checks (very basic, needs work, but what it finds is good)
  • Interface text translatability

apply the checked coding reviews was set to "minor (most)"

Coder detected no problems and the module works and can be installed and uninstalled cleanly. The uninstall functionality has been added because it was not available.

kbahey’s picture

Version: master » 6.x-1.x-dev
Status: Needs review » Fixed

Thanks!

Release should appear here in 24 hours http://drupal.org/node/287809

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

kbahey’s picture

@jandd

Any reason to used a minimum version of PHP of 5.1? Which code depends on this?

jandd’s picture

its just the minimum version I had available for testing. The version can be lowered if someone could test the functionality (but 5.2 is recommended by the PHP developers and 4.x is at end of life).