summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-16Include both title and text attributesJordi De Groof
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html
2013-08-16Add type="rss" on subscription list <outline> nodesJordi De Groof
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
2013-08-09do not use iconv in tag_is_valid, data should be utf8 anyway at this point; ↵Andrew Dolgov
remove sanity check for iconv because parser does not use it
2013-08-06Merge pull request #279 from mhaley/patch-1Andrew Dolgov
API should return excerpt when asked
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, ↵Andrew Dolgov
properly save database error messages when logging query errors
2013-08-02fix entries not inserted properly when no languages are detectedAndrew Dolgov
2013-08-02rss: force language to 2 characters; run house keeping hooks properlyAndrew 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
sanitize
2013-08-02remove unused old-style image rewritignAndrew Dolgov
2013-08-02fix af_sciamAndrew Dolgov
2013-08-02af_natgeo: remove some unneeded elementsAndrew Dolgov
2013-08-02add af plugins for nagional geographic and sciamAndrew Dolgov
2013-08-01Merge pull request #277 from sq5gvm/masterAndrew Dolgov
Updated polish (pl_PL) translation
2013-08-02Polish translation update.Mirosław Lach
2013-08-01highlight: remove unnecessary test for DomTextAndrew Dolgov
2013-08-01experimentally simplify highlight searchingAndrew Dolgov
2013-08-01Merge pull request #276 from wltb/HighlightingAndrew Dolgov
Highlighting search results: Added heuristic approach for common capital...
2013-08-01Highlighting search results: Added heuristic approach for common ↵wltb
capitalizations, fixed indentions
2013-08-01add no_iframes pluginAndrew Dolgov
2013-08-01show full article title in zoom modeAndrew Dolgov
2013-07-31add experimental plugin to shorten articles which are too damn long in ↵Andrew Dolgov
expanded cdm
2013-07-31term highlighting in content: use mb functionsAndrew Dolgov
2013-07-31support term highlighting in cdm titleAndrew Dolgov
2013-07-31use require_once for minifierAndrew Dolgov
2013-07-31remove plaintext url rewriting for twitter postsAndrew Dolgov
2013-07-31note the source of highlighting routineAndrew 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
(bump schema)
2013-07-31tweak the zoomed article a little bitAndrew 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-28get_article_labels: cache converted label idsAndrew Dolgov
2013-07-26add experimental css hyphens support for english languageAndrew Dolgov
2013-07-25add simple plugin to prevent tt-rss tab flashing on new articlesAndrew Dolgov
2013-07-25workaround for resetting panel size cookies (closes #756)Andrew Dolgov
2013-07-24make globalUpdateFeeds handler use simple update mechanism to prevent script ↵Andrew Dolgov
timeouts
2013-07-23atom-to-html: remove horribly scaled feed icon (refs #754)Andrew Dolgov
2013-07-23fix old svg icon being used by atom-to-html template (closes #754)Andrew Dolgov
2013-07-22fix yet another typo with the 2week catchup thing (closes #737)Andrew Dolgov
2013-07-21release 1.9Andrew Dolgov
2013-07-21previous patch: fix copy-paste typoAndrew Dolgov