Andrew Dolgov
76d78eb2e7
remove unnecessary wrapping from share uniqid() keys
11 years ago
Andrew Dolgov
d31d521f79
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
11 years ago
Andrew Dolgov
f6c61b2d55
rss: choose between description and content:encoded based on which one is longer because publishers are idiots and can't use tags properly
11 years ago
wltb
d71ac5d3da
implemented get_comments_url() and Atom Threading Extension
11 years ago
Andrew Dolgov
e23aedd402
parser: add basic support for media:thumbnail
11 years ago
Andrew Dolgov
429ff9afb0
api: add article language to getArticle/getHeadlines
11 years ago
Andrew Dolgov
bf5bcb8e27
queryFeedHeadlines: remove obsolete content_preview
11 years ago
Andrew Dolgov
25237aea43
api: fix getLabels never returning existing checked labels correctly
11 years ago
Andrew Dolgov
21bb3c064a
api: add note support for getHeadlines/getArticle (bump api version)
11 years ago
Andrew Dolgov
5bcb7b61b0
syndicated feeds: default to change exported guid
11 years ago
Jeffrey Tolar
ed449a9aaa
Follow the spec for <media:group>s
...
Each <media:group> section specifies multiple representations of the
same content.
11 years ago
Andrew Dolgov
43d790f054
pubsubhubbub: disable feed url checking when subscribing for the time being, expand error messages a bit
11 years ago
Andrew Dolgov
273c33e512
api: allow sorting headlines by title
11 years ago
Andrew Dolgov
4ad04ee227
report all libxml errors in updater debug output
...
force utf8 encoding if devforceupdate is on
parser: try to convert non-unicode feeds with specified encoding to utf8
before trying to remove dangling utf8 characters in case of utf8-related
libxml errors because doing so produces garbage content
11 years ago
Andrew Dolgov
29f7ec0ae3
printTagSelect: work correctly on tags with spaces
11 years ago
Andrew Dolgov
87065739cd
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
11 years ago
Andrew Dolgov
788cf0a1b1
api: fix setArticleLabel expecting wrong format for label_id
11 years ago
Andrew Dolgov
0ee126ee8f
remove a few parser warnings from generated feeds
11 years ago
Andrew Dolgov
84c53d0e1d
fix http 304 header being calculated incorrectly for published and starred feeds
11 years ago
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
11 years ago
Andrew Dolgov
d0ee0f52b7
use favicon in some auxiliar dialogs
11 years ago
wltb
2c6f3c2eb3
Feedparser: Add important check for unknown feed type detection
11 years ago
wltb
54f23d38a6
Feedparser: Store libXML fatal error messages in an array, repair error reporting
11 years ago
Andrew Dolgov
4d49863f65
fix style in feedparser
11 years ago
wltb
d3305ff8de
Feedparser: Only format fatal errors
11 years ago
wltb
5fa36a6401
Feedparser: Change handling of libxml error 9 (cycle all errors)
11 years ago
Andrew Dolgov
e7a40490b8
filters: add a link to the wiki page to the rule create/edit dialog
11 years ago
Andrew Dolgov
19ab809633
add i18n to the search syntax link
11 years ago
Andrew Dolgov
ff04fe0625
use plurals for comment/comments link in article, properly translate comments string, add feed title to article in zoom mode
11 years ago
Andrew Dolgov
7bdc1df121
Revert "Include both title and text attributes"
...
This reverts commit 631c067601
.
11 years ago
Andrew Dolgov
e1f1857d95
fix globalUpdateFeeds failing when no active session exists
11 years ago
Andrew Dolgov
bc262b6778
unfuck headlines_hook for syndicated feeds
11 years ago
Jordi De Groof
631c067601
Include both title and text attributes
...
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html
11 years ago
Jordi De Groof
6b74f725a3
Add type="rss" on subscription list <outline> nodes
...
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
11 years ago
Andrew Dolgov
05a1939bbd
Merge pull request #279 from mhaley/patch-1
...
API should return excerpt when asked
11 years ago
Andrew Dolgov
5c54e68388
support media:description for media: enclosures
11 years ago
Andrew Dolgov
6bf61bdc63
simplify media:content xpath
11 years ago
Andrew Dolgov
4289b68f0d
parser: support media:content elements within media:group
11 years ago
Matt Haley
64595782ff
API should return excerpt when asked
11 years ago
Andrew Dolgov
f612dbe8a0
improve support for feeds with invalid unicode entities
11 years ago
Andrew Dolgov
38f439708c
rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors
11 years ago
Andrew Dolgov
d208abc933
api: pass article id to sanitize
11 years ago
Andrew Dolgov
4e5ddeafa6
make cache starred plugin use hook_house_keeping
11 years ago
Andrew Dolgov
8e47022036
add hook_house_keeping
11 years ago
Andrew Dolgov
910592b49a
add plugin to cache images in starred articles; pass article_id to
...
sanitize
11 years ago
Andrew Dolgov
34dad84414
support term highlighting in cdm title
11 years ago
Andrew Dolgov
dd90eb2c7a
search keyword highlighting (combined mode only)
11 years ago
Andrew Dolgov
07eb36583c
lang: default to 'en'
11 years ago
Andrew Dolgov
6b4617970f
add text_languagedetect to guess article language for better hyphenation
...
(bump schema)
11 years ago
Andrew Dolgov
491ef97072
atom: only perform xml:base based rewriting if base element exists ( closes #761 )
11 years ago