| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-23 | Take advantage of PHP 5.4+ short echo (#2585) | ||
| * Take advantage of PHP 5.4+ short echo https://php.net/migration54.new-features thanks to https://github.com/FreshRSS/FreshRSS/pull/2495 Use `<?= ?>` instead of `<?php echo; ?>` 10kB of code saved :-) Done with regular expression: ``` <\?php echo (.+?);? *\?> <?= \1 ?> ``` * Try Travis fix https://github.com/squizlabs/PHP_CodeSniffer/issues/2045#issuecomment-395238272 | |||
| 2019-10-01 | Trim whitespace (#2544) | ||
| 2019-09-17 | Add support for terms of service | ||
| This feature is optional. It is based on the presence of a `data/tos.html` file that an administrator can create. If this file exists, FreshRSS will automatically add a "ToS" checkbox on the registration page that users must check to be able to create their account. | |||
