Andrew Dolgov
99534a3dde
remove page title stuff for the time being
12 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
.
12 years ago
Andrew Dolgov
c1353b6384
Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other constants of this nature"
...
This reverts commit 1f56ba13cd
.
12 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.
12 years ago
Andrew Dolgov
642cca7be5
mention SESSION_COOKIE_LIFETIME affecting widescreen cookie
12 years ago
Andrew Dolgov
469061fef1
config: bump default values for cookie expiration times (refs #539 )
12 years ago
Andrew Dolgov
2d1282d4d1
remove top hello - feedback - preferences line
12 years ago
Andrew Dolgov
6eb77a3140
expand simple update method description
12 years ago
Andrew Dolgov
6b1a4ecd41
updaterandomfeed: use max_execution_time parameter
12 years ago
Andrew Dolgov
0f28f81f89
move authentication modules to plugins/
12 years ago
Andrew Dolgov
f922746b9b
mention auth_imap in config.php-dist
12 years ago
Andrew Dolgov
20b86c799a
clarify PLUGINS description, improve plugin CLI list
12 years ago
Andrew Dolgov
d2a421e3cb
more work on user-selectable plugins; properly process system and user plugins
12 years ago
Andrew Dolgov
19b3992b78
remove magpie, fix article filter plugins
12 years ago
Andrew Dolgov
7252abe3ea
add contributed plugins; load note plugin by default
12 years ago
Andrew Dolgov
19c7350770
experimental new plugin system
12 years ago
Andrew Dolgov
74cc28f266
flip DEFAULT_UPDATE_METHOD to simplepie
12 years ago
Andrew Dolgov
304aadb907
remove twitter-specific code
12 years ago
Andrew Dolgov
6e65854727
bump config version
12 years ago
Andrew Dolgov
0d421af86f
split authentication to separate modules
12 years ago
Andrew Dolgov
687bb90d27
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464 )
12 years ago
Andrew Dolgov
8d34aa5ba7
config: add a warning about ENABLE_GZIP_OUTPUT potential breakage
13 years ago
Andrew Dolgov
5f85d90d71
remove readitlater button plugin from trunk, mention Plugins page in config.php
13 years ago
Andrew Dolgov
5a68552b6b
config: remove TMP_DIRECTORY
13 years ago
Andrew Dolgov
d89c6dd8e1
disable pubsubhubbub client by default (refs #407 )
13 years ago
Andrew Dolgov
3c696512fc
universal image caching and automatic cache directories maintenance
13 years ago
Andrew Dolgov
55ad22fa55
add note plugin
13 years ago
Andrew Dolgov
d4e35925e0
bump config version
13 years ago
Andrew Dolgov
ae0647e085
add readitlater plugin
13 years ago
Andrew Dolgov
1baac2803c
add mail and share plugins
13 years ago
Andrew Dolgov
f9ac31d671
move tweet button to a plugin, implement basic support for article action button plugins
13 years ago
Andrew Dolgov
09e8bdfd18
simplify default global config, expand sanity_check messages
13 years ago
Andrew Dolgov
81745ce738
finally rename icons/ ( fixes #272 )
13 years ago
Andrew Dolgov
edfab7bd7f
expand description of SELF_URL_PATH, set sanity check ( closes #384 )
13 years ago
Andrew Dolgov
e6a63a1c69
add sanity check for SELF_URL_PATH being kept at default value (refs #349 )
13 years ago
Andrew Dolgov
65eebd13f4
add option to disable PUSH client support globally ( closes #340
14 years ago
Andrew Dolgov
5ddac16837
remove confusing DB_ header in config.php-dist
14 years ago
Andrew Dolgov
61e420e964
config: cleanup
14 years ago
Andrew Dolgov
dbaa4e4aac
config: remove option ENABLE_UPDATE_DAEMON
14 years ago
Andrew Dolgov
42315f8de8
config: add AUTO_ADD_USER ( closes #294 )
14 years ago
Andrew Dolgov
ed102aa083
because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH
14 years ago
Andrew Dolgov
5ab9791f34
implement pubsubhubbub subscriber (update schema)
14 years ago
Andrew Dolgov
e2bcd11bb1
add a sanity check for CURL when using pubsubhubbub
14 years ago
Andrew Dolgov
b0f379dfff
add experimental support for pubsubhubbub in published feed, bump config version (refs #251 )
14 years ago
Andrew Dolgov
bf9fc06072
only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth
14 years ago
Andrew Dolgov
3d72afa19a
use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324 )
14 years ago
Andrew Dolgov
f98252f27c
allow authentication using SSL client certificates ( closes #324 )
14 years ago
Andrew Dolgov
535d216a7d
mention possible need to rename ICONS_DIR
14 years ago
Andrew Dolgov
91149aab52
set default update method back to magpie
14 years ago
Andrew Dolgov
7b26a148b0
config: remove ENABLE_TRANSLATIONS
14 years ago
Andrew Dolgov
acffe32206
config: add special constant which is required to be set before config is accepted
14 years ago
Andrew Dolgov
7198e19580
config: set default update method to simplepie
14 years ago
Andrew Dolgov
014d3ad823
use CURL when it is available, remove option USE_CURL
14 years ago
Andrew Dolgov
12df6592f3
add optional AUTO_LOGIN for when remote authentication is allowed ( closes #295 )
14 years ago
Andrew Dolgov
80dce75e1e
mention possibility of broken utf8 characters with MYSQL_CHARSET (refs #289 )
14 years ago
Andrew Dolgov
32a5e3444d
rename USE_CURL_FOR_ICONS to USE_CURL
14 years ago
Andrew Dolgov
a0ce6eb7db
fix typos in sphinx_enabled definition; update logo
14 years ago
Andrew Dolgov
0f41fce845
change behaviour of SESSION_CHECK_ADDRESS
14 years ago
Andrew Dolgov
392b6d0459
add config.php defines for twitter, only enable twitter pane when they are filled in
14 years ago
Andrew Dolgov
96d446011b
add support for twitter buttons
14 years ago
Andrew Dolgov
e4f7f8dff2
add support for Sphinx search engine
14 years ago
Andrew Dolgov
3d28f9cd2d
obsolete FEEDS_FRAME_REFRESH
14 years ago
Andrew Dolgov
8e54a21e77
update ttrss_entries.content to longtext type; config: set default mysql charset to UTF8
14 years ago
Andrew Dolgov
31a53903e6
add article forwarding by email ( closes #271 )
14 years ago
Andrew Dolgov
2aae0cce7e
add internal directories for cache & lockfiles
14 years ago
Andrew Dolgov
0ff6e2527c
update wrong entry description
14 years ago
Andrew Dolgov
4bb6b8ea2c
config: remove unused ENABLE_FEED_BROWSER
15 years ago
Andrew Dolgov
913f374b11
config: remove unused WEB_DEMO_MODE
15 years ago
Andrew Dolgov
21a22f5466
config: remove unused MAX_UPDATE_TIME
15 years ago
Andrew Dolgov
34f29d7866
config: remove ALLOW_SELECT_UPDATE_METHOD
15 years ago
Andrew Dolgov
78a5c296ae
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
15 years ago
Andrew Dolgov
0456176a44
enable translations by default; misc fixes
15 years ago
Andrew Dolgov
3809b27874
remove config option SMART_RPC_COUNTERS
15 years ago
Andrew Dolgov
15ea06910c
update config template
15 years ago
Andrew Dolgov
d134e3a313
move phpmailer to lib/
16 years ago
Andrew Dolgov
3907ef7111
purge feeds after updating
16 years ago
Andrew Dolgov
63771c48aa
new config option: FEEDBACK_URL
16 years ago
Andrew Dolgov
4f7956b3df
add registration script and required config options
16 years ago
Andrew Dolgov
bd6576f8ff
bump config version (because GLOBAL_ENABLE_LABELS was removed)
16 years ago
Andrew Dolgov
ceb30ba49d
new style labels (bump schema)
16 years ago
Andrew Dolgov
d2bf48f90a
update_feeds.php: update up to DAEMON_FEED_LIMIT on one run
16 years ago
Andrew Dolgov
a47fa01794
ALLOW_SELECT_UPDATE_METHOD: default to true
16 years ago
Andrew Dolgov
64eb624cad
move php executable path for old-style daemon to config.php (bump version) ( closes #212 )
17 years ago
Andrew Dolgov
04fedbf587
new option: ENABLE_GZIP_OUTPUT
17 years ago
Andrew Dolgov
1fb2d0d86f
config: mention that DIGEST_ options may apply to all outgoing mail
17 years ago
Andrew Dolgov
34459667e2
new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)
17 years ago
Andrew Dolgov
cfa43e025c
new config option: LOCK_DIRECTORY (bump config version)
17 years ago
Andrew Dolgov
66917e70d0
new option: ALLOW_REMOTE_USER_AUTH
17 years ago
Andrew Dolgov
ae4ecd5d63
new config option: DAEMON_FEED_LIMIT
17 years ago
Andrew Dolgov
163a295e51
tweak html digest template (add excerpt)
17 years ago
Andrew Dolgov
c62a2c21ba
digest improvements and bugfixes
17 years ago
Andrew Dolgov
7e1265ede7
drop tagwall from trunk
17 years ago
Andrew Dolgov
dff94f6369
add new option: ENABLE_TAGWALL
17 years ago
Andrew Dolgov
17c0eeba6f
force DAEMON_REFRESH_ONLY, block synchronous updating
17 years ago
Andrew Dolgov
a89311235c
improve digest sending ( closes #138 )
17 years ago
Andrew Dolgov
bc0f078560
enable caching of images
17 years ago
Andrew Dolgov
dab52d7bb9
add disabled option SIMPLEPIE_CACHE_IMAGES
17 years ago
Andrew Dolgov
c7d57b6690
implement SIMPLEPIE_CACHE_DIR
17 years ago
Andrew Dolgov
14073c0ae4
new option: COUNTERS_MAX_AGE (2)
17 years ago
Andrew Dolgov
3a1cd1ec8e
UNDO: new option: COUNTERS_MAX_AGE
17 years ago