franck@1: 6.x--2-0-ALPHA6 franck@1: Bug Fixes franck@1: * Don't show the drupal_set_message in a popup, unless it is the bottom of the stack. franck@1: franck@0: 6.x--2-0-ALPHA5 franck@0: Features franck@0: * New options and options system. franck@0: ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination. franck@0: ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit. franck@0: ** Default options are declared in popups.js franck@1: ** Options in on-popups-option attribute now override default and hook options, instead of replacing them. franck@1: * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded. franck@0: Bug Fixes franck@0: * Fixed tests #7 & #8. franck@0: * Fixing :input highlight in basic.css. franck@0: * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize. franck@0: Other franck@0: * Broke out Popups.clickPopupElement from Popups.attach franck@0: * Broke out Popups.activeLayerIsEdited from Popups.attach franck@0: * Broke out Popups.Popup.prototype.fill from Popups.open franck@0: * Popups.openContent -> Popups.openContentPath franck@0: * New properties added to Popups.Popup object. franck@0: * Abstracted Popups.activeLayerIsEdited. franck@0: * Abstracted Popups.offerToSave. franck@0: * Popups.formSuccess(popup, json) - parameters changed. franck@0: * SavePage function changed to saveFormOnLayer. franck@0: Todo franck@0: * Improve Popups.activeLayerIsEdited franck@0: * Recapture the focus on popup if user tabs away. franck@1: franck@0: 6.x--2-0-ALPHA4 franck@1: Features franck@0: * Broadcast "Popups Open Path Done" event. franck@0: * Huge change - Popup Stacking now works. Can have multiple Popups in the dom. franck@0: ** Skins change most ids to classes. franck@0: ** Introduced Popups.Popup object. franck@0: Other franck@0: * Clean up. franck@0: * Using Drupal.parseJson instead of eval for encoded options. franck@0: franck@0: 6.x--2-0-ALPHA3 franck@0: Bug Fixes franck@0: * Removing the jit css files on popups close. franck@0: Other franck@1: * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings. franck@0: franck@0: 6.x--2-0-ALPHA2 franck@0: New Features franck@0: * http://drupal.org/node/336641 - Nate's big ol' just-in-time css and js loader patch franck@0: Issues franck@0: * JIT loaded css and js are not unloaded when popup is dismissed franck@0: * File order is not maintained. JIT files are loaded after page's original pages. franck@0: * Inline scripts need more testing: franck@0: ** Should inline scripts be called before or after popup content is loaded? franck@0: *** Poll wants to go after franck@1: ** Should already loaded inlines be executed again? franck@0: Todo franck@0: * Can I control order of css adds (modules vs themes)? franck@0: * What about multiple popups - can I flag the js files as already loaded? franck@0: ** Inlines will still want to be run again. franck@0: * Q: Why the heck is the poll script inlined and not a behavior? franck@0: * Drupal.popups.restorePage(); franck@0: * Not working with Popup: A&R? franck@0: franck@0: 6.x--2-0-ALPHA1 franck@0: New Features franck@0: * http://drupal.org/node/364712 (sirkitree) - Customize loading graphic. franck@0: * Using a small popup signifier icon instead of unicode char (pulled from D7 patch). franck@0: * http://drupal.org/node/372378 - sirkitree & Rob Loach - popup skin interface. franck@0: * Added Facebook skin by sirkitree franck@0: * Added Blue skin by Tj Holowaychuk franck@0: * Unskinned skin checks current theme for popups-skin.js franck@0: * http://drupal.org/node/373737 (Rob Loach) - Finally caching hook_popups hash (thanks Rob). franck@0: * http://drupal.org/node/386168 (Rob Loach) - adding hook_popups_alter and popups.api.php franck@0: Bug Fixes franck@0: * http://drupal.org/node/366093 (mathiaz.sk) - Opera fix. franck@0: * Modified basic loading layer to work with #364712. franck@0: * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php) franck@0: * Popups working on admin/build/block/list/* franck@0: * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages. franck@0: * Removing hook_theme and popup/save_dialog menu item. franck@0: * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus(). franck@1: Other franck@0: * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin. franck@0: franck@0: 6.x--1-2 franck@0: New Features franck@0: * http://drupal.org/node/336063 - Adding optional afterSubmit callback. franck@0: * Compatability with Popups: Add and Reference franck@0: ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success). franck@0: Other franck@0: * Added a couple new comments and cleaned up some obsolete code in popups.js franck@0: franck@0: 6.x--1-1 franck@0: * Removed a couple non-working links from popups_admin.module.