summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
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
2013-04-16add SPHINX_SERVERAndrew Dolgov
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-16format_article_labels: bail out if passed something other than arrayAndrew Dolgov
2013-04-15try to improve color guessing algorithm a bitAndrew Dolgov
2013-04-15only enable colored favicons in vfeeds; fix RGB triplet packingAndrew Dolgov
2013-04-15fix schema for favicon_avg_colorAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-14subscribe_to_feed: fix typoAndrew Dolgov
2013-04-13fix double-escaping possible with encrypted passwordsAndrew Dolgov
2013-04-13implement basic feed authentication parameter encryption in the database (FEE...Andrew Dolgov
2013-04-12add cache-control: public to the login page so that firefox would bother maki...Andrew Dolgov
2013-04-12remove no_cache_incantation()Andrew Dolgov
2013-04-10Added propagation of $fetch_last_content_type for curl- and file_get_contents...Markus Birth
2013-04-09update default of allow_duplicate_posts to false, bump schemaAndrew Dolgov
2013-04-09add HOOK_ARTICLE_LEFT_BUTTONAndrew Dolgov
2013-04-09search_to_sql: fix searching for reserved keywordsAndrew Dolgov
2013-04-08Merge pull request #140 from pictuga/masterAndrew Dolgov
2013-04-08Added 'section' in allowed elementspictuga
2013-04-07fix bug with image attatchment settingsTerrence Ezrol
2013-04-07getLabelCounters: properly check for user_entry uid (closes #671)Andrew Dolgov
2013-04-06fix for fetching urls with spacesSunjay Cauligi
2013-04-05Added functionality for navigation without opening articles and toggling expa...Sunjay Cauligi
2013-04-05Added other allowed elements to sanitize()pictuga
2013-04-04search: simplify code, allow searching by note and title content (note:blah, ...Andrew Dolgov
2013-04-04search: allow searching by note textAndrew Dolgov
2013-04-04implement some tweaks to session handling; properly remove session cookie if ...Andrew Dolgov
2013-04-04session validation: check for tt-rss versionAndrew Dolgov
2013-04-04fix operation without curlAndrew Dolgov