imagepicker 5.x-1.x-dev
Nightly development snapshot from CVS branch: DRUPAL-5
First released: December 16, 2007 - 13:05
First released: December 16, 2007 - 13:05
Download: imagepicker-5.x-1.x-dev.tar.gz
Size: 26.11 KB
md5_file hash: c0fb4687649c6c1b60df5f3ef2a8bd67
Last updated: June 17, 2009 - 00:13
View usage statistics for this releaseSize: 26.11 KB
md5_file hash: c0fb4687649c6c1b60df5f3ef2a8bd67
Last updated: June 17, 2009 - 00:13
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
