OpenLayers OpenLayers

Ticket #378 (closed feature: fixed)

Opened 3 years ago

Last modified 3 years ago

allow optional url in getArgs

Reported by: tschaub Assigned to:
Priority: minor Milestone: 2.3 Release
Component: general Version:
Keywords: Cc:
State:

Description

I'd like to be able to send an optional url to the OpenLayers.Util.getArgs() function - to parse the query string of an arbitrary url.

It also seems like it makes sense to use decodeURIComponent instead of the deprecated 'unescape' (deprecated with JS 1.5 in 2000).

Patch to follow.

Attachments

getArgs.patch (1.8 kB) - added by tschaub on 10/26/06 18:57:17.
patch to allow url in getArgs - all tests pass and permalink still works

Change History

10/26/06 18:57:17 changed by tschaub

  • attachment getArgs.patch added.

patch to allow url in getArgs - all tests pass and permalink still works

10/26/06 18:59:11 changed by tschaub

  • keywords set to review.

please review

11/18/06 10:01:33 changed by crschmidt

  • status changed from new to closed.
  • resolution set to fixed.

Closed by r1906.

07/05/07 17:04:58 changed by euzuro

  • keywords deleted.