]>
git.wh0rd.org Git - tt-rss.git/log
Robert Wetzlmayr [Tue, 12 Nov 2013 12:46:56 +0000 (13:46 +0100)]
getFeedArticles(): Use valid query to get count of matching articles.
Andrew Dolgov [Tue, 12 Nov 2013 10:21:28 +0000 (14:21 +0400)]
quickAddFilter: if text is currently highlighted, use that instead of active article title for placeholder text
Andrew Dolgov [Mon, 11 Nov 2013 19:02:37 +0000 (23:02 +0400)]
pubsubhubbub: disable feed url checking when subscribing for the time being, expand error messages a bit
Andrew Dolgov [Mon, 11 Nov 2013 18:51:20 +0000 (22:51 +0400)]
pubsubhubbub: use atom rel=self link (when available) when subscribing
to push-enabled feeds
Andrew Dolgov [Sat, 9 Nov 2013 18:25:36 +0000 (22:25 +0400)]
add af_threewordphase
Andrew Dolgov [Sat, 9 Nov 2013 12:42:41 +0000 (16:42 +0400)]
api: allow sorting headlines by title
Andrew Dolgov [Tue, 29 Oct 2013 08:15:26 +0000 (12:15 +0400)]
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
Andrew Dolgov [Fri, 25 Oct 2013 10:42:43 +0000 (14:42 +0400)]
daemon: cache parser object while processing a batch of feeds withsame url on first success
Andrew Dolgov [Wed, 23 Oct 2013 09:34:47 +0000 (13:34 +0400)]
only try to set fucking cookie jar if open_basedir restriction is not in effect
Andrew Dolgov [Wed, 23 Oct 2013 07:53:35 +0000 (11:53 +0400)]
add af_fsckportal
Andrew Dolgov [Mon, 21 Oct 2013 12:55:36 +0000 (16:55 +0400)]
do not unpack all visible headlines in collapsed mode because those are unpacked on expand
Andrew Dolgov [Mon, 21 Oct 2013 05:10:09 +0000 (22:10 -0700)]
Merge pull request #323 from levito/patch-6
enclose floating elements in public feeds
Veit Lehmann [Mon, 21 Oct 2013 02:51:43 +0000 (04:51 +0200)]
enclose floating elements in public feeds
http://tt-rss.org/forum/viewtopic.php?f=10&t=2670&p=15780#p15780
Andrew Dolgov [Sun, 20 Oct 2013 14:45:24 +0000 (18:45 +0400)]
catchup group: deselect everything before processing
Andrew Dolgov [Sun, 20 Oct 2013 05:09:23 +0000 (09:09 +0400)]
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sun, 20 Oct 2013 05:09:16 +0000 (09:09 +0400)]
printTagSelect: work correctly on tags with spaces
Andrew Dolgov [Sat, 19 Oct 2013 11:20:57 +0000 (04:20 -0700)]
Merge pull request #321 from HeikoAdams/master
Updated german translation
Heiko Adams [Sat, 19 Oct 2013 08:45:13 +0000 (10:45 +0200)]
Updated german translation
Andrew Dolgov [Thu, 17 Oct 2013 09:40:26 +0000 (13:40 +0400)]
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Thu, 17 Oct 2013 09:38:48 +0000 (13:38 +0400)]
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
Andrew Dolgov [Tue, 15 Oct 2013 16:14:13 +0000 (09:14 -0700)]
Merge pull request #314 from aedrin/patch-1
Add missing translations in SINGLE_USER_MODE
aedrin [Tue, 15 Oct 2013 16:06:44 +0000 (18:06 +0200)]
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)
Andrew Dolgov [Sat, 12 Oct 2013 05:55:35 +0000 (09:55 +0400)]
api: fix setArticleLabel expecting wrong format for label_id
Andrew Dolgov [Fri, 11 Oct 2013 09:41:30 +0000 (13:41 +0400)]
af_redditimgur: add workaround for imgur switching to protocol-less links for images
Andrew Dolgov [Wed, 9 Oct 2013 12:58:56 +0000 (16:58 +0400)]
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 9 Oct 2013 12:58:31 +0000 (16:58 +0400)]
add experimental hack to speed up ccache category calculation
Andrew Dolgov [Tue, 8 Oct 2013 18:35:36 +0000 (22:35 +0400)]
do not try to load user plugins on schema < 100
Andrew Dolgov [Sun, 6 Oct 2013 11:59:28 +0000 (15:59 +0400)]
Revert "sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data"
This reverts commit
f44d59992edac23206f593e240f0e445c571b661 .
Andrew Dolgov [Sun, 6 Oct 2013 11:39:54 +0000 (04:39 -0700)]
Merge pull request #311 from fsateler/curl-cookie-jar
Enable cookies when fetching feeds with curl
Andrew Dolgov [Sun, 6 Oct 2013 11:38:58 +0000 (15:38 +0400)]
getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines (closes #780)
Andrew Dolgov [Sun, 6 Oct 2013 07:28:06 +0000 (11:28 +0400)]
remove a few parser warnings from generated feeds
Andrew Dolgov [Sun, 6 Oct 2013 07:08:15 +0000 (11:08 +0400)]
sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data
Andrew Dolgov [Sat, 5 Oct 2013 16:28:26 +0000 (20:28 +0400)]
discard gzipped buffer in cache starred image sender method
Felipe Sateler [Fri, 4 Oct 2013 20:18:30 +0000 (17:18 -0300)]
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.
Andrew Dolgov [Fri, 4 Oct 2013 05:10:44 +0000 (09:10 +0400)]
fix http 304 header being calculated incorrectly for published and starred feeds
Andrew Dolgov [Wed, 2 Oct 2013 11:57:21 +0000 (15:57 +0400)]
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 2 Oct 2013 11:24:08 +0000 (15:24 +0400)]
add notification to subscribe dialog when multiple feeds are detected
Andrew Dolgov [Mon, 30 Sep 2013 09:34:48 +0000 (13:34 +0400)]
mention site mirror in readme
Andrew Dolgov [Mon, 30 Sep 2013 09:27:14 +0000 (13:27 +0400)]
add (undocumented) _CURL_HTTP_PROXY
Andrew Dolgov [Sun, 29 Sep 2013 20:01:34 +0000 (00:01 +0400)]
use favicon in some auxiliar dialogs
Andrew Dolgov [Fri, 27 Sep 2013 11:14:20 +0000 (15:14 +0400)]
Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
breaks copy/paste in chrome
This reverts commit
d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a .
Andrew Dolgov [Fri, 27 Sep 2013 09:53:15 +0000 (02:53 -0700)]
Merge pull request #301 from derekschrock/patch-1
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
Andrew Dolgov [Fri, 27 Sep 2013 09:45:21 +0000 (13:45 +0400)]
make language detection optional (closes #779)
Andrew Dolgov [Fri, 27 Sep 2013 04:15:42 +0000 (21:15 -0700)]
Merge pull request #307 from wltb/master
Feedparser: Add important check for unknown feed type detection
wltb [Thu, 26 Sep 2013 22:13:55 +0000 (00:13 +0200)]
Feedparser: Add important check for unknown feed type detection
Andrew Dolgov [Thu, 26 Sep 2013 18:43:08 +0000 (11:43 -0700)]
Merge pull request #305 from wltb/fp_mult_errors
Feedparser: Store libXML fatal error messages in an array
wltb [Thu, 26 Sep 2013 17:56:45 +0000 (19:56 +0200)]
Feedparser: Store libXML fatal error messages in an array, repair error reporting
Andrew Dolgov [Wed, 25 Sep 2013 10:26:45 +0000 (14:26 +0400)]
fix style in feedparser
Andrew Dolgov [Wed, 25 Sep 2013 10:25:34 +0000 (03:25 -0700)]
Merge pull request #304 from wltb/feedparser_xml9
Feedparser: Change error handling a bit
wltb [Tue, 24 Sep 2013 14:43:47 +0000 (16:43 +0200)]
Feedparser: Only format fatal errors
wltb [Sun, 8 Sep 2013 22:44:55 +0000 (00:44 +0200)]
Feedparser: Change handling of libxml error 9 (cycle all errors)
Andrew Dolgov [Tue, 24 Sep 2013 04:41:13 +0000 (21:41 -0700)]
Merge pull request #303 from falu/master
updated hungarian translation for v1.10
Falu [Mon, 23 Sep 2013 21:51:27 +0000 (23:51 +0200)]
Delete messages.mo
Falu [Mon, 23 Sep 2013 21:46:36 +0000 (23:46 +0200)]
updated hungarian translation for v1.10
Andrew Dolgov [Sat, 21 Sep 2013 13:36:53 +0000 (17:36 +0400)]
release 1.10
Derek Schrock [Fri, 20 Sep 2013 04:04:33 +0000 (00:04 -0400)]
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.
Andrew Dolgov [Thu, 19 Sep 2013 04:28:21 +0000 (21:28 -0700)]
Merge pull request #300 from Menti/master
Translated four strings into Spanish
DavidM [Wed, 18 Sep 2013 19:42:45 +0000 (21:42 +0200)]
Translated four strings into Spanish
Andrew Dolgov [Tue, 17 Sep 2013 10:34:39 +0000 (14:34 +0400)]
add update script to convert myisam tables to innodb (bump version)
Andrew Dolgov [Tue, 17 Sep 2013 10:27:07 +0000 (03:27 -0700)]
Merge pull request #299 from rangerer/label_counters
optimized query for label counters
Roland Angerer [Tue, 17 Sep 2013 10:05:13 +0000 (12:05 +0200)]
optimized query for label counters
Andrew Dolgov [Tue, 17 Sep 2013 08:28:31 +0000 (12:28 +0400)]
include title when detecting article language
Andrew Dolgov [Sun, 15 Sep 2013 18:57:50 +0000 (22:57 +0400)]
replace suppress debugging kludge with a more flexible function (fixes
logging with update.php --feeds being stopped after first feed)
Andrew Dolgov [Thu, 12 Sep 2013 08:13:10 +0000 (12:13 +0400)]
counter: remove text-shadow
Andrew Dolgov [Wed, 11 Sep 2013 11:17:22 +0000 (15:17 +0400)]
updater: add button to call updateself dialog even if no next version detected
Andrew Dolgov [Tue, 10 Sep 2013 04:48:32 +0000 (08:48 +0400)]
specify engine=innodb for all tt-rss tables
Andrew Dolgov [Mon, 9 Sep 2013 10:38:28 +0000 (14:38 +0400)]
prevent automatic selection of headlines row first child when scrolling in 3panel mode because it screws with keyboard navigation (closes #752)
Andrew Dolgov [Fri, 6 Sep 2013 05:21:17 +0000 (09:21 +0400)]
cache starred: only try to chmod cache directory if it is not writable
Andrew Dolgov [Wed, 4 Sep 2013 13:57:04 +0000 (17:57 +0400)]
fix wrong url() paths to toolbar.png in css
Andrew Dolgov [Mon, 2 Sep 2013 09:54:56 +0000 (13:54 +0400)]
filters: add a link to the wiki page to the rule create/edit dialog
Andrew Dolgov [Mon, 2 Sep 2013 09:54:41 +0000 (13:54 +0400)]
add i18n to the search syntax link
Andrew Dolgov [Mon, 2 Sep 2013 09:09:32 +0000 (13:09 +0400)]
fix xgettext extraction of plural forms, replace wrong ngettext() calls with _ngettext(), rebase translations
Andrew Dolgov [Mon, 2 Sep 2013 08:58:14 +0000 (12:58 +0400)]
use plurals for comment/comments link in article, properly translate comments string, add feed title to article in zoom mode
Andrew Dolgov [Mon, 2 Sep 2013 08:35:16 +0000 (01:35 -0700)]
Merge pull request #298 from rangerer/update_daemon_log
passing --log option to update daemon processes
Andrew Dolgov [Mon, 2 Sep 2013 08:33:59 +0000 (12:33 +0400)]
pass logfile to child tasks if locking is possible, lock logfile before writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile
Roland Angerer [Mon, 2 Sep 2013 06:54:20 +0000 (08:54 +0200)]
passing --log option to update daemon processes
Andrew Dolgov [Mon, 2 Sep 2013 06:03:04 +0000 (10:03 +0400)]
pass feed information to article filters
Andrew Dolgov [Sun, 1 Sep 2013 10:07:31 +0000 (14:07 +0400)]
loadMoreHeadlines: use shorter syntax for adaptive offset calculation
Andrew Dolgov [Thu, 29 Aug 2013 12:30:01 +0000 (16:30 +0400)]
Revert "Include both title and text attributes"
This reverts commit
631c06760190b7e207a8a16bb76517f7f308dc68 .
Andrew Dolgov [Thu, 29 Aug 2013 05:24:24 +0000 (09:24 +0400)]
fix cat filters always applying if set to uncategorized
Andrew Dolgov [Thu, 29 Aug 2013 05:12:05 +0000 (09:12 +0400)]
filter testing: exclude archived articles because filtering on them makes no sense
Andrew Dolgov [Tue, 27 Aug 2013 11:09:48 +0000 (15:09 +0400)]
tweak zoomed display date/tags a bit
Andrew Dolgov [Sun, 25 Aug 2013 13:34:27 +0000 (17:34 +0400)]
fix globalUpdateFeeds failing when no active session exists
Andrew Dolgov [Thu, 22 Aug 2013 10:48:14 +0000 (03:48 -0700)]
Merge pull request #280 from PerryWerneck/master
Updatings pt-BR translation
Andrew Dolgov [Wed, 21 Aug 2013 14:26:34 +0000 (18:26 +0400)]
unfuck headlines_hook for syndicated feeds
Andrew Dolgov [Wed, 21 Aug 2013 11:24:41 +0000 (04:24 -0700)]
Merge pull request #286 from jordidg/master
Improve OPML export
Jordi De Groof [Fri, 16 Aug 2013 17:19:36 +0000 (19:19 +0200)]
Include both title and text attributes
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html
Jordi De Groof [Fri, 16 Aug 2013 17:10:43 +0000 (19:10 +0200)]
Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
Perry Werneck [Sun, 11 Aug 2013 13:41:50 +0000 (10:41 -0300)]
Merge remote-tracking branch 'upstream/master'
Andrew Dolgov [Fri, 9 Aug 2013 05:19:57 +0000 (09:19 +0400)]
do not use iconv in tag_is_valid, data should be utf8 anyway at this point; remove sanity check for iconv because parser does not use it
Perry Werneck [Fri, 9 Aug 2013 02:21:05 +0000 (23:21 -0300)]
Updating translation
Perry Werneck [Thu, 8 Aug 2013 00:15:15 +0000 (21:15 -0300)]
Updating translation
Perry Werneck [Thu, 8 Aug 2013 00:11:14 +0000 (21:11 -0300)]
Updating translation
Andrew Dolgov [Tue, 6 Aug 2013 11:58:43 +0000 (04:58 -0700)]
Merge pull request #279 from mhaley/patch-1
API should return excerpt when asked
Andrew Dolgov [Mon, 5 Aug 2013 08:26:09 +0000 (12:26 +0400)]
support media:description for media: enclosures
Andrew Dolgov [Mon, 5 Aug 2013 07:50:15 +0000 (11:50 +0400)]
simplify media:content xpath
Andrew Dolgov [Mon, 5 Aug 2013 06:33:13 +0000 (10:33 +0400)]
parser: support media:content elements within media:group
Matt Haley [Sun, 4 Aug 2013 17:41:29 +0000 (10:41 -0700)]
API should return excerpt when asked
Andrew Dolgov [Sat, 3 Aug 2013 10:45:27 +0000 (14:45 +0400)]
improve support for feeds with invalid unicode entities
Andrew Dolgov [Fri, 2 Aug 2013 12:20:39 +0000 (16:20 +0400)]
rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors