summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Collapse)Author
2010-10-15Merge branch 'digest-experimental'Andrew Dolgov
2010-10-11outputHeadlinesList: properly handle always_display_enclosures when feed_id ↵Andrew Dolgov
is null
2010-10-03remove unnecessary mentions of global_purge_old_posts; add debugging to ↵Andrew Dolgov
purge_orphans()
2010-09-13Merge branch 'master' into digest-experimentalAndrew Dolgov
2010-09-13init params: add fresh article ageAndrew Dolgov
2010-09-13Merge branch 'master' into digest-experimentalAndrew Dolgov
2010-09-13skip new version checking right after login to speed up startupAndrew Dolgov
2010-09-13check_for_update: fix typo which caused incorrect output of ↵Andrew Dolgov
print_runtime_error() which caused RPC errors when DEFAULT_UPDATE_METHOD was set to SimplePie
2010-09-12digest: support tagsAndrew Dolgov
2010-09-12api: support published status in getHeadlines; digest: code cleanupAndrew Dolgov
2010-09-11code cleanupAndrew Dolgov
2010-09-09Merge branch 'master' into digest-experimentalAndrew Dolgov
2010-09-09queryFeedHeadlines: properly handle Uncategorized categoryAndrew Dolgov
2010-09-09small digest page improvementsAndrew Dolgov
2010-09-09add experimental digest thingieAndrew Dolgov
2010-08-31getFeedArticles: properly escape tagsAndrew Dolgov
2010-08-26daemon2: make sure daemon actually updates feeds, duhAndrew Dolgov
2010-08-25daemon2: properly abort stuck childrenAndrew Dolgov
2010-07-19add author info to generated feedsAndrew Dolgov
2010-06-30config: replace confusing option ENABLE_SIMPLEPIE with ↵Andrew Dolgov
DEFAULT_UPDATE_METHOD; bump config version
2010-06-29support import and export of tt-rss preferences in OPML with DOMDocument ↵Andrew Dolgov
OPML path
2010-04-22Fix several problems with image downloadAndrew Dolgov
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 <[email protected]>
2010-04-09added function for publish_opmlMatt Katz
2010-03-29update_rss_feed: properly handle enginge changes when using memcachedAndrew Dolgov
2010-03-24catchupArticlesById: return when there are no ids to catchupAndrew Dolgov
2010-03-23allow filtering by article author (bump schema)Andrew Dolgov
2010-02-15feedlist: replace a elements with spansAndrew Dolgov
2010-02-09make_lockfile: only call posix_getpid() if it actually exists (hello, win32)Andrew Dolgov
2010-02-05make_lockfile: save current PIDAndrew Dolgov
2010-02-05better image attachment detection for inliningAndrew Dolgov
2010-01-28only check for themes when there is a logged-in userAndrew Dolgov
2010-01-28Revert "theme_image: do not display themed image if noone is logged in"Andrew Dolgov
bad patch This reverts commit 0b9751cd650c917d3e7f5dc5493483f8b026bf21.
2010-01-28Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rssAndrew Dolgov
2010-01-28theme_image: do not display themed image if noone is logged inAndrew Dolgov
2010-01-27fix multiple TAG filters not being applied properlyAndrew Dolgov
2010-01-26unbreak published feed when not logged inAndrew Dolgov
2010-01-20update_rss_feed: handle multiple feeds with the same URL at onceAndrew Dolgov
2010-01-20update_rss_feed: remove memcache supportAndrew Dolgov
2010-01-20update_rss_feed: compress memcache dataAndrew Dolgov
2010-01-20update_rss_feed: use memcacheAndrew Dolgov
2010-01-20load_filters: use memcache (2)Andrew Dolgov
2010-01-20load_filters: use memcache (fix obj_id)Andrew Dolgov
2010-01-20load_filters: use memcacheAndrew Dolgov
2010-01-18getSearchSql: support excluding keywords with -Andrew Dolgov
2010-01-18support memcached in label opsAndrew Dolgov
2010-01-18editTagsSave: invalidate article cacheAndrew Dolgov
2010-01-17get_article_enclosures: remove debuggingAndrew Dolgov
2010-01-17add get_article_enclosures(); initial support for memcachedAndrew Dolgov
2010-01-15remove config option SMART_RPC_COUNTERSAndrew Dolgov
2010-01-15replace some theme-specific frontend hooks with theme optionsAndrew Dolgov