annotate CHANGELOG.txt @ 1:4215c43e74eb

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