summaryrefslogtreecommitdiff
path: root/plugins/af_psql_trgm
AgeCommit message (Collapse)Author
2017-12-03plugins/af_psql_trgm: use PDOAndrew Dolgov
2017-12-02checkbox to sql bool related changes, some more boolean fixesAndrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
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
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2016-08-25af_psql_trgm: do not try to render preference pane if enabled on mysqlAndrew Dolgov
2016-08-01trgm plugin: increase check distance to 3 daysAndrew Dolgov
2016-01-17af_psql_trgm: fix min_title_length not being used while processing articlesAndrew Dolgov
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12minor layout updates related to new alert stylesAndrew Dolgov
2015-07-15af_psql_trgm: enable checking for similar articles in the source feed as ↵Andrew Dolgov
long as guid is different
2015-06-22af_psql_trgm: add option to match all feedsAndrew Dolgov
2015-06-22af_psql_trgm: match equal strings correctly, remove score checking from show ↵Andrew Dolgov
related because filter plugin does not take it into account
2015-06-11af_psql_trgm: clear no longer existing feeds from stored list of enabled idsAndrew Dolgov
2015-01-19related: do not consider negative scored headlinesAndrew Dolgov
2015-01-19trgm: extend relative articles search intervalAndrew Dolgov
2015-01-19trgm: add basic related stories dialogAndrew Dolgov
2015-01-19trgm: add disabled for now button part (add missing files)Andrew Dolgov
2015-01-19trgm: add disabled for now button partAndrew Dolgov
2015-01-19add some stuff to the trgm pluginAndrew Dolgov
2015-01-19af_psql_trgm: allow dupe checking within one feedAndrew Dolgov
2015-01-19add trgm plugin for postgresqlAndrew Dolgov