| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-10 | Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev | ||
| 2015-05-10 | Moved updated/unread option from global to user | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 | |||
| 2015-05-10 | Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev | ||
| 2015-05-10 | Global option to mark updated articles as unread | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 | |||
| 2015-05-10 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-05-10 | Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate | ||
| 2015-05-10 | Comments in config file | ||
| Documentation https://github.com/FreshRSS/FreshRSS/issues/123 | |||
| 2015-05-10 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-05-10 | Merge pull request #818 from Alkarex/ConfigurationSetterBug | ||
| Configuration setter bug | |||
| 2015-05-10 | Merge pull request #820 from Alkarex/IDN | ||
| Support for Internationalized Domain Names (IDN) | |||
| 2015-05-10 | Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev | ||
| 2015-05-10 | Merge branch 'Alkarex/Logging' | ||
| https://github.com/FreshRSS/FreshRSS/pull/815 | |||
| 2015-05-10 | Merge pull request #815 from Alkarex/Logging | ||
| SimplePie logging of HTTP requests | |||
| 2015-05-09 | Minor spaces | ||
| 2015-05-09 | SQL: more robust purge | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 | |||
| 2015-05-09 | Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate | ||
| 2015-05-09 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-05-09 | Merge pull request #825 from aledeg/search-values | ||
| Split the search into values | |||
| 2015-05-09 | Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev | ||
| 2015-05-09 | SQL: update request for updated articles | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 | |||
| 2015-04-22 | Split the search into values | ||
| Before, the search was a single value. Now it is splited in chuncks when separated by spaces. Except if they are enclosed by single quotes or double quotes. For some reasons, the unit tests are working for both single and double quotes but the search box isn't. It is working only with single quotes. We need to investigate the reason of this behavior. See #823 | |||
| 2015-04-05 | Merge remote-tracking branch 'origin/IDN' into dev | ||
| 2015-04-05 | Revert file supposed to be in another branch | ||
| 2015-04-05 | Merge remote-tracking branch 'origin/IDN' into dev | ||
| 2015-04-05 | Punycode spelling mistake | ||
| https://github.com/FreshRSS/FreshRSS/pull/820 | |||
| 2015-04-05 | Merge remote-tracking branch 'origin/IDN' into dev | ||
| 2015-04-05 | Support for Internationalized Domain Names (IDN) | ||
| https://github.com/FreshRSS/FreshRSS/issues/819 Add explicit conversion from IDN to Punycode. Requires PHP 5.3 IDN extension http://php.net/intl.idn (php5-idn package on Debian/Ubuntu). For systems without PHP 5.3+ IDN extension, we may consider adding a dependency (322 kB) to the third-party library https://phlymail.com/en/downloads/idna-convert.html See PHP bug 53474 FILTER_VALIDATE_URL should not fail URL's that use IDNhttps://bugs.php.net/bug.php?id=53474 | |||
| 2015-04-04 | Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev | ||
| 2015-04-04 | SQL: detection of updates, and preparation for better burge | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 SQLite not yet tested. Only MySQL tested so far. | |||
| 2015-03-26 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-03-25 | Merge pull request #813 from Alkarex/SimplePieDecodeMaybeHTML | ||
| SimplePie: decode special chars for MAYBE_HTML | |||
| 2015-03-24 | Merge remote-tracking branch 'origin/ConfigurationSetterBug' into dev | ||
| 2015-03-24 | Error when deleting a feed, wrong object | ||
| https://github.com/FreshRSS/FreshRSS/issues/816 | |||
| 2015-03-24 | Error when deleting a feed | ||
| https://github.com/FreshRSS/FreshRSS/issues/816 | |||
| 2015-03-24 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-24 | SimplePie forgot static keyword | ||
| https://github.com/FreshRSS/FreshRSS/issues/711 | |||
| 2015-03-24 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-03-24 | Merge pull request #812 from aledeg/configuration-save | ||
| Add an unsaved changes alert on config pages | |||
| 2015-03-23 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-23 | SimplePie faster regex for sanitizing URLs | ||
| Can simplify the regex (faster because anchored) for cleaning URLs based on the fact that we only have to deal with HTTP or HTTPS https://github.com/FreshRSS/FreshRSS/pull/715 | |||
| 2015-03-22 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-22 | Revert "SimplePie seems to only supports HTTP schemes" | ||
| This reverts commit 1c38e646c3223571988b33e6a0d481426e3b6931. | |||
| 2015-03-22 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-22 | SimplePie seems to only supports HTTP schemes | ||
| Can simplify the regex (faster because anchored) for cleaning URLs based on the fact that we only have to deal with HTTP or HTTPS | |||
| 2015-03-22 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-22 | SimplePie sanitize URLs for syslog | ||
| https://github.com/FreshRSS/FreshRSS/issues/711 https://github.com/FreshRSS/FreshRSS/pull/715 | |||
| 2015-03-21 | Merge remote-tracking branch 'origin/Logging' into dev | ||
| 2015-03-21 | SimplePie option to restaure syslog of HTTP requests | ||
| https://github.com/FreshRSS/FreshRSS/issues/711 | |||
| 2015-03-21 | htmlspecialchars_decode for all SIMPLEPIE_CONSTRUCT_MAYBE_HTML | ||
| https://github.com/FreshRSS/FreshRSS/issues/754 | |||
| 2015-03-16 | SimplePie: decode special chars for MAYBE_HTML | ||
| https://github.com/FreshRSS/FreshRSS/issues/754 Needs to check with many feeds to see if this does not introduce incompatibilities with some valid feeds. | |||
