| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | ||
| 2017-03-04 | Merge pull request #1447 from Alkarex/CLI-bugs | ||
| Fix CLI bugs | |||
| 2017-03-04 | 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 | Merge branch 'FreshRSS/dev' into CLI-bugs | ||
| 2017-03-04 | Merge pull request #1451 from Alkarex/anonymous-fix-403 | ||
| Do not mark as read in anonymous mode | |||
| 2017-03-04 | Changelog 1431 | ||
| https://github.com/FreshRSS/FreshRSS/issues/1431 https://github.com/FreshRSS/FreshRSS/pull/1451 | |||
| 2017-03-04 | Do not mark as read in anonymous mode | ||
| And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431 | |||
| 2017-03-03 | Allows do-install.php only if data/do-install.txt exists | ||
| https://github.com/FreshRSS/FreshRSS/issues/1449 | |||
| 2017-03-03 | CLI: More infos in user-info | ||
| https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-283927614 | |||
| 2017-03-03 | Changelog 1388 | ||
| New theme *Origine-compact* https://github.com/FreshRSS/FreshRSS/pull/1388 | |||
| 2017-03-03 | CLI: install language | ||
| https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-283908468 | |||
| 2017-03-03 | CLI do no list un-created user admin | ||
| https://github.com/FreshRSS/FreshRSS/issues/1448 | |||
