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