Commit Graph

167 Commits (master)

Author SHA1 Message Date
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
fluffy ece7871113 Change update.php shebang to support any in-path installation location for php 12 years ago
Andrew Dolgov 55f34b811f implement experimental personal data import 13 years ago
Andrew Dolgov f03a795de7 include path fix for lighttpd 13 years ago
Andrew Dolgov 2c08214a7f split rss updating stuff into separate include file 13 years ago
Andrew Dolgov 5f0a3741d0 add Public_Handler
misc code cleanup
13 years ago
Andrew Dolgov 107d0cf39e overall directory tree cleanup 13 years ago
Petter Jnsson a10c2ed817 backend: close file pointer before unlinking. 13 years ago
Andrew Dolgov f32eb194bb update: add get_linked_feeds to normal update tasks 13 years ago
Andrew Dolgov ae5f7bb11a implement fetching and exporting of shared feeds 13 years ago
Andrew Dolgov 9b27cec8c0 update.php & daemon: chdir to script directory using __FILE__ magic constant 13 years ago
Andrew Dolgov 84e9a8c7e6 update.php: update feedbrowser, purge orphans and cleanup cached tags in the update handler 13 years ago
Andrew Dolgov dbaa4e4aac config: remove option ENABLE_UPDATE_DAEMON 13 years ago
John Kristensen d195055341 Allow update.php to be run from outside of the main directory
* Change the update.php working directory to be the main tt-rss application
   directory so that the script can be run from anywhere without problems.
   Useful for adding the update.php script to cron.
13 years ago
Andrew Dolgov 86268d8ba0 fix PHP_EXECUTABLE declaration not being properly overriden in config.php (closes #296) 14 years ago
Andrew Dolgov e3b42c5a80 misc daemon updates 14 years ago
Andrew Dolgov 868650e463 implement automatic tags table maintenance 14 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
Andrew Dolgov 661135c742 unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php 14 years ago
Andrew Dolgov f29ba1484f code cleanup, test for db_escape() crazyness in DB sanity check 16 years ago
Andrew Dolgov 75ca19864e remove mysql SET CHARACTER SET call 17 years ago
Andrew Dolgov bddc9788ef new config option: MYSQL_CHARSET 17 years ago
Andrew Dolgov c1879099e1 mysql: disable utf8 17 years ago
Andrew Dolgov 70dcff6b3d mysql: set connection charset to utf-8 17 years ago
Andrew Dolgov 9e21a5713f handle missing update schema diff in update.php 17 years ago
Andrew Dolgov 87b9fb6532 add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php 17 years ago
Andrew Dolgov 155a2a53ff schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema 17 years ago
Andrew Dolgov 4049672041 add persistent storage for toolbar view options, bump schema 17 years ago
Andrew Dolgov a190ebfde1 updater: render login form on access level violation (closes #123) 17 years ago
Andrew Dolgov 441acab8ff fix schema updater for single user mode 17 years ago
Andrew Dolgov 0671913873 opml.php: fix typo, update.php: i18n 17 years ago
Andrew Dolgov 07a2b3142e updater: link to logout after schema was updated 17 years ago
Andrew Dolgov 72ae6d7a84 new pref: CDM_AUTO_CATCHUP, bump schema 17 years ago
Andrew Dolgov d65981e27f set required error_reporting just in case 17 years ago
Andrew Dolgov ef59e6e85f opml/db updater tweaks 17 years ago
Andrew Dolgov 1559e3741c session fixes 17 years ago
Andrew Dolgov a885f0ec2a login system fixes (3) 17 years ago
Andrew Dolgov 01a87dff9e rework login process, drop http auth 17 years ago
Andrew Dolgov 81596c6612 fix indent 17 years ago
Andrew Dolgov b4c27af79a misc updater tweaks 17 years ago
Andrew Dolgov fecd57c886 add new-style schema versions and updater 17 years ago