summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2017-12-02fix label cache being double escaped on saveAndrew Dolgov
2017-12-02more boolean fixesAndrew Dolgov
2017-12-02checkbox to sql bool related changes, some more boolean fixesAndrew Dolgov
2017-12-02boolean handling changes which probably won't break everythingAndrew Dolgov
2017-12-02OPML: use PDO; minor fixesAndrew Dolgov
2017-12-01rpc: switch to PDOAndrew Dolgov
2017-12-01fix add_feed_categoryAndrew Dolgov
2017-12-01ccache, misc: fixesAndrew Dolgov
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