Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a specific page title in all pages | ArthurHoaro | 2018-02-24 | 1 | -102/+126 |
| | | | | | | Also fixed a few French translation issues Fixes #954 #955 | ||||
* | Public/private filter: use two separate buttons | ArthurHoaro | 2018-01-24 | 1 | -28/+33 |
| | | | | #1038 | ||||
* | Add a filter to only display public links | ArthurHoaro | 2017-12-16 | 1 | -35/+38 |
| | | | | | | When the key filter is clicked once, it only displays private link. When it is clicked on again, it becomes red and only public links are displayed. Another click and all links are displayed. The current visibility status is shown in the search banner Fixes #1030 | ||||
* | Improve messages if there is no plugin or parameter available in the admin page | ArthurHoaro | 2017-11-11 | 1 | -57/+58 |
| | | | | Fixes #931 | ||||
* | Translations : Working demo example of translation extension | ArthurHoaro | 2017-10-22 | 1 | -33/+37 |
| | |||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 1 | -160/+251 |
| | |||||
* | Use makefile target to generate MO file and remove it from git | ArthurHoaro | 2017-10-22 | 2 | -60/+88 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 2 | -0/+1243 |
* translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. |