Commit Graph

90 Commits (2c967d60237c5890549b9c9fa680ee7adec10e6a)

Author SHA1 Message Date
Andrew Dolgov e2cf81e214 unify houskeeping stuff, increase spawn interval 11 years ago
Andrew Dolgov 8cabc200d5 increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon 11 years ago
Andrew Dolgov fce451a4f7 fix updating for pgsql
increase default batch size
remove random check between feedbrowser or update task executing
11 years ago
Andrew Dolgov 1f29443530 fix missing DB object when instantiated to import opml 11 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 11 years ago
Andrew Dolgov 8a386529a1 update: only wait when pidlock is enabled 11 years ago
Andrew Dolgov 0630a100d5 revert OO-db access in dbupdater, create DbUpdater() correctly 11 years ago
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 11 years ago
Andrew Dolgov 57bac1bea9 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Conflicts:
	update_daemon2.php
11 years ago
Andrew Dolgov 7440a7fe3c daemon2: use passthrough to daemon-loop 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov 404e2e3603 more work on singleton-based DB 11 years ago
Andrew Dolgov ba68b6815a db updates, remove init_connection() 11 years ago
Andrew Dolgov 0186be6aeb another take on inclusion of errorhandler in CLI scripts 11 years ago
Andrew Dolgov d1bfb86f9d remove errorhandler from CLI scripts for the time being 11 years ago
Andrew Dolgov 857efe49e6 add schema checking to feed updating and update script 11 years ago
Andrew Dolgov 2a649c447c enable logger in updater scripts 11 years ago
Andrew Dolgov 9bfda43e77 digest: use proper logging, update.php: fix typo 11 years ago
Andrew Dolgov b4c47f7e7b add command-line db schema updater 11 years ago
Andrew Dolgov 0ae9f7460b update.php --daemon did not respect --quiet 11 years ago
Andrew Dolgov e81610d9ef daemon: sort by random 11 years ago
Andrew Dolgov 4cf0f9a900 greaderimport: add command line mode 11 years ago
Andrew Dolgov 884d16505e tweak how utility.css-based stuff looks 11 years ago
Andrew Dolgov dc24b520cc update_daemon: use getopt; make things a bit more configurable, add help 11 years ago
Andrew Dolgov 2191eb7aab update.php: add support for output logging 11 years ago
Andrew Dolgov 764555ff8a rework update.php to use getopt; allow --task parameter 11 years ago
Pavel Sterin f02713bb4a fix update.php
sanity_check must be included after config or it will always fail to find nonstandard folders
11 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 7a866114e1 add -list-plugins option; about sections to plugins 12 years ago
Andrew Dolgov 6c2637d973 move data import/export to a separate plugin 12 years ago
Andrew Dolgov 41b82aa4b9 add HOOK_UPDATE_TASK 12 years ago
Andrew Dolgov 73f28fe979 add support for registering update.php commands; move rest of the self-updating stuff into updater plugin 12 years ago
Andrew Dolgov 88e8fb3a71 modify include path order (closes #514) 12 years ago
Andrew Dolgov 120c2b016f add update.php -force-update 12 years ago
Andrew Dolgov 3de78afd3b fix called-from-browser detection in update.php 12 years ago
Andrew Dolgov 7e992eca46 update.php: fix wrong html plug title 12 years ago
Andrew Dolgov 37f78940d8 block type 5 filters (date) 12 years ago
Andrew Dolgov 5451903ce3 fix cat_filter parsed wrong on psql 12 years ago
Andrew Dolgov 6aff784575 implement multiple rule/action filters 12 years ago
Andrew Dolgov acf33893ab move self-updating to include/update_self.php 12 years ago
Andrew Dolgov f7c2fae1f1 self-update: clarify some error messages (2) 12 years ago
Andrew Dolgov 021f8dce0c self-update: clarify some error messages 12 years ago
Andrew Dolgov 366f06f7cf update.php: display error message when running from the browser
mention self-updating in new version dialog
12 years ago
Andrew Dolgov e3449aa1aa add experimental self-updating script 12 years ago
Andrew Dolgov 9aceda3afc remove hook-based plugins 12 years ago
Andrew Dolgov 369dbc19d6 rework class system to use subdirectories
add placeholder plugin/hook system
12 years ago
Andrew Dolgov 9a57512c70 update.php: fix help text 12 years ago
Andrew Dolgov 871f0a7ac6 add update.php -indexes to recreate tt-rss indexes from schema file 12 years ago
Rutger Wessels 5439d333ec add command line option '-quiet' to make update.php more quiet 12 years ago