Commit Graph

7003 Commits

Author SHA1 Message Date
Alexandre Alapetite
0745252b68 Hexadecimal literals do not work with SQLite/PDO
X'09AF' hexadecimal literals do not work with SQLite/PDO. Replaced by
PHP hex2bin().

711530a512
2015-05-10 20:31:03 +02:00
Alexandre Alapetite
f7a502b06e Cannot create an account with sqlite
https://github.com/FreshRSS/FreshRSS/issues/770
2015-05-10 19:20:46 +02:00
Alexandre Alapetite
3837e4ced5 Merge branch 'FreshRSS/dev' into dev 2015-05-10 18:23:17 +02:00
Alexandre Alapetite
79f0f2bbb4 Bug Page 403 ne peut s'afficher si Translate n'est pas instancié avant
https://github.com/FreshRSS/FreshRSS/issues/821
2015-05-10 18:21:21 +02:00
Alexandre Alapetite
e6aeade47a Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev 2015-05-10 14:08:25 +02:00
Alexandre Alapetite
0d0c6b7493 Moved updated/unread option from global to user
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10 14:04:12 +02:00
Alexandre Alapetite
b0cfbe3ff6 Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev 2015-05-10 12:16:49 +02:00
Alexandre Alapetite
5f545dfda2 Global option to mark updated articles as unread
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10 12:14:38 +02:00
Alexandre Alapetite
1f1e68bde1 Merge branch 'FreshRSS/dev' into dev 2015-05-10 11:52:18 +02:00
Alexandre Alapetite
7d1ebd3c23 Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate 2015-05-10 11:51:59 +02:00
Alexandre Alapetite
fedf062b49 Comments in config file
Documentation https://github.com/FreshRSS/FreshRSS/issues/123
2015-05-10 11:50:08 +02:00
Alexandre Alapetite
4b8dc80dca Merge branch 'FreshRSS/dev' into dev 2015-05-10 00:35:40 +02:00
Alexandre Alapetite
f8dfe12f4f Merge pull request #818 from Alkarex/ConfigurationSetterBug
Configuration setter bug
2015-05-10 00:27:54 +02:00
Alexandre Alapetite
03607569dd Merge pull request #820 from Alkarex/IDN
Support for Internationalized Domain Names (IDN)
2015-05-10 00:26:51 +02:00
Alexandre Alapetite
10f9769013 Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev 2015-05-10 00:22:18 +02:00
Alexandre Alapetite
f3aef1e59b Merge branch 'Alkarex/Logging'
https://github.com/FreshRSS/FreshRSS/pull/815
2015-05-10 00:14:41 +02:00
Alexandre Alapetite
e0f9621f40 Merge pull request #815 from Alkarex/Logging
SimplePie logging of HTTP requests
2015-05-10 00:06:27 +02:00
Alexandre Alapetite
a7bc54bb99 Minor spaces 2015-05-09 23:45:52 +02:00
Alexandre Alapetite
9934668444 SQL: more robust purge
https://github.com/FreshRSS/FreshRSS/issues/798
https://github.com/FreshRSS/FreshRSS/issues/493
2015-05-09 23:37:56 +02:00
Alexandre Alapetite
57a21331e3 Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate 2015-05-09 13:48:33 +02:00
Alexandre Alapetite
9d92ec30a7 Merge branch 'FreshRSS/dev' into dev 2015-05-09 13:32:17 +02:00
Alexandre Alapetite
71c4c3da5e Merge pull request #825 from aledeg/search-values
Split the search into values
2015-05-09 13:28:30 +02:00
Alexandre Alapetite
8759fa6c68 Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev 2015-05-09 13:08:29 +02:00
Alexandre Alapetite
7f7de31c1d SQL: update request for updated articles
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-09 13:07:54 +02:00
Alexis Degrugillier
d229216ccc 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-22 00:24:22 -04:00
Alexandre Alapetite
6ba3257b18 Merge remote-tracking branch 'origin/IDN' into dev 2015-04-05 13:12:42 +02:00
Alexandre Alapetite
8ea9cdd703 Revert file supposed to be in another branch 2015-04-05 13:11:50 +02:00
Alexandre Alapetite
77cf3e9072 Merge remote-tracking branch 'origin/IDN' into dev 2015-04-05 13:07:53 +02:00
Alexandre Alapetite
06b76831de Punycode spelling mistake
https://github.com/FreshRSS/FreshRSS/pull/820
2015-04-05 13:07:34 +02:00
Alexandre Alapetite
b812bb0c14 Merge remote-tracking branch 'origin/IDN' into dev 2015-04-05 12:44:54 +02:00
Alexandre Alapetite
2d18910d02 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-05 12:41:16 +02:00
Alexandre Alapetite
7b9ac8c58e Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev 2015-04-04 22:40:05 +02:00
Alexandre Alapetite
711530a512 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-04-04 22:39:31 +02:00
Tets
6588123a97 Merge branch '814-i18n-czech-translation' of https://github.com/Tets42/FreshRSS into 814-i18n-czech-translation 2015-03-27 08:54:19 +01:00
Tets
6283fe99b2 Added Czech to the list in other languages in gen.php 2015-03-27 08:52:03 +01:00
Tets
91e5231b26 Added Czech translation 2015-03-27 08:13:34 +01:00
Alexandre Alapetite
dd8de21fb8 Merge branch 'FreshRSS/dev' into dev 2015-03-26 17:11:39 +01:00
Tets
4744a2a2d8 Added Czech translation 2015-03-26 09:27:23 +01:00
Alexis Degrugillier
2a0d04dd0e Merge pull request #813 from Alkarex/SimplePieDecodeMaybeHTML
SimplePie: decode special chars for MAYBE_HTML
2015-03-25 03:31:11 -04:00
Alexandre Alapetite
b9135d1f06 Merge remote-tracking branch 'origin/ConfigurationSetterBug' into dev 2015-03-24 22:52:20 +01:00
Alexandre Alapetite
d7706b66f5 Error when deleting a feed, wrong object
https://github.com/FreshRSS/FreshRSS/issues/816
2015-03-24 22:51:51 +01:00
Alexandre Alapetite
239a010ef2 Error when deleting a feed
https://github.com/FreshRSS/FreshRSS/issues/816
2015-03-24 22:45:27 +01:00
Alexandre Alapetite
6032caad2f Merge remote-tracking branch 'origin/Logging' into dev 2015-03-24 21:58:21 +01:00
Alexandre Alapetite
2bfc4dbf8b SimplePie forgot static keyword
https://github.com/FreshRSS/FreshRSS/issues/711
2015-03-24 21:58:00 +01:00
Alexandre Alapetite
800f28a5db Merge branch 'FreshRSS/dev' into dev 2015-03-24 21:11:21 +01:00
Alexandre Alapetite
5376c37907 Merge pull request #812 from aledeg/configuration-save
Add an unsaved changes alert on config pages
2015-03-24 21:08:06 +01:00
Alexandre Alapetite
a5e960acbe Merge remote-tracking branch 'origin/Logging' into dev 2015-03-23 21:59:07 +01:00
Alexandre Alapetite
7735471140 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-23 21:58:37 +01:00
Alexandre Alapetite
3aa15d95a8 Merge remote-tracking branch 'origin/Logging' into dev 2015-03-22 23:57:27 +01:00
Alexandre Alapetite
0ed213d97f Revert "SimplePie seems to only supports HTTP schemes"
This reverts commit 1c38e646c3.
2015-03-22 23:56:47 +01:00