| 5 |
** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit. |
** Removed noUpdate, reloadOnUpdate, forceReturn, nonModal and afterSubmit. |
| 6 |
** Default options are declared in popups.js |
** Default options are declared in popups.js |
| 7 |
** Options in on-popups-option attribute now override default and hook options, instead of replacing them. |
** Options in on-popups-option attribute now override default and hook options, instead of replacing them. |
| 8 |
|
* Popups.addedJS => Keeping track of JIT loaded JS files, so they are not reloaded. |
| 9 |
Bug Fixes |
Bug Fixes |
| 10 |
* Fixed tests #7 & #8. |
* Fixed tests #7 & #8. |
| 11 |
* Fixing :input highlight in basic.css. |
* Fixing :input highlight in basic.css. |
| 16 |
* Broke out Popups.Popup.prototype.fill from Popups.open |
* Broke out Popups.Popup.prototype.fill from Popups.open |
| 17 |
* Popups.openContent -> Popups.openContentPath |
* Popups.openContent -> Popups.openContentPath |
| 18 |
* New properties added to Popups.Popup object. |
* New properties added to Popups.Popup object. |
| 19 |
|
* Abstracted Popups.activeLayerIsEdited. |
| 20 |
|
* Abstracted Popups.offerToSave. |
| 21 |
|
* Popups.formSuccess(popup, json) - parameters changed. |
| 22 |
|
* SavePage function changed to saveFormOnLayer. |
| 23 |
|
Todo |
| 24 |
|
* Improve Popups.activeLayerIsEdited |
| 25 |
|
* Recapture the focus on popup if user tabs away. |
| 26 |
|
|
| 27 |
6.x--2-0-ALPHA4 |
6.x--2-0-ALPHA4 |
| 28 |
Features |
Features |