Commit Graph

41 Commits (70a1fb23d0279b660c7affd0d9250a737170bea8)

Author SHA1 Message Date
Andrew Dolgov 884d16505e tweak how utility.css-based stuff looks 11 years ago
Andrew Dolgov 99534a3dde remove page title stuff for the time being 11 years ago
Andrew Dolgov 9972b7cdd7 Revert "update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title"
This reverts commit 8d051fa076.
11 years ago
Andrew Dolgov 6ef8ec84cb Merge pull request #73 from derekmurawsky/dmChanges
Centralized mail handling per post on google + community.
11 years ago
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.
11 years ago
Andrew Dolgov 707ad6ddf7 Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master 11 years ago
Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
Richard Beales 8d051fa076 update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title 11 years ago
Richard Beales 77accf45df fix merge conflict with stylesheet tags 11 years ago
Andrew Dolgov 5ce9d43ed2 registration form: use input type email; add some required fields 11 years ago
Richard Beales ffbab555b8 Feature #446 - Allow customizing page title 11 years ago
Andrew Dolgov 88e8fb3a71 modify include path order (closes #514) 12 years ago
Andrew Dolgov f9c0fc6eb7 register: include functions.php before checking for action parameter to set proper error_reporting (fixes #448) 12 years ago
Andrew Dolgov 8db5d8ea6d add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailable 13 years ago
Andrew Dolgov 098df83ba6 fix various password-change related functions 13 years ago
Andrew Dolgov f03a795de7 include path fix for lighttpd 13 years ago
Andrew Dolgov 09e8bdfd18 simplify default global config, expand sanity_check messages 13 years ago
Andrew Dolgov 5f0a3741d0 add Public_Handler
misc code cleanup
13 years ago
Andrew Dolgov 107d0cf39e overall directory tree cleanup 13 years ago
Andrew Dolgov 31303c6bbd reduce the number of always included libraries 13 years ago
Andrew Dolgov a299881140 misc layout fixes 13 years ago
Andrew Dolgov e331188f76 misc typo fixes 13 years ago
Andrew Dolgov 410c0b3a01 fix register.php feed output 13 years ago
Andrew Dolgov 870a70e109 implement basic feed output for register.php 13 years ago
Andrew Dolgov 0ae2bb2a69 db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo 13 years ago
Andrew Dolgov 2376ad4925 fix redirects after schema upgrade; fix logout requiring valid schema 13 years ago
Andrew Dolgov 1ca77e0acd merge logout.php inside backend.php 13 years ago
Andrew Dolgov 133ab8c713 replace references to ttrss-logo.png with logo.png 13 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
Andrew Dolgov 0844d6a9c0 register.php: remove short php tags 15 years ago
Andrew Dolgov 2a52d96fe6 localization fixes 16 years ago
Andrew Dolgov fe7537b5dd move MiniTemplator and prototype to lib/ 16 years ago
Andrew Dolgov bd40e88ee6 move scriptaculous to lib/ 16 years ago
Andrew Dolgov d134e3a313 move phpmailer to lib/ 16 years ago
Andrew Dolgov 4ca3d8c48d register: only display tos when registrations are open 16 years ago
Andrew Dolgov d785b410fb register: drop unneeded MAX_USERS 16 years ago
Andrew Dolgov a53f3dc422 register: use include files 16 years ago
Andrew Dolgov c46a4a050d registration script UI tweak 16 years ago
Andrew Dolgov 1da195e277 registration script UI tweak 16 years ago
Andrew Dolgov 2a56b360f1 registration script: clean html header 16 years ago
Andrew Dolgov 4f7956b3df add registration script and required config options 16 years ago