Commit Graph

151 Commits

Author SHA1 Message Date
Alexis Degrugillier
960f86ba20 Add a feature to hide articles when they are read
This is a new reading option to hide articles when they are read. The hidding process occurs when the article is left for an other article. This way, even when the article is marked as read on opening, it is hidden only while navigating to an other article.
I'm not really happy with the behavior when the "mark while scrolling" option is enabled. Please review.
It is missing the i18n since we're not supposed to push them before it exists on i18n.freshrss.org. Or maybe I misunderstood the process.

See #476
2014-11-02 10:05:26 -05:00
Marien Fressinaud
724e13f0a6 Fix global view mark as read 2014-10-31 16:43:05 +01:00
Alexandre Alapetite
299495d082 Crypto update bcrypt.js + bug
https://github.com/marienfressinaud/FreshRSS/issues/676
2014-10-26 22:33:00 +01:00
Marien Fressinaud
15316b77f6 Fix last sections of main.js
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 15:08:57 +02:00
Marien Fressinaud
fa0c7d75e6 Begin to fix global view 2014-10-24 13:50:08 +02:00
Marien Fressinaud
4204336bd6 Begin to fix JS for new aside 2014-10-23 10:44:45 +02:00
Marien Fressinaud
8769931a68 Rename aside_flux in aside_feed. 2014-10-23 09:32:02 +02:00
Marien Fressinaud
8a7bab3a55 Refactoring of indexController
Global view has been moved to a different action (all is not working)

See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-20 19:35:22 +02:00
Marien Fressinaud
2796cc9ae5 User list load a new page
Beginning of more options for administrator!
2014-10-17 16:24:21 +02:00
Marien Fressinaud
1252b3dd86 Authentication system moved + Persona comes back!
AuthController is dedicated to auhentication.
Persona is back, greater than ever!

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-07 16:37:10 +02:00
Marien Fressinaud
3831961b2e Fix bug of i18n in JavaScript
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 18:03:32 +02:00
Marien Fressinaud
d8ed718aab Refactor javascript_vars.phtml
Introduce kind of context objectin JavaScript

See https://github.com/marienfressinaud/FreshRSS/issues/634
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 17:32:01 +02:00
Alexandre Alapetite
6e6d7b3c87 Minor JavaScript 2014-10-05 01:43:29 +02:00
Alexandre Alapetite
099f5ab760 Merge pull request #654 from aledeg/new-shortcut
Add a shortcut to close drop-down lists
2014-10-04 15:39:07 +02:00
Alexis Degrugillier
38a6f0c4b2 Add a shortcut to close drop-down lists 2014-10-04 09:06:35 -04:00
Alexis Degrugillier
7a59568dfc Fix library with code provided in the comments of the library page.
The fix was given by the owner of the project (I assume) but was never integrated in the code. There is no bug tracker so I couldn't open a ticket.
It looks like the project is dead since there is modification to the library.
2014-10-04 08:46:11 -04:00
Alexis Degrugillier
91cc88209c Remove debugging code 2014-10-04 08:45:57 -04:00
Marien Fressinaud
43c1183c93 Merge branch '646-new-cat-system' into dev 2014-10-02 19:49:49 +02:00
Marien Fressinaud
ce43b1761b Fix box when no feed in category
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 19:47:02 +02:00
Marien Fressinaud
408ac31dd8 Hack for dragleave (triggered on children!)
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 19:02:43 +02:00
Marien Fressinaud
6effa82cef Improve drag and drop
- Refactoring
- Better design
- Item doesn't disappear if action is not completed

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 15:02:42 +02:00
Marien Fressinaud
50f07febae Add dataTransfer property to event for JQuery
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 12:13:16 +02:00
Marien Fressinaud
db4da3babc First draft for drag and drop
We can change feed category by drag and drop! Need improvements...

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 11:39:51 +02:00
Marien Fressinaud
9b2ad32e98 Fix a bug in main.js
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
2014-10-02 10:05:26 +02:00
Marien Fressinaud
f1a5a174ea Merge branch '646-new-cat-system' into dev 2014-10-02 09:36:32 +02:00
Marien Fressinaud
fe655e0d9d Fix close slider when a feed is selected
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:58:09 +02:00
Marien Fressinaud
405f23050b Design of the slider
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:55:30 +02:00
Marien Fressinaud
7481887db7 Load feed configuration on the same page
Need improvements

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 10:06:04 +02:00
Alexis Degrugillier
59c17a3c6c Fix read all shortcut
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.
2014-09-27 08:22:41 -04:00
Marien Fressinaud
bcb1e3750a More explicit message when deleting feeds or cats
Introduce "data-str-confirm" to override default message for confirm actions.

Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:56:40 +02:00
Marien Fressinaud
635ea04d52 Move loading of crypto form
See f727a13836 (commitcomment-7853832)
2014-09-19 18:38:00 +02:00
Marien Fressinaud
ffbee0d59c Merge pull request #622 from plopoyop/dev
Ajout du tag sur la notification HTML5
2014-09-18 15:46:36 +02:00
Marien Fressinaud
0947b780c9 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-09-18 15:42:00 +02:00
plopoyop
bafe851f90 Ajout du tag sur la notification HTML5 2014-09-18 15:29:16 +02:00
Marien Fressinaud
c0d0279b03 Use openNotification instead of alert (main.js) 2014-09-18 15:09:31 +02:00
Marien Fressinaud
f727a13836 Improve reset auth system
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18 14:50:54 +02:00
plopoyop
4211539c24 Add timeout option for HTML5 notification 2014-09-18 10:46:34 +02:00
Marien Fressinaud
c2ca9805fa Same behaviour for middle click on article
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
2014-09-16 17:46:16 +02:00
Marien Fressinaud
7eb71edecf Improve align article on previous article
Always align view on previous article IF its top is not too far (magic
number: 150px).

See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16 17:23:25 +02:00
Marien Fressinaud
6f8413403b Change #bigMarkAsRead link in button
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16 14:58:25 +02:00
Marien Fressinaud
497d3564c8 Fix bug with shortcut "mark all as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:19:55 +02:00
Marien Fressinaud
d67242884d Revert setTimeout for refreshUnreads
See 6374f9ec98 (commitcomment-7790536)
2014-09-16 10:53:20 +02:00
Marien Fressinaud
6374f9ec98 Use setTimeout instead of setInterval (JavaScript)
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-15 16:19:12 +02:00
Alexandre Alapetite
ea79967ff9 Merge pull request #606 from aledeg/navigation
Fix navigation on hidden categories and feeds
2014-09-05 23:00:36 +02:00
Alexis Degrugillier
88ec538ef5 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
2014-09-04 23:45:40 -04:00
Alexandre Alapetite
228e89dbe3 Merge pull request #592 from aledeg/more-shortcuts
Add shortcuts
2014-09-04 18:58:08 +02:00
Alexis Degrugillier
5d718b5c3b Fix collapse shortcut behavior
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).
2014-09-03 21:33:29 -04:00
Alexis Degrugillier
7b17c60bb1 Add shortcuts
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.
2014-08-24 11:37:07 -04:00
Marien Fressinaud
d04f7ac9ea Fix bug link at article bottom not mark as read
See https://github.com/marienfressinaud/FreshRSS/issues/578
2014-08-23 22:41:28 +02:00
Alexis Degrugillier
393fce3e8a Add a feed selector in repartition statistics.
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page.
The rendering needs to be polished to be nicer.
2014-08-19 08:55:44 -04:00