Andrew Dolgov
3f7d1b58e6
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-10-17 13:40:26 +04:00
Andrew Dolgov
87065739cd
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
2013-10-17 13:38:48 +04:00
Andrew Dolgov
3e928c06cd
Merge pull request #314 from aedrin/patch-1
...
Add missing translations in SINGLE_USER_MODE
2013-10-15 09:14:13 -07:00
aedrin
68349f55df
Add missing translations in SINGLE_USER_MODE
...
In SINGLE_USER_MODE, some strings were untranslated.
For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
2013-10-15 18:06:44 +02:00
Andrew Dolgov
788cf0a1b1
api: fix setArticleLabel expecting wrong format for label_id
2013-10-12 09:55:35 +04:00
Andrew Dolgov
e44ea76268
af_redditimgur: add workaround for imgur switching to protocol-less links for images
2013-10-11 13:41:30 +04:00
Andrew Dolgov
0a08d1b246
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-10-09 16:58:56 +04:00
Andrew Dolgov
b66be03a48
add experimental hack to speed up ccache category calculation
2013-10-09 16:58:31 +04:00
Andrew Dolgov
6d45a15286
do not try to load user plugins on schema < 100
2013-10-08 22:35:36 +04:00
Andrew Dolgov
e198cca75b
Revert "sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data"
...
This reverts commit f44d59992e
.
2013-10-06 15:59:28 +04:00
Andrew Dolgov
29a57cdc4d
Merge pull request #311 from fsateler/curl-cookie-jar
...
Enable cookies when fetching feeds with curl
2013-10-06 04:39:54 -07:00
Andrew Dolgov
924a89ebf3
getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines ( closes #780 )
2013-10-06 15:38:58 +04:00
Andrew Dolgov
0ee126ee8f
remove a few parser warnings from generated feeds
2013-10-06 11:28:06 +04:00
Andrew Dolgov
f44d59992e
sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data
2013-10-06 11:08:15 +04:00
Andrew Dolgov
ae3851b1b5
discard gzipped buffer in cache starred image sender method
2013-10-05 20:28:26 +04:00
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.
2013-10-04 17:56:46 -03:00
Andrew Dolgov
84c53d0e1d
fix http 304 header being calculated incorrectly for published and starred feeds
2013-10-04 09:10:44 +04:00
Andrew Dolgov
8b16eeb1a3
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-10-02 15:57:21 +04:00
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
2013-10-02 15:24:08 +04:00
Andrew Dolgov
0894ac8d44
mention site mirror in readme
2013-09-30 13:34:48 +04:00
Andrew Dolgov
05f14a7d19
add (undocumented) _CURL_HTTP_PROXY
2013-09-30 13:27:14 +04:00
Andrew Dolgov
d0ee0f52b7
use favicon in some auxiliar dialogs
2013-09-30 00:01:34 +04:00
Andrew Dolgov
3728377344
Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
...
breaks copy/paste in chrome
This reverts commit d7e4897b8e
.
2013-09-27 15:14:20 +04:00
Andrew Dolgov
a2836637b9
Merge pull request #301 from derekschrock/patch-1
...
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
2013-09-27 02:53:15 -07:00
Andrew Dolgov
5ddd2705ca
make language detection optional ( closes #779 )
2013-09-27 13:45:21 +04:00
Andrew Dolgov
a10de509f3
Merge pull request #307 from wltb/master
...
Feedparser: Add important check for unknown feed type detection
2013-09-26 21:15:42 -07:00
wltb
2c6f3c2eb3
Feedparser: Add important check for unknown feed type detection
2013-09-27 00:13:55 +02:00
Andrew Dolgov
a25c91a4e0
Merge pull request #305 from wltb/fp_mult_errors
...
Feedparser: Store libXML fatal error messages in an array
2013-09-26 11:43:08 -07:00
wltb
54f23d38a6
Feedparser: Store libXML fatal error messages in an array, repair error reporting
2013-09-26 19:56:45 +02:00
Andrew Dolgov
4d49863f65
fix style in feedparser
2013-09-25 14:26:45 +04:00
Andrew Dolgov
f227d0af28
Merge pull request #304 from wltb/feedparser_xml9
...
Feedparser: Change error handling a bit
2013-09-25 03:25:34 -07:00
wltb
d3305ff8de
Feedparser: Only format fatal errors
2013-09-24 16:43:47 +02:00
wltb
5fa36a6401
Feedparser: Change handling of libxml error 9 (cycle all errors)
2013-09-24 16:38:28 +02:00
Andrew Dolgov
c6e089b969
Merge pull request #303 from falu/master
...
updated hungarian translation for v1.10
2013-09-23 21:41:13 -07:00
Falu
b69921e5c7
Delete messages.mo
2013-09-23 23:51:27 +02:00
Falu
b96d9de00f
updated hungarian translation for v1.10
2013-09-23 23:46:36 +02:00
Andrew Dolgov
02b0d14a18
release 1.10
2013-09-21 17:36:53 +04:00
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.
2013-09-20 00:04:33 -04:00
Andrew Dolgov
9a6c4b7033
Merge pull request #300 from Menti/master
...
Translated four strings into Spanish
2013-09-18 21:28:21 -07:00
DavidM
0653f38ff6
Translated four strings into Spanish
2013-09-18 21:42:45 +02:00
Andrew Dolgov
e596b5a9dd
add update script to convert myisam tables to innodb (bump version)
2013-09-17 14:34:39 +04:00
Andrew Dolgov
80c448cb98
Merge pull request #299 from rangerer/label_counters
...
optimized query for label counters
2013-09-17 03:27:07 -07:00
Roland Angerer
4d8f4c5989
optimized query for label counters
2013-09-17 12:05:13 +02:00
Andrew Dolgov
1357a263be
include title when detecting article language
2013-09-17 12:28:31 +04:00
Andrew Dolgov
4f71d7431c
replace suppress debugging kludge with a more flexible function (fixes
...
logging with update.php --feeds being stopped after first feed)
2013-09-15 23:02:21 +04:00
Andrew Dolgov
811a81c6de
counter: remove text-shadow
2013-09-12 12:13:10 +04:00
Andrew Dolgov
59962a6ebd
updater: add button to call updateself dialog even if no next version detected
2013-09-11 15:17:22 +04:00
Andrew Dolgov
4df07d50b1
specify engine=innodb for all tt-rss tables
2013-09-10 08:48:32 +04:00
Andrew Dolgov
2e35b3bd6b
prevent automatic selection of headlines row first child when scrolling in 3panel mode because it screws with keyboard navigation ( closes #752 )
2013-09-09 14:38:28 +04:00
Andrew Dolgov
f5967cf825
cache starred: only try to chmod cache directory if it is not writable
2013-09-06 09:21:17 +04:00