1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
Commit Graph

6671 Commits

Author SHA1 Message Date
Andrew Dolgov
7d61f11c76 use img-polaroid lookalike for images 2013-05-07 08:55:22 +04:00
Andrew Dolgov
e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 2013-05-06 12:50:52 +04:00
Andrew Dolgov
0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
2013-05-05 21:06:43 -07:00
Andrew Dolgov
da3077d1b1 Merge pull request #178 from dzaikos/master
Modified the behaviour of catchup_visible_articles() in digest mode.
2013-05-04 22:58:19 -07:00
Andrew Dolgov
2a3e8d7f34 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-04 12:02:08 +04:00
Andrew Dolgov
8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 2013-05-04 12:01:53 +04:00
Dave Zaikos
96a78914e2 Modified the behaviour of catchup_visible_articles() in digest mode.
The "Mark as read" option now first checks if articles are selected. If so, it only marks as read the selected articles.

If no articles are selected, the previous behaviour is executed: marking all visible articles as read.
2013-05-03 21:22:16 -04:00
Trannie Carter
233b74ad22 Remove obsolete $link parameter for password reset 2013-05-03 20:44:24 -04:00
Andrew Dolgov
3bcf2bf279 Merge pull request #177 from lotrfan/update_selected_fix
Update selected count when collapsing an article
2013-05-03 06:42:01 -07:00
Jeffrey Tolar
b43b92928a Update selected count when collapsing an article 2013-05-02 18:15:41 -05:00
Andrew Dolgov
51a2bac0f6 Merge pull request #176 from ArmyOfPirates/master
Updated nl_NL translation
2013-05-02 09:11:10 -07:00
ArmyOfPirates
a0aaa6423e Updated nl_NL translation 2013-05-02 13:59:30 +02:00
Andrew Dolgov
72c29b65d4 atom: fix rel=alternate links 2013-05-02 10:40:59 +04:00
Andrew Dolgov
602fe53496 fix atom <author>value</author> elements 2013-05-02 10:36:05 +04:00
Andrew Dolgov
99b8256794 feedparser: make content:encoded take precedence over description 2013-05-02 10:30:41 +04:00
Andrew Dolgov
f4ae0f053b update: remove debugging block 2013-05-02 10:26:32 +04:00
Andrew Dolgov
54b7590c7f format_article_tags: improve performance 2013-05-02 10:20:56 +04:00
Andrew Dolgov
f8a25082b3 make tag cache processing faster in cdm 2013-05-02 10:09:01 +04:00
Andrew Dolgov
ea18cceaca remove splash before freshfeed is loaded 2013-05-02 09:48:38 +04:00
Andrew Dolgov
566417c4e7 restore updstart threshold 2013-05-02 02:31:32 +04:00
Andrew Dolgov
5d3e5a1bb2 simplify feed cache age handling (reduce caching to sequential updates) 2013-05-02 02:30:53 +04:00
Andrew Dolgov
5de4010487 disable marking for the time being 2013-05-02 02:21:11 +04:00
Andrew Dolgov
5ef8409700 move the precautionary timestamp bumping 2013-05-02 02:20:34 +04:00
Andrew Dolgov
d0e9c40a5a Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere"
http://tt-rss.org/forum/viewtopic.php?f=10&t=1964

This reverts commit d571740b33.
2013-05-02 02:12:07 +04:00
Andrew Dolgov
5d0d3887af add _DISABLE_HTTP_304 2013-05-02 02:11:11 +04:00
Andrew Dolgov
15c762beda updater: show owner_uid for checked feeds 2013-05-02 02:02:49 +04:00
Andrew Dolgov
52637d3b30 remove cache valid bailout clause 2013-05-02 01:36:17 +04:00
Andrew Dolgov
865a3ed6a0 change feed cache file extension 2013-05-02 01:33:02 +04:00
Andrew Dolgov
8a95d630a9 fix rss content:encoded not used 2013-05-01 22:05:59 +04:00
Andrew Dolgov
b4d1690097 move common methods to feeditem_common 2013-05-01 21:06:48 +04:00
Andrew Dolgov
f11015058d support dc:creator 2013-05-01 21:01:30 +04:00
Andrew Dolgov
d4992d6b48 add support for dc:subject and slash:comments 2013-05-01 20:55:08 +04:00
Andrew Dolgov
ee78f81ccd update: better tag-related debugging info 2013-05-01 20:33:59 +04:00
Andrew Dolgov
852d4ac890 support RDF-XML feeds 2013-05-01 20:30:52 +04:00
Andrew Dolgov
4c00e15b5d pass xpath object to feeditem, support media-rss objects 2013-05-01 19:40:43 +04:00
Andrew Dolgov
fd0daa9b55 remove simplepie 2013-05-01 19:14:48 +04:00
Andrew Dolgov
b09a4cdccc feeditem_rss: use guid element 2013-05-01 19:12:32 +04:00
Andrew Dolgov
3c8060aca0 fix get_links() for RSS 2013-05-01 19:09:07 +04:00
Andrew Dolgov
b9eee80e08 parser: add get_links() 2013-05-01 19:08:04 +04:00
Andrew Dolgov
431e27851b actually save feed xml in the cache 2013-05-01 18:10:27 +04:00
Andrew Dolgov
99429e57e4 remove simplepie entity decode hacks 2013-05-01 18:07:05 +04:00
Andrew Dolgov
b8f316dc28 change caching to save xml data, remove RDF init section 2013-05-01 17:56:21 +04:00
Andrew Dolgov
04d2f9c831 add basic rss support 2013-05-01 17:38:16 +04:00
Andrew Dolgov
cd07592c29 add basic tinyparser/atom 2013-05-01 17:04:57 +04:00
Andrew Dolgov
7fc041c6ef Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-01 15:45:03 +04:00
Andrew Dolgov
65c8d5e76d update: set last_updated to now() when process starts 2013-05-01 15:43:56 +04:00
Andrew Dolgov
d571740b33 ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere 2013-05-01 15:24:30 +04:00
Andrew Dolgov
344e145766 Merge pull request #175 from RaphaelRochet/master
French translation update
2013-05-01 04:08:01 -07:00
Raphaël Rochet
4f8561394b French translation update - new strings 2013-05-01 11:53:34 +02:00
Andrew Dolgov
8fae09966a Merge pull request #174 from EyesX/master
Updated Swedish (sv_SE) translation
2013-04-30 21:56:49 -07:00