Andrew Dolgov
|
86a8351ca2
|
move the following to Feeds:
+ 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-05-04 14:50:56 +03:00 |
|
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
|
2017-04-26 20:57:36 +03:00 |
|
Andrew Dolgov
|
dc8bd8a640
|
add some print_checkbox/print_button calls; rename some plugin preference pane titles
|
2017-02-10 14:57:25 +03:00 |
|
Andrew Dolgov
|
328118d12e
|
use print_hidden() for hidden dojo form fields
|
2017-02-10 14:36:21 +03:00 |
|
Andrew Dolgov
|
f45a1152bb
|
af_readability: force utf8 preamble on html document load. no idea why but it seems to work better even for not-unicode sites.
|
2017-01-28 14:24:48 +03:00 |
|
Andrew Dolgov
|
e487e92d70
|
readability: increase maximum source document size, reorganize the reddit plugin code a bit
|
2016-08-02 12:25:54 +03:00 |
|
Andrew Dolgov
|
666cd33360
|
enable support for readability (if af_readability is enabled) in shareanything bookmarklet
|
2016-01-29 15:38:05 +03:00 |
|
Andrew Dolgov
|
41245888f1
|
only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled
add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
|
2016-01-26 11:45:47 +03:00 |
|
Troy Engel
|
5d5f100f4f
|
Fix array checking method in 2 places, add array check in one location
|
2015-12-05 15:03:01 -06:00 |
|
Troy Engel
|
3e220fd131
|
Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]"
This reverts commit beaddcba96 .
|
2015-12-05 14:49:54 -06:00 |
|
Troy Engel
|
beaddcba96
|
Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]
|
2015-12-04 13:45:10 -06:00 |
|
Andrew Dolgov
|
aa03bac424
|
allow NO_CURL to disable several CURL-related checks in plugins
af_readability: skip http content-type checking when open_basedir is enabled
|
2015-11-20 13:34:52 +03:00 |
|
Andrew Dolgov
|
4c46702672
|
drop support for (obsolete, removed from recent php versions) php safe_mode setting
remove ugly hacks for curl + open_basedir combination breaking support for http redirects
|
2015-11-19 20:05:17 +03:00 |
|
Andrew Dolgov
|
4d03c5c59f
|
limit maximum article length allowed for readability
|
2015-10-06 14:12:22 +03:00 |
|
Andrew Dolgov
|
6dbd6585a9
|
af_readability: add pluggable filter action
|
2015-08-12 12:16:07 +03:00 |
|
Andrew Dolgov
|
37b2bca99e
|
af_readability: encoding may be lower case
|
2015-07-13 19:24:59 +03:00 |
|
Andrew Dolgov
|
8b08d9d740
|
move readability libs to system location
|
2015-07-08 13:44:45 +03:00 |
|
Andrew Dolgov
|
831129f6a4
|
ad_readability: also check for content-type if possible
|
2015-07-08 10:35:19 +03:00 |
|
Andrew Dolgov
|
b7d1306b19
|
af_readability: add a workaround for meta charset html pages
|
2015-07-07 10:15:08 +03:00 |
|
Andrew Dolgov
|
7975ace2aa
|
fix previous, oops
|
2015-07-06 23:38:02 +03:00 |
|
Andrew Dolgov
|
fd61fd6e79
|
rewrite relative urls in readability output
|
2015-07-06 23:29:00 +03:00 |
|
Andrew Dolgov
|
1ff7ae42df
|
add af_readability
|
2015-07-06 23:02:21 +03:00 |
|