Andrew Dolgov
b6b5554db4
normalize some html5 custom attributes
9 years ago
Andrew Dolgov
2d052e42b5
getLoadedArticleIds: consider visible rows only
...
catchupFeedInGroup: hide articles when catching up, with caveats
9 years ago
Andrew Dolgov
6be118fda1
showArticleInHeadlines: remove unused code
9 years ago
Andrew Dolgov
c4e211046e
updateFloatingMenu: performance improvements
9 years ago
Andrew Dolgov
0401715fe5
add a webkit hack to hopefully improve headlines-frame scrolling speed
9 years ago
Andrew Dolgov
d7cc5e6cdd
fix previous
9 years ago
Andrew Dolgov
63c7446a79
headlines scroll handler: add a rate limit
9 years ago
Andrew Dolgov
7c0d68f207
remove dismiss* functions
9 years ago
Andrew Dolgov
a51bc3dfa5
catchupfeedingroup: do not remove elements
9 years ago
Andrew Dolgov
6056d164fa
cleanup dismissArticle functions
9 years ago
Andrew Dolgov
11514d576f
catchupFeedInGroup: dismiss elements on catchup
9 years ago
Andrew Dolgov
8b2a52c635
af_redditimgur: try to handle mobile imgur albums
9 years ago
Andrew Dolgov
dfaf806a7a
catchupFeedInGroup: send catchup request even if there are no unread articles in the buffer for this feed
9 years ago
Andrew Dolgov
701de97ebb
improvements for catchupFeedInGroup()
9 years ago
Andrew Dolgov
0a36196494
af_redditimgur: relax youtube matching a bit
9 years ago
Andrew Dolgov
c80175bdd5
fix previous wrt single-image imgur pages
9 years ago
Andrew Dolgov
ec482d2840
af_redditimgur: fix handling of imgur albums, implement debugging (method=testurl)
9 years ago
Andrew Dolgov
9232283815
pass feed information to hook_article_export_feed
9 years ago
Andrew Dolgov
399678a14e
add PluginHost.HOOK_ARTICLE_EXPORT_FEED
9 years ago
Andrew Dolgov
94d425fe4a
rewrite_relative_url: only skip urls like magnet: instead of everything with :
9 years ago
Andrew Dolgov
7bbe94bc93
Revert "rewrite_relative_url: do not skip urls containing :"
...
This reverts commit a547fef6ab
.
9 years ago
Andrew Dolgov
a547fef6ab
rewrite_relative_url: do not skip urls containing :
9 years ago
Andrew Dolgov
4f100ece19
pref_filters: sort rules by reg_exp when displaying index
9 years ago
Andrew Dolgov
d43b6563ef
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
9 years ago
Andrew Dolgov
b501dc3c5a
Merge branch 'remove-srcsrc-local-cache' into 'master'
...
Remove srcset and sizes attributes from img tag if locally caching images.
As discussed in <https://tt-rss.org/forum/viewtopic.php?f=1&t=3624#p21886 >
See merge request !27
9 years ago
JustAMacUser
a01bfd78c2
Remove srcset and sizes attributes from img tag if locally caching images.
9 years ago
Andrew Dolgov
cc43e19b44
error handler: do not log last query, truncate error message to a smaller length
9 years ago
Andrew Dolgov
1003f71e04
minitemplator: use proper constructor
9 years ago
Andrew Dolgov
3261dbfa21
generate_syndicated_feed: pass article id to sanitize()
9 years ago
Andrew Dolgov
724dea9a84
Merge branch 'dont-wrap-excerpt' into 'master'
...
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
9 years ago
Todd Vierling
6b8a7aad08
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.
9 years ago
Andrew Dolgov
378873b59a
Merge branch 'new_tab_mac_fix' into 'master'
...
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
9 years ago
Kostiantyn Moroz
2757c49387
Make "open in new tab" hotkey handler support mac "cmd+click" way (non-expanded mode)
9 years ago
Andrew Dolgov
50bda3fefb
sanitize: allow <xml:namespace> (thanks, livejournal)
9 years ago
Andrew Dolgov
0edf1d0dc0
update_rss_feed: disable support for http 304 for the time being
9 years ago
Andrew Dolgov
891b77f90e
af_redditimgur: add option for previous
9 years ago
Andrew Dolgov
902b1ac7b5
af_redditimgur: add (disabled) wip content dupe checker
9 years ago
Andrew Dolgov
d9de136c39
inline feed update: set feed as needing update if open_basedir is set + plugins need curl
9 years ago
Andrew Dolgov
67f3e3f942
pref-labels: remove obsolete searching code
9 years ago
Andrew Dolgov
9def554082
pref-feeds: allow searching by feed_url
9 years ago
Andrew Dolgov
a5556c2471
fix item_id not being properly escaped in pref_feeds::process_category_order() (possible sql injection)
9 years ago
Andrew Dolgov
7af2e79578
create_published_article: only use readability if enabled in the plugin
9 years ago
Andrew Dolgov
666cd33360
enable support for readability (if af_readability is enabled) in shareanything bookmarklet
9 years ago
Andrew Dolgov
4501d5ef45
remove reddit textnode hack since the feed is broken in a different way now
9 years ago
Andrew Dolgov
71b75bb7fa
fix multiple issues with archived feeds
9 years ago
Andrew Dolgov
41245888f1
only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled
...
add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
9 years ago
Andrew Dolgov
29c92d7b08
prevent frontend updating of feeds on view if open_basedir is set to prevent plugins potentially not working correctly (i.e. if backend system has open_basedir disabled)
9 years ago
Andrew Dolgov
8f2268dd5e
af_redditimgur: implement a hack to deal with reddit rss feed being currently broken
9 years ago
Andrew Dolgov
0bc503ff9a
update_rss_feed: escape dumped content while debugging
9 years ago
Andrew Dolgov
3b44aae0f3
sanitize: allow <description>
9 years ago