summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-13split infobox stuff into separate cssAndrew Dolgov
2010-09-13exception reports: show stack traceAndrew Dolgov
2010-09-11update translations; release 1.4.3Andrew Dolgov
2010-09-11prefs: add bookmarklet to subscribe to feedsAndrew Dolgov
2010-09-10popup-dialog: properly include opml modulesAndrew Dolgov
2010-09-09queryFeedHeadlines: properly handle Uncategorized categoryAndrew Dolgov
2010-09-07make sure magic quote workaround actually worksAndrew Dolgov
2010-09-05use console.log for debugging; improve exception informationAndrew Dolgov
2010-09-04use better magic quotes removal fixAndrew Dolgov
2010-08-31getFeedArticles: properly escape tagsAndrew Dolgov
2010-08-26daemon2: make sure daemon actually updates feeds, duhAndrew Dolgov
2010-08-26daemon2: fix removing of pids from ctimes arrayAndrew Dolgov
2010-08-25daemon2: unbreak spawn intervalAndrew Dolgov
2010-08-25daemon2: properly abort stuck childrenAndrew Dolgov
2010-08-24allow connections to pgsql without passwordAndrew Dolgov
2010-08-24update fr_FR translationAndrew Dolgov
2010-08-08update wrong entry descriptionAndrew Dolgov
2010-08-06quick menu: add entry to reorder categories; tweak menu layoutAndrew Dolgov
2010-07-28api: properly handle incorrect UID passed to loginAndrew Dolgov
2010-07-21api: fix catchupFeedAndrew Dolgov
2010-07-19add author info to generated feedsAndrew Dolgov
2010-07-19api: add catchupFeedAndrew Dolgov
2010-07-18api: add attachment information in getArticleAndrew Dolgov
2010-07-01config: remove unused ENABLE_FEED_BROWSERAndrew Dolgov
2010-07-01config: remove unused WEB_DEMO_MODEAndrew Dolgov
2010-07-01config: remove unused MAX_UPDATE_TIMEAndrew Dolgov
2010-07-01feed browser: fix feeds with ampersand signs in feed url not being displayed ↵Andrew Dolgov
properly
2010-06-30pref-feeds: fix typoAndrew Dolgov
2010-06-30config: remove ALLOW_SELECT_UPDATE_METHODAndrew Dolgov
2010-06-30copyright: always show current yearAndrew Dolgov
2010-06-30update translationsAndrew Dolgov
2010-06-30rework OPML display in pref-feeds; hide authenticated feeds from public OPMLAndrew Dolgov
2010-06-30config: replace confusing option ENABLE_SIMPLEPIE with ↵Andrew Dolgov
DEFAULT_UPDATE_METHOD; bump config version
2010-06-29do not show settings in published opmlAndrew Dolgov
2010-06-29add help text to OPML export promptAndrew Dolgov
2010-06-29opml: remove debug file overrideAndrew Dolgov
2010-06-29support import and export of tt-rss preferences in OPML with DOMDocument ↵Andrew Dolgov
OPML path
2010-06-10prevent default admin user from being removed; properly fail on startup if ↵Andrew Dolgov
single user mode is enabled but default admin user is missing from the database
2010-06-07update fr_FR translationAndrew Dolgov
2010-06-04mobile: add article navigation (closes #269)Andrew Dolgov
2010-06-01update de_DE translationAndrew Dolgov
2010-05-31footer: change my homepage urlAndrew Dolgov
2010-05-31release 1.4.2Andrew Dolgov
2010-05-31update translationsAndrew Dolgov
2010-05-30bump php-gettext to 1.0.10Andrew Dolgov
2010-05-27fix various actions failing when tried on an empty (e.g. no articles) ↵Andrew Dolgov
headlines buffer
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-22update it_IT translationAndrew Dolgov
2010-04-19api: fix wrong sql syntax in getFeedsAndrew Dolgov
2010-04-14remove custom hardcoded cache destinations in various daemon scriptsAndrew Dolgov