You are here

CHANGELOG.txt in Popups API (Ajax Dialogs) 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
6.x-1.3
New Feature for Popups: Subedit. Backported from 6.x-2.0-Alpha4
 * Broadcast "Popups Open Path Done" event.

6.x--1-2
Note
 * Rebranching 6.x-1.2 from 6.x-1.2-alpha1.
 * Removing more advanced feature in alpha2 and alpha3.
 * Aiming for compatibility with Popups: A&R
New Features
 * Compatibility with Popups: Add and Reference
 ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success).
 * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
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.

6.x--1-1-RC8
New Features
 * http://drupal.org/node/336058 by quicksketch: use drupal_match_path() to allow wildcards in url path.
 * Automatically set the url's destination to return to the original page (if forceReturn is not used).
 * Added an agressive alert if the theme's content selector is incorrect.
Pre-release Clean up
 * noReload renamed noUpdate (for now noReload still works).
 * class popups-form-noreload renamed popups-form-noupdate (for now popups-form-noreload still works).
 * Popup testing code moved into popups_test module.
 * Improved documentation in Readme.
 
6.x--1-1-RC7
Bug Fixes
 * http://drupal.org/node/335506: Fix popups not closing b/c of page aliasing.

6.x--1-1-RC6
New Features
  * Added class=popups-form-noreload.
  * Added wildcard, '*', that adds popup rule to every page (http://drupal.org/node/241504).  
Bug Fixes
  * noReload=TRUE now works coorectly for forms (http://drupal.org/node/333343).

6.x--1-1-RC5
New Features
 * new option: reloadWhenDone - better way to cold reload the page, b/c form will stay in popup 
   on validation errors (http://drupal.org/node/330608)
 * new class: popups-form-reload - adds popup behavior to link, with option reloadWhenDone = TRUE.
 * new option: reloadOnError - don't show "Unable to load page" error. Specifically for "logout" link, 
   because loging out erases session and so can't return json. 

6.x--1-1-RC4
Bug Fixes
  * The 'popit' feature was broken.

6.x--1-1-RC3
New Features
 * "Scan all pages" setting.
 * popit: if there is an element on the page with an id="popit" that element will be opened in a popup
   message box when the page is first loaded (http://drupal.org/node/325806)
Bug Fixes
 * Documentation used to lie like a dog about including popups in the theme layer.  Need to use new scan all checkbox.
 
6.x--1-1-RC2
New Feature
 * updateTitle changed to titleSelectors, now an array of selectors.
 * New test added for titleSelectors.
 * targetSelector -> targetSelectors.
 * Can now force page reload of page by setting noReoad => true on a popup with a form.
 * more documentation
Bug Fixes
 * Per-theme content selector fixed.
 * http://drupal.org/node/324742 (lowkee) - don't use "if(string)" tests in javascript. Use if(str.length)
 * Replaced for loops with jQuery.each
 * Killing bogus Drupal.behaviors.teaser
 
6.x--1-1-RC1
New Features
 * options.targetSelector is now a hash.
 * Better error handling in Drupal.popups.openPath
 * New test for popups_add_popups($rules)
 * Better README - now recommends popups_add_popups($rules)
 * Seperated the Popups API from the hook that adds popups to admin pages.
Bug Fixes
 * Using $(document).height instead of $('body').height.
Known Issues
 * Not working with CCK-rc10.

6.x--1-1-beta5 (released in conjunction with Popups: Add and Reference).
New Features
 * Moving content selector settings to per-theme.
 * Removed page title select (until I get it working better).
 * targetSelector now working properly.
 * Final messages now auto-close by default.
 * More tests added to /popups/test
 * Added some fun CSS3 effects to the default skin.
Bug Fixes
 * class='popups' was reloading entire content area.
 * forceReload wasn't testing correctly.
 * Popup chaining triggers warning message, instead of ugly mess.
TODO
 * Better handling for "access denied" messages. 
 * Get popup chaining working.
 

File

CHANGELOG.txt
View source
  1. 6.x-1.3
  2. New Feature for Popups: Subedit. Backported from 6.x-2.0-Alpha4
  3. * Broadcast "Popups Open Path Done" event.
  4. 6.x--1-2
  5. Note
  6. * Rebranching 6.x-1.2 from 6.x-1.2-alpha1.
  7. * Removing more advanced feature in alpha2 and alpha3.
  8. * Aiming for compatibility with Popups: A&R
  9. New Features
  10. * Compatibility with Popups: Add and Reference
  11. ** Adding broadcasting of a couple of popup lifecycle events (popups_open_path, popups_form_success).
  12. * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
  13. Other
  14. * Added a couple new comments and cleaned up some obsolete code in popups.js
  15. 6.x--1-1
  16. * Removed a couple non-working links from popups_admin.module.
  17. 6.x--1-1-RC8
  18. New Features
  19. * http://drupal.org/node/336058 by quicksketch: use drupal_match_path() to allow wildcards in url path.
  20. * Automatically set the url's destination to return to the original page (if forceReturn is not used).
  21. * Added an agressive alert if the theme's content selector is incorrect.
  22. Pre-release Clean up
  23. * noReload renamed noUpdate (for now noReload still works).
  24. * class popups-form-noreload renamed popups-form-noupdate (for now popups-form-noreload still works).
  25. * Popup testing code moved into popups_test module.
  26. * Improved documentation in Readme.
  27. 6.x--1-1-RC7
  28. Bug Fixes
  29. * http://drupal.org/node/335506: Fix popups not closing b/c of page aliasing.
  30. 6.x--1-1-RC6
  31. New Features
  32. * Added class=popups-form-noreload.
  33. * Added wildcard, '*', that adds popup rule to every page (http://drupal.org/node/241504).
  34. Bug Fixes
  35. * noReload=TRUE now works coorectly for forms (http://drupal.org/node/333343).
  36. 6.x--1-1-RC5
  37. New Features
  38. * new option: reloadWhenDone - better way to cold reload the page, b/c form will stay in popup
  39. on validation errors (http://drupal.org/node/330608)
  40. * new class: popups-form-reload - adds popup behavior to link, with option reloadWhenDone = TRUE.
  41. * new option: reloadOnError - don't show "Unable to load page" error. Specifically for "logout" link,
  42. because loging out erases session and so can't return json.
  43. 6.x--1-1-RC4
  44. Bug Fixes
  45. * The 'popit' feature was broken.
  46. 6.x--1-1-RC3
  47. New Features
  48. * "Scan all pages" setting.
  49. * popit: if there is an element on the page with an id="popit" that element will be opened in a popup
  50. message box when the page is first loaded (http://drupal.org/node/325806)
  51. Bug Fixes
  52. * Documentation used to lie like a dog about including popups in the theme layer. Need to use new scan all checkbox.
  53. 6.x--1-1-RC2
  54. New Feature
  55. * updateTitle changed to titleSelectors, now an array of selectors.
  56. * New test added for titleSelectors.
  57. * targetSelector -> targetSelectors.
  58. * Can now force page reload of page by setting noReoad => true on a popup with a form.
  59. * more documentation
  60. Bug Fixes
  61. * Per-theme content selector fixed.
  62. * http://drupal.org/node/324742 (lowkee) - don't use "if(string)" tests in javascript. Use if(str.length)
  63. * Replaced for loops with jQuery.each
  64. * Killing bogus Drupal.behaviors.teaser
  65. 6.x--1-1-RC1
  66. New Features
  67. * options.targetSelector is now a hash.
  68. * Better error handling in Drupal.popups.openPath
  69. * New test for popups_add_popups($rules)
  70. * Better README - now recommends popups_add_popups($rules)
  71. * Seperated the Popups API from the hook that adds popups to admin pages.
  72. Bug Fixes
  73. * Using $(document).height instead of $('body').height.
  74. Known Issues
  75. * Not working with CCK-rc10.
  76. 6.x--1-1-beta5 (released in conjunction with Popups: Add and Reference).
  77. New Features
  78. * Moving content selector settings to per-theme.
  79. * Removed page title select (until I get it working better).
  80. * targetSelector now working properly.
  81. * Final messages now auto-close by default.
  82. * More tests added to /popups/test
  83. * Added some fun CSS3 effects to the default skin.
  84. Bug Fixes
  85. * class='popups' was reloading entire content area.
  86. * forceReload wasn't testing correctly.
  87. * Popup chaining triggers warning message, instead of ugly mess.
  88. TODO
  89. * Better handling for "access denied" messages.
  90. * Get popup chaining working.