383
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
script.aculo.us: changed workaround for correctly rendering floated elements with Effect.Appear in Safari to not break autocompleter More... about 18 years ago
script.aculo.us: Added workaround for a rendering bug in Safari when using floating elements with Effect.Appear More... about 18 years ago
script.aculo.us: update lib/prototype.js to Prototype 1.5.0_pre0 More... about 18 years ago
script.aculo.us: Change version number to V1.5.3, prepare Rakefile More... about 18 years ago
script.aculo.us: add a functional test for scaleX/scaleY options on Effect.Scale More... about 18 years ago
script.aculo.us: Remove unneeded height restoring in Effect.BlindDown as that is handled internally by the restoreAfterFinish option to Effect.Scale, fixes #3667 [thx Ross Lawley] More... about 18 years ago
script.aculo.us: add missing link More... about 18 years ago
script.aculo.us: Added Ajax.InPlaceCollectionEditor which uses a SELECT element instead of a text field (see test/functional/ajax_inplacecollectioneditor_test.html for usage), #3491 [thx anna] More... about 18 years ago
script.aculo.us: Enable in place editor to use RJS (implements a new evalScripts option for the in place editor), #3490 [thx Richard Livsey] More... about 18 years ago
script.aculo.us: Added Sortable.setSequence to programmatically reorder a Sortable, #3711 [thx Mike A. Owens] More... about 18 years ago
script.aculo.us: Added unit test for #3732 (currently fails due to Prototype #3877) [thx michal] More... about 18 years ago
script.aculo.us: Fix span positioning for sliders with ranges not starting at 0, fixes #3731 [thx michal] More... about 18 years ago
script.aculo.us: Make name option on Sortable.serialize work again, fixes #3873 More... about 18 years ago
script.aculo.us: Make dragging cancel only on ESC key, not on any key, fixes #3817 More... about 18 years ago
script.aculo.us: Fix Rakefile for V1.5.2 More... over 18 years ago
script.aculo.us: prep V1.5.2 More... over 18 years ago
script.aculo.us: Fix a wrong parameter in dragdrop.js, fixes #3555 More... over 18 years ago
script.aculo.us: Fix two typos in effects.js, fixes #3481 [thx jtolds] More... over 18 years ago
script.aculo.us: Add assertEnumEqual for unit testing (from Prototype SVN trunk) [Sam Stephenson] More... over 18 years ago
script.aculo.us: Add Sortable.sequence method to extract the current sequence of a Sortable as an array, fixes #3675 [thx sphivo] More... over 18 years ago
script.aculo.us: Add limit option to effect queues to limit the maximum number of effects in a queue, new unit tests for scoped effect queues, fixes #3498 [thx Abdur-Rahman Advany] More... over 18 years ago
script.aculo.us: Fix Element.collectTextNodesIgnoreClass to correctly filter child nodes, fixes #3380 [thx lam] More... over 18 years ago
script.aculo.us: Fix a condition where OPTION elements could cause unwanted dragging on Draggables, fixes #3441 [thx tom] More... over 18 years ago
script.aculo.us: Fix a crash because of an IE bug in Effect.SlideDown, fixes #3192 [thx Rob Mayhew] More... over 18 years ago
script.aculo.us: added experimental auto-scroll option to Draggables and Sortables More... over 18 years ago
Added activate method to Autocompleter that allows you to trigger the suggestions through other means than user input [DHH] More... over 18 years ago
script.aculo.us: V1.5.1 More... over 18 years ago
script.aculo.us: Add select option to Autocompleter to optionally use textnodes from elements with a specific CSS class (see test/functional/ajax_autocompleter_test.html for usage) More... over 18 years ago
script.aculo.us: In-place editor: add ok/cancel visibility options and onblur() submission, fixes #3233 [thx pulsation] More... over 18 years ago
script.aculo.us: Added Effect.toggle for slide, blind and appear/fade effects, fixes #2704 [thx Azad] More... over 18 years ago