Nicola Spanti 8 lat temu
rodzic
commit
942508d879
5 zmienionych plików z 22 dodań i 8 usunięć
  1. 14 0
      .gitignore
  2. 4 4
      CHANGELOG.md
  3. 2 2
      LICENSE.txt
  4. 1 1
      phpcs.xml
  5. 1 1
      tests/phpunit.xml

+ 14 - 0
.gitignore

@@ -1 +1,15 @@
 constants.local.php
 constants.local.php
+
+# Temp files
+*~
+*.bak
+*.backup
+\#*
+.\#*
+*\#
+*.swp
+*.swap
+*.sav
+*.save
+*.autosav
+*.autosave

+ 4 - 4
CHANGELOG.md

@@ -708,12 +708,12 @@
 * Amélioration de la vue globale
 * Amélioration de la vue globale
 * Possibilité de personnaliser les icônes de lecture
 * Possibilité de personnaliser les icônes de lecture
 * Suppression de champs lors de l’installation (base_url et sel)
 * 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
 ## 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
 * Correction traduction i18n/fr et i18n/en
 * Suppression de certains appels à la feuille de style fallback.css
 * 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é)
 * Les flux peuvent être sortis du flux principal (système de priorité)
 * Amélioration ajout / import / export des flux
 * Amélioration ajout / import / export des flux
 * Amélioration actualisation (meilleure gestion des erreurs)
 * Amélioration actualisation (meilleure gestion des erreurs)
-* Améliorations CSS
+* Améliorations du CSS
 * Changements dans la base de données
 * 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
 * Flux sans auteurs gérés normalement
 * Correction bugs divers
 * Correction bugs divers
 
 

+ 2 - 2
LICENSE → LICENSE.txt

@@ -1,7 +1,7 @@
                     GNU AFFERO GENERAL PUBLIC LICENSE
                     GNU AFFERO GENERAL PUBLIC LICENSE
                        Version 3, 19 November 2007
                        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
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
  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,
   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.
 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
 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 - 1
phpcs.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <ruleset name="FreshRSS Ruleset">
 <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 -->
 	<!-- to circumvent https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 -->
 	<!--<arg name="tab-width" value="10"/>-->
 	<!--<arg name="tab-width" value="10"/>-->
 	<exclude-pattern>./static</exclude-pattern>
 	<exclude-pattern>./static</exclude-pattern>

+ 1 - 1
tests/phpunit.xml

@@ -10,4 +10,4 @@
 			<directory>app</directory>
 			<directory>app</directory>
 		</testsuite>
 		</testsuite>
 	</testsuites>
 	</testsuites>
-</phpunit>
+</phpunit>