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

6852 Commits

Author SHA1 Message Date
Andrew Dolgov
84700dc2c9 fix mark_button plugin icon url 2013-07-10 13:14:06 +04:00
Andrew Dolgov
06a39024dd plugin list: fix system plugins image position 2013-07-10 13:11:40 +04:00
Andrew Dolgov
2f20dd58d2 integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
Andrew Dolgov
0156128702 catch warning when removing source element 2013-07-10 12:50:42 +04:00
justauser
425a6edc6b forgot one file 2013-07-10 04:24:29 -04:00
syrnon
6aeb37d062 fixing the rel url to abs 2013-07-09 18:05:16 +03:00
syrnon
ef811bba02 reverting 2013-07-09 17:31:23 +03:00
syrnon
b28b2ce9eb calculating base locally 2013-07-09 17:29:25 +03:00
syrnon
f150f85a5e reverted changes 2013-07-09 17:28:15 +03:00
Andrew Dolgov
cf1cd5a0e9 add some css hacks for feed tree 2013-07-09 17:05:43 +04:00
Andrew Dolgov
03304fda54 if multiple articles are selected, do not reset active article / selection on scroll if auto catchup is enabled 2013-07-09 12:34:57 +04:00
Andrew Dolgov
8cf72d075b Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-07-08 17:44:03 +04:00
Andrew Dolgov
9733f0029d update gitignore 2013-07-08 17:30:07 +04:00
justauser
3b96b0ed7c Merge branch 'master' into hookhead
Conflicts:
	include/functions.php

changes for conflicts with master
2013-07-07 13:57:06 -04:00
justauser
e4e9ac1fc2 Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSS
updating from github]
2013-07-07 13:54:10 -04:00
justauser
47fecba235 changes to add hook_query_headlines 2013-07-07 13:53:23 -04:00
Andrew Dolgov
1016a4ef38 Merge pull request #252 from Djuuu/master
Correct feed ID in public feeds
2013-07-07 05:22:52 -07:00
Julien Tardot
39119f0216 Correct feed ID in feeds self URL. 2013-07-07 11:55:06 +02:00
Andrew Dolgov
c722c0be17 rewrite_relative_url: don't touch stuff which has sheme in it (closes #738) 2013-07-07 11:23:59 +04:00
Andrew Dolgov
62e7136b74 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-07-07 01:03:53 +04:00
Andrew Dolgov
356e13b161 rename orig_guid to no_orig_guid 2013-07-07 01:03:45 +04:00
Andrew Dolgov
fcf6bfba32 syndicated feeds: add orig_guid to optionally alter item id to workaround duplicate checking for syndicated content; add <link> element to <source> 2013-07-07 00:59:23 +04:00
Andrew Dolgov
e4eec1d216 Merge pull request #251 from guillaume-uH57J9/master
Log failed login attemps, related to Feature #432 (try 2)
2013-07-06 06:44:58 -07:00
guillaume-uH57J9
c4cab4ecf4 Report failed login attemps using user_error 2013-07-06 15:34:42 +02:00
Andrew Dolgov
4b7ebe93a8 fix broken highlighting of high-scored rows 2013-07-06 12:34:58 +04:00
Andrew Dolgov
04a8c2065f better error reporting in session validation 2013-07-06 12:05:52 +04:00
Andrew Dolgov
bd207093ee Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-07-06 12:03:13 +04:00
Andrew Dolgov
e9687f67e0 date_reverse view mode: take scoring into account 2013-07-06 12:03:01 +04:00
Andrew Dolgov
d7a2741343 Merge pull request #245 from shibuya246/master
add <source><title> to feed rss output as is common in other rss feeds
2013-07-06 00:47:47 -07:00
Andrew Dolgov
28b474c3c2 Merge pull request #246 from KestL/master
Google Reader Import plugin - right datetime in last_marked
2013-07-06 00:47:21 -07:00
Andrew Dolgov
cc89ff5be3 Merge pull request #247 from TheSpyder/hotkey_fixes
Hotkey fixes
2013-07-06 00:46:44 -07:00
Andrew Dolgov
80028907b5 Merge pull request #249 from qwerdy/master
Filter test from web interface now replicates behaviour from pull #167
2013-07-06 00:43:30 -07:00
Joakim
4cb2c55025 Filter test from web interface now replicates behaviour from pull #167 2013-07-05 20:34:38 +02:00
syrnon
bfc24f3794 Update atom.php 2013-07-03 22:36:33 +03:00
syrnon
deeeee76d2 Update feedparser.php 2013-07-03 22:35:38 +03:00
Andrew Herron
c65bd1027a Added alt and meta key handling to hotkeys 2013-07-02 22:36:29 +10:00
Andrew Herron
d999bc3eb2 prevent accidental ctrl_key global 2013-07-02 22:29:19 +10:00
Konstantin Ufimtsev
af26179d15 getting last_marked value from starred.json 2013-07-01 22:52:14 +10:00
shibuya246
ab10707fac add <source><title> to feed rss output 2013-07-01 19:53:27 +09:00
shibuya246
29a963c14f add <source><title> to feed rss output 2013-07-01 19:51:32 +09:00
justauser
ef3a8db1cc Merge remote-tracking branch 'origin' into hookhead
update to latest
2013-06-29 05:54:45 -04:00
justauser
575a52874c fixed a typo 2013-06-29 03:11:38 -04:00
justauser
48c8e72008 Add some explanaiton in the example about the content_preview field 2013-06-28 10:50:30 -04:00
justauser
6763143835 Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised 2013-06-28 10:46:45 -04:00
Andrew Dolgov
776b19536d Merge pull request #243 from d7415/master
image.php: Remove possible leading line from images
2013-06-28 02:54:53 -07:00
Martin Stone
c26b93aba5 image.php: Flush headers and output buffer to prevent a leading empty line in some instances.
Signed-off-by: Martin Stone <martin@d7415.co.uk>
2013-06-28 09:47:20 +00:00
Andrew Dolgov
4f62f8f6dc add js hook for floating title 2013-06-28 08:30:35 +04:00
Andrew Dolgov
fac0964053 do not show lone dash in collapsed cdm when content preview is disabled 2013-06-27 21:05:10 +04:00
justauser
2e18843845 one more change to merge to origin 2013-06-27 12:21:14 -04:00
justauser
0708046b4f change for HOOK_QUERY_HEADLINES. See example for details. 2013-06-27 12:01:57 -04:00