mojito icon indicating copy to clipboard operation
mojito copied to clipboard

[archiving soon] Yahoo! Mojito Framework

Results 40 mojito issues
Sort by recently updated
recently updated
newest added

The getSub/setSub methods are very useful to read and write hashed key/value pairs. Please support this so the interface is more similar to the YUI3 Cookie class.

enhancement

This is a possible improvement: If I start up a Mojito server, but added 1 comment to the file `mojits/hello/defaults.json`: `"someName" : "someValue" // TODO: correct this value later `...

enhancement

Right now attachActionContextAddon is private, so the code needs to be duplicated if we want to mimic the behavior. There is no reason why don't turn it into a "protected"...

version:mojito-next

Seen in 0.5.0 I've got 2 examples, the only difference is that example 1 sends payload=null to the first receiverMojit, whereas example 2 sends payload={}. The failure arises within receiverMojit...

I wanted this to be a pull-request, but I can only post issues... Can't we use Y.EventTarget instead of the suggested interMojit-communication? The first is such a great infrastructure and...

version:mojito-next

Hi, I experience quite some problems with mojitProxy.refreshView(). It's hard to specify where exactly, because the projects become quite big and a lot of stuff is new to me. I...

version:mojito-next

Currently calling addHeaders or setHeaders doesn't guarantee the headers will be sent. There should be a way to, at least, detect when the headers can't be sent anymore.

it might be interesting to have the original cookies add-on accepting reference time for expiration instead of only absolute time: example: ac.cookie.set('a', 'b', { expires: '+1year' });

enhancement

Initially when the Mojito Client is initialized, the binderMap sent from the server is used to create MojitProxy objects, and each one contains a config object with 'children' if there...

bug
version:mojito-next

It would be nice to have a way to attach listeners into some request-cycle events like end-headers, triggered just before the first byte of the content been sent. The case...

enhancement