]> git.wh0rd.org - tt-rss.git/blame - functions.php
better feedlist reloading on subscribed feeds count change
[tt-rss.git] / functions.php
CommitLineData
1d3a17c7 1<?php
f1a80dae 2
324944f3 3 date_default_timezone_set('UTC');
8a7f5767
CW
4 if (defined('E_DEPRECATED')) {
5 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
6 } else {
7 error_reporting(E_ALL & ~E_NOTICE);
8 }
cce28758 9
40d13c28 10 require_once 'config.php';
cc17c205 11
fc2b26a6
AD
12 if (DB_TYPE == "pgsql") {
13 define('SUBSTRING_FOR_DATE', 'SUBSTRING_FOR_DATE');
14 } else {
15 define('SUBSTRING_FOR_DATE', 'SUBSTRING');
16 }
17
0c425dc7
AD
18 define('THEME_VERSION_REQUIRED', 1.1);
19
9632f884
AD
20 /**
21 * Return available translations names.
22 *
23 * @access public
24 * @return array A array of available translations.
25 */
f8c612d4 26 function get_translations() {
6a214f92 27 $tr = array(
a927fe7b 28 "auto" => "Detect automatically",
a3162add 29 "ca_CA" => "Català",
6a214f92 30 "en_US" => "English",
36d0510c 31 "es_ES" => "Español",
a927fe7b 32 "de_DE" => "Deutsch",
6a214f92 33 "fr_FR" => "Français",
e78fd196 34 "hu_HU" => "Magyar (Hungarian)",
bb5d3960 35 "it_IT" => "Italiano",
1d004f12 36 "ja_JP" => "日本語 (Japanese)",
592535d7 37 "nb_NO" => "Norwegian bokmål",
6a214f92 38 "ru_RU" => "Русский",
9a063469 39 "pt_BR" => "Portuguese/Brazil",
6a214f92 40 "zh_CN" => "Simplified Chinese");
f8c612d4
AD
41
42 return $tr;
43 }
44
9632f884 45 if (ENABLE_TRANSLATIONS == true) { // If translations are enabled.
5de668ed 46 require_once "lib/accept-to-gettext.php";
0ba3a127 47 require_once "lib/gettext/gettext.inc";
aba609e0 48
8d039718
AD
49 function startup_gettext() {
50
51 # Get locale from Accept-Language header
6a214f92 52 $lang = al2gt(array_keys(get_translations()), "text/html");
89cb787e
AD
53
54 if (defined('_TRANSLATION_OVERRIDE_DEFAULT')) {
55 $lang = _TRANSLATION_OVERRIDE_DEFAULT;
56 }
57
672f3f3c 58 if ($_COOKIE["ttrss_lang"] && $_COOKIE["ttrss_lang"] != "auto") {
68659d98
AD
59 $lang = $_COOKIE["ttrss_lang"];
60 }
61
7c33dbd4
AD
62 /* In login action of mobile version */
63 if ($_POST["language"] && defined('MOBILE_VERSION')) {
64 $lang = $_POST["language"];
65 $_COOKIE["ttrss_lang"] = $lang;
66 }
67
8d039718 68 if ($lang) {
86e2e1b9
AD
69 if (defined('LC_MESSAGES')) {
70 _setlocale(LC_MESSAGES, $lang);
71 } else if (defined('LC_ALL')) {
72 _setlocale(LC_ALL, $lang);
73 } else {
74 die("can't setlocale(): please set ENABLE_TRANSLATIONS to false in config.php");
75 }
7c33dbd4
AD
76
77 if (defined('MOBILE_VERSION')) {
78 _bindtextdomain("messages", "../locale");
79 } else {
80 _bindtextdomain("messages", "locale");
81 }
82
8d039718
AD
83 _textdomain("messages");
84 _bind_textdomain_codeset("messages", "UTF-8");
85 }
aba609e0 86 }
aba609e0 87
cc17c205 88 startup_gettext();
865220a4 89
9632f884 90 } else { // If translations are enabled.
865220a4
AD
91 function __($msg) {
92 return $msg;
93 }
94 function startup_gettext() {
95 // no-op
96 return true;
97 }
9632f884 98 } // If translations are enabled.
cc17c205 99
be35798b
AD
100 if (defined('MEMCACHE_SERVER')) {
101 $memcache = new Memcache;
102 $memcache->connect(MEMCACHE_SERVER, 11211);
103 }
104
b619ff15 105 require_once 'db-prefs.php';
5bc0bd27 106 require_once 'compat.php';
af106b0e 107 require_once 'errors.php';
8911ac8b 108 require_once 'version.php';
40d13c28 109
d134e3a3 110 require_once 'lib/phpmailer/class.phpmailer.php';
e4f7f8df 111 require_once 'lib/sphinxapi.php';
57e24c82 112 require_once 'lib/twitteroauth/twitteroauth.php';
a8931123 113
a18a4f38 114 //define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')');
a3ee2a38 115 define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
ba0f7628 116 define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
a3ee2a38 117
a18a4f38
AD
118 define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
119 define('MAGPIE_USER_AGENT', SELF_USER_AGENT);
120
500943a4
AD
121 ini_set('user_agent', SELF_USER_AGENT);
122
5ef03f15 123 require_once "lib/simplepie/simplepie.inc";
816cdfb7
AD
124 require_once "lib/magpierss/rss_fetch.inc";
125 require_once 'lib/magpierss/rss_utils.inc';
f45a286b 126 require_once 'lib/htmlpurifier/library/HTMLPurifier.auto.php';
49f9c923 127
35ffb5b9
AD
128 $config = HTMLPurifier_Config::createDefault();
129
130 $allowed = "p,a[href],i,em,b,strong,code,pre,blockquote,br,img[src|alt|title],ul,ol,li,h1,h2,h3,h4";
131
132 $config->set('HTML', 'Allowed', $allowed);
133 $purifier = new HTMLPurifier($config);
134
45004d43
AD
135 /**
136 * Print a timestamped debug message.
137 *
138 * @param string $msg The debug message.
139 * @return void
140 */
6f9e33e4
AD
141 function _debug($msg) {
142 $ts = strftime("%H:%M:%S", time());
2a6a9395
AD
143 if (function_exists('posix_getpid')) {
144 $ts = "$ts/" . posix_getpid();
145 }
6f9e33e4 146 print "[$ts] $msg\n";
45004d43 147 } // function _debug
6f9e33e4 148
9632f884
AD
149 /**
150 * Purge a feed old posts.
151 *
152 * @param mixed $link A database connection.
153 * @param mixed $feed_id The id of the purged feed.
154 * @param mixed $purge_interval Olderness of purged posts.
155 * @param boolean $debug Set to True to enable the debug. False by default.
156 * @access public
157 * @return void
158 */
ad507f85
AD
159 function purge_feed($link, $feed_id, $purge_interval, $debug = false) {
160
07d0efe9 161 if (!$purge_interval) $purge_interval = feed_purge_interval($link, $feed_id);
01299231 162
ad507f85 163 $rows = -1;
4c193675 164
07d0efe9
AD
165 $result = db_query($link,
166 "SELECT owner_uid FROM ttrss_feeds WHERE id = '$feed_id'");
167
168 $owner_uid = false;
169
170 if (db_num_rows($result) == 1) {
171 $owner_uid = db_fetch_result($result, 0, "owner_uid");
172 }
173
ab954dff
AD
174 if ($purge_interval == -1 || !$purge_interval) {
175 if ($owner_uid) {
176 ccache_update($link, $feed_id, $owner_uid);
177 }
178 return;
179 }
180
07d0efe9
AD
181 if (!$owner_uid) return;
182
3907ef71
AD
183 if (FORCE_ARTICLE_PURGE == 0) {
184 $purge_unread = get_pref($link, "PURGE_UNREAD_ARTICLES",
185 $owner_uid, false);
186 } else {
187 $purge_unread = true;
188 $purge_interval = FORCE_ARTICLE_PURGE;
189 }
07d0efe9
AD
190
191 if (!$purge_unread) $query_limit = " unread = false AND ";
192
fefa6ca3 193 if (DB_TYPE == "pgsql") {
44e241cb 194/* $result = db_query($link, "DELETE FROM ttrss_user_entries WHERE
fefa6ca3 195 marked = false AND feed_id = '$feed_id' AND
25ea2805 196 (SELECT date_updated FROM ttrss_entries WHERE
44e241cb
AD
197 id = ref_id) < NOW() - INTERVAL '$purge_interval days'"); */
198
6e7f8d26
AD
199 $pg_version = get_pgsql_version($link);
200
201 if (preg_match("/^7\./", $pg_version) || preg_match("/^8\.0/", $pg_version)) {
1e59ae35
AD
202
203 $result = db_query($link, "DELETE FROM ttrss_user_entries WHERE
204 ttrss_entries.id = ref_id AND
205 marked = false AND
206 feed_id = '$feed_id' AND
07d0efe9 207 $query_limit
25ea2805 208 ttrss_entries.date_updated < NOW() - INTERVAL '$purge_interval days'");
1e59ae35
AD
209
210 } else {
211
212 $result = db_query($link, "DELETE FROM ttrss_user_entries
213 USING ttrss_entries
214 WHERE ttrss_entries.id = ref_id AND
215 marked = false AND
216 feed_id = '$feed_id' AND
07d0efe9 217 $query_limit
25ea2805 218 ttrss_entries.date_updated < NOW() - INTERVAL '$purge_interval days'");
1e59ae35 219 }
ad507f85
AD
220
221 $rows = pg_affected_rows($result);
222
fefa6ca3 223 } else {
1e59ae35 224
30f1746f 225/* $result = db_query($link, "DELETE FROM ttrss_user_entries WHERE
fefa6ca3 226 marked = false AND feed_id = '$feed_id' AND
25ea2805 227 (SELECT date_updated FROM ttrss_entries WHERE
30f1746f
AD
228 id = ref_id) < DATE_SUB(NOW(), INTERVAL $purge_interval DAY)"); */
229
230 $result = db_query($link, "DELETE FROM ttrss_user_entries
231 USING ttrss_user_entries, ttrss_entries
232 WHERE ttrss_entries.id = ref_id AND
233 marked = false AND
234 feed_id = '$feed_id' AND
07d0efe9 235 $query_limit
25ea2805 236 ttrss_entries.date_updated < DATE_SUB(NOW(), INTERVAL $purge_interval DAY)");
30f1746f 237
ad507f85
AD
238 $rows = mysql_affected_rows($link);
239
240 }
241
ced46404
AD
242 ccache_update($link, $feed_id, $owner_uid);
243
ad507f85 244 if ($debug) {
6f9e33e4 245 _debug("Purged feed $feed_id ($purge_interval): deleted $rows articles");
fefa6ca3 246 }
9632f884 247 } // function purge_feed
fefa6ca3 248
9632f884 249 /**
a2d79981 250 * Purge old posts from old feeds. Not used anymore, purging is done after feed update.
9632f884
AD
251 *
252 * @param mixed $link A database connection
253 * @param boolean $do_output Set to true to enable printed output, false by default.
254 * @param integer $limit The maximal number of removed posts.
255 * @access public
256 * @return void
257 */
a2d79981 258 /* function global_purge_old_posts($link, $do_output = false, $limit = false) {
44e241cb 259
894ebcf5 260 $random_qpart = sql_random_function();
fefa6ca3 261
44e241cb
AD
262 if ($limit) {
263 $limit_qpart = "LIMIT $limit";
264 } else {
265 $limit_qpart = "";
266 }
267
fefa6ca3 268 $result = db_query($link,
44e241cb
AD
269 "SELECT id,purge_interval,owner_uid FROM ttrss_feeds
270 ORDER BY $random_qpart $limit_qpart");
fefa6ca3
AD
271
272 while ($line = db_fetch_assoc($result)) {
273
274 $feed_id = $line["id"];
275 $purge_interval = $line["purge_interval"];
276 $owner_uid = $line["owner_uid"];
277
278 if ($purge_interval == 0) {
279
280 $tmp_result = db_query($link,
281 "SELECT value FROM ttrss_user_prefs WHERE
282 pref_name = 'PURGE_OLD_DAYS' AND owner_uid = '$owner_uid'");
283
284 if (db_num_rows($tmp_result) != 0) {
285 $purge_interval = db_fetch_result($tmp_result, 0, "value");
286 }
287 }
288
289 if ($do_output) {
ad507f85 290// print "Feed $feed_id: purge interval = $purge_interval\n";
fefa6ca3
AD
291 }
292
3907ef71 293 if ($purge_interval > 0 || FORCE_ARTICLE_PURGE) {
ad507f85 294 purge_feed($link, $feed_id, $purge_interval, $do_output);
fefa6ca3
AD
295 }
296 }
297
a2d79981 298 purge_orphans($link, $do_output);
dab52d7b 299
a2d79981 300 } // function global_purge_old_posts */
fefa6ca3 301
07d0efe9
AD
302 function feed_purge_interval($link, $feed_id) {
303
304 $result = db_query($link, "SELECT purge_interval, owner_uid FROM ttrss_feeds
305 WHERE id = '$feed_id'");
306
307 if (db_num_rows($result) == 1) {
308 $purge_interval = db_fetch_result($result, 0, "purge_interval");
309 $owner_uid = db_fetch_result($result, 0, "owner_uid");
310
311 if ($purge_interval == 0) $purge_interval = get_pref($link,
863be6ca 312 'PURGE_OLD_DAYS', $owner_uid);
07d0efe9
AD
313
314 return $purge_interval;
315
316 } else {
317 return -1;
318 }
319 }
320
b6eefba5 321 function purge_old_posts($link) {
5d73494a 322
f1a80dae
AD
323 $user_id = $_SESSION["uid"];
324
325 $result = db_query($link, "SELECT id,purge_interval FROM ttrss_feeds
326 WHERE owner_uid = '$user_id'");
5d73494a
AD
327
328 while ($line = db_fetch_assoc($result)) {
329
330 $feed_id = $line["id"];
331 $purge_interval = $line["purge_interval"];
332
b619ff15 333 if ($purge_interval == 0) $purge_interval = get_pref($link, 'PURGE_OLD_DAYS');
5d73494a 334
140aae81 335 if ($purge_interval > 0) {
fefa6ca3 336 purge_feed($link, $feed_id, $purge_interval);
5d73494a
AD
337 }
338 }
71604ca4 339
0e0dd486
AD
340 purge_orphans($link);
341 }
342
a2d79981
AD
343 function purge_orphans($link, $do_output = false) {
344
71604ca4 345 // purge orphaned posts in main content table
a2d79981 346 $result = db_query($link, "DELETE FROM ttrss_entries WHERE
71604ca4 347 (SELECT COUNT(int_id) FROM ttrss_user_entries WHERE ref_id = id) = 0");
a2d79981
AD
348
349 if ($do_output) {
350 $rows = db_affected_rows($link, $result);
351 _debug("Purged $rows orphaned posts.");
352 }
c3a8d71a
AD
353 }
354
c7d57b66
AD
355 function get_feed_update_interval($link, $feed_id) {
356 $result = db_query($link, "SELECT owner_uid, update_interval FROM
357 ttrss_feeds WHERE id = '$feed_id'");
358
359 if (db_num_rows($result) == 1) {
360 $update_interval = db_fetch_result($result, 0, "update_interval");
361 $owner_uid = db_fetch_result($result, 0, "owner_uid");
362
363 if ($update_interval != 0) {
364 return $update_interval;
365 } else {
366 return get_pref($link, 'DEFAULT_UPDATE_INTERVAL', $owner_uid, false);
367 }
368
369 } else {
370 return -1;
371 }
372 }
373
5414ad4c 374 function fetch_file_contents($url, $type = false) {
4065b60b 375 if (USE_CURL_FOR_ICONS) {
4065b60b 376 $ch = curl_init($url);
a1af1574
AD
377
378 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
379 curl_setopt($ch, CURLOPT_TIMEOUT, 45);
380 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
381 curl_setopt($ch, CURLOPT_MAXREDIRS, 20);
382 curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
383 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
384
fb074239 385 $contents = @curl_exec($ch);
a1af1574
AD
386 if ($contents === false) {
387 curl_close($ch);
388 return false;
4065b60b
AD
389 }
390
a1af1574
AD
391 $content_type = curl_getinfo($ch, CURLINFO_CONTENT_TYPE);
392 curl_close($ch);
4065b60b 393
a1af1574
AD
394 if ($type && strpos($content_type, "$type") === false) {
395 return false;
396 }
4065b60b 397
a1af1574 398 return $contents;
4065b60b 399 } else {
fb074239 400 return @file_get_contents($url);
4065b60b
AD
401 }
402
403 }
78800912 404
9632f884
AD
405 /**
406 * Try to determine the favicon URL for a feed.
407 * adapted from wordpress favicon plugin by Jeff Minard (http://thecodepro.com/)
408 * http://dev.wp-plugins.org/file/favatars/trunk/favatars.php
409 *
410 * @param string $url A feed or page URL
411 * @access public
412 * @return mixed The favicon URL, or false if none was found.
413 */
4065b60b 414 function get_favicon_url($url) {
99331724 415
ed214298
AD
416 $favicon_url = false;
417
4065b60b 418 if ($html = @fetch_file_contents($url)) {
78800912 419
ed214298 420 libxml_use_internal_errors(true);
c798704b 421
ed214298
AD
422 $doc = new DOMDocument();
423 $doc->loadHTML($html);
424 $xpath = new DOMXPath($doc);
425 $entries = $xpath->query('/html/head/link[@rel="shortcut icon"]');
717f5e64 426
ed214298
AD
427 if (count($entries) > 0) {
428 foreach ($entries as $entry) {
429 $favicon_url = rewrite_relative_url($url, $entry->getAttribute("href"));
430 break;
431 }
432 }
4065b60b 433 }
c798704b 434
ed214298
AD
435 if (!$favicon_url)
436 $favicon_url = rewrite_relative_url($url, "/favicon.ico");
437
4065b60b 438 // Run a test to see if what we have attempted to get actually exists.
ed214298
AD
439 if(USE_CURL_FOR_ICONS || url_validate($favicon_url)) {
440 return $favicon_url;
4065b60b
AD
441 } else {
442 return false;
443 }
9632f884 444 } // function get_favicon_url
4065b60b 445
9632f884
AD
446 /**
447 * Check if a link is a valid and working URL.
448 *
449 * @param mixed $link A URL to check
450 * @access public
451 * @return boolean True if the URL is valid, false otherwise.
452 */
4065b60b
AD
453 function url_validate($link) {
454
455 $url_parts = @parse_url($link);
456
457 if ( empty( $url_parts["host"] ) )
458 return false;
459
460 if ( !empty( $url_parts["path"] ) ) {
461 $documentpath = $url_parts["path"];
462 } else {
463 $documentpath = "/";
464 }
465
466 if ( !empty( $url_parts["query"] ) )
467 $documentpath .= "?" . $url_parts["query"];
468
469 $host = $url_parts["host"];
470 $port = $url_parts["port"];
471
472 if ( empty($port) )
473 $port = "80";
474
475 $socket = @fsockopen( $host, $port, $errno, $errstr, 30 );
476
477 if ( !$socket )
478 return false;
c798704b 479
4065b60b
AD
480 fwrite ($socket, "HEAD ".$documentpath." HTTP/1.0\r\nHost: $host\r\n\r\n");
481
482 $http_response = fgets( $socket, 22 );
483
c7e51de1 484 $responses = "/(200 OK)|(30[123])/";
4065b60b
AD
485 if ( preg_match($responses, $http_response) ) {
486 fclose($socket);
487 return true;
488 } else {
489 return false;
490 }
491
9632f884 492 } // function url_validate
4065b60b
AD
493
494 function check_feed_favicon($site_url, $feed, $link) {
495 $favicon_url = get_favicon_url($site_url);
496
497# print "FAVICON [$site_url]: $favicon_url\n";
498
4065b60b
AD
499 $icon_file = ICONS_DIR . "/$feed.ico";
500
501 if ($favicon_url && !file_exists($icon_file)) {
a1af1574 502 $contents = fetch_file_contents($favicon_url, "image");
4065b60b 503
a1af1574
AD
504 if ($contents) {
505 $fp = fopen($icon_file, "w");
78800912 506
a1af1574
AD
507 if ($fp) {
508 fwrite($fp, $contents);
509 fclose($fp);
510 chmod($icon_file, 0644);
511 }
4065b60b 512 }
78800912
AD
513 }
514 }
515
c633e370
AD
516 function update_rss_feed($link, $feed, $ignore_daemon = false) {
517
518 global $memcache;
519
520 /* Update all feeds with the same URL to utilize memcache */
521
522 if ($memcache) {
523 $result = db_query($link, "SELECT f1.id
524 FROM ttrss_feeds AS f1, ttrss_feeds AS f2
525 WHERE f2.feed_url = f1.feed_url AND f2.id = '$feed'");
526
527 while ($line = db_fetch_assoc($result)) {
528 update_rss_feed_real($link, $line["id"], $ignore_daemon);
529 }
530 } else {
531 update_rss_feed_real($link, $feed, $ignore_daemon);
532 }
533 }
534
535 function update_rss_feed_real($link, $feed, $ignore_daemon = false) {
40d13c28 536
602690e5
AD
537 global $memcache;
538
b4e75b2a 539 if (!$_REQUEST["daemon"] && !$ignore_daemon) {
45004d43 540 return false;
21cfcdf2
AD
541 }
542
b4e75b2a 543 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb 544 _debug("update_rss_feed: start");
219bd8fc
AD
545 }
546
39a52499
AD
547 if (!$ignore_daemon) {
548
549 if (DB_TYPE == "pgsql") {
550 $updstart_thresh_qpart = "(ttrss_feeds.last_update_started IS NULL OR ttrss_feeds.last_update_started < NOW() - INTERVAL '120 seconds')";
551 } else {
552 $updstart_thresh_qpart = "(ttrss_feeds.last_update_started IS NULL OR ttrss_feeds.last_update_started < DATE_SUB(NOW(), INTERVAL 120 SECOND))";
553 }
554
555 $result = db_query($link, "SELECT id,update_interval,auth_login,
16211ddb 556 auth_pass,cache_images,update_method
39a52499 557 FROM ttrss_feeds WHERE id = '$feed' AND $updstart_thresh_qpart");
02008cb1 558
39a52499
AD
559 } else {
560
561 $result = db_query($link, "SELECT id,update_interval,auth_login,
57e24c82
AD
562 feed_url,auth_pass,cache_images,update_method,last_updated,
563 owner_uid
39a52499
AD
564 FROM ttrss_feeds WHERE id = '$feed'");
565
566 }
a88c1f36 567
5370d37f 568 if (db_num_rows($result) == 0) {
b4e75b2a 569 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
c633e370 570 _debug("update_rss_feed: feed $feed NOT FOUND/SKIPPED");
5370d37f 571 }
45004d43 572 return false;
5370d37f
AD
573 }
574
16211ddb 575 $update_method = db_fetch_result($result, 0, "update_method");
50b2db96 576 $last_updated = db_fetch_result($result, 0, "last_updated");
57e24c82 577 $owner_uid = db_fetch_result($result, 0, "owner_uid");
16211ddb 578
3c50da83
AD
579 db_query($link, "UPDATE ttrss_feeds SET last_update_started = NOW()
580 WHERE id = '$feed'");
581
464bd61e
AD
582 $auth_login = db_fetch_result($result, 0, "auth_login");
583 $auth_pass = db_fetch_result($result, 0, "auth_pass");
584
b3009bcd
AD
585 if ($update_method == 0)
586 $update_method = DEFAULT_UPDATE_METHOD + 1;
587
588 // 1 - Magpie
589 // 2 - SimplePie
590 // 3 - Twitter OAuth
591
592 if ($update_method == 2)
593 $use_simplepie = true;
594 else
595 $use_simplepie = false;
16211ddb 596
b4e75b2a 597 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
b3009bcd 598 _debug("update method: $update_method (feed setting: $update_method) (use simplepie: $use_simplepie)\n");
16211ddb
AD
599 }
600
b3009bcd 601 if ($update_method == 1) {
464bd61e
AD
602 $auth_login = urlencode($auth_login);
603 $auth_pass = urlencode($auth_pass);
604 }
47c6c988 605
a88c1f36 606 $update_interval = db_fetch_result($result, 0, "update_interval");
bc0f0785 607 $cache_images = sql_bool_to_bool(db_fetch_result($result, 0, "cache_images"));
c633e370 608 $fetch_url = db_fetch_result($result, 0, "feed_url");
a88c1f36
AD
609
610 if ($update_interval < 0) { return; }
611
ab3d0b99
AD
612 $feed = db_escape_string($feed);
613
b3009bcd 614 if ($auth_login && $auth_pass && $updated != 3) {
47c6c988
AD
615 $url_parts = array();
616 preg_match("/(^[^:]*):\/\/(.*)/", $fetch_url, $url_parts);
617
618 if ($url_parts[1] && $url_parts[2]) {
619 $fetch_url = $url_parts[1] . "://$auth_login:$auth_pass@" . $url_parts[2];
620 }
621
622 }
ab3d0b99 623
b4e75b2a 624 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ca872b9d 625 _debug("update_rss_feed: fetching [$fetch_url]...");
219bd8fc
AD
626 }
627
e656b9f7 628 $obj_id = md5("FDATA:$use_simplepie:$fetch_url");
6e4f0519 629
c633e370 630 if ($memcache && $obj = $memcache->get($obj_id)) {
6e4f0519
AD
631
632 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
c633e370 633 _debug("update_rss_feed: data found in memcache.");
6e4f0519
AD
634 }
635
c633e370
AD
636 $rss = $obj;
637
638 } else {
639
b3009bcd 640 if ($update_method == 3) {
57e24c82 641 $rss = fetch_twitter_rss($link, $fetch_url, $owner_uid);
b3009bcd 642 } else if ($update_method == 1) {
fb074239 643 $rss = @fetch_rss($fetch_url);
c633e370
AD
644 } else {
645 if (!is_dir(SIMPLEPIE_CACHE_DIR)) {
646 mkdir(SIMPLEPIE_CACHE_DIR);
647 }
648
649 $rss = new SimplePie();
a18a4f38 650 $rss->set_useragent(SELF_USER_AGENT);
c633e370
AD
651 # $rss->set_timeout(10);
652 $rss->set_feed_url($fetch_url);
653 $rss->set_output_encoding('UTF-8');
654
655 if (SIMPLEPIE_CACHE_IMAGES && $cache_images) {
656 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
657 _debug("enabling image cache");
658 }
659
660 $rss->set_image_handler('./image.php', 'i');
661 }
662
663 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
664 _debug("feed update interval (sec): " .
665 get_feed_update_interval($link, $feed)*60);
666 }
667
668 if (is_dir(SIMPLEPIE_CACHE_DIR)) {
669 $rss->set_cache_location(SIMPLEPIE_CACHE_DIR);
670 $rss->set_cache_duration(get_feed_update_interval($link, $feed) * 60);
671 }
672
673 $rss->init();
6e4f0519
AD
674 }
675
c633e370 676 if ($memcache && $rss) $memcache->add($obj_id, $rss, 0, 300);
9fdf7824
AD
677 }
678
679// print_r($rss);
219bd8fc 680
b4e75b2a 681 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb 682 _debug("update_rss_feed: fetch done, parsing...");
219bd8fc
AD
683 }
684
b6eefba5 685 $feed = db_escape_string($feed);
dcee8f61 686
b3009bcd 687 if ($update_method == 2) {
ca872b9d
AD
688 $fetch_ok = !$rss->error();
689 } else {
690 $fetch_ok = !!$rss;
691 }
692
693 if ($fetch_ok) {
50b62214 694
b4e75b2a 695 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
50b62214
AD
696 _debug("update_rss_feed: processing feed data...");
697 }
698
44e241cb 699// db_query($link, "BEGIN");
dd8c76a9 700
a88c1f36 701 $result = db_query($link, "SELECT title,icon_url,site_url,owner_uid
f324892e 702 FROM ttrss_feeds WHERE id = '$feed'");
331900c6 703
b6eefba5
AD
704 $registered_title = db_fetch_result($result, 0, "title");
705 $orig_icon_url = db_fetch_result($result, 0, "icon_url");
f324892e 706 $orig_site_url = db_fetch_result($result, 0, "site_url");
331900c6 707
7fed1940
AD
708 $owner_uid = db_fetch_result($result, 0, "owner_uid");
709
16211ddb 710 if ($use_simplepie) {
9fdf7824
AD
711 $site_url = $rss->get_link();
712 } else {
713 $site_url = $rss->channel["link"];
714 }
715
85a92289
AD
716 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
717 _debug("update_rss_feed: checking favicon...");
a2770077
AD
718 }
719
85a92289
AD
720 check_feed_favicon($site_url, $feed, $link);
721
746b249f 722 if (!$registered_title || $registered_title == "[Unknown]") {
4bc64807 723
16211ddb 724 if ($use_simplepie) {
c2f8aac4 725 $feed_title = db_escape_string($rss->get_title());
fb486a33
AD
726 } else {
727 $feed_title = db_escape_string($rss->channel["title"]);
728 }
4bc64807 729
b4e75b2a 730 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
4bc64807
AD
731 _debug("update_rss_feed: registering title: $feed_title");
732 }
7c5a308d 733
f324892e
AD
734 db_query($link, "UPDATE ttrss_feeds SET
735 title = '$feed_title' WHERE id = '$feed'");
736 }
737
49f9c923 738 // weird, weird Magpie
16211ddb 739 if (!$use_simplepie) {
9fdf7824
AD
740 if (!$site_url) $site_url = db_escape_string($rss->channel["link_"]);
741 }
147f7691
AD
742
743 if ($site_url && $orig_site_url != db_escape_string($site_url)) {
f324892e
AD
744 db_query($link, "UPDATE ttrss_feeds SET
745 site_url = '$site_url' WHERE id = '$feed'");
331900c6 746 }
40d13c28 747
b7f4bda2
AD
748// print "I: " . $rss->channel["image"]["url"];
749
16211ddb 750 if (!$use_simplepie) {
98833033 751 $icon_url = db_escape_string($rss->image["url"]);
9fdf7824 752 } else {
98833033 753 $icon_url = db_escape_string($rss->get_image_url());
9fdf7824 754 }
b7f4bda2 755
0526ffdd
AD
756 $icon_url = substr($icon_url, 0, 250);
757
98833033 758 if ($icon_url && $orig_icon_url != $icon_url) {
85469e1b
AD
759 if (USE_CURL_FOR_ICONS || url_validate($icon_url)) {
760 db_query($link, "UPDATE ttrss_feeds SET icon_url = '$icon_url' WHERE id = '$feed'");
761 }
b7f4bda2
AD
762 }
763
b4e75b2a 764 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
50b62214
AD
765 _debug("update_rss_feed: loading filters...");
766 }
e6155a06 767
5daa24f2 768 $filters = load_filters($link, $feed, $owner_uid);
e6155a06 769
16211ddb 770 if ($use_simplepie) {
9fdf7824
AD
771 $iterator = $rss->get_items();
772 } else {
773 $iterator = $rss->items;
774 if (!$iterator || !is_array($iterator)) $iterator = $rss->entries;
775 if (!$iterator || !is_array($iterator)) $iterator = $rss;
776 }
c22789da
AD
777
778 if (!is_array($iterator)) {
39541e74 779 /* db_query($link, "UPDATE ttrss_feeds
75bd0669 780 SET last_error = 'Parse error: can\'t find any articles.'
77f0a2a7
AD
781 WHERE id = '$feed'"); */
782
783 // clear any errors and mark feed as updated if fetched okay
784 // even if it's blank
785
b4e75b2a 786 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
844012bc
AD
787 _debug("update_rss_feed: entry iterator is not an array, no articles?");
788 }
789
77f0a2a7
AD
790 db_query($link, "UPDATE ttrss_feeds
791 SET last_updated = NOW(), last_error = '' WHERE id = '$feed'");
792
793 return; // no articles
c22789da 794 }
ddb68b81 795
b4e75b2a 796 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
50b62214
AD
797 _debug("update_rss_feed: processing articles...");
798 }
799
ddb68b81 800 foreach ($iterator as $item) {
7c5a308d 801
b4e75b2a 802 if ($_REQUEST['xdebug'] == 2) {
40ce98f4
AD
803 print_r($item);
804 }
71bd29f6 805
16211ddb 806 if ($use_simplepie) {
9fdf7824
AD
807 $entry_guid = $item->get_id();
808 if (!$entry_guid) $entry_guid = $item->get_link();
809 if (!$entry_guid) $entry_guid = make_guid_from_title($item->get_title());
810
811 } else {
812
813 $entry_guid = $item["id"];
34e420fb 814
9fdf7824
AD
815 if (!$entry_guid) $entry_guid = $item["guid"];
816 if (!$entry_guid) $entry_guid = $item["link"];
817 if (!$entry_guid) $entry_guid = make_guid_from_title($item["title"]);
818 }
be832a1a 819
b4e75b2a 820 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb
AD
821 _debug("update_rss_feed: guid $entry_guid");
822 }
823
be832a1a
AD
824 if (!$entry_guid) continue;
825
826 $entry_timestamp = "";
827
16211ddb 828 if ($use_simplepie) {
9fdf7824
AD
829 $entry_timestamp = strtotime($item->get_date());
830 } else {
831 $rss_2_date = $item['pubdate'];
832 $rss_1_date = $item['dc']['date'];
833 $atom_date = $item['issued'];
834 if (!$atom_date) $atom_date = $item['updated'];
e9558345 835
9fdf7824
AD
836 if ($atom_date != "") $entry_timestamp = parse_w3cdtf($atom_date);
837 if ($rss_1_date != "") $entry_timestamp = parse_w3cdtf($rss_1_date);
838 if ($rss_2_date != "") $entry_timestamp = strtotime($rss_2_date);
e9558345 839
9fdf7824 840 }
9bb36aa0 841
2e930846 842 if ($entry_timestamp == "" || $entry_timestamp == -1 || !$entry_timestamp) {
be832a1a
AD
843 $entry_timestamp = time();
844 $no_orig_date = 'true';
845 } else {
846 $no_orig_date = 'false';
847 }
848
849 $entry_timestamp_fmt = strftime("%Y/%m/%d %H:%M:%S", $entry_timestamp);
850
b4e75b2a 851 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
44d0e774
AD
852 _debug("update_rss_feed: date $entry_timestamp [$entry_timestamp_fmt]");
853 }
854
16211ddb 855 if ($use_simplepie) {
9fdf7824
AD
856 $entry_title = $item->get_title();
857 } else {
858 $entry_title = trim(strip_tags($item["title"]));
859 }
be832a1a 860
16211ddb 861 if ($use_simplepie) {
9fdf7824
AD
862 $entry_link = $item->get_link();
863 } else {
864 // strange Magpie workaround
865 $entry_link = $item["link_"];
866 if (!$entry_link) $entry_link = $item["link"];
867 }
be832a1a 868
b4e75b2a 869 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
9bb36aa0
AD
870 _debug("update_rss_feed: title $entry_title");
871 }
872
873 if (!$entry_title) $entry_title = date("Y-m-d H:i:s", $entry_timestamp);;
7d3ab0dd 874
be832a1a 875 $entry_link = strip_tags($entry_link);
7d3ab0dd 876
16211ddb 877 if ($use_simplepie) {
4af7a36a
AD
878 $entry_content = $item->get_content();
879 if (!$entry_content) $entry_content = $item->get_description();
9fdf7824
AD
880 } else {
881 $entry_content = $item["content:escaped"];
882
883 if (!$entry_content) $entry_content = $item["content:encoded"];
e91ab107 884 if (!$entry_content) $entry_content = $item["content"]["encoded"];
9fdf7824 885 if (!$entry_content) $entry_content = $item["content"];
ea322415
AD
886
887 // Magpie bugs are getting ridiculous
888 if (trim($entry_content) == "Array") $entry_content = false;
889
9fdf7824
AD
890 if (!$entry_content) $entry_content = $item["atom_content"];
891 if (!$entry_content) $entry_content = $item["summary"];
e91ab107
AD
892
893 if (!$entry_content ||
894 strlen($entry_content) < strlen($item["description"])) {
895 $entry_content = $item["description"];
896 };
9fdf7824
AD
897
898 // WTF
899 if (is_array($entry_content)) {
900 $entry_content = $entry_content["encoded"];
901 if (!$entry_content) $entry_content = $entry_content["escaped"];
ea322415 902 }
be832a1a
AD
903 }
904
b4e75b2a 905 if ($_REQUEST["xdebug"] == 2) {
ea322415
AD
906 print "update_rss_feed: content: ";
907 print_r(htmlspecialchars($entry_content));
908 }
be832a1a
AD
909
910 $entry_content_unescaped = $entry_content;
be832a1a 911
16211ddb 912 if ($use_simplepie) {
9fdf7824 913 $entry_comments = strip_tags($item->data["comments"]);
30cf38dd 914 if ($item->get_author()) {
e1d600f0 915 $entry_author_item = $item->get_author();
a0c6eafb
AD
916 $entry_author = $entry_author_item->get_name();
917 if (!$entry_author) $entry_author = $entry_author_item->get_email();
d1ee9106
AD
918
919 $entry_author = db_escape_string($entry_author);
30cf38dd 920 }
9fdf7824
AD
921 } else {
922 $entry_comments = strip_tags($item["comments"]);
923
924 $entry_author = db_escape_string(strip_tags($item['dc']['creator']));
4d6e9157 925
9fdf7824
AD
926 if ($item['author']) {
927
928 if (is_array($item['author'])) {
929
930 if (!$entry_author) {
931 $entry_author = db_escape_string(strip_tags($item['author']['name']));
932 }
933
934 if (!$entry_author) {
935 $entry_author = db_escape_string(strip_tags($item['author']['email']));
936 }
4d6e9157 937 }
9fdf7824 938
4d6e9157 939 if (!$entry_author) {
9fdf7824 940 $entry_author = db_escape_string(strip_tags($item['author']));
4d6e9157 941 }
83f114c8 942 }
be832a1a
AD
943 }
944
83f114c8
AD
945 if (preg_match('/^[\t\n\r ]*$/', $entry_author)) $entry_author = '';
946
be832a1a 947 $entry_guid = db_escape_string(strip_tags($entry_guid));
2ad9ee56 948 $entry_guid = mb_substr($entry_guid, 0, 250);
be832a1a
AD
949
950 $result = db_query($link, "SELECT id FROM ttrss_entries
951 WHERE guid = '$entry_guid'");
952
953 $entry_content = db_escape_string($entry_content);
7e43ad58
AD
954
955 $content_hash = "SHA1:" . sha1(strip_tags($entry_content));
956
be832a1a
AD
957 $entry_title = db_escape_string($entry_title);
958 $entry_link = db_escape_string($entry_link);
2544f36b
AD
959 $entry_comments = mb_substr(db_escape_string($entry_comments), 0, 250);
960 $entry_author = mb_substr($entry_author, 0, 250);
be832a1a 961
16211ddb 962 if ($use_simplepie) {
9fdf7824
AD
963 $num_comments = 0; #FIXME#
964 } else {
965 $num_comments = db_escape_string($item["slash"]["comments"]);
966 }
be832a1a
AD
967
968 if (!$num_comments) $num_comments = 0;
969
c3fc5e47
AD
970 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
971 _debug("update_rss_feed: looking for tags [1]...");
972 }
973
fefef828 974 // parse <category> entries into tags
be832a1a 975
e75df19d
AD
976 $additional_tags = array();
977
16211ddb 978 if ($use_simplepie) {
be832a1a 979
9fdf7824 980 $additional_tags_src = $item->get_categories();
3b9e5af4 981
a702e931
AD
982 if (is_array($additional_tags_src)) {
983 foreach ($additional_tags_src as $tobj) {
984 array_push($additional_tags, $tobj->get_term());
985 }
fefef828 986 }
fefef828 987
b4e75b2a 988 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
6af621c7
AD
989 _debug("update_rss_feed: category tags:");
990 print_r($additional_tags);
991 }
992
9fdf7824 993 } else {
fefef828 994
9fdf7824 995 $t_ctr = $item['category#'];
fefef828 996
9fdf7824 997 if ($t_ctr == 0) {
e75df19d 998 $additional_tags = array();
71bd29f6 999 } else if ($t_ctr > 0) {
9fdf7824 1000 $additional_tags = array($item['category']);
71bd29f6
AD
1001
1002 if ($item['category@term']) {
1003 array_push($additional_tags, $item['category@term']);
1004 }
1005
9fdf7824
AD
1006 for ($i = 0; $i <= $t_ctr; $i++ ) {
1007 if ($item["category#$i"]) {
1008 array_push($additional_tags, $item["category#$i"]);
1009 }
71bd29f6
AD
1010
1011 if ($item["category#$i@term"]) {
1012 array_push($additional_tags, $item["category#$i@term"]);
1013 }
9fdf7824
AD
1014 }
1015 }
1016
1017 // parse <dc:subject> elements
1018
1019 $t_ctr = $item['dc']['subject#'];
1020
71bd29f6 1021 if ($t_ctr > 0) {
e75df19d 1022 array_push($additional_tags, $item['dc']['subject']);
71bd29f6 1023
9fdf7824
AD
1024 for ($i = 0; $i <= $t_ctr; $i++ ) {
1025 if ($item['dc']["subject#$i"]) {
1026 array_push($additional_tags, $item['dc']["subject#$i"]);
1027 }
fefef828
AD
1028 }
1029 }
1030 }
8add756a 1031
c3fc5e47
AD
1032 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
1033 _debug("update_rss_feed: looking for tags [2]...");
1034 }
e91ab107 1035
c3fc5e47
AD
1036 /* taaaags */
1037 // <a href="..." rel="tag">Xorg</a>, //
e91ab107 1038
c3fc5e47 1039 $entry_tags = null;
e91ab107 1040
c3fc5e47
AD
1041 preg_match_all("/<a.*?rel=['\"]tag['\"].*?\>([^<]+)<\/a>/i",
1042 $entry_content_unescaped, $entry_tags);
e91ab107 1043
c3fc5e47 1044 $entry_tags = $entry_tags[1];
b652fdae 1045
c3fc5e47 1046 $entry_tags = array_merge($entry_tags, $additional_tags);
1e87951d
AD
1047 $entry_tags = array_unique($entry_tags);
1048
1049 for ($i = 0; $i < count($entry_tags); $i++)
1050 $entry_tags[$i] = mb_strtolower($entry_tags[$i], 'utf-8');
b652fdae 1051
c3fc5e47
AD
1052 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
1053 _debug("update_rss_feed: unfiltered tags found:");
1054 print_r($entry_tags);
ce53e200
AD
1055 }
1056
d48d160c 1057 # sanitize content
183ad07b 1058
621ffb00
AD
1059 $entry_content = sanitize_article_content($entry_content);
1060 $entry_title = sanitize_article_content($entry_title);
d48d160c 1061
b4e75b2a 1062 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb
AD
1063 _debug("update_rss_feed: done collecting data [TITLE:$entry_title]");
1064 }
1065
44e241cb
AD
1066 db_query($link, "BEGIN");
1067
4c193675
AD
1068 if (db_num_rows($result) == 0) {
1069
b4e75b2a 1070 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb
AD
1071 _debug("update_rss_feed: base guid not found");
1072 }
1073
4c193675
AD
1074 // base post entry does not exist, create it
1075
4c193675
AD
1076 $result = db_query($link,
1077 "INSERT INTO ttrss_entries
1078 (title,
1079 guid,
1080 link,
1081 updated,
1082 content,
1083 content_hash,
1084 no_orig_date,
25ea2805 1085 date_updated,
4c193675 1086 date_entered,
11b0dce2 1087 comments,
b6104dee
AD
1088 num_comments,
1089 author)
4c193675
AD
1090 VALUES
1091 ('$entry_title',
1092 '$entry_guid',
1093 '$entry_link',
1094 '$entry_timestamp_fmt',
1095 '$entry_content',
1096 '$content_hash',
1097 $no_orig_date,
25ea2805
AD
1098 NOW(),
1099 NOW(),
11b0dce2 1100 '$entry_comments',
b6104dee
AD
1101 '$num_comments',
1102 '$entry_author')");
8926aab8
AD
1103 } else {
1104 // we keep encountering the entry in feeds, so we need to
25ea2805 1105 // update date_updated column so that we don't get horrible
8926aab8
AD
1106 // dupes when the entry gets purged and reinserted again e.g.
1107 // in the case of SLOW SLOW OMG SLOW updating feeds
1108
1109 $base_entry_id = db_fetch_result($result, 0, "id");
1110
25ea2805 1111 db_query($link, "UPDATE ttrss_entries SET date_updated = NOW()
8926aab8 1112 WHERE id = '$base_entry_id'");
4c193675
AD
1113 }
1114
1115 // now it should exist, if not - bad luck then
1116
6385315d
AD
1117 $result = db_query($link, "SELECT
1118 id,content_hash,no_orig_date,title,
25ea2805 1119 ".SUBSTRING_FOR_DATE."(date_updated,1,19) as date_updated,
2ac6b765 1120 ".SUBSTRING_FOR_DATE."(updated,1,19) as updated,
11b0dce2 1121 num_comments
6385315d
AD
1122 FROM
1123 ttrss_entries
1124 WHERE guid = '$entry_guid'");
4c193675 1125
ce53e200
AD
1126 $entry_ref_id = 0;
1127 $entry_int_id = 0;
1128
4c193675
AD
1129 if (db_num_rows($result) == 1) {
1130
b4e75b2a 1131 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
7ca91eb3 1132 _debug("update_rss_feed: base guid found, checking for user record");
34e420fb
AD
1133 }
1134
11b0dce2
AD
1135 // this will be used below in update handler
1136 $orig_content_hash = db_fetch_result($result, 0, "content_hash");
1137 $orig_title = db_fetch_result($result, 0, "title");
1138 $orig_num_comments = db_fetch_result($result, 0, "num_comments");
25ea2805
AD
1139 $orig_date_updated = strtotime(db_fetch_result($result,
1140 0, "date_updated"));
6385315d 1141
11b0dce2 1142 $ref_id = db_fetch_result($result, 0, "id");
ce53e200 1143 $entry_ref_id = $ref_id;
4c193675 1144
11b0dce2 1145 // check for user post link to main table
4c193675 1146
11b0dce2 1147 // do we allow duplicate posts with same GUID in different feeds?
8d0ec6fd 1148 if (get_pref($link, "ALLOW_DUPLICATE_POSTS", $owner_uid, false)) {
e04c18a2 1149 $dupcheck_qpart = "AND (feed_id = '$feed' OR feed_id IS NULL)";
11b0dce2
AD
1150 } else {
1151 $dupcheck_qpart = "";
1152 }
71604ca4 1153
c3fc5e47
AD
1154 /* Collect article tags here so we could filter by them: */
1155
f8382011 1156 $article_filters = get_article_filters($filters, $entry_title,
1e87951d
AD
1157 $entry_content, $entry_link, $entry_timestamp, $entry_author,
1158 $entry_tags);
19c9cb11 1159
b4e75b2a 1160 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
7ca91eb3
AD
1161 _debug("update_rss_feed: article filters: ");
1162 if (count($article_filters) != 0) {
1163 print_r($article_filters);
1164 }
1165 }
1166
f8382011 1167 if (find_article_filter($article_filters, "filter")) {
ee4a9812 1168 db_query($link, "COMMIT"); // close transaction in progress
11b0dce2
AD
1169 continue;
1170 }
19c9cb11 1171
ff6e357a
AD
1172 $score = calculate_article_score($article_filters);
1173
b4e75b2a 1174 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ff6e357a
AD
1175 _debug("update_rss_feed: initial score: $score");
1176 }
1177
ef83538d 1178 $query = "SELECT ref_id, int_id FROM ttrss_user_entries WHERE
11b0dce2 1179 ref_id = '$ref_id' AND owner_uid = '$owner_uid'
ef83538d
AD
1180 $dupcheck_qpart";
1181
b4e75b2a 1182// if ($_REQUEST["xdebug"]) print "$query\n";
ef83538d
AD
1183
1184 $result = db_query($link, $query);
7ca91eb3 1185
11b0dce2
AD
1186 // okay it doesn't exist - create user entry
1187 if (db_num_rows($result) == 0) {
1188
b4e75b2a 1189 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
7ca91eb3
AD
1190 _debug("update_rss_feed: user record not found, creating...");
1191 }
1192
24605713 1193 if ($score >= -500 && !find_article_filter($article_filters, 'catchup')) {
11b0dce2
AD
1194 $unread = 'true';
1195 $last_read_qpart = 'NULL';
1196 } else {
1197 $unread = 'false';
1198 $last_read_qpart = 'NOW()';
1199 }
dd7d3187 1200
32d59314 1201 if (find_article_filter($article_filters, 'mark') || $score > 1000) {
dd7d3187
AD
1202 $marked = 'true';
1203 } else {
1204 $marked = 'false';
1205 }
a36c0dfe
AD
1206
1207 if (find_article_filter($article_filters, 'publish')) {
1208 $published = 'true';
1209 } else {
1210 $published = 'false';
1211 }
1212
11b0dce2
AD
1213 $result = db_query($link,
1214 "INSERT INTO ttrss_user_entries
ff6e357a 1215 (ref_id, owner_uid, feed_id, unread, last_read, marked,
905ff52a 1216 published, score, tag_cache, label_cache)
11b0dce2 1217 VALUES ('$ref_id', '$owner_uid', '$feed', $unread,
905ff52a 1218 $last_read_qpart, $marked, $published, '$score', '', '')");
ce53e200
AD
1219
1220 $result = db_query($link,
1221 "SELECT int_id FROM ttrss_user_entries WHERE
1222 ref_id = '$ref_id' AND owner_uid = '$owner_uid' AND
1223 feed_id = '$feed' LIMIT 1");
1224
1225 if (db_num_rows($result) == 1) {
1226 $entry_int_id = db_fetch_result($result, 0, "int_id");
1227 }
1228 } else {
b4e75b2a 1229 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
e04c18a2
AD
1230 _debug("update_rss_feed: user record FOUND");
1231 }
1232
ce53e200
AD
1233 $entry_ref_id = db_fetch_result($result, 0, "ref_id");
1234 $entry_int_id = db_fetch_result($result, 0, "int_id");
11b0dce2 1235 }
ce53e200 1236
b4e75b2a 1237 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ce53e200
AD
1238 _debug("update_rss_feed: RID: $entry_ref_id, IID: $entry_int_id");
1239 }
1240
6385315d
AD
1241 $post_needs_update = false;
1242
8d0ec6fd 1243 if (get_pref($link, "UPDATE_POST_ON_CHECKSUM_CHANGE", $owner_uid, false) &&
6385315d 1244 ($content_hash != $orig_content_hash)) {
7e43ad58 1245// print "<!-- [$entry_title] $content_hash vs $orig_content_hash -->";
6385315d
AD
1246 $post_needs_update = true;
1247 }
1248
7e43ad58 1249 if (db_escape_string($orig_title) != $entry_title) {
6385315d
AD
1250 $post_needs_update = true;
1251 }
1252
11b0dce2
AD
1253 if ($orig_num_comments != $num_comments) {
1254 $post_needs_update = true;
1255 }
1256
6385315d
AD
1257// this doesn't seem to be very reliable
1258//
1259// if ($orig_timestamp != $entry_timestamp && !$orig_no_orig_date) {
1260// $post_needs_update = true;
1261// }
1262
1263 // if post needs update, update it and mark all user entries
1c73bc0c 1264 // linking to this post as updated
6385315d
AD
1265 if ($post_needs_update) {
1266
7ca91eb3
AD
1267 if (defined('DAEMON_EXTENDED_DEBUG')) {
1268 _debug("update_rss_feed: post $entry_guid needs update...");
1269 }
1270
6385315d
AD
1271// print "<!-- post $orig_title needs update : $post_needs_update -->";
1272
6385315d 1273 db_query($link, "UPDATE ttrss_entries
11b0dce2 1274 SET title = '$entry_title', content = '$entry_content',
7e43ad58 1275 content_hash = '$content_hash',
11b0dce2 1276 num_comments = '$num_comments'
6385315d
AD
1277 WHERE id = '$ref_id'");
1278
8d0ec6fd 1279 if (get_pref($link, "MARK_UNREAD_ON_UPDATE", $owner_uid, false)) {
4919fb42
AD
1280 db_query($link, "UPDATE ttrss_user_entries
1281 SET last_read = null, unread = true WHERE ref_id = '$ref_id'");
1282 } else {
1283 db_query($link, "UPDATE ttrss_user_entries
1284 SET last_read = null WHERE ref_id = '$ref_id' AND unread = false");
1285 }
6385315d
AD
1286
1287 }
4c193675
AD
1288 }
1289
44e241cb
AD
1290 db_query($link, "COMMIT");
1291
b4e75b2a 1292 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ceb30ba4
AD
1293 _debug("update_rss_feed: assigning labels...");
1294 }
1295
1296 assign_article_to_labels($link, $entry_ref_id, $article_filters,
1297 $owner_uid);
1298
b4e75b2a 1299 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ce53e200
AD
1300 _debug("update_rss_feed: looking for enclosures...");
1301 }
1302
c3fc5e47
AD
1303 // enclosures
1304
1305 $enclosures = array();
1306
1307 if ($use_simplepie) {
1308 $encs = $item->get_enclosures();
1309
1310 if (is_array($encs)) {
1311 foreach ($encs as $e) {
1312 $e_item = array(
1313 $e->link, $e->type, $e->length);
1314
1315 array_push($enclosures, $e_item);
1316 }
1317 }
1318
1319 } else {
1320 // <enclosure>
1321
1322 $e_ctr = $item['enclosure#'];
1323
1324 if ($e_ctr > 0) {
1325 $e_item = array($item['enclosure@url'],
1326 $item['enclosure@type'],
1327 $item['enclosure@length']);
1328
1329 array_push($enclosures, $e_item);
1330
1331 for ($i = 0; $i <= $e_ctr; $i++ ) {
1332
1333 if ($item["enclosure#$i@url"]) {
1334 $e_item = array($item["enclosure#$i@url"],
1335 $item["enclosure#$i@type"],
1336 $item["enclosure#$i@length"]);
1337 array_push($enclosures, $e_item);
1338 }
1339 }
1340 }
1341
1342 // <media:content>
1343 // can there be many of those? yes -fox
1344
1345 $m_ctr = $item['media']['content#'];
1346
1347 if ($m_ctr > 0) {
1348 $e_item = array($item['media']['content@url'],
1349 $item['media']['content@medium'],
1350 $item['media']['content@length']);
1351
1352 array_push($enclosures, $e_item);
1353
1354 for ($i = 0; $i <= $m_ctr; $i++ ) {
1355
1356 if ($item["media"]["content#$i@url"]) {
1357 $e_item = array($item["media"]["content#$i@url"],
1358 $item["media"]["content#$i@medium"],
1359 $item["media"]["content#$i@length"]);
1360 array_push($enclosures, $e_item);
1361 }
1362 }
1363
1364 }
1365 }
1366
1367
b4e75b2a 1368 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
c3fc5e47 1369 _debug("update_rss_feed: article enclosures:");
ce53e200
AD
1370 print_r($enclosures);
1371 }
1372
1373 db_query($link, "BEGIN");
1374
1375 foreach ($enclosures as $enc) {
1376 $enc_url = db_escape_string($enc[0]);
1377 $enc_type = db_escape_string($enc[1]);
1378 $enc_dur = db_escape_string($enc[2]);
1379
1380 $result = db_query($link, "SELECT id FROM ttrss_enclosures
1381 WHERE content_url = '$enc_url' AND post_id = '$entry_ref_id'");
1382
1383 if (db_num_rows($result) == 0) {
1384 db_query($link, "INSERT INTO ttrss_enclosures
1385 (content_url, content_type, title, duration, post_id) VALUES
1386 ('$enc_url', '$enc_type', '', '$enc_dur', '$entry_ref_id')");
1387 }
1388 }
1389
1390 db_query($link, "COMMIT");
1391
c3fc5e47 1392 // check for manual tags (we have to do it here since they're loaded from filters)
073ca0e6 1393
4d50f419
AD
1394 foreach ($article_filters as $f) {
1395 if ($f[0] == "tag") {
f8382011 1396
4d50f419 1397 $manual_tags = trim_array(split(",", $f[1]));
073ca0e6 1398
4d50f419
AD
1399 foreach ($manual_tags as $tag) {
1400 if (tag_is_valid($tag)) {
1401 array_push($entry_tags, $tag);
1402 }
be832a1a
AD
1403 }
1404 }
1405 }
1406
c3fc5e47
AD
1407 // Skip boring tags
1408
11c9ea1f
AD
1409 $boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
1410 'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
8fc70781 1411
c3fc5e47 1412 $filtered_tags = array();
779560b7 1413 $tags_to_cache = array();
c3fc5e47
AD
1414
1415 if ($entry_tags && is_array($entry_tags)) {
1416 foreach ($entry_tags as $tag) {
1417 if (array_search($tag, $boring_tags) === false) {
1418 array_push($filtered_tags, $tag);
073ca0e6
AD
1419 }
1420 }
fefef828
AD
1421 }
1422
779560b7
AD
1423 $filtered_tags = array_unique($filtered_tags);
1424
b4e75b2a 1425 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
c3fc5e47
AD
1426 _debug("update_rss_feed: filtered article tags:");
1427 print_r($filtered_tags);
9fdf7824
AD
1428 }
1429
c3fc5e47
AD
1430 // Save article tags in the database
1431
1432 if (count($filtered_tags) > 0) {
eb36b4eb 1433
44e241cb
AD
1434 db_query($link, "BEGIN");
1435
779560b7 1436 foreach ($filtered_tags as $tag) {
fefef828 1437
779560b7
AD
1438 $tag = sanitize_tag($tag);
1439 $tag = db_escape_string($tag);
1440
1441 if (!tag_is_valid($tag)) continue;
1442
1443 $result = db_query($link, "SELECT id FROM ttrss_tags
1444 WHERE tag_name = '$tag' AND post_int_id = '$entry_int_id' AND
1445 owner_uid = '$owner_uid' LIMIT 1");
31483fc1 1446
fe99ab12
AD
1447 if ($result && db_num_rows($result) == 0) {
1448
fe99ab12
AD
1449 db_query($link, "INSERT INTO ttrss_tags
1450 (owner_uid,tag_name,post_int_id)
1451 VALUES ('$owner_uid','$tag', '$entry_int_id')");
779560b7 1452 }
490c366d 1453
779560b7
AD
1454 array_push($tags_to_cache, $tag);
1455 }
490c366d 1456
779560b7
AD
1457 /* update the cache */
1458
1459 $tags_to_cache = array_unique($tags_to_cache);
1460
1461 $tags_str = db_escape_string(join(",", $tags_to_cache));
490c366d 1462
779560b7
AD
1463 db_query($link, "UPDATE ttrss_user_entries
1464 SET tag_cache = '$tags_str' WHERE ref_id = '$entry_ref_id'
1465 AND owner_uid = $owner_uid");
ce53e200 1466
44e241cb 1467 db_query($link, "COMMIT");
05732aa0 1468 }
9fdf7824 1469
b4e75b2a 1470 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
9fdf7824
AD
1471 _debug("update_rss_feed: article processed");
1472 }
4c193675 1473 }
40d13c28 1474
50b2db96 1475 if (!$last_updated) {
b4e75b2a 1476 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
50b2db96
AD
1477 _debug("update_rss_feed: new feed, catching it up...");
1478 }
c7e51de1 1479 catchup_feed($link, $feed, false, $owner_uid);
50b2db96
AD
1480 }
1481
0e70ed51 1482 purge_feed($link, $feed, 0);
3907ef71 1483
ab3d0b99
AD
1484 db_query($link, "UPDATE ttrss_feeds
1485 SET last_updated = NOW(), last_error = '' WHERE id = '$feed'");
eb36b4eb 1486
44e241cb 1487// db_query($link, "COMMIT");
dd8c76a9 1488
ab3d0b99 1489 } else {
ca872b9d 1490
16211ddb 1491 if ($use_simplepie) {
ca872b9d 1492 $error_msg = mb_substr($rss->error(), 0, 250);
9fdf7824 1493 } else {
ca872b9d 1494 $error_msg = mb_substr(magpie_error(), 0, 250);
9fdf7824 1495 }
ca872b9d 1496
b4e75b2a 1497 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
ca872b9d
AD
1498 _debug("update_rss_feed: error fetching feed: $error_msg");
1499 }
1500
1501 $error_msg = db_escape_string($error_msg);
1502
ab3d0b99 1503 db_query($link,
aa5f9f5f
AD
1504 "UPDATE ttrss_feeds SET last_error = '$error_msg',
1505 last_updated = NOW() WHERE id = '$feed'");
40d13c28
AD
1506 }
1507
16211ddb 1508 if ($use_simplepie) {
ac6ebdb3
AD
1509 unset($rss);
1510 }
1511
b4e75b2a 1512 if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) {
34e420fb 1513 _debug("update_rss_feed: done");
219bd8fc
AD
1514 }
1515
40d13c28
AD
1516 }
1517
f175937c 1518 function print_select($id, $default, $values, $attributes = "") {
79f3553b 1519 print "<select name=\"$id\" id=\"$id\" $attributes>";
a0d53889
AD
1520 foreach ($values as $v) {
1521 if ($v == $default)
60807300 1522 $sel = "selected=\"1\"";
a0d53889
AD
1523 else
1524 $sel = "";
1525
60807300 1526 print "<option value=\"$v\" $sel>$v</option>";
a0d53889
AD
1527 }
1528 print "</select>";
1529 }
40d13c28 1530
79f3553b
AD
1531 function print_select_hash($id, $default, $values, $attributes = "") {
1532 print "<select name=\"$id\" id='$id' $attributes>";
673d54ca
AD
1533 foreach (array_keys($values) as $v) {
1534 if ($v == $default)
74d5c8fa 1535 $sel = 'selected="selected"';
673d54ca
AD
1536 else
1537 $sel = "";
1538
1539 print "<option $sel value=\"$v\">".$values[$v]."</option>";
1540 }
1541
1542 print "</select>";
1543 }
1544
c3fc5e47 1545 function get_article_filters($filters, $title, $content, $link, $timestamp, $author, $tags) {
240054f1 1546 $matches = array();
c2d9322b 1547
240054f1
AD
1548 if ($filters["title"]) {
1549 foreach ($filters["title"] as $filter) {
c2d9322b
AD
1550 $reg_exp = $filter["reg_exp"];
1551 $inverse = $filter["inverse"];
a9d63d29
AD
1552 if ((!$inverse && @preg_match("/$reg_exp/i", $title)) ||
1553 ($inverse && !@preg_match("/$reg_exp/i", $title))) {
c2d9322b 1554
240054f1
AD
1555 array_push($matches, array($filter["action"], $filter["action_param"]));
1556 }
1557 }
1558 }
1559
1560 if ($filters["content"]) {
1561 foreach ($filters["content"] as $filter) {
c2d9322b
AD
1562 $reg_exp = $filter["reg_exp"];
1563 $inverse = $filter["inverse"];
1564
a9d63d29
AD
1565 if ((!$inverse && @preg_match("/$reg_exp/i", $content)) ||
1566 ($inverse && !@preg_match("/$reg_exp/i", $content))) {
c2d9322b 1567
240054f1
AD
1568 array_push($matches, array($filter["action"], $filter["action_param"]));
1569 }
1570 }
1571 }
1572
1573 if ($filters["both"]) {
1574 foreach ($filters["both"] as $filter) {
1575 $reg_exp = $filter["reg_exp"];
c2d9322b
AD
1576 $inverse = $filter["inverse"];
1577
1578 if ($inverse) {
a9d63d29 1579 if (!@preg_match("/$reg_exp/i", $title) && !preg_match("/$reg_exp/i", $content)) {
c2d9322b
AD
1580 array_push($matches, array($filter["action"], $filter["action_param"]));
1581 }
1582 } else {
a9d63d29 1583 if (@preg_match("/$reg_exp/i", $title) || preg_match("/$reg_exp/i", $content)) {
c2d9322b
AD
1584 array_push($matches, array($filter["action"], $filter["action_param"]));
1585 }
240054f1
AD
1586 }
1587 }
1588 }
1589
1590 if ($filters["link"]) {
1591 $reg_exp = $filter["reg_exp"];
1592 foreach ($filters["link"] as $filter) {
1593 $reg_exp = $filter["reg_exp"];
c2d9322b
AD
1594 $inverse = $filter["inverse"];
1595
a9d63d29
AD
1596 if ((!$inverse && @preg_match("/$reg_exp/i", $link)) ||
1597 ($inverse && !@preg_match("/$reg_exp/i", $link))) {
c2d9322b 1598
240054f1
AD
1599 array_push($matches, array($filter["action"], $filter["action_param"]));
1600 }
1601 }
1602 }
1603
44d0e774
AD
1604 if ($filters["date"]) {
1605 $reg_exp = $filter["reg_exp"];
1606 foreach ($filters["date"] as $filter) {
1607 $date_modifier = $filter["filter_param"];
1608 $inverse = $filter["inverse"];
1609 $check_timestamp = strtotime($filter["reg_exp"]);
1610
1611 # no-op when timestamp doesn't parse to prevent misfires
1612
1613 if ($check_timestamp) {
1614 $match_ok = false;
1615
1616 if ($date_modifier == "before" && $timestamp < $check_timestamp ||
1617 $date_modifier == "after" && $timestamp > $check_timestamp) {
1618 $match_ok = true;
1619 }
1620
1621 if ($inverse) $match_ok = !$match_ok;
1622
1623 if ($match_ok) {
1624 array_push($matches, array($filter["action"], $filter["action_param"]));
1625 }
1626 }
1627 }
1628 }
1629
fa3317be
AD
1630 if ($filters["author"]) {
1631 foreach ($filters["author"] as $filter) {
1632 $reg_exp = $filter["reg_exp"];
1633 $inverse = $filter["inverse"];
a9d63d29
AD
1634 if ((!$inverse && @preg_match("/$reg_exp/i", $author)) ||
1635 ($inverse && !@preg_match("/$reg_exp/i", $author))) {
fa3317be
AD
1636
1637 array_push($matches, array($filter["action"], $filter["action_param"]));
1638 }
1639 }
1640 }
1641
c3fc5e47
AD
1642 if ($filters["tag"]) {
1643
1644 $tag_string = join(",", $tags);
1645
1646 foreach ($filters["tag"] as $filter) {
1647 $reg_exp = $filter["reg_exp"];
1648 $inverse = $filter["inverse"];
1649
a9d63d29
AD
1650 if ((!$inverse && @preg_match("/$reg_exp/i", $tag_string)) ||
1651 ($inverse && !@preg_match("/$reg_exp/i", $tag_string))) {
c3fc5e47
AD
1652
1653 array_push($matches, array($filter["action"], $filter["action_param"]));
1654 }
1655 }
1656 }
1657
1658
240054f1
AD
1659 return $matches;
1660 }
1661
f8382011
AD
1662 function find_article_filter($filters, $filter_name) {
1663 foreach ($filters as $f) {
1664 if ($f[0] == $filter_name) {
1665 return $f;
1666 };
1667 }
1668 return false;
1669 }
1670
ff6e357a
AD
1671 function calculate_article_score($filters) {
1672 $score = 0;
1673
1674 foreach ($filters as $f) {
1675 if ($f[0] == "score") {
1676 $score += $f[1];
1677 };
1678 }
1679 return $score;
1680 }
1681
ceb30ba4
AD
1682 function assign_article_to_labels($link, $id, $filters, $owner_uid) {
1683 foreach ($filters as $f) {
1684 if ($f[0] == "label") {
1685 label_add_article($link, $id, $f[1], $owner_uid);
1686 };
1687 }
1688 }
ff6e357a 1689
406d9489
AD
1690 function getmicrotime() {
1691 list($usec, $sec) = explode(" ",microtime());
1692 return ((float)$usec + (float)$sec);
1693 }
1694
f541eb78 1695 function print_radio($id, $default, $true_is, $values, $attributes = "") {
77e96719
AD
1696 foreach ($values as $v) {
1697
1698 if ($v == $default)
5da169d9 1699 $sel = "checked";
77e96719 1700 else
5da169d9
AD
1701 $sel = "";
1702
f541eb78 1703 if ($v == $true_is) {
5da169d9
AD
1704 $sel .= " value=\"1\"";
1705 } else {
1706 $sel .= " value=\"0\"";
1707 }
77e96719 1708
d69fa6d6 1709 print "<input class=\"noborder\" dojoType=\"dijit.form.RadioButton\"
69654950 1710 type=\"radio\" $sel $attributes name=\"$id\">&nbsp;$v&nbsp;";
77e96719
AD
1711
1712 }
1713 }
1714
d9084cf2 1715 function initialize_user_prefs($link, $uid, $profile = false) {
ff485f1d
AD
1716
1717 $uid = db_escape_string($uid);
1718
d9084cf2
AD
1719 if (!$profile) {
1720 $profile = "NULL";
f9aa6a89 1721 $profile_qpart = "AND profile IS NULL";
d9084cf2 1722 } else {
f9aa6a89 1723 $profile_qpart = "AND profile = '$profile'";
d9084cf2
AD
1724 }
1725
f9aa6a89
AD
1726 if (get_schema_version($link) < 63) $profile_qpart = "";
1727
ff485f1d
AD
1728 db_query($link, "BEGIN");
1729
1730 $result = db_query($link, "SELECT pref_name,def_value FROM ttrss_prefs");
1731
1732 $u_result = db_query($link, "SELECT pref_name
f9aa6a89 1733 FROM ttrss_user_prefs WHERE owner_uid = '$uid' $profile_qpart");
ff485f1d
AD
1734
1735 $active_prefs = array();
1736
1737 while ($line = db_fetch_assoc($u_result)) {
1738 array_push($active_prefs, $line["pref_name"]);
1739 }
1740
1741 while ($line = db_fetch_assoc($result)) {
1742 if (array_search($line["pref_name"], $active_prefs) === FALSE) {
1743// print "adding " . $line["pref_name"] . "<br>";
1744
f9aa6a89
AD
1745 if (get_schema_version($link) < 63) {
1746 db_query($link, "INSERT INTO ttrss_user_prefs
1747 (owner_uid,pref_name,value) VALUES
1748 ('$uid', '".$line["pref_name"]."','".$line["def_value"]."')");
1749
1750 } else {
1751 db_query($link, "INSERT INTO ttrss_user_prefs
1752 (owner_uid,pref_name,value, profile) VALUES
1753 ('$uid', '".$line["pref_name"]."','".$line["def_value"]."', $profile)");
1754 }
ff485f1d
AD
1755
1756 }
1757 }
1758
1759 db_query($link, "COMMIT");
1760
1761 }
956c7629
AD
1762
1763 function lookup_user_id($link, $user) {
1764
1765 $result = db_query($link, "SELECT id FROM ttrss_users WHERE
1766 login = '$login'");
1767
1768 if (db_num_rows($result) == 1) {
1769 return db_fetch_result($result, 0, "id");
1770 } else {
1771 return false;
1772 }
1773 }
1774
18664970
AD
1775 function http_authenticate_user($link) {
1776
99ea1043 1777// error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log');
4bc64807 1778
18664970
AD
1779 if (!$_SERVER["PHP_AUTH_USER"]) {
1780
1781 header('WWW-Authenticate: Basic realm="Tiny Tiny RSS RSSGen"');
1782 header('HTTP/1.0 401 Unauthorized');
1783 exit;
1784
1785 } else {
1786 $auth_result = authenticate_user($link,
1787 $_SERVER["PHP_AUTH_USER"], $_SERVER["PHP_AUTH_PW"]);
1788
1789 if (!$auth_result) {
1790 header('WWW-Authenticate: Basic realm="Tiny Tiny RSS RSSGen"');
1791 header('HTTP/1.0 401 Unauthorized');
1792 exit;
1793 }
1794 }
1795
1796 return true;
1797 }
1798
461766f3 1799 function authenticate_user($link, $login, $password, $force_auth = false) {
c8437f35 1800
131b01b3 1801 if (!SINGLE_USER_MODE) {
c8437f35 1802
1a9f4d3c
AD
1803 $pwd_hash1 = encrypt_password($password);
1804 $pwd_hash2 = encrypt_password($password, $login);
2d969845 1805 $login = db_escape_string($login);
461766f3 1806
66917e70 1807 if (defined('ALLOW_REMOTE_USER_AUTH') && ALLOW_REMOTE_USER_AUTH
73f5f114 1808 && $_SERVER["REMOTE_USER"] && $login != "admin") {
66917e70
AD
1809
1810 $login = db_escape_string($_SERVER["REMOTE_USER"]);
1811
73f5f114 1812 $query = "SELECT id,login,access_level,pwd_hash
461766f3 1813 FROM ttrss_users WHERE
66917e70
AD
1814 login = '$login'";
1815
461766f3 1816 } else {
1a9f4d3c 1817 $query = "SELECT id,login,access_level,pwd_hash
461766f3 1818 FROM ttrss_users WHERE
1a9f4d3c
AD
1819 login = '$login' AND (pwd_hash = '$pwd_hash1' OR
1820 pwd_hash = '$pwd_hash2')";
461766f3
AD
1821 }
1822
1823 $result = db_query($link, $query);
131b01b3
AD
1824
1825 if (db_num_rows($result) == 1) {
1826 $_SESSION["uid"] = db_fetch_result($result, 0, "id");
1827 $_SESSION["name"] = db_fetch_result($result, 0, "login");
1828 $_SESSION["access_level"] = db_fetch_result($result, 0, "access_level");
1829
1830 db_query($link, "UPDATE ttrss_users SET last_login = NOW() WHERE id = " .
1831 $_SESSION["uid"]);
1832
131b01b3 1833 $_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
1a9f4d3c 1834 $_SESSION["pwd_hash"] = db_fetch_result($result, 0, "pwd_hash");
91c5f229
AD
1835
1836 $_SESSION["last_version_check"] = time();
131b01b3
AD
1837
1838 initialize_user_prefs($link, $_SESSION["uid"]);
1839
1840 return true;
1841 }
1842
1843 return false;
503eb349 1844
131b01b3 1845 } else {
503eb349 1846
131b01b3
AD
1847 $_SESSION["uid"] = 1;
1848 $_SESSION["name"] = "admin";
f557cd78 1849
0bbba72d
AD
1850 $_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
1851
1852 initialize_user_prefs($link, $_SESSION["uid"]);
1853
c8437f35
AD
1854 return true;
1855 }
c8437f35
AD
1856 }
1857
e6cb77a0
AD
1858 function make_password($length = 8) {
1859
1860 $password = "";
798f722b
AD
1861 $possible = "0123456789abcdfghjkmnpqrstvwxyzABCDFGHJKMNPQRSTVWXYZ";
1862
1863 $i = 0;
e6cb77a0
AD
1864
1865 while ($i < $length) {
1866 $char = substr($possible, mt_rand(0, strlen($possible)-1), 1);
1867
1868 if (!strstr($password, $char)) {
1869 $password .= $char;
1870 $i++;
1871 }
1872 }
1873 return $password;
1874 }
1875
1876 // this is called after user is created to initialize default feeds, labels
1877 // or whatever else
1878
1879 // user preferences are checked on every login, not here
1880
1881 function initialize_user($link, $uid) {
1882
e6cb77a0 1883 db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
74bff337 1884 values ('$uid', 'Tiny Tiny RSS: New Releases',
b6d486a3 1885 'http://tt-rss.org/releases.rss')");
3b0feb9b 1886
cd2cd415
AD
1887 db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
1888 values ('$uid', 'Tiny Tiny RSS: Forum',
f0855b88 1889 'http://tt-rss.org/forum/rss.php')");
3b0feb9b 1890 }
e6cb77a0 1891
b8aa49bc 1892 function logout_user() {
5ccc1cf5
AD
1893 session_destroy();
1894 if (isset($_COOKIE[session_name()])) {
1895 setcookie(session_name(), '', time()-42000, '/');
1896 }
b8aa49bc
AD
1897 }
1898
75836f33 1899 function get_script_urlpath() {
87a79fa4 1900 return preg_replace('/\/[^\/]*$/', "", $_SERVER["REQUEST_URI"]);
75836f33
AD
1901 }
1902
916f788a 1903 function validate_session($link) {
741edab2
AD
1904 if (SINGLE_USER_MODE) {
1905 return true;
1906 }
1907
a2e9b457 1908 if (SESSION_CHECK_ADDRESS && $_SESSION["uid"]) {
916f788a
AD
1909 if ($_SESSION["ip_address"]) {
1910 if ($_SESSION["ip_address"] != $_SERVER["REMOTE_ADDR"]) {
af163b85 1911 $_SESSION["login_error_msg"] = __("Session failed to validate (incorrect IP)");
916f788a
AD
1912 return false;
1913 }
1914 }
1915 }
d620cfe7 1916
05044a59
AD
1917 if ($_SESSION["ref_schema_version"] != get_schema_version($link, true)) {
1918 return false;
1919 }
1920
e6684130
AD
1921 if ($_SESSION["uid"]) {
1922
1923 $result = db_query($link,
1924 "SELECT pwd_hash FROM ttrss_users WHERE id = '".$_SESSION["uid"]."'");
1925
1926 $pwd_hash = db_fetch_result($result, 0, "pwd_hash");
1927
1928 if ($pwd_hash != $_SESSION["pwd_hash"]) {
1929 return false;
1930 }
1931 }
1932
a885f0ec 1933/* if ($_SESSION["cookie_lifetime"] && $_SESSION["uid"]) {
d620cfe7 1934
8e849206 1935 //print_r($_SESSION);
d620cfe7
AD
1936
1937 if (time() > $_SESSION["cookie_lifetime"]) {
1938 return false;
1939 }
a885f0ec
AD
1940 } */
1941
916f788a
AD
1942 return true;
1943 }
1944
793185a9 1945 function login_sequence($link, $mobile = false) {
b8aa49bc 1946 if (!SINGLE_USER_MODE) {
75836f33 1947
7f0acba7 1948 $login_action = $_POST["login_action"];
a885f0ec 1949
01a87dff 1950 # try to authenticate user if called from login form
7f0acba7 1951 if ($login_action == "do_login") {
01a87dff
AD
1952 $login = $_POST["login"];
1953 $password = $_POST["password"];
d620cfe7 1954 $remember_me = $_POST["remember_me"];
f557cd78 1955
01a87dff
AD
1956 if (authenticate_user($link, $login, $password)) {
1957 $_POST["password"] = "";
d620cfe7 1958
f8c612d4 1959 $_SESSION["language"] = $_POST["language"];
05044a59 1960 $_SESSION["ref_schema_version"] = get_schema_version($link, true);
a598370d 1961 $_SESSION["bw_limit"] = !!$_POST["bw_limit"];
f8c612d4 1962
d9084cf2
AD
1963 if ($_POST["profile"]) {
1964
1965 $profile = db_escape_string($_POST["profile"]);
1966
1967 $result = db_query($link, "SELECT id FROM ttrss_settings_profiles
1968 WHERE id = '$profile' AND owner_uid = " . $_SESSION["uid"]);
1969
1970 if (db_num_rows($result) != 0) {
1971 $_SESSION["profile"] = $profile;
1972 $_SESSION["prefs_cache"] = array();
1973 }
1974 }
1975
d620cfe7
AD
1976 header("Location: " . $_SERVER["REQUEST_URI"]);
1977 exit;
1978
01a87dff 1979 return;
7f0acba7 1980 } else {
af163b85 1981 $_SESSION["login_error_msg"] = __("Incorrect username or password");
01a87dff
AD
1982 }
1983 }
1984
7f0acba7 1985 if (!$_SESSION["uid"] || !validate_session($link)) {
206d4967
AD
1986 render_login_form($link, $mobile);
1987 //header("Location: login.php");
01a87dff 1988 exit;
d3687e7a
AD
1989 } else {
1990 /* bump login timestamp */
1991 db_query($link, "UPDATE ttrss_users SET last_login = NOW() WHERE id = " .
1992 $_SESSION["uid"]);
019bd5a9 1993
d54780bc 1994 if ($_SESSION["language"] && SESSION_COOKIE_LIFETIME > 0) {
019bd5a9
AD
1995 setcookie("ttrss_lang", $_SESSION["language"],
1996 time() + SESSION_COOKIE_LIFETIME);
1997 }
b8aa49bc 1998 }
d620cfe7 1999
b8aa49bc 2000 } else {
0bbba72d 2001 return authenticate_user($link, "admin", null);
b8aa49bc
AD
2002 }
2003 }
3547842a
AD
2004
2005 function truncate_string($str, $max_len) {
12db369c 2006 if (mb_strlen($str, "utf-8") > $max_len - 3) {
66a251f9 2007 return mb_substr($str, 0, $max_len, "utf-8") . "&hellip;";
3547842a
AD
2008 } else {
2009 return $str;
2010 }
2011 }
54a60e1a 2012
e9823609 2013 function theme_image($link, $filename) {
883fee8d
AD
2014 if ($link) {
2015 $theme_path = get_user_theme_path($link);
e9823609 2016
883fee8d
AD
2017 if ($theme_path && is_file($theme_path.$filename)) {
2018 return $theme_path.$filename;
2019 } else {
2020 return $filename;
2021 }
e9823609
AD
2022 } else {
2023 return $filename;
2024 }
2025 }
2026
dce46cad 2027 function get_user_theme($link) {
e4c51a6c 2028
b92fbcd8 2029 if (get_schema_version($link) >= 63 && $_SESSION["uid"]) {
b97e6e02
AD
2030 $theme_name = get_pref($link, "_THEME_ID");
2031 if (is_dir("themes/$theme_name")) {
2032 return $theme_name;
2033 } else {
2034 return '';
2035 }
e4c51a6c 2036 } else {
b97e6e02 2037 return '';
e4c51a6c 2038 }
d9084cf2 2039
dce46cad
AD
2040 }
2041
2042 function get_user_theme_path($link) {
c3fddd05 2043 $theme_path = '';
dce46cad 2044
b92fbcd8 2045 if (get_schema_version($link) >= 63 && $_SESSION["uid"]) {
dce46cad
AD
2046 $theme_name = get_pref($link, "_THEME_ID");
2047
b97e6e02 2048 if ($theme_name && is_dir("themes/$theme_name")) {
dce46cad 2049 $theme_path = "themes/$theme_name/";
6ba50622 2050 } else {
dce46cad 2051 $theme_name = '';
6ba50622 2052 }
54a60e1a 2053 } else {
dce46cad
AD
2054 $theme_path = '';
2055 }
2056
0c425dc7 2057 if ($theme_path) {
8d3cb8c0
AD
2058 if (is_file("$theme_path/theme.ini")) {
2059 $ini = parse_ini_file("$theme_path/theme.ini", true);
2060 if ($ini['theme']['version'] >= THEME_VERSION_REQUIRED) {
0c425dc7
AD
2061 return $theme_path;
2062 }
2063 }
2064 }
2065 return '';
dce46cad
AD
2066 }
2067
e71f2610
AD
2068 function get_user_theme_options($link) {
2069 $t = get_user_theme_path($link);
2070
2071 if ($t) {
2072 if (is_file("$t/theme.ini")) {
2073 $ini = parse_ini_file("$t/theme.ini", true);
2074 if ($ini['theme']['version']) {
2075 return $ini['theme']['options'];
2076 }
2077 }
2078 }
f1f3a642 2079 return '';
e71f2610
AD
2080 }
2081
8d3cb8c0
AD
2082 function print_theme_includes($link) {
2083
2084 $t = get_user_theme_path($link);
2085 $time = time();
2086
2087 if ($t) {
2088 print "<link rel=\"stylesheet\" type=\"text/css\"
2089 href=\"$t/theme.css?$time \">";
2090 if (file_exists("$t/theme.js")) {
2091 print "<script type=\"text/javascript\" src=\"$t/theme.js?$time\">
2092 </script>";
2093 }
2094 }
2095 }
e71f2610 2096
dce46cad
AD
2097 function get_all_themes() {
2098 $themes = glob("themes/*");
2099
b97e6e02
AD
2100 asort($themes);
2101
dce46cad
AD
2102 $rv = array();
2103
2104 foreach ($themes as $t) {
2105 if (is_file("$t/theme.ini")) {
2106 $ini = parse_ini_file("$t/theme.ini", true);
8d3cb8c0 2107 if ($ini['theme']['version'] >= THEME_VERSION_REQUIRED &&
0c425dc7 2108 !$ini['theme']['disabled']) {
dce46cad
AD
2109 $entry = array();
2110 $entry["path"] = $t;
2111 $entry["base"] = basename($t);
2112 $entry["name"] = $ini['theme']['name'];
2113 $entry["version"] = $ini['theme']['version'];
2114 $entry["author"] = $ini['theme']['author'];
e71f2610 2115 $entry["options"] = $ini['theme']['options'];
dce46cad
AD
2116 array_push($rv, $entry);
2117 }
2118 }
54a60e1a 2119 }
dce46cad
AD
2120
2121 return $rv;
54a60e1a 2122 }
be773442 2123
324944f3
AD
2124 function make_local_datetime($link, $timestamp, $long, $owner_uid = false,
2125 $no_smart_dt = false) {
2126
2127 if (!$owner_uid) $owner_uid = $_SESSION['uid'];
2128 if (!$timestamp) $timestamp = '1970-01-01 0:00';
2129
2130 $user_tz_string = get_pref($link, 'USER_TIMEZONE', $owner_uid);
2131
2132 try {
2133 $user_tz = new DateTimeZone($user_tz_string);
2134 } catch (Exception $e) {
2135 $user_tz = new DateTimeZone('UTC');
2136 }
2137
2138 # We store date in UTC internally
2139 $dt = new DateTime($timestamp, new DateTimeZone('UTC'));
2140 $user_timestamp = $dt->format('U') + $user_tz->getOffset($dt);
2141
2142 if (!$no_smart_dt && get_pref($link, 'HEADLINES_SMART_DATE', $owner_uid)) {
2a5c136e
AD
2143 return smart_date_time($link, $user_timestamp,
2144 $user_tz->getOffset($dt), $owner_uid);
324944f3
AD
2145 } else {
2146 if ($long)
2147 $format = get_pref($link, 'LONG_DATE_FORMAT', $owner_uid);
2148 else
2149 $format = get_pref($link, 'SHORT_DATE_FORMAT', $owner_uid);
2150
2151 return date($format, $user_timestamp);
2152 }
2153 }
2154
2a5c136e
AD
2155 function smart_date_time($link, $timestamp, $tz_offset = 0, $owner_uid = false) {
2156 if (!$owner_uid) $owner_uid = $_SESSION['uid'];
2157
2158 if (date("Y.m.d", $timestamp) == date("Y.m.d", time() + $tz_offset)) {
be773442 2159 return date("G:i", $timestamp);
2a5c136e
AD
2160 } else if (date("Y", $timestamp) == date("Y", time() + $tz_offset)) {
2161 $format = get_pref($link, 'SHORT_DATE_FORMAT', $owner_uid);
2162 return date($format, $timestamp);
be773442 2163 } else {
2a5c136e
AD
2164 $format = get_pref($link, 'LONG_DATE_FORMAT', $owner_uid);
2165 return date($format, $timestamp);
be773442
AD
2166 }
2167 }
2168
2169 function smart_date($timestamp) {
2170 if (date("Y.m.d", $timestamp) == date("Y.m.d")) {
2171 return "Today";
f26450f1 2172 } else if (date("Y", $timestamp) == date("Y")) {
be773442
AD
2173 return date("D m", $timestamp);
2174 } else {
b02111c2 2175 return date("Y/m/d", $timestamp);
be773442
AD
2176 }
2177 }
a654a595
AD
2178
2179 function sql_bool_to_string($s) {
2180 if ($s == "t" || $s == "1") {
2181 return "true";
2182 } else {
2183 return "false";
2184 }
2185 }
e3c99f3b
AD
2186
2187 function sql_bool_to_bool($s) {
2188 if ($s == "t" || $s == "1") {
2189 return true;
2190 } else {
2191 return false;
2192 }
2193 }
0ea4fb50 2194
badac687
AD
2195 function bool_to_sql_bool($s) {
2196 if ($s) {
2197 return "true";
2198 } else {
2199 return "false";
2200 }
2201 }
e3c99f3b 2202
0ea4fb50
AD
2203 function toggleEvenOdd($a) {
2204 if ($a == "even")
2205 return "odd";
2206 else
2207 return "even";
2208 }
6043fb7e 2209
199db684
AD
2210 function get_schema_version($link, $nocache = false) {
2211 if (!$_SESSION["schema_version"] || $nocache) {
2212 $result = db_query($link, "SELECT schema_version FROM ttrss_version");
2213 $version = db_fetch_result($result, 0, "schema_version");
2214 $_SESSION["schema_version"] = $version;
2215 return $version;
2216 } else {
2217 return $_SESSION["schema_version"];
2218 }
e4c51a6c
AD
2219 }
2220
6043fb7e 2221 function sanity_check($link) {
9cbca41f 2222
6043fb7e 2223 $error_code = 0;
05044a59 2224 $schema_version = get_schema_version($link);
6043fb7e
AD
2225
2226 if ($schema_version != SCHEMA_VERSION) {
2227 $error_code = 5;
2228 }
2229
aec3ce39
AD
2230 if (DB_TYPE == "mysql") {
2231 $result = db_query($link, "SELECT true", false);
2232 if (db_num_rows($result) != 1) {
2233 $error_code = 10;
2234 }
2235 }
2236
f29ba148
AD
2237 if (db_escape_string("testTEST") != "testTEST") {
2238 $error_code = 12;
2239 }
2240
6043fb7e 2241 if ($error_code != 0) {
aec3ce39 2242 print_error_xml($error_code);
6043fb7e
AD
2243 return false;
2244 } else {
2245 return true;
4220d6b0 2246 }
6043fb7e
AD
2247 }
2248
27981ca3 2249 function file_is_locked($filename) {
31a6d42d 2250 if (function_exists('flock')) {
fb074239 2251 $fp = @fopen(LOCK_DIRECTORY . "/$filename", "r");
31a6d42d
AD
2252 if ($fp) {
2253 if (flock($fp, LOCK_EX | LOCK_NB)) {
2254 flock($fp, LOCK_UN);
2255 fclose($fp);
2256 return false;
2257 }
27981ca3 2258 fclose($fp);
31a6d42d 2259 return true;
e89aed7b
AD
2260 } else {
2261 return false;
27981ca3 2262 }
27981ca3 2263 }
c1fb4a5e 2264 return true; // consider the file always locked and skip the test
27981ca3
AD
2265 }
2266
fcb4c0c9 2267 function make_lockfile($filename) {
cfa43e02 2268 $fp = fopen(LOCK_DIRECTORY . "/$filename", "w");
fcb4c0c9 2269
82acc36d 2270 if (flock($fp, LOCK_EX | LOCK_NB)) {
4c59adb1
AD
2271 if (function_exists('posix_getpid')) {
2272 fwrite($fp, posix_getpid() . "\n");
2273 }
fcb4c0c9
AD
2274 return $fp;
2275 } else {
2276 return false;
2277 }
2278 }
2279
bf7fcde8 2280 function make_stampfile($filename) {
cfa43e02 2281 $fp = fopen(LOCK_DIRECTORY . "/$filename", "w");
bf7fcde8 2282
8e00ae9b 2283 if (flock($fp, LOCK_EX | LOCK_NB)) {
bf7fcde8 2284 fwrite($fp, time() . "\n");
8e00ae9b 2285 flock($fp, LOCK_UN);
bf7fcde8
AD
2286 fclose($fp);
2287 return true;
2288 } else {
2289 return false;
2290 }
2291 }
2292
894ebcf5
AD
2293 function sql_random_function() {
2294 if (DB_TYPE == "mysql") {
2295 return "RAND()";
2296 } else {
2297 return "RANDOM()";
2298 }
2299 }
2300
d36f5607 2301 function catchup_feed($link, $feed, $cat_view, $owner_uid = false) {
c7e51de1
AD
2302
2303 if (!$owner_uid) $owner_uid = $_SESSION['uid'];
88040f57
AD
2304
2305 if (preg_match("/^-?[0-9][0-9]*$/", $feed) != false) {
22fdebff 2306
23aa0d16
AD
2307 if ($cat_view) {
2308
72a2f4f5 2309 if ($feed >= 0) {
f9fca8cb
AD
2310
2311 if ($feed > 0) {
2312 $cat_qpart = "cat_id = '$feed'";
2313 } else {
2314 $cat_qpart = "cat_id IS NULL";
2315 }
23aa0d16 2316
f9fca8cb 2317 $tmp_result = db_query($link, "SELECT id
c7e51de1 2318 FROM ttrss_feeds WHERE $cat_qpart AND owner_uid = $owner_uid");
f9fca8cb
AD
2319
2320 while ($tmp_line = db_fetch_assoc($tmp_result)) {
23aa0d16 2321
f9fca8cb 2322 $tmp_feed = $tmp_line["id"];
23aa0d16 2323
f9fca8cb
AD
2324 db_query($link, "UPDATE ttrss_user_entries
2325 SET unread = false,last_read = NOW()
c7e51de1 2326 WHERE feed_id = '$tmp_feed' AND owner_uid = $owner_uid");
f9fca8cb
AD
2327 }
2328 } else if ($feed == -2) {
23aa0d16 2329
6f69764c
AD
2330
2331 db_query($link, "UPDATE ttrss_user_entries
2332 SET unread = false,last_read = NOW() WHERE (SELECT COUNT(*)
2333 FROM ttrss_user_labels2 WHERE article_id = ref_id) > 0
c7e51de1 2334 AND unread = true AND owner_uid = $owner_uid");
23aa0d16
AD
2335 }
2336
2337 } else if ($feed > 0) {
2338
6e63a7c3 2339 db_query($link, "UPDATE ttrss_user_entries
23aa0d16 2340 SET unread = false,last_read = NOW()
c7e51de1 2341 WHERE feed_id = '$feed' AND owner_uid = $owner_uid");
6e63a7c3 2342
23aa0d16
AD
2343 } else if ($feed < 0 && $feed > -10) { // special, like starred
2344
2345 if ($feed == -1) {
2346 db_query($link, "UPDATE ttrss_user_entries
2347 SET unread = false,last_read = NOW()
c7e51de1 2348 WHERE marked = true AND owner_uid = $owner_uid");
23aa0d16 2349 }
e4f4b46f
AD
2350
2351 if ($feed == -2) {
2352 db_query($link, "UPDATE ttrss_user_entries
2353 SET unread = false,last_read = NOW()
c7e51de1 2354 WHERE published = true AND owner_uid = $owner_uid");
e4f4b46f
AD
2355 }
2356
2d24f032
AD
2357 if ($feed == -3) {
2358
c1d7e6c3
AD
2359 $intl = get_pref($link, "FRESH_ARTICLE_MAX_AGE");
2360
2d24f032 2361 if (DB_TYPE == "pgsql") {
7608b38a 2362 $match_part = "updated > NOW() - INTERVAL '$intl hour' ";
2d24f032 2363 } else {
7608b38a 2364 $match_part = "updated > DATE_SUB(NOW(),
c1d7e6c3 2365 INTERVAL $intl HOUR) ";
2d24f032
AD
2366 }
2367
1f3335dc
AD
2368 $result = db_query($link, "SELECT id FROM ttrss_entries,
2369 ttrss_user_entries WHERE $match_part AND
2370 unread = true AND
2371 ttrss_user_entries.ref_id = ttrss_entries.id AND
c7e51de1 2372 owner_uid = $owner_uid");
1f3335dc
AD
2373
2374 $affected_ids = array();
2375
2376 while ($line = db_fetch_assoc($result)) {
2377 array_push($affected_ids, $line["id"]);
2378 }
2379
2380 catchupArticlesById($link, $affected_ids, 0);
2d24f032
AD
2381 }
2382
3584cb11
AD
2383 if ($feed == -4) {
2384 db_query($link, "UPDATE ttrss_user_entries
2385 SET unread = false,last_read = NOW()
c7e51de1 2386 WHERE owner_uid = $owner_uid");
3584cb11
AD
2387 }
2388
23aa0d16
AD
2389 } else if ($feed < -10) { // label
2390
23aa0d16
AD
2391 $label_id = -$feed - 11;
2392
933ba4ee 2393 db_query($link, "UPDATE ttrss_user_entries, ttrss_user_labels2
338c238d
AD
2394 SET unread = false, last_read = NOW()
2395 WHERE label_id = '$label_id' AND unread = true
c7e51de1 2396 AND owner_uid = '$owner_uid' AND ref_id = article_id");
23aa0d16 2397
23aa0d16 2398 }
ad0056a8 2399
c7e51de1 2400 ccache_update($link, $feed, $owner_uid, $cat_view);
ad0056a8 2401
23aa0d16
AD
2402 } else { // tag
2403 db_query($link, "BEGIN");
2404
2405 $tag_name = db_escape_string($feed);
2406
2407 $result = db_query($link, "SELECT post_int_id FROM ttrss_tags
c7e51de1 2408 WHERE tag_name = '$tag_name' AND owner_uid = $owner_uid");
23aa0d16
AD
2409
2410 while ($line = db_fetch_assoc($result)) {
2411 db_query($link, "UPDATE ttrss_user_entries SET
2412 unread = false, last_read = NOW()
2413 WHERE int_id = " . $line["post_int_id"]);
2414 }
2415 db_query($link, "COMMIT");
2416 }
2417 }
2418
35bf080c 2419 function update_generic_feed($link, $feed, $cat_view, $force_update = false) {
23aa0d16
AD
2420 if ($cat_view) {
2421
2422 if ($feed > 0) {
2423 $cat_qpart = "cat_id = '$feed'";
2424 } else {
2425 $cat_qpart = "cat_id IS NULL";
2426 }
2427
c633e370 2428 $tmp_result = db_query($link, "SELECT id FROM ttrss_feeds
23aa0d16
AD
2429 WHERE $cat_qpart AND owner_uid = " . $_SESSION["uid"]);
2430
2431 while ($tmp_line = db_fetch_assoc($tmp_result)) {
571dad82 2432 $feed_id = $tmp_line["id"];
c633e370 2433 update_rss_feed($link, $feed_id, $force_update);
23aa0d16
AD
2434 }
2435
2436 } else {
c633e370 2437 update_rss_feed($link, $feed, $force_update);
23aa0d16
AD
2438 }
2439 }
a9cb1f83 2440
4ffa126e 2441 function getAllCounters($link, $omode = "flc", $active_feed = false) {
cf4d339c 2442
e33fe293 2443 if (!$omode) $omode = "flc";
0a6e5382 2444
6a7817c1
AD
2445 $data = getGlobalCounters($link);
2446
2447 $data = array_merge($data, getVirtCounters($link));
2448
2449 if (strchr($omode, "l")) $data = array_merge($data, getLabelCounters($link));
2450 if (strchr($omode, "f")) $data = array_merge($data, getFeedCounters($link, $active_feed));
2451 if (strchr($omode, "t")) $data = array_merge($data, getTagCounters($link));
e33fe293
AD
2452 if (strchr($omode, "c")) {
2453 if (get_pref($link, 'ENABLE_FEED_CATS')) {
6a7817c1 2454 $data = array_merge($data, getCategoryCounters($link));
cf4d339c 2455 }
e33fe293 2456 }
6a7817c1
AD
2457
2458 return $data;
a9cb1f83
AD
2459 }
2460
2461 function getCategoryCounters($link) {
6a7817c1 2462 $ret_arr = array();
bba7c4bf 2463
6a7817c1 2464 /* Labels category */
bba7c4bf 2465
8acc449c 2466 $cv = array("id" => -2, "kind" => "cat",
6a7817c1 2467 "counter" => getCategoryUnread($link, -2));
bba7c4bf 2468
6a7817c1 2469 array_push($ret_arr, $cv);
bba7c4bf 2470
14073c0a
AD
2471 $age_qpart = getMaxAgeSubquery();
2472
31375163
AD
2473 $result = db_query($link, "SELECT id AS cat_id, value AS unread
2474 FROM ttrss_feed_categories, ttrss_cat_counters_cache
2475 WHERE ttrss_cat_counters_cache.feed_id = id AND
2476 ttrss_feed_categories.owner_uid = " . $_SESSION["uid"]);
a9cb1f83
AD
2477
2478 while ($line = db_fetch_assoc($result)) {
22fdebff 2479 $line["cat_id"] = (int) $line["cat_id"];
8a4c759e 2480
8acc449c 2481 $cv = array("id" => $line["cat_id"], "kind" => "cat",
6a7817c1
AD
2482 "counter" => $line["unread"]);
2483
2484 array_push($ret_arr, $cv);
a9cb1f83 2485 }
d232a40f
AD
2486
2487 /* Special case: NULL category doesn't actually exist in the DB */
2488
9798b2b4 2489 $cv = array("id" => 0, "kind" => "cat",
6a7817c1 2490 "counter" => ccache_find($link, 0, $_SESSION["uid"], true));
d232a40f 2491
6a7817c1
AD
2492 array_push($ret_arr, $cv);
2493
2494 return $ret_arr;
a9cb1f83
AD
2495 }
2496
b6d486a3
AD
2497 function getCategoryUnread($link, $cat, $owner_uid = false) {
2498
2499 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
f295c368 2500
bba7c4bf 2501 if ($cat >= 0) {
18664970 2502
bba7c4bf
AD
2503 if ($cat != 0) {
2504 $cat_query = "cat_id = '$cat'";
2505 } else {
2506 $cat_query = "cat_id IS NULL";
2507 }
14073c0a
AD
2508
2509 $age_qpart = getMaxAgeSubquery();
2510
bba7c4bf 2511 $result = db_query($link, "SELECT id FROM ttrss_feeds WHERE $cat_query
b6d486a3 2512 AND owner_uid = " . $owner_uid);
bba7c4bf
AD
2513
2514 $cat_feeds = array();
2515 while ($line = db_fetch_assoc($result)) {
2516 array_push($cat_feeds, "feed_id = " . $line["id"]);
2517 }
2518
2519 if (count($cat_feeds) == 0) return 0;
2520
2521 $match_part = implode(" OR ", $cat_feeds);
2522
2523 $result = db_query($link, "SELECT COUNT(int_id) AS unread
14073c0a
AD
2524 FROM ttrss_user_entries,ttrss_entries
2525 WHERE unread = true AND ($match_part) AND id = ref_id
b6d486a3 2526 AND $age_qpart AND owner_uid = " . $owner_uid);
bba7c4bf
AD
2527
2528 $unread = 0;
2529
2530 # this needs to be rewritten
2531 while ($line = db_fetch_assoc($result)) {
2532 $unread += $line["unread"];
2533 }
2534
2535 return $unread;
2536 } else if ($cat == -1) {
59e15af4 2537 return getFeedUnread($link, -1) + getFeedUnread($link, -2) + getFeedUnread($link, -3) + getFeedUnread($link, 0);
bba7c4bf 2538 } else if ($cat == -2) {
f295c368 2539
b2531a28
AD
2540 $result = db_query($link, "
2541 SELECT COUNT(unread) AS unread FROM
2542 ttrss_user_entries, ttrss_labels2, ttrss_user_labels2, ttrss_feeds
2543 WHERE label_id = ttrss_labels2.id AND article_id = ref_id AND
2544 ttrss_labels2.owner_uid = '$owner_uid'
117335bf 2545 AND unread = true AND feed_id = ttrss_feeds.id
b2531a28 2546 AND ttrss_user_entries.owner_uid = '$owner_uid'");
ceb30ba4 2547
b2531a28 2548 $unread = db_fetch_result($result, 0, "unread");
f295c368 2549
b2531a28 2550 return $unread;
f295c368 2551
ceb30ba4 2552 }
f295c368
AD
2553 }
2554
14073c0a
AD
2555 function getMaxAgeSubquery($days = COUNTERS_MAX_AGE) {
2556 if (DB_TYPE == "pgsql") {
25ea2805 2557 return "ttrss_entries.date_updated >
14073c0a
AD
2558 NOW() - INTERVAL '$days days'";
2559 } else {
25ea2805 2560 return "ttrss_entries.date_updated >
14073c0a
AD
2561 DATE_SUB(NOW(), INTERVAL $days DAY)";
2562 }
2563 }
2564
f295c368 2565 function getFeedUnread($link, $feed, $is_cat = false) {
2627f2d0 2566 return getFeedArticles($link, $feed, $is_cat, true, $_SESSION["uid"]);
bdb7369b
AD
2567 }
2568
ceb30ba4
AD
2569 function getLabelUnread($link, $label_id, $owner_uid = false) {
2570 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
2571
2572 $result = db_query($link, "
0112162d 2573 SELECT COUNT(unread) AS unread FROM
b0f24af1
AD
2574 ttrss_user_entries, ttrss_labels2, ttrss_user_labels2, ttrss_feeds
2575 WHERE label_id = ttrss_labels2.id AND article_id = ref_id AND
2576 ttrss_labels2.owner_uid = '$owner_uid' AND ttrss_labels2.id = '$label_id'
117335bf 2577 AND unread = true AND feed_id = ttrss_feeds.id
933ba4ee 2578 AND ttrss_user_entries.owner_uid = '$owner_uid'");
ceb30ba4
AD
2579
2580 if (db_num_rows($result) != 0) {
2581 return db_fetch_result($result, 0, "unread");
2582 } else {
2583 return 0;
2584 }
2585 }
2586
2627f2d0
AD
2587 function getFeedArticles($link, $feed, $is_cat = false, $unread_only = false,
2588 $owner_uid = false) {
2589
22fdebff 2590 $n_feed = (int) $feed;
f295c368 2591
2627f2d0
AD
2592 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
2593
bdb7369b
AD
2594 if ($unread_only) {
2595 $unread_qpart = "unread = true";
2596 } else {
2597 $unread_qpart = "true";
2598 }
2599
14073c0a
AD
2600 $age_qpart = getMaxAgeSubquery();
2601
f295c368 2602 if ($is_cat) {
b6d486a3 2603 return getCategoryUnread($link, $n_feed, $owner_uid);
326469fc
AD
2604 } if ($feed != "0" && $n_feed == 0) {
2605
c5701e70
AD
2606 $feed = db_escape_string($feed);
2607
326469fc
AD
2608 $result = db_query($link, "SELECT SUM((SELECT COUNT(int_id)
2609 FROM ttrss_user_entries,ttrss_entries WHERE int_id = post_int_id
2610 AND ref_id = id AND $age_qpart
2611 AND $unread_qpart)) AS count FROM ttrss_tags
2612 WHERE owner_uid = $owner_uid AND tag_name = '$feed'");
2613 return db_fetch_result($result, 0, "count");
2614
f295c368 2615 } else if ($n_feed == -1) {
a9cb1f83 2616 $match_part = "marked = true";
e4f4b46f
AD
2617 } else if ($n_feed == -2) {
2618 $match_part = "published = true";
2d24f032
AD
2619 } else if ($n_feed == -3) {
2620 $match_part = "unread = true";
2621
b71e188e 2622 $intl = get_pref($link, "FRESH_ARTICLE_MAX_AGE", $owner_uid);
c1d7e6c3 2623
2d24f032 2624 if (DB_TYPE == "pgsql") {
7608b38a 2625 $match_part .= " AND updated > NOW() - INTERVAL '$intl hour' ";
2d24f032 2626 } else {
7608b38a 2627 $match_part .= " AND updated > DATE_SUB(NOW(), INTERVAL $intl HOUR) ";
2d24f032 2628 }
b2531a28
AD
2629 } else if ($n_feed == -4) {
2630 $match_part = "true";
e04c18a2 2631 } else if ($n_feed >= 0) {
831ff047 2632
6e63a7c3
AD
2633 if ($n_feed != 0) {
2634 $match_part = "feed_id = '$n_feed'";
831ff047 2635 } else {
6e63a7c3 2636 $match_part = "feed_id IS NULL";
831ff047 2637 }
6e63a7c3 2638
a9cb1f83 2639 } else if ($feed < -10) {
318260cc 2640
a9cb1f83
AD
2641 $label_id = -$feed - 11;
2642
ceb30ba4 2643 return getLabelUnread($link, $label_id, $owner_uid);
a9cb1f83 2644
a9cb1f83
AD
2645 }
2646
2647 if ($match_part) {
e04c18a2
AD
2648
2649 if ($n_feed != 0) {
2650 $from_qpart = "ttrss_user_entries,ttrss_feeds,ttrss_entries";
117335bf 2651 $feeds_qpart = "ttrss_user_entries.feed_id = ttrss_feeds.id AND";
e04c18a2
AD
2652 } else {
2653 $from_qpart = "ttrss_user_entries,ttrss_entries";
c3fddd05 2654 $feeds_qpart = '';
e04c18a2
AD
2655 }
2656
dbfc4365 2657 $query = "SELECT count(int_id) AS unread
e04c18a2 2658 FROM $from_qpart WHERE
88040f57 2659 ttrss_user_entries.ref_id = ttrss_entries.id AND
14073c0a 2660 $age_qpart AND
dbfc4365
AD
2661 $feeds_qpart
2662 $unread_qpart AND ($match_part) AND ttrss_user_entries.owner_uid = $owner_uid";
2663
2664 $result = db_query($link, $query);
a9cb1f83
AD
2665
2666 } else {
2667
2668 $result = db_query($link, "SELECT COUNT(post_int_id) AS unread
14073c0a 2669 FROM ttrss_tags,ttrss_user_entries,ttrss_entries
828f22b7 2670 WHERE tag_name = '$feed' AND post_int_id = int_id AND ref_id = ttrss_entries.id
bdb7369b 2671 AND $unread_qpart AND $age_qpart AND
2627f2d0 2672 ttrss_tags.owner_uid = " . $owner_uid);
a9cb1f83
AD
2673 }
2674
2675 $unread = db_fetch_result($result, 0, "unread");
cfb02131 2676
a9cb1f83
AD
2677 return $unread;
2678 }
2679
f3acc32e
AD
2680 function getGlobalUnread($link, $user_id = false) {
2681
2682 if (!$user_id) {
2683 $user_id = $_SESSION["uid"];
2684 }
2685
8a4c759e
AD
2686 $result = db_query($link, "SELECT SUM(value) AS c_id FROM ttrss_counters_cache
2687 WHERE owner_uid = '$user_id' AND feed_id > 0");
2688
2689 $c_id = db_fetch_result($result, 0, "c_id");
2690
a9cb1f83
AD
2691 return $c_id;
2692 }
2693
2694 function getGlobalCounters($link, $global_unread = -1) {
6a7817c1
AD
2695 $ret_arr = array();
2696
a9cb1f83
AD
2697 if ($global_unread == -1) {
2698 $global_unread = getGlobalUnread($link);
2699 }
6a7817c1
AD
2700
2701 $cv = array("id" => "global-unread",
2702 "counter" => $global_unread);
2703
2704 array_push($ret_arr, $cv);
7bf7e4d3
AD
2705
2706 $result = db_query($link, "SELECT COUNT(id) AS fn FROM
2707 ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
2708
2709 $subscribed_feeds = db_fetch_result($result, 0, "fn");
2710
6a7817c1
AD
2711 $cv = array("id" => "subscribed-feeds",
2712 "counter" => $subscribed_feeds);
7bf7e4d3 2713
6a7817c1
AD
2714 array_push($ret_arr, $cv);
2715
2716 return $ret_arr;
a9cb1f83
AD
2717 }
2718
95004daf
AD
2719 function getSubscribedFeeds($link) {
2720 $result = db_query($link, "SELECT COUNT(id) AS fn FROM
2721 ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
2722
2723 return db_fetch_result($result, 0, "fn");
2724 }
2725
3809b278 2726 function getTagCounters($link) {
6a7817c1
AD
2727
2728 $ret_arr = array();
a9cb1f83 2729
14073c0a
AD
2730 $age_qpart = getMaxAgeSubquery();
2731
a9cb1f83 2732 $result = db_query($link, "SELECT tag_name,SUM((SELECT COUNT(int_id)
14073c0a
AD
2733 FROM ttrss_user_entries,ttrss_entries WHERE int_id = post_int_id
2734 AND ref_id = id AND $age_qpart
a9cb1f83 2735 AND unread = true)) AS count FROM ttrss_tags
ef1ac7c7
AD
2736 WHERE owner_uid = ".$_SESSION['uid']." GROUP BY tag_name
2737 ORDER BY count DESC LIMIT 55");
a9cb1f83
AD
2738
2739 $tags = array();
2740
2741 while ($line = db_fetch_assoc($result)) {
2742 $tags[$line["tag_name"]] += $line["count"];
2743 }
2744
2745 foreach (array_keys($tags) as $tag) {
2746 $unread = $tags[$tag];
a9cb1f83 2747 $tag = htmlspecialchars($tag);
6a7817c1
AD
2748
2749 $cv = array("id" => $tag,
8acc449c 2750 "kind" => "tag",
6a7817c1
AD
2751 "counter" => $unread);
2752
2753 array_push($ret_arr, $cv);
2754 }
2755
2756 return $ret_arr;
a9cb1f83
AD
2757 }
2758
6a7817c1 2759 function getVirtCounters($link) {
a9cb1f83 2760
ef393de7 2761 $ret_arr = array();
bdb7369b 2762
e04c18a2 2763 for ($i = 0; $i >= -4; $i--) {
bdb7369b 2764
ceb30ba4 2765 $count = getFeedUnread($link, $i);
6a7817c1
AD
2766
2767 $cv = array("id" => $i,
2abc7af0 2768 "counter" => $count);
ceb30ba4 2769
296c8134
AD
2770// if (get_pref($link, 'EXTENDED_FEEDLIST'))
2771// $cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");
bdb7369b 2772
6a7817c1 2773 array_push($ret_arr, $cv);
0a6e5382
AD
2774 }
2775
2776 return $ret_arr;
2777 }
2778
11232703 2779 function getLabelCounters($link, $descriptions = false) {
6a7817c1
AD
2780
2781 $ret_arr = array();
0a6e5382
AD
2782
2783 $age_qpart = getMaxAgeSubquery();
2784
3809b278 2785 $owner_uid = $_SESSION["uid"];
bdb7369b 2786
3809b278
AD
2787 $result = db_query($link, "SELECT id, caption FROM ttrss_labels2
2788 WHERE owner_uid = '$owner_uid'");
2789
2790 while ($line = db_fetch_assoc($result)) {
2d24f032 2791
3809b278 2792 $id = -$line["id"] - 11;
e4f4b46f 2793
3809b278
AD
2794 $label_name = $line["caption"];
2795 $count = getFeedUnread($link, $id);
3809b278 2796
6a7817c1 2797 $cv = array("id" => $id,
11232703
AD
2798 "counter" => $count);
2799
2800 if ($descriptions)
2801 $cv["description"] = $label_name;
a9cb1f83 2802
296c8134
AD
2803// if (get_pref($link, 'EXTENDED_FEEDLIST'))
2804// $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
ef393de7 2805
6a7817c1 2806 array_push($ret_arr, $cv);
3809b278
AD
2807 }
2808
ef393de7 2809 return $ret_arr;
a9cb1f83
AD
2810 }
2811
3809b278 2812 function getFeedCounters($link, $active_feed = false) {
a9cb1f83 2813
6a7817c1
AD
2814 $ret_arr = array();
2815
14073c0a
AD
2816 $age_qpart = getMaxAgeSubquery();
2817
8a4c759e
AD
2818 $query = "SELECT ttrss_feeds.id,
2819 ttrss_feeds.title,
2820 ".SUBSTRING_FOR_DATE."(ttrss_feeds.last_updated,1,19) AS last_updated,
de0a2122
AD
2821 last_error, value AS count
2822 FROM ttrss_feeds, ttrss_counters_cache
8a4c759e 2823 WHERE ttrss_feeds.owner_uid = ".$_SESSION["uid"]."
55e01d7e 2824 AND ttrss_counters_cache.feed_id = id";
a9cb1f83 2825
14073c0a 2826 $result = db_query($link, $query);
a9cb1f83
AD
2827 $fctrs_modified = false;
2828
2829 while ($line = db_fetch_assoc($result)) {
2830
2831 $id = $line["id"];
de0a2122 2832 $count = $line["count"];
a9cb1f83 2833 $last_error = htmlspecialchars($line["last_error"]);
fb1fb4ab 2834
324944f3 2835 $last_updated = make_local_datetime($link, $line['last_updated'], false);
fb1fb4ab 2836
7defa089 2837 $has_img = feed_has_icon($id);
a9cb1f83 2838
428b704d
AD
2839 if (date('Y') - date('Y', strtotime($line['last_updated'])) > 2)
2840 $last_updated = '';
2841
6a7817c1 2842 $cv = array("id" => $id,
21884958 2843 "updated" => $last_updated,
6a7817c1
AD
2844 "counter" => $count,
2845 "has_img" => (int) $has_img);
a9cb1f83 2846
6a7817c1
AD
2847 if ($last_error)
2848 $cv["error"] = $last_error;
4ffa126e 2849
296c8134
AD
2850// if (get_pref($link, 'EXTENDED_FEEDLIST'))
2851// $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
bdb7369b 2852
6a7817c1 2853 if ($active_feed && $id == $active_feed)
fbc95c5b 2854 $cv["title"] = truncate_string($line["title"], 30);
6a7817c1
AD
2855
2856 array_push($ret_arr, $cv);
a9cb1f83 2857
a9cb1f83 2858 }
6a7817c1
AD
2859
2860 return $ret_arr;
a9cb1f83
AD
2861 }
2862
6e7f8d26
AD
2863 function get_pgsql_version($link) {
2864 $result = db_query($link, "SELECT version() AS version");
2865 $version = split(" ", db_fetch_result($result, 0, "version"));
2866 return $version[1];
2867 }
2868
af106b0e
AD
2869 function print_error_xml($code, $add_msg = "") {
2870 global $ERRORS;
2871
2872 $error_msg = $ERRORS[$code];
2873
2874 if ($add_msg) {
2875 $error_msg = "$error_msg; $add_msg";
2876 }
2877
4c2abbc1 2878 print "<rpc-reply>";
af106b0e 2879 print "<error error-code=\"$code\" error-msg=\"$error_msg\"/>";
4c2abbc1 2880 print "</rpc-reply>";
af106b0e 2881 }
956c7629 2882
2b8290cd
CW
2883 /**
2884 * Subscribes the user to the given feed
2885 *
2886 * @param resource $link Database connection
2887 * @param string $url Feed URL to subscribe to
2888 * @param integer $cat_id Category ID the feed shall be added to
2889 * @param string $auth_login (optional) Feed username
2890 * @param string $auth_pass (optional) Feed password
2891 *
2892 * @return integer Status code:
2893 * 0 - OK, Feed already exists
2894 * 1 - OK, Feed added
2895 * 2 - Invalid URL
9a8ce956
CW
2896 * 3 - URL content is HTML, no feeds available
2897 * 4 - URL content is HTML which contains multiple feeds.
2898 * Here you should call extractfeedurls in rpc-backend
2899 * to get all possible feeds.
5414ad4c 2900 * 5 - Couldn't download the URL content.
2b8290cd 2901 */
a5819bb3 2902 function subscribe_to_feed($link, $url, $cat_id = 0,
f27de515 2903 $auth_login = '', $auth_pass = '') {
bb0f29a4 2904
f0266f51 2905 $url = fix_url($url);
ec39a02c
AD
2906
2907 if (!$url || !validate_feed_url($url)) return 2;
a5819bb3 2908
b3009bcd
AD
2909 $update_method = 0;
2910
57e24c82
AD
2911 if (strpos($url, '://twitter.com') === false) {
2912 if (!fetch_file_contents($url)) return 5;
2913
2914 if (url_is_html($url)) {
2915 $feedUrls = get_feeds_from_html($url);
2916 if (count($feedUrls) == 0) {
2917 return 3;
2918 } else if (count($feedUrls) > 1) {
2919 return 4;
2920 }
2921 //use feed url as new URL
2922 $url = key($feedUrls);
f6d8345b 2923 }
f6d8345b 2924
57e24c82
AD
2925 } else {
2926 if (!fetch_twitter_rss($link, $url, $_SESSION['uid']))
2927 return 5;
b3009bcd
AD
2928
2929 $update_method = 3;
57e24c82 2930 }
956c7629
AD
2931 if ($cat_id == "0" || !$cat_id) {
2932 $cat_qpart = "NULL";
2933 } else {
2934 $cat_qpart = "'$cat_id'";
2935 }
2936
2937 $result = db_query($link,
2938 "SELECT id FROM ttrss_feeds
a5819bb3 2939 WHERE feed_url = '$url' AND owner_uid = ".$_SESSION["uid"]);
956c7629
AD
2940
2941 if (db_num_rows($result) == 0) {
956c7629 2942 $result = db_query($link,
f27de515 2943 "INSERT INTO ttrss_feeds
b3009bcd 2944 (owner_uid,feed_url,title,cat_id, auth_login,auth_pass,update_method)
a5819bb3 2945 VALUES ('".$_SESSION["uid"]."', '$url',
b3009bcd 2946 '[Unknown]', $cat_qpart, '$auth_login', '$auth_pass', '$update_method')");
956c7629
AD
2947
2948 $result = db_query($link,
a5819bb3 2949 "SELECT id FROM ttrss_feeds WHERE feed_url = '$url'
f27de515 2950 AND owner_uid = " . $_SESSION["uid"]);
956c7629
AD
2951
2952 $feed_id = db_fetch_result($result, 0, "id");
2953
2954 if ($feed_id) {
c633e370 2955 update_rss_feed($link, $feed_id, true);
956c7629
AD
2956 }
2957
a5819bb3 2958 return 1;
956c7629 2959 } else {
a5819bb3 2960 return 0;
956c7629
AD
2961 }
2962 }
2963
673d54ca
AD
2964 function print_feed_select($link, $id, $default_id = "",
2965 $attributes = "", $include_all_feeds = true) {
2966
79f3553b 2967 print "<select id=\"$id\" name=\"$id\" $attributes>";
673d54ca 2968 if ($include_all_feeds) {
89cb787e 2969 print "<option value=\"0\">".__('All feeds')."</option>";
673d54ca
AD
2970 }
2971
2972 $result = db_query($link, "SELECT id,title FROM ttrss_feeds
2973 WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
2974
2975 if (db_num_rows($result) > 0 && $include_all_feeds) {
2976 print "<option disabled>--------</option>";
2977 }
2978
2979 while ($line = db_fetch_assoc($result)) {
2980 if ($line["id"] == $default_id) {
10249c41 2981 $is_selected = "selected=\"1\"";
673d54ca
AD
2982 } else {
2983 $is_selected = "";
2984 }
b1710666
AD
2985
2986 $title = truncate_string(htmlspecialchars($line["title"]), 40);
2987
79f3553b 2988 printf("<option $is_selected value='%d'>%s</option>",
b1710666 2989 $line["id"], $title);
673d54ca
AD
2990 }
2991
2992 print "</select>";
2993 }
2994
2995 function print_feed_cat_select($link, $id, $default_id = "",
2996 $attributes = "", $include_all_cats = true) {
2997
5c7c7da9 2998 print "<select id=\"$id\" name=\"$id\" default=\"$default_id\" onchange=\"catSelectOnChange(this)\" $attributes>";
673d54ca
AD
2999
3000 if ($include_all_cats) {
d1db26aa 3001 print "<option value=\"0\">".__('Uncategorized')."</option>";
673d54ca
AD
3002 }
3003
3004 $result = db_query($link, "SELECT id,title FROM ttrss_feed_categories
3005 WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
3006
3007 if (db_num_rows($result) > 0 && $include_all_cats) {
c00907f2 3008 print "<option disabled=\"1\">--------</option>";
673d54ca
AD
3009 }
3010
3011 while ($line = db_fetch_assoc($result)) {
3012 if ($line["id"] == $default_id) {
10249c41 3013 $is_selected = "selected=\"1\"";
673d54ca 3014 } else {
c00907f2 3015 $is_selected = "";
673d54ca 3016 }
c00907f2
AD
3017
3018 if ($line["title"])
3019 printf("<option $is_selected value='%d'>%s</option>",
3020 $line["id"], htmlspecialchars($line["title"]));
673d54ca
AD
3021 }
3022
f9c388f5 3023# print "<option value=\"ADD_CAT\">" .__("Add category...") . "</option>";
5c7c7da9 3024
673d54ca
AD
3025 print "</select>";
3026 }
3027
14f69488
AD
3028 function checkbox_to_sql_bool($val) {
3029 return ($val == "on") ? "true" : "false";
3030 }
86b682ce
AD
3031
3032 function getFeedCatTitle($link, $id) {
3033 if ($id == -1) {
d1db26aa 3034 return __("Special");
86b682ce 3035 } else if ($id < -10) {
d1db26aa 3036 return __("Labels");
86b682ce
AD
3037 } else if ($id > 0) {
3038 $result = db_query($link, "SELECT ttrss_feed_categories.title
3039 FROM ttrss_feeds, ttrss_feed_categories WHERE ttrss_feeds.id = '$id' AND
3040 cat_id = ttrss_feed_categories.id");
3041 if (db_num_rows($result) == 1) {
3042 return db_fetch_result($result, 0, "title");
3043 } else {
d1db26aa 3044 return __("Uncategorized");
86b682ce
AD
3045 }
3046 } else {
3047 return "getFeedCatTitle($id) failed";
3048 }
3049
3050 }
3051
af88c48a
AD
3052 function getFeedIcon($id) {
3053 switch ($id) {
4bee8b5f
AD
3054 case 0:
3055 return "images/archive.png";
3056 break;
af88c48a 3057 case -1:
f65ffc2d 3058 return "images/mark_set.png";
af88c48a
AD
3059 break;
3060 case -2:
b97e6e02 3061 return "images/pub_set.png";
af88c48a
AD
3062 break;
3063 case -3:
3064 return "images/fresh.png";
3065 break;
3066 case -4:
3067 return "images/tag.png";
3068 break;
3069 default:
4bee8b5f
AD
3070 if ($id < -10) {
3071 return "images/label.png";
3072 } else {
e2eda979
AD
3073 if (file_exists(ICONS_DIR . "/$id.ico"))
3074 return ICONS_URL . "/$id.ico";
4bee8b5f 3075 }
af88c48a
AD
3076 break;
3077 }
3078 }
3079
86b682ce
AD
3080 function getFeedTitle($link, $id) {
3081 if ($id == -1) {
d1db26aa 3082 return __("Starred articles");
945c243e
AD
3083 } else if ($id == -2) {
3084 return __("Published articles");
2d24f032
AD
3085 } else if ($id == -3) {
3086 return __("Fresh articles");
b2531a28
AD
3087 } else if ($id == -4) {
3088 return __("All articles");
80db1113 3089 } else if ($id === 0 || $id === "0") {
e04c18a2 3090 return __("Archived articles");
86b682ce 3091 } else if ($id < -10) {
76626c72 3092 $label_id = -$id - 11;
ceb30ba4 3093 $result = db_query($link, "SELECT caption FROM ttrss_labels2 WHERE id = '$label_id'");
86b682ce 3094 if (db_num_rows($result) == 1) {
ceb30ba4 3095 return db_fetch_result($result, 0, "caption");
86b682ce
AD
3096 } else {
3097 return "Unknown label ($label_id)";
3098 }
3099
3100 } else if ($id > 0) {
3101 $result = db_query($link, "SELECT title FROM ttrss_feeds WHERE id = '$id'");
3102 if (db_num_rows($result) == 1) {
3103 return db_fetch_result($result, 0, "title");
3104 } else {
3105 return "Unknown feed ($id)";
3106 }
3107 } else {
22fdebff 3108 return $id;
86b682ce 3109 }
86b682ce 3110 }
3dd46f19
AD
3111
3112 function get_session_cookie_name() {
3113 return ((!defined('TTRSS_SESSION_NAME')) ? "ttrss_sid" : TTRSS_SESSION_NAME);
3114 }
3ac2b520 3115
d8221301 3116 function make_init_params($link) {
f1f3a642 3117 $params = array();
c9268ed5 3118
c4f7ba80
AD
3119 $params["theme"] = get_user_theme($link);
3120 $params["theme_options"] = get_user_theme_options($link);
3121 $params["daemon_enabled"] = ENABLE_UPDATE_DAEMON;
f6d6e22f 3122
c4f7ba80
AD
3123 $params["sign_progress"] = theme_image($link, "images/indicator_white.gif");
3124 $params["sign_progress_tiny"] = theme_image($link, "images/indicator_tiny.gif");
3125 $params["sign_excl"] = theme_image($link, "images/sign_excl.png");
3126 $params["sign_info"] = theme_image($link, "images/sign_info.png");
be0801a1 3127
f1f3a642
AD
3128 foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS",
3129 "ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP",
7d12b6c8 3130 "CDM_AUTO_CATCHUP", "FRESH_ARTICLE_MAX_AGE", "DEFAULT_ARTICLE_LIMIT",
8cc5e965 3131 "HIDE_READ_SHOWS_SPECIAL", "HIDE_FEEDLIST", "COMBINED_DISPLAY_MODE") as $param) {
40496720 3132
c4f7ba80 3133 $params[strtolower($param)] = (int) get_pref($link, $param);
f1f3a642 3134 }
40496720 3135
c4f7ba80
AD
3136 $params["icons_url"] = ICONS_URL;
3137 $params["cookie_lifetime"] = SESSION_COOKIE_LIFETIME;
3138 $params["default_view_mode"] = get_pref($link, "_DEFAULT_VIEW_MODE");
3139 $params["default_view_limit"] = (int) get_pref($link, "_DEFAULT_VIEW_LIMIT");
3140 $params["default_view_order_by"] = get_pref($link, "_DEFAULT_VIEW_ORDER_BY");
3141 $params["prefs_active_tab"] = get_pref($link, "_PREFS_ACTIVE_TAB");
3142 $params["infobox_disable_overlay"] = get_pref($link, "_INFOBOX_DISABLE_OVERLAY");
3143 $params["bw_limit"] = (int) $_SESSION["bw_limit"];
3144 $params["offline_enabled"] = (int) get_pref($link, "ENABLE_OFFLINE_READING");
59b223d7 3145
8cd576a1 3146 $result = db_query($link, "SELECT MAX(id) AS mid, COUNT(*) AS nf FROM
9b7ecc0a
AD
3147 ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
3148
8cd576a1
AD
3149 $max_feed_id = db_fetch_result($result, 0, "mid");
3150 $num_feeds = db_fetch_result($result, 0, "nf");
9b7ecc0a 3151
8cd576a1 3152 $params["max_feed_id"] = (int) $max_feed_id;
c4f7ba80 3153 $params["num_feeds"] = (int) $num_feeds;
8cd576a1 3154
c4f7ba80 3155 $params["collapsed_feedlist"] = (int) get_pref($link, "_COLLAPSED_FEEDLIST");
9b7ecc0a 3156
d8221301 3157 return $params;
3ac2b520 3158 }
f54f515f
AD
3159
3160 function print_runtime_info($link) {
c4f7ba80
AD
3161 print "<runtime-info><![CDATA[";
3162 print json_encode(make_runtime_info($link));
3163 print "]]></runtime-info>";
3164 }
20361063 3165
c4f7ba80 3166 function make_runtime_info($link) {
8cd576a1
AD
3167 $data = array();
3168
3169 $result = db_query($link, "SELECT MAX(id) AS mid, COUNT(*) AS nf FROM
9b7ecc0a
AD
3170 ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
3171
8cd576a1
AD
3172 $max_feed_id = db_fetch_result($result, 0, "mid");
3173 $num_feeds = db_fetch_result($result, 0, "nf");
9b7ecc0a 3174
8cd576a1
AD
3175 $data["max_feed_id"] = (int) $max_feed_id;
3176 $data["num_feeds"] = (int) $num_feeds;
c4f7ba80 3177
f8fb4498 3178 $data['last_article_id'] = getLastArticleId($link);
5ae8f858 3179 $data['cdm_expanded'] = get_pref($link, 'CDM_EXPANDED');
f8fb4498 3180
71ad883b 3181 if (ENABLE_UPDATE_DAEMON) {
c4f7ba80
AD
3182
3183 $data['daemon_is_running'] = (int) file_is_locked("update_daemon.lock");
8e00ae9b 3184
9041f58b 3185 if (time() - $_SESSION["daemon_stamp_check"] > 30) {
8e00ae9b 3186
fb074239 3187 $stamp = (int) @file_get_contents(LOCK_DIRECTORY . "/update_daemon.stamp");
fbae93d8 3188
8e00ae9b 3189 if ($stamp) {
9041f58b
AD
3190 $stamp_delta = time() - $stamp;
3191
3192 if ($stamp_delta > 1800) {
f6854e44 3193 $stamp_check = 0;
8e00ae9b 3194 } else {
f6854e44
AD
3195 $stamp_check = 1;
3196 $_SESSION["daemon_stamp_check"] = time();
8e00ae9b
AD
3197 }
3198
c4f7ba80 3199 $data['daemon_stamp_ok'] = $stamp_check;
f6854e44 3200
8e00ae9b
AD
3201 $stamp_fmt = date("Y.m.d, G:i", $stamp);
3202
c4f7ba80 3203 $data['daemon_stamp'] = $stamp_fmt;
8e00ae9b 3204 }
8e00ae9b 3205 }
71ad883b 3206 }
8e00ae9b 3207
63855db1 3208 if ($_SESSION["last_version_check"] + 86400 + rand(-1000, 1000) < time()) {
fb074239 3209 $new_version_details = @check_for_update($link);
d9fa39f1 3210
63855db1 3211 $data['new_version_available'] = (int) ($new_version_details != false);
d9fa39f1
AD
3212
3213 $_SESSION["last_version_check"] = time();
d9fa39f1
AD
3214 }
3215
c4f7ba80 3216 return $data;
f54f515f 3217 }
ef393de7 3218
88040f57 3219 function getSearchSql($search, $match_on) {
ef393de7 3220
88040f57 3221 $search_query_part = "";
e20c9d88 3222
88040f57
AD
3223 $keywords = split(" ", $search);
3224 $query_keywords = array();
e20c9d88 3225
88040f57 3226 if ($match_on == "both") {
e20c9d88 3227
88040f57 3228 foreach ($keywords as $k) {
eb6c7f42
AD
3229 if (strpos($k, "-") === 0) {
3230 $k = substr($k, 1);
3231 $not = "NOT";
3232 } else {
3233 $not = "";
3234 }
3235
3236 array_push($query_keywords, "(UPPER(ttrss_entries.title) $not LIKE UPPER('%$k%')
3237 OR UPPER(ttrss_entries.content) $not LIKE UPPER('%$k%'))");
88040f57 3238 }
e20c9d88 3239
88040f57 3240 $search_query_part = implode("AND", $query_keywords) . " AND ";
e20c9d88 3241
88040f57 3242 } else if ($match_on == "title") {
e20c9d88 3243
88040f57 3244 foreach ($keywords as $k) {
eb6c7f42
AD
3245 if (strpos($k, "-") === 0) {
3246 $k = substr($k, 1);
3247 $not = "NOT";
3248 } else {
3249 $not = "";
3250 }
3251
3252 array_push($query_keywords, "(UPPER(ttrss_entries.title) $not LIKE UPPER('%$k%'))");
88040f57 3253 }
e20c9d88 3254
88040f57 3255 $search_query_part = implode("AND", $query_keywords) . " AND ";
e20c9d88 3256
88040f57
AD
3257 } else if ($match_on == "content") {
3258
3259 foreach ($keywords as $k) {
eb6c7f42
AD
3260 if (strpos($k, "-") === 0) {
3261 $k = substr($k, 1);
3262 $not = "NOT";
3263 } else {
3264 $not = "";
3265 }
3266
3267 array_push($query_keywords, "(UPPER(ttrss_entries.content) $not LIKE UPPER('%$k%'))");
88040f57
AD
3268 }
3269 }
3270
3271 $search_query_part = implode("AND", $query_keywords);
3272
3273 return $search_query_part;
3274 }
3275
c36bf4d5
AD
3276 function queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view, $search, $search_mode, $match_on, $override_order = false, $offset = 0, $owner_uid = 0) {
3277
3278 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
c1a0b534 3279
c3fddd05
AD
3280 $ext_tables_part = "";
3281
88040f57 3282 if ($search) {
e4f7f8df
AD
3283
3284 if (SPHINX_ENABLED) {
3285 $ids = join(",", @sphinx_search($search, 0, 500));
3286
3287 if ($ids)
3288 $search_query_part = "ref_id IN ($ids) AND ";
3289 else
3290 $search_query_part = "ref_id = -1 AND ";
3291
3292 } else {
3293 $search_query_part = getSearchSql($search, $match_on);
3294 $search_query_part .= " AND ";
3295 }
e20c9d88 3296
ef393de7
AD
3297 } else {
3298 $search_query_part = "";
3299 }
3300
3301 $view_query_part = "";
3302
7b4d02a8 3303 if ($view_mode == "adaptive" || $view_query_part == "noscores") {
ef393de7
AD
3304 if ($search) {
3305 $view_query_part = " ";
3306 } else if ($feed != -1) {
f295c368 3307 $unread = getFeedUnread($link, $feed, $cat_view);
ef393de7 3308 if ($unread > 0) {
ff863e00 3309 $view_query_part = " unread = true AND ";
ef393de7
AD
3310 }
3311 }
3312 }
3313
3314 if ($view_mode == "marked") {
3315 $view_query_part = " marked = true AND ";
3316 }
23d72f39
AD
3317
3318 if ($view_mode == "published") {
3319 $view_query_part = " published = true AND ";
3320 }
3321
ef393de7
AD
3322 if ($view_mode == "unread") {
3323 $view_query_part = " unread = true AND ";
3324 }
8b09eac8
AD
3325
3326 if ($view_mode == "updated") {
3327 $view_query_part = " (last_read is null and unread = false) AND ";
3328 }
3329
ef393de7
AD
3330 if ($limit > 0) {
3331 $limit_query_part = "LIMIT " . $limit;
3332 }
3333
3334 $vfeed_query_part = "";
3335
3336 // override query strategy and enable feed display when searching globally
3337 if ($search && $search_mode == "all_feeds") {
3338 $query_strategy_part = "ttrss_entries.id > 0";
3339 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
22fdebff 3340 /* tags */
ef393de7
AD
3341 } else if (preg_match("/^-?[0-9][0-9]*$/", $feed) == false) {
3342 $query_strategy_part = "ttrss_entries.id > 0";
3343 $vfeed_query_part = "(SELECT title FROM ttrss_feeds WHERE
3344 id = feed_id) as feed_title,";
e04c18a2 3345 } else if ($feed > 0 && $search && $search_mode == "this_cat") {
ef393de7
AD
3346
3347 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
0a6c4846
AD
3348
3349 $tmp_result = false;
3350
3351 if ($cat_view) {
3352 $tmp_result = db_query($link, "SELECT id
3353 FROM ttrss_feeds WHERE cat_id = '$feed'");
3354 } else {
3355 $tmp_result = db_query($link, "SELECT id
3356 FROM ttrss_feeds WHERE cat_id = (SELECT cat_id FROM ttrss_feeds
3357 WHERE id = '$feed') AND id != '$feed'");
3358 }
ef393de7
AD
3359
3360 $cat_siblings = array();
3361
3362 if (db_num_rows($tmp_result) > 0) {
3363 while ($p = db_fetch_assoc($tmp_result)) {
3364 array_push($cat_siblings, "feed_id = " . $p["id"]);
3365 }
3366
3367 $query_strategy_part = sprintf("(feed_id = %d OR %s)",
3368 $feed, implode(" OR ", $cat_siblings));
3369
3370 } else {
3371 $query_strategy_part = "ttrss_entries.id > 0";
3372 }
3373
e04c18a2 3374 } else if ($feed > 0) {
ef393de7
AD
3375
3376 if ($cat_view) {
5c365f60 3377
ef393de7
AD
3378 if ($feed > 0) {
3379 $query_strategy_part = "cat_id = '$feed'";
3380 } else {
3381 $query_strategy_part = "cat_id IS NULL";
3382 }
3383
3384 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
5c365f60 3385
ef393de7 3386 } else {
6e63a7c3 3387 $query_strategy_part = "feed_id = '$feed'";
ef393de7 3388 }
bfe5ddfc 3389 } else if ($feed == 0 && !$cat_view) { // archive virtual feed
e04c18a2 3390 $query_strategy_part = "feed_id IS NULL";
bfe5ddfc
AD
3391 } else if ($feed == 0 && $cat_view) { // uncategorized
3392 $query_strategy_part = "cat_id IS NULL";
3393 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
ef393de7
AD
3394 } else if ($feed == -1) { // starred virtual feed
3395 $query_strategy_part = "marked = true";
3396 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
e6a38cde
AD
3397 } else if ($feed == -2) { // published virtual feed OR labels category
3398
3399 if (!$cat_view) {
3400 $query_strategy_part = "published = true";
3401 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
3402 } else {
3403 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
3404
3405 $ext_tables_part = ",ttrss_labels2,ttrss_user_labels2";
3406
3407 $query_strategy_part = "ttrss_labels2.id = ttrss_user_labels2.label_id AND
3408 ttrss_user_labels2.article_id = ref_id";
3409
3410 }
3411
2d24f032
AD
3412 } else if ($feed == -3) { // fresh virtual feed
3413 $query_strategy_part = "unread = true";
3414
7a22dc2a 3415 $intl = get_pref($link, "FRESH_ARTICLE_MAX_AGE", $owner_uid);
c1d7e6c3 3416
2d24f032 3417 if (DB_TYPE == "pgsql") {
7608b38a 3418 $query_strategy_part .= " AND updated > NOW() - INTERVAL '$intl hour' ";
2d24f032 3419 } else {
7608b38a 3420 $query_strategy_part .= " AND updated > DATE_SUB(NOW(), INTERVAL $intl HOUR) ";
2d24f032
AD
3421 }
3422
b2531a28
AD
3423 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
3424 } else if ($feed == -4) { // all articles virtual feed
3425 $query_strategy_part = "true";
e4f4b46f 3426 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
ef393de7
AD
3427 } else if ($feed <= -10) { // labels
3428 $label_id = -$feed - 11;
3de0261a 3429
ceb30ba4
AD
3430 $query_strategy_part = "label_id = '$label_id' AND
3431 ttrss_labels2.id = ttrss_user_labels2.label_id AND
3432 ttrss_user_labels2.article_id = ref_id";
3de0261a 3433
ef393de7 3434 $vfeed_query_part = "ttrss_feeds.title AS feed_title,";
ceb30ba4
AD
3435 $ext_tables_part = ",ttrss_labels2,ttrss_user_labels2";
3436
ef393de7
AD
3437 } else {
3438 $query_strategy_part = "id > 0"; // dumb
3439 }
d6e5706d 3440
b3990c92
AD
3441 if (get_pref($link, "SORT_HEADLINES_BY_FEED_DATE", $owner_uid)) {
3442 $date_sort_field = "updated";
3443 } else {
3444 $date_sort_field = "date_entered";
3445 }
3446
7a22dc2a 3447 if (get_pref($link, 'REVERSE_HEADLINES', $owner_uid)) {
b3990c92 3448 $order_by = "$date_sort_field";
d6e5706d 3449 } else {
b3990c92 3450 $order_by = "$date_sort_field DESC";
d6e5706d 3451 }
e939722a 3452
7b4d02a8
AD
3453 if ($view_mode != "noscores") {
3454 $order_by = "score DESC, $order_by";
3455 }
48b0c4ec 3456
e939722a
AD
3457 if ($override_order) {
3458 $order_by = $override_order;
3459 }
ef393de7
AD
3460
3461 $feed_title = "";
3462
22fdebff
AD
3463 if ($search) {
3464 $feed_title = "Search results";
3465 } else {
ef393de7 3466 if ($cat_view) {
22fdebff 3467 $feed_title = getCategoryTitle($link, $feed);
ef393de7 3468 } else {
22fdebff
AD
3469 if ((int)$feed == $feed && $feed > 0) {
3470 $result = db_query($link, "SELECT title,site_url,last_error
3471 FROM ttrss_feeds WHERE id = '$feed' AND owner_uid = $owner_uid");
ef393de7 3472
22fdebff
AD
3473 $feed_title = db_fetch_result($result, 0, "title");
3474 $feed_site_url = db_fetch_result($result, 0, "site_url");
3475 $last_error = db_fetch_result($result, 0, "last_error");
3476 } else {
3477 $feed_title = getFeedTitle($link, $feed);
3478 }
88040f57 3479 }
ef393de7
AD
3480 }
3481
62129e67
AD
3482 $content_query_part = "content as content_preview,";
3483
ef393de7
AD
3484 if (preg_match("/^-?[0-9][0-9]*$/", $feed) != false) {
3485
3486 if ($feed >= 0) {
3487 $feed_kind = "Feeds";
3488 } else {
3489 $feed_kind = "Labels";
3490 }
3491
95a82c08
AD
3492 if ($limit_query_part) {
3493 $offset_query_part = "OFFSET $offset";
3494 }
3495
d00f22ac 3496 if ($vfeed_query_part && get_pref($link, 'VFEED_GROUP_BY_FEED', $owner_uid)) {
6cfea5c7 3497 if (!$override_order) {
43fc671f
AD
3498 $order_by = "ttrss_feeds.title, $order_by";
3499 }
6cfea5c7
AD
3500 }
3501
e04c18a2
AD
3502 if ($feed != "0") {
3503 $from_qpart = "ttrss_entries,ttrss_user_entries,ttrss_feeds$ext_tables_part";
117335bf 3504 $feed_check_qpart = "ttrss_user_entries.feed_id = ttrss_feeds.id AND";
e04c18a2
AD
3505
3506 } else {
3507 $from_qpart = "ttrss_entries,ttrss_user_entries$ext_tables_part
3508 LEFT JOIN ttrss_feeds ON (feed_id = ttrss_feeds.id)";
3509 }
3510
3ebd7ca5 3511 $query = "SELECT DISTINCT
f9b2d27c 3512 date_entered,
1f64b1be 3513 guid,
ef393de7 3514 ttrss_entries.id,ttrss_entries.title,
46921916 3515 updated,
c7e51de1 3516 note,
494a64ea 3517 unread,feed_id,marked,published,link,last_read,orig_feed_id,
fc2b26a6 3518 ".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
ef393de7
AD
3519 $vfeed_query_part
3520 $content_query_part
fc2b26a6 3521 ".SUBSTRING_FOR_DATE."(updated,1,19) as updated_noms,
ff6e357a 3522 author,score
ef393de7 3523 FROM
e04c18a2 3524 $from_qpart
ef393de7 3525 WHERE
e04c18a2 3526 $feed_check_qpart
ef393de7 3527 ttrss_user_entries.ref_id = ttrss_entries.id AND
c36bf4d5 3528 ttrss_user_entries.owner_uid = '$owner_uid' AND
ef393de7
AD
3529 $search_query_part
3530 $view_query_part
3531 $query_strategy_part ORDER BY $order_by
95a82c08 3532 $limit_query_part $offset_query_part";
4bc311fc 3533
b4e75b2a 3534 if ($_REQUEST["debug"]) print $query;
4bc311fc
AD
3535
3536 $result = db_query($link, $query);
ef393de7
AD
3537
3538 } else {
3539 // browsing by tag
3540
3541 $feed_kind = "Tags";
3542
3543 $result = db_query($link, "SELECT
1f64b1be 3544 guid,
c7e51de1 3545 note,
ef393de7 3546 ttrss_entries.id as id,title,
46921916 3547 updated,
494a64ea 3548 unread,feed_id,orig_feed_id,
ef393de7 3549 marked,link,last_read,
fc2b26a6 3550 ".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
ef393de7
AD
3551 $vfeed_query_part
3552 $content_query_part
4d0b3607
AD
3553 ".SUBSTRING_FOR_DATE."(updated,1,19) as updated_noms,
3554 score
ef393de7
AD
3555 FROM
3556 ttrss_entries,ttrss_user_entries,ttrss_tags
3557 WHERE
546499a9 3558 ref_id = ttrss_entries.id AND
c36bf4d5 3559 ttrss_user_entries.owner_uid = '$owner_uid' AND
ef393de7
AD
3560 post_int_id = int_id AND tag_name = '$feed' AND
3561 $view_query_part
3562 $search_query_part
3563 $query_strategy_part ORDER BY $order_by
3564 $limit_query_part");
3565 }
3566
c7188969 3567 return array($result, $feed_title, $feed_site_url, $last_error);
22fdebff 3568
ef393de7
AD
3569 }
3570
c36bf4d5 3571 function generate_syndicated_feed($link, $owner_uid, $feed, $is_cat,
23d72f39 3572 $limit, $search, $search_mode, $match_on, $view_mode = false) {
ead2715d 3573
db54143e 3574 $note_style = "float : right; background-color : #fff7d5; border-width : 1px; ".
c7e51de1 3575 "padding : 5px; border-style : dashed; border-color : #e7d796;".
db54143e 3576 "margin-bottom : 1em; color : #9a8c59;";
c7e51de1 3577
ead2715d 3578 if (!$limit) $limit = 30;
18664970 3579
b3990c92
AD
3580 if (get_pref($link, "SORT_HEADLINES_BY_FEED_DATE", $owner_uid)) {
3581 $date_sort_field = "updated";
3582 } else {
3583 $date_sort_field = "date_entered";
3584 }
3585
18664970 3586 $qfh_ret = queryFeedHeadlines($link, $feed,
23d72f39 3587 $limit, $view_mode, $is_cat, $search, $search_mode,
b3990c92 3588 $match_on, "$date_sort_field DESC", 0, $owner_uid);
18664970
AD
3589
3590 $result = $qfh_ret[0];
59e2aab4 3591 $feed_title = htmlspecialchars($qfh_ret[1]);
18664970
AD
3592 $feed_site_url = $qfh_ret[2];
3593 $last_error = $qfh_ret[3];
3594
a5472764 3595// if (!$feed_site_url) $feed_site_url = "http://localhost/";
4bc64807 3596
a5472764
AD
3597 print "<?xml version=\"1.0\" encoding=\"utf-8\"?>
3598 <?xml-stylesheet type=\"text/xsl\" href=\"rss.xsl\"?>
3599 <rss version=\"2.0\">
3baeeeca
AD
3600 <channel>
3601 <title>$feed_title</title>
4bc64807
AD
3602 <link>$feed_site_url</link>
3603 <description>Feed generated by Tiny Tiny RSS</description>";
3baeeeca
AD
3604
3605 while ($line = db_fetch_assoc($result)) {
3606 print "<item>";
4bc64807 3607 print "<guid>" . htmlspecialchars($line["guid"]) . "</guid>";
3baeeeca 3608 print "<link>" . htmlspecialchars($line["link"]) . "</link>";
0c3d1c68 3609
bc976a8c 3610 $tags = get_article_tags($link, $line["id"], $owner_uid);
0c3d1c68
AD
3611
3612 foreach ($tags as $tag) {
3613 print "<category>" . htmlspecialchars($tag) . "</category>";
3614 }
3615
3baeeeca
AD
3616 $rfc822_date = date('r', strtotime($line["updated"]));
3617
2f0903a6
AD
3618 print "<pubDate>$rfc822_date</pubDate>";
3619
3620 if ($line["author"]) {
3621 print "<author>" . htmlspecialchars($line["author"]) . "</author>";
3622 }
3baeeeca 3623
e5208bac
AD
3624 print "<title><![CDATA[" .
3625 htmlspecialchars($line["title"]) . "]]></title>";
3baeeeca 3626
db54143e
AD
3627 print "<description><![CDATA[";
3628
c7e51de1
AD
3629 if ($line["note"]) {
3630 print "<div style='$note_style'>";
3631 print $line["note"];
3632 print "</div>";
3633 }
db54143e 3634
ceb0cab5 3635 print sanitize_rss($link, $line["content_preview"], false, $owner_uid);
c7e51de1 3636 print "]]></description>";
c7845467
AD
3637
3638 $enclosures = get_article_enclosures($link, $line["id"]);
3639
3640 foreach ($enclosures as $e) {
3641 $type = htmlspecialchars($e['content_type']);
3642 $url = htmlspecialchars($e['content_url']);
3643 $length = $e['duration'];
3644 print "<enclosure url=\"$url\" type=\"$type\" length=\"$length\"/>";
3645 }
3646
3baeeeca
AD
3647 print "</item>";
3648 }
3649
3650 print "</channel></rss>";
18664970
AD
3651
3652 }
3653
0a6c4846
AD
3654 function getCategoryTitle($link, $cat_id) {
3655
bba7c4bf
AD
3656 if ($cat_id == -1) {
3657 return __("Special");
3658 } else if ($cat_id == -2) {
3659 return __("Labels");
0a6c4846 3660 } else {
bba7c4bf
AD
3661
3662 $result = db_query($link, "SELECT title FROM ttrss_feed_categories WHERE
3663 id = '$cat_id'");
3664
3665 if (db_num_rows($result) == 1) {
3666 return db_fetch_result($result, 0, "title");
3667 } else {
3668 return "Uncategorized";
3669 }
0a6c4846
AD
3670 }
3671 }
3672
8cc3c778 3673 function sanitize_rss($link, $str, $force_strip_tags = false, $owner = false, $site_url = false) {
35ffb5b9 3674 global $purifier;
8cc3c778 3675
ceb0cab5
AD
3676 if (!$owner) $owner = $_SESSION["uid"];
3677
96811a55
AD
3678 $res = trim($str); if (!$res) return '';
3679
ceb0cab5 3680 if (get_pref($link, "STRIP_UNSAFE_TAGS", $owner) || $force_strip_tags) {
35ffb5b9 3681 $res = $purifier->purify($res);
f826eee1
AD
3682 }
3683
ceb0cab5 3684 if (get_pref($link, "STRIP_IMAGES", $owner)) {
8dccabed 3685 $res = preg_replace('/<img[^>]+>/is', '', $res);
7514749d 3686 }
8dccabed 3687
8cc3c778
AD
3688 $charset_hack = '<head>
3689 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
3690 </head>';
3691
96811a55
AD
3692 $res = trim($res); if (!$res) return '';
3693
8cc3c778
AD
3694 libxml_use_internal_errors(true);
3695
3696 $doc = new DOMDocument();
3697 $doc->loadHTML($charset_hack . $res);
3698 $xpath = new DOMXPath($doc);
3699
3700 $entries = $xpath->query('(//a[@href]|//img[@src])');
3f770c87 3701 $br_inserted = 0;
8cc3c778
AD
3702
3703 foreach ($entries as $entry) {
3704
3705 if ($site_url) {
3706
3707 if ($entry->hasAttribute('href'))
3708 $entry->setAttribute('href',
3709 rewrite_relative_url($site_url, $entry->getAttribute('href')));
3710
3711 if ($entry->hasAttribute('src'))
3712 $entry->setAttribute('src',
3713 rewrite_relative_url($site_url, $entry->getAttribute('src')));
3714 }
3715
fa403733 3716 if (strtolower($entry->nodeName) == "a") {
c401d5c9 3717 $entry->setAttribute("target", "_blank");
fa403733
AD
3718 }
3719
3f770c87 3720 if (strtolower($entry->nodeName) == "img" && !$br_inserted) {
fa403733
AD
3721 $br = $doc->createElement("br");
3722
3f770c87 3723 if ($entry->parentNode->nextSibling) {
fa403733 3724 $entry->parentNode->insertBefore($br, $entry->nextSibling);
3f770c87
AD
3725 $br_inserted = 1;
3726 }
fa403733 3727
8cc3c778 3728 }
8dccabed 3729 }
8cc3c778 3730
1f6131f5 3731 $node = $doc->getElementsByTagName('body')->item(0);
8dccabed 3732
8cc3c778 3733 return $doc->saveXML($node);
183ad07b 3734 }
b72c3ef8 3735
45004d43
AD
3736 /**
3737 * Send by mail a digest of last articles.
3738 *
3739 * @param mixed $link The database connection.
3740 * @param integer $limit The maximum number of articles by digest.
3741 * @return boolean Return false if digests are not enabled.
3742 */
9cd7c995
AD
3743 function send_headlines_digests($link, $limit = 100) {
3744
1ddba275
AD
3745 if (!DIGEST_ENABLE) return false;
3746
9cd7c995 3747 $user_limit = DIGEST_EMAIL_LIMIT;
5430c959 3748 $days = 1;
9cd7c995
AD
3749
3750 print "Sending digests, batch of max $user_limit users, days = $days, headline limit = $limit\n\n";
3751
3752 if (DB_TYPE == "pgsql") {
3753 $interval_query = "last_digest_sent < NOW() - INTERVAL '$days days'";
3754 } else if (DB_TYPE == "mysql") {
3755 $interval_query = "last_digest_sent < DATE_SUB(NOW(), INTERVAL $days DAY)";
3756 }
3757
3758 $result = db_query($link, "SELECT id,email FROM ttrss_users
3759 WHERE email != '' AND (last_digest_sent IS NULL OR $interval_query)");
3760
3761 while ($line = db_fetch_assoc($result)) {
dc85be2b 3762
9cd7c995
AD
3763 if (get_pref($link, 'DIGEST_ENABLE', $line['id'], false)) {
3764 print "Sending digest for UID:" . $line['id'] . " - " . $line["email"] . " ... ";
3765
dc85be2b
AD
3766 $do_catchup = get_pref($link, 'DIGEST_CATCHUP', $line['id'], false);
3767
9cd7c995
AD
3768 $tuple = prepare_headlines_digest($link, $line["id"], $days, $limit);
3769 $digest = $tuple[0];
3770 $headlines_count = $tuple[1];
dc85be2b 3771 $affected_ids = $tuple[2];
c62a2c21 3772 $digest_text = $tuple[3];
9cd7c995
AD
3773
3774 if ($headlines_count > 0) {
a8931123 3775
c62a2c21 3776 $mail = new PHPMailer();
a8931123 3777
d134e3a3
AD
3778 $mail->PluginDir = "lib/phpmailer/";
3779 $mail->SetLanguage("en", "lib/phpmailer/language/");
a8931123 3780
c62a2c21 3781 $mail->CharSet = "UTF-8";
a8931123 3782
c62a2c21
AD
3783 $mail->From = DIGEST_FROM_ADDRESS;
3784 $mail->FromName = DIGEST_FROM_NAME;
3785 $mail->AddAddress($line["email"], $line["login"]);
c7ddac5c 3786
c62a2c21 3787 if (DIGEST_SMTP_HOST) {
a8931123
AD
3788 $mail->Host = DIGEST_SMTP_HOST;
3789 $mail->Mailer = "smtp";
19a1da0d 3790 $mail->SMTPAuth = DIGEST_SMTP_LOGIN != '';
a8931123
AD
3791 $mail->Username = DIGEST_SMTP_LOGIN;
3792 $mail->Password = DIGEST_SMTP_PASSWORD;
c62a2c21 3793 }
a8931123 3794
c62a2c21 3795 $mail->IsHTML(true);
163a295e 3796 $mail->Subject = DIGEST_SUBJECT;
c62a2c21
AD
3797 $mail->Body = $digest;
3798 $mail->AltBody = $digest_text;
a8931123 3799
c62a2c21 3800 $rc = $mail->Send();
a8931123 3801
c62a2c21 3802 if (!$rc) print "ERROR: " . $mail->ErrorInfo;
a8931123 3803
9cd7c995 3804 print "RC=$rc\n";
a8931123 3805
c62a2c21 3806 if ($rc && $do_catchup) {
dc85be2b 3807 print "Marking affected articles as read...\n";
9968d46f 3808 catchupArticlesById($link, $affected_ids, 0, $line["id"]);
dc85be2b 3809 }
9cd7c995
AD
3810 } else {
3811 print "No headlines\n";
3812 }
019dd98d
AD
3813
3814 db_query($link, "UPDATE ttrss_users SET last_digest_sent = NOW()
3815 WHERE id = " . $line["id"]);
9cd7c995
AD
3816 }
3817 }
3818
cedd3e89
AD
3819 print "All done.\n";
3820
9cd7c995
AD
3821 }
3822
7e3634d9 3823 function prepare_headlines_digest($link, $user_id, $days = 1, $limit = 100) {
c62a2c21 3824
fe7537b5 3825 require_once "lib/MiniTemplator.class.php";
c62a2c21
AD
3826
3827 $tpl = new MiniTemplator;
3828 $tpl_t = new MiniTemplator;
3829
3830 $tpl->readTemplateFromFile("templates/digest_template_html.txt");
3831 $tpl_t->readTemplateFromFile("templates/digest_template.txt");
3832
3833 $tpl->setVariable('CUR_DATE', date('Y/m/d'));
3834 $tpl->setVariable('CUR_TIME', date('G:i'));
3835
3836 $tpl_t->setVariable('CUR_DATE', date('Y/m/d'));
3837 $tpl_t->setVariable('CUR_TIME', date('G:i'));
7e3634d9 3838
dc85be2b
AD
3839 $affected_ids = array();
3840
7e3634d9 3841 if (DB_TYPE == "pgsql") {
25ea2805 3842 $interval_query = "ttrss_entries.date_updated > NOW() - INTERVAL '$days days'";
7e3634d9 3843 } else if (DB_TYPE == "mysql") {
25ea2805 3844 $interval_query = "ttrss_entries.date_updated > DATE_SUB(NOW(), INTERVAL $days DAY)";
7e3634d9
AD
3845 }
3846
3847 $result = db_query($link, "SELECT ttrss_entries.title,
3848 ttrss_feeds.title AS feed_title,
25ea2805 3849 date_updated,
dc85be2b 3850 ttrss_user_entries.ref_id,
7e3634d9 3851 link,
c62a2c21 3852 SUBSTRING(content, 1, 120) AS excerpt,
fc2b26a6 3853 ".SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated
7e3634d9
AD
3854 FROM
3855 ttrss_user_entries,ttrss_entries,ttrss_feeds
3856 WHERE
3857 ref_id = ttrss_entries.id AND feed_id = ttrss_feeds.id
3dd9183c 3858 AND include_in_digest = true
7e3634d9 3859 AND $interval_query
448b0abd 3860 AND ttrss_user_entries.owner_uid = $user_id
c62a2c21 3861 AND unread = true
25ea2805 3862 ORDER BY ttrss_feeds.title, date_updated DESC
7e3634d9
AD
3863 LIMIT $limit");
3864
3865 $cur_feed_title = "";
3866
9cd7c995
AD
3867 $headlines_count = db_num_rows($result);
3868
c62a2c21
AD
3869 $headlines = array();
3870
7e3634d9 3871 while ($line = db_fetch_assoc($result)) {
c62a2c21
AD
3872 array_push($headlines, $line);
3873 }
3874
3875 for ($i = 0; $i < sizeof($headlines); $i++) {
3876
3877 $line = $headlines[$i];
dc85be2b
AD
3878
3879 array_push($affected_ids, $line["ref_id"]);
3880
324944f3
AD
3881 $updated = make_local_datetime($link, $line['last_updated'], false,
3882 $user_id);
7e3634d9 3883
c62a2c21
AD
3884 $tpl->setVariable('FEED_TITLE', $line["feed_title"]);
3885 $tpl->setVariable('ARTICLE_TITLE', $line["title"]);
3886 $tpl->setVariable('ARTICLE_LINK', $line["link"]);
3887 $tpl->setVariable('ARTICLE_UPDATED', $updated);
163a295e
AD
3888 $tpl->setVariable('ARTICLE_EXCERPT',
3889 truncate_string(strip_tags($line["excerpt"]), 100));
7e3634d9 3890
c62a2c21
AD
3891 $tpl->addBlock('article');
3892
3893 $tpl_t->setVariable('FEED_TITLE', $line["feed_title"]);
3894 $tpl_t->setVariable('ARTICLE_TITLE', $line["title"]);
3895 $tpl_t->setVariable('ARTICLE_LINK', $line["link"]);
3896 $tpl_t->setVariable('ARTICLE_UPDATED', $updated);
3897// $tpl_t->setVariable('ARTICLE_EXCERPT',
3898// truncate_string(strip_tags($line["excerpt"]), 100));
3899
3900 $tpl_t->addBlock('article');
3901
3902 if ($headlines[$i]['feed_title'] != $headlines[$i+1]['feed_title']) {
3903 $tpl->addBlock('feed');
3904 $tpl_t->addBlock('feed');
7e3634d9
AD
3905 }
3906
7e3634d9
AD
3907 }
3908
c62a2c21
AD
3909 $tpl->addBlock('digest');
3910 $tpl->generateOutputToString($tmp);
3911
3912 $tpl_t->addBlock('digest');
3913 $tpl_t->generateOutputToString($tmp_t);
7e3634d9 3914
c62a2c21 3915 return array($tmp, $headlines_count, $affected_ids, $tmp_t);
7e3634d9
AD
3916 }
3917
73495fd1 3918 function check_for_update($link) {
63855db1
AD
3919 if (CHECK_FOR_NEW_VERSION && $_SESSION['access_level'] >= 10) {
3920 $version_url = "http://tt-rss.org/version.php?ver=" . VERSION;
b72c3ef8 3921
63855db1 3922 $version_data = @fetch_file_contents($version_url);
b72c3ef8 3923
63855db1
AD
3924 if ($version_data) {
3925 $version_data = json_decode($version_data, true);
3926 if ($version_data && $version_data['version']) {
f67d9754 3927
63855db1
AD
3928 if (version_compare(VERSION, $version_data['version']) == -1) {
3929 return $version_data['version'];
3930 }
3931 }
f67d9754 3932 }
b72c3ef8 3933 }
63855db1 3934 return false;
b72c3ef8 3935 }
472782e8 3936
18eddb2c
AD
3937 function markArticlesById($link, $ids, $cmode) {
3938
3939 $tmp_ids = array();
3940
3941 foreach ($ids as $id) {
3942 array_push($tmp_ids, "ref_id = '$id'");
3943 }
3944
3945 $ids_qpart = join(" OR ", $tmp_ids);
3946
3947 if ($cmode == 0) {
3948 db_query($link, "UPDATE ttrss_user_entries SET
3949 marked = false,last_read = NOW()
3950 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3951 } else if ($cmode == 1) {
3952 db_query($link, "UPDATE ttrss_user_entries SET
3953 marked = true
3954 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3955 } else {
3956 db_query($link, "UPDATE ttrss_user_entries SET
3957 marked = NOT marked,last_read = NOW()
3958 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3959 }
3960 }
3961
e4f4b46f
AD
3962 function publishArticlesById($link, $ids, $cmode) {
3963
3964 $tmp_ids = array();
3965
3966 foreach ($ids as $id) {
3967 array_push($tmp_ids, "ref_id = '$id'");
3968 }
3969
3970 $ids_qpart = join(" OR ", $tmp_ids);
3971
3972 if ($cmode == 0) {
3973 db_query($link, "UPDATE ttrss_user_entries SET
3974 published = false,last_read = NOW()
3975 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3976 } else if ($cmode == 1) {
3977 db_query($link, "UPDATE ttrss_user_entries SET
3978 published = true
3979 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3980 } else {
3981 db_query($link, "UPDATE ttrss_user_entries SET
3982 published = NOT published,last_read = NOW()
3983 WHERE ($ids_qpart) AND owner_uid = " . $_SESSION["uid"]);
3984 }
3985 }
3986
9968d46f
AD
3987 function catchupArticlesById($link, $ids, $cmode, $owner_uid = false) {
3988
3989 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
ed41f171 3990 if (count($ids) == 0) return;
472782e8
AD
3991
3992 $tmp_ids = array();
3993
3994 foreach ($ids as $id) {
3995 array_push($tmp_ids, "ref_id = '$id'");
3996 }
3997
3998 $ids_qpart = join(" OR ", $tmp_ids);
3999
4000 if ($cmode == 0) {
4001 db_query($link, "UPDATE ttrss_user_entries SET
4002 unread = false,last_read = NOW()
9968d46f 4003 WHERE ($ids_qpart) AND owner_uid = $owner_uid");
472782e8
AD
4004 } else if ($cmode == 1) {
4005 db_query($link, "UPDATE ttrss_user_entries SET
4006 unread = true
9968d46f 4007 WHERE ($ids_qpart) AND owner_uid = $owner_uid");
472782e8
AD
4008 } else {
4009 db_query($link, "UPDATE ttrss_user_entries SET
4010 unread = NOT unread,last_read = NOW()
9968d46f 4011 WHERE ($ids_qpart) AND owner_uid = $owner_uid");
472782e8 4012 }
0737b95a
AD
4013
4014 /* update ccache */
4015
4016 $result = db_query($link, "SELECT DISTINCT feed_id FROM ttrss_user_entries
4017 WHERE ($ids_qpart) AND owner_uid = $owner_uid");
4018
4019 while ($line = db_fetch_assoc($result)) {
4020 ccache_update($link, $line["feed_id"], $owner_uid);
4021 }
472782e8
AD
4022 }
4023
e097e8be
AD
4024 function catchupArticleById($link, $id, $cmode) {
4025
4026 if ($cmode == 0) {
4027 db_query($link, "UPDATE ttrss_user_entries SET
4028 unread = false,last_read = NOW()
4029 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
4030 } else if ($cmode == 1) {
4031 db_query($link, "UPDATE ttrss_user_entries SET
4032 unread = true
4033 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
4034 } else {
4035 db_query($link, "UPDATE ttrss_user_entries SET
4036 unread = NOT unread,last_read = NOW()
4037 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
4038 }
ab197ae1
AD
4039
4040 $feed_id = getArticleFeed($link, $id);
4041 ccache_update($link, $feed_id, $_SESSION["uid"]);
e097e8be
AD
4042 }
4043
1f64b1be
AD
4044 function make_guid_from_title($title) {
4045 return preg_replace("/[ \"\',.:;]/", "-",
fefef828 4046 mb_strtolower(strip_tags($title), 'utf-8'));
1f64b1be
AD
4047 }
4048
11befbb2 4049 function print_headline_subtoolbar($link, $feed_site_url, $feed_title,
0ef68e6f 4050 $feed_id, $is_cat, $search, $match_on,
23d72f39 4051 $search_mode, $view_mode) {
e6c115b2 4052
fcf70c51
AD
4053 $page_prev_link = "viewFeedGoPage(-1)";
4054 $page_next_link = "viewFeedGoPage(1)";
4055 $page_first_link = "viewFeedGoPage(0)";
203de776 4056
fcf70c51
AD
4057 $catchup_page_link = "catchupPage()";
4058 $catchup_feed_link = "catchupCurrentFeed()";
4059 $catchup_sel_link = "catchupSelection()";
c6008b62 4060
fcf70c51
AD
4061 $archive_sel_link = "archiveSelection()";
4062 $delete_sel_link = "deleteSelection()";
e04c18a2 4063
fcf70c51
AD
4064 $sel_all_link = "selectArticles('all')";
4065 $sel_unread_link = "selectArticles('unread')";
4066 $sel_none_link = "selectArticles('none')";
4067 $sel_inv_link = "selectArticles('invert')";
11befbb2 4068
fcf70c51
AD
4069 $tog_unread_link = "selectionToggleUnread()";
4070 $tog_marked_link = "selectionToggleMarked()";
4071 $tog_published_link = "selectionTogglePublished()";
4072
4073 print "<div id=\"subtoolbar_main\">";
4074
4075 print __('Select:')."
4076 <a href=\"#\" onclick=\"$sel_all_link\">".__('All')."</a>,
4077 <a href=\"#\" onclick=\"$sel_unread_link\">".__('Unread')."</a>,
4078 <a href=\"#\" onclick=\"$sel_inv_link\">".__('Invert')."</a>,
4079 <a href=\"#\" onclick=\"$sel_none_link\">".__('None')."</a></li>";
4080
4081 print " ";
4082
fcf70c51
AD
4083 print "<select dojoType=\"dijit.form.Select\"
4084 onchange=\"headlineActionsChange(this)\">";
d6034614 4085 print "<option value=\"false\">".__('Actions...')."</option>";
fcf70c51 4086
33d8b5d0 4087 print "<option value=\"0\" disabled=\"1\">".__('Selection toggle:')."</option>";
fcf70c51 4088
33d8b5d0
AD
4089 print "<option value=\"$tog_unread_link\">".__('Unread')."</option>
4090 <option value=\"$tog_marked_link\">".__('Starred')."</option>
4091 <option value=\"$tog_published_link\">".__('Published')."</option>";
fcf70c51 4092
33d8b5d0 4093 print "<option value=\"0\" disabled=\"1\">".__('Selection:')."</option>";
fcf70c51
AD
4094
4095 print "<option value=\"$catchup_sel_link\">".__('Mark as read')."</option>";
4096
4097 if ($feed_id != "0") {
4098 print "<option value=\"$archive_sel_link\">".__('Archive')."</option>";
4099 } else {
4100 print "<option value=\"$archive_sel_link\">".__('Move back')."</option>";
4101 print "<option value=\"$delete_sel_link\">".__('Delete')."</option>";
4102
4103 }
4104
4105 print "<option value=\"emailArticle(false)\">".__('Forward by email').
4106 "</option>";
4107
33d8b5d0
AD
4108 $rss_link = htmlspecialchars(get_self_url_prefix() .
4109 "/backend.php?op=rss&id=$feed_id&is_cat=$is_cat$view_mode$search_q");
fcf70c51
AD
4110
4111 print "<option value=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">".__('View as RSS')."</option>";
4112
4113 print "</select>";
4114
4115 print "</div>";
c6008b62 4116
0ef68e6f
AD
4117 print "<div id=\"subtoolbar_ftitle\">";
4118
4119 if ($feed_site_url) {
c3fddd05 4120 $target = "target=\"_blank\"";
f412e5ad 4121 print "<a title=\"".__("Visit the website")."\" $target href=\"$feed_site_url\">".
0ef68e6f
AD
4122 truncate_string($feed_title,30)."</a>";
4123 } else {
5163fc70
AD
4124 if ($feed_id < -10) {
4125 $label_id = -11-$feed_id;
4126
4127 $result = db_query($link, "SELECT fg_color, bg_color
4128 FROM ttrss_labels2 WHERE id = '$label_id' AND owner_uid = " .
4129 $_SESSION["uid"]);
4130
4131 if (db_num_rows($result) != 0) {
4132 $fg_color = db_fetch_result($result, 0, "fg_color");
4133 $bg_color = db_fetch_result($result, 0, "bg_color");
4134
4135 print "<span style='background : $bg_color; color : $fg_color'>";
4136 print $feed_title;
4137 print "</span>";
4138 } else {
4139 print $feed_title;
4140 }
4141
4142 } else {
4143 print $feed_title;
4144 }
0ef68e6f
AD
4145 }
4146
4147 if ($search) {
4148 $search_q = "&q=$search&m=$match_on&smode=$search_mode";
c3fddd05
AD
4149 } else {
4150 $search_q = "";
0ef68e6f
AD
4151 }
4152
aa1c2aa4
AD
4153 // Adaptive doesn't really make any sense for generated feeds
4154 // All Articles is the default, so no need to insert it either
4155 if ($view_mode == "adaptive" || $view_mode == "all_articles")
4156 $view_mode = "";
4157 else
4158 $view_mode = "&view-mode=$view_mode";
4159
0ef68e6f 4160 print "
8801fb01 4161 <a href=\"#\"
9c5b98ad 4162 title=\"".__("View as RSS feed")."\"
8801fb01 4163 onclick=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">
c0105d4e 4164 <img class=\"noborder\" style=\"vertical-align : middle\" src=\"images/feed-icon-12x12.png\"></a>";
b8a637f3 4165
0ef68e6f 4166 print "</div>";
ceb30ba4 4167
11befbb2 4168 }
bba7c4bf 4169
1985a5e0 4170 function outputFeedList($link, $special = true) {
f407c086 4171
13e785e0
AD
4172 $feedlist = array();
4173
4174 $enable_cats = get_pref($link, 'ENABLE_FEED_CATS');
4175
4176 $feedlist['identifier'] = 'id';
4177 $feedlist['label'] = 'name';
4178 $feedlist['items'] = array();
f407c086
AD
4179
4180 $owner_uid = $_SESSION["uid"];
4181
cf4d339c 4182 /* virtual feeds */
f407c086 4183
1985a5e0 4184 if ($special) {
e4f4b46f 4185
1985a5e0
AD
4186 if ($enable_cats) {
4187 $cat_hidden = get_pref($link, "_COLLAPSED_SPECIAL");
4188 $cat = feedlist_init_cat($link, -1, $cat_hidden);
4189 } else {
4190 $cat['items'] = array();
4191 }
f407c086 4192
1985a5e0
AD
4193 foreach (array(-4, -3, -1, -2, 0) as $i) {
4194 array_push($cat['items'], feedlist_init_feed($link, $i));
4195 }
4196
4197 if ($enable_cats) {
4198 array_push($feedlist['items'], $cat);
4199 } else {
4200 $feedlist['items'] = array_merge($feedlist['items'], $cat['items']);
4201 }
4202
4203 $result = db_query($link, "SELECT * FROM
4204 ttrss_labels2 WHERE owner_uid = '$owner_uid' ORDER by caption");
9fe80bcd 4205
d4f46bc1 4206 if (db_num_rows($result) > 0) {
9fe80bcd 4207
d4f46bc1
AD
4208 if (get_pref($link, 'ENABLE_FEED_CATS')) {
4209 $cat_hidden = get_pref($link, "_COLLAPSED_LABELS");
4210 $cat = feedlist_init_cat($link, -2, $cat_hidden);
4211 } else {
4212 $cat['items'] = array();
4213 }
9fe80bcd 4214
d4f46bc1
AD
4215 while ($line = db_fetch_assoc($result)) {
4216
4217 $label_id = -$line['id'] - 11;
4218 $count = getFeedUnread($link, $label_id);
1985a5e0 4219
d4f46bc1
AD
4220 $feed = feedlist_init_feed($link, $label_id, false, $count);
4221
4222 $feed['fg_color'] = $line['fg_color'];
4223 $feed['bg_color'] = $line['bg_color'];
4224
4225 array_push($cat['items'], $feed);
4226 }
4227
4228 if ($enable_cats) {
4229 array_push($feedlist['items'], $cat);
4230 } else {
4231 $feedlist['items'] = array_merge($feedlist['items'], $cat['items']);
4232 }
1985a5e0 4233 }
9c99281f 4234 }
9c99281f 4235
76657c46 4236/* if (get_pref($link, 'ENABLE_FEED_CATS')) {
9c99281f
AD
4237 if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {
4238 $order_by_qpart = "order_id,category,unread DESC,title";
13e785e0 4239 } else {
9c99281f 4240 $order_by_qpart = "order_id,category,title";
f407c086 4241 }
9c99281f
AD
4242 } else {
4243 if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {
4244 $order_by_qpart = "unread DESC,title";
4245 } else {
4246 $order_by_qpart = "title";
f407c086 4247 }
76657c46
AD
4248 } */
4249
4d65b7df
AD
4250 /* real feeds */
4251
76657c46 4252 if ($enable_cats)
7b8a143f
AD
4253 $order_by_qpart = "ttrss_feed_categories.order_id,category,
4254 ttrss_feeds.order_id,title";
76657c46
AD
4255 else
4256 $order_by_qpart = "title";
f407c086 4257
9c99281f 4258 $age_qpart = getMaxAgeSubquery();
f407c086 4259
9c99281f
AD
4260 $query = "SELECT ttrss_feeds.id, ttrss_feeds.title,
4261 ".SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated_noms,
4262 cat_id,last_error,
4263 ttrss_feed_categories.title AS category,
4264 ttrss_feed_categories.collapsed,
4265 value AS unread
4266 FROM ttrss_feeds LEFT JOIN ttrss_feed_categories
4267 ON (ttrss_feed_categories.id = cat_id)
4268 LEFT JOIN ttrss_counters_cache
4269 ON
4270 (ttrss_feeds.id = feed_id)
4271 WHERE
4272 ttrss_feeds.owner_uid = '$owner_uid'
4273 ORDER BY $order_by_qpart";
13e785e0 4274
9c99281f 4275 $result = db_query($link, $query);
13e785e0 4276
9c99281f 4277 $actid = $_REQUEST["actid"];
0f39ae20 4278
4d65b7df 4279 if (db_num_rows($result) > 0) {
f407c086 4280
4d65b7df
AD
4281 $category = "";
4282
4283 if (!$enable_cats)
4284 $cat['items'] = array();
4285 else
4286 $cat = false;
4287
4288 while ($line = db_fetch_assoc($result)) {
4289
4290 $feed = htmlspecialchars(trim($line["title"]));
4291
4292 if (!$feed) $feed = "[Untitled]";
4293
4294 $feed_id = $line["id"];
4295 $unread = $line["unread"];
4296
4297 $cat_id = $line["cat_id"];
4298 $tmp_category = $line["category"];
4299 if (!$tmp_category) $tmp_category = __("Uncategorized");
4300
4301 if ($category != $tmp_category && $enable_cats) {
13e785e0 4302
4d65b7df 4303 $category = $tmp_category;
9c99281f 4304
4d65b7df
AD
4305 $collapsed = sql_bool_to_bool($line["collapsed"]);
4306
4307 // workaround for NULL category
4308 if ($category == __("Uncategorized")) {
4309 $collapsed = get_pref($link, "_COLLAPSED_UNCAT");
4310 }
4311
4312 if ($cat) array_push($feedlist['items'], $cat);
4313
4314 $cat = feedlist_init_cat($link, $cat_id, $collapsed);
f0855b88 4315 }
4d65b7df
AD
4316
4317 $updated = make_local_datetime($link, $line["updated_noms"], false);
4318
4319 array_push($cat['items'], feedlist_init_feed($link, $feed_id,
4320 $feed, $unread, $line['last_error'], $updated));
4321 }
4322
4323 if ($enable_cats) {
4324 array_push($feedlist['items'], $cat);
4325 } else {
4326 $feedlist['items'] = array_merge($feedlist['items'], $cat['items']);
f407c086
AD
4327 }
4328
9c99281f 4329 }
13e785e0
AD
4330
4331 return $feedlist;
f407c086
AD
4332 }
4333
bc976a8c 4334 function get_article_tags($link, $id, $owner_uid = 0) {
0b126ac2 4335
bd3f2ade
AD
4336 global $memcache;
4337
0b126ac2
AD
4338 $a_id = db_escape_string($id);
4339
bc976a8c
AD
4340 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
4341
bd3f2ade 4342 $query = "SELECT DISTINCT tag_name,
0c3d1c68 4343 owner_uid as owner FROM
0b126ac2 4344 ttrss_tags WHERE post_int_id = (SELECT int_id FROM ttrss_user_entries WHERE
bd3f2ade 4345 ref_id = '$a_id' AND owner_uid = '$owner_uid' LIMIT 1) ORDER BY tag_name";
0b126ac2 4346
bd3f2ade 4347 $obj_id = md5("TAGS:$owner_uid:$id");
0b126ac2 4348 $tags = array();
bd3f2ade
AD
4349
4350 if ($memcache && $obj = $memcache->get($obj_id)) {
4351 $tags = $obj;
4352 } else {
490c366d
AD
4353 /* check cache first */
4354
4355 $result = db_query($link, "SELECT tag_cache FROM ttrss_user_entries
4356 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
4357
4358 $tag_cache = db_fetch_result($result, 0, "tag_cache");
4359
4360 if ($tag_cache) {
4361 $tags = explode(",", $tag_cache);
4362 } else {
bd3f2ade 4363
490c366d
AD
4364 /* do it the hard way */
4365
4366 $tmp_result = db_query($link, $query);
4367
4368 while ($tmp_line = db_fetch_assoc($tmp_result)) {
4369 array_push($tags, $tmp_line["tag_name"]);
4370 }
4371
4372 /* update the cache */
4373
4374 $tags_str = db_escape_string(join(",", $tags));
4375
4376 db_query($link, "UPDATE ttrss_user_entries
4377 SET tag_cache = '$tags_str' WHERE ref_id = '$id'
4378 AND owner_uid = " . $_SESSION["uid"]);
bd3f2ade
AD
4379 }
4380
4381 if ($memcache) $memcache->add($obj_id, $tags, 0, 3600);
0b126ac2
AD
4382 }
4383
4384 return $tags;
4385 }
4386
d62a3b63
AD
4387 function trim_value(&$value) {
4388 $value = trim($value);
4389 }
4390
4391 function trim_array($array) {
4392 $tmp = $array;
4393 array_walk($tmp, 'trim_value');
4394 return $tmp;
4395 }
4396
be832a1a 4397 function tag_is_valid($tag) {
ef063748
AD
4398 if ($tag == '') return false;
4399 if (preg_match("/^[0-9]*$/", $tag)) return false;
41f7498a 4400 if (mb_strlen($tag) > 250) return false;
ef063748 4401
31365729
AD
4402 if (function_exists('iconv')) {
4403 $tag = iconv("utf-8", "utf-8", $tag);
4404 }
4405
ef063748
AD
4406 if (!$tag) return false;
4407
4408 return true;
be832a1a
AD
4409 }
4410
afb12ed0
AD
4411 function render_login_form($link, $mobile = 0) {
4412 switch ($mobile) {
4413 case 0:
793185a9 4414 require_once "login_form.php";
afb12ed0
AD
4415 break;
4416 case 1:
793185a9 4417 require_once "mobile/login_form.php";
afb12ed0
AD
4418 break;
4419 case 2:
4420 require_once "mobile/classic/login_form.php";
793185a9 4421 }
01a87dff
AD
4422 }
4423
dc56b3b7
AD
4424 // from http://developer.apple.com/internet/safari/faq.html
4425 function no_cache_incantation() {
4426 header("Expires: Mon, 22 Dec 1980 00:00:00 GMT"); // Happy birthday to me :)
4427 header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
4428 header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); // HTTP/1.1
4429 header("Cache-Control: post-check=0, pre-check=0", false);
4430 header("Pragma: no-cache"); // HTTP/1.0
4431 }
4432
42395d28 4433 function format_warning($msg, $id = "") {
883fee8d 4434 global $link;
42395d28 4435 return "<div class=\"warning\" id=\"$id\">
883fee8d 4436 <img src=\"".theme_image($link, "images/sign_excl.png")."\">$msg</div>";
0d32b41e
AD
4437 }
4438
4439 function format_notice($msg) {
883fee8d
AD
4440 global $link;
4441 return "<div class=\"notice\" id=\"$id\">
4442 <img src=\"".theme_image($link, "images/sign_info.png")."\">$msg</div>";
0d32b41e
AD
4443 }
4444
68d2f95e 4445 function format_error($msg) {
883fee8d
AD
4446 global $link;
4447 return "<div class=\"error\" id=\"$id\">
4448 <img src=\"".theme_image($link, "images/sign_excl.png")."\">$msg</div>";
68d2f95e
AD
4449 }
4450
4dccf1ed
AD
4451 function print_notice($msg) {
4452 return print format_notice($msg);
4453 }
4454
4455 function print_warning($msg) {
4456 return print format_warning($msg);
4457 }
4458
68d2f95e
AD
4459 function print_error($msg) {
4460 return print format_error($msg);
4461 }
4462
4463
4dccf1ed
AD
4464 function T_sprintf() {
4465 $args = func_get_args();
4466 return vsprintf(__(array_shift($args)), $args);
4467 }
4468
51682b23
AD
4469 function format_inline_player($link, $url, $ctype) {
4470
4471 $entry = "";
4472
4473 if (($ctype == __("audio/mpeg")) && (get_pref($link, "ENABLE_FLASH_PLAYER")) ) {
4474
4475 $entry .= "<object type=\"application/x-shockwave-flash\"
4476 data=\"extras/button/musicplayer.swf?song_url=$url\"
4477 width=\"17\" height=\"17\">
4478 <param name=\"movie\" value=\"extras/button/musicplayer.swf?song_url=$url\" /> </object>";
4479 }
4480
4481 /*
4482
4483 if (substr($ctype,0,6)=="audio/" || $ctype=="application/ogg" || $ctype=="application/x-ogg") {
4484 $entry .= "<audio controls=\"controls\"><source src=\"$url\" type=\"$ctype\" />";
4485 if (($ctype == __("audio/mpeg")) &&
4486 (get_pref($link, "ENABLE_FLASH_PLAYER")) ) {
4487 $entry .= "<span><object type=\"application/x-shockwave-flash\" data=\"extras/button/musicplayer.swf?song_url=$url\" width=\"17\" height=\"17\"> <param name=\"movie\" value=\"extras/button/musicplayer.swf?song_url=$url\" /> </object></span>";
4488 }
4489 $entry .= "</audio> ";
4490 if (($ctype == __("audio/mpeg")) &&
4491 (get_pref($link, "ENABLE_FLASH_PLAYER")) ) {
4492 $entry .= "<a id='switchToFlashLink' href='#' onclick='return switchToFlash(this)'>".__('Switch to Flash Player')."</a>";
4493 $entry .= "<script type='text/javascript'>html5AudioOrFlash('$ctype');</script>";
4494 }
4495 } elseif (substr($ctype,0,6)=="video/") {
4496 $entry .= "<video controls=\"controls\"><source src=\"$url\" type=\"$ctype\" />";
4497 $entry .= "</video>";
4498 } */
4499
4500
4501
4502 return $entry;
4503 }
4504
eedfb635
AD
4505 function outputArticleXML($link, $id, $feed_id, $mark_as_read = true,
4506 $zoom_mode = false) {
3de0261a 4507
10eb9da8 4508 /* we can figure out feed_id from article id anyway, why do we
e04c18a2 4509 * pass feed_id here? let's ignore the argument :( */
10eb9da8
AD
4510
4511 $result = db_query($link, "SELECT feed_id FROM ttrss_user_entries
4512 WHERE ref_id = '$id'");
4513
e04c18a2 4514 $feed_id = (int) db_fetch_result($result, 0, "feed_id");
10eb9da8 4515
eedfb635 4516 if (!$zoom_mode) { print "<article id='$id'><![CDATA["; };
3de0261a 4517
54e61a68 4518 $result = db_query($link, "SELECT rtl_content, always_display_enclosures FROM ttrss_feeds
3de0261a
AD
4519 WHERE id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]);
4520
4521 if (db_num_rows($result) == 1) {
4522 $rtl_content = sql_bool_to_bool(db_fetch_result($result, 0, "rtl_content"));
54e61a68 4523 $always_display_enclosures = sql_bool_to_bool(db_fetch_result($result, 0, "always_display_enclosures"));
3de0261a
AD
4524 } else {
4525 $rtl_content = false;
54e61a68 4526 $always_display_enclosures = false;
3de0261a
AD
4527 }
4528
4529 if ($rtl_content) {
4530 $rtl_tag = "dir=\"RTL\"";
4531 $rtl_class = "RTL";
4532 } else {
4533 $rtl_tag = "";
4534 $rtl_class = "";
4535 }
4536
4537 if ($mark_as_read) {
4538 $result = db_query($link, "UPDATE ttrss_user_entries
4539 SET unread = false,last_read = NOW()
4540 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
8a4c759e
AD
4541
4542 ccache_update($link, $feed_id, $_SESSION["uid"]);
3de0261a
AD
4543 }
4544
4545 $result = db_query($link, "SELECT title,link,content,feed_id,comments,int_id,
fc2b26a6 4546 ".SUBSTRING_FOR_DATE."(updated,1,16) as updated,
3de0261a 4547 (SELECT icon_url FROM ttrss_feeds WHERE id = feed_id) as icon_url,
8cc3c778 4548 (SELECT site_url FROM ttrss_feeds WHERE id = feed_id) as site_url,
3de0261a 4549 num_comments,
c7e51de1 4550 author,
ef83538d 4551 orig_feed_id,
c7e51de1 4552 note
3de0261a
AD
4553 FROM ttrss_entries,ttrss_user_entries
4554 WHERE id = '$id' AND ref_id = id AND owner_uid = " . $_SESSION["uid"]);
4555
4556 if ($result) {
4557
3de0261a
AD
4558 $line = db_fetch_assoc($result);
4559
4560 if ($line["icon_url"]) {
8e289ca1 4561 $feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
3de0261a
AD
4562 } else {
4563 $feed_icon = "&nbsp;";
4564 }
4565
8cc3c778
AD
4566 $feed_site_url = $line['site_url'];
4567
3de0261a
AD
4568 $num_comments = $line["num_comments"];
4569 $entry_comments = "";
4570
4571 if ($num_comments > 0) {
4572 if ($line["comments"]) {
4573 $comments_url = $line["comments"];
4574 } else {
4575 $comments_url = $line["link"];
4576 }
7514749d 4577 $entry_comments = "<a target='_blank' href=\"$comments_url\">$num_comments comments</a>";
3de0261a
AD
4578 } else {
4579 if ($line["comments"] && $line["link"] != $line["comments"]) {
7514749d 4580 $entry_comments = "<a target='_blank' href=\"".$line["comments"]."\">comments</a>";
3de0261a
AD
4581 }
4582 }
4583
eedfb635
AD
4584 if ($zoom_mode) {
4585 header("Content-Type: text/html");
4586 print "<html><head>
5bb0cc8e 4587 <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
eedfb635
AD
4588 <title>Tiny Tiny RSS - ".$line["title"]."</title>
4589 <link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
4590 </head><body>";
4591 }
4592
6f3976c9
AD
4593 print "<div id=\"PTITLE-$id\" style=\"display : none\">" .
4594 truncate_string(strip_tags($line['title']), 15) . "</div>";
eedfb635 4595
6f3976c9 4596 print "<div class=\"postReply\" id=\"POST-$id\">";
bc372fe3 4597
c0ed0371 4598 /* print "<div dojoType=\"dijit.Menu\" style=\"display: none;\"
bc372fe3
AD
4599 targetNodeIds=\"POSTHDR-$id\">";
4600 print "<div onclick=\"postOpenInNewTab(event, $id)\"
4601 dojoType=\"dijit.MenuItem\">".__('View in a new tab')."</div>";
4602 print "<div dojoType=\"dijit.MenuSeparator\"></div>";
4603 print "<div onclick=\"openArticleInNewWindow($id)\"
4604 dojoType=\"dijit.MenuItem\">".__('Open original article')."</div>";
c0ed0371 4605 print "</div>"; */
bc372fe3
AD
4606
4607 print "<div onclick=\"return postClicked(event, $id)\"
4608 class=\"postHeader\" id=\"POSTHDR-$id\">";
3de0261a
AD
4609
4610 $entry_author = $line["author"];
4611
4612 if ($entry_author) {
60164936 4613 $entry_author = __(" - ") . $entry_author;
3de0261a
AD
4614 }
4615
324944f3
AD
4616 $parsed_updated = make_local_datetime($link, $line["updated"], true,
4617 false, true);
4618
3de0261a
AD
4619 print "<div class=\"postDate$rtl_class\">$parsed_updated</div>";
4620
4621 if ($line["link"]) {
6e88da82
AD
4622 print "<div clear='both'><a target='_blank' href=\"" .
4623 $line["link"] . "\">" .
4624 $line["title"] . "<span class='author'>$entry_author</span></a></div>";
3de0261a
AD
4625 } else {
4626 print "<div clear='both'>" . $line["title"] . "$entry_author</div>";
4627 }
4628
307d187c 4629 $tags_str = format_tags_string(get_article_tags($link, $id), $id);
e7544143 4630
3de0261a
AD
4631 if (!$entry_comments) $entry_comments = "&nbsp;"; # placeholder
4632
5f014cf1 4633 print "<div style='float : right'>
e9823609
AD
4634 <img src='".theme_image($link, 'images/tag.png')."'
4635 class='tagsPic' alt='Tags' title='Tags'>&nbsp;";
eedfb635
AD
4636
4637 if (!$zoom_mode) {
307d187c 4638 print "<span id=\"ATSTR-$id\">$tags_str</span>
eedfb635 4639 <a title=\"".__('Edit tags for this article')."\"
31a53903 4640 href=\"#\" onclick=\"editArticleTags($id, $feed_id)\">(+)</a>";
4710e3dc 4641
e9823609 4642 print "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
9ed0b90f 4643 class='tagsPic' style=\"cursor : pointer\"
ca07f49e 4644 onclick=\"postOpenInNewTab(event, $id)\"
6f3976c9 4645 alt='Zoom' title='".__('Open article in new tab')."'>";
c7e51de1
AD
4646
4647 $note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
4648
e9823609 4649 print "<img src=\"".theme_image($link, 'images/art-pub-note.png')."\"
9ed0b90f 4650 class='tagsPic' style=\"cursor : pointer\"
c7e51de1
AD
4651 onclick=\"publishWithNote($id, '$note_escaped')\"
4652 alt='PubNote' title='".__('Publish article with a note')."'>";
4653
31a53903
AD
4654 if (DIGEST_ENABLE) {
4655 print "<img src=\"".theme_image($link, 'images/art-email.png')."\"
9ed0b90f 4656 class='tagsPic' style=\"cursor : pointer\"
31a53903
AD
4657 onclick=\"emailArticle($id)\"
4658 alt='Zoom' title='".__('Forward by email')."'>";
4659 }
4660
6f3976c9
AD
4661 print "<img src=\"".theme_image($link, 'images/digest_checkbox.png')."\"
4662 class='tagsPic' style=\"cursor : pointer\"
e3387e2d 4663 onclick=\"closeArticlePanel($id)\"
6f3976c9
AD
4664 alt='Zoom' title='".__('Close this panel')."'>";
4665
24ecbcae
AD
4666 } else {
4667 $tags_str = strip_tags($tags_str);
4668 print "<span id=\"ATSTR-$id\">$tags_str</span>";
eedfb635
AD
4669 }
4670 print "</div>";
4671 print "<div clear='both'>$entry_comments</div>";
3de0261a 4672
ef83538d
AD
4673 if ($line["orig_feed_id"]) {
4674
4675 $tmp_result = db_query($link, "SELECT * FROM ttrss_archived_feeds
4676 WHERE id = ".$line["orig_feed_id"]);
4677
4678 if (db_num_rows($tmp_result) != 0) {
4679
4680 print "<div clear='both'>";
4681 print __("Originally from:");
4682
4683 print "&nbsp;";
4684
4685 $tmp_line = db_fetch_assoc($tmp_result);
4686
4687 print "<a target='_blank'
4688 href=' " . htmlspecialchars($tmp_line['site_url']) . "'>" .
4689 $tmp_line['title'] . "</a>";
4690
4691 print "&nbsp;";
4692
4693 print "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
4694 print "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
4695
4696 print "</div>";
4697 }
4698 }
4699
3de0261a
AD
4700 print "</div>";
4701
f412e5ad
AD
4702 print "<div class=\"postIcon\">" .
4703 "<a target=\"_blank\" title=\"".__("Visit the website")."\"$
4704 href=\"".htmlspecialchars($feed_site_url)."\">".
4705 $feed_icon . "</a></div>";
64ab16ac 4706
3de0261a 4707 print "<div class=\"postContent\">";
64ab16ac 4708
8cc3c778
AD
4709 $article_content = sanitize_rss($link, $line["content"], false, false,
4710 $feed_site_url);
c41890b0 4711
c7e51de1
AD
4712 print "<div id=\"POSTNOTE-$id\">";
4713 if ($line['note']) {
4714 print format_article_note($id, $line['note']);
4715 }
4716 print "</div>";
4717
db54143e
AD
4718 print $article_content;
4719
dad14b51
AD
4720 print_article_enclosures($link, $id, $always_display_enclosures,
4721 $article_content);
ce53e200 4722
96d44601
AD
4723 $short_title = truncate_string(strip_tags($line['title']), 90);
4724
76a46b6b 4725 print "<br/><a href=\"http://twitter.com/share\"
96d44601
AD
4726 class=\"twitter-share-button\"
4727 data-text=\"$short_title\"
4728 data-url=\"".htmlspecialchars($line["link"])."\"
4729 data-count=\"horizontal\">Tweet</a>";
4730
ce53e200 4731 print "</div>";
dad14b51 4732
3de0261a
AD
4733 print "</div>";
4734
4735 }
4736
eedfb635
AD
4737 if (!$zoom_mode) {
4738 print "]]></article>";
4739 } else {
4740 print "
4741 <div style=\"text-align : center\">
2ae69126
AD
4742 <button onclick=\"return window.close()\">".
4743 __("Close this window")."</button></div>";
eedfb635
AD
4744 print "</body></html>";
4745
4746 }
3de0261a
AD
4747
4748 }
4749
4750 function outputHeadlinesList($link, $feed, $subop, $view_mode, $limit, $cat_view,
7b4d02a8
AD
4751 $next_unread_feed, $offset, $vgr_last_feed = false,
4752 $override_order = false) {
3de0261a 4753
52d7e7da
AD
4754 $disable_cache = false;
4755
46921916
AD
4756 $timing_info = getmicrotime();
4757
961f4c73
AD
4758 $topmost_article_ids = array();
4759
ac541432
AD
4760 if (!$offset) {
4761 $offset = 0;
4762 }
3de0261a
AD
4763
4764 if ($subop == "undefined") $subop = "";
4765
a9bcfb8f
AD
4766 $subop_split = split(":", $subop);
4767
3de0261a 4768 if ($subop == "CatchupSelected") {
b4e75b2a
AD
4769 $ids = split(",", db_escape_string($_REQUEST["ids"]));
4770 $cmode = sprintf("%d", $_REQUEST["cmode"]);
3de0261a
AD
4771
4772 catchupArticlesById($link, $ids, $cmode);
4773 }
4774
bd40aca6 4775 if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0 && !$cat_view) {
35bf080c 4776 update_generic_feed($link, $feed, $cat_view, true);
3de0261a
AD
4777 }
4778
4779 if ($subop == "MarkAllRead") {
4780 catchup_feed($link, $feed, $cat_view);
4781
4782 if (get_pref($link, 'ON_CATCHUP_SHOW_NEXT_FEED')) {
4783 if ($next_unread_feed) {
4784 $feed = $next_unread_feed;
4785 }
4786 }
4787 }
4788
a9bcfb8f
AD
4789 if ($subop_split[0] == "MarkAllReadGR") {
4790 catchup_feed($link, $subop_split[1], false);
4791 }
4792
c3fddd05 4793 // FIXME: might break tag display?
a9bcfb8f 4794
e325d700 4795 if ($feed > 0 && !$cat_view) {
3de0261a
AD
4796 $result = db_query($link,
4797 "SELECT id FROM ttrss_feeds WHERE id = '$feed' LIMIT 1");
4798
4799 if (db_num_rows($result) == 0) {
4800 print "<div align='center'>".__('Feed not found.')."</div>";
4801 return;
4802 }
4803 }
4804
4805 if (preg_match("/^-?[0-9][0-9]*$/", $feed) != false) {
10eb9da8 4806
3de0261a
AD
4807 $result = db_query($link, "SELECT rtl_content FROM ttrss_feeds
4808 WHERE id = '$feed' AND owner_uid = " . $_SESSION["uid"]);
4809
4810 if (db_num_rows($result) == 1) {
4811 $rtl_content = sql_bool_to_bool(db_fetch_result($result, 0, "rtl_content"));
4812 } else {
4813 $rtl_content = false;
4814 }
4815
4816 if ($rtl_content) {
4817 $rtl_tag = "dir=\"RTL\"";
4818 } else {
4819 $rtl_tag = "";
4820 }
4821 } else {
4822 $rtl_tag = "";
4823 $rtl_content = false;
4824 }
4825
3de0261a
AD
4826 /// START /////////////////////////////////////////////////////////////////////////////////
4827
c3fddd05 4828 @$search = db_escape_string($_REQUEST["query"]);
52d7e7da
AD
4829
4830 if ($search) {
4831 $disable_cache = true;
4832 }
4833
c3fddd05
AD
4834 @$search_mode = db_escape_string($_REQUEST["search_mode"]);
4835 @$match_on = db_escape_string($_REQUEST["match_on"]);
3de0261a
AD
4836
4837 if (!$match_on) {
4838 $match_on = "both";
4839 }
4840
4841 $real_offset = $offset * $limit;
4842
b4e75b2a 4843 if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H0", $timing_info);
46921916 4844
3de0261a 4845 $qfh_ret = queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view,
7b4d02a8 4846 $search, $search_mode, $match_on, $override_order, $real_offset);
3de0261a 4847
b4e75b2a 4848 if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H1", $timing_info);
46921916 4849
3de0261a
AD
4850 $result = $qfh_ret[0];
4851 $feed_title = $qfh_ret[1];
4852 $feed_site_url = $qfh_ret[2];
4853 $last_error = $qfh_ret[3];
f56e3080 4854
081e527d
AD
4855 $vgroup_last_feed = $vgr_last_feed;
4856
8801fb01 4857/* if ($feed == -2) {
f56e3080 4858 $feed_site_url = article_publish_url($link);
8801fb01 4859 } */
f56e3080 4860
3de0261a
AD
4861 /// STOP //////////////////////////////////////////////////////////////////////////////////
4862
6e4f4ce1
AD
4863 print "<toolbar><![CDATA[";
4864
ac541432 4865 if (!$offset) {
6e4f4ce1 4866// print "<div id=\"headlinesContainer\" $rtl_tag>";
3de0261a 4867
ac541432
AD
4868 if (!$result) {
4869 print "<div align='center'>".__("Could not display feed (query failed). Please check label match syntax or local configuration.")."</div>";
4870 return;
4871 }
3de0261a 4872
6b32516b
AD
4873 if (db_num_rows($result) > 0) {
4874 print_headline_subtoolbar($link, $feed_site_url, $feed_title,
4875 $feed, $cat_view, $search, $match_on, $search_mode, $view_mode);
3de0261a 4876
6e4f4ce1 4877// print "<div id=\"headlinesInnerContainer\" onscroll=\"headlines_scroll_handler()\">";
6b32516b
AD
4878
4879 }
ac541432 4880 }
3de0261a 4881
6e4f4ce1
AD
4882 print "]]></toolbar><content><![CDATA[";
4883
29dfb258
AD
4884 $headlines_count = db_num_rows($result);
4885
3de0261a
AD
4886 if (db_num_rows($result) > 0) {
4887
4ab4d364
AD
4888 $lnum = $limit*$offset;
4889
3de0261a 4890 $num_unread = 0;
6cfea5c7
AD
4891 $cur_feed_title = '';
4892
784ac51f
AD
4893 $fresh_intl = get_pref($link, "FRESH_ARTICLE_MAX_AGE") * 60 * 60;
4894
3de0261a
AD
4895 while ($line = db_fetch_assoc($result)) {
4896
4897 $class = ($lnum % 2) ? "even" : "odd";
4898
4899 $id = $line["id"];
4900 $feed_id = $line["feed_id"];
961f4c73 4901
e2549229 4902 $labels = get_article_labels($link, $id);
e2549229 4903
2eb9c95c
AD
4904 $labels_str = "<span id=\"HLLCTR-$id\">";
4905 $labels_str .= format_article_labels($labels, $id);
f9247195 4906 $labels_str .= "</span>";
2eb9c95c 4907
905ff52a 4908 if (count($topmost_article_ids) < 3) {
961f4c73
AD
4909 array_push($topmost_article_ids, $id);
4910 }
4911
784ac51f 4912 if ($line["last_read"] == "" && !sql_bool_to_bool($line["unread"])) {
3de0261a 4913
883fee8d
AD
4914 $update_pic = "<img id='FUPDPIC-$id' src=\"".
4915 theme_image($link, 'images/updated.png')."\"
3de0261a
AD
4916 alt=\"Updated\">";
4917 } else {
4918 $update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.gif\"
4919 alt=\"Updated\">";
4920 }
784ac51f
AD
4921
4922 if (sql_bool_to_bool($line["unread"]) &&
4923 time() - strtotime($line["updated_noms"]) < $fresh_intl) {
4924
e9823609
AD
4925 $update_pic = "<img id='FUPDPIC-$id' src=\"".
4926 theme_image($link, 'images/fresh_sign.png')."\" alt=\"Fresh\">";
784ac51f 4927 }
3de0261a
AD
4928
4929 if ($line["unread"] == "t" || $line["unread"] == "1") {
ca8e3d75 4930 $class .= " Unread";
3de0261a
AD
4931 ++$num_unread;
4932 $is_unread = true;
4933 } else {
4934 $is_unread = false;
4935 }
abd8a516 4936
3de0261a 4937 if ($line["marked"] == "t" || $line["marked"] == "1") {
e9823609
AD
4938 $marked_pic = "<img id=\"FMPIC-$id\"
4939 src=\"".theme_image($link, 'images/mark_set.png')."\"
4940 class=\"markedPic\" alt=\"Unstar article\"
4941 onclick='javascript:tMark($id)'>";
3de0261a 4942 } else {
e9823609
AD
4943 $marked_pic = "<img id=\"FMPIC-$id\"
4944 src=\"".theme_image($link, 'images/mark_unset.png')."\"
4945 class=\"markedPic\" alt=\"Star article\"
4946 onclick='javascript:tMark($id)'>";
3de0261a
AD
4947 }
4948
e4f4b46f 4949 if ($line["published"] == "t" || $line["published"] == "1") {
e9823609
AD
4950 $published_pic = "<img id=\"FPPIC-$id\" src=\"".theme_image($link,
4951 'images/pub_set.png')."\"
e4f4b46f 4952 class=\"markedPic\"
f5e0338d 4953 alt=\"Unpublish article\" onclick='javascript:tPub($id)'>";
e4f4b46f 4954 } else {
e9823609
AD
4955 $published_pic = "<img id=\"FPPIC-$id\" src=\"".theme_image($link,
4956 'images/pub_unset.png')."\"
e4f4b46f 4957 class=\"markedPic\"
f5e0338d 4958 alt=\"Publish article\" onclick='javascript:tPub($id)'>";
e4f4b46f
AD
4959 }
4960
e944346c 4961# $content_link = "<a target=\"_blank\" href=\"".$line["link"]."\">" .
3de0261a
AD
4962# $line["title"] . "</a>";
4963
f0971fc1
AD
4964# $content_link = "<a
4965# href=\"" . htmlspecialchars($line["link"]) . "\"
4966# onclick=\"view($id,$feed_id);\">" .
4967# $line["title"] . "</a>";
3de0261a
AD
4968
4969# $content_link = "<a href=\"javascript:viewContentUrl('".$line["link"]."');\">" .
4970# $line["title"] . "</a>";
4971
324944f3 4972 $updated_fmt = make_local_datetime($link, $line["updated_noms"], false);
3de0261a
AD
4973
4974 if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
4975 $content_preview = truncate_string(strip_tags($line["content_preview"]),
4976 100);
4977 }
4978
ff6e357a
AD
4979 $score = $line["score"];
4980
883fee8d
AD
4981 $score_pic = theme_image($link,
4982 "images/" . get_score_pic($score));
546499a9 4983
9bf3f101
AD
4984/* $score_title = __("(Click to change)");
4985 $score_pic = "<img class='hlScorePic' src=\"images/$score_pic\"
4986 onclick=\"adjustArticleScore($id, $score)\" title=\"$score $score_title\">"; */
546499a9 4987
883fee8d 4988 $score_pic = "<img class='hlScorePic' src=\"$score_pic\"
9bf3f101 4989 title=\"$score\">";
ff6e357a 4990
5daa24f2
AD
4991 if ($score > 500) {
4992 $hlc_suffix = "H";
4993 } else if ($score < -100) {
4994 $hlc_suffix = "L";
4995 } else {
4996 $hlc_suffix = "";
4997 }
4998
3de0261a
AD
4999 $entry_author = $line["author"];
5000
5001 if ($entry_author) {
60164936 5002 $entry_author = " - $entry_author";
3de0261a
AD
5003 }
5004
7defa089 5005 $has_feed_icon = feed_has_icon($feed_id);
bd51294a
AD
5006
5007 if ($has_feed_icon) {
5008 $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
5009 } else {
da4fb53f 5010 $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/feed-icon-12x12.png\" alt=\"\">";
bd51294a
AD
5011 }
5012
3de0261a 5013 if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
6cfea5c7 5014
d00f22ac 5015 if (get_pref($link, 'VFEED_GROUP_BY_FEED')) {
bb031f91 5016 if ($feed_id != $vgroup_last_feed && $line["feed_title"]) {
a9bcfb8f
AD
5017
5018 $cur_feed_title = $line["feed_title"];
081e527d 5019 $vgroup_last_feed = $feed_id;
a9bcfb8f 5020
962d8ba4 5021 $cur_feed_title = htmlspecialchars($cur_feed_title);
43fc671f 5022
af163b85 5023 $vf_catchup_link = "(<a onclick='javascript:catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
a9bcfb8f 5024
8cc5e965 5025 print "<div class='cdmFeedTitle'>".
dc803347 5026 "<div style=\"float : right\">$feed_icon_img</div>".
4169bb67 5027 "<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
8cc5e965
AD
5028 $line["feed_title"]."</a> $vf_catchup_link</div>";
5029
6cfea5c7
AD
5030 }
5031 }
314fcd2b
AD
5032
5033 $mouseover_attrs = "onmouseover='postMouseIn($id)'
5034 onmouseout='postMouseOut($id)'";
5035
8cc5e965
AD
5036 print "<div class='$class' id='RROW-$id' $mouseover_attrs>";
5037
5038 print "<div class='hlUpdPic'>$update_pic</div>";
5039
5040 print "<div class='hlLeft'>";
5041
5042 print "<input type=\"checkbox\" onclick=\"tSR(this)\"
5043 id=\"RCHK-$id\">";
3de0261a 5044
8cc5e965
AD
5045 print "$marked_pic";
5046 print "$published_pic";
3de0261a 5047
8cc5e965 5048 print "</div>";
df456bb0 5049
8cc5e965
AD
5050 print "<div onclick='return hlClicked(event, $id)'
5051 class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
f0971fc1
AD
5052 print "<a id=\"RTITLE-$id\"
5053 href=\"" . htmlspecialchars($line["link"]) . "\"
8cc5e965 5054 onclick=\"return false;\">" .
df456bb0
AD
5055 $line["title"];
5056
5057 if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
5058 if ($content_preview) {
5059 print "<span class=\"contentPreview\"> - $content_preview</span>";
3de0261a 5060 }
3de0261a 5061 }
df456bb0 5062
8cc5e965 5063 print "</a></span>";
df456bb0 5064
e2549229
AD
5065 print $labels_str;
5066
af32a59a 5067 /* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
c3fddd05 5068 if (@$line["feed_title"]) {
6cfea5c7 5069 print "<span class=\"hlFeed\">
4169bb67 5070 (<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
6cfea5c7
AD
5071 $line["feed_title"]."</a>)
5072 </span>";
5073 }
af32a59a 5074 } */
6e35a862 5075
8cc5e965 5076 print "</div>";
bd51294a 5077
7b5e74c7
AD
5078
5079
8cc5e965
AD
5080 print "<div class=\"hlRight\">";
5081 print "<span class=\"hlUpdated\">$updated_fmt</span>";
5082 print $score_pic;
546499a9 5083
8cc5e965 5084 if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
bd51294a 5085
8cc5e965
AD
5086 print "<span onclick=\"viewfeed($feed_id)\"
5087 title=\"".htmlspecialchars($line['feed_title'])."\">
5088 $feed_icon_img<span>";
bd51294a
AD
5089 }
5090
8cc5e965
AD
5091 print "</div>";
5092 print "</div>";
3de0261a
AD
5093
5094 } else {
6cfea5c7 5095
bb031f91 5096 if (get_pref($link, 'VFEED_GROUP_BY_FEED') && $line["feed_title"]) {
081e527d
AD
5097 if ($feed_id != $vgroup_last_feed) {
5098
5099 $cur_feed_title = $line["feed_title"];
5100 $vgroup_last_feed = $feed_id;
5101
962d8ba4
AD
5102 $cur_feed_title = htmlspecialchars($cur_feed_title);
5103
af163b85 5104 $vf_catchup_link = "(<a onclick='javascript:catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
081e527d 5105
7defa089 5106 $has_feed_icon = feed_has_icon($feed_id);
dc803347
AD
5107
5108 if ($has_feed_icon) {
5109 $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
5110 } else {
5111 //$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
5112 }
5113
6cfea5c7 5114 print "<div class='cdmFeedTitle'>".
dc803347 5115 "<div style=\"float : right\">$feed_icon_img</div>".
4169bb67 5116 "<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
081e527d 5117 $line["feed_title"]."</a> $vf_catchup_link</div>";
6cfea5c7
AD
5118 }
5119 }
5120
0cacc891 5121 $expand_cdm = get_pref($link, 'CDM_EXPANDED');
0cacc891 5122
314fcd2b
AD
5123 $mouseover_attrs = "onmouseover='postMouseIn($id)'
5124 onmouseout='postMouseOut($id)'";
5125
dad14b51 5126 print "<div class=\"$class\"
dd4c8697 5127 id=\"RROW-$id\" $mouseover_attrs'>";
3de0261a
AD
5128
5129 print "<div class=\"cdmHeader\">";
5130
dad14b51
AD
5131 print "<div style='float : right'>";
5132 print "<span class='updated'>$updated_fmt</span>";
dad14b51 5133 print "$score_pic";
965fb2af 5134
dad14b51
AD
5135 if (!get_pref($link, "VFEED_GROUP_BY_FEED") && $line["feed_title"]) {
5136 print "<span style=\"cursor : pointer\"
5137 title=\"".htmlspecialchars($line["feed_title"])."\"
5138 onclick=\"viewfeed($feed_id)\">$feed_icon_img</span>";
5139 }
62b800b4 5140 print "<div class=\"updPic\">$update_pic</div>";
dd1c0680
AD
5141
5142 print "</div>";
62b800b4 5143
dad14b51 5144 print "<input type=\"checkbox\" onclick=\"toggleSelectRowById(this,
ca8e3d75 5145 'RROW-$id')\" id=\"RCHK-$id\"/>";
5daa24f2 5146
a7f003e0
AD
5147 print "$marked_pic";
5148 print "$published_pic";
5149
dad14b51 5150 print "<span id=\"RTITLE-$id\"
dd4c8697 5151 onclick=\"return cdmClicked(event, $id);\"
dad14b51
AD
5152 class=\"titleWrap$hlc_suffix\">
5153 <a class=\"title\"
96d44601
AD
5154 target=\"_blank\" href=\"".
5155 htmlspecialchars($line["link"])."\">".$line["title"].
2547c9ec 5156 " $entry_author</a>";
0cacc891 5157
39f3c580 5158 print $labels_str;
0cacc891 5159
02ef7e02 5160 if (!$expand_cdm)
dad14b51
AD
5161 $content_hidden = "style=\"display : none\"";
5162 else
5163 $excerpt_hidden = "style=\"display : none\"";
3de0261a 5164
dad14b51 5165 print "<span $excerpt_hidden
dad14b51 5166 id=\"CEXC-$id\" class=\"cdmExcerpt\"> - $content_preview</span>";
3de0261a 5167
dd4c8697
AD
5168 print "</span>";
5169
dad14b51 5170 print "</div>";
c9efd838 5171
bfa0e792 5172 print "<div class=\"cdmContent\" $content_hidden
dd4c8697 5173 onclick=\"return cdmClicked(event, $id);\"
dad14b51 5174 id=\"CICD-$id\">";
c9efd838 5175
dad14b51 5176 print "<div class=\"cdmContentInner\">";
a04c8e8d 5177
dad14b51 5178 if ($line["orig_feed_id"]) {
494a64ea 5179
dad14b51
AD
5180 $tmp_result = db_query($link, "SELECT * FROM ttrss_archived_feeds
5181 WHERE id = ".$line["orig_feed_id"]);
494a64ea
AD
5182
5183 if (db_num_rows($tmp_result) != 0) {
dad14b51
AD
5184
5185 print "<div clear='both'>";
5186 print __("Originally from:");
5187
5188 print "&nbsp;";
5189
5190 $tmp_line = db_fetch_assoc($tmp_result);
5191
5192 print "<a target='_blank'
5193 href=' " . htmlspecialchars($tmp_line['site_url']) . "'>" .
5194 $tmp_line['title'] . "</a>";
5195
5196 print "&nbsp;";
5197
5198 print "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
5199 print "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
5200
5201 print "</div>";
5202 }
494a64ea 5203 }
494a64ea 5204
9d3c031d
AD
5205 // FIXME: make this less of a hack
5206
5207 $feed_site_url = false;
5208
5209 if ($line["feed_id"]) {
5210 $tmp_result = db_query($link, "SELECT site_url FROM ttrss_feeds
5211 WHERE id = " . $line["feed_id"]);
5212
5213 if (db_num_rows($tmp_result) == 1) {
5214 $feed_site_url = db_fetch_result($tmp_result, 0, "site_url");
5215 }
5216 }
5217
dd1c0680 5218 if ($expand_cdm) {
62b800b4
AD
5219 $article_content = sanitize_rss($link, $line["content_preview"],
5220 false, false, $feed_site_url);
621ffb00 5221
62b800b4 5222 if (!$article_content) $article_content = "&nbsp;";
dd1c0680
AD
5223 } else {
5224 $article_content = '';
5225 }
1ede5814 5226
c7e51de1
AD
5227 print "<div id=\"POSTNOTE-$id\">";
5228 if ($line['note']) {
5229 print format_article_note($id, $line['note']);
5230 }
5231 print "</div>";
5232
62b800b4 5233 print "<span id=\"CWRAP-$id\">$article_content</span>";
a3eeb471 5234
dad14b51
AD
5235 $tmp_result = db_query($link, "SELECT always_display_enclosures FROM
5236 ttrss_feeds WHERE id = ".
a16a62c0
AD
5237 (($line['feed_id'] == null) ? $line['orig_feed_id'] :
5238 $line['feed_id'])." AND owner_uid = ".$_SESSION["uid"]);
54e61a68 5239
dad14b51
AD
5240 $always_display_enclosures = sql_bool_to_bool(db_fetch_result($tmp_result,
5241 0, "always_display_enclosures"));
a04c8e8d 5242
dad14b51
AD
5243 print_article_enclosures($link, $id, $always_display_enclosures,
5244 $article_content);
a04c8e8d 5245
96d44601
AD
5246 $short_title = truncate_string(
5247 strip_tags($line['title']), 90);
5248
76a46b6b 5249 print "<br/><a href=\"http://twitter.com/share\"
96d44601
AD
5250 class=\"twitter-share-button\"
5251 data-text=\"$short_title\"
5252 data-url=\"".htmlspecialchars($line["link"])."\"
5253 data-count=\"horizontal\">Tweet</a>";
5254
0cacc891 5255 print "</div>";
3de0261a 5256
dad14b51 5257 print "<div class=\"cdmFooter\">";
3de0261a 5258
dad14b51
AD
5259 $tags_str = format_tags_string(get_article_tags($link, $id), $id);
5260
5261 print "<img src='".theme_image($link,
5262 'images/tag.png')."' alt='Tags' title='Tags'>
5263 <span id=\"ATSTR-$id\">$tags_str</span>
5264 <a title=\"".__('Edit tags for this article')."\"
4169bb67 5265 href=\"#\" onclick=\"editArticleTags($id, $feed_id, true)\">(+)</a>";
3de0261a 5266
dad14b51 5267 print "<div style=\"float : right\">";
3de0261a 5268
dad14b51 5269 print "<img src=\"images/art-zoom.png\"
8a6702ad 5270 onclick=\"zoomToArticle(event, $id)\"
eedfb635
AD
5271 style=\"cursor : pointer\"
5272 alt='Zoom'
6f3976c9 5273 title='".__('Open article in new tab')."'>";
dad14b51
AD
5274
5275 if (DIGEST_ENABLE) {
5276 print "<img src=\"".theme_image($link, 'images/art-email.png')."\"
5277 style=\"cursor : pointer\"
5278 onclick=\"emailArticle($id)\"
5279 alt='Zoom' title='".__('Forward by email')."'>";
5280 }
c7e51de1
AD
5281
5282 $note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
5283
dad14b51 5284 print "<img src=\"images/art-pub-note.png\"
c7e51de1
AD
5285 style=\"cursor : pointer\" style=\"cursor : pointer\"
5286 onclick=\"publishWithNote($id, '$note_escaped')\"
5287 alt='PubNote' title='".__('Publish article with a note')."'>";
5288
dad14b51
AD
5289 print "<img src=\"images/digest_checkbox.png\"
5290 style=\"cursor : pointer\" style=\"cursor : pointer\"
1ede5814 5291 onclick=\"dismissArticle($id)\"
dad14b51 5292 alt='Dismiss' title='".__('Dismiss article')."'>";
3de0261a 5293
dad14b51
AD
5294 print "</div>";
5295 print "</div>";
3de0261a 5296
dad14b51 5297 print "</div>";
3de0261a 5298
e2ccbfab 5299 print "</div>";
3de0261a 5300
dad14b51 5301 }
3de0261a
AD
5302
5303 ++$lnum;
dad14b51 5304 }
3de0261a 5305
3de0261a 5306 } else {
93c841c4
AD
5307 $message = "";
5308
5309 switch ($view_mode) {
5310 case "unread":
5311 $message = __("No unread articles found to display.");
5312 break;
8b09eac8
AD
5313 case "updated":
5314 $message = __("No updated articles found to display.");
5315 break;
93c841c4
AD
5316 case "marked":
5317 $message = __("No starred articles found to display.");
5318 break;
5319 default:
215af892
AD
5320 if ($feed < -10) {
5321 $message = __("No articles found to display. You can assign articles to labels manually (see the Actions menu above) or use a filter.");
5322 } else {
5323 $message = __("No articles found to display.");
5324 }
93c841c4
AD
5325 }
5326
8f7c631e
AD
5327 if (!$offset && $message) {
5328 print "<div class='whiteBox'>$message";
5329
5330 print "<p class=\"small\"><span class=\"insensitive\">";
5331
5332 $result = db_query($link, "SELECT ".SUBSTRING_FOR_DATE."(MAX(last_updated), 1, 19) AS last_updated FROM ttrss_feeds
5333 WHERE owner_uid = " . $_SESSION['uid']);
5334
5335 $last_updated = db_fetch_result($result, 0, "last_updated");
5336 $last_updated = make_local_datetime($link, $last_updated, false);
5337
5338 printf(__("Feeds last updated at %s"), $last_updated);
5339
5340 $result = db_query($link, "SELECT COUNT(id) AS num_errors
5341 FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
5342
5343 $num_errors = db_fetch_result($result, 0, "num_errors");
5344
5345 if ($num_errors > 0) {
5346 print "<br/>";
5347 print "<a class=\"insensitive\" href=\"#\" onclick=\"showFeedsWithErrors()\">".
5348 __('Some feeds have update errors (click for details)')."</a>";
5349 }
5350 print "</span></p></div>";
5351 }
3de0261a
AD
5352 }
5353
6e4f4ce1
AD
5354# if (!$offset) {
5355# if ($headlines_count > 0) print "</div>";
5356# print "</div>";
5357# }
5358
5359 print "]]></content>";
3de0261a 5360
081e527d 5361 return array($topmost_article_ids, $headlines_count, $feed, $disable_cache, $vgroup_last_feed);
3de0261a 5362 }
0979b696
AD
5363
5364// from here: http://www.roscripts.com/Create_tag_cloud-71.html
5365
5366 function printTagCloud($link) {
35a03bdd 5367
0979b696
AD
5368 $query = "SELECT tag_name, COUNT(post_int_id) AS count
5369 FROM ttrss_tags WHERE owner_uid = ".$_SESSION["uid"]."
b31af972 5370 GROUP BY tag_name ORDER BY count DESC LIMIT 50";
0979b696
AD
5371
5372 $result = db_query($link, $query);
5373
5374 $tags = array();
5375
5376 while ($line = db_fetch_assoc($result)) {
5377 $tags[$line["tag_name"]] = $line["count"];
5378 }
5379
5380 ksort($tags);
5381
5382 $max_size = 32; // max font size in pixels
4548a580 5383 $min_size = 11; // min font size in pixels
0979b696
AD
5384
5385 // largest and smallest array values
5386 $max_qty = max(array_values($tags));
5387 $min_qty = min(array_values($tags));
5388
5389 // find the range of values
5390 $spread = $max_qty - $min_qty;
5391 if ($spread == 0) { // we don't want to divide by zero
5392 $spread = 1;
5393 }
5394
5395 // set the font-size increment
5396 $step = ($max_size - $min_size) / ($spread);
5397
5398 // loop through the tag array
5399 foreach ($tags as $key => $value) {
5400 // calculate font-size
5401 // find the $value in excess of $min_qty
5402 // multiply by the font-size increment ($size)
5403 // and add the $min_size set above
5404 $size = round($min_size + (($value - $min_qty) * $step));
546ffab4
AD
5405
5406 $key_escaped = str_replace("'", "\\'", $key);
5407
5408 echo "<a href=\"javascript:viewfeed('$key_escaped') \" style=\"font-size: " .
0979b696
AD
5409 $size . "px\" title=\"$value articles tagged with " .
5410 $key . '">' . $key . '</a> ';
5411 }
5412 }
46921916
AD
5413
5414 function print_checkpoint($n, $s) {
5415 $ts = getmicrotime();
5416 echo sprintf("<!-- CP[$n] %.4f seconds -->", $ts - $s);
5417 return $ts;
5418 }
14b6c54b
AD
5419
5420 function sanitize_tag($tag) {
5421 $tag = trim($tag);
5422
5423 $tag = mb_strtolower($tag, 'utf-8');
5424
0c3d1c68
AD
5425 $tag = preg_replace('/[\"\+\>\<]/', "", $tag);
5426
5427// $tag = str_replace('"', "", $tag);
5428// $tag = str_replace("+", " ", $tag);
14b6c54b
AD
5429 $tag = str_replace("technorati tag: ", "", $tag);
5430
5431 return $tag;
5432 }
e4f4b46f 5433
8801fb01 5434 function get_self_url_prefix() {
f56e3080 5435
e2749781 5436 $url_path = "";
8801fb01 5437
e2749781
AD
5438 if ($_SERVER['HTTPS'] != "on") {
5439 $url_path = "http://";
5440 } else {
5441 $url_path = "https://";
5442 }
f56e3080 5443
e2749781 5444 $url_path .= $_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']);
f56e3080
AD
5445
5446 return $url_path;
e0dc56d4 5447
8801fb01
AD
5448 }
5449 function opml_publish_url($link){
e0dc56d4 5450
8801fb01 5451 $url_path = get_self_url_prefix();
e0dc56d4 5452 $url_path .= "/opml.php?op=publish&key=" .
2e7f046f 5453 get_feed_access_key($link, 'OPML:Publish', false, $_SESSION["uid"]);
e0dc56d4
MK
5454
5455 return $url_path;
5456 }
f56e3080 5457
45004d43
AD
5458 /**
5459 * Purge a feed contents, marked articles excepted.
5460 *
5461 * @param mixed $link The database connection.
5462 * @param integer $id The id of the feed to purge.
5463 * @return void
5464 */
d1f0c584 5465 function clear_feed_articles($link, $id) {
e04c18a2
AD
5466
5467 if ($id != 0) {
5468 $result = db_query($link, "DELETE FROM ttrss_user_entries
a8ae1b9a 5469 WHERE feed_id = '$id' AND marked = false AND owner_uid = " . $_SESSION["uid"]);
e04c18a2
AD
5470 } else {
5471 $result = db_query($link, "DELETE FROM ttrss_user_entries
5472 WHERE feed_id IS NULL AND marked = false AND owner_uid = " . $_SESSION["uid"]);
5473 }
d1f0c584
AD
5474
5475 $result = db_query($link, "DELETE FROM ttrss_entries WHERE
5476 (SELECT COUNT(int_id) FROM ttrss_user_entries WHERE ref_id = id) = 0");
ced46404
AD
5477
5478 ccache_update($link, $id, $_SESSION['uid']);
45004d43
AD
5479 } // function clear_feed_articles
5480
5481 /**
5482 * Compute the Mozilla Firefox feed adding URL from server HOST and REQUEST_URI.
5483 *
5484 * @return string The Mozilla Firefox feed adding URL.
5485 */
5486 function add_feed_url() {
d70c5ae4 5487 $url_path = ($_SERVER['HTTPS'] != "on" ? 'http://' : 'https://') . $_SERVER["HTTP_HOST"] . parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH);
755a43ee
AD
5488 $url_path .= "?op=pref-feeds&quiet=1&subop=add&feed_url=%s";
5489 return $url_path;
45004d43
AD
5490 } // function add_feed_url
5491
5492 /**
5493 * Encrypt a password in SHA1.
5494 *
5495 * @param string $pass The password to encrypt.
5496 * @param string $login A optionnal login.
5497 * @return string The encrypted password.
5498 */
1a9f4d3c
AD
5499 function encrypt_password($pass, $login = '') {
5500 if ($login) {
5501 return "SHA1X:" . sha1("$login:$pass");
5502 } else {
5503 return "SHA1:" . sha1($pass);
5504 }
45004d43
AD
5505 } // function encrypt_password
5506
5507 /**
5508 * Update a feed batch.
5509 * Used by daemons to update n feeds by run.
5510 * Only update feed needing a update, and not being processed
5511 * by another process.
5512 *
5513 * @param mixed $link Database link
5514 * @param integer $limit Maximum number of feeds in update batch. Default to DAEMON_FEED_LIMIT.
5515 * @param boolean $from_http Set to true if you call this function from http to disable cli specific code.
5516 * @param boolean $debug Set to false to disable debug output. Default to true.
5517 * @return void
5518 */
5519 function update_daemon_common($link, $limit = DAEMON_FEED_LIMIT, $from_http = false, $debug = true) {
5520 // Process all other feeds using last_updated and interval parameters
5521
5522 // Test if the user has loggued in recently. If not, it does not update its feeds.
5523 if (DAEMON_UPDATE_LOGIN_LIMIT > 0) {
5524 if (DB_TYPE == "pgsql") {
5525 $login_thresh_qpart = "AND ttrss_users.last_login >= NOW() - INTERVAL '".DAEMON_UPDATE_LOGIN_LIMIT." days'";
5526 } else {
5527 $login_thresh_qpart = "AND ttrss_users.last_login >= DATE_SUB(NOW(), INTERVAL ".DAEMON_UPDATE_LOGIN_LIMIT." DAY)";
5528 }
5529 } else {
5530 $login_thresh_qpart = "";
5531 }
5532
5533 // Test if the feed need a update (update interval exceded).
5534 if (DB_TYPE == "pgsql") {
5535 $update_limit_qpart = "AND ((
5536 ttrss_feeds.update_interval = 0
5537 AND ttrss_feeds.last_updated < NOW() - CAST((ttrss_user_prefs.value || ' minutes') AS INTERVAL)
5538 ) OR (
5539 ttrss_feeds.update_interval > 0
5540 AND ttrss_feeds.last_updated < NOW() - CAST((ttrss_feeds.update_interval || ' minutes') AS INTERVAL)
da4caf5d 5541 ) OR ttrss_feeds.last_updated IS NULL)";
45004d43
AD
5542 } else {
5543 $update_limit_qpart = "AND ((
5544 ttrss_feeds.update_interval = 0
5545 AND ttrss_feeds.last_updated < DATE_SUB(NOW(), INTERVAL CONVERT(ttrss_user_prefs.value, SIGNED INTEGER) MINUTE)
5546 ) OR (
5547 ttrss_feeds.update_interval > 0
5548 AND ttrss_feeds.last_updated < DATE_SUB(NOW(), INTERVAL ttrss_feeds.update_interval MINUTE)
da4caf5d 5549 ) OR ttrss_feeds.last_updated IS NULL)";
45004d43
AD
5550 }
5551
5552 // Test if feed is currently being updated by another process.
5553 if (DB_TYPE == "pgsql") {
5554 $updstart_thresh_qpart = "AND (ttrss_feeds.last_update_started IS NULL OR ttrss_feeds.last_update_started < NOW() - INTERVAL '120 seconds')";
5555 } else {
5556 $updstart_thresh_qpart = "AND (ttrss_feeds.last_update_started IS NULL OR ttrss_feeds.last_update_started < DATE_SUB(NOW(), INTERVAL 120 SECOND))";
5557 }
5558
5559 // Test if there is a limit to number of updated feeds
5560 $query_limit = "";
5561 if($limit) $query_limit = sprintf("LIMIT %d", $limit);
5562
51b8c957
AD
5563 $random_qpart = sql_random_function();
5564
45004d43
AD
5565 // We search for feed needing update.
5566 $result = db_query($link, "SELECT ttrss_feeds.feed_url,ttrss_feeds.id, ttrss_feeds.owner_uid,
fc2b26a6 5567 ".SUBSTRING_FOR_DATE."(ttrss_feeds.last_updated,1,19) AS last_updated,
45004d43
AD
5568 ttrss_feeds.update_interval
5569 FROM
5570 ttrss_feeds, ttrss_users, ttrss_user_prefs
5571 WHERE
5572 ttrss_feeds.owner_uid = ttrss_users.id
5573 AND ttrss_users.id = ttrss_user_prefs.owner_uid
5574 AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL'
5575 $login_thresh_qpart $update_limit_qpart
51b8c957
AD
5576 $updstart_thresh_qpart
5577 ORDER BY $random_qpart $query_limit");
45004d43
AD
5578
5579 $user_prefs_cache = array();
5580
5581 if($debug) _debug(sprintf("Scheduled %d feeds to update...\n", db_num_rows($result)));
5582
5583 // Here is a little cache magic in order to minimize risk of double feed updates.
5584 $feeds_to_update = array();
5585 while ($line = db_fetch_assoc($result)) {
5586 $feeds_to_update[$line['id']] = $line;
5587 }
5588
5589 // We update the feed last update started date before anything else.
5590 // There is no lag due to feed contents downloads
5591 // It prevent an other process to update the same feed.
5592 $feed_ids = array_keys($feeds_to_update);
5593 if($feed_ids) {
5594 db_query($link, sprintf("UPDATE ttrss_feeds SET last_update_started = NOW()
5595 WHERE id IN (%s)", implode(',', $feed_ids)));
5596 }
5597
5598 // For each feed, we call the feed update function.
5599 while ($line = array_pop($feeds_to_update)) {
5600
5601 if($debug) _debug("Feed: " . $line["feed_url"] . ", " . $line["last_updated"]);
5602
cce9822a
AD
5603 update_rss_feed($link, $line["id"], true);
5604
45004d43
AD
5605 sleep(1); // prevent flood (FIXME make this an option?)
5606 }
5607
0e0dd486
AD
5608 // Send feed digests by email if needed.
5609 if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
5610
45004d43 5611 } // function update_daemon_common
1a9f4d3c 5612
621ffb00
AD
5613 function sanitize_article_content($text) {
5614 # we don't support CDATA sections in articles, they break our own escaping
5615 $text = preg_replace("/\[\[CDATA/", "", $text);
5616 $text = preg_replace("/\]\]\>/", "", $text);
5617 return $text;
5618 }
fee840fb
AD
5619
5620 function load_filters($link, $feed, $owner_uid, $action_id = false) {
5621 $filters = array();
5622
b8ffa322 5623 global $memcache;
fee840fb 5624
1f011328
AD
5625 $obj_id = md5("FILTER:$feed:$owner_uid:$action_id");
5626
b8ffa322
AD
5627 if ($memcache && $obj = $memcache->get($obj_id)) {
5628
b8ffa322
AD
5629 return $obj;
5630
5631 } else {
fee840fb 5632
b8ffa322
AD
5633 if ($action_id) $ftype_query_part = "action_id = '$action_id' AND";
5634
5635 $result = db_query($link, "SELECT reg_exp,
5636 ttrss_filter_types.name AS name,
5637 ttrss_filter_actions.name AS action,
5638 inverse,
5639 action_param,
5640 filter_param
5641 FROM ttrss_filters,ttrss_filter_types,ttrss_filter_actions WHERE
5642 enabled = true AND
5643 $ftype_query_part
5644 owner_uid = $owner_uid AND
5645 ttrss_filter_types.id = filter_type AND
5646 ttrss_filter_actions.id = action_id AND
5647 (feed_id IS NULL OR feed_id = '$feed') ORDER BY reg_exp");
5648
5649 while ($line = db_fetch_assoc($result)) {
5650 if (!$filters[$line["name"]]) $filters[$line["name"]] = array();
5651 $filter["reg_exp"] = $line["reg_exp"];
5652 $filter["action"] = $line["action"];
5653 $filter["action_param"] = $line["action_param"];
5654 $filter["filter_param"] = $line["filter_param"];
5655 $filter["inverse"] = sql_bool_to_bool($line["inverse"]);
5656
5657 array_push($filters[$line["name"]], $filter);
5658 }
5659
5660 if ($memcache) $memcache->add($obj_id, $filters, 0, 3600*8);
5661
5662 return $filters;
5663 }
fee840fb 5664 }
1e36af0c
AD
5665
5666 function get_score_pic($score) {
1cce3aca 5667 if ($score > 100) {
1e36af0c 5668 return "score_high.png";
1cce3aca 5669 } else if ($score > 0) {
883fee8d 5670 return "score_half_high.png";
1cce3aca 5671 } else if ($score < -100) {
883fee8d 5672 return "score_low.png";
1cce3aca 5673 } else if ($score < 0) {
883fee8d 5674 return "score_half_low.png";
1e36af0c 5675 } else {
883fee8d 5676 return "score_neutral.png";
1e36af0c
AD
5677 }
5678 }
ec92c9d1 5679
0745839a 5680 function rounded_table_start($classname, $header = "&nbsp;") {
ec92c9d1 5681 print "<table width='100%' class='$classname' cellspacing='0' cellpadding='0'>";
74d5c8fa 5682 print "<tr><td class='c1'>&nbsp;</td><td class='top'>$header</td><td class='c2'>&nbsp;</td></tr>";
ec92c9d1
AD
5683 print "<tr><td class='left'>&nbsp;</td><td class='content'>";
5684 }
5685
0745839a 5686 function rounded_table_end($footer = "&nbsp;") {
ec92c9d1 5687 print "</td><td class='right'>&nbsp;</td></tr>";
74d5c8fa 5688 print "<tr><td class='c4'>&nbsp;</td><td class='bottom'>$footer</td><td class='c3'>&nbsp;</td></tr>";
ec92c9d1
AD
5689 print "</table>";
5690 }
5691
7defa089
AD
5692 function feed_has_icon($id) {
5693 return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0;
5694 }
f29ba148
AD
5695
5696 function init_connection($link) {
5697 if (DB_TYPE == "pgsql") {
6fc720fd 5698 pg_query($link, "set client_encoding = 'UTF-8'");
f29ba148 5699 pg_set_client_encoding("UNICODE");
045d0ab8 5700 pg_query($link, "set datestyle = 'ISO, european'");
324944f3 5701 pg_query($link, "set TIME ZONE 0");
f29ba148 5702 } else {
324944f3
AD
5703 db_query($link, "SET time_zone = '+0:0'");
5704
f29ba148
AD
5705 if (defined('MYSQL_CHARSET') && MYSQL_CHARSET) {
5706 db_query($link, "SET NAMES " . MYSQL_CHARSET);
5707 // db_query($link, "SET CHARACTER SET " . MYSQL_CHARSET);
5708 }
5709 }
5710 }
5e96ca9d
AD
5711
5712 function update_feedbrowser_cache($link) {
5713
931dcbc1 5714 $result = db_query($link, "SELECT feed_url,title, COUNT(id) AS subscribers
5e96ca9d
AD
5715 FROM ttrss_feeds WHERE (SELECT COUNT(id) = 0 FROM ttrss_feeds AS tf
5716 WHERE tf.feed_url = ttrss_feeds.feed_url
5717 AND (private IS true OR feed_url LIKE '%:%@%/%'))
d460f7aa 5718 GROUP BY feed_url, title ORDER BY subscribers DESC LIMIT 1000");
5e96ca9d
AD
5719
5720 db_query($link, "BEGIN");
5721
5722 db_query($link, "DELETE FROM ttrss_feedbrowser_cache");
5723
5724 $count = 0;
5725
5726 while ($line = db_fetch_assoc($result)) {
5727 $subscribers = db_escape_string($line["subscribers"]);
5728 $feed_url = db_escape_string($line["feed_url"]);
931dcbc1
AD
5729 $title = db_escape_string($line["title"]);
5730
5731 $tmp_result = db_query($link, "SELECT subscribers FROM
5732 ttrss_feedbrowser_cache WHERE feed_url = '$feed_url'");
5733
5734 if (db_num_rows($tmp_result) == 0) {
5735
5736 db_query($link, "INSERT INTO ttrss_feedbrowser_cache
5737 (feed_url, title, subscribers) VALUES ('$feed_url',
5738 '$title', '$subscribers')");
5739
5740 ++$count;
5741
5742 }
5e96ca9d 5743
5e96ca9d
AD
5744 }
5745
5746 db_query($link, "COMMIT");
5747
5748 return $count;
5749
5750 }
2627f2d0 5751
8a4c759e 5752 function ccache_zero($link, $feed_id, $owner_uid) {
2627f2d0
AD
5753 db_query($link, "UPDATE ttrss_counters_cache SET
5754 value = 0, updated = NOW() WHERE
5755 feed_id = '$feed_id' AND owner_uid = '$owner_uid'");
8a4c759e 5756 }
2627f2d0 5757
ad0056a8
AD
5758 function ccache_zero_all($link, $owner_uid) {
5759 db_query($link, "UPDATE ttrss_counters_cache SET
5760 value = 0 WHERE owner_uid = '$owner_uid'");
5761
5762 db_query($link, "UPDATE ttrss_cat_counters_cache SET
5763 value = 0 WHERE owner_uid = '$owner_uid'");
5764 }
5765
c7e51de1
AD
5766 function ccache_remove($link, $feed_id, $owner_uid, $is_cat = false) {
5767
5768 if (!$is_cat) {
5769 $table = "ttrss_counters_cache";
5770 } else {
5771 $table = "ttrss_cat_counters_cache";
5772 }
5773
5774 db_query($link, "DELETE FROM $table WHERE
5775 feed_id = '$feed_id' AND owner_uid = '$owner_uid'");
5776
5777 }
5778
5f4f7adf
AD
5779 function ccache_update_all($link, $owner_uid) {
5780
5781 if (get_pref($link, 'ENABLE_FEED_CATS', $owner_uid)) {
5782
5783 $result = db_query($link, "SELECT feed_id FROM ttrss_cat_counters_cache
5784 WHERE feed_id > 0 AND owner_uid = '$owner_uid'");
5785
5786 while ($line = db_fetch_assoc($result)) {
5787 ccache_update($link, $line["feed_id"], $owner_uid, true);
5788 }
5789
c5ffeb61
AD
5790 /* We have to manually include category 0 */
5791
5792 ccache_update($link, 0, $owner_uid, true);
5793
8a4c759e 5794 } else {
5f4f7adf
AD
5795 $result = db_query($link, "SELECT feed_id FROM ttrss_counters_cache
5796 WHERE feed_id > 0 AND owner_uid = '$owner_uid'");
8a4c759e 5797
5f4f7adf
AD
5798 while ($line = db_fetch_assoc($result)) {
5799 print ccache_update($link, $line["feed_id"], $owner_uid);
5800
5801 }
5802
5803 }
5804 }
2627f2d0 5805
6b49a3dd
AD
5806 function ccache_find($link, $feed_id, $owner_uid, $is_cat = false,
5807 $no_update = false) {
8a4c759e 5808
5c432ba4
AD
5809 if (!is_numeric($feed_id)) return;
5810
8a4c759e
AD
5811 if (!$is_cat) {
5812 $table = "ttrss_counters_cache";
32d2181b
AD
5813 if ($feed_id > 0) {
5814 $tmp_result = db_query($link, "SELECT owner_uid FROM ttrss_feeds
5815 WHERE id = '$feed_id'");
5816 $owner_uid = db_fetch_result($tmp_result, 0, "owner_uid");
5817 }
8a4c759e
AD
5818 } else {
5819 $table = "ttrss_cat_counters_cache";
5820 }
5821
5822 if (DB_TYPE == "pgsql") {
5823 $date_qpart = "updated > NOW() - INTERVAL '15 minutes'";
5824 } else if (DB_TYPE == "mysql") {
5825 $date_qpart = "updated > DATE_SUB(NOW(), INTERVAL 15 MINUTE)";
5826 }
5827
5828 $result = db_query($link, "SELECT value FROM $table
5829 WHERE owner_uid = '$owner_uid' AND feed_id = '$feed_id'
37fb651d 5830 LIMIT 1");
2627f2d0
AD
5831
5832 if (db_num_rows($result) == 1) {
5833 return db_fetch_result($result, 0, "value");
5834 } else {
6b49a3dd
AD
5835 if ($no_update) {
5836 return -1;
5837 } else {
5838 return ccache_update($link, $feed_id, $owner_uid, $is_cat);
5839 }
2627f2d0
AD
5840 }
5841
5842 }
5843
6c2a9b9e 5844 function ccache_update($link, $feed_id, $owner_uid, $is_cat = false,
6b49a3dd
AD
5845 $update_pcat = true) {
5846
5c432ba4
AD
5847 if (!is_numeric($feed_id)) return;
5848
32d2181b 5849 if (!$is_cat && $feed_id > 0) {
2e93b64c
AD
5850 $tmp_result = db_query($link, "SELECT owner_uid FROM ttrss_feeds
5851 WHERE id = '$feed_id'");
5852 $owner_uid = db_fetch_result($tmp_result, 0, "owner_uid");
5853 }
5854
43ead405
AD
5855 $prev_unread = ccache_find($link, $feed_id, $owner_uid, $is_cat, true);
5856
5857 /* When updating a label, all we need to do is recalculate feed counters
5858 * because labels are not cached */
c98e43db
AD
5859
5860 if ($feed_id < 0) {
43ead405
AD
5861 ccache_update_all($link, $owner_uid);
5862 return;
c98e43db
AD
5863 }
5864
8a4c759e
AD
5865 if (!$is_cat) {
5866 $table = "ttrss_counters_cache";
5867 } else {
5868 $table = "ttrss_cat_counters_cache";
5869 }
5870
b6d486a3 5871 if ($is_cat && $feed_id >= 0) {
37fb651d
AD
5872 if ($feed_id != 0) {
5873 $cat_qpart = "cat_id = '$feed_id'";
5874 } else {
5875 $cat_qpart = "cat_id IS NULL";
5876 }
5877
6b49a3dd
AD
5878 /* Recalculate counters for child feeds */
5879
5880 $result = db_query($link, "SELECT id FROM ttrss_feeds
5881 WHERE owner_uid = '$owner_uid' AND $cat_qpart");
5882
5883 while ($line = db_fetch_assoc($result)) {
5884 ccache_update($link, $line["id"], $owner_uid, false, false);
5885 }
5886
37fb651d
AD
5887 $result = db_query($link, "SELECT SUM(value) AS sv
5888 FROM ttrss_counters_cache, ttrss_feeds
5889 WHERE id = feed_id AND $cat_qpart AND
5890 ttrss_feeds.owner_uid = '$owner_uid'");
5891
51e196de 5892 $unread = (int) db_fetch_result($result, 0, "sv");
37fb651d 5893
f55b0b12
AD
5894 } else {
5895 $unread = (int) getFeedArticles($link, $feed_id, $is_cat, true, $owner_uid);
37fb651d 5896 }
2627f2d0 5897
c7e51de1
AD
5898 db_query($link, "BEGIN");
5899
8a4c759e 5900 $result = db_query($link, "SELECT feed_id FROM $table
2627f2d0
AD
5901 WHERE owner_uid = '$owner_uid' AND feed_id = '$feed_id' LIMIT 1");
5902
5903 if (db_num_rows($result) == 1) {
8a4c759e 5904 db_query($link, "UPDATE $table SET
2627f2d0
AD
5905 value = '$unread', updated = NOW() WHERE
5906 feed_id = '$feed_id' AND owner_uid = '$owner_uid'");
5907
5908 } else {
8a4c759e 5909 db_query($link, "INSERT INTO $table
2627f2d0
AD
5910 (feed_id, value, owner_uid, updated)
5911 VALUES
5912 ($feed_id, $unread, $owner_uid, NOW())");
2627f2d0
AD
5913 }
5914
c7e51de1
AD
5915 db_query($link, "COMMIT");
5916
6b49a3dd 5917 if ($feed_id > 0 && $prev_unread != $unread) {
8a4c759e 5918
37fb651d 5919 if (!$is_cat) {
8a4c759e 5920
6b49a3dd 5921 /* Update parent category */
8a4c759e 5922
6b49a3dd 5923 if ($update_pcat) {
37fb651d 5924
6b49a3dd
AD
5925 $result = db_query($link, "SELECT cat_id FROM ttrss_feeds
5926 WHERE owner_uid = '$owner_uid' AND id = '$feed_id'");
8a4c759e 5927
6b49a3dd 5928 $cat_id = (int) db_fetch_result($result, 0, "cat_id");
37fb651d 5929
6b49a3dd 5930 ccache_update($link, $cat_id, $owner_uid, true);
6c2a9b9e 5931
6c2a9b9e 5932 }
8a4c759e 5933 }
5f4f7adf
AD
5934 } else if ($feed_id < 0) {
5935 ccache_update_all($link, $owner_uid);
8a4c759e
AD
5936 }
5937
5938 return $unread;
2627f2d0 5939 }
ceb30ba4
AD
5940
5941 function label_find_id($link, $label, $owner_uid) {
5942 $result = db_query($link,
5943 "SELECT id FROM ttrss_labels2 WHERE caption = '$label'
5944 AND owner_uid = '$owner_uid' LIMIT 1");
5945
5946 if (db_num_rows($result) == 1) {
5947 return db_fetch_result($result, 0, "id");
5948 } else {
5949 return 0;
5950 }
5951 }
5952
814bff66 5953 function get_article_labels($link, $id) {
d721a547
AD
5954 global $memcache;
5955
d721a547
AD
5956 $obj_id = md5("LABELS:$id:" . $_SESSION["uid"]);
5957
814bff66
AD
5958 $rv = array();
5959
d721a547
AD
5960 if ($memcache && $obj = $memcache->get($obj_id)) {
5961 return $obj;
5962 } else {
905ff52a
AD
5963
5964 $result = db_query($link, "SELECT label_cache FROM
5965 ttrss_user_entries WHERE ref_id = '$id' AND owner_uid = " .
5966 $_SESSION["uid"]);
5967
5968 $label_cache = db_fetch_result($result, 0, "label_cache");
5969
5970 if ($label_cache) {
5971
5972 $label_cache = json_decode($label_cache, true);
5973
5974 if ($label_cache["no-labels"] == 1)
5975 return $rv;
5976 else
5977 return $label_cache;
5978 }
5979
5980 $result = db_query($link,
5981 "SELECT DISTINCT label_id,caption,fg_color,bg_color
5982 FROM ttrss_labels2, ttrss_user_labels2
5983 WHERE id = label_id
5984 AND article_id = '$id'
5985 AND owner_uid = ".$_SESSION["uid"] . "
5986 ORDER BY caption");
5987
d721a547
AD
5988 while ($line = db_fetch_assoc($result)) {
5989 $rk = array($line["label_id"], $line["caption"], $line["fg_color"],
5990 $line["bg_color"]);
5991 array_push($rv, $rk);
5992 }
5993 if ($memcache) $memcache->add($obj_id, $rv, 0, 3600);
905ff52a
AD
5994
5995 if (count($rv) > 0)
5996 label_update_cache($link, $id, $rv);
5997 else
5998 label_update_cache($link, $id, array("no-labels" => 1));
814bff66
AD
5999 }
6000
6001 return $rv;
6002 }
6003
6004
b8a637f3
AD
6005 function label_find_caption($link, $label, $owner_uid) {
6006 $result = db_query($link,
6007 "SELECT caption FROM ttrss_labels2 WHERE id = '$label'
6008 AND owner_uid = '$owner_uid' LIMIT 1");
6009
6010 if (db_num_rows($result) == 1) {
6011 return db_fetch_result($result, 0, "caption");
6012 } else {
6013 return "";
6014 }
6015 }
6016
905ff52a
AD
6017 function label_update_cache($link, $id, $labels = false, $force = false) {
6018
6019 if ($force)
6020 label_clear_cache($link, $id);
6021
6022 if (!$labels)
6023 $labels = get_article_labels($link, $id);
6024
6025 $labels = db_escape_string(json_encode($labels));
6026
6027 db_query($link, "UPDATE ttrss_user_entries SET
6028 label_cache = '$labels' WHERE ref_id = '$id'");
6029
6030 }
6031
6032 function label_clear_cache($link, $id) {
6033
6034 db_query($link, "UPDATE ttrss_user_entries SET
6035 label_cache = '' WHERE ref_id = '$id'");
6036
6037 }
6038
933ba4ee
AD
6039 function label_remove_article($link, $id, $label, $owner_uid) {
6040
6041 $label_id = label_find_id($link, $label, $owner_uid);
6042
6043 if (!$label_id) return;
6044
6045 $result = db_query($link,
6046 "DELETE FROM ttrss_user_labels2
6047 WHERE
6048 label_id = '$label_id' AND
6049 article_id = '$id'");
905ff52a
AD
6050
6051 label_clear_cache($link, $id);
933ba4ee
AD
6052 }
6053
ceb30ba4
AD
6054 function label_add_article($link, $id, $label, $owner_uid) {
6055
d721a547
AD
6056 global $memcache;
6057
6058 if ($memcache) {
6059 $obj_id = md5("LABELS:$id:$owner_uid");
6060 $memcache->delete($obj_id);
6061 }
6062
ceb30ba4
AD
6063 $label_id = label_find_id($link, $label, $owner_uid);
6064
6065 if (!$label_id) return;
6066
6067 $result = db_query($link,
6068 "SELECT
6069 article_id FROM ttrss_labels2, ttrss_user_labels2
6070 WHERE
6071 label_id = id AND
6072 label_id = '$label_id' AND
6073 article_id = '$id' AND owner_uid = '$owner_uid'
6074 LIMIT 1");
6075
6076 if (db_num_rows($result) == 0) {
6077 db_query($link, "INSERT INTO ttrss_user_labels2
6078 (label_id, article_id) VALUES ('$label_id', '$id')");
6079 }
905ff52a
AD
6080
6081 label_clear_cache($link, $id);
6082
ceb30ba4 6083 }
1380f8ee
AD
6084
6085 function label_remove($link, $id, $owner_uid) {
d721a547
AD
6086 global $memcache;
6087
905ff52a
AD
6088 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
6089
d721a547
AD
6090 if ($memcache) {
6091 $obj_id = md5("LABELS:$id:$owner_uid");
6092 $memcache->delete($obj_id);
6093 }
1380f8ee
AD
6094
6095 db_query($link, "BEGIN");
6096
6097 $result = db_query($link, "SELECT caption FROM ttrss_labels2
6098 WHERE id = '$id'");
6099
6100 $caption = db_fetch_result($result, 0, "caption");
6101
6102 $result = db_query($link, "DELETE FROM ttrss_labels2 WHERE id = '$id'
905ff52a 6103 AND owner_uid = " . $owner_uid);
1380f8ee
AD
6104
6105 if (db_affected_rows($link, $result) != 0 && $caption) {
6106
8801fb01
AD
6107 /* Remove access key for the label */
6108
6109 $ext_id = -11 - $id;
6110
6111 db_query($link, "DELETE FROM ttrss_access_keys WHERE
6112 feed_id = '$ext_id' AND owner_uid = $owner_uid");
6113
1380f8ee
AD
6114 /* Disable filters that reference label being removed */
6115
6116 db_query($link, "UPDATE ttrss_filters SET
6117 enabled = false WHERE action_param = '$caption'
6118 AND action_id = 7
905ff52a
AD
6119 AND owner_uid = " . $owner_uid);
6120
6121 /* Remove cached data */
6122
6123 db_query($link, "UPDATE ttrss_user_entries SET label_cache = ''
6124 WHERE label_cache LIKE '%$caption%' AND owner_uid = " . $owner_uid);
6125
6126 }
1380f8ee
AD
6127
6128 db_query($link, "COMMIT");
6129 }
79c88e11 6130
6b2ee18d
AD
6131 function label_create($link, $caption) {
6132
6133 db_query($link, "BEGIN");
6134
6135 $result = false;
6136
6137 $result = db_query($link, "SELECT id FROM ttrss_labels2
6138 WHERE caption = '$caption' AND owner_uid = ". $_SESSION["uid"]);
6139
6140 if (db_num_rows($result) == 0) {
6141 $result = db_query($link,
6142 "INSERT INTO ttrss_labels2 (caption,owner_uid)
6143 VALUES ('$caption', '".$_SESSION["uid"]."')");
6144
6145 $result = db_affected_rows($link, $result) != 0;
6146 }
6147
6148 db_query($link, "COMMIT");
6149
6150 return $result;
6151 }
6152
79c88e11 6153 function print_labels_headlines_dropdown($link, $feed_id) {
fcf70c51 6154 print "<option value=\"addLabel()\">".__("Create label...")."</option>";
79c88e11
AD
6155
6156 $result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE
6157 owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");
6158
6159 while ($line = db_fetch_assoc($result)) {
6160
6161 $label_id = $line["id"];
6162 $label_caption = $line["caption"];
c3fddd05 6163 $id = $line["id"];
79c88e11
AD
6164
6165 if ($feed_id < -10 && $feed_id == -11-$label_id) {
fcf70c51
AD
6166 print "<option id=\"LHDL-$id\"
6167 value=\"selectionRemoveLabel($label_id)\">".
6168 __('Remove:') . " $label_caption</option>";
79c88e11 6169 } else {
fcf70c51
AD
6170 print "<option id=\"LHDL-$id\"
6171 value=\"selectionAssignLabel($label_id)\">".
6172 __('Assign:') . " $label_caption</option>";
79c88e11
AD
6173 }
6174 }
6175 }
307d187c
AD
6176
6177 function format_tags_string($tags, $id) {
6178
6179 $tags_str = "";
6180 $tags_nolinks_str = "";
6181
6182 $num_tags = 0;
6183
dce46cad 6184/* if (get_user_theme($link) == "3pane") {
307d187c
AD
6185 $tag_limit = 3;
6186 } else {
6187 $tag_limit = 6;
d9084cf2
AD
6188 } */
6189
6190 $tag_limit = 6;
307d187c
AD
6191
6192 $formatted_tags = array();
6193
6194 foreach ($tags as $tag) {
6195 $num_tags++;
6196 $tag_escaped = str_replace("'", "\\'", $tag);
6197
275a0af2
AD
6198 if (mb_strlen($tag) > 30) {
6199 $tag = truncate_string($tag, 30);
6200 }
6201
307d187c
AD
6202 $tag_str = "<a href=\"javascript:viewfeed('$tag_escaped')\">$tag</a>";
6203
6204 array_push($formatted_tags, $tag_str);
275a0af2
AD
6205
6206 $tmp_tags_str = implode(", ", $formatted_tags);
307d187c 6207
275a0af2 6208 if ($num_tags == $tag_limit || mb_strlen($tmp_tags_str) > 150) {
307d187c
AD
6209 break;
6210 }
6211 }
6212
6213 $tags_str = implode(", ", $formatted_tags);
6214
6215 if ($num_tags < count($tags)) {
6216 $tags_str .= ", &hellip;";
6217 }
6218
6219 if ($num_tags == 0) {
6220 $tags_str = __("no tags");
6221 }
6222
6223 return $tags_str;
6224
6225 }
2eb9c95c
AD
6226
6227 function format_article_labels($labels, $id) {
6228
6229 $labels_str = "";
6230
6231 foreach ($labels as $l) {
6232 $labels_str .= sprintf("<span class='hlLabelRef'
6233 style='color : %s; background-color : %s'>%s</span>",
6234 $l[2], $l[3], $l[1]);
6235 }
6236
6237 return $labels_str;
6238
6239 }
c7e51de1
AD
6240
6241 function format_article_note($id, $note) {
6242
6243 $note_escaped = htmlspecialchars($note, ENT_QUOTES);
6244
6245 $str = "<div class='articleNote'>";
db54143e 6246 $str .= $note;
c7e51de1
AD
6247 $str .= "<div class='articleNoteOps'>";
6248 $str .= "<a href=\"javascript:publishWithNote($id, '$note_escaped')\">".
6249 __('edit note')."</a>";
6250 $str .= "</div>";
c7e51de1
AD
6251 $str .= "</div>";
6252
6253 return $str;
6254 }
7f969260 6255
fcf70c51 6256 function toggle_collapse_cat($link, $cat_id, $mode) {
7f969260 6257 if ($cat_id > 0) {
fcf70c51
AD
6258 $mode = bool_to_sql_bool($mode);
6259
7f969260 6260 db_query($link, "UPDATE ttrss_feed_categories SET
fcf70c51 6261 collapsed = $mode WHERE id = '$cat_id' AND owner_uid = " .
7f969260
AD
6262 $_SESSION["uid"]);
6263 } else {
6264 $pref_name = '';
6265
6266 switch ($cat_id) {
6267 case -1:
6268 $pref_name = '_COLLAPSED_SPECIAL';
6269 break;
6270 case -2:
6271 $pref_name = '_COLLAPSED_LABELS';
6272 break;
6273 case 0:
6274 $pref_name = '_COLLAPSED_UNCAT';
6275 break;
6276 }
6277
6278 if ($pref_name) {
fcf70c51 6279 if ($mode) {
7f969260 6280 set_pref($link, $pref_name, 'true');
fcf70c51
AD
6281 } else {
6282 set_pref($link, $pref_name, 'false');
7f969260
AD
6283 }
6284 }
6285 }
6286 }
7e329f13
AD
6287
6288 function remove_feed($link, $id, $owner_uid) {
6289
6290 if ($id > 0) {
e04c18a2
AD
6291
6292 /* save starred articles in Archived feed */
6293
6294 db_query($link, "BEGIN");
6295
8056ec50
AD
6296 /* prepare feed if necessary */
6297
6298 $result = db_query($link, "SELECT id FROM ttrss_archived_feeds
6299 WHERE id = '$id'");
6300
6301 if (db_num_rows($result) == 0) {
6302 db_query($link, "INSERT INTO ttrss_archived_feeds
6303 (id, owner_uid, title, feed_url, site_url)
6304 SELECT id, owner_uid, title, feed_url, site_url from ttrss_feeds
6305 WHERE id = '$id'");
6306 }
6307
74d22f0c
AD
6308 db_query($link, "UPDATE ttrss_user_entries SET feed_id = NULL,
6309 orig_feed_id = '$id' WHERE feed_id = '$id' AND
e04c18a2
AD
6310 marked = true AND owner_uid = $owner_uid");
6311
8801fb01
AD
6312 /* Remove access key for the feed */
6313
6314 db_query($link, "DELETE FROM ttrss_access_keys WHERE
6315 feed_id = '$id' AND owner_uid = $owner_uid");
6316
e04c18a2
AD
6317 /* remove the feed */
6318
7e329f13
AD
6319 db_query($link, "DELETE FROM ttrss_feeds
6320 WHERE id = '$id' AND owner_uid = $owner_uid");
6321
e04c18a2
AD
6322 db_query($link, "COMMIT");
6323
69877646 6324/* if (file_exists(ICONS_DIR . "/$id.ico")) {
7e329f13 6325 unlink(ICONS_DIR . "/$id.ico");
69877646 6326 } */
7e329f13
AD
6327
6328 ccache_remove($link, $id, $owner_uid);
6329
6330 } else {
6331 label_remove($link, -11-$id, $owner_uid);
6332 ccache_remove($link, -11-$id, $owner_uid);
6333 }
6334 }
6335
5c7c7da9 6336 function add_feed_category($link, $feed_cat) {
c00907f2
AD
6337
6338 if (!$feed_cat) return false;
6339
5c7c7da9
AD
6340 db_query($link, "BEGIN");
6341
6342 $result = db_query($link,
6343 "SELECT id FROM ttrss_feed_categories
6344 WHERE title = '$feed_cat' AND owner_uid = ".$_SESSION["uid"]);
6345
6346 if (db_num_rows($result) == 0) {
6347
6348 $result = db_query($link,
6349 "INSERT INTO ttrss_feed_categories (owner_uid,title)
6350 VALUES ('".$_SESSION["uid"]."', '$feed_cat')");
6351
6352 db_query($link, "COMMIT");
6353
6354 return true;
6355 }
6356
6357 return false;
6358 }
6359
7e329f13
AD
6360 function remove_feed_category($link, $id, $owner_uid) {
6361
6362 db_query($link, "DELETE FROM ttrss_feed_categories
6363 WHERE id = '$id' AND owner_uid = $owner_uid");
6364
6365 ccache_remove($link, $id, $owner_uid, true);
6366 }
6367
16fdac16
AD
6368 function archive_article($link, $id, $owner_uid) {
6369 db_query($link, "BEGIN");
6370
6371 $result = db_query($link, "SELECT feed_id FROM ttrss_user_entries
6372 WHERE ref_id = '$id' AND owner_uid = $owner_uid");
6373
6374 if (db_num_rows($result) != 0) {
6375
6376 /* prepare the archived table */
6377
6378 $feed_id = (int) db_fetch_result($result, 0, "feed_id");
6379
6380 if ($feed_id) {
6381 $result = db_query($link, "SELECT id FROM ttrss_archived_feeds
6382 WHERE id = '$feed_id'");
6383
6384 if (db_num_rows($result) == 0) {
6385 db_query($link, "INSERT INTO ttrss_archived_feeds
6386 (id, owner_uid, title, feed_url, site_url)
6387 SELECT id, owner_uid, title, feed_url, site_url from ttrss_feeds
6388 WHERE id = '$feed_id'");
6389 }
6390
6391 db_query($link, "UPDATE ttrss_user_entries
6392 SET orig_feed_id = feed_id, feed_id = NULL
6393 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
6394 }
6395 }
6396
6397 db_query($link, "COMMIT");
6398 }
ab197ae1
AD
6399
6400 function getArticleFeed($link, $id) {
6401 $result = db_query($link, "SELECT feed_id FROM ttrss_user_entries
a545dc31 6402 WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
ab197ae1
AD
6403
6404 if (db_num_rows($result) != 0) {
6405 return db_fetch_result($result, 0, "feed_id");
6406 } else {
6407 return 0;
6408 }
6409 }
a5819bb3
AD
6410
6411 function make_url_from_parts($parts) {
6412 $url = $parts['scheme'] . '://' . $parts['host'];
6413
6414 if ($parts['path']) $url .= $parts['path'];
6415 if ($parts['query']) $url .= '?' . $parts['query'];
6416
6417 return $url;
6418 }
6419
f2c6c008
CW
6420 /**
6421 * Fixes incomplete URLs by prepending "http://".
f0266f51
CW
6422 * Also replaces feed:// with http://, and
6423 * prepends a trailing slash if the url is a domain name only.
f2c6c008
CW
6424 *
6425 * @param string $url Possibly incomplete URL
6426 *
6427 * @return string Fixed URL.
6428 */
6429 function fix_url($url) {
6430 if (strpos($url, '://') === false) {
6431 $url = 'http://' . $url;
f0266f51
CW
6432 } else if (substr($url, 0, 5) == 'feed:') {
6433 $url = 'http:' . substr($url, 5);
6434 }
6435
6436 //prepend slash if the URL has no slash in it
6437 // "http://www.example" -> "http://www.example/"
44453773 6438 if (strpos($url, '/', strpos($url, ':') + 3) === false) {
f0266f51 6439 $url .= '/';
f2c6c008 6440 }
ec39a02c
AD
6441
6442 if ($url != "http:///")
6443 return $url;
6444 else
6445 return '';
f2c6c008
CW
6446 }
6447
a5819bb3
AD
6448 function validate_feed_url($url) {
6449 $parts = parse_url($url);
6450
6451 return ($parts['scheme'] == 'http' || $parts['scheme'] == 'feed' || $parts['scheme'] == 'https');
6452
6453 }
d9084cf2 6454
be35798b
AD
6455 function get_article_enclosures($link, $id) {
6456
6457 global $memcache;
6458
6459 $query = "SELECT * FROM ttrss_enclosures
6460 WHERE post_id = '$id' AND content_url != ''";
6461
bd3f2ade 6462 $obj_id = md5("ENCLOSURES:$id");
be35798b
AD
6463
6464 $rv = array();
6465
bd3f2ade 6466 if ($memcache && $obj = $memcache->get($obj_id)) {
be35798b
AD
6467 $rv = $obj;
6468 } else {
6469 $result = db_query($link, $query);
6470
6471 if (db_num_rows($result) > 0) {
6472 while ($line = db_fetch_assoc($result)) {
6473 array_push($rv, $line);
6474 }
bd3f2ade 6475 if ($memcache) $memcache->add($obj_id, $rv, 0, 3600);
be35798b
AD
6476 }
6477 }
6478
6479 return $rv;
6480 }
6481
911d4c08 6482 function api_get_feeds($link, $cat_id, $unread_only, $limit, $offset) {
911d4c08
AD
6483
6484 $feeds = array();
6485
911d4c08
AD
6486 /* Labels */
6487
fb8d17f3 6488 if ($cat_id == -4 || $cat_id == -2) {
911d4c08
AD
6489 $counters = getLabelCounters($link, true);
6490
11232703 6491 foreach (array_values($counters) as $cv) {
911d4c08 6492
11232703 6493 $unread = $cv["counter"];
911d4c08
AD
6494
6495 if ($unread || !$unread_only) {
6496
6497 $row = array(
11232703
AD
6498 "id" => $cv["id"],
6499 "title" => $cv["description"],
6500 "unread" => $cv["counter"],
911d4c08
AD
6501 "cat_id" => -2,
6502 );
6503
6504 array_push($feeds, $row);
6505 }
6506 }
6507 }
6508
6509 /* Virtual feeds */
6510
fb8d17f3 6511 if ($cat_id == -4 || $cat_id == -1) {
911d4c08
AD
6512 foreach (array(-1, -2, -3, -4, 0) as $i) {
6513 $unread = getFeedUnread($link, $i);
6514
6515 if ($unread || !$unread_only) {
6516 $title = getFeedTitle($link, $i);
6517
6518 $row = array(
6519 "id" => $i,
6520 "title" => $title,
6521 "unread" => $unread,
6522 "cat_id" => -1,
6523 );
6524 array_push($feeds, $row);
6525 }
6526
6527 }
6528 }
b41c2549
AD
6529
6530 /* Real feeds */
6531
6532 if ($limit) {
6533 $limit_qpart = "LIMIT $limit OFFSET $offset";
6534 } else {
6535 $limit_qpart = "";
6536 }
6537
fb8d17f3 6538 if ($cat_id == -4 || $cat_id == -3) {
b41c2549
AD
6539 $result = db_query($link, "SELECT
6540 id, feed_url, cat_id, title, ".
6541 SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated
6542 FROM ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"] .
6543 " ORDER BY cat_id, title " . $limit_qpart);
6544 } else {
fb8d17f3
AD
6545
6546 if ($cat_id)
6547 $cat_qpart = "cat_id = '$cat_id'";
6548 else
6549 $cat_qpart = "cat_id IS NULL";
6550
b41c2549
AD
6551 $result = db_query($link, "SELECT
6552 id, feed_url, cat_id, title, ".
6553 SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated
6554 FROM ttrss_feeds WHERE
fb8d17f3 6555 $cat_qpart AND owner_uid = " . $_SESSION["uid"] .
b41c2549
AD
6556 " ORDER BY cat_id, title " . $limit_qpart);
6557 }
6558
6559 while ($line = db_fetch_assoc($result)) {
6560
6561 $unread = getFeedUnread($link, $line["id"]);
6562
6563 $has_icon = feed_has_icon($line['id']);
6564
6565 if ($unread || !$unread_only) {
6566
6567 $row = array(
6568 "feed_url" => $line["feed_url"],
6569 "title" => $line["title"],
6570 "id" => (int)$line["id"],
6571 "unread" => (int)$unread,
6572 "has_icon" => $has_icon,
6573 "cat_id" => (int)$line["cat_id"],
6574 "last_updated" => strtotime($line["last_updated"])
6575 );
6576
6577 array_push($feeds, $row);
6578 }
6579 }
6580
911d4c08
AD
6581 return $feeds;
6582 }
6583
6584 function api_get_headlines($link, $feed_id, $limit, $offset,
6585 $filter, $is_cat, $show_excerpt, $show_content, $view_mode, $order) {
6586
6587 /* do not rely on params below */
6588
6589 $search = db_escape_string($_REQUEST["search"]);
6590 $search_mode = db_escape_string($_REQUEST["search_mode"]);
6591 $match_on = db_escape_string($_REQUEST["match_on"]);
6592
6593 $qfh_ret = queryFeedHeadlines($link, $feed_id, $limit,
6594 $view_mode, $is_cat, $search, $search_mode, $match_on,
6595 $order, $offset);
6596
6597 $result = $qfh_ret[0];
6598 $feed_title = $qfh_ret[1];
6599
6600 $headlines = array();
6601
6602 while ($line = db_fetch_assoc($result)) {
6603 $is_updated = ($line["last_read"] == "" &&
6604 ($line["unread"] != "t" && $line["unread"] != "1"));
6605
6606 $headline_row = array(
6607 "id" => (int)$line["id"],
6608 "unread" => sql_bool_to_bool($line["unread"]),
6609 "marked" => sql_bool_to_bool($line["marked"]),
9ed133e7 6610 "published" => sql_bool_to_bool($line["published"]),
911d4c08
AD
6611 "updated" => strtotime($line["updated"]),
6612 "is_updated" => $is_updated,
6613 "title" => $line["title"],
6614 "link" => $line["link"],
6615 "feed_id" => $line["feed_id"],
78ac6caf 6616 "tags" => get_article_tags($link, $line["id"]),
911d4c08
AD
6617 );
6618
6619 if ($show_excerpt) {
6620 $excerpt = truncate_string(strip_tags($line["content_preview"]), 100);
6621 $headline_row["excerpt"] = $excerpt;
6622 }
6623
6624 if ($show_content) {
6625 $headline_row["content"] = $line["content_preview"];
6626 }
6627
6628 array_push($headlines, $headline_row);
6629 }
6630
6631 return $headlines;
6632 }
6633
fe1087fb
AD
6634 function generate_dashboard_feed($link) {
6635 print "<headlines id=\"-5\" is_cat=\"\">";
6636
13e785e0
AD
6637 print "<toolbar><![CDATA[]]></toolbar>";
6638
6639 print '<content><![CDATA[';
fe1087fb
AD
6640
6641 print "<div class='whiteBox'>".__('No feed selected.');
6642
5d128c95
AD
6643 print "<p class=\"small\"><span class=\"insensitive\">";
6644
6645 $result = db_query($link, "SELECT ".SUBSTRING_FOR_DATE."(MAX(last_updated), 1, 19) AS last_updated FROM ttrss_feeds
6646 WHERE owner_uid = " . $_SESSION['uid']);
6647
6648 $last_updated = db_fetch_result($result, 0, "last_updated");
324944f3 6649 $last_updated = make_local_datetime($link, $last_updated, false);
5d128c95
AD
6650
6651 printf(__("Feeds last updated at %s"), $last_updated);
6652
fe1087fb
AD
6653 $result = db_query($link, "SELECT COUNT(id) AS num_errors
6654 FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
6655
6656 $num_errors = db_fetch_result($result, 0, "num_errors");
6657
6658 if ($num_errors > 0) {
5d128c95
AD
6659 print "<br/>";
6660 print "<a class=\"insensitive\" href=\"#\" onclick=\"showFeedsWithErrors()\">".
fe1087fb
AD
6661 __('Some feeds have update errors (click for details)')."</a>";
6662 }
5d128c95 6663 print "</span></p>";
fe1087fb 6664
13e785e0 6665 print "]]></content>";
fe1087fb
AD
6666 print "</headlines>";
6667
ffbe082d
AD
6668 print "<headlines-info><![CDATA[";
6669
6670 $info = array("count" => 0,
6671 "vgroup_last_feed" => '',
6672 "unread" => 0,
6673 "disable_cache" => true);
6674
6675 print json_encode($info);
6676
6677 print "]]></headlines-info>";
fe1087fb
AD
6678
6679 }
31a53903
AD
6680
6681 function save_email_address($link, $email) {
6682 // FIXME: implement persistent storage of emails
6683
6684 if (!$_SESSION['stored_emails'])
6685 $_SESSION['stored_emails'] = array();
6686
6687 if (!in_array($email, $_SESSION['stored_emails']))
6688 array_push($_SESSION['stored_emails'], $email);
6689 }
8801fb01
AD
6690
6691 function update_feed_access_key($link, $feed_id, $is_cat, $owner_uid = false) {
6692 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
6693
6694 $sql_is_cat = bool_to_sql_bool($is_cat);
6695
6696 $result = db_query($link, "SELECT access_key FROM ttrss_access_keys
6697 WHERE feed_id = '$feed_id' AND is_cat = $sql_is_cat
6698 AND owner_uid = " . $owner_uid);
6699
6700 if (db_num_rows($result) == 1) {
6701 $key = db_escape_string(sha1(uniqid(rand(), true)));
6702
6703 db_query($link, "UPDATE ttrss_access_keys SET access_key = '$key'
6704 WHERE feed_id = '$feed_id' AND is_cat = $sql_is_cat
6705 AND owner_uid = " . $owner_uid);
6706
6707 return $key;
6708
6709 } else {
6710 return get_feed_access_key($link, $feed_id, $is_cat, $owner_uid);
6711 }
6712 }
6713
6714 function get_feed_access_key($link, $feed_id, $is_cat, $owner_uid = false) {
6715
6716 if (!$owner_uid) $owner_uid = $_SESSION["uid"];
6717
6718 $sql_is_cat = bool_to_sql_bool($is_cat);
6719
6720 $result = db_query($link, "SELECT access_key FROM ttrss_access_keys
6721 WHERE feed_id = '$feed_id' AND is_cat = $sql_is_cat
6722 AND owner_uid = " . $owner_uid);
6723
6724 if (db_num_rows($result) == 1) {
6725 return db_fetch_result($result, 0, "access_key");
6726 } else {
6727 $key = db_escape_string(sha1(uniqid(rand(), true)));
6728
6729 $result = db_query($link, "INSERT INTO ttrss_access_keys
6730 (access_key, feed_id, is_cat, owner_uid)
6731 VALUES ('$key', '$feed_id', $sql_is_cat, '$owner_uid')");
6732
6733 return $key;
6734 }
6735 return false;
6736 }
f0266f51
CW
6737
6738 /**
6739 * Extracts RSS/Atom feed URLs from the given HTML URL.
6740 *
6741 * @param string $url HTML page URL
6742 *
6743 * @return array Array of feeds. Key is the full URL, value the title
6744 */
6745 function get_feeds_from_html($url)
6746 {
6747 $url = fix_url($url);
6748 $baseUrl = substr($url, 0, strrpos($url, '/') + 1);
6749
fb074239
AD
6750 libxml_use_internal_errors(true);
6751
f0266f51
CW
6752 $doc = new DOMDocument();
6753 $doc->loadHTMLFile($url);
6754 $xpath = new DOMXPath($doc);
6755 $entries = $xpath->query('/html/head/link[@rel="alternate"]');
6756 $feedUrls = array();
6757 foreach ($entries as $entry) {
6758 if ($entry->hasAttribute('href')) {
6759 $title = $entry->getAttribute('title');
6760 if ($title == '') {
6761 $title = $entry->getAttribute('type');
6762 }
923818fc
CW
6763 $feedUrl = rewrite_relative_url(
6764 $baseUrl, $entry->getAttribute('href')
6765 );
f0266f51
CW
6766 $feedUrls[$feedUrl] = $title;
6767 }
6768 }
6769 return $feedUrls;
6770 }
6771
f33479da
CW
6772 /**
6773 * Checks if the content behind the given URL is a HTML file
6774 *
6775 * @param string $url URL to check
6776 *
6777 * @return boolean True if the URL contains HTML content
6778 */
6779 function url_is_html($url) {
6780 $content = substr(fetch_file_contents($url, false), 0, 1000);
24eb4c78
CW
6781 if (stripos($content, '<html>') === false
6782 && stripos($content, '<html ') === false
f33479da
CW
6783 ) {
6784 return false;
6785 }
6786
6787 return true;
6788 }
24e2bb3a 6789
d90868d7 6790 function print_label_select($link, $name, $value, $attributes = "") {
24e2bb3a
AD
6791
6792 $result = db_query($link, "SELECT caption FROM ttrss_labels2
6793 WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");
6794
6795 print "<select default=\"$value\" name=\"" . htmlspecialchars($name) .
d90868d7 6796 "\" $attributes onchange=\"labelSelectOnChange(this)\" >";
24e2bb3a
AD
6797
6798 while ($line = db_fetch_assoc($result)) {
6799
6800 $issel = ($line["caption"] == $value) ? "selected=\"1\"" : "";
6801
d90868d7
AD
6802 print "<option value=\"".htmlspecialchars($line["caption"])."\"
6803 $issel>" . htmlspecialchars($line["caption"]) . "</option>";
24e2bb3a
AD
6804
6805 }
6806
d90868d7 6807# print "<option value=\"ADD_LABEL\">" .__("Add label...") . "</option>";
24e2bb3a
AD
6808
6809 print "</select>";
6810
6811
6812 }
6813
dad14b51
AD
6814 function print_article_enclosures($link, $id, $always_display_enclosures,
6815 $article_content) {
6816
6817 $result = get_article_enclosures($link, $id);
6818
6819 if (count($result) > 0) {
6820
6821 $entries_html = array();
6822 $entries = array();
6823
6824 foreach ($result as $line) {
6825
6826 $url = $line["content_url"];
6827 $ctype = $line["content_type"];
6828
6829 if (!$ctype) $ctype = __("unknown type");
6830
6831 $filename = substr($url, strrpos($url, "/")+1);
6832
6833 $entry = format_inline_player($link, $url, $ctype);
6834
6835 $entry .= " <a target=\"_blank\" href=\"" . htmlspecialchars($url) . "\">" .
6836 $filename . " (" . $ctype . ")" . "</a>";
6837
6838 array_push($entries_html, $entry);
6839
6840 $entry = array();
6841
6842 $entry["type"] = $ctype;
6843 $entry["filename"] = $filename;
6844 $entry["url"] = $url;
6845
6846 array_push($entries, $entry);
6847 }
6848
6849 print "<div class=\"postEnclosures\">";
6850
6851 if (!get_pref($link, "STRIP_IMAGES")) {
6852 if ($always_display_enclosures ||
6853 !preg_match("/<img/i", $article_content)) {
6854
6855 foreach ($entries as $entry) {
6856
6857 if (preg_match("/image/", $entry["type"]) ||
6858 preg_match("/\.(jpg|png|gif|bmp)/i", $entry["filename"])) {
6859
6860 print "<p><img
6861 alt=\"".htmlspecialchars($entry["filename"])."\"
6862 src=\"" .htmlspecialchars($entry["url"]) . "\"/></p>";
6863 }
6864 }
6865 }
6866 }
6867
905ff52a 6868 if (count($entries) == 1) {
dad14b51
AD
6869 print __("Attachment:") . " ";
6870 } else {
6871 print __("Attachments:") . " ";
6872 }
6873
6874 print join(", ", $entries_html);
6875
6876 print "</div>";
6877 }
6878 }
6879
f8fb4498
AD
6880 function getLastArticleId($link) {
6881 $result = db_query($link, "SELECT MAX(ref_id) AS id FROM ttrss_user_entries
6882 WHERE owner_uid = " . $_SESSION["uid"]);
6883
6884 if (db_num_rows($result) == 1) {
6885 return db_fetch_result($result, 0, "id");
6886 } else {
6887 return -1;
6888 }
6889 }
8cc3c778
AD
6890
6891 function build_url($parts) {
6892 return $parts['scheme'] . "://" . $parts['host'] . $parts['path'];
6893 }
6894
f679105c
CW
6895 /**
6896 * Converts a (possibly) relative URL to a absolute one.
6897 *
6898 * @param string $url Base URL (i.e. from where the document is)
6899 * @param string $rel_url Possibly relative URL in the document
6900 *
6901 * @return string Absolute URL
6902 */
8cc3c778
AD
6903 function rewrite_relative_url($url, $rel_url) {
6904 if (strpos($rel_url, "://") !== false) {
6905 return $rel_url;
6906 } else if (strpos($rel_url, "/") === 0)
6907 {
6908 $parts = parse_url($url);
6909 $parts['path'] = $rel_url;
6910
6911 return build_url($parts);
6912
6913 } else {
6914 $parts = parse_url($url);
f679105c
CW
6915 if (!isset($parts['path'])) {
6916 $parts['path'] = '/';
6917 }
6918 $dir = $parts['path'];
6919 if (substr($dir, -1) !== '/') {
6920 $dir = dirname($parts['path']);
6921 $dir !== '/' && $dir .= '/';
6922 }
6923 $parts['path'] = $dir . $rel_url;
8cc3c778
AD
6924
6925 return build_url($parts);
6926 }
6927 }
6928
e4f7f8df
AD
6929 function sphinx_search($query, $offset = 0, $limit = 30) {
6930 $sphinxClient = new SphinxClient();
6931
6932 $sphinxClient->SetServer('localhost', 9312);
6933 $sphinxClient->SetConnectTimeout(1);
6934
6935 $sphinxClient->SetFieldWeights(array('title' => 70, 'content' => 30,
6936 'feed_title' => 20));
6937
6938 $sphinxClient->SetMatchMode(SPH_MATCH_EXTENDED2);
6939 $sphinxClient->SetRankingMode(SPH_RANK_PROXIMITY_BM25);
6940 $sphinxClient->SetLimits($offset, $limit, 1000);
6941 $sphinxClient->SetArrayResult(false);
6942 $sphinxClient->SetFilter('owner_uid', array($_SESSION['uid']));
6943
6944 $result = $sphinxClient->Query($query, SPHINX_INDEX);
6945
6946 $ids = array();
6947
6948 if (is_array($result['matches'])) {
6949 foreach (array_keys($result['matches']) as $int_id) {
6950 $ref_id = $result['matches'][$int_id]['attrs']['ref_id'];
6951 array_push($ids, $ref_id);
6952 }
6953 }
6954
6955 return $ids;
6956 }
6957
868650e4
AD
6958 function cleanup_tags($link, $days = 14, $limit = 1000) {
6959
6960 if (DB_TYPE == "pgsql") {
6961 $interval_query = "date_updated < NOW() - INTERVAL '$days days'";
6962 } else if (DB_TYPE == "mysql") {
6963 $interval_query = "date_updated < DATE_SUB(NOW(), INTERVAL $days DAY)";
6964 }
6965
b5ec13fa 6966 $tags_deleted = 0;
868650e4 6967
b5ec13fa
AD
6968 while ($limit > 0) {
6969 $limit_part = 500;
6970
6971 $query = "SELECT ttrss_tags.id AS id
6972 FROM ttrss_tags, ttrss_user_entries, ttrss_entries
6973 WHERE post_int_id = int_id AND $interval_query AND
6974 ref_id = ttrss_entries.id AND tag_cache != '' LIMIT $limit_part";
6975
6976 $result = db_query($link, $query);
6977
6978 $ids = array();
6979
6980 while ($line = db_fetch_assoc($result)) {
6981 array_push($ids, $line['id']);
6982 }
6983
6984 if (count($ids) > 0) {
6985 $ids = join(",", $ids);
6986 print ".";
6987
6988 $tmp_result = db_query($link, "DELETE FROM ttrss_tags WHERE id IN ($ids)");
6989 $tags_deleted += db_affected_rows($link, $tmp_result);
6990 } else {
6991 break;
6992 }
6993
6994 $limit -= $limit_part;
6995 }
6996
6997 print "\n";
868650e4 6998
b5ec13fa 6999 return $tags_deleted;
868650e4
AD
7000 }
7001
13e785e0
AD
7002 function feedlist_init_cat($link, $cat_id, $hidden = false) {
7003 $obj = array();
db34e084 7004 $cat_id = (int) $cat_id;
13e785e0
AD
7005
7006 if ($cat_id > 0) {
7007 $cat_unread = ccache_find($link, $cat_id, $_SESSION["uid"], true);
7008 } else if ($cat_id == 0 || $cat_id == -2) {
7009 $cat_unread = getCategoryUnread($link, $cat_id);
7010 }
7011
1985a5e0 7012 $obj['id'] = 'CAT:' . $cat_id;
13e785e0
AD
7013 $obj['items'] = array();
7014 $obj['name'] = getCategoryTitle($link, $cat_id);
7015 $obj['type'] = 'feed';
7016 $obj['unread'] = (int) $cat_unread;
7017 $obj['hidden'] = $hidden;
1985a5e0 7018 $obj['bare_id'] = $cat_id;
13e785e0
AD
7019
7020 return $obj;
7021 }
7022
fcf70c51 7023 function feedlist_init_feed($link, $feed_id, $title = false, $unread = false, $error = '', $updated = '') {
13e785e0 7024 $obj = array();
1985a5e0 7025 $feed_id = (int) $feed_id;
13e785e0
AD
7026
7027 if (!$title)
7028 $title = getFeedTitle($link, $feed_id, false);
7029
cd1bb36d 7030 if ($unread === false)
13e785e0
AD
7031 $unread = getFeedUnread($link, $feed_id, false);
7032
7033 $obj['id'] = 'FEED:' . $feed_id;
7034 $obj['name'] = $title;
7035 $obj['unread'] = (int) $unread;
7036 $obj['type'] = 'feed';
fcf70c51
AD
7037 $obj['error'] = $error;
7038 $obj['updated'] = $updated;
2ef5c21f 7039 $obj['icon'] = getFeedIcon($feed_id);
1985a5e0 7040 $obj['bare_id'] = $feed_id;
13e785e0
AD
7041
7042 return $obj;
7043 }
7044
57e24c82
AD
7045 function fetch_twitter_rss($link, $url, $owner_uid) {
7046 $result = db_query($link, "SELECT twitter_oauth FROM ttrss_users
7047 WHERE id = $owner_uid");
7048
7049 $access_token = json_decode(db_fetch_result($result, 0, 'twitter_oauth'), true);
7050
7051 if ($access_token) {
7052
7053 /* Create a TwitterOauth object with consumer/user tokens. */
7054 $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $access_token['oauth_token'], $access_token['oauth_token_secret']);
7055
7056 /* If method is set change API call made. Test is called by default. */
7057 $content = $connection->get($url);
7058
7059 $rss = new MagpieRSS($content, MAGPIE_OUTPUT_ENCODING,
7060 MAGPIE_INPUT_ENCODING, MAGPIE_DETECT_ENCODING );
7061
7062 return $rss;
7063 } else {
7064 return false;
7065 }
7066 }
7067
40d13c28 7068?>