1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-16 14:57:44 +02:00
Commit Graph

7488 Commits

Author SHA1 Message Date
Andrew Dolgov
9f4d5afa33 add af_dilbert 2013-06-25 09:32:53 +04:00
Andrew Dolgov
9b89a846af Merge pull request #236 from levito/patch-5
only do article update operations once when scrolling
2013-06-24 22:18:11 -07:00
Veit Lehmann
d1754390cc only do article update operations once when scrolling
I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it.
2013-06-25 06:08:44 +03:00
Andrew Dolgov
d1343b844d make floating title less cpu intensive 2013-06-25 01:35:07 +04:00
Andrew Dolgov
b627f574f8 fix 2week catchup parameter 2013-06-25 00:11:53 +04:00
Andrew Dolgov
1ed69dc5f5 Merge pull request #233 from lotrfan/dismiss
Remove content when dismissing
2013-06-23 04:30:12 -07:00
Jeffrey Tolar
3b2605a02e Add some checks to see if the content element exists
This *might* help dismissal not break when not using combined mode.
2013-06-21 23:49:35 -05:00
Jeffrey Tolar
055a37e083 Fix incorrect function name in exception handling 2013-06-21 23:31:59 -05:00
Jeffrey Tolar
abba5dd4d4 Remove content when an article is dismissed 2013-06-21 23:30:55 -05:00
Andrew Dolgov
638abcecea Merge pull request #230 from lotrfan/hotkey_fix
Add missing hotkey action
2013-06-21 00:43:13 -07:00
Jeffrey Tolar
3faad714e2 Add missing hotkey handler 2013-06-21 01:50:08 -05:00
Andrew Dolgov
bc3c887f4f better root element detection for atom content type xhtml (closes #720) 2013-06-20 21:16:06 +04:00
Andrew Dolgov
dda1d43508 Merge pull request #229 from skibbipl/patch-1
Update messages.po
2013-06-20 02:09:45 -07:00
skibbipl
77ddd227c5 Update messages.po
Typo in translation.
2013-06-20 10:56:58 +02:00
Andrew Dolgov
202a81e7ba add rel=noreferrer to article links 2013-06-20 11:59:41 +04:00
Andrew Dolgov
17ca9c640a Merge pull request #228 from WGH-/installer_undefined_index
fixes "undefined index HTTPS" notice in installer script
2013-06-19 14:43:58 -07:00
WGH
3a3aec221a fixes "undefined index" notice 2013-06-20 00:54:02 +04:00
Andrew Dolgov
a9000b0344 feedparser: check if initial xpath query for root element returns anything 2013-06-19 19:40:36 +04:00
Andrew Dolgov
84acb0b711 Merge pull request #227 from whyparkc/master
Pull request for localization for Korean
2013-06-18 22:20:46 -07:00
whyparkc
12727ad17d modifying some Korean translations 2013-06-19 10:48:53 +09:00
whyparkc
5fbf5b2155 deleting files in wrong location 2013-06-18 16:57:36 +09:00
whyparkc
be6475ae84 changing wrong folder tree and updating some Korean translations 2013-06-18 16:54:59 +09:00
whyparkc
79010ff99f changing Korean terms and adding some more translations 2013-06-18 13:13:03 +09:00
Andrew Dolgov
7e9f591d1f Merge pull request #223 from mhaley/patches-viewfeed-timeout
Load selected feed after a short timeout
2013-06-17 13:13:32 -07:00
Andrew Dolgov
30d2d8a6ef Merge pull request #226 from mhaley/patches-no-preload
Don't preload audio attachments.
2013-06-16 22:43:23 -07:00
Andrew Dolgov
e0345afdf0 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-06-15 13:15:39 +04:00
Andrew Dolgov
a586afa37d do no try to pass MS icon files to GD 2013-06-15 13:15:20 +04:00
Andrew Dolgov
911501f10a Merge pull request #224 from Menti/master
Small improvements to Spanish
2013-06-15 00:44:35 -07:00
Menti
6ced668433 Small improvements to Spanish 2013-06-14 18:37:02 +02:00
whyparkc
25ce54e1c3 commit from shell 2013-06-14 18:29:41 +09:00
whyparkc
cdbb3c38c7 update 1826 2013-06-14 18:26:28 +09:00
whyparkc
4caaba2115 adding only mo 2013-06-14 18:20:31 +09:00
whyparkc
ac794fc29c adding only po 2013-06-14 18:20:16 +09:00
whyparkc
f628469f56 adding ko resources
test
2013-06-14 18:15:52 +09:00
whyparkc
5ff4e9723a add ko resources
add ko resources
2013-06-14 18:14:19 +09:00
whyparkc
f654f0e538 updating resources 1758 2013-06-14 17:58:42 +09:00
whyparkc
82b6682820 Revert "updating korean resources"
This reverts commit 4444db8cc8.
2013-06-14 17:56:57 +09:00
whyparkc
4444db8cc8 updating korean resources 2013-06-14 17:47:45 +09:00
whyparkc
20d60ebdac .\locale\ko_KR\* 2013-06-14 17:30:15 +09:00
Andrew Dolgov
8d1cfe8020 colorPalette: try checking imagesize before invoking GD 2013-06-14 10:48:25 +04:00
whyparkc
d349eb8f88 adding Korean in the language list 2013-06-14 15:20:25 +09:00
Matt Haley
afd0849e30 Don't preload audio attachments. 2013-06-13 22:49:31 -07:00
Matt Haley
a95e14fb4c Load selected feed after a short timeout
Avoid firing multiple server requests if the user is navigating up/down
the tree list with the keyboard. Instead, wait till the user has stopped
navigating for at least 250ms.
2013-06-13 22:39:26 -07:00
Andrew Dolgov
b684a2e665 fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref 2013-06-13 14:51:31 +04:00
Andrew Dolgov
29b47c5ce8 Merge pull request #221 from rangerer/bugfix_login_profiles
bugfix for profile list dropdown
2013-06-13 03:27:19 -07:00
Roland Angerer
0806d68bac bugfix: list correct profile IDs on login page 2013-06-13 11:24:51 +02:00
Andrew Dolgov
edcbb8c997 add plugin for bunicomic.com 2013-06-13 12:41:13 +04:00
Andrew Dolgov
b5a9ef5ebc release 1.8 2013-06-12 14:27:31 +04:00
Andrew Dolgov
f6ba763d6b Revert "Load selected feed after a short timeout"
This reverts commit 17c5d44cf4.
2013-06-12 14:04:31 +04:00
Andrew Dolgov
cfb4ea298d Merge pull request #219 from mhaley/patch-1
Load selected feed after a short timeout
2013-06-12 03:02:51 -07:00