summaryrefslogtreecommitdiff
path: root/data/shares.php
AgeCommit message (Collapse)Author
2015-10-14fix share options to comply with latest formatGravatar Alexis Degrugillier
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-01-23Fix double quotes not escaped in RSS title (share by email)Gravatar ealdraed
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-22Improve sharingGravatar Alexis Degrugillier
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.