Download & Extend

Releases for Popups API (Ajax Dialogs)

popups 6.x-2.0-beta0

Download Size md5 hash
popups-6.x-2.0-beta0.tar.gz 54.87 KB dd0f0885c51c19ade77d4af0db28f035
popups-6.x-2.0-beta0.zip 59.71 KB 48027023c993d731157fadb1e6712537
Last updated: April 21, 2011 - 19:06
Official release from tag: 6.x-2.0-beta0

Release notes

Changes since 6.x-2.0-alpha6:

  • #1134822 by drewish: Clean JS makes JSLint happy.
  • #1134854 by drewish: Make coder happy.
  • #1134776 by drewish: Merge, rather than replace settings.
  • #1133408 by tsnelgrove: Fix PHP warning in popups_add_popups().
  • Removing translation directories
  • Stripping CVS keywords

popups 6.x-2.0-alpha6

Download Size md5 hash
popups-6.x-2.0-alpha6.tar.gz 55.39 KB d66f762ce3f6a765efc3e0ed1a3140aa
popups-6.x-2.0-alpha6.zip 61.71 KB 8b2142acf97781d2e476bda036e60c32
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.0-alpha6

Release notes

I just got on as a maintainer for this module so I'm trying to apply fixes we'd made for our sites back to the module. Hopefully it'll work as well for other people.

The two big improvements are compatibility with the jQuery Update module and the ability to use JS aggregation.

Changes since DRUPAL-6--2-0-ALPHA5:

  • Don't show the drupal_set_message in a popup, unless it is the bottom of the stack.
  • Cleaning up console.logs.
  • #419974 by longwave, timtrinidad: IE6 compatibility patch.
  • #442942 by zoo33: onUpdate option doesn't work.
  • Removing all the trailing whitespace.
  • #436094 by drewish: Enable CSS/JS aggregation.
  • #468218 by DeFr and drewish: Compatibility with jQuery Update.

popups 6.x-2.0-alpha5

Download Size md5 hash
popups-6.x-2.0-alpha5.tar.gz 55.15 KB 1058e91ad39a068515219d40e3b8c6bd
popups-6.x-2.0-alpha5.zip 61.49 KB 4d9f411403c6a18bdf6473d0fbaa05c1
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.0-alpha5

Release notes

Extensive refactoring.
Lots of new features, not all of them tested yet.

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.

popups 6.x-2.0-alpha4

Download Size md5 hash
popups-6.x-2.0-alpha4.tar.gz 52.11 KB d8be87a0cb2fd29bed62fa445a771e01
popups-6.x-2.0-alpha4.zip 58.14 KB 7893ff6d4021956658901f9836e33381
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.0-alpha4

Release notes

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.

popups 6.x-1.3

Download Size md5 hash
popups-6.x-1.3.tar.gz 31.39 KB 5124c5c26f00f01297c324f835de2701
popups-6.x-1.3.zip 35.47 KB b4c2f28e9358b68b0f0973dd56544985
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.3

Release notes

6.x-1.3
New Feature for Popups: Subedit. Backported from 6.x-2.0-Alpha4
* Broadcast "Popups Open Path Done" event.

popups 6.x-2.0-alpha3

Download Size md5 hash
popups-6.x-2.0-alpha3.tar.gz 50.53 KB d950f6bec407adb76bf942ed26507f0a
popups-6.x-2.0-alpha3.zip 56.84 KB a931a7e82c2e7cf40d36fbddc0cd90c4
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.0-alpha3

Release notes

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

Read more

popups 6.x-1.2

Download Size md5 hash
popups-6.x-1.2.tar.gz 31.34 KB deea240c5d2973ad655fdc3f120cc058
popups-6.x-1.2.zip 35.4 KB a50c1744a20a13f5d52163a7a4ea7c68
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.2

Release notes

* 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

popups 6.x-1.2-alpha3

Download Size md5 hash
popups-6.x-1.2-alpha3.tar.gz 52.99 KB ea0d6eeba636dbbdf92a6a65ca722f87
popups-6.x-1.2-alpha3.zip 58.23 KB 603d3c0b44faaa80857f989440dbdca1
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.2-alpha3

Release notes

6.x--1-2-ALPHA3
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 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?

popups 6.x-1.2-alpha2

Download Size md5 hash
popups-6.x-1.2-alpha2.tar.gz 51.04 KB 47835999deed7def24baa80d1502df2d
popups-6.x-1.2-alpha2.zip 56.16 KB a7063467966fc9e5992bc9dde9c3ea85
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.2-alpha2

Release notes

6.x--1-2-ALPHA2
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.

popups 6.x-1.2-alpha1

Download Size md5 hash
popups-6.x-1.2-alpha1.tar.gz 31.37 KB c1c32c2eb4b59e5f1c642f61b56138c1
popups-6.x-1.2-alpha1.zip 35.35 KB e4d6b82c1d1beaf6788b7e6b2fd7f447
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.2-alpha1

Release notes

6.x--1-2-ALPHA1
New Features
* 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

popups 5.x-1.0-beta2

Download Size md5 hash
popups-5.x-1.0-beta2.tar.gz 34.33 KB 05c29e24f92a4fe0ff92a01e976a1c9c
popups-5.x-1.0-beta2.zip 37.23 KB beebed110b4c737723c8d1d4d0778b94
Last updated: December 24, 2010 - 23:40
Official release from tag: 5.x-1.0-beta2

Release notes

5.x-1.0-beta2
Bug Fixes
* Corrected noReload to not force cold reload if there is a form (really should backport reloadWhenDone flag).
* Changed $form['#submit'] to use proper D5 syntax.
* Updated README docs.
* http://drupal.org/node/358498: Got passing jslint

popups 6.x-1.1

Download Size md5 hash
popups-6.x-1.1.tar.gz 31.13 KB 401ecaf1e97ed15355550f25fc443a0f
popups-6.x-1.1.zip 35.08 KB 555ad59770996a2cb943fa12dc63a0c4
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1

Release notes

Yeah, an actual release!
No real changes since RC8, but here is the (almost) complete changelog for the 1.1 branch.

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)

Read more

popups 6.x-2.x-dev

Download Size md5 hash
popups-6.x-2.x-dev.tar.gz 54.86 KB 753a810ad4faf40070936b42149c80d4
popups-6.x-2.x-dev.zip 59.7 KB eea5596a6c91ebb11634992c3b40d689
Last updated: June 10, 2011 - 00:33
Development snapshot from branch: 6.x-2.x

Release notes

Getting ready to add some exciting new features.

popups 6.x-1.1-rc8

Download Size md5 hash
popups-6.x-1.1-rc8.tar.gz 31.05 KB 40d229627baadcd2267d8de35892a78f
popups-6.x-1.1-rc8.zip 35.01 KB 7f9b846f5cedaee2891d8ef27ad3b452
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1-rc8

Release notes

This is probably the last RC before I branch to 2.0.

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.

popups 6.x-1.x-dev

Download Size md5 hash
popups-6.x-1.x-dev.tar.gz 30 KB d978b577c62409fda0e8b8423fdd366d
popups-6.x-1.x-dev.zip 33.42 KB 3b426f81390b45300cce0f719c0d6e4b
Last updated: February 25, 2011 - 07:46
Development snapshot from branch: 6.x-1.x

Release notes

Dev branch

popups 6.x-1.1-rc7

Download Size md5 hash
popups-6.x-1.1-rc7.tar.gz 29.91 KB 31cc81846e74089cde015684d19466bd
popups-6.x-1.1-rc7.zip 32.79 KB 006861258dbbe72ed10e19a798a114f6
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1-rc7

Release notes

6.x--1-1-RC7
Bug Fixes
* http://drupal.org/node/335506: Fix popups not closing b/c of page aliasing.

popups 6.x-1.1-rc6

Download Size md5 hash
popups-6.x-1.1-rc6.tar.gz 29.8 KB 4a2412ceb77dd7052f82b8f4b9b0816d
popups-6.x-1.1-rc6.zip 32.68 KB 52e3f8122a449a12551ae76c1bd34fd4
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1-rc6

Release notes

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).

popups 5.x-1.0-beta1

Download Size md5 hash
popups-5.x-1.0-beta1.tar.gz 34.12 KB 94e4e1a51cf63c1e3eca3df34a61a0f7
popups-5.x-1.0-beta1.zip 36.99 KB e1740a68ecb186c33cf9fd91c43e20ec
Last updated: December 24, 2010 - 23:40
Official release from tag: 5.x-1.0-beta1

Release notes

1st Drupal 5 backport release. Corresponds to D6-1.1-RC2.
Supported by YourSphere Media, Inc.

popups 6.x-1.1-rc5

Download Size md5 hash
popups-6.x-1.1-rc5.tar.gz 29.6 KB 4ca26bdb2d2942639c027f45139b1254
popups-6.x-1.1-rc5.zip 32.48 KB 49152a2b598c12407a6effa72c196cc0
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1-rc5

Release notes

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.

popups 6.x-1.1-rc4

Download Size md5 hash
popups-6.x-1.1-rc4.tar.gz 28.85 KB 5083d624e72c2f22e88c846529282549
popups-6.x-1.1-rc4.zip 31.59 KB 491f3aaa246ad6f786e3e18a80c5e13e
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.1-rc4

Release notes

RC3 had a nasty bug in it.
The 'popit' feature needed more testing.

Subscribe with RSS Syndicate content