aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue preventing the Save button to appear for plugin parametersArthurHoaro2018-01-011-3/+3
* Add CSS class and IDs in Shaarli's menuArthurHoaro2017-12-161-26/+26
* Merge pull request #1017 from ArthurHoaro/feature/mobile-iconArthurHoaro2017-11-182-1/+2
|\
| * Add apple-touch-icon meta tagArthurHoaro2017-11-182-1/+2
* | Merge pull request #1014 from ArthurHoaro/feature/no-pluginArthurHoaro2017-11-121-6/+12
|\ \
| * | Improve messages if there is no plugin or parameter available in the admin pageArthurHoaro2017-11-111-6/+12
| |/
* / Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-083-4/+26
|/
* Remove redirector setting from Configure pageArthurHoaro2017-11-071-15/+0
* Theme improvements: move thumbnails to the right and reduce margins overallArthurHoaro2017-10-283-59/+114
* Add language selection in the configure page of the default themeArthurHoaro2017-10-223-1/+46
* JS translationArthurHoaro2017-10-223-6/+20
* Shaarli's translationArthurHoaro2017-10-224-18/+28
* Merge pull request #987 from ArthurHoaro/hotfix/security-issueArthurHoaro2017-10-071-1/+1
|\
| * Fix security issue reported by @chbiArthurHoaro2017-10-071-1/+1
* | Merge pull request #979 from ArthurHoaro/feature/assets-cache-versionVirtualTam2017-10-062-10/+10
|\ \
| * | Add a version hash for asset loading to prevent browser's cache issueArthurHoaro2017-10-012-10/+10
| |/
* / Fix jumpy textarea with long content in post editArthurHoaro2017-10-011-0/+6
|/
* visited links color: same hue as unvisited links, darkenednodiscc2017-09-041-1/+1
* Merge pull request #939 from ArthurHoaro/hotfix/firefox-social-titleArthurHoaro2017-09-021-1/+2
|\
| * Firefox Social title: Use document.title instead of RainTPL variableArthurHoaro2017-09-021-1/+2
* | Merge pull request #950 from thewilli/delete-fixArthurHoaro2017-09-011-3/+3
|\ \
| * | fixed link deletionWilli Eggeling2017-08-301-3/+3
* | | new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-272-2/+5
|/ /
* / fixed note bookmarkletWilli Eggeling2017-08-241-1/+1
|/
* Merge pull request #925 from ArthurHoaro/theme/remove-2nd-sort-byArthurHoaro2017-08-191-2/+0
|\
| * Remove the 2nd green 'sort by' row in link listArthurHoaro2017-08-191-2/+0
* | Hide the search link if no tag has been searched in tag listArthurHoaro2017-08-191-3/+5
|/
* Merge pull request #889 from Lucas-C/masterVirtualTam2017-08-034-80/+65
|\
| * Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-304-80/+65
* | Merge pull request #896 from ArthurHoaro/hotfix/firefox-social-subdirVirtualTam2017-07-231-2/+2
|\ \
| * | Fix Firefox Social button in the default themeArthurHoaro2017-06-111-2/+2
* | | Remove merge conflict leftovernodiscc2017-07-111-11/+1
* | | Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-181-0/+10
| |/ |/|
* | Tagcloud/list improvmentsLucas Cimon2017-06-092-2/+10
|/
* Fixing "Uncaught TypeError" in shaarli.js - fix #893Lucas Cimon2017-06-071-2/+3
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-312-2/+15
|\
| * Add creation date when editing a linkArthurHoaro2017-05-312-2/+15
* | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limitArthurHoaro2017-05-311-2/+12
|\ \
| * | Bookmarklet size limit: increase to 4500 chars and add an alert warningArthurHoaro2017-05-281-2/+12
| * | Selection is now limited to 2k characters using bookmarkletsArthurHoaro2017-05-251-2/+2
| |/
* / Display visited links in greyArthurHoaro2017-05-251-2/+2
|/
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-252-2/+10
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-252-2/+10
* | Merge pull request #881 from ArthurHoaro/feature/note-bookmarkletArthurHoaro2017-05-252-4/+19
|\ \
| * | Add Note bookmarklet #580philipp-r2017-05-252-4/+19
* | | Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-253-3/+69
* | | Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-255-4/+276
* | | Add a token available everywhereArthurHoaro2017-05-251-0/+3
* | | Move tagcloud template file to tag.cloudArthurHoaro2017-05-252-0/+4
* | | Merge pull request #819 from ArthurHoaro/feature/multi-deleteArthurHoaro2017-05-254-9/+82
|\ \ \