174 results found
-
add the ability to remove a plugin
this seems like something that should be permitted
34 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 -
A list with recently updated plugins
There is a list with recently added and most downloaded plugins, but none for recently updated plugins.
42 votes -
The plugin cannot be registered in Mootools Forge.
My plugin cannot be registered in Mootools Forge.
Please help someone.A similar phenomenon to the following happens to the phenomenon.
http://mooforge.uservoice.com/pages/35916-general/suggestions/426759-i-can-t-add-new-plugin?ref=titleThe grammar of package.yaml and README.md has been checked.
The tag of 1.0 exists, too.My plugin URL is as follows.
http://github.com/holyshared/Gradually1 vote -
Avatar on Mootools Forge
Hi everyone,
I has joined Forge 3weeks ago but I couldn't find where to change my avatar. How can I do that? Thanks
1 vote -
remove unavailable/broken plugins (i.e. MooSlider)
Someone needs to actively manage the plugin repository for valid and available plugins. For example, the MooSlider plugin isn't available for download (http://mootools.net/forge/p/mooslider). Kinda makes the idea for a "plugins repository" useless...
8 votes -
add a account and plugin deletion function.
And delete my account "dauerbaustelle".
3 votes -
Bug: looks for deleted tags
I added a tag by mistake, updated the forge page, then removed the tag from github, but now I cannot update my plugin. Somehow this also removed the generated download button from the forge page also.
10 votes -
The download button disappeared after updating the current version number
The download button disappeared after I updated the current version in package.yml
30 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 -
Add option to sort by popularity and alphabet of the plugins
Add option to sort by popularity and alphabet of the plugins would make it easier to find the right plugins.
10 votes -
One file JS download
Implement functionality, that allows to download the plugin as one file (and not only github copy).
"Must-haves" IMHO:
1) Inclusion order for files (to make sure dependencies are correct).
2) Optional "YUI compressor".
2.1) Configure which headers to keep (license and author is always a good idea because of copyright), or possibly an optional header.
I have a plugin that uses several classes and I would not want to include them one after another for obvious performance reasons.
32 votes -
I can not upload my avatar.
My Mootools Forge Acount is: minhlong139 (Bui Minh Long). Help me please!
2 votes -
I can't add my repository
http://github.com/aleho/mootools-xmlrpc stops with "Problems pulling/updating".
I checked locally here and was able to clone it without problems. No page errors (firebug, etc)
2 votesCan you try again?
-
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 -
Permit plugin targetted feedback
For example, I'd like to let the author of the Overlay plugin know that the link to his demo is broken
1 vote -
Add a 'bookmarks' section to my account.
It would be great that we could have a simple way of getting to some of the plugins I like the most. Something like the boolmarks in the browser.
16 votesWe’ll have a `I use this` feature.
-
User comitted demos
Allow users to submit their own demos for plug-ins.
This could be limited to demos on MooShell2 votes -
An option to refresh gravatar.
Seems like it's being permanently stored.
7 votes -
Drag class bug
when drag a div with ie, drag function can't work, script thow exception 'error p parameter'. when call setstyle('width', xx), if xx is 'NaN' then exception.
drag: function(event){
....
if (this.options.style) {
this.element.setStyle(this.options.modifiers[z], this.value.now[z] + this.options.unit);} else {
this.element[this.options.modifiers[z]] = this.value.now[z];
}
....
}this.value.now[z] is NaN, then error.
ok:
if(this.value.now[z])
this.element.setStyle(this.options.modifiers[z], this.value.now[z] + this.options.unit);1 vote
- Don't see your idea?