Commit Graph

7291 Commits

Author SHA1 Message Date
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]
2011-07-30 22:34:22 -04:00
Craig Meyer 9949bd154e functions.php: Fixed some mild errors.
fetch_file_contents()
        using $updated when it was not defined - commented it out
    update_rss_feed_real()
        was also using $updated, undefined
        and had a inconsistent return, added return false;
    lookup_user_id($link, $user)
        was using $login for the SELECT not $user
    format_headline_subtoolbar()
        used $search_q before it was assigned to, re-ordered the code
    format_article()
        The 3rd arg "$feed_id" was never used in the function, it was set in the function
        Verified (and modified as needed) function calls in backend.php (5 Usages) and in modules/backend-rpc,php (1 usage)
    printTagCloud()
        Before ksort($tags) add a check for count($tags) == 0 return
    replace depreciated split() calls with explode()

backend.php

    replace depreciated split() calls with explode()

modules/backed-rpc.php

    replace depreciated split() calls with explode()
    in handle_rpc_request(), separate asort() from join(),  asort() does not return an array.
        This fixes a problem where a new tag is added to an entry, but doesn't show up after clicking on save. User must do a screen refresh.
        A PHP error msg was being returned in the JSON response.
.gitignore
    Make sure Mac OS X .DS_Store & PHPStorm project files (.idea/) are not included
2011-07-30 22:31:40 -04:00
Andrew Dolgov 9d9faf6dc2 fix 'view as rss' not working correctly for search results 2011-07-30 19:22:38 +04:00
Andrew Dolgov 52c8007d81 add undocumented constant _SHOW_FEED_TITLE_IN_VFEEDS which enables showing full feed title in virtual feeds 2011-07-30 19:07:56 +04:00
Chris Chernesky fe66e229d7 adding an email article hotkey 'e' 2011-07-18 12:24:41 -04:00
Andrew Dolgov 44cddbcedb release 1.5.5 2011-07-13 16:37:42 +04:00
Andrew Dolgov 2bb3f95783 hotkeys: implement a-prefix hotkeys (a i, a u, a a, a n) 2011-07-12 12:25:59 +04:00
Andrew Dolgov c252d7c781 pref-instances: mention open_basedir as a reason for pubsub functionality to be disabled 2011-07-05 12:09:53 +04:00
Andrew Dolgov c1bc3a2794 pref-instances: remove unnecessary check for open_basedir 2011-07-05 12:07:52 +04:00
Andrew Dolgov 3610b48ba3 remove sanity check on open_basedir, block using CURL instead while running under it 2011-07-05 12:05:51 +04:00
Andrew Dolgov 19929bbeec fetch_file_contents: make CURL use default tt-rss user agent (closes #351) 2011-06-30 09:32:01 +04:00
Andrew Dolgov 97279fe6ec backend/pubsub: better 404 handling, do not cause PHP warning when invalid feed id is being requested 2011-06-22 15:05:49 +04:00
Andrew Dolgov d0f7338009 allow redirect to login page when calling external feed subscription url (using bookmarklet, for example) (refs #344) 2011-06-14 14:19:47 +04:00
Andrew Dolgov 11adc49e71 pref-feeds/add: properly handle rc=3 2011-06-14 14:19:22 +04:00
Andrew Dolgov c4904f2b5a mobile: show originating feed in article view when necessary (closes #347) 2011-06-14 14:03:21 +04:00
Andrew Dolgov e3ba4e2921 pref-feeds: show subscribed feeds count (closes #338) 2011-06-14 13:43:01 +04:00
Andrew Dolgov 2e2d0802f1 mobile: rename HIDE_READ option, show read articles when it is disabled (refs #348) 2011-06-14 12:39:37 +04:00
Andrew Dolgov 6b9cb45005 http_authenticate_user: obsolete, comment out 2011-06-06 13:57:51 +04:00
Andrew Dolgov 2828715315 release 1.5.4 2011-05-20 15:33:17 +04:00
Andrew Dolgov 7bfeaa17ca mysql schema: change TYPE= to ENGINE= 2011-05-18 12:01:31 +04:00
Andrew Dolgov 6ff66966ab update it_IT translation 2011-05-04 23:04:21 +04:00
Andrew Dolgov bfedfe697b backend/la: properly handle situation when article has multiple ref_ids on one account (closes #342) 2011-05-04 14:56:49 +04:00
Andrew Dolgov decf742ebd filter to sql: fix missing bracket 2011-05-04 12:17:15 +04:00
Andrew Dolgov 798f5a646c getAllCounters: return category counters even if ENABLE_FEED_CATS is disabled (for the API) 2011-05-04 12:10:30 +04:00
Andrew Dolgov 73f168fa45 update_rss_feed: properly handle update_insignificant 2011-04-27 16:03:24 +04:00
Andrew Dolgov cdaa144301 do not mark post as updated when comments count changes 2011-04-27 09:55:05 +04:00
Andrew Dolgov 4a4a15e679 rework pubsubhubbub sanity check 2011-04-26 18:48:22 +04:00
Andrew Dolgov 65eebd13f4 add option to disable PUSH client support globally (closes #340 2011-04-26 18:42:05 +04:00
Andrew Dolgov 3ff6298352 allow loading without allow_url_fopen when CURL is enabled (closes #336) 2011-04-25 16:46:45 +04:00
Andrew Dolgov a58fd801ab html allowed: enable table,tr,td 2011-04-25 14:28:27 +04:00
Andrew Dolgov dd50b552f7 update_rss_feed: only show PUSH debug when requested 2011-04-25 14:23:35 +04:00
Andrew Dolgov c57983b1e3 update_rss_feed: add some PUSH debugging 2011-04-24 21:30:02 +04:00
Andrew Dolgov 8fbd837390 update German translation (closes #337) 2011-04-22 21:26:58 +04:00
Andrew Dolgov 6b8b3af87e filter_to_sql: properly set query limit by date 2011-04-21 18:27:44 +04:00
Andrew Dolgov d206ae1d6a update_feedbrowser_cache: properly skip feeds with configured authentication 2011-04-21 15:52:41 +04:00
Andrew Dolgov 207d8118b4 prefs: enable Linked tab in single user mode 2011-04-21 15:39:27 +04:00
Andrew Dolgov 6d1aacbb9b allow sequential exception dialogs to be shown 2011-04-21 15:27:09 +04:00
Andrew Dolgov cf463c027a release 1.5.3 2011-04-21 10:06:06 +04:00
Andrew Dolgov d9d5ce4c0c update translations 2011-04-21 10:06:00 +04:00
Andrew Dolgov 8d588e2d9a block pref-instances tab if CURL is not available 2011-04-21 09:25:37 +04:00
Andrew Dolgov f32eb194bb update: add get_linked_feeds to normal update tasks 2011-04-21 08:51:59 +04:00
Andrew Dolgov 9b201046af backend/fbexport: read key from _POST 2011-04-21 08:46:26 +04:00
Andrew Dolgov 1c36d3aaa9 update feedbrowser 2011-04-21 08:43:37 +04:00
Andrew Dolgov 2b9c4bae07 get_linked_feeds: properly set feedbrowser cache (fix typo) 2011-04-20 20:10:57 +04:00
Andrew Dolgov d61063c730 get_linked_feeds: properly set feedbrowser cache 2011-04-20 20:09:32 +04:00
Andrew Dolgov 109662e12f feedbrowser_cache & linked feeds: add site url (bump schema) 2011-04-20 20:05:10 +04:00
Andrew Dolgov 6f907113ef feed browser: allow subscribing by url for linked feeds 2011-04-20 18:39:30 +04:00
Andrew Dolgov 572d66c6ee backend/fbexport: fix syntax error 2011-04-20 16:28:48 +04:00
Andrew Dolgov f192adc133 backend/fbexport: do not set last_connected; properly set error status 2011-04-20 16:24:28 +04:00
Andrew Dolgov 1eb3012f82 schema: add unique constraint on access_key 2011-04-20 16:17:57 +04:00