Commit Graph

660 Commits (cc89ff5be3e7fe2ed926db7e0ee3b81c2b072f88)

Author SHA1 Message Date
Andrew Dolgov fac0964053 do not show lone dash in collapsed cdm when content preview is disabled 11 years ago
Andrew Dolgov afa1a260d0 fix inverse status not being set correctly for filters when creating
them
fix inverse rules not being saved/restored properly through opml
11 years ago
Andrew Dolgov 44727c79ad batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever 11 years ago
Andrew Dolgov b584460302 parser: remove atom <source> element 11 years ago
Andrew Dolgov bc3c887f4f better root element detection for atom content type xhtml (closes #720) 11 years ago
Andrew Dolgov a9000b0344 feedparser: check if initial xpath query for root element returns anything 11 years ago
Roland Angerer 0806d68bac bugfix: list correct profile IDs on login page 11 years ago
Andrew Dolgov da8d534ac1 minor user editor updates 11 years ago
Andrew Dolgov d9afd9b2b5 use dojo stuff for user details 11 years ago
Andrew Dolgov 808ef3d4fc pref-users: remove useless javascript: prefix 11 years ago
Andrew Dolgov 222a61c222 user editor: use dojo stuff 11 years ago
Andrew Dolgov d256f1fbd8 atom: support <published> 11 years ago
Andrew Dolgov 496195db4e fix calculation of feed counts in pref-feeds editor 11 years ago
Andrew Dolgov 08820be70b add experimental floating title when scrolling long articles in combined mode 11 years ago
Andrew Dolgov a1495542fc opml: fix filter parameters inverse and title not being properly imported from OPML 11 years ago
Andrew Dolgov 25051fb84b support custom order in generated feeds (closes #709) 11 years ago
Andrew Dolgov ce5d234d63 support dc:date elements in rss and atom feeds 12 years ago
Jonathan Bither fbe135fb36 mysqli: We are using procedural mysqli so use mysqli_connect_error() instead of mysqli_error() 12 years ago
justauser 7aab5617b6 Merge branch 'master' into jremote
latest master checkins
12 years ago
Andrew Dolgov 67e0cf9a37 add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header 12 years ago
justauser 991418fa56 Merge branch 'master' into jremote
update working to master
12 years ago
Andrew Dolgov 14c84904fe pluginhost: allow html tags in plugin storage 12 years ago
justauser 6dd01fcea2 Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty.  This is used for secure SMTP servers.
Also added the ability to have multiple email addresses in the to field.  Addresses are
separated by semicolons (;)
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