summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Collapse)Author
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
2010-01-14display proper loading indicator for categoriesAndrew Dolgov
2010-01-14neon updates; make more icons themeable; misc fixesAndrew Dolgov
2010-01-14do not require themed images to be overriddenAndrew Dolgov
2010-01-14reorganize theme support; add some themeable icons; add neon themeAndrew Dolgov
2010-01-14query themes from filesystem; obsolete ttrss_themesAndrew Dolgov
2010-01-14get_user_theme_path: cache dataAndrew Dolgov
2010-01-13get_user_theme_path: fix typecastingAndrew Dolgov
2010-01-13validate_session: check for schema versionAndrew Dolgov
2010-01-13get_schema_version: add nocache parameterAndrew Dolgov
2010-01-13updating issue fix for schema 63 (2)Andrew Dolgov
2010-01-13probable fix for schema 63 updating problemAndrew Dolgov
2010-01-13remove _DEBUG_USER_SWITCHAndrew Dolgov
2010-01-13implement settings profiles (bump schema)Andrew Dolgov
2010-01-13code cleanup; remove unnecessary callbacks; rework subscribtion dialogAndrew Dolgov
2010-01-13rewrite links to open in new window in sanitize_rss(); css tweaksAndrew Dolgov
2010-01-12some more button-related fixes; code cleanupAndrew Dolgov
2010-01-11move feed browser to subscribe to feed dialogAndrew Dolgov