Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After clicking save/cancel on a link, scroll to the link itself. | Sébastien SAUVAGE | 2013-02-27 | 1 | -0/+2 |
| | |||||
* | Remove script name from URL if it's index.php | Sébastien SAUVAGE | 2013-02-27 | 1 | -1/+5 |
| | | | | | (for better looking URLs, eg. http://mysite.com/shaarli/?abcde instead of http://mysite.com/shaarli/index.php?abcde) | ||||
* | Link in description & option to invert link/permalink. | Sébastien SAUVAGE | 2013-02-27 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | Patch for issue https://github.com/sebsauvage/Shaarli/issues/19 Now: * The (perma)link is added at the bottom of description. * If "permalinks" is added in URL parameters, link/permalinks will be swapped. eg. * Normal link in title + permalink in description: http://mysite.com/shaarli/?do=rss * Permalink in title + normal link in description : http://mysite.com/shaarli/?do=rss&permalinks It works for the ATOM feed too. (Happy ? :-D ) | ||||
* | Support for magnet links in description. | Sébastien SAUVAGE | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Corrected bug in cache purge. | Sébastien SAUVAGE | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Typo correction. | Sébastien SAUVAGE | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Login problem correction | Sébastien SAUVAGE | 2013-02-26 | 1 | -3/+7 |
| | | | | | | This corrects the session problem with some browsers when Shaarli is hosted on a sub-domain. Please tell me if this corrects login problems if you had one. | ||||
* | Initial commit (version 0.0.40 beta)v0.0.40beta | Sébastien SAUVAGE | 2013-02-26 | 1 | -0/+2321 |