| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/848
Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never
used and not working anyway with absolute base_url)
$this->url was not defined in rss.phtml
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
Requires setting base_url in config.php.
Currently using the filesystem (no change to the database)
|
|
|
|
Conflicts:
app/FreshRSS.php
app/Models/Configuration.php
app/views/index/index.phtml
app/views/index/normal.phtml
lib/Minz/Configuration.php
lib/Minz/Translate.php
lib/lib_rss.php
|
|
- Introduce USERS_PATH
- Remove LOG_PATH
- Use join_path in install.php
- Change references to old data files to the new ones
- Update i18n
See https://github.com/FreshRSS/FreshRSS/issues/729
|
|
- Only system extensions can be loaded for the moment by adding them in the config.php
file.
- Remove previous system (it will be added properly in the new system in the next step).
|
|
but it could be the 1.0!
|
|
Conflicts:
constants.php
|
|
|
|
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable.
Add a shortcut to access user filters the same way to access share actions.
|
|
- Add some curl checks
- Refactor code
|
|
- Check on update.freshrss.org for new updates
- Download script
- Apply script
- Need translations and verifications
NOTE: current script on server indicates version 0.7.3 is an update
of 0.8-dev ==> IT'S ONLY FOR MY TESTS!
Script just does a backup of ./data actually...
See https://github.com/marienfressinaud/FreshRSS/issues/411
|
|
Due to the last pull request
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38477994
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/420#issuecomment-35423003
|
|
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
Nouvelle constante TMP_PATH comme répertoire pour stocker des fichiers
temporaires (si possible en mémoire et non sur disque, tel tmpfs pour
/tmp sur certaines distributions Linux)
Requiert PHP 5.2.1+ (contre 5.2.0 auparavant) pour le
`sys_get_temp_dir()`
|
|
|
|
|
|
|
|
|
|
|
|
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
|
|
Implémente https://github.com/marienfressinaud/FreshRSS/issues/333
/public/ est renommé /p/
/public/index.php est déplacé dans /p/i/index.php
Le cookie de session est limité à /p/i/
|
|
jour de FreshRSS
https://github.com/marienfressinaud/FreshRSS/issues/330
|
|
https://github.com/marienfressinaud/FreshRSS/issues/331
À tester plus
|
|
|
|
Unicode pour le reste du texte
Correction diverses typos
Et mise à jour du site officiel en faveur de http://freshrss.org
|
|
Implémente https://github.com/marienfressinaud/FreshRSS/issues/248
|
|
En particulier pour stocker le numéro de version de FreshRSS utilisé
entre autres par https://github.com/marienfressinaud/FreshRSS/issues/174
et centraliser les constantes de chemins
Implémente https://github.com/marienfressinaud/FreshRSS/issues/271
|