summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2013-12-15parser: add basic support for media:thumbnailAndrew Dolgov
2013-12-04api: add article language to getArticle/getHeadlinesAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-11-27api: fix getLabels never returning existing checked labels correctlyAndrew Dolgov
2013-11-23api: add note support for getHeadlines/getArticle (bump api version)Andrew Dolgov
2013-11-20syndicated feeds: default to change exported guidAndrew Dolgov
2013-11-17Follow the spec for <media:group>sJeffrey Tolar
2013-11-11pubsubhubbub: disable feed url checking when subscribing for the time being, ...Andrew Dolgov
2013-11-09api: allow sorting headlines by titleAndrew Dolgov
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
2013-10-20printTagSelect: work correctly on tags with spacesAndrew Dolgov
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped hea...Andrew Dolgov
2013-10-12api: fix setArticleLabel expecting wrong format for label_idAndrew Dolgov
2013-10-06remove a few parser warnings from generated feedsAndrew Dolgov
2013-10-04fix http 304 header being calculated incorrectly for published and starred feedsAndrew Dolgov
2013-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew Dolgov
2013-09-30use favicon in some auxiliar dialogsAndrew Dolgov
2013-09-27Feedparser: Add important check for unknown feed type detectionwltb
2013-09-26Feedparser: Store libXML fatal error messages in an array, repair error repor...wltb
2013-09-25fix style in feedparserAndrew Dolgov
2013-09-24Feedparser: Only format fatal errorswltb
2013-09-24Feedparser: Change handling of libxml error 9 (cycle all errors)wltb
2013-09-02filters: add a link to the wiki page to the rule create/edit dialogAndrew Dolgov
2013-09-02add i18n to the search syntax linkAndrew Dolgov
2013-09-02use plurals for comment/comments link in article, properly translate comments...Andrew Dolgov
2013-08-29Revert "Include both title and text attributes"Andrew Dolgov
2013-08-25fix globalUpdateFeeds failing when no active session existsAndrew Dolgov
2013-08-21unfuck headlines_hook for syndicated feedsAndrew Dolgov
2013-08-16Include both title and text attributesJordi De Groof
2013-08-16Add type="rss" on subscription list <outline> nodesJordi De Groof
2013-08-06Merge pull request #279 from mhaley/patch-1Andrew Dolgov
2013-08-05support media:description for media: enclosuresAndrew Dolgov
2013-08-05simplify media:content xpathAndrew Dolgov
2013-08-05parser: support media:content elements within media:groupAndrew Dolgov
2013-08-04API should return excerpt when askedMatt Haley
2013-08-03improve support for feeds with invalid unicode entitiesAndrew Dolgov
2013-08-02rollback current transaction before trying to report SQL query errors, proper...Andrew Dolgov
2013-08-02api: pass article id to sanitizeAndrew Dolgov
2013-08-02make cache starred plugin use hook_house_keepingAndrew Dolgov
2013-08-02add hook_house_keepingAndrew Dolgov
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
2013-07-31support term highlighting in cdm titleAndrew Dolgov
2013-07-31search keyword highlighting (combined mode only)Andrew Dolgov
2013-07-31lang: default to 'en'Andrew Dolgov
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
2013-07-29atom: only perform xml:base based rewriting if base element exists (closes #761)Andrew Dolgov
2013-07-28api: getLabels: return converted label idsAndrew Dolgov
2013-07-26add experimental css hyphens support for english languageAndrew Dolgov
2013-07-24make globalUpdateFeeds handler use simple update mechanism to prevent script ...Andrew Dolgov
2013-07-15Feedparser/encoding change: More general regular expression, set encoding to ...wltb