| 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
|
|
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.
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
+ fix typo
See https://github.com/marienfressinaud/FreshRSS/pull/623
|
|
|
|
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/633
|
|
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.
|
|
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.
|
|
A few bugs + conversion to Unicode
|
|
|
|
|