summaryrefslogtreecommitdiff
path: root/include/sanity_config.php
AgeCommit message (Collapse)Author
2013-04-01Move tuning settings to different file so config.php isn't overcrowdedBarak Korren
by default
2013-04-01Moved hard-coded fetch timeout values into config file to allow site-level ↵Barak Korren
tuning
2013-03-28remove SESSION_EXPIRE_TIMEAndrew Dolgov
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-02-09update config sanity checks due to removed FEEDBACK_URLAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-23update config checksAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-23update sanity_config.phpAndrew 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-01-12config: remove TMP_DIRECTORYAndrew Dolgov
2011-12-26update sanity_configAndrew Dolgov
2011-12-21bump config versionAndrew Dolgov
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-12-11overall directory tree cleanupAndrew Dolgov