Commit Graph

292 Commits

Author SHA1 Message Date
Marien Fressinaud
635ea04d52 Move loading of crypto form
See f727a13836 (commitcomment-7853832)
2014-09-19 18:38:00 +02:00
Marien Fressinaud
c4c4ad867a Optimise stats.svg file 2014-09-19 16:53:05 +02:00
Marien Fressinaud
55843ff7a5 Few fixes about statistics 2014-09-19 16:45:16 +02:00
Alexis Degrugillier
204b5a77fa Optimize screwdriver icons
Remove all icons that are copies from the default and optimize SVG for the specific icons

See #624
2014-09-18 21:34:53 -04:00
Marien Fressinaud
2f5304a1f7 Fix width on idle page (stats) 2014-09-18 17:44:31 +02:00
Marien Fressinaud
097703f23e Improve stat design 2014-09-18 17:39:07 +02:00
Marien Fressinaud
45d2524a82 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-09-18 16:23:03 +02:00
Marien Fressinaud
9a9d7a5a31 Fix alignment of tables 2014-09-18 16:22:36 +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
Alexandre Alapetite
ca74b2fca3 Merge pull request #620 from plopoyop/dev
Ajout d'un timeout pour la notification HTML5
2014-09-18 13:34:22 +02:00
plopoyop
4211539c24 Add timeout option for HTML5 notification 2014-09-18 10:46:34 +02:00
Marien Fressinaud
7d461779b3 Change color:hover for bigMark
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-18 09:00:41 +02:00
Alexandre Alapetite
0ef1fd6e4d Style: reduce white space of line breaks in articles
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
2014-09-17 22:22:14 +02:00
Marien Fressinaud
1967e289cf Fix bigMark for Origine 2014-09-17 08:36:28 +02:00
Marien Fressinaud
1f6fc5dfae Reduce font-size of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 19:06:06 +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
4fd3babcb6 Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 16:50:01 +02:00
Marien Fressinaud
922ed3c15d Improve "End of articles" section
Increase font size
Change colors in Origine

See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16 15:11:38 +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
c6dbe9def8 Use buttons instead of links for "mark as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:12:44 +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
Marien Fressinaud
2aa3b5d7ff Add border to stick btn and input
See https://github.com/marienfressinaud/FreshRSS/issues/563
2014-09-15 16:12:17 +02:00
Marien Fressinaud
69c7c1aa48 Change loading of base-theme css
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
2014-09-15 15:55:35 +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
366550057d Fix Screwdriver theme
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 (d19824b919).
Now, the categories are hidden when they have no articles to read.

See #594
2014-08-27 21:07:47 -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
d1f79fee69 Fix Screwdriver theme
See https://github.com/misterair/Screwdriver/issues/14
2014-08-23 23:32:07 +02: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
Marien Fressinaud
662d2630e2 Fix design problems
See https://github.com/marienfressinaud/FreshRSS/issues/582
2014-08-23 22:33:02 +02:00
Alexandre Alapetite
46efdc0974 API compatible lighttpd
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-08-20 17:33:46 +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
Alexandre Alapetite
3674a7a764 gitignore /p/i/.htaccess
This can be the place of a user's .htaccess, for instance for HTTP
password control.
2014-08-11 21:26:57 +02:00
Marien Fressinaud
086bb8df35 Add 1 month indication for "keep me logged in"
.prompt .form is also now larger

See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 21:59:44 +02:00
Marien Fressinaud
40b2e77b03 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-08-09 23:52:33 +02:00
Marien Fressinaud
a15c2d5168 Add Screwdriver theme by Mister aiR
- Not include screenshot yet (wait
  https://github.com/marienfressinaud/FreshRSS/issues/571)
- Need maybe more tests?

See https://github.com/marienfressinaud/FreshRSS/issues/557
2014-08-09 23:51:58 +02:00
Alexandre Alapetite
b68c5c6630 Dynamic favicon: remove the same number in the title
Now the number of unread articles in only shown in the favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-09 22:00:20 +02:00
Marien Fressinaud
80e7e15e3f Show notification only for new articles
Now, notifications are shown only if there are new articles not shown
on the page yet.
Before, at the first loading of the page, if there were unread articles,
a notification appeared after two minutes!
2014-08-09 11:50:13 +02:00
Marien Fressinaud
2a2ae12ba3 Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev 2014-08-08 22:17:15 +02:00
Marien Fressinaud
d289c5340f Add support of HTML5 notifications
Show a notification if there are at least 1 new article to read.
Support only window.Notification API.

See https://github.com/marienfressinaud/FreshRSS/issues/399
2014-08-08 21:30:23 +02:00
Alexis Degrugillier
e08e8ee633 Change event handling for confirmation dialog
See #567
Before, when content was loaded dynamically, the confirmation was not poping.
Now, the confirmation pops by changing event handling.
2014-08-08 07:35:13 -04:00