CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
March 21, 2009
-
Popups API (Ajax Dialogs): /modules/popups/API.txt 1.1.4.3 @ DRUPAL-6--2
Popups API (Ajax Dialogs): /modules/popups/CHANGELOG.txt 1.1.6.12 @ DRUPAL-6--2
Popups API (Ajax Dialogs): /modules/popups/popups.js 1.9.8.12 @ DRUPAL-6--2
Popups API (Ajax Dialogs): /modules/popups/popups.module 1.11.8.10 @ DRUPAL-6--2
Popups API (Ajax Dialogs): /modules/popups/popups_admin.module 1.1.6.7 @ DRUPAL-6--26.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.
