Log of /contributions/modules/popups/popups.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.
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.