Commit Graph

3778 Commits (019dd98d05160190d6dcf8c6031f881d280d7a92)
 

Author SHA1 Message Date
Andrew Dolgov bfe5ddfc82 queryFeedHeadlines: properly handle Uncategorized category 14 years ago
Andrew Dolgov 22933e5e38 more digest page improvements 14 years ago
Andrew Dolgov 1ca8997bcc more digest page improvements 14 years ago
Andrew Dolgov b41c254984 small digest page improvements 14 years ago
Andrew Dolgov c01f40f4d9 add experimental digest thingie (2) 14 years ago
Andrew Dolgov 911d4c0836 add experimental digest thingie 14 years ago
Andrew Dolgov 5fa173729e make sure magic quote workaround actually works 14 years ago
Andrew Dolgov 84c7b824fb use console.log for debugging; improve exception information 14 years ago
Andrew Dolgov c0793f64a8 use better magic quotes removal fix 14 years ago
Andrew Dolgov c5701e70a4 getFeedArticles: properly escape tags 14 years ago
Andrew Dolgov cce9822a53 daemon2: make sure daemon actually updates feeds, duh 14 years ago
Andrew Dolgov 51ddf0f8bb daemon2: fix removing of pids from ctimes array 14 years ago
Andrew Dolgov 0708291db4 daemon2: unbreak spawn interval 14 years ago
Andrew Dolgov c90a028cdc daemon2: properly abort stuck children 14 years ago
Andrew Dolgov 1d064e0da5 allow connections to pgsql without password 14 years ago
Andrew Dolgov 6485f0a6b6 update fr_FR translation 14 years ago
Andrew Dolgov 0ff6e2527c update wrong entry description 14 years ago
Andrew Dolgov 791c839642 quick menu: add entry to reorder categories; tweak menu layout 14 years ago
Andrew Dolgov a7a9968684 api: properly handle incorrect UID passed to login 14 years ago
Andrew Dolgov 423e6e55d7 api: fix catchupFeed 14 years ago
Andrew Dolgov 2f0903a625 add author info to generated feeds 14 years ago
Andrew Dolgov ca75c2e2fd api: add catchupFeed 14 years ago
Andrew Dolgov 8fd8b4b132 api: add attachment information in getArticle 14 years ago
Andrew Dolgov 4bb6b8ea2c config: remove unused ENABLE_FEED_BROWSER 14 years ago
Andrew Dolgov 913f374b11 config: remove unused WEB_DEMO_MODE 14 years ago
Andrew Dolgov 21a22f5466 config: remove unused MAX_UPDATE_TIME 14 years ago
Andrew Dolgov 2211a391fa feed browser: fix feeds with ampersand signs in feed url not being displayed properly 14 years ago
Andrew Dolgov 254ac7059c pref-feeds: fix typo 14 years ago
Andrew Dolgov 34f29d7866 config: remove ALLOW_SELECT_UPDATE_METHOD 14 years ago
Andrew Dolgov 51d2d404b8 copyright: always show current year 14 years ago
Andrew Dolgov 6cb89bc6d8 update translations 14 years ago
Andrew Dolgov c107797cf7 rework OPML display in pref-feeds; hide authenticated feeds from public OPML 14 years ago
Andrew Dolgov 78a5c296ae config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version 14 years ago
Andrew Dolgov 442f326bc6 do not show settings in published opml 14 years ago
Andrew Dolgov 00a35bb663 add help text to OPML export prompt 14 years ago
Andrew Dolgov 6697481587 opml: remove debug file override 14 years ago
Andrew Dolgov e955834551 support import and export of tt-rss preferences in OPML with DOMDocument OPML path 14 years ago
Andrew Dolgov 50e7dd7d01 prevent default admin user from being removed; properly fail on startup if single user mode is enabled but default admin user is missing from the database 14 years ago
Andrew Dolgov 76e3b28010 update fr_FR translation 14 years ago
Andrew Dolgov a6d56d81b1 mobile: add article navigation (closes #269) 14 years ago
Andrew Dolgov e74fbbf8cc update de_DE translation 14 years ago
Andrew Dolgov 276e57775c footer: change my homepage url 14 years ago
Andrew Dolgov 7d4bdbaaf2 release 1.4.2 14 years ago
Andrew Dolgov 9fea744020 update translations 14 years ago
Andrew Dolgov 539d2c60af bump php-gettext to 1.0.10 14 years ago
Andrew Dolgov 335565ac7d fix various actions failing when tried on an empty (e.g. no articles) headlines buffer 14 years ago
Andrew Dolgov a1af157410 Fix several problems with image download
Fix fetch_file_contents, so that it returns the contents even if the data isn't
an image. This is needed because the get_favicon_url function tries to download
the webpage using this function, to see if there is a favicon in the page.

The function now takes an optional $type parameter. This parameter control if
the calling function cares about the content-type, or if the function should
just return everything. If the $type parameter is set, the content-type should
contain the string contained in $type, otherwise the function returns false.

The second problem solved with this patch, is that the temporary file that
should contain the image was empty in some cases. I never found out why this
happended, but as curl_exec is capable of returning the fetched data, thus
eliminating the need for the temporary file all together, the function have
been changed to use this way of obtaining the data.

The last problem fixed by this patch is that curl will now follow redirects.

Author: Klaus S. Madsen <ksm@42.dk>
14 years ago
Andrew Dolgov 83573d3118 update it_IT translation 14 years ago
Andrew Dolgov de1b5f9e5d api: fix wrong sql syntax in getFeeds 14 years ago
Andrew Dolgov 4c93bf06b6 remove custom hardcoded cache destinations in various daemon scripts 14 years ago