Commit Graph

1208 Commits (8efb5f62e86fd0c11147aec979733a33ade53756)

Author SHA1 Message Date
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 14 years ago
Andrew Dolgov decf742ebd filter to sql: fix missing bracket 14 years ago
Andrew Dolgov 798f5a646c getAllCounters: return category counters even if ENABLE_FEED_CATS is disabled (for the API) 14 years ago
Andrew Dolgov 73f168fa45 update_rss_feed: properly handle update_insignificant 14 years ago
Andrew Dolgov cdaa144301 do not mark post as updated when comments count changes 14 years ago
Andrew Dolgov 65eebd13f4 add option to disable PUSH client support globally (closes #340 14 years ago
Andrew Dolgov a58fd801ab html allowed: enable table,tr,td 14 years ago
Andrew Dolgov dd50b552f7 update_rss_feed: only show PUSH debug when requested 14 years ago
Andrew Dolgov c57983b1e3 update_rss_feed: add some PUSH debugging 14 years ago
Andrew Dolgov 6b8b3af87e filter_to_sql: properly set query limit by date 14 years ago
Andrew Dolgov d206ae1d6a update_feedbrowser_cache: properly skip feeds with configured authentication 14 years ago
Andrew Dolgov 2b9c4bae07 get_linked_feeds: properly set feedbrowser cache (fix typo) 14 years ago
Andrew Dolgov d61063c730 get_linked_feeds: properly set feedbrowser cache 14 years ago
Andrew Dolgov 109662e12f feedbrowser_cache & linked feeds: add site url (bump schema) 14 years ago
Andrew Dolgov 81731791d4 get_linked_feeds: fix mysql date syntax 14 years ago
Andrew Dolgov 414d0d1f46 implement feedbrowser using linked feeds; set proper fetch timeout 14 years ago
Andrew Dolgov ae5f7bb11a implement fetching and exporting of shared feeds 14 years ago
Andrew Dolgov 5300354848 fix searching by date; add search help prompt 14 years ago
Andrew Dolgov 4a06f46dc7 set mouse cursor on feed link icons in headlines display 14 years ago
Andrew Dolgov 6edeede312 tweak headlines layout to prevent long date clipping 14 years ago
Andrew Dolgov 0780f4f4fd add tooltip with all article tags 14 years ago
Andrew Dolgov fcfa9ef15b rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session 14 years ago
Andrew Dolgov 6338b16fb5 filter_to_sql: limit results to last 30 days of articles 14 years ago
Andrew Dolgov ad95edc2db move buttonplayer to lib/ 14 years ago
Andrew Dolgov b7d1a163c6 getSearchSql -> search_to_sql 14 years ago
Andrew Dolgov 361840203b filter_test: proper implementation using queryFeedHeadlines 14 years ago
Andrew Dolgov 50aa64b3c4 squash deprecated warning of htmlpurifier serializer path 14 years ago
Andrew Dolgov ca06ed7d36 move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 14 years ago
Andrew Dolgov a0e580b0ca api/getHeadlines: add include_attachments parameter 14 years ago
Andrew Dolgov 71344201b7 update_rss_feed: better purging debug 14 years ago
Andrew Dolgov 412d258d42 update_rss_feed: cleanup debugging 14 years ago
Andrew Dolgov 61e420e964 config: cleanup 14 years ago
Andrew Dolgov 1849a788cc htmlpurifier: suppress HTML.Allowed deprecation warning 14 years ago
Andrew Dolgov dbaa4e4aac config: remove option ENABLE_UPDATE_DAEMON 14 years ago
Andrew Dolgov 42315f8de8 config: add AUTO_ADD_USER (closes #294) 14 years ago
Andrew Dolgov 388c645a8b block STRIP_UNSAFE_TAGS (force enable) 14 years ago