openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
MooTools
Settings
|
Report Duplicate
189
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 218 of 223
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- forced lowerCase on tags, and fixed a bug in XPATH class selectors
kamicane
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
kamicane
More...
almost 18 years ago
- fixed a typo in $$. - fixed getValue and toQueryString. it should all work as expected now. (thanx to digitarald)
kamicane
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.
kamicane
More...
almost 18 years ago
- removed a chunk of unnecessary code. - fixed a typo in the docs.
kamicane
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!
kamicane
More...
almost 18 years ago
more weird tabs/newlines in scripts.json
kamicane
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!)
kamicane
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.
aaron
More...
almost 18 years ago
- now setStyle also supports float (the css property) - changed spaces on switches
kamicane
More...
almost 18 years ago
reverted back the old getStyle, until we find a *GOOD* way to handle borders.
kamicane
More...
almost 18 years ago
getStyle now supports border; this code can probably be optimized a bit, but I've done my best...
aaron
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.
kamicane
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
kamicane
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!
kamicane
More...
almost 18 years ago
- fixed a bug about a wrong this in XHR new Options.
kamicane
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).
kamicane
More...
almost 18 years ago
It was me committing the latest 2 revisions, sorry, I still have aaron account binded to my textmate!
kamicane
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?
aaron
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.
aaron
More...
almost 18 years ago
element was not extended in SmoothScroll, fixed #45
chris
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.
chris
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.
chris
More...
almost 18 years ago
bound element to the each function
aaron
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
aaron
More...
almost 18 years ago
Added missing dependency for Tips
chris
More...
almost 18 years ago
*ahem* fixed my typo (left out a ");")
aaron
More...
almost 18 years ago
$each will now iterate over objects added element.getStyles()
aaron
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'.
chris
More...
almost 18 years ago
testing svn access
aaron
More...
almost 18 years ago
←
1
2
…
214
215
216
217
218
219
220
221
222
223
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree