Commit Graph

34 Commits (ea79a0e033e40057279a7f464c9464145eedc932)

Author SHA1 Message Date
Andrew Dolgov ea79a0e033 remove some redundant php closing tags 7 years ago
Andrew Dolgov 7b55001eee fix various issues reported by static analysis
update gitlab-ci config
7 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 10 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
11 years ago
Andrew Dolgov a1495542fc opml: fix filter parameters inverse and title not being properly imported from OPML 11 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
11 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 11 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov 3306daecf4 implement upload-related support for open_basedir 11 years ago
Andrew Dolgov 129562e0b1 opml: add some data length limiting 11 years ago
Andrew Dolgov 884d16505e tweak how utility.css-based stuff looks 11 years ago
Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
Rebecca Turner 98c39afc06 Fix strict standards issue-- DOMDocument::load isn't static 11 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