Skip to content

Commit

Permalink
updating readme; adding zip version of assets; updating dependency map
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Apr 25, 2009
1 parent 94a7658 commit 5b2fe05
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
Binary file added Assets/assets.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ Changes
- *StickyWin.Fx* is now just *StickyWin*. - *StickyWin.Fx* is now just *StickyWin*.
* MultipleOpenAccordion * MultipleOpenAccordion
- Now only takes an options argument; container argument is deprecated. - Now only takes an options argument; container argument is deprecated.

Breaking Changes in MooTools More 1.2.2.1
=====================================
* FormValidator
- The base *FormValidator* class no longer injects advice into the document. You must use *FormValidator.Inline* for this behavior.
* Class.refactor
- this.parent is no longer useful; you must use this.previous
* String.cleanQueryString
- if you specify a custom message its arguments are now *key, value* (before it was *set* where *set* was "key=value").
46 changes: 46 additions & 0 deletions Source/scripts.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -263,5 +263,51 @@
"deps": ["PostEditor"], "deps": ["PostEditor"],
"desc": "Extends Posted editor to implement default rules used by the (old) MooTools forums." "desc": "Extends Posted editor to implement default rules used by the (old) MooTools forums."
} }
},
"Compatability": {
"Browser.Extras.Compat": {
"deps":["DomReady", "URI"],
"desc":""
},
"Date.Compat": {
"deps":["Date", "String", "Number"],
"desc":""
},
"Element.Forms.Compat": {
"deps":["Element"],
"desc":""
},
"Element.MouseOvers.Compat": {
"deps":["Element.Shortcuts", "Element.Event"],
"desc":""
},
"Element.Position.Compat": {
"deps":["Element.Position"],
"desc":""
},
"Element.Shortcuts.Compat": {
"deps":["Element.Shortcuts"],
"desc":""
},
"IframeShim.Compat": {
"deps":["IframeShim", "Class.Refactor"],
"desc":""
},
"JsonP.Compat": {
"deps":["Class.Refactor", "Request.JSONP"],
"desc":""
},
"OverText.Compat": {
"deps":["OverText", "Class.Refactor"],
"desc":""
},
"Request.Queue.Compat": {
"deps":["Request.Queue", "Class.Refactor"],
"desc":""
},
"String.Extras.Compat": {
"deps":["String"],
"desc":""
}
} }
} }

0 comments on commit 5b2fe05

Please sign in to comment.