summaryrefslogtreecommitdiff
path: root/app/Models/Share.php
AgeCommit message (Collapse)Author
2014-03-08Sharing optimizationGravatar Alexis Degrugillier
Change the storage and display of sharings to improve the time needed to generate the page. Instead of looking for a default value when displaying the sharing links, they are added during the configuration.
2014-03-02Add a default URL valueGravatar Alexis Degrugillier
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.