Commit Graph

46 Commits

Author SHA1 Message Date
Marien Fressinaud
f63386703d Prepare next dev version 2016-07-23 17:37:32 +02:00
Marien Fressinaud
92d4ad32c9 Version 1.4.0 2016-07-23 17:12:10 +02:00
Marien Fressinaud
3f705cf03c Merge branch 'dev' 2016-07-23 17:11:38 +02:00
Alexandre Alapetite
1cc890c0eb Start next dev
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12 22:27:04 +02:00
Alexandre Alapetite
571b594bbf Prepare for 1.3.2-beta 2016-06-12 12:42:50 +02:00
Marien Fressinaud
2f2a385331 Start 1.3.2-dev version 2016-03-12 12:24:25 +01:00
Alexandre Alapetite
f64d7384a7 Prepare release 1.3.1-beta
https://github.com/FreshRSS/FreshRSS/issues/1113
2016-03-11 22:35:21 +01:00
Marien Fressinaud
9d55313b92 Start 1.3.1-dev version 2015-11-04 21:44:08 +01:00
Marien Fressinaud
ca6ca218dc Version 1.2.0 2015-11-04 20:26:47 +01:00
Marien Fressinaud
bb0556543d Move auto-update server URL in configuration
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02 21:11:23 +01:00
Marien Fressinaud
7378b0c723 Prepare version 1.1.4-dev 2015-09-12 19:08:38 +02:00
Marien Fressinaud
e5972938b5 Prepare next version 1.1.3-beta 2015-07-30 16:20:04 +02:00
Alexandre Alapetite
137c498c84 Merge from dev
https://github.com/FreshRSS/FreshRSS/issues/312
2015-06-01 19:40:30 +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
Alexandre Alapetite
256c8613a4 First draft of PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312
Requires setting base_url in config.php.
Currently using the filesystem (no change to the database)
2015-05-15 03:21:36 +02:00
Marien Fressinaud
88f94661f3 New version number for dev (1.2-dev) 2015-02-03 10:32:41 +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
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
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
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
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
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