In the configuration form of the ShURLy module, the Base URL doesn't change on save in the UI.

It however changes in the shurly_url array, but has no effect on any new short URLs created after.

Comments

rswyers’s picture

Status: Active » Needs review
StatusFileSize
new3.93 KB

This patch changes the base url from the config properly.
It also changes the source of the short url in the database to allow any ambiguous url on your domain of the drupal install.
Now you can choose any ambiguous url on your domain to have the short links go to. Since it changes the source in the database, the links that are made before you change the base url are permanently using that source. They still work though.

jibus’s picture

StatusFileSize
new759 bytes

The first fieldset shoudn't have a tree.

Attached patch should fixed this issue.

jibus’s picture

Status: Needs review » Closed (fixed)

Committed against 7.x-1.x & 6.x-1.x