tt-rss/modules
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
..
backend-rpc.php functions.php: Fixed some mild errors. 2011-07-30 22:31:40 -04:00
help.php code cleanup; initial button usage 2010-01-12 14:44:41 +03:00
opml_domdoc.php opml import: add workaround for LiveJournal OPML files with xmlURL attribute 2010-09-21 11:53:54 +04:00
popup-dialog.php implement fetching and exporting of shared feeds 2011-04-20 15:21:00 +04:00
pref-feeds.php pref-feeds/add: properly handle rc=3 2011-06-14 14:19:22 +04:00
pref-filters.php filter test: fix date display format 2011-04-18 13:13:02 +04:00
pref-instances.php pref-instances: mention open_basedir as a reason for pubsub functionality to be disabled 2011-07-05 12:09:53 +04:00
pref-labels.php fix preference tree elements not being properly clickable in Firefox 2010-11-21 23:05:51 +03:00
pref-prefs.php block STRIP_UNSAFE_TAGS (force enable) 2011-04-11 16:43:54 +04:00
pref-users.php prefs: remove _PREFS_ACTIVE_TAB handling 2010-11-19 10:16:12 +03:00