]> git.wh0rd.org - tt-rss.git/history - classes
Merge branch 'ja_fix' of yoheie/tt-rss into master
[tt-rss.git] / classes /
2017-11-20  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-11-20  Andrew Dolgovfix possible sql injection in public/forgotpass
2017-10-30  Andrew Dolgovfetch_file_contents: improve error handling
2017-10-15  Andrew Dolgovapi, setArticleLabel: allow JSON booleans
2017-10-13  foxMerge branch 'sort_title_date' of ggrandou/tt-rss into...
2017-10-13  foxMerge branch 'favicons_bmp' of ggrandou/tt-rss into...
2017-10-09  Gilles Grandouallows favicons to be in Windows PC BMP format
2017-10-09  Gilles Grandoumakes 'order by title' to sort by title and by ascendin...
2017-10-08  Andrew Dolgovremove apache-specific x-sendfile stuff
2017-10-08  foxMerge branch 'viewport' of jrconlin/tt-rss into master
2017-10-06  foxMerge branch 'checkbox-feed' of dxbi/tt-rss into master
2017-10-06  Andrew DolgovMerge branch 'master' of git.tt-rss.org:git/tt-rss
2017-10-06  Felix EckhoferAdd checkbox for authentication in edit feed dialog
2017-10-06  Andrew Dolgovfix batch feed editor using wrong SQL syntax when savin...
2017-10-01  foxMerge branch 'hook_feed_basic_info' of wn/tt-rss into...
2017-09-27  wn_Only require an array of basic info from 'HOOK_FEED_BAS...
2017-09-25  wn_Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide...
2017-09-15  foxMerge branch 'domdocument_content_savehtml' of wn/tt...
2017-09-09  wn_Use 'saveHTML' when generating HTML from a DOMDocument.
2017-08-17  Andrew Dolgovadd support for http 304 not modified (no timestamp...
2017-08-14  Andrew Dolgovfilters/edit: properly parse feed-specific legacy forma...
2017-08-09  Andrew Dolgovuse mysqli_set_charset() to set MYSQL_CHARSET
2017-08-06  Andrew Dolgovrssutils: include comment count when calculating articl...
2017-07-30  Andrew Dolgovget_all_labels: order by caption
2017-07-30  Andrew Dolgovdo not base headlines label context submenu on feed...
2017-07-09  Andrew Dolgovfilters dialog: do not break markup on long feed names
2017-07-06  Andrew Dolgovreplace some usages of SELF_URL_PATH with get_self_url_...
2017-07-04  Andrew Dolgovremove obsolete forum plugin links
2017-07-02  Andrew Dolgovfilters: when adding rule select all feeds by default
2017-07-02  Andrew Dolgovdbupdater: fail if version file missing
2017-07-02  Andrew DolgovRevert "Revert "filters: support matching on multiple...
2017-07-02  Andrew DolgovRevert "filters: support matching on multiple feeds...
2017-07-02  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-07-02  Andrew Dolgovfilters: support matching on multiple feeds/categories
2017-06-26  Andrew Dolgovpref/feeds: start user category ordering from 1
2017-06-24  Andrew Dolgovdb prefs: ignore cache when preference requested for...
2017-06-13  Andrew Dolgovupdate_daemon_common: do not escape feed_url twice...
2017-05-29  Andrew Dolgovtunables:
2017-05-26  Andrew Dolgovadd HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM
2017-05-23  Andrew Dolgovclasses/Plugin: remove dbh & host fields; set init...
2017-05-16  Andrew Dolgovremove pubsubhubbub: dead
2017-05-11  Andrew Dolgovshare function: remove tt-rss prefix from page title
2017-05-11  Andrew Dolgovmove add_feed_url() to pref_feeds
2017-05-06  Andrew Dolgovfix DAEMON_SLEEP_INTERVAL not being defined when used
2017-05-05  Andrew Dolgovwrap rssfuncs into rssutils class
2017-05-05  Andrew Dolgovmove counter stuff to a separate class
2017-05-05  Andrew Dolgovfeeditem_common: add get_element()
2017-05-04  Andrew Dolgovmove label stuff to Labels class
2017-05-04  Andrew Dolgovmove digest stuff to Digest class
2017-05-04  Andrew Dolgovmove some label stuff to labels.php
2017-05-04  Andrew Dolgovmove get_article_labels to Article
2017-05-04  Andrew Dolgovmove counter cache to a separate class
2017-05-04  Andrew Dolgovmove a bunch of functions into Feeds/Article namespaces
2017-05-04  Andrew Dolgovmove to Article:
2017-05-04  Andrew Dolgovmove the following to Feeds:
2017-05-04  Andrew Dolgovmove the following to Article:
2017-05-04  Andrew Dolgovmove getArticleFeed to Article
2017-05-04  Andrew Dolgovmove opml-specific get_feed_category to opml.php
2017-04-27  Andrew Dolgovadd api test for labels, api: fix setArticleLabel assig...
2017-04-26  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-04-26  Andrew Dolgovadd some basic API unit tests
2017-04-26  Andrew Dolgovremove some redundant php closing tags
2017-04-26  Andrew Dolgovfix various issues reported by static analysis
2017-04-25  Andrew Dolgovreturn result codes if DB connection or --debug-feed...
2017-03-31  Andrew DolgovMerge branch 'master' of git.tt-rss.org:fox/tt-rss
2017-03-31  Andrew Dolgovfilter by search results while marking feed as read
2017-03-23  Andrew Dolgovrename cache images option label (rip translations)
2017-03-23  Andrew Dolgovremove local file extensions and generalize some metho...
2017-03-06  Andrew DolgovcdmClicked: do not use event.target.parents to figure...
2017-03-05  Andrew Dolgovimprove JS error logging with additional stuff
2017-03-04  Andrew Dolgovsimplify error handling
2017-02-17  Andrew Dolgovrework the way headlines menus identify calling row
2017-02-13  Andrew Dolgovbind headlines menu to a selector to avoid remaking...
2017-02-12  Andrew Dolgovadd HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy
2017-02-12  Andrew DolgovMerge branch 'fix-target-blank-vulnerability' into...
2017-02-12  Jérémy DECOOLPrevent target='_blank' vulnerability on dynamic link
2017-02-10  Andrew Dolgovallow user plugins to expose public methods out in...
2017-02-10  Andrew Dolgovuse print_hidden() for hidden dojo form fields
2017-02-10  Andrew Dolgovaf_zz_imgproxy: use inline disposition, misc updates
2017-02-04  Andrew Dolgovcached_image: remove unnecessary basename()
2017-02-04  Andrew Dolgovimage cache: send files as content-disposition: attachm...
2017-01-28  Andrew Dolgovsubscribe dialog: do not report errors via alert()
2017-01-26  Andrew Dolgovpreferences: set themes dropdown to default if selected...
2017-01-25  Andrew Dolgovimplement cache-busting for default theme.css
2017-01-23  Andrew Dolgovreference pubsubhubbub classes using their namespace
2017-01-22  Andrew DolgovunpackVisibleHeadlines: do not iterate over all RROWs...
2017-01-22  Andrew DolgovMerge branch 'af-comics-gocomics-feed' into 'master'
2017-01-22  Andrew DolgovMerge branch 'master' of git.tt-rss.org:fox/tt-rss
2017-01-22  Andrew Dolgovforce ngettext() count argument type to string
2017-01-21  Andrew DolgovMerge branch 'lib-upgrades' into 'master'
2017-01-21  Andrew DolgovMerge branch 'prototype-1.7.3' into 'master'
2017-01-21  Andrew Dolgovprefs: auto expand feed tree
2017-01-16  Andrew DolgovMerge branch 'subscribe-idn-feed' into 'master'
2017-01-07  Andrew Dolgovheadlines toolbar: move selection links into the dropdown
2017-01-07  Andrew Dolgovadd toggle_sidebar plugin, remove obsolete toggle button
2017-01-07  Andrew Dolgovdeprecate encrypted feed passwords because mcrypt is...
2017-01-04  Andrew Dolgovedit tags dialog: fix height
2017-01-04  Andrew Dolgovttrssmailer: include phpmailer's smtp class
2016-11-11  Andrew Dolgovfeedparser: fix syntax error
2016-11-11  Andrew Dolgovfeedparser: fix normalize_encoding() not working proper...
next