1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

3874 Commits

Author SHA1 Message Date
Andrew Dolgov
6bb0ed42f4 rpc: fix assignToLabels, removeFromLabels 2010-11-12 12:48:14 +03:00
Andrew Dolgov
8f7c631ed8 viewfeed: show dashboard contents when there are no headlines to display 2010-11-12 11:56:30 +03:00
Andrew Dolgov
47fb32b06d make forced counter update not count as scheduled one 2010-11-12 01:00:51 +03:00
Andrew Dolgov
a918f5f9ca replace some inputs with proper buttons 2010-11-11 23:33:52 +03:00
Andrew Dolgov
799e1b390e pref-filters: do not show action_param for filter types which take no params 2010-11-11 23:23:29 +03:00
Andrew Dolgov
a627ae354b cdmClicked: allow opening article urls 2010-11-11 23:09:29 +03:00
Andrew Dolgov
6237ea0537 implement sequence numbers for counter rpc requests 2010-11-11 22:59:01 +03:00
Andrew Dolgov
08e49bb91d remove tooltip from cdmContent 2010-11-11 20:40:11 +03:00
Andrew Dolgov
ce40b58061 disable localStorage for now 2010-11-11 20:33:59 +03:00
Andrew Dolgov
0ce338f3cd remove tooltip from hlContent 2010-11-11 19:20:31 +03:00
Andrew Dolgov
a998dbef95 misc code cleanup, allow ctrl-key selection in prefs 2010-11-11 18:59:21 +03:00
Andrew Dolgov
b0d32d324c require feed debugging for frontend feed update button 2010-11-11 16:55:38 +03:00
Andrew Dolgov
6946cc50db cdm: remove the img display:block hack 2010-11-11 16:32:48 +03:00
Andrew Dolgov
85469e1baa try to validate feed-specific icon before adding it to the database 2010-11-11 16:21:53 +03:00
Andrew Dolgov
d90c741e6f pref-users: fix make_local_datetime() usage 2010-11-11 16:15:33 +03:00
Andrew Dolgov
ed2142982b get_favicon_url: rewrite using DOMDocument 2010-11-11 16:10:39 +03:00
Andrew Dolgov
fa40373395 use dom to generate linebreaks after images in articles 2010-11-11 15:54:30 +03:00
Andrew Dolgov
2ab31493c9 when trying to load a feed from collapsed category, show loading indicator in category title 2010-11-11 15:29:46 +03:00
Andrew Dolgov
3974aad874 fix clicking on feed title in virtual feeds 2010-11-11 14:31:41 +03:00
Andrew Dolgov
f705f20656 check regular expression before adding/saving filter 2010-11-11 14:26:44 +03:00
Andrew Dolgov
a9d63d29a1 get_article_filters: silence preg_match() warnings on incorrect user input 2010-11-11 14:06:08 +03:00
Andrew Dolgov
7a707deb84 viewfeed: properly define is_cat when necessary 2010-11-11 13:59:33 +03:00
Andrew Dolgov
dd25b0c6cd viewfeed: only return counters when subop is present 2010-11-11 13:38:29 +03:00
Andrew Dolgov
1ede58149d allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content 2010-11-11 13:37:03 +03:00
Andrew Dolgov
73d1378f62 postIcon: set maximum image size 2010-11-11 12:40:05 +03:00
Andrew Dolgov
f412e5ad48 make postIcon link to originating website 2010-11-11 12:37:52 +03:00
Andrew Dolgov
5ae8f858a9 fix frontend not knowing about always expanded cdm 2010-11-11 12:19:28 +03:00
Andrew Dolgov
3505baeb14 css: fix postIcon margins 2010-11-11 11:56:45 +03:00
Andrew Dolgov
98833033a2 fix ttrss_feeds.icon_url handling 2010-11-11 11:52:44 +03:00
Andrew Dolgov
025e43b40d fix extended feedlist format display 2010-11-11 11:43:13 +03:00
Andrew Dolgov
16b59fc8f6 css: position imgs in article content as block element 2010-11-11 11:41:04 +03:00
Andrew Dolgov
ac49453bd8 fix _force_scheduled_update handling 2010-11-11 11:37:10 +03:00
Andrew Dolgov
d36f560740 viewfeed: return counters when subop is present or when in CDM 2010-11-11 09:56:07 +03:00
Andrew Dolgov
96811a55e6 sanitize_rss: properly handle empty input 2010-11-11 09:52:19 +03:00
Christian Weiske
923818fc8d use rewrite_relative_url() in get_feeds_from_html() instead of using that hack 2010-11-11 09:44:28 +03:00
Christian Weiske
f679105cb2 add unit tests for rewrite_relative_url and fix a number of bugs in it 2010-11-11 09:44:05 +03:00
Christian Weiske
24eb4c780f add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in it 2010-11-11 09:43:18 +03:00
Christian Weiske
444537736b add unit tests for fix_url() and fix a bug I discovered because of them - protocols longer than "http" broke url fixing 2010-11-11 09:41:51 +03:00
Christian Weiske
8a7f576735 do not show deprecated errors on php 5.3.0+; the rss libraries throw many of them 2010-11-11 09:40:53 +03:00
Andrew Dolgov
1f6131f515 sanitize_rss: fix wrong element being returned after DOMDocument parsing 2010-11-11 09:39:05 +03:00
Andrew Dolgov
9d3c031ddf add test implementation of automatic rewrite of relative urls based on DOMDocument (CDM) 2010-11-10 23:28:19 +03:00
Andrew Dolgov
8cc3c778ad add test implementation of automatic rewrite of relative urls based on DOMDocument 2010-11-10 23:24:00 +03:00
Andrew Dolgov
f8fb44989f js: code cleanup, disable some debugging 2010-11-10 21:56:28 +03:00
Andrew Dolgov
773adf8b42 unify backend methods updateAllFeeds and getAllCounters 2010-11-10 19:18:13 +03:00
Andrew Dolgov
3d28f9cd2d obsolete FEEDS_FRAME_REFRESH 2010-11-10 19:13:29 +03:00
Andrew Dolgov
c011b36b85 add upgrade files for schema #74 2010-11-10 19:12:49 +03:00
Andrew Dolgov
8cab2eb923 backend: fix warning in zoom mode 2010-11-10 19:04:16 +03:00
Andrew Dolgov
905ff52a36 implement label cache; misc fixes (bump schema) 2010-11-10 19:01:14 +03:00
Andrew Dolgov
23d064cc81 localStorage: fix cache_expire() 2010-11-10 16:33:15 +03:00
Andrew Dolgov
b39b57ac44 localStorage caching fixes 2010-11-10 16:27:56 +03:00