174 results found
-
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 -
I can't update: https://github.com/khrome/Midas.js, 500 error on step 5. thanks for checking it out!
3 votes -
Rework form.send to be happy again
First off, this is kind of a pain:
myForm.set('send', {url: 'contact.php', method: 'get'});
myForm.send(); //Sends the form.When in earlier versions of mootools you could just do myform.send({url:'/', method:'get'});
Also, there's no way to specify a form to use Request.JSON which would be super helpful. Maybe make form.send take a Request object
myform.send(new Request.JSON({ ... });
Frankly, the docs on this are very hard to find (who would know to look under the Request object for form submission?) and the form search is useless for this case. It would be great if you showed how to add events as an…
1 vote -
Add dates to Forge
There are two singleton patterns posted up and while I can see which is more recent, I can't tell by how much. It would be cool if you could pull in and cache a "last updated" date from the Github API.
The reason I say cache is because one of the two singleton's appears to have been removed. Another good thing to add would be a job system that checks the integrity of the links—if something 404's after several weeks, it should be removed from Forge.
3 votes -
accordion not working good with ajax content, since height might get wrong
I'm developing a module for Joomla 1.6.
This module is to display some records, and it has a pager... which means the user may initially see 10 records.... he can the choose to move to another page by e.g. hitting "Next". When he does that the new content, for this module only, will be fetched using AJAX... so the rest of the page remain the same.My problem when using the accordion is that if I fetch content (a page) for the module in question which might have less records than another one.... and I click the accordion title to…
1 vote -
mootools1.3 Implements
//example
var B = new Class({
Implements:{name:'han'} // before 1.3 is OK, 1.3 is bad
});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
- Don't see your idea?