Commit Graph

3259 Commits

Author SHA1 Message Date
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
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
Alexandre Alapetite
6bbe89e9bc Merge pull request #1447 from Alkarex/CLI-bugs
Fix CLI bugs
2017-03-04 11:55:47 +01:00
Alexandre Alapetite
2818c72f5a Changelog CLI
https://github.com/FreshRSS/FreshRSS/issues/1443
https://github.com/FreshRSS/FreshRSS/pull/1444
https://github.com/FreshRSS/FreshRSS/issues/1445
https://github.com/FreshRSS/FreshRSS/pull/1447
https://github.com/FreshRSS/FreshRSS/issues/1448
https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-04 11:53:57 +01:00
Alexandre Alapetite
27a4c165ed Merge branch 'FreshRSS/dev' into CLI-bugs 2017-03-04 11:36:52 +01:00
Alexandre Alapetite
29b4fbcf0a Merge pull request #1451 from Alkarex/anonymous-fix-403
Do not mark as read in anonymous mode
2017-03-04 11:27:08 +01:00
Alexandre Alapetite
2de29865e3 Changelog 1431
https://github.com/FreshRSS/FreshRSS/issues/1431
https://github.com/FreshRSS/FreshRSS/pull/1451
2017-03-04 11:25:49 +01:00
Alexandre Alapetite
9e698108fe Do not mark as read in anonymous mode
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
2017-03-04 11:21:57 +01:00
Alexandre Alapetite
37957d45b2 Allows do-install.php only if data/do-install.txt exists
https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-03 23:15:50 +01:00
Alexandre Alapetite
ada94465e6 CLI: More infos in user-info
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-283927614
2017-03-03 23:01:33 +01:00
Alexandre Alapetite
99af5afba1 Changelog 1388
New theme *Origine-compact*
https://github.com/FreshRSS/FreshRSS/pull/1388
2017-03-03 22:13:56 +01:00
Alexandre Alapetite
c544f510d2 CLI: install language
https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-283908468
2017-03-03 11:55:58 +01:00
Alexandre Alapetite
ae1bf1f56f CLI do no list un-created user admin
https://github.com/FreshRSS/FreshRSS/issues/1448
2017-03-03 11:47:04 +01:00