Commit Graph

3270 Commits

Author SHA1 Message Date
Alexandre Alapetite
3375ca6634 Readme 1482
Fall back to article URL when the article GUID is empty
[#1482](https://github.com/FreshRSS/FreshRSS/issues/1482)
2017-04-05 15:50:10 +02:00
Alexandre Alapetite
dadd6e7bee Use link instead of title fallback 2017-04-05 14:50:16 +02:00
Alexandre Alapetite
d42a20506b Fallback when GUID is empty
https://github.com/FreshRSS/FreshRSS/issues/1482
2017-04-05 14:44:18 +02:00
Alexandre Alapetite
730649971c Links to documentation
* http://doc.freshrss.org/
* https://github.com/FreshRSS/documentation
2017-04-05 00:43:08 +02:00
Alexandre Alapetite
1cace07fd4 Merge pull request #1478 from Alkarex/better_search
Better search
2017-04-03 18:42:52 +02:00
Alexandre Alapetite
d6a51349e8 Merge pull request #1477 from Alkarex/log-location
Readme log location
2017-04-02 19:18:28 +02:00
Alexandre Alapetite
ccc95f6b93 Changelog allow double-quotes
d229216ccc
2017-04-02 11:58:21 +02:00
Alexandre Alapetite
3011bbc5e1 Search allow double quotes
`author:"some name"`
2017-04-02 11:55:20 +02:00
Alexandre Alapetite
6d6fe12e8e Changelog better search
https://github.com/FreshRSS/FreshRSS/issues/1381
2017-04-02 00:05:48 +02:00
Alexandre Alapetite
aadba9fb70 Negative searches
https://github.com/FreshRSS/FreshRSS/issues/1381
Possibility to exclude authors, titles, tags, urls, words by prefixing
them by ! or - (like Google Search):

* !intitle:unwanted
* -intitle:unwanted
* -author:unwanted
* -#unwanted
* -unwanted

And one can use many of each and combine them with positive searches
2017-04-01 23:41:19 +02:00
Alexandre Alapetite
d9c0d25b85 Improve search: intitle, author, inurl
Allow multiple values of intitle: , author:, inurl:

Note: Tests for UserQueryTest are broken due to
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
2017-04-01 22:31:12 +02:00
Alexandre Alapetite
4699361f6b Readme log location
https://github.com/FreshRSS/FreshRSS/issues/1475
2017-04-01 18:55:40 +02:00
Alexandre Alapetite
f98cd52a02 Merge pull request #1470 from Alkarex/defered-insertion
Implementation of defered insertion
2017-04-01 11:32:24 +02:00
Alexandre Alapetite
8acdf273b2 Merge branch 'FreshRSS/dev' into defered-insertion 2017-04-01 11:31:19 +02:00
Alexandre Alapetite
7d6ab5fc4e Merge branch 'postgress-uniqueness' into defered-insertion 2017-04-01 11:26:24 +02:00
Alexandre Alapetite
f2b4bfc67d Merge pull request #1476 from Alkarex/postgress-uniqueness
Fix PostgreSQL uniqueness
2017-04-01 11:26:05 +02:00
Alexandre Alapetite
50fd3a359e Fix PostgreSQL uniqueness
And remove "experimental" warning
2017-04-01 11:24:59 +02:00
Alexandre Alapetite
0d4c26c673 Add manual commit & refresh cache to deferred insertion 2017-03-29 21:42:40 +02:00
Alexandre Alapetite
6c604bc1dd Minz param bug fix 2017-03-27 23:42:19 +02:00
Alexandre Alapetite
fda694ce46 Changelog deferred insertion of new articles
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-27 22:36:55 +02:00
Alexandre Alapetite
56bbdc543d Removing TODO
Done
2017-03-27 22:16:59 +02:00
Alexandre Alapetite
282ea0cfd7 Defered insertion: feedController bug 2017-03-27 22:09:18 +02:00
Alexandre Alapetite
5541e39512 More defered insertion 2017-03-27 21:26:38 +02:00
Alexandre Alapetite
bc580c5905 SQL index auto added
At the same time as the new temp table
2017-03-26 22:08:17 +02:00
Alexandre Alapetite
fbdc22f75a Merge branch 'FreshRSS/dev' into defered-insertion 2017-03-26 19:36:44 +02:00
Alexandre Alapetite
e042e4ad25 Merge pull request #1465 from jlefler/1464-improve-english-translations
1464 Improve English Translations
2017-03-26 19:34:40 +02:00
Alexandre Alapetite
8a92bde940 i18n English misc. 2017-03-26 19:33:37 +02:00
Alexandre Alapetite
b8cc4a4790 i18n: A few more favourites 2017-03-26 19:31:01 +02:00
Alexandre Alapetite
cae67808fe Minor i18n English changes
Add credits.
Keep British spelling of favourites in the user interface, USA spelling
in the code.
2017-03-26 19:25:17 +02:00
Alexandre Alapetite
e7b153fc7f Merge remote-tracking branch 'FreshRSS/dev' into 1464-improve-english-translations 2017-03-26 19:23:37 +02:00
Alexandre Alapetite
1b34142e7d Merge pull request #1472 from Alkarex/compat-php7.1
Compatibility PHP 7.1
2017-03-26 19:09:42 +02:00
Alexandre Alapetite
b0f2d73428 Readme compatibility PHP 7.1
https://github.com/FreshRSS/FreshRSS/issues/1471
2017-03-26 19:08:14 +02:00
Alexandre Alapetite
5888c37bbe Merge branch 'FreshRSS/dev' into compat-php7.1 2017-03-26 19:06:05 +02:00
Alexandre Alapetite
f48ce97624 Start 1.7.0-dev 2017-03-26 19:05:40 +02:00
Alexandre Alapetite
7a6751b50d PDO fix PHP 7.1
http://php.net/manual/migration71.changed-functions.php#migration71.changed-functions.pdo
2017-03-26 18:48:34 +02:00
Alexandre Alapetite
a7064dc700 SQLite create index if not exists 2017-03-26 18:29:10 +02:00
Alexandre Alapetite
cc235c6af3 SimplePie light manual update 2017-03-26 15:02:35 +02:00
Alexandre Alapetite
e956aee53d More defered insertion. New SQL index
New index entry_feed_read_index
TODO: Auto add this index to existing version
2017-03-26 14:07:06 +02:00
Alexandre Alapetite
a20fd9db9f Defered insertion MySQL bug
The update of cached values remains to be optimized
2017-03-26 01:41:08 +01:00
Alexandre Alapetite
22b41f3bfc Candidate implementation of defered insertion
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-26 00:01:11 +01:00
Josh Lefler
fd028c6114 Minor changes to english word choice/grammar to improve user experience for english-speaking users. 2017-03-21 16:32:22 +00:00
Alexandre Alapetite
a513ca9030 Prepare 1.6.4-dev
Or maybe 1.7.0-dev
2017-03-11 10:44:22 +01:00
Alexandre Alapetite
be0bcfef7e Merge pull request #1455 from FreshRSS/dev
Release 1.6.3
1.6.3
2017-03-11 10:36:48 +01:00
Alexandre Alapetite
b34c318f02 Merge pull request #1454 from Alkarex/release-1.6.3
Prepare release 1.6.3
2017-03-11 10:29:14 +01:00
Alexandre Alapetite
0c5cc38846 Prepare release 1.6.3
https://github.com/FreshRSS/FreshRSS/milestone/22
2017-03-11 10:28:17 +01:00
Alexandre Alapetite
a78ebd0965 Merge pull request #1452 from Alkarex/Favicon-warning-fix
Fix Favicon library warning
2017-03-06 18:09:12 +01:00
Alexandre Alapetite
13936c57b0 Changelog 1452
https://github.com/FreshRSS/FreshRSS/pull/1452

59dfc64512
2017-03-05 01:12:11 +01:00
Alexandre Alapetite
6102489d57 Fix Favicon library warning
59dfc64512
https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-284176492
2017-03-05 01:05:42 +01:00
Alexandre Alapetite
f6148e1f32 CLI user-info readme
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-284191560
https://github.com/FreshRSS/FreshRSS/issues/1447
2017-03-05 00:23:23 +01:00
Alexandre Alapetite
7e251a195e Re-order changelog 2017-03-04 12:04:22 +01:00