]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fixes #480: add an option to urlencode redirector URL 524/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 24 Mar 2016 18:40:12 +0000 (19:40 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 9 Apr 2016 14:52:32 +0000 (16:52 +0200)
commit043eae70c4c57b0447b56a58b64ce9d102895396
tree83a40e1f0096059bd9c7c13efbcfdeaa0ea06b5e
parent9486a2e92911c726673fe50674a0a408be3c774f
Fixes #480: add an option to urlencode redirector URL

  * New config: `$GLOBALS['config']['REDIRECTOR_URLENCODE']` (default `true`).
  * Parameter added to LinkDB constructor.
  * Fixes a bug with urlencode and escaped url.
  * In `index.php`, LinkDB is now instanciate once for `importFile()` and `showDaily()`.
  * TU
application/LinkDB.php
index.php
tests/LinkDBTest.php