Commit Graph

1217 Commits (957425aa4147016ede2aba82ff0f876a895679f6)

Author SHA1 Message Date
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
Andrew Dolgov d61063c730 get_linked_feeds: properly set feedbrowser cache 13 years ago
Andrew Dolgov 109662e12f feedbrowser_cache & linked feeds: add site url (bump schema) 13 years ago
Andrew Dolgov 81731791d4 get_linked_feeds: fix mysql date syntax 13 years ago
Andrew Dolgov 414d0d1f46 implement feedbrowser using linked feeds; set proper fetch timeout 13 years ago
Andrew Dolgov ae5f7bb11a implement fetching and exporting of shared feeds 13 years ago
Andrew Dolgov 5300354848 fix searching by date; add search help prompt 13 years ago
Andrew Dolgov 4a06f46dc7 set mouse cursor on feed link icons in headlines display 13 years ago
Andrew Dolgov 6edeede312 tweak headlines layout to prevent long date clipping 13 years ago
Andrew Dolgov 0780f4f4fd add tooltip with all article tags 13 years ago
Andrew Dolgov fcfa9ef15b rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session 13 years ago
Andrew Dolgov 6338b16fb5 filter_to_sql: limit results to last 30 days of articles 13 years ago
Andrew Dolgov ad95edc2db move buttonplayer to lib/ 13 years ago
Andrew Dolgov b7d1a163c6 getSearchSql -> search_to_sql 13 years ago
Andrew Dolgov 361840203b filter_test: proper implementation using queryFeedHeadlines 13 years ago
Andrew Dolgov 50aa64b3c4 squash deprecated warning of htmlpurifier serializer path 13 years ago