6.x--1-1-RC3 New Features * "Scan all pages" setting. Bug Fixes * Documentation used to lie like a dog about including popups in the theme layer. Need to use new scan all checkbox. 6.x--1-1-RC2 New Feature * updateTitle changed to titleSelectors, now an array of selectors. * New test added for titleSelectors. * targetSelector -> targetSelectors. * Can now force page reload of page by setting noReoad => true on a popup with a form. * more documentation Bug Fixes * Per-theme content selector fixed. * http://drupal.org/node/324742 (lowkee) - don't use "if(string)" tests in javascript. Use if(str.length) * Replaced for loops with jQuery.each * Killing bogus Drupal.behaviors.teaser 6.x--1-1-RC1 New Features * options.targetSelector is now a hash. * Better error handling in Drupal.popups.openPath * New test for popups_add_popups($rules) * Better README - now recommends popups_add_popups($rules) * Seperated the Popups API from the hook that adds popups to admin pages. Bug Fixes * Using $(document).height instead of $('body').height. Known Issues * Not working with CCK-rc10. 6.x--1-1-beta5 (released in conjunction with Popups: Add and Reference). New Features * Moving content selector settings to per-theme. * Removed page title select (until I get it working better). * targetSelector now working properly. * Final messages now auto-close by default. * More tests added to /popups/test * Added some fun CSS3 effects to the default skin. Bug Fixes * class='popups' was reloading entire content area. * forceReload wasn't testing correctly. * Popup chaining triggers warning message, instead of ugly mess. TODO * Better handling for "access denied" messages. * Get popup chaining working.