Andrew Dolgov
788cf0a1b1
api: fix setArticleLabel expecting wrong format for label_id
11 years ago
Andrew Dolgov
e44ea76268
af_redditimgur: add workaround for imgur switching to protocol-less links for images
11 years ago
Andrew Dolgov
0a08d1b246
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
11 years ago
Andrew Dolgov
b66be03a48
add experimental hack to speed up ccache category calculation
11 years ago
Andrew Dolgov
6d45a15286
do not try to load user plugins on schema < 100
11 years ago
Andrew Dolgov
e198cca75b
Revert "sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data"
...
This reverts commit f44d59992e
.
11 years ago
Andrew Dolgov
29a57cdc4d
Merge pull request #311 from fsateler/curl-cookie-jar
...
Enable cookies when fetching feeds with curl
11 years ago
Andrew Dolgov
924a89ebf3
getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines ( closes #780 )
11 years ago
Andrew Dolgov
0ee126ee8f
remove a few parser warnings from generated feeds
11 years ago
Andrew Dolgov
f44d59992e
sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data
11 years ago
Andrew Dolgov
ae3851b1b5
discard gzipped buffer in cache starred image sender method
11 years ago
Felipe Sateler
d9eacf54a0
Enable cookies when fetching feeds with curl
...
If a feed requires cookies, curl needs to have them active in order to
access it. This is done by setting the COOKIE_JAR option.
Since we do not need the actual cookie jar, send it to /dev/null, curl
will still have a valid in-memory cookie jar.
11 years ago
Andrew Dolgov
84c53d0e1d
fix http 304 header being calculated incorrectly for published and starred feeds
11 years ago
Andrew Dolgov
8b16eeb1a3
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
11 years ago
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
11 years ago
Andrew Dolgov
0894ac8d44
mention site mirror in readme
11 years ago
Andrew Dolgov
05f14a7d19
add (undocumented) _CURL_HTTP_PROXY
11 years ago
Andrew Dolgov
d0ee0f52b7
use favicon in some auxiliar dialogs
11 years ago
Andrew Dolgov
3728377344
Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
...
breaks copy/paste in chrome
This reverts commit d7e4897b8e
.
11 years ago
Andrew Dolgov
a2836637b9
Merge pull request #301 from derekschrock/patch-1
...
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
11 years ago
Andrew Dolgov
5ddd2705ca
make language detection optional ( closes #779 )
11 years ago
Andrew Dolgov
a10de509f3
Merge pull request #307 from wltb/master
...
Feedparser: Add important check for unknown feed type detection
11 years ago
wltb
2c6f3c2eb3
Feedparser: Add important check for unknown feed type detection
11 years ago
Andrew Dolgov
a25c91a4e0
Merge pull request #305 from wltb/fp_mult_errors
...
Feedparser: Store libXML fatal error messages in an array
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
Andrew Dolgov
f227d0af28
Merge pull request #304 from wltb/feedparser_xml9
...
Feedparser: Change error handling a bit
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
c6e089b969
Merge pull request #303 from falu/master
...
updated hungarian translation for v1.10
11 years ago
Falu
b69921e5c7
Delete messages.mo
11 years ago
Falu
b96d9de00f
updated hungarian translation for v1.10
11 years ago
Andrew Dolgov
02b0d14a18
release 1.10
11 years ago
Derek Schrock
d7e4897b8e
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
...
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
11 years ago
Andrew Dolgov
9a6c4b7033
Merge pull request #300 from Menti/master
...
Translated four strings into Spanish
11 years ago
DavidM
0653f38ff6
Translated four strings into Spanish
11 years ago
Andrew Dolgov
e596b5a9dd
add update script to convert myisam tables to innodb (bump version)
11 years ago
Andrew Dolgov
80c448cb98
Merge pull request #299 from rangerer/label_counters
...
optimized query for label counters
11 years ago
Roland Angerer
4d8f4c5989
optimized query for label counters
11 years ago
Andrew Dolgov
1357a263be
include title when detecting article language
11 years ago
Andrew Dolgov
4f71d7431c
replace suppress debugging kludge with a more flexible function (fixes
...
logging with update.php --feeds being stopped after first feed)
11 years ago
Andrew Dolgov
811a81c6de
counter: remove text-shadow
11 years ago
Andrew Dolgov
59962a6ebd
updater: add button to call updateself dialog even if no next version detected
11 years ago
Andrew Dolgov
4df07d50b1
specify engine=innodb for all tt-rss tables
11 years ago
Andrew Dolgov
2e35b3bd6b
prevent automatic selection of headlines row first child when scrolling in 3panel mode because it screws with keyboard navigation ( closes #752 )
11 years ago
Andrew Dolgov
f5967cf825
cache starred: only try to chmod cache directory if it is not writable
11 years ago
Andrew Dolgov
0c0e5f3640
fix wrong url() paths to toolbar.png in css
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
d3b0e3487e
fix xgettext extraction of plural forms, replace wrong ngettext() calls with _ngettext(), rebase translations
11 years ago