summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-25plugins cleanup, update descriptionsAndrew Dolgov
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-24feedlist_init: do not wait before calling viewfeed(-3)Andrew Dolgov
2012-12-24redditimgur: check for all img linksAndrew Dolgov
2012-12-24split feedbrowser into a separate fileAndrew Dolgov
2012-12-24split digest stuff into digest.phpAndrew Dolgov
2012-12-24instances: add fbexport methodAndrew Dolgov
2012-12-24add -list-plugins option; about sections to pluginsAndrew Dolgov
2012-12-24fix share plugin icon locationAndrew 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
#472)
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-24update translationsAndrew Dolgov
2012-12-24move digest to a separate pluginAndrew Dolgov
2012-12-24updater: remove htmlpurifier directory handlingAndrew Dolgov
2012-12-24add support for registering update.php commands; move rest of the ↵Andrew Dolgov
self-updating stuff into updater plugin
2012-12-23add instances pluginAndrew Dolgov
2012-12-23implement plugin routing masks, add example pluginAndrew Dolgov
2012-12-23split self-updater gui to updater/ pluginAndrew Dolgov
2012-12-23add example pluginAndrew Dolgov
2012-12-23add support for plugins in prefsAndrew Dolgov
2012-12-23add and check plugin base classAndrew 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
This reverts commit d020a86c36327fd823a1eb8e61c52b6663985980.
2012-12-22flip DEFAULT_UPDATE_METHOD to simplepieAndrew Dolgov
2012-12-22support comments for simplepieAndrew Dolgov
2012-12-22add f-D debug feed update hotkeyAndrew Dolgov
2012-12-20release 1.6.2Andrew Dolgov
2012-12-16update: feed escaping issueAndrew Dolgov
2012-12-11Merge pull request #33 from waldir/masterAndrew Dolgov
Adjust README file so it is correctly parsed by github
2012-12-12add built-in expiring of obsolete lockfilesAndrew Dolgov
2012-12-12fix markupWaldir
2012-12-12rename README to README.md to make Github's markdown parser kick inWaldir Pimenta
2012-12-09modify include path order (closes #514)Andrew 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 ↵Andrew Dolgov
whining about double slashes in URLs
2012-12-07fix sharepopup/subscribe public handler actions in single user modeAndrew Dolgov
2012-11-29remove uid from ccache guid prefixAndrew Dolgov
2012-11-29create separate guids for cached and authorized content to prevent ↵Andrew Dolgov
unnecessary data sharing
2012-11-26wait a bit before initial content fetchingAndrew Dolgov
2012-11-26minor cached content updating tweaksAndrew Dolgov
2012-11-26update example reddit filterAndrew Dolgov