Commit Graph

1522 Commits

Author SHA1 Message Date
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
def0b6e71a Coding style pagination.phtml 2014-09-16 14:42:21 +02:00
Marien Fressinaud
d30acf4e00 Fix a bug for mark as read before 1 day/week
Current output was not remembered.
2014-09-16 14:32:49 +02:00
Marien Fressinaud
1e5efc9299 Mark many as read must be a POST action
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:23:04 +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
5d9479a4ac Add confirmation for "mark as read" in dropdown 2014-09-16 13:16:39 +02:00
Marien Fressinaud
595b0316ab Coding style nav_menu.phtml 2014-09-16 13:09:29 +02:00
Marien Fressinaud
2aba7e037d Add a "toggle password" button during installation 2014-09-16 12:05:58 +02:00
Marien Fressinaud
a05fc42827 Fix theme path for installation 2014-09-16 11:12:36 +02:00
Marien Fressinaud
d67242884d Revert setTimeout for refreshUnreads
See 6374f9ec98 (commitcomment-7790536)
2014-09-16 10:53:20 +02:00
Alexandre Alapetite
0b5cc66e8c Merge pull request #615 from aledeg/shares
Add a feature to add only unique shares
2014-09-16 08:47:20 +02:00
Alexis Degrugillier
ce239f83c4 Add a feature to add only unique shares
Before, it was possible to have different shares of the same type with the same information.
Now, even if you try to input identical shares, only the first one is kept. Of course, the verification is simple, so for instance if you input two shares to the same shaarli instance with different names, they are kept.

See #614
2014-09-15 18:00:17 -04: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
Marien Fressinaud
a8e0c26fe2 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-09-15 15:36:56 +02:00
Marien Fressinaud
b7b05ca3ce Import/Export: use transactions
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
2014-09-15 15:34:56 +02:00
Marien Fressinaud
0214576571 FIXME (import/export) Use entryDAO addEntryPrepare 2014-09-12 21:46:37 +02:00
Marien Fressinaud
3fa726a81e Import all .json files
Before, only feed_*.json and *starred*.json was imported. Now, all
*.json files are imported.
2014-09-12 21:34:42 +02:00
Marien Fressinaud
098f5e6d74 Log error if update.freshrss.org is unreachable 2014-09-12 21:10:45 +02:00
Marien Fressinaud
213bc2b9dd Check if update has been done during last minute
Cancel check action if update has been done during last hour.
2014-09-12 21:07:53 +02:00
Marien Fressinaud
094450ca94 Merge pull request #612 from plopoyop/dev
add css class or id to elements without
2014-09-11 15:36:28 +02:00
plopoyop
40d176cc24 add css class or id to elements without 2014-09-10 09:14:36 +02:00
Marien Fressinaud
4989302447 Add last_update.txt in .gitignore
See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08 20:19:40 +02:00
Marien Fressinaud
0dba48caef CHANGELOG
Add new update system.

See https://github.com/marienfressinaud/FreshRSS/issues/411
2014-09-08 20:15:35 +02:00
Marien Fressinaud
d59eebf542 Add data/last_update.txt
Remember last update timestamp.
2014-09-08 20:07:09 +02:00
Marien Fressinaud
48f91da2e5 Check FRESHRSS_PATH is writable.
FRESHRSS_PATH needs to be writable before performing update.
2014-09-08 19:52:21 +02:00
Marien Fressinaud
ef1b35fc43 Merge branch 'dev' into 411-update-system
Conflicts:
	constants.php
2014-09-08 19:26:35 +02:00
Alexandre Alapetite
c3fd8877c0 Bug warning in case of invalid CDATA 2014-09-06 16:04:49 +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
657b1ffe27 Bug HTML stats
Categories containing a space were not displayed properly
https://github.com/marienfressinaud/FreshRSS/issues/547
2014-09-04 20:30:15 +02:00
Alexandre Alapetite
228e89dbe3 Merge pull request #592 from aledeg/more-shortcuts
Add shortcuts
2014-09-04 18:58:08 +02:00
Alexandre Alapetite
8b11e68f2a Merge pull request #600 from aledeg/average
Add average on repartition charts.
2014-09-04 08:33:17 +02:00
Alexandre Alapetite
35b870ea8f Merge pull request #605 from aledeg/autoread
Fix collapse shortcut behavior
2014-09-04 08:32:02 +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
Marien Fressinaud
a2ba5e2a21 Add a first version of i18n for German
All the strings are not completed yet, but it's a good start!
2014-09-02 18:50:41 +02:00
Alexis Degrugillier
f002dbe4ce Add average on repartition charts.
It needs some verification on the value used to calculate the averages.
2014-09-01 20:58:05 -04:00
Alexandre Alapetite
a126d99b3c Bug referer for systems with non-standard HTTP port
Now tests also for the scheme and port, which must be identical to the
ones in the referer.

https://github.com/marienfressinaud/FreshRSS/issues/565#issuecomment-53916915
https://github.com/marienfressinaud/FreshRSS/issues/554
2014-08-30 18:31:50 +02:00
Alexandre Alapetite
e411618836 Merge pull request #598 from aledeg/screwdriver
Fix Screwdriver theme
2014-08-29 11:47:27 +02: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
80acd3a007 Add configuration for help configuration 2014-08-27 21:02:24 -04:00
Alexandre Alapetite
845cde2456 Merge pull request #595 from aledeg/filter-cat
Add a link to filter categories
2014-08-26 17:53:00 +02:00
Alexis Degrugillier
3c6ace51e0 Add a link to filter categories
In the category configuration page, I added a filter link on each category. It works the same way than the "filter" link on the feed configuration page.

See #514
2014-08-25 17:32:51 -04:00
Alexis Degrugillier
f8a522d0c1 Change wiki url 2014-08-24 12:46:40 -04:00