Commit Graph

28 Commits (master)

Author SHA1 Message Date
Andrew Dolgov f38be747d1 initial for idiorm 3 years ago
Andrew Dolgov 6b7af973b2 update gitignore 3 years ago
Andrew Dolgov 383f4ca04a add config.php 3 years ago
Andrew Dolgov 403dca154c initial WIP for php8; bump php version requirement to 7.0 3 years ago
Andrew Dolgov d1ee30d1ba prevent horizontal scrolling in filter editor dialog if rules are very long 3 years ago
Andrew Dolgov f41fdef389 add gulp task for less compilation 4 years ago
Andrew Dolgov a1407b35e4 add map files; night.css fixes 6 years ago
Andrew Dolgov 6befff30d7 updates for flat theme (mostly disable old dijit overrides) 6 years ago
Andrew Dolgov 643d1919cc update .gitignore 6 years ago
Andrew Dolgov 3b9f982ec6 upd .gitignore 6 years ago
Andrew Dolgov 2374294529 update gitignore 9 years ago
Andrew Dolgov 611e5ba37d update .gitignore 9 years ago
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 9 years ago
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 9 years ago
Andrew Dolgov 9733f0029d update gitignore 11 years ago
Andrew Dolgov ba2463069f replace floIcon with jimIcon from https://github.com/jimparis/jimIcon 11 years ago
Andrew Dolgov 9e40bd3c33 add floicon to gitignore 11 years ago
Andrew Dolgov e1f76af006 block listing of several util directories; deny access to config.php 11 years ago
derekmurawsky 1b2afd2bd3 Additions:
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary.

Changes:
config.php-dist - Added the smtp port option

include/digest.php - Converted it to use the new ttrrssmailer class

include/sanity_config.php - Added the smtp port option to the sanity check

plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case.

register.php = Modified to use ttrssmailer class.

All code was tested and functioned on my local machine.
11 years ago
Andrew Dolgov 81745ce738 finally rename icons/ (fixes #272) 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 ca06ed7d36 move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 13 years ago
Andrew Dolgov d8735fc8f0 update htmlpurifier cache stuff, add sanity check 14 years ago
Andrew Dolgov 66ad06518c remove HTMLPurifier cache files; ignore them in the future 14 years ago
Andrew Dolgov ed28d0fd45 update .gitignore 14 years ago
Andrew Dolgov 39e80bafe8 update .gitignore (ignore ctags) 14 years ago
Andrew Dolgov 2aae0cce7e add internal directories for cache & lockfiles 14 years ago
Andrew Dolgov a286795d6f add gitignore 14 years ago