summaryrefslogtreecommitdiff
path: root/register.php
AgeCommit message (Collapse)Author
2018-12-03rework dojo singleton modules to better work with phpstorm completion (ugh) ↵Andrew Dolgov
- declare() is not needed there anyway remove event.observe from login form (not needed) load pluginhost via amd
2018-12-02set use strict on JS modules; remove some mostly useless stuff like ↵Andrew Dolgov
get_minified_js()
2018-11-22mailer: split to/from name/addressesAndrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable ↵Andrew Dolgov
Mailer class
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-11-29generate base css files using lesscAndrew Dolgov
2014-01-28load stylesheets/scripts using helper functions in a few more placesAndrew Dolgov
2013-05-29add startup_gettext() calls to several endpoints for unregistered users so ↵Andrew Dolgov
the output would be translated based on accept-language header
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-04-17remove db_connect, db_close; CLI fixesAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-03-27tweak how utility.css-based stuff looksAndrew Dolgov
2013-03-23remove page title stuff for the time beingAndrew Dolgov
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
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 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-20fix merge conflict with stylesheet tagsRichard Beales
2013-03-20registration form: use input type email; add some required fieldsAndrew Dolgov
2013-03-16Feature #446 - Allow customizing page titleRichard Beales
2012-12-09modify include path order (closes #514)Andrew Dolgov
2012-04-12register: include functions.php before checking for action parameter to set ↵Andrew Dolgov
proper error_reporting (fixes #448)
2012-01-23add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailableAndrew Dolgov
2012-01-23fix various password-change related functionsAndrew Dolgov
2011-12-15include path fix for lighttpdAndrew Dolgov
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-12-13add Public_HandlerAndrew Dolgov
misc code cleanup
2011-12-11overall directory tree cleanupAndrew Dolgov
2011-12-11reduce the number of always included librariesAndrew Dolgov
2011-12-10misc layout fixesAndrew Dolgov
2011-12-10misc typo fixesAndrew Dolgov
2011-11-09fix register.php feed outputAndrew Dolgov
2011-11-07implement basic feed output for register.phpAndrew Dolgov
2011-04-20db-updater: properly handle situation of newer active schema; utility ↵Andrew Dolgov
scripts: fix incorrect logo
2011-04-20fix redirects after schema upgrade; fix logout requiring valid schemaAndrew Dolgov
2011-04-20merge logout.php inside backend.phpAndrew Dolgov
2011-04-14replace references to ttrss-logo.png with logo.pngAndrew Dolgov
2010-11-10remove error_reporting() hacks; set default error reporting level in ↵Andrew Dolgov
functions.php
2009-12-24register.php: remove short php tagsAndrew Dolgov
2009-01-25localization fixesAndrew Dolgov
2009-01-22move MiniTemplator and prototype to lib/Andrew Dolgov
2009-01-22move scriptaculous to lib/Andrew Dolgov
2009-01-22move phpmailer to lib/Andrew Dolgov
2009-01-20register: only display tos when registrations are openAndrew Dolgov
2009-01-20register: drop unneeded MAX_USERSAndrew Dolgov
2009-01-20register: use include filesAndrew Dolgov