1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
Commit Graph

4566 Commits

Author SHA1 Message Date
Andrew Dolgov
3205fab020 viewfeed: do not show notify progress when offset != 0 2011-08-05 13:29:14 +04:00
Andrew Dolgov
173d57e527 remove sphinxapi.php.08_04_11_183927 2011-08-04 22:51:03 +04:00
Andrew Dolgov
2d7f37ecd0 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2011-08-04 22:50:29 +04:00
Andrew Dolgov
ff780a2a42 Merge pull request #11 from meyercr/master
Update to latest Sphinx API for PHP
2011-08-04 11:49:47 -07:00
Craig Meyer
116841e4e3 Update lib/sphinxapi.php to V2.0.1 2011-08-04 18:41:04 +00:00
Craig Meyer
99bfd4c47d Merge branch 'master', remote-tracking branch 'origin' 2011-08-04 18:40:40 +00:00
Andrew Dolgov
7d96bfcd6d misc headlines speedup 2011-08-04 19:54:44 +04:00
Andrew Dolgov
e56beb95fa fix wrong even/odd position in headlines buffer 2011-08-04 18:05:14 +04:00
Andrew Dolgov
21c92cdc9b do not perform catchup batch request when infscroll request is in progress 2011-08-04 16:53:32 +04:00
Andrew Dolgov
b9d54789ba misc code cleanup 2011-08-04 16:29:26 +04:00
Andrew Dolgov
956cca2a2a do not schedule catchup batch request when infscroll request is in progress 2011-08-04 15:53:07 +04:00
Andrew Dolgov
7131797307 implement workaround for missing autoloaded headlines for adaptive & unread modes; reduce js debugging (refs #280) 2011-08-04 15:32:10 +04:00
Andrew Dolgov
c3fed9e63d add experimental fade-in effect for autoloaded headlines 2011-08-04 11:56:43 +04:00
Andrew Dolgov
e2d2339cf0 backend/pubsub: block immediately if PUBSUBHUBBUB_ENABLED is false 2011-08-04 10:29:16 +04:00
Andrew Dolgov
76495dfd31 auto catchup: prevent request flood 2011-08-04 10:16:27 +04:00
Andrew Dolgov
608cbde285 prototypize creation of headlines-spacer 2011-08-03 18:48:28 +04:00
Andrew Dolgov
18eb64a8a1 allow marking last headline as read automatically by scrolling below content 2011-08-03 18:36:08 +04:00
Andrew Dolgov
e3642715df cdm auto catchup: mark posts when scrolled above half their height 2011-08-03 16:54:08 +04:00
Andrew Dolgov
f7cffd2cfd view: fix article not being marked as read when not requested from client cache 2011-08-03 12:32:30 +04:00
Andrew Dolgov
68a57364f4 properly handle relative link elements for feed and articles (closes #358) 2011-08-01 13:06:25 +04:00
Andrew Dolgov
1aea205cc1 update mysql schema upgrade files to use ENGINE= instead of TYPE= (closes #359) 2011-08-01 12:57:38 +04:00
Andrew Dolgov
71bc164586 tweak OPML panel UI a bit 2011-07-31 10:44:20 +04:00
Andrew Dolgov
01664ee728 Merge pull request #10 from meyercr/master
Extend OPML preferences pane, to provide more control of Export OPML
2011-07-30 23:38:03 -07:00
Andrew Dolgov
e78477b4e2 Merge pull request #9 from meyercr/9949bd154e9d01b50132e387059ef987c6887c8b
Here are my patches which fix 2 bugs, and remove some dead code, and deprecated usage.
2011-07-30 23:36:35 -07:00
Andrew Dolgov
7d7f44ec01 Merge pull request #8 from chernesk/master
Added hotkey for sending article as an email
2011-07-30 23:32:23 -07:00
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