Commit Graph

1506 Commits

Author SHA1 Message Date
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
Alexandre Alapetite
907f1b473a Merge pull request #593 from aledeg/fix-cat-css
Fix category CSS
2014-08-24 18:39:01 +02:00
Alexis Degrugillier
991596a193 Fix category CSS
Before, when the category is closed by default, the active CSS class wasn't applied. Thus breaking the shortcuts for navigation.
Now it works the way it is supposed.
2014-08-24 11:51:23 -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
Marien Fressinaud
1316ada152 Fix bug add favorite entry
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23 22:02:22 +02:00
Marien Fressinaud
ae54a14386 Fix problem with starred files for import/export
Improve guessFileType method

See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23 21:37:37 +02:00
Marien Fressinaud
17cf6fae6b Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-08-23 20:55:08 +02:00
Alexandre Alapetite
3f0e9f70d2 Merge pull request #590 from aledeg/more-stats
Change empty value in drop-down
2014-08-23 19:08:06 +02:00
Alexis Degrugillier
4509aac438 Change empty value in drop-down 2014-08-23 11:43:39 -04:00
Alexandre Alapetite
78e99f33a5 Merge pull request #588 from aledeg/cat-close
Add category reading option
2014-08-23 15:49:26 +02:00
Alexandre Alapetite
c3771797fc Link English version 2014-08-23 15:36:35 +02:00
Alexandre Alapetite
dfd7c06d00 Link french version 2014-08-23 15:35:46 +02:00
Alexandre Alapetite
3048404afd Merge pull request #589 from aledeg/readme-in-english
Add english README file
2014-08-23 15:32:03 +02:00
Alexis Degrugillier
2b60e58fab Add english README file
See #586
2014-08-23 09:15:50 -04:00