Gerald Thibault
Gerald Thibault
The 'shown.bs.modal' event is triggered by ``` $el.modal({ keyboard: this.options.allowCancel, backdrop: this.options.allowCancel ? true : 'static' }); ``` The event binding follows immediately after, so the event listener doesn't exist...
I don't have a test, but I do have a link to the spec that clearly states that empty params are not to be discarded: http://oauth.net/core/1.0/#anchor14 "Parameters are concatenated in...
Hilarious that this hasn't been touched in a year, despite still being an issue. Nginx normalizes all headers to the HTTP_**\* format, meaning that by the time wsgi/django even has...