modalframe 7.x-1.0

Bug fixes

Promoting dev branch to release along with fixes for the following issues:

  • Issue #2862517 Missing Dependencies from Info File
  • Issue #2272535 js action close only as admin

modalframe 6.x-1.9

Security update

This release fixes the security vulnerability described in SA-CONTRIB-2014-012:

https://drupal.org/node/2189751

Thanks to berliner for the fix!

modalframe 6.x-1.7

Bug fixes
New features
Insecure

Changes since Modal Frame API 6.x-1.6

Features:

  • #732820 Use module_invoke_all('suppress') in child windows to provide support for modules such as admin_menu and admin 2.x.

Bugfixes:

  • #673710 IE issue - Object doesn't support this property or method in js/parent.js line 605.
  • #740160 by corey.aufang - Internet Explorer issues with IFRAME.

modalframe 6.x-1.6

New features
Insecure

Changes since Modal Frame API 6.x-1.5

Release notes:

  • This is a quick release to deploy a few new features and a quite simple performance enhancement that makes Modal Frames load faster.
  • There's no need to run update.php to upgrade. Just make sure your javascript caches are cleared. You should also rebuild your theme registry.
  • You may also want to check out the new Modal Frame Contrib Package. It comes with a few mini-modules that implement Modal Frames here and there.

Features:

  • Transform function triggerParentEvent() into a method of the modalFrameChild object, so it can be easily reused.
  • Added onLoad option to client-side modal frame (callback to invoke when the child document in the modal frame is fully loaded).
  • 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.
  • 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.
  • Added Drupal.theme('modalFrameThrobber') as a helper theme function that can be reused elsewhere.

modalframe 6.x-1.5

Bug fixes
New features
Insecure

Changes since Modal Frame API 6.x-1.4

Release notes:

  • There's no need to run update.php to upgrade. Just make sure your javascript caches are cleared.

Features:

  • #668540 Removed the autoResize option in favor of the autoFit option that serves both purposes.
  • #668540 Added onOpen option to client-side modal frame (callback to invoke when the modal frame is opened).
  • #668540 Added customDialogOptions option to client-side modal frame (an object with custom jQuery UI Dialog options).
  • #668540 Added doxygen comments to Drupal.modalFrame.open() method.
  • #669478 Prevent from resizing the modal frame while a child document is loading or unloading.

Bugfixes:

  • #608472 jQuery Tabs in Modal Frame do not work because the child document is not visible until the child Drupal behavior is executed.
  • #602176 by Bodo Maass: Incorrect scrolling with theme.css from jquery ui 1.7.2.
  • #595646 by EugenMayer, mbutcher: Hide loading animation as soon as the child document is loaded, restore the animation on page transitions.

modalframe 6.x-1.4

Bug fixes
New features
Insecure

Changes since Modal Frame API 6.x-1.3

modalframe 7.x-1.x-dev

Development snapshot of the Modal Frame API for Drupal 7.x

Note for those interested in Drupal 7 support for this modue: It seems this feature is being included in Drupal core itself. So, probably there will be no stable release of this module for Drupal 7 because it will be already there. :-D See: #517688: Initial D7UX admin overlay.

modalframe 6.x-1.1

Bug fixes
Insecure

Changes since Modal Frame 6.x-1.0:

  • Bugfix: load jQuery UI core on child windows to get access to tabbable elements.
  • Bugfix: fully rewritten method to deal with tabbable elements in child window.
  • Bugfix: fully rewritten methods to compute dialog size and position.
  • Bugfix: enhanced clean up code to help browsers deal with memory leaks.
  • Bugfix: enhanced support for autoResize option. Also, enabled this option in example module.
  • Bugfix: removed a few snippets with IE dependencies present in previous version.

modalframe 6.x-1.0

Insecure

Initial release for the Modal Frame API module for Drupal 6.

Important notice: I'm sorry, but after I released 1.0 I found a couple of conflicts that happen on certain scenarios, and I'm working as fast as I can to fix them. I expect to get it during this week. So, please see this release as a proof of concept of the basic idea. I'll come back with a more stable implementation as soon as possible. Thanks for your patience.

Subscribe with RSS Subscribe to Releases for Modal Frame API