Releases for Popups API (Ajax Dialogs)

popups 6.x-2.0-alpha5

starbow - March 21, 2009 - 00:59
Official release from CVS tag: DRUPAL-6--2-0-ALPHA5
First released: March 21, 2009 - 00:59
Download: popups-6.x-2.0-alpha5.tar.gz
Size: 55.15 KB
md5_file hash: 1058e91ad39a068515219d40e3b8c6bd
Last updated: March 21, 2009 - 01:01
View usage statistics for this release

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

starbow - March 16, 2009 - 06:31
Official release from CVS tag: DRUPAL-6--2-0-ALPHA4
First released: March 16, 2009 - 06:31
Download: popups-6.x-2.0-alpha4.tar.gz
Size: 52.11 KB
md5_file hash: d8be87a0cb2fd29bed62fa445a771e01
Last updated: March 16, 2009 - 06:35
View usage statistics for this release

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

starbow - March 11, 2009 - 22:41
Official release from CVS tag: DRUPAL-6--1-3
First released: March 11, 2009 - 22:41
Download: popups-6.x-1.3.tar.gz
Size: 31.39 KB
md5_file hash: 5124c5c26f00f01297c324f835de2701
Last updated: March 11, 2009 - 22:45
View usage statistics for this release

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

starbow - March 5, 2009 - 21:14
Official release from CVS tag: DRUPAL-6--2-0-ALPHA3
First released: March 5, 2009 - 21:14
Download: popups-6.x-2.0-alpha3.tar.gz
Size: 50.53 KB
md5_file hash: d950f6bec407adb76bf942ed26507f0a
Last updated: March 5, 2009 - 21:15
View usage statistics for this release

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

popups 6.x-1.2

starbow - March 5, 2009 - 20:24
Official release from CVS tag: DRUPAL-6--1-2
First released: March 5, 2009 - 20:24
Download: popups-6.x-1.2.tar.gz
Size: 31.34 KB
md5_file hash: deea240c5d2973ad655fdc3f120cc058
Last updated: March 5, 2009 - 20:25
View usage statistics for this release

* 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

starbow - March 5, 2009 - 08:54
Official release from CVS tag: DRUPAL-6--1-2-ALPHA3
First released: March 5, 2009 - 08:54
Download: popups-6.x-1.2-alpha3.tar.gz
Size: 52.99 KB
md5_file hash: ea0d6eeba636dbbdf92a6a65ca722f87
Last updated: March 5, 2009 - 08:55
View usage statistics for this release

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

starbow - March 2, 2009 - 18:49
Official release from CVS tag: DRUPAL-6--1-2-ALPHA2
First released: March 2, 2009 - 18:49
Download: popups-6.x-1.2-alpha2.tar.gz
Size: 51.04 KB
md5_file hash: 47835999deed7def24baa80d1502df2d
Last updated: March 2, 2009 - 18:50
View usage statistics for this release

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

starbow - February 16, 2009 - 07:17
Official release from CVS tag: DRUPAL-6--1-2-ALPHA1
First released: February 16, 2009 - 07:17
Download: popups-6.x-1.2-alpha1.tar.gz
Size: 31.37 KB
md5_file hash: c1c32c2eb4b59e5f1c642f61b56138c1
Last updated: February 16, 2009 - 07:20
View usage statistics for this release

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

starbow - February 16, 2009 - 07:13
Official release from CVS tag: DRUPAL-5--1-0-BETA2
First released: February 16, 2009 - 07:13
Download: popups-5.x-1.0-beta2.tar.gz
Size: 34.33 KB
md5_file hash: 05c29e24f92a4fe0ff92a01e976a1c9c
Last updated: February 16, 2009 - 07:15
View usage statistics for this release

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

starbow - December 7, 2008 - 18:05
Official release from CVS tag: DRUPAL-6--1-1
First released: December 7, 2008 - 18:05
Download: popups-6.x-1.1.tar.gz
Size: 31.13 KB
md5_file hash: 401ecaf1e97ed15355550f25fc443a0f
Last updated: December 7, 2008 - 18:11
View usage statistics for this release

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)

popups 6.x-2.x-dev

starbow - November 20, 2008 - 22:03
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: November 20, 2008 - 22:03
Download: popups-6.x-2.x-dev.tar.gz
Size: 54.97 KB
md5_file hash: 80a807984ecfa5d75b63b934304a935c
Last updated: March 27, 2009 - 00:21
View usage statistics for this release

Getting ready to add some exciting new features.

popups 6.x-1.1-rc8

starbow - November 20, 2008 - 21:21
Official release from CVS tag: DRUPAL-6--1-1-RC8
First released: November 20, 2008 - 21:21
Download: popups-6.x-1.1-rc8.tar.gz
Size: 31.05 KB
md5_file hash: 40d229627baadcd2267d8de35892a78f
Last updated: November 20, 2008 - 21:25
View usage statistics for this release

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

starbow - November 19, 2008 - 08:41
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: November 19, 2008 - 08:41
Download: popups-6.x-1.x-dev.tar.gz
Size: 31.41 KB
md5_file hash: e2847631355cecd05d8d798fdab9ddb8
Last updated: March 12, 2009 - 00:15
View usage statistics for this release

Dev branch

popups 6.x-1.1-rc7

starbow - November 17, 2008 - 23:53
Official release from CVS tag: DRUPAL-6--1-1-RC7
First released: November 17, 2008 - 23:53
Download: popups-6.x-1.1-rc7.tar.gz
Size: 29.91 KB
md5_file hash: 31cc81846e74089cde015684d19466bd
Last updated: November 17, 2008 - 23:55
View usage statistics for this release

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

starbow - November 13, 2008 - 09:29
Official release from CVS tag: DRUPAL-6--1-1-RC6
First released: November 13, 2008 - 09:29
Download: popups-6.x-1.1-rc6.tar.gz
Size: 29.8 KB
md5_file hash: 4a2412ceb77dd7052f82b8f4b9b0816d
Last updated: November 13, 2008 - 09:30
View usage statistics for this release

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

starbow - November 8, 2008 - 00:45
Official release from CVS tag: DRUPAL-5--1-0-BETA1
First released: November 8, 2008 - 00:45
Download: popups-5.x-1.0-beta1.tar.gz
Size: 34.12 KB
md5_file hash: 94e4e1a51cf63c1e3eca3df34a61a0f7
Last updated: November 8, 2008 - 00:50
View usage statistics for this release

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

popups 6.x-1.1-rc5

starbow - November 8, 2008 - 00:36
Official release from CVS tag: DRUPAL-6--1-1-RC5
First released: November 8, 2008 - 00:36
Download: popups-6.x-1.1-rc5.tar.gz
Size: 29.6 KB
md5_file hash: 4ca26bdb2d2942639c027f45139b1254
Last updated: November 8, 2008 - 00:40
View usage statistics for this release

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

starbow - November 1, 2008 - 07:33
Official release from CVS tag: DRUPAL-6--1-1-RC4
First released: November 1, 2008 - 07:33
Download: popups-6.x-1.1-rc4.tar.gz
Size: 28.85 KB
md5_file hash: 5083d624e72c2f22e88c846529282549
Last updated: November 1, 2008 - 07:35
View usage statistics for this release

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

popups 6.x-1.1-rc3

starbow - October 30, 2008 - 21:06
Official release from CVS tag: DRUPAL-6--1-1-RC3
First released: October 30, 2008 - 21:06
Download: popups-6.x-1.1-rc3.tar.gz
Size: 28.81 KB
md5_file hash: 657f8e9bb153fc71d8bf8ffe46c32550
Last updated: October 30, 2008 - 21:10
View usage statistics for this release

6.x--1-1-RC3
New Features
* "Scan all pages" setting.
Bug Fixes
* Documentation used to lie like a dog about including popups in the theme layer. Need to use new scan all checkbox.

popups 6.x-1.1-rc2

starbow - October 24, 2008 - 16:45
Official release from CVS tag: DRUPAL-6--1-1-RC2
First released: October 24, 2008 - 16:45
Download: popups-6.x-1.1-rc2.tar.gz
Size: 28.02 KB
md5_file hash: a61183b3e029631681a0ab85ed1f7613
Last updated: October 24, 2008 - 16:50
View usage statistics for this release

6.x--1-1-RC2
New Features
* updateTitle changed to titleSelectors, now an array of selectors.
* New test added for titleSelectors.
* targetSelector -> targetSelectors, and can be array as well as hash.
* new targetSelectors test.
* 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) or isset(str)
* Replaced for loops with jQuery.each
* Killed bogus Drupal.behaviors.teaser

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.