summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-07-10plugin list: fix system plugins image positionAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-10catch warning when removing source elementAndrew Dolgov
2013-07-07Correct feed ID in feeds self URL.Julien Tardot
2013-07-07Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-07rename orig_guid to no_orig_guidAndrew Dolgov
2013-07-07syndicated feeds: add orig_guid to optionally alter item id to workaround ↵Andrew Dolgov
duplicate checking for syndicated content; add <link> element to <source>
2013-07-06Report failed login attemps using user_errorguillaume-uH57J9
2013-07-06fix broken highlighting of high-scored rowsAndrew Dolgov
2013-07-06Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-06date_reverse view mode: take scoring into accountAndrew Dolgov
2013-07-01add <source><title> to feed rss outputshibuya246
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