Commit Graph

638 Commits (4077f72cedf20a9e3aa8376f9bdfa6b1b63a49ee)

Author SHA1 Message Date
Andrew Dolgov 14c84904fe pluginhost: allow html tags in plugin storage 12 years ago
Andrew Dolgov df2655e015 better support for atom:link elements in rss feeds, support rel=standout (fuck you google and your nonstandard shit) 12 years ago
Andrew Dolgov f17c3ee29a parser: fix get_links() for RSS 12 years ago
Andrew Dolgov 1874c8d6df feedparser: properly handle nodeValue of rss channel link element (closes #692) 12 years ago
Andrew Dolgov 610fe11535 add HOOK_PREFS_TAB_SECTION to user manager toolbar 12 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 12 years ago
Andrew Dolgov 042003d55e parser/rss: try to get link from guid isPermaLink=true 12 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
12 years ago
Andrew Dolgov 8429af52be adjust previous patch phrasing a bit 12 years ago
Mike Frysinger 5bac322258 document the date format string
I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
12 years ago
Andrew Dolgov 2f6b75d574 fix atom:link not supported in rss feeds (fucking fuck) (2) 12 years ago
Andrew Dolgov f7d64d03fc fix atom:link not supported in rss feeds (fucking fuck) 12 years ago
Andrew Dolgov d1f3fa9791 try to force-convert feed data to utf8 12 years ago
Andrew Dolgov 6a51939ee6 db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users 12 years ago
Andrew Dolgov 2700440178 better support for atom content type xhtml 12 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 12 years ago
Andrew Dolgov 96ce71f35f atom parser: experimental fix for feeds which do not encode entry content 12 years ago
Andrew Dolgov 6f81395d73 api, getArticle: check for article_id being present 12 years ago
supahgreg 13e283ed45 Exclude the article author from the cdm title link 12 years ago
Andrew Dolgov bd3c672320 api, add sanitize to getHeadlines (defaults to true) 12 years ago
Andrew Dolgov a3b9fd12c5 fix support of Atom 0.3 12 years ago
kpn3m0 349c4229fd Feature #686
If the feed cannot be parsed there is not particular error but always "Unknown/unsupported feed type". The patch uses the error from the XML parser which gives more detailed error reporting.
12 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 12 years ago
Andrew Dolgov d310348460 remove gradients, update favicon avg color display 12 years ago
Andrew Dolgov 14c53e4e60 tweak visual for headlines 12 years ago
Andrew Dolgov d29357fa02 fix more hphp detected issues 12 years ago
Andrew Dolgov ea46d90eee auth_base: choose random password if not supplied by auth module 12 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 12 years ago
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 12 years ago
Andrew Dolgov 0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
12 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 12 years ago
Trannie Carter 233b74ad22 Remove obsolete $link parameter for password reset 12 years ago
Andrew Dolgov 72c29b65d4 atom: fix rel=alternate links 12 years ago
Andrew Dolgov 602fe53496 fix atom <author>value</author> elements 12 years ago
Andrew Dolgov 99b8256794 feedparser: make content:encoded take precedence over description 12 years ago
Andrew Dolgov 54b7590c7f format_article_tags: improve performance 12 years ago
Andrew Dolgov f8a25082b3 make tag cache processing faster in cdm 12 years ago
Andrew Dolgov 8a95d630a9 fix rss content:encoded not used 12 years ago
Andrew Dolgov b4d1690097 move common methods to feeditem_common 12 years ago
Andrew Dolgov f11015058d support dc:creator 12 years ago
Andrew Dolgov d4992d6b48 add support for dc:subject and slash:comments 12 years ago
Andrew Dolgov 852d4ac890 support RDF-XML feeds 12 years ago
Andrew Dolgov 4c00e15b5d pass xpath object to feeditem, support media-rss objects 12 years ago
Andrew Dolgov fd0daa9b55 remove simplepie 12 years ago
Andrew Dolgov b09a4cdccc feeditem_rss: use guid element 12 years ago
Andrew Dolgov 3c8060aca0 fix get_links() for RSS 12 years ago
Andrew Dolgov b9eee80e08 parser: add get_links() 12 years ago
Andrew Dolgov b8f316dc28 change caching to save xml data, remove RDF init section 12 years ago
Andrew Dolgov 04d2f9c831 add basic rss support 12 years ago
Andrew Dolgov cd07592c29 add basic tinyparser/atom 12 years ago