summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Collapse)Author
2010-11-04implement a simple pseudo-dashboard feed; display feeds having update errors ↵Andrew Dolgov
there instead of client-based 'no feed selected' whiteBox plug (closes #189)
2010-11-04prefs: disable option ENABLE_FEED_ICONSAndrew Dolgov
2010-11-04add subtoolbar dropdown action to view generated feedAndrew Dolgov
2010-11-04generated feeds: support enclosuresAndrew Dolgov
2010-11-04api: getFeeds: fix cat_id handling, allow access to Uncategorized category, ↵Andrew Dolgov
reserve -3 and -4 cat_ids for getting flat feed lists
2010-11-04update op=rss tooltipAndrew Dolgov
2010-11-04allow generated feeds to use view_modeAndrew Dolgov
2010-11-03fix the syndicated feeds being broken on postgresqlAndrew Dolgov
2010-10-27default headline sort order by date_entered instead of updatedAndrew Dolgov
2010-10-27add ttrss_entries.date_updated; use date_updated instead of date_enered for ↵Andrew Dolgov
expiry checking (bump schema)
2010-10-19revert to sorting by updated instead of date_entering unless Date sorting is ↵Andrew Dolgov
requested
2010-10-18queryFeedHeadlines: fix select bugAndrew Dolgov
2010-10-18Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rssAndrew Dolgov
2010-10-18order feed output by date_entered instead of updated to properly keep new ↵Andrew Dolgov
stuff topmost; support REVERSE_HEADLINES in more headline output modes
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-03Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rssAndrew Dolgov
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