Commit Graph

32 Commits

Author SHA1 Message Date
Andrew Dolgov 028afdd7d5
add simple dev compose 2023-10-22 09:40:08 +03:00
Andrew Dolgov 03526d8151
gitignore phpstan-tmp 2023-09-01 11:42:53 +03:00
Andrew Dolgov d305532bce
commit package-lock.json, add eslint task 2023-03-25 18:10:26 +03:00
Andrew Dolgov e35a4a1306 tests: add stub autoloader, add a few more rewrite_relative tests 2022-03-22 14:32:32 +03:00
Andrew Dolgov f38be747d1 initial for idiorm 2021-03-01 18:36:47 +03:00
Andrew Dolgov 6b7af973b2 update gitignore 2021-02-22 22:43:07 +03:00
Andrew Dolgov 383f4ca04a add config.php 2021-02-22 21:49:09 +03:00
Andrew Dolgov 403dca154c initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
Andrew Dolgov d1ee30d1ba prevent horizontal scrolling in filter editor dialog if rules are very long 2020-11-27 12:27:12 +03:00
Andrew Dolgov f41fdef389 add gulp task for less compilation 2020-09-17 13:30:52 +03:00
Andrew Dolgov a1407b35e4 add map files; night.css fixes 2018-12-04 22:36:01 +03:00
Andrew Dolgov 6befff30d7 updates for flat theme (mostly disable old dijit overrides) 2018-12-04 19:03:42 +03:00
Andrew Dolgov 643d1919cc update .gitignore 2018-11-07 14:59:44 +03:00
Andrew Dolgov 3b9f982ec6 upd .gitignore 2018-11-03 15:03:52 +03:00
Andrew Dolgov 2374294529 update gitignore 2015-07-07 14:23:18 +03:00
Andrew Dolgov 611e5ba37d update .gitignore 2015-07-05 15:04:51 +03:00
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 2015-06-05 18:08:19 +03:00
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 2015-06-05 17:54:52 +03:00
Andrew Dolgov 9733f0029d update gitignore 2013-07-08 17:30:07 +04:00
Andrew Dolgov ba2463069f replace floIcon with jimIcon from https://github.com/jimparis/jimIcon 2013-06-26 08:37:07 +04:00
Andrew Dolgov 9e40bd3c33 add floicon to gitignore 2013-05-20 00:20:45 +04:00
Andrew Dolgov e1f76af006 block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
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.
2013-03-22 16:25:12 -04:00
Andrew Dolgov 81745ce738 finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
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
Andrew Dolgov ca06ed7d36 move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 2011-04-15 14:06:27 +04:00
Andrew Dolgov d8735fc8f0 update htmlpurifier cache stuff, add sanity check 2010-12-21 09:29:20 +03:00
Andrew Dolgov 66ad06518c remove HTMLPurifier cache files; ignore them in the future 2010-12-15 13:04:02 +03:00
Andrew Dolgov ed28d0fd45 update .gitignore 2010-11-08 14:54:01 +03:00
Andrew Dolgov 39e80bafe8 update .gitignore (ignore ctags) 2010-11-05 17:39:33 +03:00
Andrew Dolgov 2aae0cce7e add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
Andrew Dolgov a286795d6f add gitignore 2010-10-11 11:25:27 +04:00