180 results found
-
create a splitter to split a panel.
Its hard to find a splitter that can be draged around and works on most(all) browsers. And it is a usefull tool you can find in most visual programming languages.
I suggest a first 'div' element wil be used as the wrapper, and afther that divs can have orientation and min/max sizes. and can be nested in one another.
30 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 -
Package parsing behaves differently for initial upload and later updates
I only recently uploaded two packages to Forge. When I later tried the 'Update' button on their pages, I was given two error messages:
In package.yml, I had author as 'Lee Goddard' but update required my Forge username of 'leegee'
In my source .js, I had no trailing ellipsis ('...') in the YAML header, and had to add it.
3 votes -
I can't login via twitter. nothing happen after I am redirected from twitter to the forge
I have tried to login via google chrome and firefox but I still get the same resut
3 votes -
I can't add a plugin to the Forge.
It stalls at "Problems pulling/updating the repository".
I'm trying to add my repo https://github.com/doekenorg/Cookie-Notice.git.1 vote -
提交插件的门槛太高了,不利于mootools的发展
我认为应该降低提交插件的门槛,让大家可以很简单的分享自己开发的插件,这样才会有利于mootools的发展!
1 vote -
Host Mootools on Microsoft CDN
In addition to Google, please host the Mootools on ASP.NET CDN like jQuery:
http://www.asp.net/ajaxlibrary/cdn.ashx
Thanks in anticipation.
12 votes -
Name to Hex color conversion
Please include the name-to-hex color conversion in the native library:
// Here is the solution tied together as a native String native extension using
// MooTools, though you can implement the same thing in whatever framework you prefer:(function(String){
var valueMatch = {
'rgb(0,0,0)': { 'black': ' ', 'rgb(0,0,0)': ' ' },
'rgba(0,0,0,0)': { 'transparent': ' ', 'rgba(0,0,0,0)': ' ' },
'#ffffff': { 'transparent': ' ' },
'transparent': { 'transparent': ' ' }
},
colorFromProbe = function(color){
color = color.toString();
if(!color.match(/^#.+$|^[^0-9]+$/)) return color;
var probe = ($('moocolorprobe') || new Element('textarea', {
'id': 'moocolorprobe',
'styles': {
'display':…11 votes -
Internal Error 500 on add-5
Hi, I successfully added my plugin, and updated it a couple of times .. until i decided to tag for 0.2, now the update process fails at add-5 with an Internal Error 500 .. My repo is the following : https://github.com/kelexel/moo-KCode .. this is my first github repo and forge plugin, so i'm pretty sure i'm the culprit .. if only i could figure ... why ? r.
1 vote -
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 -
Download button missing
Hello after I updated this plugin (http://mootools.net/forge/p/inplaceeditor) the download button disappeared. don't know why
1 vote -
UI Framework and HTML 5 Compatibility
http://netjs.codeplex.com/SourceControl/list/changesets ... I have release a few libraries I think are better than in the More code such as Validator and a complete UI Framework with CSS3 Transitions support including a Start Menu and Desktop. I have also ensured my new code uses HTML5 and does not deviate from the concepts at large such as the Validator class in More does. Please review and add to the More Framework if possible thus replacing old code. Propz to Aaron and Valerio for the first rounds but it's time for Moo 2.0~!!
1 vote -
I get a 500 error on step 5
...while adding this plugin:
https://github.com/outlast/MooScrollDepth1 vote -
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 -
Search plugin descriptions when searching
For example, searching for "autocomplete" in the Forge does not bring up the following plugin, even though it has "autocomplete" in its description:
http://mootools.net/forge/p/moocomplete1 vote -
fx.morph is not constructor
Hi i am have problem of fx.morph is not constructor, can anyone solve it.
Thanks
1 vote -
Delete user Goutte
Hey, I can't log back into that account and the password recovery link does not send anything to the "custom" email (antoine@goutenoir.com). Could you please drop the account or send me back a password ?
I've got new plugins to add to the forge, and I'm excited about it ^^3 votes -
Github-like syntax colorization in markdown
In github, there is a ``` convention that allows you to choose the highlighting language for your code blocks. It does not work in the forge, it would be awesome if it did !
Explained here :
http://jackhq.tumblr.com/post/4777544850/github-enables-syntax-color-to-your-project-readme2 votes -
`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 -
Add option to delete own widgets
Hi, I found no possibility to delete my widget and I was only experimenting for the first time. Could you please add an option and could you please delete this widget http://mootools.net/forge/p/moodropmenu2? Thanks!
9 votes
- Don't see your idea?