summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-06-27do not show lone dash in collapsed cdm when content preview is disabledAndrew Dolgov
2013-06-26fix inverse status not being set correctly for filters when creatingAndrew Dolgov
them fix inverse rules not being saved/restored properly through opml
2013-06-25batch feed editor: remove title and feed url because batch editing those ↵Andrew Dolgov
makes no sense whatsoever
2013-06-25parser: remove atom <source> elementAndrew Dolgov
2013-06-20better root element detection for atom content type xhtml (closes #720)Andrew Dolgov
2013-06-19feedparser: check if initial xpath query for root element returns anythingAndrew Dolgov
2013-06-13bugfix: list correct profile IDs on login pageRoland Angerer
2013-06-11minor user editor updatesAndrew Dolgov
2013-06-11use dojo stuff for user detailsAndrew Dolgov
2013-06-11pref-users: remove useless javascript: prefixAndrew Dolgov
2013-06-11user editor: use dojo stuffAndrew Dolgov
2013-06-10atom: support <published>Andrew Dolgov
2013-06-07fix calculation of feed counts in pref-feeds editorAndrew Dolgov
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-06-05opml: fix filter parameters inverse and title not being properly imported ↵Andrew Dolgov
from OPML
2013-06-05support custom order in generated feeds (closes #709)Andrew Dolgov
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