483
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
prototype: Fix double escaping of query parameters in Hash.prototype.toQueryString, and prevent Safari from iterating over shadowed properties when creating hashes. Closes #7421. More... over 19 years ago
We dont like tabs More... over 19 years ago
Prototype: Fix simulated attribute reading for IE for "href", "src" and boolean attributes. More... over 19 years ago
Prototype: Form.Element.disable() will now call blur(), removed blur() call from Form.Element.enable(). Closes #6034. [tdd] More... over 19 years ago
Optimize document.getElementsByClassName and finalize DOM performance optimization refactoring. Closes #6696 More... over 19 years ago
Add missing semicolons in hash unit tests More... over 19 years ago
Fix an issue with serializing empty array inputs, fixes #7516, merges [6309] and [6312] from from branch More... over 19 years ago
Prototype: Add optional third parameter "camlized" to Element.setStyle, for optimized performance if style names are known to be camelCased. [Thomas Fuchs] More... over 19 years ago
Prototype: some more Element.setStyle optimizations More... over 19 years ago
prototype: Fix a bug in the simulated hasAttribute for IE due to getAttributeNode sometimes returning null. More... over 19 years ago
Prototype: Optimize Element.getStyle and add new Element.getOpacity method. Special case IE and Opera getStyle methods. Closes #7648. [Tobie Langel, Thomas Fuchs] More... over 19 years ago
Prototype: Optimize Element.setStyle and add new Element.setOpacity method, special case IE and Gecko opacity methods. Closes #7585. [savetheclocktower] More... over 19 years ago
Prototype: Add unified Browser detection by providing Prototype.Browser.(IE|Gecko|WebKit|Opera) booleans. Closes #6800. [savetheclocktower] More... over 19 years ago
Prototype: Add String.prototype.empty and String.prototype.blank (tests if empty or whitespace-only). Closes #7016. [Jonathan Viney, Thomas Fuchs] More... over 19 years ago
Prototype: Update README to reflect new URLs, update LICENSE copyright years. Closes #7426. [Tobie Langel] More... over 19 years ago
Prototype: add form elements methods chaining test More... over 19 years ago
prototype: Array.prototype.uniq optimization. Closes #7417. More... over 19 years ago
prototype: String.prototype.endsWith should not fail on multiple occurrences. Closes #7416. More... over 19 years ago
prototype: remove redundant conditional More... over 19 years ago
prototype: Add Form.Methods.request as a convenience method for serializing and submitting a form via Ajax.Request to the URL in the form's action attribute. More... over 19 years ago
prototype: Fix $(form).serialize() in Safari and add support for extending specific tags to Element.addMethods. Closes #7358. More... over 19 years ago
prototype: Add String.prototype.startsWith, String.prototype.endsWith, and String.prototype.include. Closes #7075. More... over 19 years ago
prototype: Improve performance of String.prototype.escapeHTML by using a cached div and text node. Closes #6937. More... over 19 years ago
Prototype: Make setStyle() with opacity: 0 in Internet Explorer work correctly. [Thomas Fuchs] More... over 19 years ago
prototype: Form.Element.activate shouldn't raise an exception when the form or field is hidden. More... over 19 years ago
prototype: Remove support for "throw $continue" in Enumerable. Use "return" instead. More... over 19 years ago
prototype: Update HEADER to reflect new URL. More... over 19 years ago
prototype: Add release date to CHANGELOG More... over 19 years ago
prototype: Reorganize the source tree. More... over 19 years ago