summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2012-12-09do not use regexps in get_self_url_prefix()Andrew Dolgov
2012-12-07add cosmetic workaround for get_self_url_prefix() to stop the unwashed whinin...Andrew Dolgov
2012-11-26implement experimental article on-import data filtersAndrew Dolgov
2012-11-23implement ttrss_feeds.cache_contentAndrew Dolgov
2012-11-22fix default language not saved in the login formAndrew Dolgov
2012-11-06Labels were cached without taking into account related ownerCharlie Root
2012-11-01limit is_html() to only work on the begging of passed stringAndrew Dolgov
2012-10-31improve status reporting for linked feedsAndrew Dolgov
2012-10-31sharepopup: implement assigning labels while sharingAndrew Dolgov
2012-10-30htmLawed: tweak allowed attributes (2)Andrew Dolgov
2012-10-30htmLawed: tweak allowed attributesAndrew Dolgov
2012-10-30fix update stopped by get_article_labels()Andrew Dolgov
2012-10-30add ability to auto-assign articles to labels (bump schema)Andrew Dolgov
2012-10-30move article filter functions to rssfuncs.phpAndrew Dolgov
2012-10-29remove sanitize_article_content (CDATA handled by htmLawed)Andrew Dolgov
2012-10-29api: sanitize article contentAndrew Dolgov
2012-10-29Revert "sanitize article content when importing data from feed"Andrew Dolgov
2012-10-28fix ARTICLE_BUTTON_PLUGINS not loaded when string contains spacesAndrew Dolgov
2012-10-28sanitize: strip comments and cdata sectionsAndrew Dolgov
2012-10-28sanitize article content when importing data from feedAndrew Dolgov
2012-10-28replace htmlpurifier with htmlawedAndrew Dolgov
2012-10-28multiple issues fixed in vfeed_group_by_feedAndrew Dolgov
2012-10-24fix sql crash workaround preventing feed/category filters from testingAndrew Dolgov
2012-10-23filter testing fix for pgsqlAndrew Dolgov
2012-10-23prevent crashes on filter regexp being too advanced for our database when tes...Andrew Dolgov
2012-10-22properly escape comment linksAndrew Dolgov
2012-10-22properly escape article link/PTITLEs (refs #472)Andrew Dolgov
2012-10-17catchup_feed: properly mark subcategories as readAndrew Dolgov
2012-10-15allow archived entries in labels and several other vfeedsAndrew Dolgov
2012-10-11fix types on RPC counter repliesAndrew Dolgov
2012-10-11unify child category counter display; remove include_children controlAndrew Dolgov
2012-10-10api: add always_display_attachments to getHeadlinesAndrew Dolgov
2012-10-09API: support comments count/url (2)Andrew Dolgov
2012-10-09API: support comments count/urlAndrew Dolgov
2012-10-09allow filters to work on child categoriesAndrew Dolgov
2012-10-06Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2012-10-06Polish translation for tt-rss.Mirosław Lach
2012-10-06getCategoryTitle: return translated Uncategorized (closes #506)Andrew Dolgov
2012-09-27fix subcategory query on mysqlAndrew Dolgov
2012-09-24simplify searching queryAndrew Dolgov
2012-09-23subscribe_to_feed: stop fetching URL multiple times while subscribing, variou...Andrew Dolgov
2012-09-19api: include recently read feedAndrew Dolgov
2012-09-18API: support nested categoriesAndrew Dolgov
2012-09-15create_published_article: better check for duplicate URLs, wrap everything in...Andrew Dolgov
2012-09-15create_published_article: check for duplicate URLsAndrew Dolgov
2012-09-15remove mandatory truncating of post title, limit width using CSSAndrew Dolgov
2012-09-10login system fixesAndrew Dolgov
2012-09-10set last_read to NOW() when publishing, order published feed by last read by ...Andrew Dolgov
2012-09-09create_published_article: validate urlAndrew Dolgov
2012-09-09create_published_article: do not allow empty titleAndrew Dolgov