Commit Graph

232 Commits

Author SHA1 Message Date
Andrew Dolgov cb93a5dee8 fix inserting cached content on first update 2012-11-25 18:42:03 +04:00
Andrew Dolgov 87764a50cf implement ttrss_feeds.cache_content 2012-11-23 13:22:34 +04:00
Andrew Dolgov 7b28a98697 several translation fixes, update translations 2012-11-22 16:07:40 +04:00
Andrew Dolgov afc3cf5522 fix default language not saved in the login form 2012-11-22 15:33:29 +04:00
Andrew Dolgov d03ae73e93 get_article_filters: strip newlines from content before matching 2012-11-20 21:27:53 +04:00
Andrew Dolgov 72d1d0678e fix title and content filters only working on title (closes #512) 2012-11-13 09:31:26 +04:00
Andrew Dolgov a9796b2648 release 1.6.1 2012-11-12 14:29:27 +04:00
Andrew Dolgov be212a0036 fix update-translations script to properly process nested classes/ directory, update translations 2012-11-12 14:27:26 +04:00
Charlie Root 624d649f86 Labels were cached without taking into account related owner 2012-11-06 11:58:22 +04:00
Andrew Dolgov 618e2d3594 mention that modifying sanity_check.php makes instance unsupported 2012-11-04 17:31:06 +04:00
Andrew Dolgov 32b8671144 limit is_html() to only work on the begging of passed string 2012-11-01 12:47:37 +04:00
Andrew Dolgov 32532f1c0f improve status reporting for linked feeds 2012-10-31 16:15:29 +04:00
Andrew Dolgov 1b4d1a6b44 sharepopup: implement assigning labels while sharing 2012-10-31 12:55:24 +04:00
Andrew Dolgov 4021d61ada enable manual filters to work on complete html content 2012-10-30 18:44:17 +04:00
Andrew Dolgov d9f3f57b05 htmLawed: tweak allowed attributes (2) 2012-10-30 16:34:40 +04:00
Andrew Dolgov 3795b73034 htmLawed: tweak allowed attributes 2012-10-30 16:34:17 +04:00
Andrew Dolgov e8291805dd update: only load existing labels of previously imported articles 2012-10-30 15:10:52 +04:00
Andrew Dolgov bb894b2990 fix update stopped by get_article_labels() 2012-10-30 14:59:09 +04:00
Andrew Dolgov 3fc6e71ac8 apply filters and detect labels based on article content without tags 2012-10-30 13:09:38 +04:00
Andrew Dolgov b24504b121 add ability to auto-assign articles to labels (bump schema) 2012-10-30 12:58:35 +04:00
Andrew Dolgov 92c14e9d53 move article filter functions to rssfuncs.php 2012-10-30 12:11:46 +04:00
Andrew Dolgov 24be5e836f remove sanitize_article_content (CDATA handled by htmLawed) 2012-10-29 23:51:32 +04:00
Andrew Dolgov db9e00e339 api: sanitize article content 2012-10-29 16:01:41 +04:00
Andrew Dolgov b3682750bb Revert "sanitize article content when importing data from feed"
This reverts commit c7fe1b4e9e.

Conflicts:
	include/functions.php
	include/rssfuncs.php
2012-10-29 12:17:28 +04:00
Andrew Dolgov e1e3f972b6 update_rss_feed: fix broken title/content escaping 2012-10-29 10:13:14 +04:00
Andrew Dolgov 8b299a163e fix ARTICLE_BUTTON_PLUGINS not loaded when string contains spaces 2012-10-28 13:02:50 +04:00
Andrew Dolgov bed064442a sanitize: strip comments and cdata sections 2012-10-28 12:52:15 +04:00
Andrew Dolgov c7fe1b4e9e sanitize article content when importing data from feed 2012-10-28 12:44:10 +04:00
Andrew Dolgov acccafe3da replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
Andrew Dolgov 7fdf8eca99 multiple issues fixed in vfeed_group_by_feed 2012-10-28 00:41:51 +04:00
Andrew Dolgov 63b54c4d5b colors: fix resolving html color names 2012-10-27 14:28:07 +04:00
Andrew Dolgov 30c337cf3d add rrow background color setting by first assigned label 2012-10-25 16:40:17 +04:00
Andrew Dolgov c0c2abbaa7 force refetch feed when clicking update/clicking on same feed in the tree 2012-10-25 13:15:14 +04:00
Andrew Dolgov 2680295b19 fix sql crash workaround preventing feed/category filters from testing
properly; fix filter testing for categories with children
2012-10-24 11:59:36 +04:00
Andrew Dolgov 854fee0976 filter testing fix for pgsql 2012-10-23 17:00:18 +04:00
Andrew Dolgov dd8c36af4b prevent crashes on filter regexp being too advanced for our database when testing filters (refs #508) 2012-10-23 16:58:07 +04:00
Andrew Dolgov 6e577ba157 properly escape comment links 2012-10-22 01:22:44 +04:00
Andrew Dolgov 5c56897349 properly escape article link/PTITLEs (refs #472) 2012-10-22 01:19:11 +04:00
Andrew Dolgov 629c7449f8 release 1.6.0 2012-10-19 14:26:37 +04:00
Andrew Dolgov 2d6a64af16 fix es_ES syntax, update translations 2012-10-18 12:56:48 +04:00
Andrew Dolgov bda6afa22b catchup_feed: properly mark subcategories as read 2012-10-17 20:00:36 +04:00
Andrew Dolgov 835fb294a6 allow archived entries in labels and several other vfeeds 2012-10-15 10:14:54 +04:00
Andrew Dolgov 12e6de7296 fix types on RPC counter replies 2012-10-11 12:50:15 +04:00
Andrew Dolgov 0ef32f48b2 unify child category counter display; remove include_children control 2012-10-11 12:46:33 +04:00
Andrew Dolgov daf0b0142d api: add always_display_attachments to getHeadlines 2012-10-10 16:36:03 +04:00
Andrew Dolgov 7704bdc006 API: support comments count/url (2) 2012-10-09 19:24:23 +04:00
Andrew Dolgov ff0ff5f064 API: support comments count/url 2012-10-09 19:23:11 +04:00
Andrew Dolgov 67bd0b1f26 allow filters to work on child categories 2012-10-09 19:09:50 +04:00
Andrew Dolgov bed44d5164 login form: focus login field 2012-10-09 10:35:59 +04:00
Andrew Dolgov 441a89d3c5 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2012-10-06 19:35:04 +04:00