44 Commits

Author SHA1 Message Date
Alexandre Alapetite
185dba88c1 Merge 1.1.1-dev into /beta
https://github.com/FreshRSS/FreshRSS/issues/845
2015-05-30 20:46:41 +02:00
Alexandre Alapetite
6e6746e090 Version 1.1.1-dev 2015-05-30 19:37:26 +02:00
Alexandre Alapetite
27d2b88a19 Minz getBaseUrl correction and RSS template bug
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-23 02:23:38 +02:00
Marien Fressinaud
88f94661f3 New version number for dev (1.2-dev) 2015-02-03 10:32:41 +01:00
Marien Fressinaud
4a9c228d9d Version 1.1.0 2015-01-31 14:48:55 +01:00
Marien Fressinaud
e92acfd822 Version 0.9.4 2015-01-15 14:18:48 +01:00
Marien Fressinaud
eaf6c2c33e Merge branch 'dev' into beta 2015-01-15 14:17:00 +01:00
Marien Fressinaud
73023bc12b Merge branch 'dev' into 252-extensions
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
2015-01-08 14:18:32 +01:00
Marien Fressinaud
039a83759d Fix install.php to consider new data organization
- 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-28 17:42:46 +01:00
Marien Fressinaud
caa274c75b Version 0.9.3 2014-12-12 19:01:20 +01:00
Marien Fressinaud
86f69ca396 First draft for the new extension feature
- 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-12-04 19:33:29 +01:00
Marien Fressinaud
ee50df5183 Version 0.9.2 2014-10-31 16:58:53 +01:00
Marien Fressinaud
cff8636e77 Version 0.9.1 2014-10-09 16:19:05 +02:00
Marien Fressinaud
d087f75337 We are working on 0.10-dev...
but it could be the 1.0!
2014-09-30 10:10:06 +02:00
Marien Fressinaud
6dfbc28042 Version 0.9.0 2014-09-26 14:51:53 +02:00
Marien Fressinaud
f0fb1fbb07 Merge branch 'dev' into beta 2014-09-26 14:50:33 +02:00
Marien Fressinaud
ef1b35fc43 Merge branch 'dev' into 411-update-system
Conflicts:
	constants.php
2014-09-08 19:26:35 +02:00
Alexis Degrugillier
f8a522d0c1 Change wiki url 2014-08-24 12:46:40 -04:00
Alexis Degrugillier
7b17c60bb1 Add shortcuts
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-24 11:37:07 -04:00
Marien Fressinaud
94ad9cf073 Version 0.7.4 2014-08-24 15:29:48 +02:00
Marien Fressinaud
909d8747ba Update system now uses HTTPS connection
- Add some curl checks
- Refactor code
2014-08-12 20:15:46 +02:00
Marien Fressinaud
e7dba0ce7c Add basic system of update
- 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-08-09 23:29:13 +02:00
Marien Fressinaud
50a5079b71 Version 0.7.3 2014-07-21 18:10:34 +02:00
Marien Fressinaud
a4dac0f791 Version 0.7.2 2014-06-13 18:54:26 +02:00
Marien Fressinaud
4580e177e1 Fix version numbers
Due to the last pull request
2014-05-13 19:33:01 +02:00
Marien Fressinaud
acd7d64e20 Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreen 2014-05-13 19:21:12 +02:00
Alexandre Alapetite
fd829d7567 Constant to enable PHP compression
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38477994
2014-03-24 19:16:09 +01:00
Alexandre Alapetite
3dd6677421 CHANGELOG 0.7.1 + TMP_PATH 0.8 2014-02-21 10:01:40 +01:00
Marien Fressinaud
7e949d5032 Version 0.7.1 2014-02-19 20:50:27 +01:00
Marien Fressinaud
04da549e2e Switch TMP_PATH to DATA_PATH for the 0.7.1
See https://github.com/marienfressinaud/FreshRSS/issues/420#issuecomment-35423003
2014-02-19 19:54:50 +01:00
Alexandre Alapetite
0cabd1f50d Mutex par flux pour les actualisations
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-11 21:48:10 +01:00
Alexandre Alapetite
a76e5bd1c6 C'est parti pour la 0.8-dev 2014-02-01 14:07:23 +01:00
Alexandre Alapetite
1f3fcf48aa Constantes numéro version oublié 2014-01-27 21:54:21 +01:00
Alexandre Alapetite
d15fa1cab5 Préparation sortie 0.7-RC1 2014-01-18 23:48:04 +01:00
Alexandre Alapetite
1ef15e232b Numéro de version 0.7-dev 2014-01-09 23:32:50 +01:00
Alexandre Alapetite
fd214c93e4 Numéro de version oublié 2014-01-04 02:18:42 +01:00
Alexandre Alapetite
9f52ab97cb Début 0.8-dev
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
2013-12-27 19:23:11 +01:00
Alexandre Alapetite
58300c36ad Cookie : sous-répertoire pour index (changements de répertoires !)
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-26 01:56:58 +01:00
Alexandre Alapetite
d24b1e963e Lancer automatiquement le raffraîchissement des flux après une mise à jour de FreshRSS
https://github.com/marienfressinaud/FreshRSS/issues/330
2013-12-25 21:46:24 +01:00
Alexandre Alapetite
f0c8cd8847 Évite realpath pour problème open_basedir
https://github.com/marienfressinaud/FreshRSS/issues/331
À tester plus
2013-12-25 14:16:48 +01:00
Alexandre Alapetite
2e9a5cfb69 Préparation 0.7-beta2 2013-12-25 14:15:40 +01:00
Alexandre Alapetite
dd16829c87 CHANGELOG 0.7
Unicode pour le reste du texte
Correction diverses typos
Et mise à jour du site officiel en faveur de http://freshrss.org
2013-12-23 14:57:59 +01:00
Alexandre Alapetite
9c5c023e36 Réorganisation des fichiers utilisateur
Implémente https://github.com/marienfressinaud/FreshRSS/issues/248
2013-11-17 02:56:30 +01:00
Alexandre Alapetite
b8c4afadf4 Nouveau fichier constants.php
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
2013-11-17 01:35:06 +01:00