1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-04 13:10:49 +02:00
Commit Graph

6595 Commits

Author SHA1 Message Date
Andrew Dolgov
610fe11535 add HOOK_PREFS_TAB_SECTION to user manager toolbar 2013-05-22 12:02:43 +04:00
Andrew Dolgov
6f49cedfd7 update sphinx index option description 2013-05-22 09:40:55 +04:00
Andrew Dolgov
81fbafef0f Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-20 19:53:42 +04:00
Andrew Dolgov
9e14c591c1 unify normal headline colors with cdm; add selected backgrounds in expandable and 3 panel mode 2013-05-20 19:39:37 +04:00
Andrew Dolgov
bb4d6a88f3 Merge pull request #197 from HeikoAdams/master
Bugfix functions.php
2013-05-20 07:01:05 -07:00
Heiko Adams
9717d5de9d fixed wrong path for css files in function calculate_dep_timestamp 2013-05-20 15:57:16 +02:00
Andrew Dolgov
6938c03658 always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme 2013-05-20 16:16:34 +04:00
Andrew Dolgov
6791af0cfd pass feed it to feed_fetched and fetch_feed hooks 2013-05-20 15:28:56 +04:00
Andrew Dolgov
ee65bef405 add HOOK_FETCH_FEED 2013-05-20 15:26:53 +04:00
Andrew Dolgov
0ad2013bd2 update_rss_feed: remove unused override_url parameter 2013-05-20 15:20:14 +04:00
Andrew Dolgov
042003d55e parser/rss: try to get link from guid isPermaLink=true 2013-05-20 15:01:18 +04:00
Andrew Dolgov
8a50539c44 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-20 14:58:20 +04:00
Andrew Dolgov
830f6f08b4 daemon2: only perform houskeeping on task 0 2013-05-20 14:39:14 +04:00
Andrew Dolgov
c30248bd7f Merge pull request #196 from levito/patch-1
update path to utility.css
2013-05-19 21:28:26 -07:00
Veit Lehmann
c1eeddfd79 update path to utility.css 2013-05-20 05:34:21 +02:00
Andrew Dolgov
9e40bd3c33 add floicon to gitignore 2013-05-20 00:20:45 +04:00
Andrew Dolgov
5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
2013-05-19 21:22:01 +04:00
Andrew Dolgov
a5eca88750 add a placeholder where floicon might be added if needed, still keep it
off trunk re: author being a shitlord
2013-05-19 13:53:40 +04:00
Andrew Dolgov
82852ecd33 Revert "remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)"
This reverts commit dce5037888.
2013-05-19 13:51:23 +04:00
Andrew Dolgov
8e74763dc8 Merge pull request #195 from vapier/master
more Google Reader keys
2013-05-19 01:15:14 -07:00
Mike Frysinger
68ad3aea9d googlereaderkeys: add o/enter/? keys like Google Reader 2013-05-19 04:09:47 -04:00
Andrew Dolgov
8429af52be adjust previous patch phrasing a bit 2013-05-19 11:27:17 +04:00
Andrew Dolgov
3121ed9f1f Merge pull request #194 from vapier/master
document the date preference format string
2013-05-19 00:25:41 -07:00
Mike Frysinger
5bac322258 document the date format string
I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
2013-05-19 03:19:55 -04:00
Andrew Dolgov
cc0e24ba90 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-19 10:00:00 +04:00
Andrew Dolgov
7711086b9a when checking filter expression for validity, do not include ttrss_feed_categories (closes #689) 2013-05-19 09:54:48 +04:00
Andrew Dolgov
1c286b520f Merge pull request #193 from kwirk/login_form_fix
Fix password field missing on login form when auth_internal not used
2013-05-18 22:41:22 -07:00
Steven Hiscocks
13db181d10 Fix password field missing on login form when auth_internal not used 2013-05-18 23:20:44 +01:00
Andrew Dolgov
dce5037888 remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822) 2013-05-18 22:19:24 +04:00
Andrew Dolgov
47673e6611 add fetch_url and owner_uid to HOOK_FEED_FETCHED 2013-05-18 09:22:06 +04:00
Andrew Dolgov
2f6b75d574 fix atom:link not supported in rss feeds (fucking fuck) (2) 2013-05-17 22:57:18 +04:00
Andrew Dolgov
f7d64d03fc fix atom:link not supported in rss feeds (fucking fuck) 2013-05-17 22:50:38 +04:00
Andrew Dolgov
d1f3fa9791 try to force-convert feed data to utf8 2013-05-17 20:09:43 +04:00
Andrew Dolgov
175dd0794e reduce menu label font size 2013-05-17 10:29:21 +04:00
Andrew Dolgov
6a51939ee6 db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users 2013-05-16 21:57:39 +04:00
Andrew Dolgov
6e098e5e8c enlarge auto mark offset height 2013-05-16 10:52:33 +04:00
Andrew Dolgov
99d89d10b0 when auto selecting, only select articles actually near the buffer top 2013-05-16 10:50:38 +04:00
Andrew Dolgov
a9cd27d6e6 config: expand description of PHP_EXECUTABLE 2013-05-16 10:04:09 +04:00
Andrew Dolgov
4bc6489a80 previous patch, fix typo 2013-05-16 10:00:29 +04:00
Andrew Dolgov
cc8d254a61 previous patch, remove active_found 2013-05-16 09:54:12 +04:00
Andrew Dolgov
48be35ca06 while cdm_auto_catchup is enabled, after scrolling set active article to the topmost visible in the buffer so that n/p hotkeys would not reset scrolling position 2013-05-16 09:53:34 +04:00
Andrew Dolgov
2700440178 better support for atom content type xhtml 2013-05-16 09:19:56 +04:00
Andrew Dolgov
c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 2013-05-16 01:08:04 +04:00
Andrew Dolgov
96ce71f35f atom parser: experimental fix for feeds which do not encode entry content 2013-05-15 23:06:56 +04:00
Andrew Dolgov
6f81395d73 api, getArticle: check for article_id being present 2013-05-15 22:29:31 +04:00
Andrew Dolgov
b79da01999 cdm expanded: make read headlines brighter 2013-05-15 21:55:59 +04:00
Andrew Dolgov
aff91fce87 redditimgur: support /album/ 2013-05-15 21:54:38 +04:00
Andrew Dolgov
45a4531f98 remove blockquote background and unnecessary padding 2013-05-15 21:50:18 +04:00
Andrew Dolgov
b31fb45b0d Merge pull request #192 from supahgreg/header_author_link
Exclude the article author from the cdm title link
2013-05-15 10:46:01 -07:00
supahgreg
13e283ed45 Exclude the article author from the cdm title link 2013-05-15 11:39:23 -05:00