Commit Graph

10 Commits (0aa579665f678e491daa4718eccaa5fe6d65cf29)

Author SHA1 Message Date
Andrew Dolgov 1b4567a973 remove vf_shared pixmap 6 years ago
Andrew Dolgov 94bc24ff31 share by url stuff: use link icon instead of share 6 years ago
Andrew Dolgov 37205321d9 remove share.png 6 years ago
Andrew Dolgov 3a0292303e php: remove trailing whitespaces 6 years ago
Andrew Dolgov 2eda9d9be4 plugins/vf_shared: use PDO 7 years ago
Andrew Dolgov aeb1abedb2 move a bunch of functions into Feeds/Article namespaces
+       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
7 years ago
Andrew Dolgov 21ce7d9ec0 update phpmd ruleset to use (subset) of cleancode
fix various minor issues reported by static analysis
remove redundant php closing tag from several more files
7 years ago
Andrew Dolgov f5a0fb8b64 queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating 9 years ago
Andrew Dolgov d272da9120 vf_shared: fix warning 11 years ago
Andrew Dolgov a6a61a8cb1 add plugin to show all shared articles 11 years ago