You are here

CHANGELOG.txt in Modal Frame API 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
Non-displayable characters.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ===========
  3. Bugfixes:
  4. - #807898 undefined function jquery_ui_get_version().
  5. 6.x-1.7 (2010-05-14)
  6. ====================
  7. Features:
  8. - #732820 Use module_invoke_all('suppress') in child windows to provide support for modules such as admin_menu and admin 2.x.
  9. Bugfixes:
  10. - #673710 IE issue - Object doesn't support this property or method in js/parent.js line 605.
  11. - #740160 by corey.aufang - Internet Explorer issues with IFRAME.
  12. - #744122 Colides with page-admin.tpl.php and other page.tpl.php variants.
  13. Compatibility:
  14. - #798618 Deprecate support for jQuery UI library 1.6.x.
  15. 6.x-1.6 (2010-01-02)
  16. ====================
  17. Features:
  18. - Transform function triggerParentEvent() into a method of the modalFrameChild object, so it can be easily reused.
  19. - Added onLoad option to client-side modal frame (callback to invoke when the child document in the modal frame is fully loaded).
  20. - Package name replaced from "User interface" to "Modal frame", because we now have the modalframe_contrib package that provides a few modules that implement Modal Frame API for common day to day tasks.
  21. - Added onLoad event handler for the iframe element to catch up bugs in server-side of child processing when modalframe_child_js() is not invoked.
  22. - Added Drupal.theme('modalFrameThrobber') as a helper theme function that can be reused elsewhere.
  23. - Performance enhancement: prevent template_preprocess_page() from generating sidebar blocks when a modal frame has been requested.
  24. 6.x-1.5 (2009-12-29)
  25. ====================
  26. Features:
  27. - #668540 Removed the autoResize option in favor of the autoFit option that serves both purposes.
  28. - #668540 Added onOpen option to client-side modal frame (callback to invoke when the modal frame is opened).
  29. - #668540 Added customDialogOptions option to client-side modal frame (an object with custom jQuery UI Dialog options).
  30. - #668540 Added doxygen comments to Drupal.modalFrame.open() method.
  31. - #669478 Prevent from resizing the modal frame while a child document is loading or unloading.
  32. Bugfixes:
  33. - #608472 jQuery Tabs in Modal Frame do not work because the child document is not visible until the child Drupal behavior is executed.
  34. - #602176 by Bodo Maass: Incorrect scrolling with theme.css from jquery ui 1.7.2.
  35. - #595646 by EugenMayer, mbutcher: Hide loading animation as soon as the child document is loaded, restore the animation on page transitions.
  36. - #668000 Unable to use Escape key to close Modal Frame after an inner Modal Frame has been closed.
  37. - #635754 Closing a Modal Frame breaks mouse events of autocomplete widgets on parent window.
  38. - #590564 Modal Frame not resized on some situations.
  39. - #590564 Use custom event handlers to trigger events on the parent from the child window.
  40. 6.x-1.4 (2009-09-20)
  41. ====================
  42. Features:
  43. - #536410 by quicksketch: Increase height/width calculation consistency.
  44. - #498282 Change parent.js to make it easy to extend jQuery UI dialog options (in preparation for finding a way to enhance draggable performance).
  45. - Hide the contents of the dialog while dragging. Related to [#498282].
  46. Bugfixes:
  47. - Fix javascript behaviors not executed for AJAX requests in child window.
  48. - #576448 Use unique filename for CSS files to allow overriding stylesheets from theme.
  49. 6.x-1.3 (2009-07-08)
  50. ====================
  51. Features:
  52. - #496078 by Gábor Hojtsy: Make draggability optional.
  53. - #496056 by Gábor Hojtsy: Do not include site name in modal dialog title.
  54. 6.x-1.2 (2009-06-17)
  55. ====================
  56. Features:
  57. - Added second argument to onSubmit handler to get access to status messages generated during form processing.
  58. Bugfixes:
  59. - #477832 The API function modalframe_close_dialog() does not work on node edit form.
  60. - Missing $closure in modalframe-page template. Oops!
  61. 6.x-1.1 (2009-05-30)
  62. ====================
  63. - Load jQuery UI core on child windows to get access to tabbable elements.
  64. - Fully rewritten method to deal with tabbable elements in child window.
  65. - Fully rewritten methods to compute dialog size and position.
  66. - Enhanced clean up code to help browsers deal with memory leaks.
  67. - Enhanced support for autoResize option. Also, enabled this option in example module.
  68. - Make sure modalframe_close_dialog() cannot be invoked more than once.
  69. - Removed a few snippets with IE dependencies present in previous version.
  70. - CSS simplification: remove class .modalframe-loading, background moved to #modalframe-container.
  71. - CSS change: opacity effect increased from 0.3 to 0.4.
  72. - #476004 by bangpound: Remove jQuery Update requirement.
  73. - Changed description of example module (s/module/API).
  74. - Minor changes in inline code documentation and coding style.
  75. 6.x-1.0 (2009-05-27)
  76. ====================
  77. - Initial release.