/[drupal]/contributions/modules/popups/popups.install
ViewVC logotype

Log of /contributions/modules/popups/popups.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4.8.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 19:52:48 2009 UTC (8 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA3, DRUPAL-6--2-0-ALPHA4, DRUPAL-6--2-0-ALPHA5
Changes since 1.4.8.1: +2 -3 lines
Diff to previous 1.4.8.1 , to branch point 1.4
6.x--2-0-ALPHA1
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)?
 * Can I remove the css file from the orginal page after use?
 * 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();

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--2-0-ALPHA1
New Features
 * http://drupal.org/node/336063 - Adding optional afterSubmit callback.
Other
 * Added a couple new comments and cleaned up some obsolete code in popups.js

Revision 1.4.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 00:21:38 2009 UTC (10 months, 1 week ago) by starbow
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
* 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.

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 00:17:50 2009 UTC (10 months, 1 week ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-2-ALPHA1, DRUPAL-6--1-2-ALPHA2, DRUPAL-6--1-2-ALPHA3, DRUPAL-6--1-3
Changes since 1.4.2.1: +2 -3 lines
Diff to previous 1.4.2.1 , to branch point 1.4
Updating comments

Revision 1.4.8.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 22:19:18 2008 UTC (12 months ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Starting from 6--1-RC8

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 00:39:48 2008 UTC (12 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-1-RC5, DRUPAL-6--1-1-RC6, DRUPAL-6--1-1-RC7, DRUPAL-6--1-1-RC8
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Some coder formating suggestions

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 20:32:50 2008 UTC (20 months, 2 weeks ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-alpha, DRUPAL-6--1-0-beta3, DRUPAL-6--1-1-RC1, DRUPAL-6--1-1-RC2, DRUPAL-6--1-1-RC3, DRUPAL-6--1-1-RC4, DRUPAL-6--1-1-beta, DRUPAL-6--1-1-beta2, DRUPAL-6--1-1-beta3, DRUPAL-6--1-1-beta4, DRUPAL-6--1-1-beta5, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-6--2, DRUPAL-7--1
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
Backport of the initial D7 patches.
Use json as the communication protocol.
Multi-form flow.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 22:54:31 2008 UTC (21 months, 3 weeks ago) by starbow
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2
Used coder to clean up coding style issues.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 21:52:24 2008 UTC (21 months, 4 weeks ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Improved error handling in js.
Fixed problem with destination param overpowering redirect.
Ran js through jslint. Now working with IE7.
Removing page.tpl.php

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 01:58:56 2008 UTC (22 months ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta
Big improvements.
Untheming the form results.
Showing message and errors.
hook_popups to gather rules from other modules.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2