Andrew Dolgov
|
b3bc638a9f
|
refactor OPML export/import code to be less horrible
|
6 years ago |
Andrew Dolgov
|
3a0292303e
|
php: remove trailing whitespaces
|
6 years ago |
Tianon Gravi
|
bbc4d4bf34
|
treat OPML-imported feeds without a title the same as a batch import
|
7 years ago |
Andrew Dolgov
|
99b23daee6
|
opml_import_filter: remove debugging
|
7 years ago |
Andrew Dolgov
|
09bc54c690
|
further stylesheet simplification related fixes
|
7 years ago |
Andrew Dolgov
|
187abfe732
|
main classes: remove sql_bool_to_bool() kludge
|
7 years ago |
Andrew Dolgov
|
7ccb4e91ff
|
boolean handling changes which probably won't break everything
|
7 years ago |
Andrew Dolgov
|
c949a9282e
|
OPML: use PDO; minor fixes
|
7 years ago |
Andrew Dolgov
|
02f3992a5a
|
Revert "Revert "filters: support matching on multiple feeds/categories""
This reverts commit f5d174bda9 .
|
7 years ago |
Andrew Dolgov
|
f5d174bda9
|
Revert "filters: support matching on multiple feeds/categories"
This reverts commit 0bf7e007bb .
|
7 years ago |
Andrew Dolgov
|
0bf7e007bb
|
filters: support matching on multiple feeds/categories
opml: update filter export/import for new format
|
7 years ago |
Andrew Dolgov
|
7c9b5a3fe4
|
move label stuff to Labels class
fix some unresolved functions
|
8 years ago |
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) {
|
8 years ago |
Andrew Dolgov
|
e60d5b0a84
|
move opml-specific get_feed_category to opml.php
|
8 years ago |
Andrew Dolgov
|
ea79a0e033
|
remove some redundant php closing tags
|
8 years ago |
Andrew Dolgov
|
7b55001eee
|
fix various issues reported by static analysis
update gitlab-ci config
|
8 years ago |
Andrew Dolgov
|
3457ce7c59
|
temporarily enable entity loader when importing opml because idk
|
10 years ago |
Andrew Dolgov
|
6bb051285e
|
opml import: remove unneeded 250 character restriction on feed urls
|
11 years ago |
Andrew Dolgov
|
7bdc1df121
|
Revert "Include both title and text attributes"
This reverts commit 631c067601 .
|
11 years ago |
Jordi De Groof
|
631c067601
|
Include both title and text attributes
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html
|
11 years ago |
Jordi De Groof
|
6b74f725a3
|
Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
|
11 years ago |
Andrew Dolgov
|
afa1a260d0
|
fix inverse status not being set correctly for filters when creating
them
fix inverse rules not being saved/restored properly through opml
|
12 years ago |
Andrew Dolgov
|
a1495542fc
|
opml: fix filter parameters inverse and title not being properly imported from OPML
|
12 years ago |
Andrew Dolgov
|
5bbc4bb4b0
|
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
|
12 years ago |
Andrew Dolgov
|
d9c85e0f11
|
classes: use OO DB interface
|
12 years ago |
Andrew Dolgov
|
a42c55f02b
|
fix blank character after opening bracket in function calls
|
12 years ago |
Andrew Dolgov
|
6322ac79a0
|
remove $link
|
12 years ago |
Andrew Dolgov
|
3306daecf4
|
implement upload-related support for open_basedir
|
12 years ago |
Andrew Dolgov
|
129562e0b1
|
opml: add some data length limiting
|
12 years ago |
Andrew Dolgov
|
884d16505e
|
tweak how utility.css-based stuff looks
|
12 years ago |
Andrew Dolgov
|
3972bf5981
|
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
|
12 years ago |
Rebecca Turner
|
98c39afc06
|
Fix strict standards issue-- DOMDocument::load isn't static
|
12 years ago |
Andrew Dolgov
|
5083271956
|
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
|
12 years ago |
Andrew Dolgov
|
cc616ea162
|
opml import: add workaround for broken OPML files using title instead of text (refs #509)
|
12 years ago |
Andrew Dolgov
|
72ae3877a3
|
opml: fix export broken by special characters in category titles
|
12 years ago |
Andrew Dolgov
|
fd087799fd
|
tweak opml import/export according to OPML spec
|
12 years ago |
Andrew Dolgov
|
dd0a17b07a
|
opml fixes
|
12 years ago |
Andrew Dolgov
|
5a49ed95a8
|
do not load test opml when debugging
|
12 years ago |
Andrew Dolgov
|
d7f9e4fc08
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
12 years ago |
Andrew Dolgov
|
3b003f6396
|
implement OPML filter import
|
12 years ago |
Andrew Dolgov
|
8592a8e3b2
|
opml: fix cat_filter type
|
12 years ago |
Andrew Dolgov
|
8b6e08a11a
|
opml export filter format fix
|
12 years ago |
Andrew Dolgov
|
fd994f1a48
|
reimplement OPML filter export
|
12 years ago |
Andrew Dolgov
|
6aff784575
|
implement multiple rule/action filters
|
12 years ago |
Andrew Dolgov
|
369dbc19d6
|
rework class system to use subdirectories
add placeholder plugin/hook system
|
12 years ago |
Andrew Dolgov
|
3f9de6ccbc
|
opml: remove CRs, tweak category node detection
|
12 years ago |
Andrew Dolgov
|
65c8267980
|
opml: clean empty categories
|
12 years ago |
Andrew Dolgov
|
d75409bfda
|
move opml stuff to classes/opml.php
|
12 years ago |