0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fire native 'change' event in test to catch browser specific problems, don't use .change(), it behaves differently with real user interaction More... about 15 years ago
bubble change event for IE6, because coconut rely on event delegation heavily. little change to TODO More... about 15 years ago
Fixed some spelling and test names More... about 15 years ago
Finished moving part construction to before block More... about 15 years ago
Added some TODOs More... about 15 years ago
Moved ScrewUnit dependencies and custom matchers to spec/lib to clean up /spec More... about 15 years ago
Merge branch 'master' of [email protected]:luning/coconut More... about 15 years ago
added some api reference to README More... about 15 years ago
Merged latest changes More... about 15 years ago
Moved part creation to before block, as this really simplifies the specs. Made myself a Mister. More... about 15 years ago
Minor formatting changes More... about 15 years ago
Changed ScrewUnit window title change so it works in all browsers More... about 15 years ago
added Virtual Field sample to README More... about 15 years ago
comment changes More... about 15 years ago
added tests of isDirty on generic field types, removed needUpdateWith method, which is unnecessary. More... about 15 years ago
renamed objectContain, objectEqual, objectEmpty and cloneObject to stateContain, stateEqual, stateEmpty and cloneState. More... about 15 years ago
do deep clone when getting initial state. More... about 15 years ago
moved 'private' method to the end, and some refactoring More... about 15 years ago
Added .gitignore More... about 15 years ago
ScrewUnit now reports errors in title bar. I can now run 'open -n spec/*.html' to trigger a build and see all failing tests easily. More... about 15 years ago
Merge branch 'master' of [email protected]:luning/coconut More... about 15 years ago
made isDirty a method of generic field, added initailState() to generic field. More... about 15 years ago
More README edits, finished first pass More... about 15 years ago
Used code formatting for inline code in README More... about 15 years ago
README - more edits More... about 15 years ago
Made the first section simpler More... about 15 years ago
Oops missed a code block More... about 15 years ago
Rewrote coconut intro and reformatted code blocks in README More... about 15 years ago
corrected typo More... about 15 years ago
introduced Virtual field, which is jQuery container of other fields and acts like a normal field. More... about 15 years ago