Skip to content

General

General

Categories

168 results found

  1. 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 possible

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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/MooUpload

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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.md

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. can't update my plugin: http://mootools.net/forge/p/gniusBackground.
    it always halts at verifying js files and it won't get further

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. I cannot update my plugin, and I don't know why.
    http://mootools.net/forge/p/textresizer

    It 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Maybe it would be nice to have some featured projects that are very wel written, special or just very cool.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Can't add github:dauerbaustelle/mooslider because the YAML header is buggy. Why is that?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. And delete my account "dauerbaustelle".

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. right now if i post an HTML source, even with #HTML on top of it it parses it instead of publishing it

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. //example
    var B = new Class({
    Implements:{name:'han'} // before 1.3 is OK, 1.3 is bad
    });

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?