backbone-query-parameters icon indicating copy to clipboard operation
backbone-query-parameters copied to clipboard

Backbone plugin which provides query parameter support

Results 12 backbone-query-parameters issues
Sort by recently updated
recently updated
newest added

backbone-query-parameters is vulnerable to prototype pollution (CVE-2021-20085). The readme indicates this package has been unmaintained going on six years, so I'm not opening this issue with the expectation that it...

i have two pages:index & about, enter browser my url and GO to about page:http://localhost:8888/#about my backbone history config : ``` Backbone.history.start({ root : '', pushState:false, hashChange : true });...

When including the Backbone.queryparams plugin, the routes defined using optional segment stoped being triggered, here's a route example: "myroute(/:optional)" Removing the pluging re enable this backbone router feature.

I have tried out this plugin, 1. included backbone-query-parameters and the shim js files on a Backbone v1.1 project 2. I have a router ( in Coffeescript:) ``` routes: {...

Hi, I just came across an issue when working on making our search pages indexable by Google. We use backbone-query-parameters to render search-result pages. The issue is that Googlebot always...

Any thoughts on objects nested within arrays? ``` javascript router.toFragment('somePath', { anArray: [ { a: 'b', c: 'd' } ] } ``` I started to write a test for this,...

Reproducable in iOs 5.1.1 (Safari) and any default Android browser 4+. When browser loads data from back-forward cache (http://stackoverflow.com/questions/11979156/mobile-safari-back-button) an exception is thrown `Uncaught TypeError: Cannot call method 'indexOf' of...

I can't figure out how to clear query strings. If I am at `/resource?foo=1` and I navigate to `resource?bar=1` then `foo` is removed any the routing works as expected. If...

Hello! I just try new optional url params #37 . But with `Backbone.Router.namedParameters = true;` parameter names broken. They arrived with parenthesis in names

When using optional path parameters with Backbone.Router.namedParameters = true, the extracted parameter name includes the trailing ')' or the starting '(' of a subsequent optional paramter. The problem can be...