summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-06-01support dc:date elements in rss and atom feedsAndrew Dolgov
2013-05-30mysqli: We are using procedural mysqli so use mysqli_connect_error() instead ↵Jonathan Bither
of mysqli_error()
2013-05-29Merge branch 'master' into jremotejustauser
latest master checkins
2013-05-29add startup_gettext() calls to several endpoints for unregistered users so ↵Andrew Dolgov
the output would be translated based on accept-language header
2013-05-28Merge branch 'master' into jremotejustauser
update working to master
2013-05-27pluginhost: allow html tags in plugin storageAndrew Dolgov
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
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 (;)
2013-05-26better support for atom:link elements in rss feeds, support rel=standout ↵Andrew Dolgov
(fuck you google and your nonstandard shit)
2013-05-24parser: fix get_links() for RSSAndrew Dolgov
2013-05-23feedparser: properly handle nodeValue of rss channel link element (closes #692)Andrew Dolgov
2013-05-22add HOOK_PREFS_TAB_SECTION to user manager toolbarAndrew Dolgov
2013-05-20add HOOK_FETCH_FEEDAndrew Dolgov
2013-05-20parser/rss: try to get link from guid isPermaLink=trueAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19adjust previous patch phrasing a bitAndrew Dolgov
2013-05-19document the date format stringMike Frysinger
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).
2013-05-17fix atom:link not supported in rss feeds (fucking fuck) (2)Andrew Dolgov
2013-05-17fix atom:link not supported in rss feeds (fucking fuck)Andrew Dolgov
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-16db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE ↵Andrew Dolgov
pref missing for unitialized users
2013-05-16better support for atom content type xhtmlAndrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-15atom parser: experimental fix for feeds which do not encode entry contentAndrew Dolgov
2013-05-15api, getArticle: check for article_id being presentAndrew Dolgov
2013-05-15Exclude the article author from the cdm title linksupahgreg
2013-05-15api, add sanitize to getHeadlines (defaults to true)Andrew Dolgov
2013-05-15fix support of Atom 0.3Andrew Dolgov
2013-05-14Feature #686kpn3m0
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.
2013-05-12make appearance of some preference panes more similarAndrew Dolgov
2013-05-07remove gradients, update favicon avg color displayAndrew Dolgov
2013-05-07tweak visual for headlinesAndrew Dolgov
2013-05-07fix more hphp detected issuesAndrew Dolgov
2013-05-07auth_base: choose random password if not supplied by auth moduleAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-06remove support for hiding empty categories in prefs editor because people ↵Andrew Dolgov
are dumb
2013-05-05Merge pull request #179 from nottwo/$link-cleanupAndrew Dolgov
Remove obsolete $link parameter for password reset
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-05-03Remove obsolete $link parameter for password resetTrannie Carter
2013-05-02atom: fix rel=alternate linksAndrew Dolgov
2013-05-02fix atom <author>value</author> elementsAndrew Dolgov
2013-05-02feedparser: make content:encoded take precedence over descriptionAndrew Dolgov
2013-05-02format_article_tags: improve performanceAndrew Dolgov
2013-05-02make tag cache processing faster in cdmAndrew Dolgov
2013-05-01fix rss content:encoded not usedAndrew Dolgov
2013-05-01move common methods to feeditem_commonAndrew Dolgov
2013-05-01support dc:creatorAndrew Dolgov
2013-05-01add support for dc:subject and slash:commentsAndrew Dolgov
2013-05-01support RDF-XML feedsAndrew Dolgov
2013-05-01pass xpath object to feeditem, support media-rss objectsAndrew Dolgov
2013-05-01remove simplepieAndrew Dolgov