189
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- forced lowerCase on tags, and fixed a bug in XPATH class selectors More... almost 18 years ago
- Added a small improvement to Element constructor (new Element), to allow setting attributes, styles and events as an object argument. Thanks ibolmo! - changed some instances of new Element to reflect the improved syntax More... almost 18 years ago
- fixed a typo in $$. - fixed getValue and toQueryString. it should all work as expected now. (thanx to digitarald) More... almost 18 years ago
- *dramatic* speed improvements in mootools: - used for loops suggested by digitarald. - optimized a little $ and $$, added an argument on getElements, getElementsBySelector to not extend their results. - added HTMLElement support for safari. <- This browser is now 10000000 times faster. More... almost 18 years ago
- removed a chunk of unnecessary code. - fixed a typo in the docs. More... almost 18 years ago
- TEST: first XPATH implementation in Dom.js. Automatically triggered for browsers supporting XPATH. Huge speed increase in Firefox. I couldnt have done it without iBolmo, so thanks! More... almost 18 years ago
more weird tabs/newlines in scripts.json More... almost 18 years ago
- fixed a bug in Drag.js introduced by the new sub-options handling - fixed characters spaces, tabs, syntaxes all over the place. (including Fx.Transitions!) More... almost 18 years ago
re-doing some of my earlier damage. getStyle will now return only one value for multi-value styles (margin, padding) if all 4 values are the same. More... almost 18 years ago
- now setStyle also supports float (the css property) - changed spaces on switches More... almost 18 years ago
reverted back the old getStyle, until we find a *GOOD* way to handle borders. More... almost 18 years ago
getStyle now supports border; this code can probably be optimized a bit, but I've done my best... More... almost 18 years ago
- reverted Event, to make it not use $ in its properties relatedTarget and target, because this way drag becomes too slow. More... almost 18 years ago
- now Fx.Slide allows borders and margins (also fixed a bug introduced in the last commit, with the new options). - accordion now resets paddings and margins, so people wont post anymore in the forum about it. - Used $merge instead of Object.extend in variaous places. - fixed a bug with Element.prototype.adopt introduced in the last commit (not binding) - now Object.extend and Objects.native are called $extend and $native to avoid attaching properties to the [object Object]. They are still supported. - changed all instances of the previous functions. - Element.prototype.getValue now returns arrays for multiple selects. This way people can use their loved commas and we're all happy. fixed #58, fixed #8 - moved the firing of onCOmplete event for Drag.Move to the bottom. - fixed #65 More... almost 18 years ago
- now Class -> setOptions accepts any number of arguments. If only one is supplied, this.options will become the defaults. Modified classes to take advantage of the shorter syntax. Thanks Inviz! More... almost 18 years ago
- fixed a bug about a wrong this in XHR new Options. More... almost 18 years ago
- fixed #68, fixed #69, fixed #70, fixed #71 - removed new Element in adopt, inject and replaceWith, since it wasnt safe (hard to say if tag or id). More... almost 18 years ago
It was me committing the latest 2 revisions, sorry, I still have aaron account binded to my textmate! More... almost 18 years ago
added multiple check in Element.prototype.toQueryString as a quick fix. Still NO commas in mutiple selects values. Who uses commas in values anyway? More... almost 18 years ago
- changed the default behavior for objects in classes: now an object with the same name in an extended class is merged with the other one, and is not referenced anymore. Merged means recursively merged. More... almost 18 years ago
element was not extended in SmoothScroll, fixed #45 More... almost 18 years ago
- Code cleaning. - Updated Element.toQueryString to allow commas inside values of input and textarea fields. - No encoding of disabled fields in Element.toQueryString(). - Removed Object.extend also extending sub-objects because this will prevent overriding an object member with another object member. Overriding should be the default, you can call extend inside extend if you need to extend a specific field. - Removed $each() supporting plain objects as first argument, because javascript already has the 'for(var member in obj)' iterator for plain objects and we don't need the index anyway. More... almost 18 years ago
Reverted back the modified array methods because the added index check for partial arrays does not work with DOM nodelists in Safari (so $A, $each and [].extend were broken). Partial arrays should never be used anyways. It's bad. More... almost 18 years ago
bound element to the each function More... almost 18 years ago
- fixed some funky syntaxes and warnings - fixed a bug with Ajax.send and name arrays where it only sent the last one - now the multiple getValue gets splitted in Element.prototype.toQueryString and added as name=value1&name=value2. - removed Element.toObject More... almost 18 years ago
Added missing dependency for Tips More... almost 18 years ago
*ahem* fixed my typo (left out a ");") More... almost 18 years ago
$each will now iterate over objects added element.getStyles() More... almost 18 years ago
Now Element.getStyle() does not try to get the style using the alternate method if it is set to '0'. More... almost 18 years ago
testing svn access More... almost 18 years ago