You are here

CHANGELOG.txt in Hide submit button 7

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
-- 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

File

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