summaryrefslogtreecommitdiff
path: root/plugins/vf_shared
AgeCommit message (Collapse)Author
2018-12-09remove vf_shared pixmapAndrew Dolgov
2018-12-05share by url stuff: use link icon instead of shareAndrew Dolgov
2018-12-05remove share.pngAndrew Dolgov
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2017-12-03plugins/vf_shared: use PDOAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
+ static function catchupArticlesById($ids, $cmode, $owner_uid = false) { + static function getLastArticleId() { + static function queryFeedHeadlines($params) { + static function getParentCategories($cat, $owner_uid) { + static function getChildCategories($cat, $owner_uid) { move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2013-07-11vf_shared: fix warningAndrew Dolgov
2013-07-11add plugin to show all shared articlesAndrew Dolgov