| 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
|
|
Conflicts:
app/views/stats/index.phtml
|
|
Must apply to 0.8.1 and 0.9.1
See https://github.com/marienfressinaud/FreshRSS/issues/649
|
|
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.
|
|
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
|
|
Add a "deprecated" information
See https://github.com/marienfressinaud/FreshRSS/issues/625
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
Ajout d'un timeout pour la notification HTML5
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/616
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
last_update.txt is updated even if there is no update
If last_update.txt has been modified during last hour, show a message
See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
|
|
List of articles must be iterated twice since feeds must be in DB before
using transaction for articles. It may be improved?
See https://github.com/marienfressinaud/FreshRSS/issues/591
|
|
|
|
Before, only feed_*.json and *starred*.json was imported. Now, all
*.json files are imported.
|
|
|
|
Cancel check action if update has been done during last hour.
|
|
Remember last update timestamp.
|
|
FRESHRSS_PATH needs to be writable before performing update.
|
|
Conflicts:
constants.php
|
|
It needs some verification on the value used to calculate the averages.
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
Improve guessFileType method
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
|
|
Before, when a category was selected, it was expanded to show the feeds in that category.
Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
|
|
https://github.com/marienfressinaud/FreshRSS/issues/587
|