Commit Graph

7929 Commits (a01bfd78c2a8240a6f73ec16098fc8a3ff6e8663)
 

Author SHA1 Message Date
JustAMacUser a01bfd78c2 Remove srcset and sizes attributes from img tag if locally caching images. 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
Andrew Dolgov 7d1e15c396 parser: properly support tag subtrees instead of text content for article content 9 years ago
Andrew Dolgov d2bb392bae Revert "parser: use node->c14n() instead of expecting html in nodeValue"
This reverts commit 1383514ad9.
9 years ago
Andrew Dolgov 1383514ad9 parser: use node->c14n() instead of expecting html in nodeValue 9 years ago
Andrew Dolgov a93047802c rebase translations 9 years ago
Andrew Dolgov 6a3c902f81 Merge branch 'po_fixes' into 'master'
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
9 years ago
Andrew Dolgov 368bd7ea49 add feed debugger to update.php 9 years ago
Andrew Dolgov b1cefbc506 af_psql_trgm: fix min_title_length not being used while processing articles 9 years ago
Andrew Dolgov c352248651 get_article_tags: while getting tags from cache check if article entry actually exists 9 years ago
Andrew Dolgov 312742db6e updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins 9 years ago
Andrew Dolgov 393fc7d6b5 update static version 9 years ago
Eduardo M KALINOWSKI 35a0a87913 Added (untranslated/fuzzy) boilerplate for messages with plural forms for tr_TR. 9 years ago
Eduardo M KALINOWSKI 1ec807cc2b Added Plural-Forms to ca_CA and nb_NO. 9 years ago
Eduardo M KALINOWSKI b6314220f1 The code for Denmark is DK, rename to reflect that. 9 years ago
Eduardo M KALINOWSKI 6e1862384c Fixed some small errors in the headers. 9 years ago
Eduardo M KALINOWSKI ea1623a1bd Correct Plural-Forms for pt_PT. 9 years ago
Andrew Dolgov 0b41bd3414 add some hacks to hopefully mitigate headlines memory leaks 9 years ago
Andrew Dolgov 5bdcb8fd78 remove option ALLOW_DUPLICATE_POSTS as confusing/useless 9 years ago
Andrew Dolgov 4f186b1f10 fix broken article processing if ALLOW_DUPLICATE_POSTS is enabled 9 years ago
Andrew Dolgov c203486e04 cache_starred_images: set filename when sending cached image 9 years ago
Andrew Dolgov 9b736a20b3 do not automatically call cleanup_tags() in housekeeping tasks 9 years ago
Andrew Dolgov 2dde1e2109 Merge branch 'lang_pt_BR' into 'master'
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
9 years ago
Eduardo M KALINOWSKI 31d1cd42c6 pt_BR translation improvements. 9 years ago
Eduardo M KALINOWSKI 9fffa13981 Corrected Language field in header. 9 years ago
Eduardo M KALINOWSKI ed88573b5b Updated pt_BR translation. 9 years ago
Eduardo M KALINOWSKI c5f2c6332c Corrected Plural-Forms, as there are only two possible forms in Portuguese. 9 years ago
Andrew Dolgov 7f4fff96b1 Merge branch 'update-new-feeds-first-postgres' into 'master'
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
9 years ago