summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-25experimental support for per-user plugins (bump schema)Andrew Dolgov
2012-12-24split feedbrowser into a separate fileAndrew Dolgov
2012-12-24split digest stuff into digest.phpAndrew Dolgov
2012-12-24move data import/export to a separate pluginAndrew Dolgov
2012-12-24add HOOK_UPDATE_TASKAndrew Dolgov
2012-12-24update_rss_feed: escape error string immediatelyAndrew Dolgov
2012-12-24implement HOOK_FEED_PARSED, add example plugin (refs #424)Andrew Dolgov
2012-12-24do not preg_match() tags from article contentAndrew Dolgov
2012-12-24prevent escaping of article link in the database when using simplepie (refs #...Andrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-24add support for registering update.php commands; move rest of the self-updati...Andrew Dolgov
2012-12-23implement plugin routing masks, add example pluginAndrew Dolgov
2012-12-23add contributed plugins; load note plugin by defaultAndrew Dolgov
2012-12-23update config checksAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-12-22support comments on simplepie properlyAndrew Dolgov
2012-12-22Revert "support comments for simplepie"Andrew Dolgov
2012-12-22support comments for simplepieAndrew Dolgov
2012-12-20release 1.6.2Andrew Dolgov
2012-12-16update: feed escaping issueAndrew Dolgov
2012-12-12add built-in expiring of obsolete lockfilesAndrew Dolgov
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-29remove uid from ccache guid prefixAndrew Dolgov
2012-11-29create separate guids for cached and authorized content to prevent unnecessar...Andrew Dolgov
2012-11-26wait a bit before initial content fetchingAndrew Dolgov
2012-11-26minor cached content updating tweaksAndrew Dolgov
2012-11-26implement experimental article on-import data filtersAndrew Dolgov
2012-11-25fix inserting cached content on first updateAndrew Dolgov
2012-11-23implement ttrss_feeds.cache_contentAndrew Dolgov
2012-11-22several translation fixes, update translationsAndrew Dolgov
2012-11-22fix default language not saved in the login formAndrew Dolgov
2012-11-20get_article_filters: strip newlines from content before matchingAndrew Dolgov
2012-11-13fix title and content filters only working on title (closes #512)Andrew Dolgov
2012-11-12release 1.6.1Andrew Dolgov
2012-11-12fix update-translations script to properly process nested classes/ directory,...Andrew Dolgov
2012-11-06Labels were cached without taking into account related ownerCharlie Root
2012-11-04mention that modifying sanity_check.php makes instance unsupportedAndrew Dolgov
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-30enable manual filters to work on complete html contentAndrew Dolgov
2012-10-30htmLawed: tweak allowed attributes (2)Andrew Dolgov
2012-10-30htmLawed: tweak allowed attributesAndrew Dolgov
2012-10-30update: only load existing labels of previously imported articlesAndrew Dolgov
2012-10-30fix update stopped by get_article_labels()Andrew Dolgov
2012-10-30apply filters and detect labels based on article content without tagsAndrew 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