make cgiurl output deterministic
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 19 May 2015 18:09:38 +0000 (14:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 19 May 2015 19:34:46 +0000 (15:34 -0400)
commita5309078ec06ecc28ed00e31cb5c4bb3ac76cf94
treee5d01844111ef5eef8a6a9c5086cf8d90b667d11
parentda0baca91b32e5baa34a311fe8a6fcf76c41eae6
make cgiurl output deterministic

IkiWiki::cgiurl() currently produces non-deterministic output, because
the params hash can be sorted different ways.

Sorting keys to params before crafting the string should make the
output deterministic.
IkiWiki.pm