Commit Graph

1232 Commits (b9d55377248bde2bd0b11a4323215e3d69711fb7)

Author SHA1 Message Date
Andrew Dolgov 56d7e94353 use css for help overlay, css cleanup 13 years ago
Andrew Dolgov e0d91d846d experimental split of public calls into public.php (refs #389) 13 years ago
Andrew Dolgov d1fc2f92a2 remove feed_site_url hack in headlines generator 13 years ago
Andrew Dolgov 13992673e4 cdm: display comments link 13 years ago
Andrew Dolgov c0644ee424 remove redundant always_display_enclosure queries 13 years ago
Andrew Dolgov ca5133cb91 further reduce db hit on tags in viewfeed 13 years ago
Andrew Dolgov 9c50687358 viewfeed, view: performance improvements 13 years ago
Andrew Dolgov c648997b1c more aggressive prefs caching 13 years ago
Andrew Dolgov 268a06dc6a curl: allow gzip 13 years ago
Andrew Dolgov 915b61ef3b use css table layout in cdmHeader (fixes #383) 13 years ago
Andrew Dolgov e894e97f49 fetch_feed_favicon: do not generate warning when icon file is not
writable (refs #375)
13 years ago
Andrew Dolgov a19d77222d simplepie: use force_feed 13 years ago
Andrew Dolgov d6571825bf properly truncate headline title in non-combined mode 13 years ago
Andrew Dolgov 83cd33fcec implement sharing articles by unique url 13 years ago
Andrew Dolgov 359fc686dd force minimum update interval at 5 minutes to prevent request flood (refs #369) 13 years ago
Andrew Dolgov b67897bff4 fix hiding image attachments when article contains image in unexpanded combined mode (closes #368) 13 years ago
Andrew Dolgov 6d634e0055 remove_feed: unlink feed icon (refs #369) 13 years ago
Andrew Dolgov c83a5aec38 check_feed_favicon: only guess favicon url when local icon doesn't exist (closes #369) 13 years ago
Andrew Dolgov b9fca8678b mobile: fix headline ordering
mobile: fix htmlpurifier cache being included from wrong directory
mobile: implement ability to mark article as unread (closes #367)
13 years ago
Andrew Dolgov 97e5dbb2e7 api: add getHeadlines since_id 13 years ago
Andrew Dolgov 37c03d3a42 implement automatic precaching for next normal and unread feeds
allow opening cached next_unread_feed on f-q if available
tweak getRelativeArticles() to scan forward only
reenable prefetch_old server requests
13 years ago
Andrew Dolgov 78b2c6ce9a rework caching, use html5 local storage
allow caching of headlines
code cleanup
13 years ago
Andrew Dolgov 55ad314e0b update_rss_feed_real: allow overriding fetch url 13 years ago
Craig Meyer 147f563228 Extended Actions to include Select by tag (add local modifications, fix
display for tags starting with a number)
13 years ago
Andrew Dolgov 8efb5f62e8 ldap auth: support LDAP extra attributes (closes #363) 13 years ago
Andrew Dolgov 6ad2bbbce8 fix SQL query variable being overridden when using AUTO_CREATE_USER (closes #362) 13 years ago
Andrew Dolgov cd9da66363 ccache_cleanup: fix sql syntax for mysql 13 years ago
Andrew Dolgov 3261ca5820 add ccache_cleanup(), invoke on login 13 years ago
Andrew Dolgov 7d96bfcd6d misc headlines speedup 13 years ago
Andrew Dolgov e56beb95fa fix wrong even/odd position in headlines buffer 13 years ago
Andrew Dolgov b9d54789ba misc code cleanup 13 years ago
Andrew Dolgov 7131797307 implement workaround for missing autoloaded headlines for adaptive & unread modes; reduce js debugging (refs #280) 13 years ago
Andrew Dolgov 68a57364f4 properly handle relative link elements for feed and articles (closes #358) 13 years ago
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
13 years ago
Andrew Dolgov 9d9faf6dc2 fix 'view as rss' not working correctly for search results 13 years ago
Andrew Dolgov 52c8007d81 add undocumented constant _SHOW_FEED_TITLE_IN_VFEEDS which enables showing full feed title in virtual feeds 13 years ago
Andrew Dolgov 3610b48ba3 remove sanity check on open_basedir, block using CURL instead while running under it 13 years ago
Andrew Dolgov 19929bbeec fetch_file_contents: make CURL use default tt-rss user agent (closes #351) 13 years ago
Andrew Dolgov 6b9cb45005 http_authenticate_user: obsolete, comment out 13 years ago
Andrew Dolgov decf742ebd filter to sql: fix missing bracket 13 years ago
Andrew Dolgov 798f5a646c getAllCounters: return category counters even if ENABLE_FEED_CATS is disabled (for the API) 13 years ago
Andrew Dolgov 73f168fa45 update_rss_feed: properly handle update_insignificant 13 years ago
Andrew Dolgov cdaa144301 do not mark post as updated when comments count changes 13 years ago
Andrew Dolgov 65eebd13f4 add option to disable PUSH client support globally (closes #340 13 years ago
Andrew Dolgov a58fd801ab html allowed: enable table,tr,td 13 years ago
Andrew Dolgov dd50b552f7 update_rss_feed: only show PUSH debug when requested 13 years ago
Andrew Dolgov c57983b1e3 update_rss_feed: add some PUSH debugging 13 years ago
Andrew Dolgov 6b8b3af87e filter_to_sql: properly set query limit by date 13 years ago
Andrew Dolgov d206ae1d6a update_feedbrowser_cache: properly skip feeds with configured authentication 13 years ago
Andrew Dolgov 2b9c4bae07 get_linked_feeds: properly set feedbrowser cache (fix typo) 13 years ago