| Age | Commit message (Collapse) | Author |
|
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.
|
|
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
|
|
|
|
|
|
|
|
Related to 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/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
|
|
|
|
|
|
|
|
Remove all icons that are copies from the default and optimize SVG for the specific icons
See #624
|
|
Optimisation SVN
Utilisation du template par défaut.
|
|
|
|
|
|
|
|
|
|
|
|
Ajout du tag sur la notification HTML5
|
|
|
|
|
|
|
|
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
|
|
Ajout d'un timeout pour la notification HTML5
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Makes articles a bit more compact.
Plus a generic filter for multiple lines breaks, useful for instance in
LeMonde.fr, which uses <br /><br /><br />
https://github.com/marienfressinaud/FreshRSS/issues/618
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Middle click was not catched by JavaScript so when opening article in a
new page, itwas not marked as read.
See https://github.com/marienfressinaud/FreshRSS/issues/454
|
|
Always align view on previous article IF its top is not too far (magic
number: 150px).
See https://github.com/marienfressinaud/FreshRSS/issues/470
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Increase font size
Change colors in Origine
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
See https://github.com/marienfressinaud/FreshRSS/commit/6374f9ec98a132a810efa3e651bd800bcf541340#commitcomment-7790536
|
|
See https://github.com/marienfressinaud/FreshRSS/pull/585
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/563
|
|
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
|
|
Fix navigation on hidden categories and feeds
|
|
Before, when navigating with the keyboard, hidden categories and feeds where shown.
Now, they stay hidden.
See #604
|
|
Add shortcuts
|
|
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use.
Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
|
|
Before, it wasn't possible to hide categories when they had no articles to read.
I applied the same rule than the one described in here (https://github.com/marienfressinaud/FreshRSS/commit/d19824b919289ad63743f27da7861f2422da5baa).
Now, the categories are hidden when they have no articles to read.
See #594
|
|
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable.
Add a shortcut to access user filters the same way to access share actions.
|
|
See https://github.com/misterair/Screwdriver/issues/14
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/578
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/582
|