174 results found
-
Updating my plugin doesn't update the current version tag
When I update my plugin Element.removeTag, it picks up the latest tag and uses the right commit, but doesn't update the current version number.
3 votes -
about mootools1.3 Implements parent
// example start
var A=new Class({
initialize: function(){
alert('A');
}
});var B = new Class({
Implements: A
});// example endexecute the example SYS say 'A';
before mt1.2.XX is not so, he will cover pars'method but not invok.
is this a bug or it is sure so?
thanks!!!
2 votes -
mouse
Hi,
The Mousewheel-Event on this page : http://demos.mootools.net/CustomEvents doesn't work with FF 3.6.12 (ok with Chrome 7.0.517.44).
Please help us ;p1 vote -
Can't Login After Twitter Username Change
After changing my twitter username I can no longer login with twitter to update / edit my plugins (@mdnelson30 => @mikeonrails)
1 vote -
3 votes
-
I can't update my plugin (FormWizard)
When I try to update to the new version of http://mootools.net/forge/p/formwizard the procedure stops with the error
/package.yml not found in repository root.
Obviously the file is in place and you can reach it clicking on the link embedded into the error message.
0 votes -
Fix login with twitter
Profile picture not changed on mootools website where it changed in twitter
3 votes -
0 votes
-
modifying Array.each method
reviewing such libraries as jQuery and protovis I found out that they contain several useful tricks.
Array.prototype.each = function (fn, bind) {
var ret;
for (var i=0, n=this.length; i<n && ret !== false; i++) {
// Test for existance: i in this
// because if a user calls delete(array[index]) index is still in range
// but array[index] becomes undefined => we need to test
if (i in this) {
// if function returns false, break the iteration
ret = fn.call(bind, this[i], i, this);
}
}
};6 votes -
Make long dependency list collapsible
Large modular projects have dependencies displayed kinda weirdly - a really really long list of stuff that can be shorter. Can we make it show 15 items max by default and others through a "Show more" link?
Example: http://mootools.net/forge/p/lsd
3 votes -
Add description to the main page
Maybe it can be an extra optional line in package.yml.
This would help people opening the Forge to understand what the Classes are about (name isn't always helpful)2 votes -
Allow for compressed JS files to not require a header
There is no reason that compressed JS files should be bloated with the extra headers currently required, when the original non-compressed files already have those headers.
3 votes -
2 votes
-
wicker bar stools
Here at Outdoor-Bar-Stools.com you can find the perfect outdoor bar stools for your backyard in many styles including wicker bar stools and metal bar stools. You can also find tons of outdoor bar tables as well.
1 vote -
nylon panties
Here at Nylon-Panties.com you will find the perfect nylon panties for your underwear wardrobe including nylon bikini panties to nylon thong panties. Look sexy while still being comfortable. Get what you need here.
1 vote -
climbing gear
Here at Moutain-Climbing-Gear.com you will find all of the climbing gear you`ve been looking for from a climbing harness to climbing shoes. Find these as well as many other items like a climbing helmet here.
1 vote -
money clip wallet
Here at Mens-Money-Clips.com you can find the perfect money clip from a leather money clip to a money clip wallet. There is a variety of styles including a magnetic money clip. Slim and easy to put in any pocket
1 vote -
summer dresses
Here at Long-Summer-Dresses.com you will find the perfect long summer dress for you along with many other summer dresses including a comfy cotton summer dress. Enjoy those sunny days while staying cool and being stylish.
1 vote -
prom dresses
Here at Long-Prom-Dresses.com you can find the perfect long prom dress for your big night as well as many other prom dresses including designer prom dresses.
1 vote -
How to Generate Leads
Lead Generation with BusinessNET
1 vote
- Don't see your idea?