| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-23 | Fix double quotes not escaped in RSS title (share by email) | ||
| If an RSS feed title contains double quotes, this prematurely terminates the subject line and prohibits the URL to be added to the email body when using Share->Email. Replace urlencode() with rawurlencode() for all transform functions. | |||
| 2014-02-22 | Improve sharing | ||
| Previously, the share page can handle only a limited number of shares and only one of each type. Now the configuration has been change to be more flexible and allows an unlimited number of shares. The share description is located in an array and the share configuration is stored along with the user configuration. Note: I tried to include the specific javascript code in a separate file but I did not succeded to import it. | |||
