You are here

CHANGELOG.txt in Hide submit button 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 7 CHANGELOG.txt
; $Id$

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