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.
13 years ago
Andrew Dolgov
d98e76d9c2
remove long deprecated mobile/
13 years ago
Andrew Dolgov
8ef7b02e4d
update translations
13 years ago
Andrew Dolgov
5c81e817d3
enable mysql db session support
13 years ago
Andrew Dolgov
a60446bed0
remove sign_* from init params
13 years ago
Andrew Dolgov
82ac531154
fix #2 for mysql escape string
13 years ago
Andrew Dolgov
0295919648
attempt fix db_escape_string() invocation in sessions.php
13 years ago
Andrew Dolgov
16314ddafe
implement basic auto-reload on some dependent file timestamp changing
13 years ago
Andrew Dolgov
2ccc7b8e07
add a e hotkey for embed_original
13 years ago
Andrew Dolgov
33de3d37af
make sure rendering image enclosures respect hide_image setting
13 years ago
Andrew Dolgov
b3092a2a43
update translations
13 years ago
Andrew Dolgov
d1e0f35c3e
Merge pull request #65 from scarabeusiv/master
...
Add base for czech translation
13 years ago
Andrew Dolgov
2191eb7aab
update.php: add support for output logging
13 years ago
Andrew Dolgov
94a567df84
fix browsing by tag
13 years ago
Joschasa
ca5d9be49f
Remove deprecated $match_on
13 years ago
Joschasa
2a3b6de0ef
remove deprecated theme_image()
13 years ago
Andrew Dolgov
4e4048024a
iframe sandbox: allow scripts
13 years ago
Andrew Dolgov
46ec3348ca
harmful tags: enable font
13 years ago
Andrew Dolgov
b5d4716a52
optimize loading of external libraries a bit
...
fix bold text in Unread articles
13 years ago
Andrew Dolgov
e4c9118e62
update translations
13 years ago
Andrew Dolgov
f0540b598a
add a hack to prevent loading of stuff for hidden content in unexpanded combined mode (refs #602 )
13 years ago
Andrew Dolgov
81153e6b8b
fix broken redirects
13 years ago
Andrew Dolgov
6e2ed9cf65
update translations
13 years ago
Andrew Dolgov
414191d428
make a separate headline button to collapse current article in
...
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded
mode and dismiss article in expanded mode
13 years ago
Andrew Dolgov
b799dc8b0d
only use geturl() if in safe mode
13 years ago
Andrew Dolgov
911845b5e7
geturl: remove logging
13 years ago
Andrew Dolgov
44cd77b642
format_inline_player: add a link to original audio file
13 years ago
Andrew Dolgov
d56b2d7da6
update translations
13 years ago
Andrew Dolgov
bfd61d3f85
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
13 years ago
Andrew Dolgov
2229e6ed6b
strip_harmful_tags: allow article
13 years ago
Andrew Dolgov
d2db81a5f6
improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrows
13 years ago
Andrew Dolgov
e9b86f0a1c
reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)
13 years ago
Tomáš Chvátal
a06b79c433
Add basic czech translation ~48% done.
13 years ago
Andrew Dolgov
6e61104d78
strip_harmful_tags: remove double iframe
13 years ago
Andrew Dolgov
10b55a120c
strip_harmful_tags: expand the allowed list
13 years ago
Andrew Dolgov
4f7d69e185
detect whether browser supports iframe.sandbox and allow iframes accordingly; allow object and embed elements
13 years ago
Andrew Dolgov
55783ca45c
remove duplicate gzdecode
13 years ago
Andrew Dolgov
57e0ae9d4b
remove include of htmlawed file
13 years ago
Andrew Dolgov
254a3f56a9
add prototype simple remover of baaaad tags based on domdocument
13 years ago
Andrew Dolgov
0717e16b3c
update translations
13 years ago
Andrew Dolgov
a0f2a3e105
enable automatic decoding of gzipped data when CURL is not available
13 years ago
Andrew Dolgov
f0bd8e6531
rework image caching to work without permanent article content rewriting (refs #582 )
13 years ago
Andrew Dolgov
e88c194357
print_select, print_select_hash: remove line endings and other special symbols ( closes #593 )
13 years ago
Andrew Dolgov
44ae16ce27
Merge pull request #59 from ValdisVitolins/master
...
Latvian resource files
13 years ago
Valdis Vitolins
7b6c1ca771
Resource files for Latvian were added
13 years ago
Andrew Dolgov
e2b0054be4
experimental patch to enable compatibility with php safe_mode
13 years ago
Andrew Dolgov
f935d98e5d
properly fix the cache_images issue (refs #578 )
13 years ago
Andrew Dolgov
be124dc236
Revert "add experimental HOOK_SANITIZE"
...
This reverts commit 2130fe7a18 .
13 years ago
Andrew Dolgov
2130fe7a18
add experimental HOOK_SANITIZE
13 years ago
Andrew Dolgov
5b18c93622
tweak hotkey map notation to allow stuff like shift-arrows
13 years ago