Commit Graph

141 Commits (e48beee7fc2de2bec9202b1de5ef18c4e0d29d58)

Author SHA1 Message Date
wn 358bcdd881 Fix passing options to plugins in 'update.php'. 4 years ago
Andrew Dolgov 476be67ff9 updater: set --update-schema as optional-value 4 years ago
Andrew Dolgov 82bc740363 Logger::log - allow specifying errno
bump severity of PDO exception log messages to E_USER_WARNING
4 years ago
Andrew Dolgov 97d7e5a42a allow updating database schema in batch mode 4 years ago
Andrew Dolgov d4d0e976dc update-feed: exit with non-zero exit code if update_rss_feed() failed
daemon: log if per-feed update task terminated with non-zero exit code
4 years ago
Andrew Dolgov 528b387563 update individual feed in a separate process to prevent PHP fatal errors
(for example, OOM) from stopping the entire batch
this should also slightly increase memory budget for update processes
4 years ago
Andrew Dolgov 74568df4ff remove a lot of stuff from global context (functions.php), add a few helper classes instead 4 years ago
Andrew Dolgov 7a2e9bef77 add --opml-export to update.php 4 years ago
Andrew Dolgov 088fcf8131 move more globals to more appropriate places
set libxml to always use internal errors
5 years ago
Andrew Dolgov 3bd3324e5a update: add option to send digests 5 years ago
Andrew Dolgov a1f8322871 further update CLI schema updater layout to make it more readable 5 years ago
Andrew Dolgov e91223ec7d update CLI schema updater with newer warnings 5 years ago
Andrew Dolgov 0b74db5ad7 remove feedbrowser (other feeds) 5 years ago
Andrew Dolgov 54c1b5c611 fill in some missing doctypes; use short doctype where it wasn't 5 years ago
Andrew Dolgov c11f32ac38 center and rework some utility screens 5 years ago
Andrew Dolgov 6eccac95f2 fix 'logging to...' output line not respecting quiet setting 5 years ago
Andrew Dolgov 8d190d539b CLI tools: fix --quiet not working if --log is unset 6 years ago
Andrew Dolgov c10a43069e debug logging system rework:
* support various logging levels per-message
 * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc
 * _debug() is kept as a compatibility shim for plugins
6 years ago
Andrew Dolgov e80d78d7f4 update.php: remove decrypt-feeds mention in help text 6 years ago
Andrew Dolgov 069aea5989 remove FEED_CRYPT_KEY and everything related to it
always assume auth_pass_encrypted is false
6 years ago
Andrew Dolgov 963c22646b pass tsvector data as a named parameter on article update, remove escaping hacks 6 years ago
Andrew Dolgov 09bc54c690 further stylesheet simplification related fixes 7 years ago
Andrew Dolgov 49a888ecce rssutils: forbid question marks in tsvector data, PDO gets confused sometimes even by quoted ?s 7 years ago
Andrew Dolgov a77a47332c opml host, update: use PDO 7 years ago
Andrew Dolgov 1d92297a96 dbupdater: use PDO 7 years ago
Andrew Dolgov 4fd0790804 fix DAEMON_SLEEP_INTERVAL not being defined when used
enforce minimum 60 sec spawn/sleep interval in update processes
7 years ago
Andrew Dolgov e6c886bf66 wrap rssfuncs into rssutils class 7 years ago
Andrew Dolgov 7b55001eee fix various issues reported by static analysis
update gitlab-ci config
7 years ago
Andrew Dolgov 3c11159776 return result codes if DB connection or --debug-feed fails 7 years ago
Andrew Dolgov e6d66fe55c fix update.php showing --help option with a single - 7 years ago
Andrew Dolgov 17a8e61d2a deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1
1. transparent decryption for existing installs stays for the time being
2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined
3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords
4. updated install to not auto-generate crypt key
5. added warning to config.php-dist
8 years ago
tsimmons 9973b13e19 Make sure we are running on Windows before fclose() to avoid race condition possible in Nix. 8 years ago
tsimmons 8231c039ed Close lockfile handle before trying to unlink during update. 8 years ago
Andrew Dolgov 977cea1438 actually check for failures properly in the dbupdater 8 years ago
Andrew Dolgov 368bd7ea49 add feed debugger to update.php 8 years ago
Andrew Dolgov 583f163f40 don't init plugins when loading everything to make a list, duh 9 years ago
Andrew Dolgov 978989bb7b shorten previous a bit 9 years ago
Skibbi e22e0d686c Prevent concatenating words for full text search index 9 years ago
Andrew Dolgov ecbb32925e gen-search-idx: more conservative batch handling 9 years ago
Andrew Dolgov 73ef6f0459 gen-search-idx: do not rely on offsets 9 years ago
Andrew Dolgov 410c0ce6d5 gen-search-idx: show how many entries are left 9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov e854442e1f more fts stuff for simple index 9 years ago
Andrew Dolgov 6f61ba46c4 detect php cgi binary because people keep trying to run service scripts using it 10 years ago
Roland Angerer 0f0bbe735d passing --log option to update daemon processes 11 years ago
Andrew Dolgov f863d0bd07 update: do not explicitly fclose lockfile before unlinking (refs #703) 11 years ago
Andrew Dolgov 0f9067450a Revert "do not unlink lockfiles (closes #703)"
This reverts commit 9ffe8907dd.
11 years ago
Andrew Dolgov 9ffe8907dd do not unlink lockfiles (closes #703) 11 years ago
Andrew Dolgov 830f6f08b4 daemon2: only perform houskeeping on task 0 11 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
11 years ago