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

Log of /contributions/modules/popups/popups.module

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.11.8.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 17:25:19 2009 UTC (8 months ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.10: +1 -8 lines
Diff to previous 1.11.8.10 , to branch point 1.11
Cleaning up some old comments.

Revision 1.11.8.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 00:57:15 2009 UTC (8 months ago) by starbow
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.11.8.9: +3 -2 lines
Diff to previous 1.11.8.9 , to branch point 1.11
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.

Revision 1.11.8.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 15:53:44 2009 UTC (8 months, 1 week ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.8: +0 -0 lines
Diff to previous 1.11.8.8 , to branch point 1.11
 * Popups.openContent -> Popups.openContentPath
 * New properties added to Popups.Popup object.

Revision 1.11.8.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 15:55:45 2009 UTC (8 months, 1 week ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.7: +0 -0 lines
Diff to previous 1.11.8.7 , to branch point 1.11
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.
Bug Fixes
 * Fixed tests #7 & #8.

Revision 1.11.8.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 06:47:26 2009 UTC (8 months, 1 week ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.6: +0 -0 lines
Diff to previous 1.11.8.6 , to branch point 1.11
Fussing with options.

Revision 1.11.8.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 06:24:02 2009 UTC (8 months, 1 week ago) by starbow
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA4
Changes since 1.11.8.5: +1 -4 lines
Diff to previous 1.11.8.5 , to branch point 1.11
 * Huge change - Popup Stacking now works. Can have multiple Popups in the dom.
 ** Skins change most ids to classes.
 ** Introduced Popups.Popup object.

Revision 1.11.8.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 23:49:55 2009 UTC (8 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.4: +1 -1 lines
Diff to previous 1.11.8.4 , to branch point 1.11
* Clean up

Revision 1.11.8.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 21:12:26 2009 UTC (8 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA3
Changes since 1.11.8.3: +2 -18 lines
Diff to previous 1.11.8.3 , to branch point 1.11
Bug Fixes
 * Removing the jit css files on popups close.
Other
 * Removing additionalJavascript, additionalCSS and additionalJavascriptSettings.

Revision 1.11.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 20:05:44 2009 UTC (8 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3
Changes since 1.11.2.25: +41 -212 lines
Diff to previous 1.11.2.25 , to branch point 1.11
Rebranching 6.x-1.2 from 6.x-1.2-alpha1.
Removing more advanced feature in alpha2 and alpha3.
Aiming for compatability with popups add & ref

Revision 1.11.8.3 - (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
Changes since 1.11.8.2: +134 -63 lines
Diff to previous 1.11.8.2 , to branch point 1.11
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.11.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 08:53:31 2009 UTC (8 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-ALPHA3
Changes since 1.11.2.24: +89 -0 lines
Diff to previous 1.11.2.24 , to branch point 1.11
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?

Revision 1.11.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 18:13:33 2009 UTC (8 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-ALPHA2
Changes since 1.11.2.23: +5 -0 lines
Diff to previous 1.11.2.23 , to branch point 1.11
 * http://drupal.org/node/386168 (Rob Loach) - adding hook_popups_alter and popups.api.php

Revision 1.11.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 17:43:59 2009 UTC (8 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.22: +2 -23 lines
Diff to previous 1.11.2.22 , to branch point 1.11
 * Removing hook_theme and popup/save_dialog menu item.

Revision 1.11.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 01:08:33 2009 UTC (8 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.21: +25 -13 lines
Diff to previous 1.11.2.21 , to branch point 1.11
 * http://drupal.org/node/373702 (Rob Loach) - Better wording for auto close messages.

Revision 1.11.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:48:35 2009 UTC (8 months, 4 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.20: +22 -14 lines
Diff to previous 1.11.2.20 , to branch point 1.11
Removing unskinned skin, and just adding "Unskinned" as an option.
If Unskinned is selected, look in the current theme for popups-skin.js

Revision 1.11.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 01:58:13 2009 UTC (8 months, 4 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.19: +82 -4 lines
Diff to previous 1.11.2.19 , to branch point 1.11
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
Bug Fixes
 * http://drupal.org/node/366093 (mathiaz.sk) - Opera fix.
 * Modified basic loading layer to work with #364712.
Other
 * Removed popups-popup.tpl.php - theming html now done in my_theme.js or in a skin.

Revision 1.11.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 20:24:11 2009 UTC (10 months, 1 week ago) by starbow
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.11.4.5: +3 -3 lines
Diff to previous 1.11.4.5 , to branch point 1.11
Changing form[#submit] to D5 format.

Revision 1.11.8.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 08:51:14 2008 UTC (12 months ago) by starbow
Branch: DRUPAL-6--2
Changes since 1.11.8.1: +101 -1 lines
Diff to previous 1.11.8.1 , to branch point 1.11
 * http://drupal.org/node/336641 (quicksketch): Auto-load needed JS and CSS files (and settings)!!!

Revision 1.11.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.11: +165 -256 lines
Diff to previous 1.11
Starting from 6--1-RC8

Revision 1.11.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 21:18:57 2008 UTC (12 months ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-1-RC8, DRUPAL-6--1-2-ALPHA1
Changes since 1.11.2.18: +50 -167 lines
Diff to previous 1.11.2.18 , to branch point 1.11
New Features
 * 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
 * Popup testing code moved into popups_test module.
 * Improved documentation in Readme.

Revision 1.11.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 08:35:45 2008 UTC (12 months ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.17: +7 -14 lines
Diff to previous 1.11.2.17 , to branch point 1.11
 * noReload renamed noUpdate (for now noReload still works).
 * class popups-form-noreload renamed popups-form-noupdate (for now popups-form-noreload still works).

Revision 1.11.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 08:17:13 2008 UTC (12 months ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.16: +18 -12 lines
Diff to previous 1.11.2.16 , to branch point 1.11
 * http://drupal.org/node/336058 by quicksketch: use drupal_match_path() to allow wildcards in url path.

Revision 1.11.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 23:51:49 2008 UTC (12 months, 1 week ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC7
Changes since 1.11.2.15: +10 -1 lines
Diff to previous 1.11.2.15 , to branch point 1.11
6.x--1-1-RC7
Bug Fixes
 * http://drupal.org/node/335506: Fix popups not closing b/c of page aliasing.

Revision 1.11.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 09:28:11 2008 UTC (12 months, 1 week ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC6
Changes since 1.11.2.14: +8 -0 lines
Diff to previous 1.11.2.14 , to branch point 1.11
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).

Revision 1.11.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 00:35:21 2008 UTC (12 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC5
Changes since 1.11.2.13: +28 -5 lines
Diff to previous 1.11.2.13 , to branch point 1.11
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.

Revision 1.11.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 00:39:48 2008 UTC (12 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.12: +9 -17 lines
Diff to previous 1.11.2.12 , to branch point 1.11
Some coder formating suggestions

Revision 1.11.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 21:34:55 2008 UTC (12 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.11: +2 -1 lines
Diff to previous 1.11.2.11 , to branch point 1.11
recommitting http://drupal.org/node/306909

Revision 1.11.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 21:05:05 2008 UTC (12 months, 3 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC3, DRUPAL-6--1-1-RC4
Changes since 1.11.2.10: +12 -14 lines
Diff to previous 1.11.2.10 , to branch point 1.11
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.

Revision 1.11.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 16:44:26 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.9: +2 -1 lines
Diff to previous 1.11.2.9 , to branch point 1.11
http://drupal.org/node/306909

Revision 1.11.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 16:18:43 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC2
Changes since 1.11.2.8: +11 -5 lines
Diff to previous 1.11.2.8 , to branch point 1.11
Now can use array for targetSelectors.
Added test of same.

Revision 1.11.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 15:51:55 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.11.4.4: +10 -8 lines
Diff to previous 1.11.4.4 , to branch point 1.11
Now can use array for targetSelectors.
Added test of same.

Revision 1.11.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 08:21:44 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-5
Changes since 1.11.4.3: +30 -11 lines
Diff to previous 1.11.4.3 , to branch point 1.11
targetSelectors is a nasty hack.

Revision 1.11.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 04:34:13 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.7: +48 -32 lines
Diff to previous 1.11.2.7 , to branch point 1.11
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

Revision 1.11.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 05:22:07 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC1
Changes since 1.11.2.6: +10 -121 lines
Diff to previous 1.11.2.6 , to branch point 1.11
Breaking out popups_admin

Revision 1.11.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 18:57:21 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-5
Changes since 1.11.4.2: +4 -2 lines
Diff to previous 1.11.4.2 , to branch point 1.11
Adding better read me docs.
More links in popups_admin.
New test on popups/test

Revision 1.11.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 19:14:14 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-5
Changes since 1.11.4.1: +10 -131 lines
Diff to previous 1.11.4.1 , to branch point 1.11
Got behaviors working (kind of)
width working

Revision 1.11.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 15:36:38 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-5
Changes since 1.11: +210 -105 lines
Diff to previous 1.11
Semi-working Drupal 5 version

Revision 1.11.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 20:46:16 2008 UTC (13 months ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.5: +14 -6 lines
Diff to previous 1.11.2.5 , to branch point 1.11
New Features
 * options.targetSelector is now a hash.
 * Better error handling in Drupal.popups.openPath
Bug Fixes
 * Using $(document).height instead of $('body').height.

Revision 1.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 01:48:53 2008 UTC (14 months, 1 week ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-beta5
Changes since 1.11.2.4: +60 -36 lines
Diff to previous 1.11.2.4 , to branch point 1.11
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.

Revision 1.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 10 20:23:06 2008 UTC (14 months, 2 weeks ago) by starbow
Branch: DRUPAL-6--1
Changes since 1.11.2.3: +19 -35 lines
Diff to previous 1.11.2.3 , to branch point 1.11
Added to test page.
Removed old proxy link.
Fixed .js to not use .ajaxSetup (interfered with other ajax on page).

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 03:13:59 2008 UTC (14 months, 4 weeks ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-beta3, DRUPAL-6--1-1-beta4
Changes since 1.11.2.2: +10 -4 lines
Diff to previous 1.11.2.2 , to branch point 1.11
Adding abilty to include options in html attribute "on-popups-options".
Added "width" option.

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 24 17:52:58 2008 UTC (15 months ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-beta2
Changes since 1.11.2.1: +40 -45 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Fixed: http://drupal.org/node/298384
Added: http://drupal.org/node/241488
Added: http://drupal.org/node/241497

Thanks nedjo

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 20 03:17:28 2008 UTC (15 months ago) by starbow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-beta
Changes since 1.11: +91 -24 lines
Diff to previous 1.11
Moving to D7 style header based triggering.
Adding skin css.
Moved popup xhtml into .php file.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 18:48:42 2008 UTC (16 months, 1 week ago) by starbow
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-6--2, DRUPAL-7--1
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Fixing menu issue for 6.2

Revision 1.10 - (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-6--1-0-beta3
Changes since 1.9: +244 -315 lines
Diff to previous 1.9
Backport of the initial D7 patches.
Use json as the communication protocol.
Multi-form flow.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 5 02:00:25 2008 UTC (21 months, 2 weeks ago) by starbow
Branch: MAIN
Changes since 1.8: +20 -25 lines
Diff to previous 1.8
Got singleRow working.
Putting message into original page.

Revision 1.8 - (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.7: +44 -41 lines
Diff to previous 1.7
Used coder to clean up coding style issues.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 00:03:46 2008 UTC (21 months, 3 weeks ago) by starbow
Branch: MAIN
Changes since 1.6: +20 -11 lines
Diff to previous 1.6
Adds confirmation dialog if the page is dirty.
Allow user to save progress before moving on to dangerous dialog.
Fixes incorrect form action in undated content.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 04:06:04 2008 UTC (21 months, 3 weeks ago) by starbow
Branch: MAIN
Changes since 1.5: +118 -43 lines
Diff to previous 1.5
Moved to array of links, with array of properies per link selector.
Setting focus to popup.
More reliable popup page discovery.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 21:52:24 2008 UTC (22 months ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta2
Changes since 1.4: +24 -24 lines
Diff to previous 1.4
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.4 - (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
Changes since 1.3: +252 -131 lines
Diff to previous 1.3
Big improvements.
Untheming the form results.
Showing message and errors.
hook_popups to gather rules from other modules.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 18:41:28 2008 UTC (22 months ago) by starbow
Branch: MAIN
Changes since 1.2: +106 -28 lines
Diff to previous 1.2
Adding loading graphic and message popup.
Also lots of new pages.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 22:29:16 2008 UTC (22 months, 2 weeks ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-alpha2
Changes since 1.1: +99 -7 lines
Diff to previous 1.1
got roundtripping forms, swap and reload.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 00:57:07 2007 UTC (23 months, 2 weeks ago) by starbow
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-alpha, DRUPAL-6--1-0-alpha
Simple framework for creating dialogs.

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