summaryrefslogtreecommitdiff
path: root/constants.php
AgeCommit message (Collapse)Author
2016-07-23Version 1.4.01.4.0Gravatar Marien Fressinaud
2016-07-23Merge branch 'dev'Gravatar Marien Fressinaud
2016-06-12Start next devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12Prepare for 1.3.2-betaGravatar Alexandre Alapetite
2016-03-12Start 1.3.2-dev versionGravatar Marien Fressinaud
2016-03-11Prepare release 1.3.1-betaGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1113
2015-11-04Start 1.3.1-dev versionGravatar Marien Fressinaud
2015-11-04Version 1.2.01.2.0Gravatar Marien Fressinaud
2015-11-02Move auto-update server URL in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-09-12Prepare version 1.1.4-devGravatar Marien Fressinaud
2015-07-30Prepare next version 1.1.3-betaGravatar Marien Fressinaud
2015-06-01Merge from devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-30Version 1.1.1-devGravatar Alexandre Alapetite
2015-05-23Minz getBaseUrl correction and RSS template bugGravatar Alexandre Alapetite
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
2015-05-15First draft of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Requires setting base_url in config.php. Currently using the filesystem (no change to the database)
2015-02-03New version number for dev (1.2-dev)Gravatar Marien Fressinaud
2015-01-08Merge branch 'dev' into 252-extensionsGravatar Marien Fressinaud
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
2014-12-28Fix install.php to consider new data organizationGravatar Marien Fressinaud
- 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
2014-12-04First draft for the new extension featureGravatar Marien Fressinaud
- 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).
2014-09-30We are working on 0.10-dev...Gravatar Marien Fressinaud
but it could be the 1.0!
2014-09-08Merge branch 'dev' into 411-update-systemGravatar Marien Fressinaud
Conflicts: constants.php
2014-08-24Change wiki urlGravatar Alexis Degrugillier
2014-08-24Add shortcutsGravatar Alexis Degrugillier
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.
2014-08-12Update system now uses HTTPS connectionGravatar Marien Fressinaud
- Add some curl checks - Refactor code
2014-08-09Add basic system of updateGravatar Marien Fressinaud
- 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
2014-05-13Fix version numbersGravatar Marien Fressinaud
Due to the last pull request
2014-05-13Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreenGravatar Marien Fressinaud
2014-03-24Constant to enable PHP compressionGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38477994
2014-02-21CHANGELOG 0.7.1 + TMP_PATH 0.8Gravatar Alexandre Alapetite
2014-02-19Version 0.7.10.7.1Gravatar Marien Fressinaud
2014-02-19Switch TMP_PATH to DATA_PATH for the 0.7.1Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/420#issuecomment-35423003
2014-02-11Mutex par flux pour les actualisationsGravatar Alexandre Alapetite
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()`
2014-02-01C'est parti pour la 0.8-devGravatar Alexandre Alapetite
2014-01-27Constantes numéro version oubliéGravatar Alexandre Alapetite
2014-01-18Préparation sortie 0.7-RC1Gravatar Alexandre Alapetite
2014-01-09Numéro de version 0.7-devGravatar Alexandre Alapetite
2014-01-04Numéro de version oubliéGravatar Alexandre Alapetite
2013-12-27Début 0.8-devGravatar Alexandre Alapetite
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
2013-12-26Cookie : sous-répertoire pour index (changements de répertoires !)Gravatar Alexandre Alapetite
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/
2013-12-25Lancer automatiquement le raffraîchissement des flux après une mise à ↵Gravatar Alexandre Alapetite
jour de FreshRSS https://github.com/marienfressinaud/FreshRSS/issues/330
2013-12-25Évite realpath pour problème open_basedirGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/331 À tester plus
2013-12-25Préparation 0.7-beta2Gravatar Alexandre Alapetite
2013-12-23CHANGELOG 0.7Gravatar Alexandre Alapetite
Unicode pour le reste du texte Correction diverses typos Et mise à jour du site officiel en faveur de http://freshrss.org
2013-11-17Réorganisation des fichiers utilisateurGravatar Alexandre Alapetite
Implémente https://github.com/marienfressinaud/FreshRSS/issues/248
2013-11-17Nouveau fichier constants.phpGravatar Alexandre Alapetite
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