| Age | Commit message (Collapse) | Author |
|
Add class "active" to button which reveals the password and remove it
when revealing is terminated
|
|
|
|
- Use sticks
- Change order of buttons
|
|
Add class "notification"
|
|
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/490
|
|
This reverts commit c94e893dbb7f5e4fcc58311c563f1b33f3681823.
|
|
This reverts commit 7e0566b0a183208e020ff31d5c92ef794de19a1e.
|
|
Before, when the user clicks on an article header one, it expands. When it clicks a second time, it collapses.
When it clicks a third time it stays collapsed instead of expand.
Now it toggles the article between expanded and collapsed state.
|
|
When the navigation is done with the mouse and shortcuts, the focus on the current article is lost when
the article is collapsed with the mouse. So when navigating with the shortcut does not open the intended
article.
See #473 and #478
|
|
Code simplification
https://github.com/marienfressinaud/FreshRSS/issues/473
https://github.com/marienfressinaud/FreshRSS/commit/60f73f53c4da215a6a60d21e809960c9cf6078fe
|
|
https://github.com/marienfressinaud/FreshRSS/issues/473
https://github.com/marienfressinaud/FreshRSS/pull/474/files
|
|
Before, when the user click on an article it closes even if he want to select text.
This behavior was not acceptable, so I changed it to close the article when cliking
on the article footer or in the article margins.
See #473
|
|
https://github.com/marienfressinaud/FreshRSS/issues/470
|
|
- FeedController->addAction (GET) shows a confirmation page
- If already subscribe, redirect to Configure->feedAction
- Add a bookmark in aside_feed
See #425 #426 and #464
|
|
https://github.com/marienfressinaud/FreshRSS/issues/457
https://github.com/marienfressinaud/FreshRSS/pull/459
https://github.com/marienfressinaud/FreshRSS/issues/422
https://github.com/marienfressinaud/FreshRSS/pull/461
|
|
Add a button to reveal/hide password
|
|
I add a button on the configure user interface to reveal the password for 2 seconds and hide it after that period.
See #442
I am not sure if the fallback unicode text for the icon is correct. I can not make it work.
|
|
Instead of observe only the bottom of the article to collapse the article, the whole article is observed.
Now if you want to close an article in the middle of your reading, you can.
|
|
See #449
|
|
I added a new option in the category select. It allows the user to add dynamically
a new category and add the feed to the newly created category.
See #356
|
|
https://github.com/marienfressinaud/FreshRSS/issues/388
+ Simplify code
|
|
Now the user can choose if an opened article will be repositioned to the top or not
See #338
|
|
Previously, the share page can handle only a limited number of shares and only one of each type.
Now the configuration has been change to be more flexible and allows an unlimited number of shares.
The share description is located in an array and the share configuration is stored along with the
user configuration.
Note: I tried to include the specific javascript code in a separate file but I did not succeded to
import it.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35710258
|
|
|
|
The modifier to change the focus of categories was Ctrl. It was changed to avoid
interference with browser shortcuts.
See #256
|
|
- code improved
- possibility to move directly from "all" category
- when there is no selected feed and we want the "next one", first feed is
selected (last before). Same for categories
See #256
|
|
See 0a5a7d780722f0dc9e12a7cad43a3b74ea812257
|
|
feed_count was not known in main.js
See cabac73b552a8bec4ca284dd40fb27872d6694c6
|
|
Similar to c33b13809ef4e1941d3655479db8c5fcf5731013
See #423
|
|
When auto_actualize was true and there was no feed to refresh,
a message was always showed. Now we check size of array "feeds" and if size is
zero, we don't perform auto_actualize action
|
|
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
|
|
In order to prevent multiple requests while another one is still pending.
It is based on a list of pending actions (in fact, in a list of pending feeds)
Fix #423
|
|
https://github.com/marienfressinaud/FreshRSS/pull/414
|
|
Lors de l'ouverture d'un lien au clavier quand les articles sont fermés, le lien ne s'ouvre pas. Avec la correction, le lien s'ouvre correctement.
|
|
Ajoute le défilement automatique de l'article quand le partage est sélectionné.
Conflicts:
p/scripts/main.js
|
|
Corrige
http://marienfressinaud.fr/index.php?article141/freshrss-0-7-ca-casse-et-ca-passe#c1391357481-1
|
|
Corrige
http://marienfressinaud.fr/index.php?article141/freshrss-0-7-ca-casse-et-ca-passe#c1391357481-1
|
|
Corrige https://github.com/marienfressinaud/FreshRSS/issues/407
Alternative à https://github.com/marienfressinaud/FreshRSS/pull/409 qui conserve le fait que l'article se ferme, et plus simple.
|
|
Modification du raccourci pour naviguer au premier article (Home au lieu de Shift+j)
Modification du raccourci pour naviguer au dernier article (End au lieu de Shift+k)
Ajout de modificateurs pour utiliser les touches de navigation dans d'autres contextes (Shift pour les flux, Ctrl pour les catégories)
Voir issue#256
|
|
Le raccourci de partage a été modifié pour partager automatiquement un article s'il n'existe qu'un mode de partage.
Les modes de partage sont rendus accessibles au clavier en utilisant les chiffres de 1 à 9.
Quand un article est partagé, la liste des modes est cachée automatiquement.
|
|
https://github.com/marienfressinaud/FreshRSS/pull/398
Je suis reparti du commit 7a510af73a0ef04ce09fb7eedd98c844e7bff51c, ai
ajouté la gestion des espaces à une fonction de conversion des entiers,
corrigé ce qui devait être fait côté PHP, et remis manuellement les
patchs intermédiaires (j'espère ne pas avoir oublié de corrections).
Le code est même plus simple qu'avant.
Testé aussi sur titre et favoris
|
|
Le nombre de non lus n'était pas mis à jour correctement.
Voir #398 (comments)
|
|
https://github.com/marienfressinaud/FreshRSS/pull/398
|
|
|
|
Conflit avec le commit https://github.com/marienfressinaud/FreshRSS/commit/7a510af73a0ef04ce09fb7eedd98c844e7bff51c
|
|
|
|
|