| Age | Commit message (Collapse) | Author |
|
getExtension() is not available on PHP < 5.3.7
Replaced by pathinfo(..., PATHINFO_EXTENSION)
See https://github.com/marienfressinaud/FreshRSS/issues/649
|
|
https://github.com/marienfressinaud/FreshRSS/issues/504
|
|
|
|
Conflicts:
app/views/stats/index.phtml
|
|
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
|
|
Must apply to 0.8.1 and 0.9.1
See https://github.com/marienfressinaud/FreshRSS/issues/649
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/636
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
|
|
Related to https://github.com/marienfressinaud/FreshRSS/issues/599
Fix https://github.com/marienfressinaud/FreshRSS/issues/633
|
|
Introduce "data-str-confirm" to override default message for confirm actions.
Fix https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
Add a test in addQueryAction().
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
Before, it was using the old way to display notifications to the user.
Now, it uses the encapsulated method to do that.
|
|
|
|
|
|
|
|
|
|
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.
|
|
A few bugs + conversion to Unicode
|
|
|
|
|
|
Introduced by https://github.com/marienfressinaud/FreshRSS/commit/64b3d140f64d8fcaba30a514e0f956929f9bb126
|
|
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/618
|
|
|
|
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
Add a "deprecated" information
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
Refactor code for strict unread message display
|
|
|
|
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly.
Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode.
See #619
|
|
|
|
|