summaryrefslogtreecommitdiff
path: root/config.php-dist
AgeCommit message (Collapse)Author
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-23Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as ↵Andrew Dolgov
with other constants of this nature" This reverts commit 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac.
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-20mention SESSION_COOKIE_LIFETIME affecting widescreen cookieAndrew Dolgov
2013-03-15config: bump default values for cookie expiration times (refs #539)Andrew Dolgov
2013-02-06remove top hello - feedback - preferences lineAndrew Dolgov
2013-01-22expand simple update method descriptionAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27mention auth_imap in config.php-distAndrew Dolgov
2012-12-25clarify PLUGINS description, improve plugin CLI listAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-23add contributed plugins; load note plugin by defaultAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-12-22flip DEFAULT_UPDATE_METHOD to simplepieAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-23bump config versionAndrew Dolgov
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-07-09remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)Andrew Dolgov
2012-03-20config: add a warning about ENABLE_GZIP_OUTPUT potential breakageAndrew Dolgov
2012-02-20remove readitlater button plugin from trunk, mention Plugins page in config.phpAndrew Dolgov
2012-01-12config: remove TMP_DIRECTORYAndrew Dolgov
2011-12-26disable pubsubhubbub client by default (refs #407)Andrew Dolgov
2011-12-26universal image caching and automatic cache directories maintenanceAndrew Dolgov
2011-12-21add note pluginAndrew Dolgov
2011-12-21bump config versionAndrew Dolgov
2011-12-21add readitlater pluginAndrew Dolgov
2011-12-21add mail and share pluginsAndrew Dolgov
2011-12-20move tweet button to a plugin, implement basic support for article action ↵Andrew Dolgov
button plugins
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-11-16finally rename icons/ (fixes #272)Andrew Dolgov
2011-11-06expand description of SELF_URL_PATH, set sanity check (closes #384)Andrew Dolgov
2011-08-16add sanity check for SELF_URL_PATH being kept at default value (refs #349)Andrew Dolgov
2011-04-26add option to disable PUSH client support globally (closes #340Andrew Dolgov
2011-04-18remove confusing DB_ header in config.php-distAndrew Dolgov
2011-04-12config: cleanupAndrew Dolgov
2011-04-12config: remove option ENABLE_UPDATE_DAEMONAndrew Dolgov
2011-04-12config: add AUTO_ADD_USER (closes #294)Andrew Dolgov
2011-04-01because get_self_url_prefix() referenced information unavailable to php CLI ↵Andrew Dolgov
clients, add config option SELF_URL_PATH
2011-04-01implement pubsubhubbub subscriber (update schema)Andrew Dolgov
2011-04-01add a sanity check for CURL when using pubsubhubbubAndrew Dolgov
2011-04-01add experimental support for pubsubhubbub in published feed, bump config ↵Andrew Dolgov
version (refs #251)
2011-03-28only use autologin with SSL certificate when AUTO_LOGIN is enabled, ↵Andrew Dolgov
otherwise redirect to login form as with remote auth
2011-03-28use SSL serial to bind certificate to user; implement autologin using SSL ↵Andrew Dolgov
certificate; set a separate session cookie for SSL connections (refs #324)
2011-03-27allow authentication using SSL client certificates (closes #324)Andrew Dolgov
2011-03-27mention possible need to rename ICONS_DIRAndrew Dolgov
2011-03-22set default update method back to magpieAndrew Dolgov
2011-03-18config: remove ENABLE_TRANSLATIONSAndrew Dolgov