1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
Commit Graph

6967 Commits

Author SHA1 Message Date
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
Andrew Dolgov
0c0e5f3640 fix wrong url() paths to toolbar.png in css 2013-09-04 17:57:04 +04:00
Andrew Dolgov
e7a40490b8 filters: add a link to the wiki page to the rule create/edit dialog 2013-09-02 13:54:56 +04:00
Andrew Dolgov
19ab809633 add i18n to the search syntax link 2013-09-02 13:54:41 +04:00
Andrew Dolgov
d3b0e3487e fix xgettext extraction of plural forms, replace wrong ngettext() calls with _ngettext(), rebase translations 2013-09-02 13:09:32 +04:00
Andrew Dolgov
ff04fe0625 use plurals for comment/comments link in article, properly translate comments string, add feed title to article in zoom mode 2013-09-02 12:58:14 +04:00
Andrew Dolgov
9e04187845 Merge pull request #298 from rangerer/update_daemon_log
passing --log option to update daemon processes
2013-09-02 01:35:16 -07:00
Andrew Dolgov
a33558a61e 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 2013-09-02 12:33:59 +04:00
Roland Angerer
0f0bbe735d passing --log option to update daemon processes 2013-09-02 08:54:20 +02:00
Andrew Dolgov
f73e03e000 pass feed information to article filters 2013-09-02 10:03:04 +04:00
Andrew Dolgov
07734eee5a loadMoreHeadlines: use shorter syntax for adaptive offset calculation 2013-09-01 14:07:31 +04:00
Andrew Dolgov
7bdc1df121 Revert "Include both title and text attributes"
This reverts commit 631c067601.
2013-08-29 16:30:01 +04:00
Andrew Dolgov
34e55fe8d9 fix cat filters always applying if set to uncategorized 2013-08-29 09:24:24 +04:00
Andrew Dolgov
5d4d591826 filter testing: exclude archived articles because filtering on them makes no sense 2013-08-29 09:12:05 +04:00
Andrew Dolgov
d2d6c8dbb2 tweak zoomed display date/tags a bit 2013-08-27 15:09:48 +04:00
Andrew Dolgov
e1f1857d95 fix globalUpdateFeeds failing when no active session exists 2013-08-25 17:34:27 +04:00
Andrew Dolgov
f426c84787 Merge pull request #280 from PerryWerneck/master
Updatings pt-BR translation
2013-08-22 03:48:14 -07:00
Andrew Dolgov
bc262b6778 unfuck headlines_hook for syndicated feeds 2013-08-21 18:26:34 +04:00
Andrew Dolgov
63df96dd9f Merge pull request #286 from jordidg/master
Improve OPML export
2013-08-21 04:24:41 -07:00
Jordi De Groof
631c067601 Include both title and text attributes
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html
2013-08-16 19:19:36 +02:00
Jordi De Groof
6b74f725a3 Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
2013-08-16 19:10:43 +02:00
Perry Werneck
f0feea33ce Merge remote-tracking branch 'upstream/master' 2013-08-11 10:41:50 -03:00
Andrew Dolgov
3eb55333c6 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 2013-08-09 09:19:57 +04:00
Perry Werneck
4c33d3e534 Updating translation 2013-08-08 23:21:05 -03:00
Perry Werneck
54a4a89d90 Updating translation 2013-08-07 21:15:15 -03:00
Perry Werneck
c9093147c6 Updating translation 2013-08-07 21:11:14 -03:00
Andrew Dolgov
05a1939bbd Merge pull request #279 from mhaley/patch-1
API should return excerpt when asked
2013-08-06 04:58:43 -07:00
Andrew Dolgov
5c54e68388 support media:description for media: enclosures 2013-08-05 12:26:09 +04:00
Andrew Dolgov
6bf61bdc63 simplify media:content xpath 2013-08-05 11:50:15 +04:00
Andrew Dolgov
4289b68f0d parser: support media:content elements within media:group 2013-08-05 10:33:13 +04:00
Matt Haley
64595782ff API should return excerpt when asked 2013-08-04 10:41:29 -07:00
Andrew Dolgov
f612dbe8a0 improve support for feeds with invalid unicode entities 2013-08-03 14:45:27 +04:00
Andrew Dolgov
38f439708c rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors 2013-08-02 16:20:39 +04:00
Andrew Dolgov
edba269b6f fix entries not inserted properly when no languages are detected 2013-08-02 16:03:13 +04:00
Andrew Dolgov
00f22824d7 rss: force language to 2 characters; run house keeping hooks properly 2013-08-02 14:47:34 +04:00
Andrew Dolgov
d208abc933 api: pass article id to sanitize 2013-08-02 14:41:01 +04:00
Andrew Dolgov
4e5ddeafa6 make cache starred plugin use hook_house_keeping 2013-08-02 14:12:56 +04:00
Andrew Dolgov
8e47022036 add hook_house_keeping 2013-08-02 14:06:18 +04:00
Andrew Dolgov
910592b49a add plugin to cache images in starred articles; pass article_id to
sanitize
2013-08-02 14:04:14 +04:00
Andrew Dolgov
2fc4d981d1 remove unused old-style image rewritign 2013-08-02 14:04:00 +04:00
Andrew Dolgov
54af7f84ad fix af_sciam 2013-08-02 12:17:38 +04:00
Andrew Dolgov
623d1308c0 af_natgeo: remove some unneeded elements 2013-08-02 11:06:51 +04:00
Andrew Dolgov
c309f41d2d add af plugins for nagional geographic and sciam 2013-08-02 10:49:00 +04:00
Andrew Dolgov
89a69f9f02 Merge pull request #277 from sq5gvm/master
Updated polish (pl_PL) translation
2013-08-01 23:36:38 -07:00