summaryrefslogtreecommitdiff
path: root/update.php
AgeCommit message (Collapse)Author
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
add placeholder plugin/hook system
2012-08-12update.php: fix help textAndrew Dolgov
2012-08-09add update.php -indexes to recreate tt-rss indexes from schema fileAndrew Dolgov
2012-08-04add command line option '-quiet' to make update.php more quietRutger Wessels
2012-06-19Change update.php shebang to support any in-path installation location for phpfluffy
2011-12-27implement experimental personal data importAndrew Dolgov
2011-12-15include path fix for lighttpdAndrew Dolgov
2011-12-13split rss updating stuff into separate include fileAndrew Dolgov
2011-12-13add Public_HandlerAndrew Dolgov
misc code cleanup
2011-12-11overall directory tree cleanupAndrew Dolgov
2011-12-07backend: close file pointer before unlinking.Petter J�nsson
2011-04-21update: add get_linked_feeds to normal update tasksAndrew Dolgov
2011-04-20implement fetching and exporting of shared feedsAndrew Dolgov
2011-04-15update.php & daemon: chdir to script directory using __FILE__ magic constantAndrew Dolgov
2011-04-13update.php: update feedbrowser, purge orphans and cleanup cached tags in the ↵Andrew Dolgov
update handler
2011-04-12config: remove option ENABLE_UPDATE_DAEMONAndrew Dolgov
2011-02-09Allow update.php to be run from outside of the main directoryJohn Kristensen
* 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.
2011-01-11fix PHP_EXECUTABLE declaration not being properly overriden in config.php ↵Andrew Dolgov
(closes #296)
2010-11-13misc daemon updatesAndrew Dolgov
2010-11-13implement automatic tags table maintenanceAndrew Dolgov
2010-11-10remove error_reporting() hacks; set default error reporting level in ↵Andrew Dolgov
functions.php
2010-11-09unify update_daemon, update_feeds and update_feedbrowser into update.php; ↵Andrew Dolgov
move update.php to db-updater.php
2008-11-10code cleanup, test for db_escape() crazyness in DB sanity checkAndrew Dolgov
2007-08-25remove mysql SET CHARACTER SET callAndrew Dolgov
2007-08-21new config option: MYSQL_CHARSETAndrew Dolgov
2007-08-21mysql: disable utf8Andrew Dolgov
2007-08-17mysql: set connection charset to utf-8Andrew Dolgov
2007-05-05handle missing update schema diff in update.phpAndrew Dolgov
2007-05-04add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION ↵Andrew Dolgov
definition to sanity_check.php
2007-04-18schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schemaAndrew Dolgov
2007-03-26add persistent storage for toolbar view options, bump schemaAndrew Dolgov
2007-03-22updater: render login form on access level violation (closes #123)Andrew Dolgov
2007-03-20fix schema updater for single user modeAndrew Dolgov
2007-03-06opml.php: fix typo, update.php: i18nAndrew Dolgov
2007-03-06updater: link to logout after schema was updatedAndrew Dolgov
2007-03-06new pref: CDM_AUTO_CATCHUP, bump schemaAndrew Dolgov
2007-03-04set required error_reporting just in caseAndrew Dolgov
2007-03-02opml/db updater tweaksAndrew Dolgov
2007-03-02session fixesAndrew Dolgov
2007-03-01login system fixes (3)Andrew Dolgov
2007-03-01rework login process, drop http authAndrew Dolgov
2007-03-01fix indentAndrew Dolgov
2007-02-24misc updater tweaksAndrew Dolgov
2007-02-24add new-style schema versions and updaterAndrew Dolgov