174 results found
-
make it possible to download dependancy build
I suggest that it would be possible to download a build containing the JS classes the plugin is dependent on.
so for example, if my plugin is dependent on Element, Fx.Tweem and Request.JSON, i can download a file that contains just them and their dependencies.
i know this is probably quite hard, but it's gonna be ultra cool if this was possible7 votesIn da works!
-
`provides` field missing or empty
I want to upload my plugin to Mootools Forge but the next error appear:
"provides
field missing or empty in MooUpload.js"I have provided this field, but I don't understand why Mootools Forge say that is missing.
Can somebody help me.
My repository is:
https://github.com/juanparati/MooUpload7 votes -
Complete rewrite of mootools forge.
The project has not been updated in the last 2 years and its beginning to look like a dead project. I suggest a complete rewrite based on Zend Framework. Forge needs a road map and a team writing the code. I don't know if anyone of the mootools team is seeing this but this really needs to be done. Forge is beginning to create the image of mootools being a dead library
7 votes -
Show Browser Compatibility For Each Plugin
Just something simple, but it would be nice to see at a glance which browsers a particular plugin is compatible with. This will often affect whether or not I use a plugin, but it's not always apparent.
7 votes -
6 votes
-
The "Add Plugin" system doesn't seem to work
it keeps telling me
"A "How to Use" section is required in your README.md
A description is required in your README.md"
and I used the provided template to create the file:
https://github.com/bcat-eu/moo-bgswitcher/blob/master/readme.md6 votes -
can't update plugin
can't update my plugin: http://mootools.net/forge/p/gniusBackground.
it always halts at verifying js files and it won't get further6 votes -
Output the errors when updating a plugin.
I cannot update my plugin, and I don't know why.
http://mootools.net/forge/p/textresizerIt seems to be "crashing" on add-6, and Firebug give me the usual "<p>Error 500</p>
<p>The forge is a still a little dusty. Working on it! Thanks for your patience</p>".I updated the info, demo, and lots of stuff, but I can't do anything about it...
6 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 -
I can't add my plugin: /forge/add-5 gives 500 Internal Server Error
When I try to add http://github.com/arian/animateImage and having Firebug open, it stops at /forge/add-5 because it gives an 500 internal server error, so it won't add my plugin. Any thoughts?
6 votes -
Featured Projects
Maybe it would be nice to have some featured projects that are very wel written, special or just very cool.
5 votes -
refresh after update
I noticed in the video after the dev updates his plugin from gist, he had to press F5 to refresh the page. You might have the page auto refresh after the upload, and parsing is done, or turn that into an ajax call to do so.
5 votesWill do automatic refresh or display a link.
-
Bad GitHub response. Try again later
I can't add my plugin. It says: Bad GitHub response. Try again later. The repo is https://github.com/tbleckert/scoreboardjs. Do you have an idea why it doesn't work?
4 votes -
Can't add github:dauerbaustelle/mooslider because the YAML header is buggy. Why is that?
Can't add github:dauerbaustelle/mooslider because the YAML header is buggy. Why is that?
4 votes -
Make having a working demo mandatory for plugins
To help users understand the implementation of the plugins I would have thought that having a working demo (eg in mooshell) ought to be mandatory.
4 votesWe’re integrating mooshell to make adding demos much easier.
-
I can't upload my plugin
http://github.com/Nimus/OBmenu
I can't update this plugin. Forge answer me there are some mistakes in the .yml and .md files. Seems there is no author and name field in the package.yml file, but there is.
Could someone help me plz ? I really dont see what i'm doing wrong.
3 votes -
add a account and plugin deletion function.
And delete my account "dauerbaustelle".
3 votes -
make it possible to publish html source at README
right now if i post an HTML source, even with #HTML on top of it it parses it instead of publishing it
3 votes -
Add FileManager translation to Lithuanian language
I have translated FileManager to Lithuanian language: http://www.visaita.lt/file_manager/Language.lt.js
Link will be available for several weeks.3 votes -
mootools1.3 Implements
//example
var B = new Class({
Implements:{name:'han'} // before 1.3 is OK, 1.3 is bad
});3 votes
- Don't see your idea?