diff options
| -rw-r--r-- | .gitignore | 14 | ||||
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rwxr-xr-x | LICENSE.txt (renamed from LICENSE) | 4 | ||||
| -rw-r--r-- | phpcs.xml | 2 | ||||
| -rw-r--r-- | tests/phpunit.xml | 2 |
5 files changed, 22 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index cd2fd5d3a..8230b746c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,15 @@ constants.local.php + +# Temp files +*~ +*.bak +*.backup +\#* +.\#* +*\# +*.swp +*.swap +*.sav +*.save +*.autosav +*.autosave diff --git a/CHANGELOG.md b/CHANGELOG.md index 77252fb78..05aa1cffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -708,12 +708,12 @@ * Amélioration de la vue globale * Possibilité de personnaliser les icônes de lecture * Suppression de champs lors de l’installation (base_url et sel) -* Correction bugs divers +* Correction de bugs divers ## 2013-10-15 FreshRSS 0.5.1 -* Correction bug des catégories disparues +* Correction du bug des catégories disparues * Correction traduction i18n/fr et i18n/en * Suppression de certains appels à la feuille de style fallback.css @@ -795,9 +795,9 @@ * Les flux peuvent être sortis du flux principal (système de priorité) * Amélioration ajout / import / export des flux * Amélioration actualisation (meilleure gestion des erreurs) -* Améliorations CSS +* Améliorations du CSS * Changements dans la base de données -* Màj de la librairie SimplePie +* MàJ de la librairie SimplePie * Flux sans auteurs gérés normalement * Correction bugs divers @@ -1,7 +1,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -658,5 +658,5 @@ specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. +<https://www.gnu.org/licenses/>. @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <ruleset name="FreshRSS Ruleset"> - <description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description> + <description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description> <!-- to circumvent https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 --> <!--<arg name="tab-width" value="10"/>--> <exclude-pattern>./static</exclude-pattern> diff --git a/tests/phpunit.xml b/tests/phpunit.xml index f639637ec..cebfd0df8 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -10,4 +10,4 @@ <directory>app</directory> </testsuite> </testsuites> -</phpunit>
\ No newline at end of file +</phpunit> |
