Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update parsedown to its latest version instead of fixed 1.6 | ArthurHoaro | 2018-03-31 | 1 | -57/+68 |
| | |||||
* | Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.x | ArthurHoaro | 2018-02-02 | 1 | -156/+366 |
| | | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2. | ||||
* | Update dependencies and include latest version netscape-bookmark-parser | ArthurHoaro | 2018-01-31 | 1 | -89/+89 |
| | |||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 1 | -52/+52 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -47/+170 |
| | | | | | | | | | * 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. | ||||
* | Fix PHP version configuration in composer.json | ArthurHoaro | 2017-08-05 | 1 | -94/+114 |
| | | | | | Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1. | ||||
* | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -40/+40 |
| | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | Include composer.lock in git files | ArthurHoaro | 2017-03-21 | 1 | -0/+2424 |