You are here

CHANGELOG.txt in Popups API (Ajax Dialogs) 6.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
6.x--2-0-ALPHA6
Bug Fixes
 * Don't show the drupal_set_message in a popup, unless it is the bottom of the stack.

6.x--2-0-ALPHA5
Features
 * New options and options system.
 ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination.
 ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit.
 ** Default options are declared in popups.js
 ** Options in on-popups-option attribute now override default and hook options, instead of replacing them.
 * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded.
Bug Fixes
 * Fixed tests #7 & #8.
 * Fixing :input highlight in basic.css.
 * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize.
Other
 * Broke out Popups.clickPopupElement from Popups.attach
 * Broke out Popups.activeLayerIsEdited from Popups.attach
 * Broke out Popups.Popup.prototype.fill from Popups.open
 * Popups.openContent -> Popups.openContentPath
 * New properties added to Popups.Popup object.
 * Abstracted Popups.activeLayerIsEdited.
 * Abstracted Popups.offerToSave.
 * Popups.formSuccess(popup, json) - parameters changed.
 * SavePage function changed to saveFormOnLayer.
Todo
 * Improve Popups.activeLayerIsEdited
 * Recapture the focus on popup if user tabs away.

6.x--2-0-ALPHA4
Features
 * Broadcast "Popups Open Path Done" event.
 * Huge change - Popup Stacking now works. Can have multiple Popups in the dom.
 ** Skins change most ids to classes.
 ** Introduced Popups.Popup object.
Other
 * Clean up.
 * Using Drupal.parseJson instead of eval for encoded options.

6.x--2-0-ALPHA3
Bug Fixes
 * Removing the jit css files on popups close.
Other
 * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings.

6.x--2-0-ALPHA2
New Features
 * http://drupal.org/node/336641 - Nate's big ol' just-in-time css and js loader patch
Issues
 * JIT loaded css and js are not unloaded when popup is dismissed
 * File order is not maintained. JIT files are loaded after page's original pages.
 * Inline scripts need more testing:
 ** Should inline scripts be called before or after popup content is loaded?
 *** Poll wants to go after
 ** Should already loaded inlines be executed again?
Todo
 * Can I control order of css adds (modules vs themes)?
 * What about multiple popups - can I flag the js files as already loaded?
 ** Inlines will still want to be run again.
 * Q: Why the heck is the poll script inlined and not a behavior?
 * Drupal.popups.restorePage();
 * Not working with Popup: A&R?

6.x--2-0-ALPHA1
New Features
 * http://drupal.org/node/364712 (sirkitree) - Customize loading graphic.
 * Using a small popup signifier icon instead of unicode char (pulled from D7 patch).
 * http://drupal.org/node/372378 - sirkitree & Rob Loach - popup skin interface.
 * Added Facebook skin by sirkitree
 * Added Blue skin by Tj Holowaychuk
 * Unskinned skin checks current theme for popups-skin.js
 * http://drupal.org/node/373737 (Rob Loach) - Finally caching hook_popups hash (thanks Rob).
 * http://drupal.org/node/386168 (Rob Loach) - adding hook_popups_alter and popups.api.php
Bug Fixes
 * http://drupal.org/node/366093 (mathiaz.sk) - Opera fix.
 * Modified basic loading layer to work with #364712.
 * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php)
 * Popups working on admin/build/block/list/*
 * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages.
 * Removing hook_theme and popup/save_dialog menu item.
 * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus().
Other
 * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin.

6.x--1-2
New Features
 * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
 * Compatability with Popups: Add and Reference
 ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success).
Other
 * Added a couple new comments and cleaned up some obsolete code in popups.js

6.x--1-1
 * Removed a couple non-working links from popups_admin.module.

File

CHANGELOG.txt
View source
  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. 6.x--2-0-ALPHA5
  5. Features
  6. * New options and options system.
  7. ** Added updateMethod, updateSource, onUpdate, doneTest, skipDirtyCheck, and hijackDestination.
  8. ** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit.
  9. ** Default options are declared in popups.js
  10. ** Options in on-popups-option attribute now override default and hook options, instead of replacing them.
  11. * Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded.
  12. Bug Fixes
  13. * Fixed tests #7 & #8.
  14. * Fixing :input highlight in basic.css.
  15. * http://drupal.org/node/406326 (sirkitree) - fixing facebook skin resize.
  16. Other
  17. * Broke out Popups.clickPopupElement from Popups.attach
  18. * Broke out Popups.activeLayerIsEdited from Popups.attach
  19. * Broke out Popups.Popup.prototype.fill from Popups.open
  20. * Popups.openContent -> Popups.openContentPath
  21. * New properties added to Popups.Popup object.
  22. * Abstracted Popups.activeLayerIsEdited.
  23. * Abstracted Popups.offerToSave.
  24. * Popups.formSuccess(popup, json) - parameters changed.
  25. * SavePage function changed to saveFormOnLayer.
  26. Todo
  27. * Improve Popups.activeLayerIsEdited
  28. * Recapture the focus on popup if user tabs away.
  29. 6.x--2-0-ALPHA4
  30. Features
  31. * Broadcast "Popups Open Path Done" event.
  32. * Huge change - Popup Stacking now works. Can have multiple Popups in the dom.
  33. ** Skins change most ids to classes.
  34. ** Introduced Popups.Popup object.
  35. Other
  36. * Clean up.
  37. * Using Drupal.parseJson instead of eval for encoded options.
  38. 6.x--2-0-ALPHA3
  39. Bug Fixes
  40. * Removing the jit css files on popups close.
  41. Other
  42. * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings.
  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. 6.x--2-0-ALPHA1
  61. New Features
  62. * http://drupal.org/node/364712 (sirkitree) - Customize loading graphic.
  63. * Using a small popup signifier icon instead of unicode char (pulled from D7 patch).
  64. * http://drupal.org/node/372378 - sirkitree & Rob Loach - popup skin interface.
  65. * Added Facebook skin by sirkitree
  66. * Added Blue skin by Tj Holowaychuk
  67. * Unskinned skin checks current theme for popups-skin.js
  68. * http://drupal.org/node/373737 (Rob Loach) - Finally caching hook_popups hash (thanks Rob).
  69. * http://drupal.org/node/386168 (Rob Loach) - adding hook_popups_alter and popups.api.php
  70. Bug Fixes
  71. * http://drupal.org/node/366093 (mathiaz.sk) - Opera fix.
  72. * Modified basic loading layer to work with #364712.
  73. * http://drupal.org/node/361957 - breaking admin/build/block (fixed by removing popups-popup.tpl.php)
  74. * Popups working on admin/build/block/list/*
  75. * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages.
  76. * Removing hook_theme and popup/save_dialog menu item.
  77. * http://drupal.org/node/385732 (Rob Loach) - Bugs fixes in refocus().
  78. Other
  79. * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin.
  80. 6.x--1-2
  81. New Features
  82. * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
  83. * Compatability with Popups: Add and Reference
  84. ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success).
  85. Other
  86. * Added a couple new comments and cleaned up some obsolete code in popups.js
  87. 6.x--1-1
  88. * Removed a couple non-working links from popups_admin.module.