Commit Graph

85 Commits

Author SHA1 Message Date
Andrew Dolgov 8a386529a1 update: only wait when pidlock is enabled 2013-04-17 22:09:11 +04:00
Andrew Dolgov 0630a100d5 revert OO-db access in dbupdater, create DbUpdater() correctly 2013-04-17 21:40:04 +04:00
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 2013-04-17 18:30:22 +04:00
Andrew Dolgov 57bac1bea9 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Conflicts:
	update_daemon2.php
2013-04-17 18:23:20 +04:00
Andrew Dolgov 7440a7fe3c daemon2: use passthrough to daemon-loop 2013-04-17 18:19:28 +04:00
Andrew Dolgov 6322ac79a0 remove $link 2013-04-17 16:48:41 +04:00
Andrew Dolgov 404e2e3603 more work on singleton-based DB 2013-04-17 15:36:48 +04:00
Andrew Dolgov ba68b6815a db updates, remove init_connection() 2013-04-17 14:23:35 +04:00
Andrew Dolgov 0186be6aeb another take on inclusion of errorhandler in CLI scripts 2013-04-17 12:36:27 +04:00
Andrew Dolgov d1bfb86f9d remove errorhandler from CLI scripts for the time being 2013-04-17 12:27:47 +04:00
Andrew Dolgov 857efe49e6 add schema checking to feed updating and update script 2013-04-17 12:10:35 +04:00
Andrew Dolgov 2a649c447c enable logger in updater scripts 2013-04-17 09:09:59 +04:00
Andrew Dolgov 9bfda43e77 digest: use proper logging, update.php: fix typo 2013-04-12 09:55:41 +04:00
Andrew Dolgov b4c47f7e7b add command-line db schema updater 2013-04-04 19:15:14 +04:00
Andrew Dolgov 0ae9f7460b update.php --daemon did not respect --quiet 2013-04-01 19:51:43 +04:00
Andrew Dolgov e81610d9ef daemon: sort by random 2013-03-30 16:28:21 +04:00
Andrew Dolgov 4cf0f9a900 greaderimport: add command line mode 2013-03-28 18:37:36 +04:00
Andrew Dolgov 884d16505e tweak how utility.css-based stuff looks 2013-03-27 10:59:26 +04:00
Andrew Dolgov dc24b520cc update_daemon: use getopt; make things a bit more configurable, add help 2013-03-21 15:05:57 +04:00
Andrew Dolgov 2191eb7aab update.php: add support for output logging 2013-03-21 14:56:04 +04:00
Andrew Dolgov 764555ff8a rework update.php to use getopt; allow --task parameter 2013-03-21 14:48:47 +04:00
Pavel Sterin f02713bb4a fix update.php
sanity_check must be included after config or it will always fail to find nonstandard folders
2013-03-15 12:56:40 +01:00
Andrew Dolgov 20b86c799a clarify PLUGINS description, improve plugin CLI list 2012-12-25 18:57:02 +04:00
Andrew Dolgov d2a421e3cb more work on user-selectable plugins; properly process system and user plugins 2012-12-25 10:02:08 +04:00
Andrew Dolgov 7a866114e1 add -list-plugins option; about sections to plugins 2012-12-24 15:39:42 +04:00
Andrew Dolgov 6c2637d973 move data import/export to a separate plugin 2012-12-24 15:03:19 +04:00
Andrew Dolgov 41b82aa4b9 add HOOK_UPDATE_TASK 2012-12-24 14:27:15 +04:00
Andrew Dolgov 73f28fe979 add support for registering update.php commands; move rest of the self-updating stuff into updater plugin 2012-12-24 09:52:15 +04:00
Andrew Dolgov 88e8fb3a71 modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
Andrew Dolgov 120c2b016f add update.php -force-update 2012-10-30 15:18:46 +04:00
Andrew Dolgov 3de78afd3b fix called-from-browser detection in update.php 2012-10-24 00:25:56 +04:00
Andrew Dolgov 7e992eca46 update.php: fix wrong html plug title 2012-10-24 00:17:32 +04:00
Andrew Dolgov 37f78940d8 block type 5 filters (date) 2012-08-31 12:54:37 +04:00
Andrew Dolgov 5451903ce3 fix cat_filter parsed wrong on psql 2012-08-31 12:24:13 +04:00
Andrew Dolgov 6aff784575 implement multiple rule/action filters 2012-08-31 12:13:47 +04:00
Andrew Dolgov acf33893ab move self-updating to include/update_self.php 2012-08-23 13:57:29 +04:00
Andrew Dolgov f7c2fae1f1 self-update: clarify some error messages (2) 2012-08-23 13:32:30 +04:00
Andrew Dolgov 021f8dce0c self-update: clarify some error messages 2012-08-23 13:22:56 +04:00
Andrew Dolgov 366f06f7cf update.php: display error message when running from the browser
mention self-updating in new version dialog
2012-08-23 13:17:22 +04:00
Andrew Dolgov e3449aa1aa add experimental self-updating script 2012-08-23 13:03:39 +04:00
Andrew Dolgov 9aceda3afc remove hook-based plugins 2012-08-21 14:37:43 +04:00
Andrew Dolgov 369dbc19d6 rework class system to use subdirectories
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov 9a57512c70 update.php: fix help text 2012-08-12 11:12:27 +04:00
Andrew Dolgov 871f0a7ac6 add update.php -indexes to recreate tt-rss indexes from schema file 2012-08-09 14:20:27 +04:00
Rutger Wessels 5439d333ec add command line option '-quiet' to make update.php more quiet 2012-08-04 20:15:40 +02:00
fluffy ece7871113 Change update.php shebang to support any in-path installation location for php 2012-06-19 22:35:34 -07:00
Andrew Dolgov 55f34b811f implement experimental personal data import 2011-12-27 23:10:04 +04:00
Andrew Dolgov f03a795de7 include path fix for lighttpd 2011-12-15 18:19:38 +04:00
Andrew Dolgov 2c08214a7f split rss updating stuff into separate include file 2011-12-13 16:06:25 +04:00
Andrew Dolgov 5f0a3741d0 add Public_Handler
misc code cleanup
2011-12-13 14:49:11 +04:00