comparison 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
comparison
equal deleted inserted replaced
0:76f9b43738f2 1:4215c43e74eb
1 6.x--2-0-ALPHA6
2 Bug Fixes
3 * Don't show the drupal_set_message in a popup, unless it is the bottom of the stack.
4
1 6.x--2-0-ALPHA5 5 6.x--2-0-ALPHA5
2 Features 6 Features
3 * New options and options system. 7 * New options and options system.
4 ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination. 8 ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination.
5 ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit. 9 ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit.
6 ** Default options are declared in popups.js 10 ** Default options are declared in popups.js
7 ** Options in on-popups-option attribute now override default and hook options, instead of replacing them. 11 ** Options in on-popups-option attribute now override default and hook options, instead of replacing them.
8 * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded. 12 * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded.
9 Bug Fixes 13 Bug Fixes
10 * Fixed tests #7 & #8. 14 * Fixed tests #7 & #8.
11 * Fixing :input highlight in basic.css. 15 * Fixing :input highlight in basic.css.
12 * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize. 16 * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize.
13 Other 17 Other
21 * Popups.formSuccess(popup, json) - parameters changed. 25 * Popups.formSuccess(popup, json) - parameters changed.
22 * SavePage function changed to saveFormOnLayer. 26 * SavePage function changed to saveFormOnLayer.
23 Todo 27 Todo
24 * Improve Popups.activeLayerIsEdited 28 * Improve Popups.activeLayerIsEdited
25 * Recapture the focus on popup if user tabs away. 29 * Recapture the focus on popup if user tabs away.
26 30
27 6.x--2-0-ALPHA4 31 6.x--2-0-ALPHA4
28 Features 32 Features
29 * Broadcast "Popups Open Path Done" event. 33 * Broadcast "Popups Open Path Done" event.
30 * Huge change - Popup Stacking now works. Can have multiple Popups in the dom. 34 * Huge change - Popup Stacking now works. Can have multiple Popups in the dom.
31 ** Skins change most ids to classes. 35 ** Skins change most ids to classes.
32 ** Introduced Popups.Popup object. 36 ** Introduced Popups.Popup object.
33 Other 37 Other
36 40
37 6.x--2-0-ALPHA3 41 6.x--2-0-ALPHA3
38 Bug Fixes 42 Bug Fixes
39 * Removing the jit css files on popups close. 43 * Removing the jit css files on popups close.
40 Other 44 Other
41 * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings. 45 * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings.
42 46
43 6.x--2-0-ALPHA2 47 6.x--2-0-ALPHA2
44 New Features 48 New Features
45 * http://drupal.org/node/336641 - Nate's big ol' just-in-time css and js loader patch 49 * http://drupal.org/node/336641 - Nate's big ol' just-in-time css and js loader patch
46 Issues 50 Issues
47 * JIT loaded css and js are not unloaded when popup is dismissed 51 * JIT loaded css and js are not unloaded when popup is dismissed
48 * File order is not maintained. JIT files are loaded after page's original pages. 52 * File order is not maintained. JIT files are loaded after page's original pages.
49 * Inline scripts need more testing: 53 * Inline scripts need more testing:
50 ** Should inline scripts be called before or after popup content is loaded? 54 ** Should inline scripts be called before or after popup content is loaded?
51 *** Poll wants to go after 55 *** Poll wants to go after
52 ** Should already loaded inlines be executed again? 56 ** Should already loaded inlines be executed again?
53 Todo 57 Todo
54 * Can I control order of css adds (modules vs themes)? 58 * Can I control order of css adds (modules vs themes)?
55 * What about multiple popups - can I flag the js files as already loaded? 59 * What about multiple popups - can I flag the js files as already loaded?
56 ** Inlines will still want to be run again. 60 ** Inlines will still want to be run again.
57 * Q: Why the heck is the poll script inlined and not a behavior? 61 * Q: Why the heck is the poll script inlined and not a behavior?
74 * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php) 78 * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php)
75 * Popups working on admin/build/block/list/* 79 * Popups working on admin/build/block/list/*
76 * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages. 80 * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages.
77 * Removing hook_theme and popup/save_dialog menu item. 81 * Removing hook_theme and popup/save_dialog menu item.
78 * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus(). 82 * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus().
79 Other 83 Other
80 * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin. 84 * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin.
81 85
82 6.x--1-2 86 6.x--1-2
83 New Features 87 New Features
84 * http://drupal.org/node/336063 - Adding optional afterSubmit callback. 88 * http://drupal.org/node/336063 - Adding optional afterSubmit callback.