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

6608 Commits

Author SHA1 Message Date
justauser
2e937560df Added the note text to the body of the email sending articles 2013-05-27 12:07:56 -04:00
justauser
6dd01fcea2 Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty.  This is used for secure SMTP servers.
Also added the ability to have multiple email addresses in the to field.  Addresses are
separated by semicolons (;)
2013-05-26 11:27:42 -04:00
Andrew Dolgov
df2655e015 better support for atom:link elements in rss feeds, support rel=standout (fuck you google and your nonstandard shit) 2013-05-26 10:21:54 +04:00
Andrew Dolgov
393c1ddc6d note: set inset shadow 2013-05-25 23:55:01 +04:00
Andrew Dolgov
33945d7517 Merge branch 'master' of git://github.com/EyesX/Tiny-Tiny-RSS into EyesX-master
Conflicts:
	locale/sv_SE/LC_MESSAGES/messages.mo
	locale/sv_SE/LC_MESSAGES/messages.po
2013-05-25 09:36:42 +04:00
Mattias Tengblad
9bc0a6006e Updated Swedish translation for 1.7.9 2013-05-24 19:42:22 +02:00
Andrew Dolgov
f17c3ee29a parser: fix get_links() for RSS 2013-05-24 14:40:47 +04:00
Andrew Dolgov
5a6d7e7ace Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-24 12:26:42 +04:00
Andrew Dolgov
19baecc62e add some text-shadows 2013-05-24 12:26:30 +04:00
Andrew Dolgov
09328b460d Merge pull request #202 from RaphaelRochet/master
French translation update
2013-05-24 01:05:09 -07:00
Raphaël Rochet
196d8bf3b7 Frnench translation update (3 strings) 2013-05-24 09:51:20 +02:00
Andrew Dolgov
d7b5a9e7f5 labels: add auxcounters 2013-05-24 10:57:47 +04:00
Andrew Dolgov
1874c8d6df feedparser: properly handle nodeValue of rss channel link element (closes #692) 2013-05-23 20:32:54 +04:00
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