| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-05 | Readme 1482 | ||
| Fall back to article URL when the article GUID is empty [#1482](https://github.com/FreshRSS/FreshRSS/issues/1482) | |||
| 2017-04-05 | Use link instead of title fallback | ||
| 2017-04-05 | Fallback when GUID is empty | ||
| https://github.com/FreshRSS/FreshRSS/issues/1482 | |||
| 2017-04-05 | Links to documentation | ||
| * http://doc.freshrss.org/ * https://github.com/FreshRSS/documentation | |||
| 2017-04-03 | Merge pull request #1478 from Alkarex/better_search | ||
| Better search | |||
| 2017-04-02 | Merge pull request #1477 from Alkarex/log-location | ||
| Readme log location | |||
| 2017-04-02 | Changelog allow double-quotes | ||
| https://github.com/FreshRSS/FreshRSS/commit/d229216cccbd746b46630a44fa508ef0367ea1a1 | |||
| 2017-04-02 | Search allow double quotes | ||
| `author:"some name"` | |||
| 2017-04-02 | Changelog better search | ||
| https://github.com/FreshRSS/FreshRSS/issues/1381 | |||
| 2017-04-01 | 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 | 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 | Readme log location | ||
| https://github.com/FreshRSS/FreshRSS/issues/1475 | |||
| 2017-04-01 | Merge pull request #1470 from Alkarex/defered-insertion | ||
| Implementation of defered insertion | |||
| 2017-04-01 | Merge branch 'FreshRSS/dev' into defered-insertion | ||
| 2017-04-01 | Merge branch 'postgress-uniqueness' into defered-insertion | ||
| 2017-04-01 | Merge pull request #1476 from Alkarex/postgress-uniqueness | ||
| Fix PostgreSQL uniqueness | |||
| 2017-04-01 | Fix PostgreSQL uniqueness | ||
| And remove "experimental" warning | |||
| 2017-03-29 | Add manual commit & refresh cache to deferred insertion | ||
| 2017-03-27 | Minz param bug fix | ||
| 2017-03-27 | Changelog deferred insertion of new articles | ||
| https://github.com/FreshRSS/FreshRSS/issues/530 | |||
| 2017-03-27 | Removing TODO | ||
| Done | |||
| 2017-03-27 | Defered insertion: feedController bug | ||
| 2017-03-27 | More defered insertion | ||
| 2017-03-26 | SQL index auto added | ||
| At the same time as the new temp table | |||
| 2017-03-26 | Merge branch 'FreshRSS/dev' into defered-insertion | ||
| 2017-03-26 | Merge pull request #1465 from jlefler/1464-improve-english-translations | ||
| 1464 Improve English Translations | |||
| 2017-03-26 | i18n English misc. | ||
| 2017-03-26 | i18n: A few more favourites | ||
| 2017-03-26 | Minor i18n English changes | ||
| Add credits. Keep British spelling of favourites in the user interface, USA spelling in the code. | |||
| 2017-03-26 | Merge remote-tracking branch 'FreshRSS/dev' into ↵ | ||
| 1464-improve-english-translations | |||
| 2017-03-26 | Merge pull request #1472 from Alkarex/compat-php7.1 | ||
| Compatibility PHP 7.1 | |||
| 2017-03-26 | Readme compatibility PHP 7.1 | ||
| https://github.com/FreshRSS/FreshRSS/issues/1471 | |||
| 2017-03-26 | Merge branch 'FreshRSS/dev' into compat-php7.1 | ||
| 2017-03-26 | Start 1.7.0-dev | ||
| 2017-03-26 | PDO fix PHP 7.1 | ||
| http://php.net/manual/migration71.changed-functions.php#migration71.changed-functions.pdo | |||
| 2017-03-26 | SQLite create index if not exists | ||
| 2017-03-26 | SimplePie light manual update | ||
| 2017-03-26 | More defered insertion. New SQL index | ||
| New index entry_feed_read_index TODO: Auto add this index to existing version | |||
| 2017-03-26 | Defered insertion MySQL bug | ||
| The update of cached values remains to be optimized | |||
| 2017-03-26 | Candidate implementation of defered insertion | ||
| https://github.com/FreshRSS/FreshRSS/issues/530 | |||
| 2017-03-21 | Minor changes to english word choice/grammar to improve user experience for ↵ | ||
| english-speaking users. | |||
| 2017-03-11 | Prepare 1.6.4-dev | ||
| Or maybe 1.7.0-dev | |||
| 2017-03-11 | Merge pull request #1455 from FreshRSS/dev1.6.3 | ||
| Release 1.6.3 | |||
| 2017-03-11 | Merge pull request #1454 from Alkarex/release-1.6.3 | ||
| Prepare release 1.6.3 | |||
| 2017-03-11 | Prepare release 1.6.3 | ||
| https://github.com/FreshRSS/FreshRSS/milestone/22 | |||
| 2017-03-06 | Merge pull request #1452 from Alkarex/Favicon-warning-fix | ||
| Fix Favicon library warning | |||
| 2017-03-05 | Changelog 1452 | ||
| https://github.com/FreshRSS/FreshRSS/pull/1452 https://github.com/FreshRSS/FreshRSS/commit/59dfc64512372eaba7609d84500d943bb7274399 | |||
| 2017-03-05 | Fix Favicon library warning | ||
| https://github.com/Alkarex/FreshRSS/commit/59dfc64512372eaba7609d84500d943bb7274399 https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-284176492 | |||
| 2017-03-05 | CLI user-info readme | ||
| https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-284191560 https://github.com/FreshRSS/FreshRSS/issues/1447 | |||
| 2017-03-04 | Re-order changelog | ||
