summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2013-05-28file_is_locked: check if file exists before trying to flock itAndrew Dolgov
2013-05-24labels: add auxcountersAndrew Dolgov
2013-05-20fixed wrong path for css files in function calculate_dep_timestampHeiko Adams
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
2013-05-19when checking filter expression for validity, do not include ttrss_feed_categ...Andrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread art...Andrew Dolgov
2013-05-15get_minified_js: use basename() on cached fileAndrew Dolgov
2013-05-08Revert "subscribe_to_feed: use already fetched data when updating initially"Andrew Dolgov
2013-05-08check_for_update: compare against VERSION_STATICAndrew Dolgov
2013-05-07tweak visual for headlinesAndrew Dolgov
2013-05-07subscribe_to_feed: use already fetched data when updating initiallyAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-02format_article_tags: improve performanceAndrew Dolgov
2013-05-02make tag cache processing faster in cdmAndrew Dolgov
2013-04-30only get USER_LANGUAGE on schema 120 and upAndrew Dolgov
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-27fix startup_gettext() trying to get configured language before session is ini...Andrew Dolgov
2013-04-27fix typo in format_article_labels()Andrew Dolgov
2013-04-26set default timezone to automatic (bump schema)Andrew Dolgov
2013-04-26clientTzOffset: use proper signAndrew Dolgov
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-26do not store tz offset in global, store timezone object insteadAndrew Dolgov
2013-04-26strip_harmful_tags: use XPath to actually get all tags to work onAndrew Dolgov
2013-04-25base if-modified-since on last received article, not feed update timestampAndrew Dolgov
2013-04-25subtoolbar: add last updated when hovering over originating site linkAndrew Dolgov
2013-04-24use static version for session checking, show latest changeset for git versio...Andrew Dolgov
2013-04-24unify houskeeping stuff, increase spawn intervalAndrew Dolgov
2013-04-24updating: do not use cache timestamp if it is unusable for current feed;Andrew Dolgov
2013-04-24fetch: check if http_response_header is setAndrew Dolgov
2013-04-20disable on subscription feed XML validation for the time beingAndrew Dolgov
2013-04-19correctly report fetch errorAndrew Dolgov
2013-04-19fetch: support if-modified-since without CURLAndrew Dolgov
2013-04-19remove debug_enabled globalAndrew Dolgov
2013-04-19update_rss_feed: simplify debug reportingAndrew Dolgov
2013-04-19subscribe: verify XML before adding to the database; fetch: try to work aroun...Andrew Dolgov
2013-04-19check if http_response_header is definedAndrew Dolgov
2013-04-18more notice css tweaksAndrew Dolgov
2013-04-18tweak notice/warning/etc displayAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-18add better gzdecode support for php native fetch, use curl under open_basedirAndrew Dolgov
2013-04-17make us of db_affected_rows($result) instead of using db specific functionsMatthias Wirtz
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-17feedtree: don't request null iconAndrew Dolgov
2013-04-16disable FOLLOWLOCATION when under open_basedirAndrew Dolgov
2013-04-16experimental SQL-based error loggerAndrew Dolgov