summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-03-25commit package-lock.json, add eslint taskAndrew Dolgov
2022-03-22tests: add stub autoloader, add a few more rewrite_relative testsAndrew Dolgov
2021-03-01initial for idiormAndrew Dolgov
2021-02-22update gitignoreAndrew Dolgov
2021-02-22add config.phpAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2020-11-27prevent horizontal scrolling in filter editor dialog if rules are very longAndrew Dolgov
2020-09-17add gulp task for less compilationAndrew Dolgov
2018-12-04add map files; night.css fixesAndrew Dolgov
2018-12-04updates for flat theme (mostly disable old dijit overrides)Andrew Dolgov
2018-11-07update .gitignoreAndrew Dolgov
2018-11-03upd .gitignoreAndrew Dolgov
2015-07-07update gitignoreAndrew Dolgov
2015-07-05update .gitignoreAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2013-07-08update gitignoreAndrew Dolgov
2013-06-26replace floIcon with jimIcon from https://github.com/jimparis/jimIconAndrew Dolgov
2013-05-20add floicon to gitignoreAndrew Dolgov
2013-04-11block listing of several util directories; deny access to config.phpAndrew Dolgov
2013-03-22Additions:derekmurawsky
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.
2011-11-16finally rename icons/ (fixes #272)Andrew Dolgov
2011-07-30functions.php: Fixed some mild errors.Craig Meyer
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-04-15move HTMLPurifier cache inside CACHE_DIR/htmlpurifierAndrew Dolgov
2010-12-21update htmlpurifier cache stuff, add sanity checkAndrew Dolgov
2010-12-15remove HTMLPurifier cache files; ignore them in the futureAndrew Dolgov
2010-11-08update .gitignoreAndrew Dolgov
2010-11-05update .gitignore (ignore ctags)Andrew Dolgov
2010-11-02add internal directories for cache & lockfilesAndrew Dolgov
2010-10-11add gitignoreAndrew Dolgov