Posted by notsleepy on December 16, 2007 at 1:05pm
| Download | Size | md5 hash |
|---|---|---|
| imagepicker-5.x-1.x-dev.tar.gz | 22.92 KB | 78955d211ab732c0734e92679eb78f88 |
| imagepicker-5.x-1.x-dev.zip | 24.87 KB | 95afd76d6a3de5bec543d8bc7cc64cc5 |
Last updated: February 25, 2011 - 07:37
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