383
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #48 from walterdavis/document-write-considered-evil More... about 6 years ago
removed document.write part of scriptaculous#require More... about 6 years ago
Merge pull request #45 from hackerceo/master More... almost 9 years ago
Fix Divide by Zero bug in translateToPx() More... almost 9 years ago
Merge pull request #29 from i-arindam/master More... over 12 years ago
Removing duplicate entry of benchmark function More... over 12 years ago
v1.9.0 More... over 13 years ago
Merge branch 'master' of https://github.com/fragility/scriptaculous into fragility-master More... over 13 years ago
link to docs More... over 13 years ago
Fixed scrolling Sortables for Prototype 1.7 More... over 13 years ago
Merge branch 'master' of github.com:madrobby/scriptaculous More... almost 14 years ago
bump license More... almost 14 years ago
Search for all script[src] occurrences rather than just within the head. The HTML4 specification states that a <script> tag may occur in the head or body of a document, and with Yahoo (http://developer.yahoo.com/performance/rules.html, see "Put Scripts at the Bottom") and others recommending putting your <script> tags at the end of your body to improve performance, and with Ruby on Rails (and other such frameworks) providing the content_for (http://api.rubyonrails.org/classes/ActionView/Helpers/CaptureHelper.html#M001763), it doesn't make sense to insist on loading Prototype and script.aculo.us within the head of a page. More... almost 14 years ago
Bump to 1.8.3 More... over 14 years ago
Use element.identify() for fetching element.id in Sortable.create More... almost 15 years ago
Effect.toggle to return effect ( to be able to do Effect.toggle(element, 'appear', {sync: true}); ) More... almost 15 years ago
Update copyright msgs More... almost 15 years ago
Fix deprecated usage of Position.cumulativeOffset. [#182 state:resolved] More... about 15 years ago
Make loader work for application/xhtml+xml served documents. [#95 state:resolved] More... over 15 years ago
Check for Windows Media plugin and RealPlayer plugin in Firefox on Windows to allow sound playback. [#86 state:resolved] More... over 15 years ago
Remove dead code in effects.js. [#125 state:resolved] More... over 15 years ago
Update to Prototype 1.6.0.3, prep 1.8.2 release More... over 15 years ago
Revert added semicolons to effects.js. Add .gitignore. Cleanup trailing spaces and newlines at end of files. More... over 15 years ago
Make sure InPlaceEditor converts HTML entities to text. More... over 15 years ago
InPlaceEditor will correctly show text with ampersands upon edit (no more &amp;) More... over 15 years ago
add changelog entry More... over 15 years ago
added all missing semicolons More... over 15 years ago
added some missing semicolons More... over 15 years ago
Fix that Builder.node did not return extended elements on IE. [#71 state:resolved] [#77 state:resolved] More... over 15 years ago
Fix a bug in Sortable.destroy to make sure it's called on the referenced Sortable only, which allows for the correct intialization of nested Sortables. Closes Trac #8615. [Leon Chevalier] More... over 15 years ago