summaryrefslogtreecommitdiff
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-22Merge pull request #72 from MikkCZ/masterAndrew Dolgov
Revert .gtignore mistake change
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-22Revert ".gitignore"Michal Stanke
This reverts commit bba6523d550b34aa034ff245889f66ffcc9d64d1.
2013-03-22Merge pull request #69 from mrstegeman/greaderAndrew Dolgov
Modify googlereaderkeys plugin with mark unread toggle.
2013-03-22Merge pull request #70 from MikkCZ/masterAndrew Dolgov
cs-CZ localization update
2013-03-22Merge pull request #68 from gvmelle/masterAndrew Dolgov
Dutch translation files added
2013-03-22.gitignoreMichal Stanke
2013-03-22some typing error correctionsGideon van Melle
2013-03-22Update messages.poMikkCZ
Up to line 950. Changed some terminology e.g. tag -> štítek, feed -> zdroj
2013-03-22Modify googlereaderkeys plugin with mark unread toggle.Mike Stegeman
2013-03-22Added maps and nl_NL translation filesGideon van Melle
sorry, made a mistake by creating a file instead of map. So that one has to be deleted. Added in the right way the necessary folders and added the messages.mo and po files for the Dutch translation. I suppose you yourself will changes the rest to include Dutch. I have done that for my own version (added nl_NL to the function.php file). regards, GvMelle
2013-03-22Create nl_NLgvmelle
2013-03-22add basic password recovery thingAndrew Dolgov
2013-03-22add active class for unexpanded cdmAndrew Dolgov
2013-03-22slightly enlarge expanded cdm header font sizeAndrew Dolgov
2013-03-22de-emphasize article authorAndrew Dolgov
2013-03-22feeds/view: periodically bump login timestampAndrew Dolgov
2013-03-22generate_syndicated_feeds use last_published/last_markedAndrew Dolgov
2013-03-22remove obsolete entries from ccache on loginAndrew Dolgov
2013-03-22remove PTITLE kludge; use ajaxAndrew Dolgov
2013-03-22fix tabsAndrew 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-21echo upstream delete of mobile/index.phpRichard Beales
2013-03-21Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-03-21Merge pull request #67 from Joschasa/masterAndrew Dolgov
Fix feed title display in "normal" (not combined) mode
2013-03-21remove long deprecated mobile/Andrew Dolgov
2013-03-21Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-21Don't wrap feed title in "normal" mode.Joschasa
2013-03-21update translationsAndrew Dolgov
2013-03-21add headline menu entry to show article urlAndrew Dolgov
2013-03-21In "normal mode" don't show feed title, when articles are grouped by feedJoschasa
Got removed here: https://github.com/gothfox/Tiny-Tiny-RSS/commit/e17e99fbcf62f2e347ce771a795be3237521f6b5
2013-03-21Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-21updateTitle: show counter before titleAndrew 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-21remove plugins/googlereaderthemeAndrew Dolgov
2013-03-21update favicon; add 72px hires faviconAndrew Dolgov
2013-03-21switchPanelMode: don't try to do anything in cdm (closes #609)Andrew Dolgov
2013-03-21add HOOK_RENDER_ARTICLE_API (closes #608)Andrew Dolgov
2013-03-21implement basic auto-reload on some dependent file timestamp changingAndrew Dolgov
2013-03-21add a e hotkey for embed_originalAndrew Dolgov