summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-17minitemplator: use proper constructorAndrew Dolgov
2016-02-11generate_syndicated_feed: pass article id to sanitize()Andrew Dolgov
2016-02-08Merge branch 'dont-wrap-excerpt' into 'master' Andrew Dolgov
Make sure author and excerpt spans don't wrap even if active. In combined display mode with an article collapsed via keyboard nav, the article remains active, which lets the excerpt bubble out to several lines depending on display width. Keep the excerpt nowrap always. While here, fix the author display; nowrap always to keep the name from splitting across lines in rare cases. See merge request !26
2016-02-07Make sure author and excerpt spans don't wrap even if active.Todd Vierling
In combined display mode with an article collapsed via keyboard nav, the article remains active, which lets the excerpt bubble out to several lines depending on display width. Keep the excerpt nowrap always. While here, fix the author display; nowrap always to keep the name from splitting across lines in rare cases.
2016-02-07Merge branch 'new_tab_mac_fix' into 'master' Andrew Dolgov
Make "open in new tab" hotkey handler support mac "cmd+click" way (non-expanded mode) https://tt-rss.org/forum/viewtopic.php?f=10&t=3682 See merge request !25
2016-02-07Make "open in new tab" hotkey handler support mac "cmd+click" way ↵Kostiantyn Moroz
(non-expanded mode)
2016-02-05sanitize: allow <xml:namespace> (thanks, livejournal)Andrew Dolgov
2016-02-02update_rss_feed: disable support for http 304 for the time beingAndrew Dolgov
2016-01-31af_redditimgur: add option for previousAndrew Dolgov
2016-01-31af_redditimgur: add (disabled) wip content dupe checkerAndrew Dolgov
2016-01-30inline feed update: set feed as needing update if open_basedir is set + ↵Andrew Dolgov
plugins need curl
2016-01-30pref-labels: remove obsolete searching codeAndrew Dolgov
2016-01-30pref-feeds: allow searching by feed_urlAndrew Dolgov
2016-01-29fix item_id not being properly escaped in ↵Andrew Dolgov
pref_feeds::process_category_order() (possible sql injection)
2016-01-29create_published_article: only use readability if enabled in the pluginAndrew Dolgov
2016-01-29enable support for readability (if af_readability is enabled) in ↵Andrew Dolgov
shareanything bookmarklet
2016-01-27remove reddit textnode hack since the feed is broken in a different way nowAndrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-26only stop inline feed updates with open_basedir enabled if there are any ↵Andrew Dolgov
plugins that require CURL enabled add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2016-01-23prevent frontend updating of feeds on view if open_basedir is set to prevent ↵Andrew Dolgov
plugins potentially not working correctly (i.e. if backend system has open_basedir disabled)
2016-01-23af_redditimgur: implement a hack to deal with reddit rss feed being ↵Andrew Dolgov
currently broken
2016-01-23update_rss_feed: escape dumped content while debuggingAndrew Dolgov
2016-01-23sanitize: allow <description>Andrew Dolgov
2016-01-23parser: properly support tag subtrees instead of text content for article ↵Andrew Dolgov
content
2016-01-23Revert "parser: use node->c14n() instead of expecting html in nodeValue"Andrew Dolgov
This reverts commit 1383514ad9e7630a3d9627e052780b8fcadab25a.
2016-01-23parser: use node->c14n() instead of expecting html in nodeValueAndrew Dolgov
2016-01-17rebase translationsAndrew Dolgov
2016-01-17Merge branch 'po_fixes' into 'master' Andrew Dolgov
Fixes to .po files There were a few minor problems in the .po files, mostly invalid headers. Nothing serious, but the fixes are also quite simple. See merge request !24
2016-01-17add feed debugger to update.phpAndrew Dolgov
2016-01-17af_psql_trgm: fix min_title_length not being used while processing articlesAndrew Dolgov
2016-01-14get_article_tags: while getting tags from cache check if article entry ↵Andrew Dolgov
actually exists
2016-01-13updates: auto-disable CURL if open_basedir is enabled, notify possible ↵Andrew Dolgov
issues w/ plugins
2016-01-12update static versionAndrew Dolgov
2016-01-10Added (untranslated/fuzzy) boilerplate for messages with plural forms for tr_TR.Eduardo M KALINOWSKI
2016-01-10Added Plural-Forms to ca_CA and nb_NO.Eduardo M KALINOWSKI
2016-01-10The code for Denmark is DK, rename to reflect that.Eduardo M KALINOWSKI
2016-01-10Fixed some small errors in the headers.Eduardo M KALINOWSKI
2016-01-10Correct Plural-Forms for pt_PT.Eduardo M KALINOWSKI
2016-01-11add some hacks to hopefully mitigate headlines memory leaksAndrew Dolgov
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2016-01-07fix broken article processing if ALLOW_DUPLICATE_POSTS is enabledAndrew Dolgov
2016-01-06cache_starred_images: set filename when sending cached imageAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2016-01-04Merge branch 'lang_pt_BR' into 'master' Andrew Dolgov
pt_BR translation update I've updated the pt_BR translation, adding missing strings and correctly some other strings to make them more consistent across the application. See merge request !23
2016-01-03pt_BR translation improvements.Eduardo M KALINOWSKI
2016-01-03Corrected Language field in header.Eduardo M KALINOWSKI
2016-01-02Updated pt_BR translation.Eduardo M KALINOWSKI
2016-01-02Corrected Plural-Forms, as there are only two possible forms in Portuguese.Eduardo M KALINOWSKI
2015-12-31Merge branch 'update-new-feeds-first-postgres' into 'master' Andrew Dolgov
Update new feeds first in postgres As disscussed in the forum: https://tt-rss.org/forum/viewtopic.php?f=10&t=3644&p=21594#p21594, this fixes a bug where newly added feeds wouldn't be updated if the number of total feeds exceeded the DAEMON_FEED_LIMIT. See merge request !22
2015-12-31Update new feeds first in postgresThomas Kramer