Don Gilbert
Don Gilbert
@eddieajau Can you hop on skype if you have some time? Want to discuss this and some other things. :)
This would be very useful. Our OAuth classes take an application object just to handle sending a redirect, which really isn't ideal (or even necessary). Http should handle the response...
I think it should be part of a refactored Http package. Our current Http package is more for getting/posting remote data, don't you think?
Good catch, it is a bug, for sure. The `Client` is a `Joomla\OAuth2\Client`. It's constructor can be found here: https://github.com/joomla/joomla-framework/blob/staging/src/Joomla/OAuth2/Client.php#L56 I think the better solution would be to mandate passing...
I worked on an implementation that would allow you to use any `Registry` supported format, but it's hard, because the registry `XML` format is lacking in many areas.
We have XSD's for our manifests, I think it would be easy to build one for the forms.
I think the idea is a good one here, although I wouldn't want to keep around the old history as such, since we're doing away with all the code. (A...
Changing it in packaging and GitHub is trivial, as it auto redirects to the new location. Sent from my iPhone > On Mar 14, 2014, at 5:31 PM, Gary A...