383
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #48 from walterdavis/document-write-considered-evil More... over 7 years ago
removed document.write part of scriptaculous#require More... over 7 years ago
Merge pull request #45 from hackerceo/master More... over 10 years ago
Fix Divide by Zero bug in translateToPx() More... over 10 years ago
Merge pull request #29 from i-arindam/master More... almost 14 years ago
Removing duplicate entry of benchmark function More... almost 14 years ago
v1.9.0 More... almost 15 years ago
Merge branch 'master' of https://github.com/fragility/scriptaculous into fragility-master More... almost 15 years ago
link to docs More... about 15 years ago
Fixed scrolling Sortables for Prototype 1.7 More... about 15 years ago
Merge branch 'master' of github.com:madrobby/scriptaculous More... over 15 years ago
bump license More... over 15 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... over 15 years ago
Bump to 1.8.3 More... about 16 years ago
Use element.identify() for fetching element.id in Sortable.create More... over 16 years ago
Effect.toggle to return effect ( to be able to do Effect.toggle(element, 'appear', {sync: true}); ) More... over 16 years ago
Update copyright msgs More... over 16 years ago
Fix deprecated usage of Position.cumulativeOffset. [#182 state:resolved] More... over 16 years ago
Make loader work for application/xhtml+xml served documents. [#95 state:resolved] More... about 17 years ago
Check for Windows Media plugin and RealPlayer plugin in Firefox on Windows to allow sound playback. [#86 state:resolved] More... about 17 years ago
Remove dead code in effects.js. [#125 state:resolved] More... about 17 years ago
Update to Prototype 1.6.0.3, prep 1.8.2 release More... about 17 years ago
Revert added semicolons to effects.js. Add .gitignore. Cleanup trailing spaces and newlines at end of files. More... about 17 years ago
Make sure InPlaceEditor converts HTML entities to text. More... about 17 years ago
InPlaceEditor will correctly show text with ampersands upon edit (no more &amp;) More... about 17 years ago
add changelog entry More... about 17 years ago
added all missing semicolons More... about 17 years ago
added some missing semicolons More... about 17 years ago
Fix that Builder.node did not return extended elements on IE. [#71 state:resolved] [#77 state:resolved] More... about 17 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 17 years ago