derekmurawsky
1b2afd2bd3
Additions:
...
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary.
Changes:
config.php-dist - Added the smtp port option
include/digest.php - Converted it to use the new ttrrssmailer class
include/sanity_config.php - Added the smtp port option to the sanity check
plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case.
register.php = Modified to use ttrssmailer class.
All code was tested and functioned on my local machine.
2013-03-22 16:25:12 -04:00
Andrew Dolgov
9d9432dab8
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-03-21 23:48:44 +04:00
Andrew Dolgov
043dacd3b1
Merge pull request #67 from Joschasa/master
...
Fix feed title display in "normal" (not combined) mode
2013-03-21 12:48:33 -07:00
Andrew Dolgov
d98e76d9c2
remove long deprecated mobile/
2013-03-21 23:47:44 +04:00
Joschasa
051174c39e
Don't wrap feed title in "normal" mode.
2013-03-21 20:35:10 +01:00
Andrew Dolgov
8ef7b02e4d
update translations
2013-03-21 23:29:30 +04:00
Andrew Dolgov
7fc2e87e17
add headline menu entry to show article url
2013-03-21 23:29:06 +04:00
Joschasa
b830cca7ee
In "normal mode" don't show feed title, when articles are grouped by feed
...
Got removed here: e17e99fbcf
2013-03-21 20:22:04 +01:00
Andrew Dolgov
3a693fa76f
updateTitle: show counter before title
2013-03-21 22:17:32 +04:00
Andrew Dolgov
5c81e817d3
enable mysql db session support
2013-03-21 21:52:20 +04:00
Andrew Dolgov
a60446bed0
remove sign_* from init params
2013-03-21 21:49:52 +04:00
Andrew Dolgov
82ac531154
fix #2 for mysql escape string
2013-03-21 21:45:00 +04:00
Andrew Dolgov
0295919648
attempt fix db_escape_string() invocation in sessions.php
2013-03-21 21:42:11 +04:00
Andrew Dolgov
d4a5129a24
remove plugins/googlereadertheme
2013-03-21 19:41:27 +04:00
Andrew Dolgov
efc7243c70
update favicon; add 72px hires favicon
2013-03-21 19:09:13 +04:00
Andrew Dolgov
c186beae48
switchPanelMode: don't try to do anything in cdm ( closes #609 )
2013-03-21 19:01:51 +04:00
Andrew Dolgov
b6604c9613
add HOOK_RENDER_ARTICLE_API ( closes #608 )
2013-03-21 18:19:23 +04:00
Andrew Dolgov
16314ddafe
implement basic auto-reload on some dependent file timestamp changing
2013-03-21 18:01:42 +04:00
Andrew Dolgov
2ccc7b8e07
add a e hotkey for embed_original
2013-03-21 16:57:36 +04:00
Andrew Dolgov
922bfe736f
force minimum iframe width
2013-03-21 16:50:27 +04:00
Andrew Dolgov
3873151bcb
minor tweaks to embed_original
2013-03-21 16:39:57 +04:00
Andrew Dolgov
a479f3efe7
add embed_original plugin
2013-03-21 16:36:48 +04:00
Andrew Dolgov
33de3d37af
make sure rendering image enclosures respect hide_image setting
2013-03-21 15:37:08 +04:00
Andrew Dolgov
b3092a2a43
update translations
2013-03-21 15:11:03 +04:00
Andrew Dolgov
d1e0f35c3e
Merge pull request #65 from scarabeusiv/master
...
Add base for czech translation
2013-03-21 04:10:42 -07:00
Andrew Dolgov
dc24b520cc
update_daemon: use getopt; make things a bit more configurable, add help
2013-03-21 15:05:57 +04:00
Andrew Dolgov
2191eb7aab
update.php: add support for output logging
2013-03-21 14:56:04 +04:00
Andrew Dolgov
764555ff8a
rework update.php to use getopt; allow --task parameter
2013-03-21 14:48:47 +04:00
Tomáš Chvátal
2c0b36da67
Few more strings so we are at 50%.
2013-03-21 11:43:32 +01:00
Andrew Dolgov
84b48db4a7
FeedTree: fix initial src of loading node
2013-03-21 14:13:13 +04:00
Andrew Dolgov
94a567df84
fix browsing by tag
2013-03-21 12:12:01 +04:00
Andrew Dolgov
b74c513428
experimental: limit initialized html content for expanded cdm
2013-03-21 10:34:39 +04:00
Andrew Dolgov
24c215e2bb
moveToPost: tweak unexpanded 'prev' behavior
2013-03-21 09:38:25 +04:00
Andrew Dolgov
7b7daed93b
moveToPost: tweak unexpanded 'next' behavior
2013-03-21 09:36:13 +04:00
Andrew Dolgov
5b9cb07d01
tweak cdmExpandArticle behavior with scrolling (refs #604 ) (2)
2013-03-21 09:32:04 +04:00
Andrew Dolgov
f06f201f1e
tweak cdmExpandArticle behavior with scrolling (refs #604 )
2013-03-21 09:21:14 +04:00
Andrew Dolgov
5b0aec17e9
Merge pull request #63 from Joschasa/master
...
Remove deprecated stuff
2013-03-20 22:05:49 -07:00
Joschasa
ca5d9be49f
Remove deprecated $match_on
2013-03-21 00:36:30 +01:00
Joschasa
2a3b6de0ef
remove deprecated theme_image()
2013-03-20 22:59:08 +01:00
Andrew Dolgov
4e4048024a
iframe sandbox: allow scripts
2013-03-20 22:18:56 +04:00
Andrew Dolgov
bfdf07bb6e
deprecate manual update button
2013-03-20 21:42:08 +04:00
Andrew Dolgov
943de334a3
removefromarchive: fix another typo (refs #603 )
2013-03-20 21:30:21 +04:00
Andrew Dolgov
46ec3348ca
harmful tags: enable font
2013-03-20 21:22:20 +04:00
Andrew Dolgov
10534e860b
feedBrowser: fix typo in removeFromArchive ( closes #603 )
2013-03-20 21:05:19 +04:00
Andrew Dolgov
2d2d08fc41
digest: remove unused dependencies; optimize load a bit
2013-03-20 20:45:57 +04:00
Andrew Dolgov
b5d4716a52
optimize loading of external libraries a bit
...
fix bold text in Unread articles
2013-03-20 20:33:46 +04:00
Andrew Dolgov
47e909d1cf
remove forcing font-weight in cdmContentInner and children
2013-03-20 20:13:18 +04:00
Andrew Dolgov
06d752ce62
Merge pull request #62 from Joschasa/master
...
Updated german translation
2013-03-20 08:51:12 -07:00
Joschasa
97b279d999
Merge remote-tracking branch 'origin/master'
2013-03-20 16:44:27 +01:00
Joschasa
b2c5691321
updated german translation
2013-03-20 16:42:54 +01:00