summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
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-22Merge pull request #71 from gvmelle/masterAndrew Dolgov
added dutch to array
2013-03-22TypoGideon van Melle
- had to be =
2013-03-22Added string for DutchGideon van Melle
Added "nl_NL" -> "Dutch", in the array for function get_translations()
2013-03-22add basic password recovery thingAndrew Dolgov
2013-03-22de-emphasize article authorAndrew Dolgov
2013-03-22feeds/view: periodically bump login timestampAndrew Dolgov
2013-03-22remove obsolete entries from ccache on loginAndrew Dolgov
2013-03-22remove PTITLE kludge; use ajaxAndrew Dolgov
2013-03-22remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other ↵Andrew Dolgov
constants of this nature
2013-03-22Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into ↵Andrew Dolgov
richbeales-master
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-21update SITE_TITLE customization to work without needing to be pre-defined, ↵Richard Beales
make it compatible with unread count now being at start of title
2013-03-21remove long deprecated mobile/Andrew Dolgov
2013-03-21update translationsAndrew Dolgov
2013-03-21enable mysql db session supportAndrew Dolgov
2013-03-21remove sign_* from init paramsAndrew Dolgov
2013-03-21fix #2 for mysql escape stringAndrew Dolgov
2013-03-21attempt fix db_escape_string() invocation in sessions.phpAndrew Dolgov
2013-03-21implement basic auto-reload on some dependent file timestamp changingAndrew Dolgov
2013-03-21add a e hotkey for embed_originalAndrew Dolgov
2013-03-21make sure rendering image enclosures respect hide_image settingAndrew Dolgov
2013-03-21update translationsAndrew Dolgov
2013-03-21Merge pull request #65 from scarabeusiv/masterAndrew Dolgov
Add base for czech translation
2013-03-21update.php: add support for output loggingAndrew Dolgov
2013-03-21fix browsing by tagAndrew Dolgov
2013-03-21Remove deprecated $match_onJoschasa
2013-03-20remove deprecated theme_image()Joschasa
2013-03-20iframe sandbox: allow scriptsAndrew Dolgov
2013-03-20harmful tags: enable fontAndrew Dolgov
2013-03-20optimize loading of external libraries a bitAndrew Dolgov
fix bold text in Unread articles
2013-03-20update translationsAndrew Dolgov
2013-03-20add a hack to prevent loading of stuff for hidden content in unexpanded ↵Andrew Dolgov
combined mode (refs #602)
2013-03-20fix broken redirectsAndrew Dolgov
2013-03-20update translationsAndrew Dolgov
2013-03-20make a separate headline button to collapse current article inAndrew Dolgov
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded mode and dismiss article in expanded mode
2013-03-20only use geturl() if in safe modeAndrew Dolgov
2013-03-20geturl: remove loggingAndrew Dolgov
2013-03-20format_inline_player: add a link to original audio fileAndrew Dolgov
2013-03-19update translationsAndrew Dolgov
2013-03-19rework STRIP_IMAGES to remove embedding; add per-feed control over embedded ↵Andrew Dolgov
images (bump schema)
2013-03-19strip_harmful_tags: allow articleAndrew Dolgov
2013-03-19improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrowsAndrew Dolgov
2013-03-19reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)Andrew Dolgov
2013-03-19Add basic czech translation ~48% done.Tomáš Chvátal
2013-03-19strip_harmful_tags: remove double iframeAndrew Dolgov
2013-03-19strip_harmful_tags: expand the allowed listAndrew Dolgov
2013-03-19detect whether browser supports iframe.sandbox and allow iframes ↵Andrew Dolgov
accordingly; allow object and embed elements
2013-03-19remove duplicate gzdecodeAndrew Dolgov