annotate CHANGELOG.txt @ 0:76f9b43738f2

Popups 2.0-alpha5
author Franck Deroche <franck@defr.org>
date Fri, 31 Dec 2010 13:41:08 +0100
parents
children 4215c43e74eb
rev   line source
franck@0 1 6.x--2-0-ALPHA5
franck@0 2 Features
franck@0 3 * New options and options system.
franck@0 4 ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination.
franck@0 5 ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit.
franck@0 6 ** Default options are declared in popups.js
franck@0 7 ** Options in on-popups-option attribute now override default and hook options, instead of replacing them.
franck@0 8 * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded.
franck@0 9 Bug Fixes
franck@0 10 * Fixed tests #7 & #8.
franck@0 11 * Fixing :input highlight in basic.css.
franck@0 12 * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize.
franck@0 13 Other
franck@0 14 * Broke out Popups.clickPopupElement from Popups.attach
franck@0 15 * Broke out Popups.activeLayerIsEdited from Popups.attach
franck@0 16 * Broke out Popups.Popup.prototype.fill from Popups.open
franck@0 17 * Popups.openContent -> Popups.openContentPath
franck@0 18 * New properties added to Popups.Popup object.
franck@0 19 * Abstracted Popups.activeLayerIsEdited.
franck@0 20 * Abstracted Popups.offerToSave.
franck@0 21 * Popups.formSuccess(popup, json) - parameters changed.
franck@0 22 * SavePage function changed to saveFormOnLayer.
franck@0 23 Todo
franck@0 24 * Improve Popups.activeLayerIsEdited
franck@0 25 * Recapture the focus on popup if user tabs away.
franck@0 26
franck@0 27 6.x--2-0-ALPHA4
franck@0 28 Features
franck@0 29 * Broadcast "Popups Open Path Done" event.
franck@0 30 * Huge change - Popup Stacking now works. Can have multiple Popups in the dom.
franck@0 31 ** Skins change most ids to classes.
franck@0 32 ** Introduced Popups.Popup object.
franck@0 33 Other
franck@0 34 * Clean up.
franck@0 35 * Using Drupal.parseJson instead of eval for encoded options.
franck@0 36
franck@0 37 6.x--2-0-ALPHA3
franck@0 38 Bug Fixes
franck@0 39 * Removing the jit css files on popups close.
franck@0 40 Other
franck@0 41 * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings.
franck@0 42
franck@0 43 6.x--2-0-ALPHA2
franck@0 44 New Features
franck@0 45 * http://drupal.org/node/336641 - Nate's big ol' just-in-time css and js loader patch
franck@0 46 Issues
franck@0 47 * JIT loaded css and js are not unloaded when popup is dismissed
franck@0 48 * File order is not maintained. JIT files are loaded after page's original pages.
franck@0 49 * Inline scripts need more testing:
franck@0 50 ** Should inline scripts be called before or after popup content is loaded?
franck@0 51 *** Poll wants to go after
franck@0 52 ** Should already loaded inlines be executed again?
franck@0 53 Todo
franck@0 54 * Can I control order of css adds (modules vs themes)?
franck@0 55 * What about multiple popups - can I flag the js files as already loaded?
franck@0 56 ** Inlines will still want to be run again.
franck@0 57 * Q: Why the heck is the poll script inlined and not a behavior?
franck@0 58 * Drupal.popups.restorePage();
franck@0 59 * Not working with Popup: A&R?
franck@0 60
franck@0 61 6.x--2-0-ALPHA1
franck@0 62 New Features
franck@0 63 * http://drupal.org/node/364712 (sirkitree) - Customize loading graphic.
franck@0 64 * Using a small popup signifier icon instead of unicode char (pulled from D7 patch).
franck@0 65 * http://drupal.org/node/372378 - sirkitree & Rob Loach - popup skin interface.
franck@0 66 * Added Facebook skin by sirkitree
franck@0 67 * Added Blue skin by Tj Holowaychuk
franck@0 68 * Unskinned skin checks current theme for popups-skin.js
franck@0 69 * http://drupal.org/node/373737 (Rob Loach) - Finally caching hook_popups hash (thanks Rob).
franck@0 70 * http://drupal.org/node/386168 (Rob Loach) - adding hook_popups_alter and popups.api.php
franck@0 71 Bug Fixes
franck@0 72 * http://drupal.org/node/366093 (mathiaz.sk) - Opera fix.
franck@0 73 * Modified basic loading layer to work with #364712.
franck@0 74 * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php)
franck@0 75 * Popups working on admin/build/block/list/*
franck@0 76 * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages.
franck@0 77 * Removing hook_theme and popup/save_dialog menu item.
franck@0 78 * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus().
franck@0 79 Other
franck@0 80 * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin.
franck@0 81
franck@0 82 6.x--1-2
franck@0 83 New Features
franck@0 84 * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
franck@0 85 * Compatability with Popups: Add and Reference
franck@0 86 ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success).
franck@0 87 Other
franck@0 88 * Added a couple new comments and cleaned up some obsolete code in popups.js
franck@0 89
franck@0 90 6.x--1-1
franck@0 91 * Removed a couple non-working links from popups_admin.module.