summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Expand)Author
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 print_runtime_err...Andrew Dolgov
2010-09-09queryFeedHeadlines: properly handle Uncategorized categoryAndrew 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 DEFAULT_UPDATE_METHOD;...Andrew Dolgov
2010-06-29support import and export of tt-rss preferences in OPML with DOMDocument OPML...Andrew Dolgov
2010-04-22Fix several problems with image downloadAndrew Dolgov
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
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