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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | base_url_does_not_chance-2284343-2.patch | 759 bytes | jibus |
| #1 | base_url-2284343-2.patch | 3.93 KB | rswyers |
Comments
Comment #1
rswyers commentedThis 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.
Comment #2
jibus commentedThe first fieldset shoudn't have a tree.
Attached patch should fixed this issue.
Comment #3
jibus commentedCommitted against 7.x-1.x & 6.x-1.x