1809 Commits

Author SHA1 Message Date
Marien Fressinaud
99763412c2 Fix bug on archiving page
Introduced by ee5bbe4826
0.9.2
2014-10-31 17:21:35 +01:00
Marien Fressinaud
105729639b Merge branch 'beta' into hotfixes 2014-10-31 17:21:20 +01:00
Marien Fressinaud
ee50df5183 Version 0.9.2 2014-10-31 16:58:53 +01:00
Marien Fressinaud
54479a5027 Merge branch 'dev' into beta
Conflicts:
	CHANGELOG
	README.fr.md
	README.md
	app/Controllers/feedController.php
	app/Controllers/indexController.php
	app/i18n/en.php
	app/i18n/fr.php
	app/views/helpers/view/normal_view.phtml
	app/views/stats/index.phtml
	app/views/stats/repartition.phtml
	constants.php
	p/scripts/main.js
2014-10-31 16:57:11 +01:00
Marien Fressinaud
724e13f0a6 Fix global view mark as read 2014-10-31 16:43:05 +01:00
Marien Fressinaud
d9c56fb6f7 Remove check database for next beta
See https://github.com/FreshRSS/FreshRSS/issues/678
2014-10-31 15:58:19 +01:00
Marien Fressinaud
3d3dc81e0f Update CHANGELOG 2014-10-31 14:23:11 +01:00
Marien Fressinaud
39d2a26cf0 Fix bug in stats/index.phtml 2014-10-30 20:00:25 +01:00
Marien Fressinaud
58deab37cd Fix Minz_Error::error() -> use default values 2014-10-30 19:57:08 +01:00
Marien Fressinaud
ba832bef4d Fix TODO in format_number() 2014-10-30 19:34:36 +01:00
Marien Fressinaud
036240ab01 Fix coding style formatNumber and formatBytes 2014-10-30 19:31:32 +01:00
Marien Fressinaud
ee5bbe4826 Fix bug size with SQLite 2014-10-30 19:19:09 +01:00
Marien Fressinaud
9478d2f011 Add do_post_update support 2014-10-30 12:43:52 +01:00
Marien Fressinaud
d20b5a127f Fix limit in import Json files
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29 11:47:51 +01:00
Marien Fressinaud
fb3cda8ac9 Fix limits in import OPML files
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29 11:08:31 +01:00
Marien Fressinaud
cf7350af47 Update i18n for limit of feeds
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29 10:21:34 +01:00
Marien Fressinaud
1ea996c4ea Update i18n for limit of category. 2014-10-29 10:15:22 +01:00
Alexandre Alapetite
9f97f7df88 Ne pas rafraîchir les flux des utilisateurs non logués depuis x jours
https://github.com/marienfressinaud/FreshRSS/issues/681
Warning: needs some testing
2014-10-29 00:45:42 +01:00
Alexandre Alapetite
00127f07c5 SimplePie: cache feeds with errors
Before the cache system was not used for feeds with errors, which was
problematic especially if several users have this feed.
Furthermore, there was no protection against repetitive refresh.

Bonus: slightly better performance by avoiding some superfluous
file_exists().

Warning: needs a bit of testing
https://github.com/marienfressinaud/FreshRSS/issues/681
2014-10-28 23:52:46 +01:00
Alexandre Alapetite
4cbd7e0583 Bug: unlock was not done for feeds with error 2014-10-28 23:32:55 +01:00
Alexandre Alapetite
2e5d4d97c9 More limit options in config.php
See e.g. https://github.com/marienfressinaud/FreshRSS/issues/681
https://github.com/marienfressinaud/FreshRSS/issues/680
https://github.com/marienfressinaud/FreshRSS/issues/656
2014-10-28 22:29:55 +01:00
Alexandre Alapetite
c6f35ef51c Global limits for number of feeds and categories
New 'limits' sub-array in config.php with 'max_feeds' and
'max_categories'. If the values are < 0, then it is the default value
(16384).
https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-27 21:45:30 +01:00
Alexandre Alapetite
299495d082 Crypto update bcrypt.js + bug
https://github.com/marienfressinaud/FreshRSS/issues/676
2014-10-26 22:33:00 +01:00
Marien Fressinaud
482f995d61 All the category area is clickable
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-26 21:22:34 +01:00
Alexandre Alapetite
9decc715f4 Merge pull request #684 from ldidry/issue-683
Fixes #683
2014-10-26 19:09:05 +01:00
Luc Didry
e861e5789d Fix errors + improvements on bug #683 fix. 2014-10-26 19:00:00 +01:00
Marien Fressinaud
01ef0ef2b8 Fix nav_entries menu width
See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26 18:58:43 +01:00
Luc Didry
956896bf87 Fixes #683 2014-10-26 17:01:31 +01:00
Marien Fressinaud
6595158625 Fix themes (aside_feed) 2014-10-26 14:13:05 +01:00
Marien Fressinaud
e86a3d0017 Fix pdo checking
Show only one message for both mysql and sqlite pdo conf. If one of them is ok,
PDO is ok.

See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26 12:40:42 +01:00
Marien Fressinaud
4dec7bf127 Fix i18n string
Order has been changed due to a little bug in sort order function.
2014-10-26 12:37:38 +01:00
Marien Fressinaud
5d6407a0bf Update i18n
- Fix i18n strings
- Fix typo profil -> profile

See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26 12:22:13 +01:00
Marien Fressinaud
20b40aa85e Update i18n 2014-10-24 15:22:30 +02:00
Marien Fressinaud
3e2d34c867 Merge branch '634-refactor-with-context' into dev 2014-10-24 15:17:07 +02:00
Marien Fressinaud
83d95ca4b8 Fix titles for normal and global views
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 15:11:02 +02:00
Marien Fressinaud
15316b77f6 Fix last sections of main.js
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 15:08:57 +02:00
Marien Fressinaud
bd5757fff8 Inverse reader and global buttons in nav_menu 2014-10-24 14:54:56 +02:00
Marien Fressinaud
cdad09ae2c Fix feed colors on subscription page (all themes) 2014-10-24 14:53:38 +02:00
Marien Fressinaud
27c380400d Fix feed in error or empty (all the themes)
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:42:46 +02:00
Marien Fressinaud
98fbc736ec Fix all the themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:34:08 +02:00
Marien Fressinaud
62727b1d4f Fix Origine and base-theme themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:10:45 +02:00
Marien Fressinaud
fa0c7d75e6 Begin to fix global view 2014-10-24 13:50:08 +02:00
Marien Fressinaud
0d6993fe08 Reader view comes back!
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 12:51:17 +02:00
Marien Fressinaud
9fc536c287 Fix .state_unread .items with data-unread="0" 2014-10-24 12:43:05 +02:00
Marien Fressinaud
f8f16fdeea Fix a small bug in Screwdriver theme 2014-10-24 12:10:20 +02:00
Marien Fressinaud
c886daef82 Fix Screwdriver theme 2014-10-24 12:06:23 +02:00
Marien Fressinaud
ea564ee821 Fix Pafat theme
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 11:37:59 +02:00
Marien Fressinaud
b9b2bfe6cb Fix Flat theme
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:38:18 +02:00
Marien Fressinaud
958503251f Fix Dark theme
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:23:16 +02:00
Marien Fressinaud
0c8b55fc13 First iteration to update all the themes
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:07:53 +02:00