Commit Graph

95 Commits (e48beee7fc2de2bec9202b1de5ef18c4e0d29d58)

Author SHA1 Message Date
Andrew Dolgov a77a47332c opml host, update: use PDO 7 years ago
Andrew Dolgov 1f29443530 fix missing DB object when instantiated to import opml 11 years ago
Andrew Dolgov eefaa2df38 remove db_connect, db_close; CLI fixes 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov 404e2e3603 more work on singleton-based DB 11 years ago
Andrew Dolgov ba68b6815a db updates, remove init_connection() 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
Andrew Dolgov 5083271956 move some more functions out of functions.php; fix opml.php failing due to redeclared autoload 12 years ago
Andrew Dolgov 88e8fb3a71 modify include path order (closes #514) 12 years ago
Andrew Dolgov d75409bfda move opml stuff to classes/opml.php 12 years ago
Andrew Dolgov ac9b1f0772 opml: some indenting stuff 12 years ago
Andrew Dolgov d3cface62d remove loading of test opml file in debug mode 12 years ago
Andrew Dolgov d2a317e3c8 refactor opml import/export code
fix opml to properly handle nested categories
allow creating categories with same name in different parent categories
12 years ago
Andrew Dolgov 3a9d5c6e88 opml: support proper export of nested categories 12 years ago
Andrew Dolgov c20b5168b5 OPML: preserve category and feed order on import 12 years ago
Andrew Dolgov 95562576c6 first batch of OPML export patches from gmargo 12 years ago
Andrew Dolgov 34aa9e20c7 implement filter import 13 years ago
Andrew Dolgov cfb665c01f misc export tweaks 13 years ago
Andrew Dolgov f59928d7a8 better label import category checking, filters import placeholder 13 years ago
Andrew Dolgov 7d926cfcf2 support export of filters using OPML 13 years ago
Andrew Dolgov bbefea90a7 implement import/export of labels using OPML 13 years ago
Andrew Dolgov f03a795de7 include path fix for lighttpd 13 years ago
Andrew Dolgov 80edb8b4d7 remove opml_domdoc separate module 13 years ago
Andrew Dolgov 5f0a3741d0 add Public_Handler
misc code cleanup
13 years ago
Andrew Dolgov 107d0cf39e overall directory tree cleanup 13 years ago
Craig Meyer 08ae2a5ba6 Extend OPML preferences pane, to provide more control of Export OPML
User is prompted for filename, and also whether to include settings.
    Default filename is: TinyTinyRSS.opml

    modules/pref-feeds.php
        Prompt for output OPML filename (Default: TinyTinyRSS.opml )
    opml.php
        Modify to support passing in name=<filename>&settings=[0|1]
    functions.js
        Modify to support passing in name=<filename>&settings=[0|1]
13 years ago
Andrew Dolgov 0ae2bb2a69 db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo 13 years ago
Andrew Dolgov 133ab8c713 replace references to ttrss-logo.png with logo.png 13 years ago
Andrew Dolgov 0a13e84edb remove domxml OPML import path 13 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
Andrew Dolgov 2e7f046f65 make published OPML use common secret key code 14 years ago
Andrew Dolgov c107797cf7 rework OPML display in pref-feeds; hide authenticated feeds from public OPML 14 years ago
Andrew Dolgov 442f326bc6 do not show settings in published opml 14 years ago
Andrew Dolgov e955834551 support import and export of tt-rss preferences in OPML with DOMDocument OPML path 14 years ago
Matthew Katz fee909d5aa adding text attribute to categories
fixed query for enable_feed_cats to actually query for the user instead of overall.
14 years ago
Matthew Katz a423423956 fixed so that login is only required for import and export of OPML, not for publish 14 years ago
Matt Katz 86e26f1a74 added filtering for private feeds to opml, and key lookup 14 years ago
Andrew Dolgov f29ba1484f code cleanup, test for db_escape() crazyness in DB sanity check 16 years ago
Andrew Dolgov c03cf250e8 place imported feeds in a separate category unless otherwise specified (closes #162) 17 years ago
Andrew Dolgov 75ca19864e remove mysql SET CHARACTER SET call 17 years ago
Andrew Dolgov bddc9788ef new config option: MYSQL_CHARSET 17 years ago
Andrew Dolgov c1879099e1 mysql: disable utf8 17 years ago
Andrew Dolgov 70dcff6b3d mysql: set connection charset to utf-8 17 years ago
Andrew Dolgov 981e8107ca opml export: specify encoding 17 years ago
Andrew Dolgov 5eb66ed7d9 check PHP version before trying to use DOMDocument 17 years ago
Andrew Dolgov 0671913873 opml.php: fix typo, update.php: i18n 17 years ago
Andrew Dolgov 4dccf1ed93 more i18n work 17 years ago
Andrew Dolgov 1025ad8763 more I18N work 17 years ago
Andrew Dolgov d1db26aa1c change _() to __() (use php-gettext) 17 years ago
Andrew Dolgov d65981e27f set required error_reporting just in case 17 years ago