Andrew Dolgov
884d16505e
tweak how utility.css-based stuff looks
2013-03-27 10:59:26 +04:00
Andrew Dolgov
99534a3dde
remove page title stuff for the time being
2013-03-23 09:51:30 +04:00
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
.
2013-03-23 09:48:15 +04:00
Andrew Dolgov
6ef8ec84cb
Merge pull request #73 from derekmurawsky/dmChanges
...
Centralized mail handling per post on google + community.
2013-03-22 22:09:34 -07:00
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
707ad6ddf7
Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master
2013-03-22 09:36:47 +04:00
Andrew Dolgov
3972bf5981
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
2013-03-22 09:14:55 +04:00
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
2013-03-21 20:24:26 +00:00
Richard Beales
77accf45df
fix merge conflict with stylesheet tags
2013-03-20 16:59:19 +00:00
Andrew Dolgov
5ce9d43ed2
registration form: use input type email; add some required fields
2013-03-20 19:05:39 +04:00
Richard Beales
ffbab555b8
Feature #446 - Allow customizing page title
2013-03-16 14:27:55 +00:00
Andrew Dolgov
88e8fb3a71
modify include path order ( closes #514 )
2012-12-09 13:41:22 +04:00
Andrew Dolgov
f9c0fc6eb7
register: include functions.php before checking for action parameter to set proper error_reporting ( fixes #448 )
2012-04-12 14:03:34 +04:00
Andrew Dolgov
8db5d8ea6d
add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailable
2012-01-23 22:04:01 +04:00
Andrew Dolgov
098df83ba6
fix various password-change related functions
2012-01-23 12:20:09 +04:00
Andrew Dolgov
f03a795de7
include path fix for lighttpd
2011-12-15 18:19:38 +04:00
Andrew Dolgov
09e8bdfd18
simplify default global config, expand sanity_check messages
2011-12-13 19:20:26 +04:00
Andrew Dolgov
5f0a3741d0
add Public_Handler
...
misc code cleanup
2011-12-13 14:49:11 +04:00
Andrew Dolgov
107d0cf39e
overall directory tree cleanup
2011-12-11 23:59:25 +04:00
Andrew Dolgov
31303c6bbd
reduce the number of always included libraries
2011-12-11 23:10:51 +04:00
Andrew Dolgov
a299881140
misc layout fixes
2011-12-10 22:21:54 +04:00
Andrew Dolgov
e331188f76
misc typo fixes
2011-12-10 21:26:59 +04:00
Andrew Dolgov
410c0b3a01
fix register.php feed output
2011-11-09 18:28:54 +04:00
Andrew Dolgov
870a70e109
implement basic feed output for register.php
2011-11-07 17:06:18 +04:00
Andrew Dolgov
0ae2bb2a69
db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo
2011-04-20 11:52:17 +04:00
Andrew Dolgov
2376ad4925
fix redirects after schema upgrade; fix logout requiring valid schema
2011-04-20 11:46:16 +04:00
Andrew Dolgov
1ca77e0acd
merge logout.php inside backend.php
2011-04-20 00:14:37 +04:00
Andrew Dolgov
133ab8c713
replace references to ttrss-logo.png with logo.png
2011-04-14 17:48:26 +04:00
Andrew Dolgov
fb0742394a
remove error_reporting() hacks; set default error reporting level in functions.php
2010-11-10 13:14:44 +03:00
Andrew Dolgov
0844d6a9c0
register.php: remove short php tags
2009-12-24 15:46:57 +03:00
Andrew Dolgov
2a52d96fe6
localization fixes
2009-01-25 18:19:09 +01:00
Andrew Dolgov
fe7537b5dd
move MiniTemplator and prototype to lib/
2009-01-22 14:41:34 +01:00
Andrew Dolgov
bd40e88ee6
move scriptaculous to lib/
2009-01-22 14:36:04 +01:00
Andrew Dolgov
d134e3a313
move phpmailer to lib/
2009-01-22 14:28:15 +01:00
Andrew Dolgov
4ca3d8c48d
register: only display tos when registrations are open
2009-01-20 06:59:49 +01:00
Andrew Dolgov
d785b410fb
register: drop unneeded MAX_USERS
2009-01-20 06:58:06 +01:00
Andrew Dolgov
a53f3dc422
register: use include files
2009-01-20 06:52:10 +01:00
Andrew Dolgov
c46a4a050d
registration script UI tweak
2009-01-19 08:19:05 +01:00
Andrew Dolgov
1da195e277
registration script UI tweak
2009-01-19 08:15:15 +01:00
Andrew Dolgov
2a56b360f1
registration script: clean html header
2009-01-19 08:14:18 +01:00
Andrew Dolgov
4f7956b3df
add registration script and required config options
2009-01-19 08:13:36 +01:00