Downloads

Download tar.gz 23.95 KB
MD5: 4f31e14ca155acf7e2c9c5e74edbb999
SHA-1: c5ae0740ff24520ec20aa59af237a15ca47d9e7a
SHA-256: 97da7b8cb8440342a5d27ee895e1f164d718d92bbf7e7eabeff605e4fa8bb541
Download zip 25.95 KB
MD5: 623b54227ed731066ba3dd6bcbdb5556
SHA-1: 4008dcb9bd2ca56a9b8d1cc54029ce7ad97d6139
SHA-256: e68b6a2bbcd4665053e979c209f0c687310c003b50607cb9983e6bcb4712220f

Release notes

added the ability to use imagepicker.tpl.php
if found in the default theme directory

Changes since 1.1:

  • file: imagepicker.install
  • removed htaccess creation, not needed as Options -Indexes is already active in Drupal.
  • replaced all tabs with two spaces to conform with Drupal standards.
  • added success/error checking with relevant messages.
  • added deletion in variable table to uninstall function.
  • file: imagepicker.install
  • removed htaccess creation, not needed as Options -Indexes is already active in Drupal.
  • replaced all tabs with two spaces to conform with Drupal standards.
  • added success/error checking with relevant messages.
  • added deletion in variable table to uninstall function.
  • file: imagepicker.module
  • replaced all tabs with two spaces to conform with Drupal standards.
  • removed function imagepicker_get_access, now using function imagepicker_perm to control permissions.
  • two new permissions added, 'administer imagepicker'and 'use imagepicker'.
  • added admin settings page for greater control of default settings and the ability to decide which node types can use imagepicker.
  • added more success/error checking with relevant messages, with watchdog messages for more serious errors.
  • added drupal_get_path('module', 'imagepicker') where relevant.
  • added tooltips.
  • added comments throughout.
  • file: imagepicker.tpl.php
  • replaced all tabs with two spaces to conform with Drupal standards.
  • file: .htaccess
  • removed, no longer required
  • added CVS headers to imagepicker.install, imagepicker.module and imagepicker.tpl.php
  • added CHANGELOG.txt
  • added AUTO-INCREMENT to img_id field and edited SQL accordingly
Created by: notsleepy
Created on: 16 Dec 2007 at 13:05 UTC
Last updated: 16 Oct 2008 at 22:07 UTC
Bug fixes

Other releases