1642 Commits

Author SHA1 Message Date
Marien Fressinaud
cff8636e77 Version 0.9.1 0.9.1 2014-10-09 16:19:05 +02:00
Marien Fressinaud
799bb6e0de Merge branch 'hotfixes' into beta
Conflicts:
	CHANGELOG
	README.fr.md
	README.md
	constants.php
2014-10-09 16:18:26 +02:00
Marien Fressinaud
caf98a6468 Prepare READMEs 2014-10-09 16:15:02 +02:00
Marien Fressinaud
db12b30e4d CHANGELOG 2014-10-09 16:13:19 +02:00
Marien Fressinaud
ba163baa84 Fix bug with getExtension()
getExtension() is not available on PHP < 5.3.7
Replaced by pathinfo(..., PATHINFO_EXTENSION)

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 16:02:56 +02:00
Alexandre Alapetite
d842f85966 SimplePie enclosure bug workaround
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-10-09 16:01:05 +02:00
Alexis Degrugillier
8a09958281 Add percent of total on top 10 feeds 2014-10-09 16:00:33 +02:00
Alexis Degrugillier
57d4914bf8 Add an average per day for the 30 day period
Conflicts:
	app/views/stats/index.phtml
2014-10-09 16:00:15 +02:00
Alexis Degrugillier
0965aecefe Add string delimiters for averages.
Before, if the average was equal to 0, it was displayed on the graph but the label was not displayed.
Now, the label is displayed.

Conflicts:
	app/views/stats/index.phtml
2014-10-09 15:58:10 +02:00
Marien Fressinaud
d6396be41a Fix category not appear on feed.add page (GET)
Must apply to 0.8.1 and 0.9.1

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 15:54:37 +02:00
Alexis Degrugillier
e7c36d5152 Fix read all shortcut
Before, the read all shortcut raised a javascript exception when we use the confirmation option. The confirmation was not even displayed. The code was failling since there was a missing variable.
Now, the shortcut ask for confirmation when the option is selected in the reading configuration page.

The definition of the shortcut was buggy since the confirmation was handled properly in an other location. I simplified the code by removing the confirmation code in the shortcut.
2014-10-09 15:54:07 +02:00
Marien Fressinaud
2fc3068d1b Add space after tag icon
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
2014-10-09 15:53:34 +02:00
Marien Fressinaud
5e2a01d61f Fix a bug in main.js
In global view, there is no ".category.all>a" element so we tried
to apply str2int on an undefined value.
In consequence, we were not able to mark several articles as read

This patch need to apply on 0.8.1 and 0.9.1

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 15:53:18 +02:00
Marien Fressinaud
f97d4b3b6c Merge branch 'master' into hotfixes 2014-10-09 15:53:10 +02:00
Marien Fressinaud
6dfbc28042 Version 0.9.0 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
444b155236 Version 0.8.0 0.8.0 2014-09-26 14:47:48 +02:00
Marien Fressinaud
147a3d21bb Merge branch 'dev' 2014-09-26 14:36:30 +02:00
Marien Fressinaud
c141622213 Remove German language for 0.8 release 2014-09-26 14:32:52 +02:00
Marien Fressinaud
492b508247 Merge branch 'plopoyop-dev' into dev 2014-09-26 10:46:40 +02:00
Marien Fressinaud
9917d0e86a Fix a design detail (Pafat theme)
+ fix typo

See https://github.com/marienfressinaud/FreshRSS/pull/623
2014-09-26 10:45:27 +02:00
Marien Fressinaud
d53a9fac6a Merge branch 'dev' of github.com:plopoyop/FreshRSS into plopoyop-dev 2014-09-26 10:32:55 +02:00
Marien Fressinaud
cf729ea637 Fix i18n
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
2014-09-26 10:31:35 +02:00
Marien Fressinaud
0ef8b4a95c Fix stat link available in feed menu for anonymous
Fix https://github.com/marienfressinaud/FreshRSS/issues/636
2014-09-26 10:15:45 +02:00
Marien Fressinaud
d695c273f3 Coding style aside_flux.phtml 2014-09-26 10:13:35 +02:00
plopoyop
d847d67502 Corrections graphiques 2014-09-26 09:23:09 +02:00
Marien Fressinaud
ab986b21b9 CHANGELOG 2014-09-25 11:57:05 +02:00
plopoyop
4483887df6 Améliorations graphiques 2014-09-24 23:23:58 +02:00
plopoyop
c446625c7f Merge remote-tracking branch 'upstream/dev' into dev 2014-09-24 20:06:34 +02:00
Marien Fressinaud
a12d90d85d Fix favorite cat doesn't change state button
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
2014-09-24 14:41:44 +02:00
Marien Fressinaud
fe32d14cfa Fix .as-link appearance in dropdown
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24 14:32:37 +02:00
Marien Fressinaud
e6a25f78f5 Fix bug mark as read a complete feed
Related to https://github.com/marienfressinaud/FreshRSS/issues/599
Fix https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24 14:14:33 +02:00
Marien Fressinaud
bcb1e3750a More explicit message when deleting feeds or cats
Introduce "data-str-confirm" to override default message for confirm actions.

Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:56:40 +02:00
Marien Fressinaud
17f686095d Remove queries at the same time as feeds
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:38:07 +02:00
Marien Fressinaud
5a1baff9be Refactor removing query by get param
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:28:09 +02:00
Marien Fressinaud
666162ae56 Fix a bug when $query['state'] doesn't exist
Add a test in addQueryAction().
2014-09-24 12:34:44 +02:00
Marien Fressinaud
a80e12cbf7 Remove queries at the same time as categories
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 12:32:49 +02:00
Marien Fressinaud
0ea3a5a394 Coding style configureController.php 2014-09-24 11:49:32 +02:00
Alexis Degrugillier
c791d84ded Fix user queries
Before, when adding a user query where the state contains the strict filter, the label applied to the query was wrong.
Now, the strict filter is always removed so the label applied is correct.
2014-09-21 18:49:34 -04:00
Alexis Degrugillier
23e4577e02 Change param filter for user queries
Before, the filter was based on a blacklist so the user could add something and have unwanted behavior.
Now, the filter is based on a whilelist so the user can use only predetermined parameters.
2014-09-21 18:40:08 -04:00
Alexis Degrugillier
04403c5dfa Remove number values for shortcuts as they are used in the default configuration 2014-09-21 18:26:27 -04:00
Alexis Degrugillier
3753ea8fd6 Change parameter settings to be consistent through out the file 2014-09-21 18:23:25 -04:00
Alexis Degrugillier
f87dfbc528 Change notification code
Before, it was using the old way to display notifications to the user.
Now, it uses the encapsulated method to do that.
2014-09-21 18:09:10 -04:00
Marien Fressinaud
cb99524b4c Merge pull request #630 from aledeg/comments
Add some comments
2014-09-21 18:15:14 +02:00
Alexis Degrugillier
5889ef35c8 Change todo align 2014-09-21 12:01:36 -04:00
Alexis Degrugillier
0420a98939 Add comments on the stat controller 2014-09-21 11:51:53 -04:00
Alexis Degrugillier
bad165b0c4 Add a todo 2014-09-21 11:28:46 -04:00
Alexis Degrugillier
cf01508fa5 Fix typo 2014-09-21 11:25:53 -04:00
Alexis Degrugillier
ea7f21ba7f Add some comments
It is a work in progress. I only did that for a single class so you can tell me if this is a good idea, if the content is missing something.
Any comments are welcome.
2014-09-21 11:21:51 -04:00
Alexandre Alapetite
fc8e2d0e67 Entities i18n
A few bugs + conversion to Unicode
2014-09-20 12:51:03 +02:00