-- 2011-12-03 Version 7.x-1.0-dev
* preliminary release, port to D7
-- 2011-10-17 version 6.x-1.11
* #1030622 Added using Drupal.behaviors (VladSavitsky)
* #1112114 Allow modules and theme to define their own image (B-Prod)
* #634202 When installed with Administraiton Theme (Joe Weitzel)
* #1030580 fixed typo in variable name (VladSavitsky)
-- 2010-12-24 version 6.x-1.10
* New: Prevent conflict with draft module
* New: Prevent conflict with shoutbox module
* New: #484244: Show image when enter is pressed.
* Changed: JS code was moved into .js file
* Changed: #766514: Drop "Every page" Javascript load option
* Fixed: #651806: Hide Submit JavaScript causes validation warning when using XHTML 1.0 Strict
* Fixed: Forms not altered (form_alter) if script was not loaded
* Experimental: Disable button feature is experimental - has issues
* Other: Code review session using coder module
-- 2009-05-13 version 6.x-1.9
* Fixed: #459118: Message keep appear
* Added: Debug button highlighting and messages are now visible only to users with administrator permissions
* Update: Hebrew translation updated
-- 2009-05-10 version 6.x-1.8
* New: Admin settings to disable submit buttons instead of hiding them
* New: Admin settings to exclude buttons of certain forms or certain attributes
This feature solves some compatibility issues #433958, #423874, #432988
* Change: hook_uninstall, use variable_del instead of direct db access
* Change: Code cosmetics and comments, code review session
-- 2009-03-02 version 6.x-1.7
* Fixed: #387470: Error in hook_install
-- 2009-03-01 version 6.x-1.6
* New: Admin settings widget to select, upload and manage images
* New: Option to randomize images
* New: #374692: Visibility option, load script on all pages except..
* New: #338896: Added several out-of-the-box animations
* Change: Script moved to footer.
* Fixed: #375410: Typo in module's description
* Fixed: #358120: Non-existent CSS being included
* Fixed: Define typo, default setting for script load pages
-- 2008-12-06 version 6.x-1.5
* Fixed #344919: "Every page" does not work
-- 2008-12-06 version 6.x-1.4
* Added missing file; javascript
-- 2008-12-06 version 6.x-1.3
* Added missing files; javascript, translation and help files
-- 2008-12-06 version 6.x-1.2
* #338896 Added hook_help with links to drupal project and documentation
* #338896 Added advanced help support
* Added upload image widget to the admin settings
* Added Use default image checkbox
* Few improvements in the admin settings code and ui
* Added hebrew translation
-- 2008-11-23 version 6.x-1.1
* Added missing loader.gif
-- 2008-11-23 version 6.x-1.0
* hide submit button after clicked
* java code can be loaded on selected pages only (like when adding or editing nodes)
* works also for page aliases
* Display a message and/or an image (ajax-like animation) while waiting
* Multi-language message support
View source
- -- 2011-12-03 Version 7.x-1.0-dev
-
- * preliminary release, port to D7
-
- -- 2011-10-17 version 6.x-1.11
-
- * #1030622 Added using Drupal.behaviors (VladSavitsky)
- * #1112114 Allow modules and theme to define their own image (B-Prod)
- * #634202 When installed with Administraiton Theme (Joe Weitzel)
- * #1030580 fixed typo in variable name (VladSavitsky)
-
- -- 2010-12-24 version 6.x-1.10
-
- * New: Prevent conflict with draft module
- * New: Prevent conflict with shoutbox module
- * New: #484244: Show image when enter is pressed.
- * Changed: JS code was moved into .js file
- * Changed: #766514: Drop "Every page" Javascript load option
- * Fixed: #651806: Hide Submit JavaScript causes validation warning when using XHTML 1.0 Strict
- * Fixed: Forms not altered (form_alter) if script was not loaded
- * Experimental: Disable button feature is experimental - has issues
- * Other: Code review session using coder module
-
- -- 2009-05-13 version 6.x-1.9
-
- * Fixed: #459118: Message keep appear
- * Added: Debug button highlighting and messages are now visible only to users with administrator permissions
- * Update: Hebrew translation updated
-
- -- 2009-05-10 version 6.x-1.8
-
- * New: Admin settings to disable submit buttons instead of hiding them
- * New: Admin settings to exclude buttons of certain forms or certain attributes
- This feature solves some compatibility issues #433958, #423874, #432988
-
- * Change: hook_uninstall, use variable_del instead of direct db access
- * Change: Code cosmetics and comments, code review session
-
- -- 2009-03-02 version 6.x-1.7
-
- * Fixed: #387470: Error in hook_install
-
- -- 2009-03-01 version 6.x-1.6
-
- * New: Admin settings widget to select, upload and manage images
- * New: Option to randomize images
- * New: #374692: Visibility option, load script on all pages except..
- * New: #338896: Added several out-of-the-box animations
- * Change: Script moved to footer.
- * Fixed: #375410: Typo in module's description
- * Fixed: #358120: Non-existent CSS being included
- * Fixed: Define typo, default setting for script load pages
-
- -- 2008-12-06 version 6.x-1.5
-
- * Fixed #344919: "Every page" does not work
-
- -- 2008-12-06 version 6.x-1.4
-
- * Added missing file; javascript
-
- -- 2008-12-06 version 6.x-1.3
-
- * Added missing files; javascript, translation and help files
-
- -- 2008-12-06 version 6.x-1.2
-
- * #338896 Added hook_help with links to drupal project and documentation
- * #338896 Added advanced help support
- * Added upload image widget to the admin settings
- * Added Use default image checkbox
- * Few improvements in the admin settings code and ui
- * Added hebrew translation
-
- -- 2008-11-23 version 6.x-1.1
-
- * Added missing loader.gif
-
- -- 2008-11-23 version 6.x-1.0
-
- * hide submit button after clicked
- * java code can be loaded on selected pages only (like when adding or editing nodes)
- * works also for page aliases
- * Display a message and/or an image (ajax-like animation) while waiting
- * Multi-language message support