summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2017-12-01public: partial conversion to PDO, misc fixesAndrew Dolgov
2017-12-01some minor PDO-related fixesAndrew Dolgov
2017-12-01auth/base: PDOAndrew Dolgov
2017-12-01pdo pdo pdoAndrew Dolgov
2017-12-01sessions: PDOAndrew Dolgov
2017-12-01more pdo stuffAndrew Dolgov
2017-12-01add qmarks functionAndrew Dolgov
2017-12-01more pdo stuff i guessAndrew Dolgov
2017-12-01some more pdo stuffAndrew Dolgov
2017-12-01Merge branch 'pdo-experimental' of git.fakecake.org:tt-rss into pdo-experimentalAndrew Dolgov
2017-11-30enforce unconditional requests every 6 hours even if server claims data is no...Andrew Dolgov
2017-11-30add ttrss_feeds.last_unconditional (schema bump)Andrew Dolgov
2017-11-30add some WIP pdo stuffAndrew Dolgov
2017-11-27add a sanity check for tt-rss myisam tablesAndrew Dolgov
2017-11-03Allow <hr> tag in the RSS item' descriptionwoxcab
2017-10-30fetch_file_contents: improve error handlingAndrew Dolgov
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
2017-10-01get_favicon_url: only check base elements with href attributewn_
2017-10-01Handle potentially-relative base element when getting favicon.wn_
2017-08-17add support for http 304 not modified (no timestamp calculation bullshit like...Andrew Dolgov
2017-07-30do not base headlines label context submenu on feed tree labels categoryAndrew Dolgov
2017-07-17$_SERVER['HTTPS'] can be exists and 'off' for non-https connectiosNatan Frei
2017-07-10hopefully unify handling of server HTTPS variables where needed, use scheme b...Andrew Dolgov
2017-07-06replace some usages of SELF_URL_PATH with get_self_url_prefix()Andrew Dolgov
2017-07-02schema: updates for new filter format (bump version to 131)Andrew Dolgov
2017-07-02Revert "Revert "filters: support matching on multiple feeds/categories""Andrew Dolgov
2017-07-02Revert "filters: support matching on multiple feeds/categories"Andrew Dolgov
2017-07-02filters: support matching on multiple feeds/categoriesAndrew Dolgov
2017-05-29tunables:Andrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-11move add_feed_url() to pref_feedsAndrew Dolgov
2017-05-06fix DAEMON_SLEEP_INTERVAL not being defined when usedAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-05-04move some label stuff to labels.phpAndrew Dolgov
2017-05-04abs_to_rel_path: removedAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
2017-05-04move some common control-generating functions to controls.phpAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference pan...Andrew Dolgov
2017-02-10af_zz_imgproxy: add optional setting to proxy all remote imagesAndrew Dolgov
2017-01-28subscribe dialog: do not report errors via alert()Andrew Dolgov
2017-01-24fetch_file_contents: rework the way shim works to prevent intermittent warningsAndrew Dolgov
2017-01-22feed tree: only run animation for appearing unread counters to prevent clashe...Andrew Dolgov
2017-01-22Added support to fetch_file_contents() to explicitly set CURLOPT_FOLLOWLOCATION.JustAMacUser