summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-16make version checks a bit more readableAndrew Dolgov
2013-03-16Somehow I managed to get it wrong the first time.Dimitar Dimitrov
2013-03-15Compare versions in a more robust way.Dimitar Dimitrov
2013-03-15Let htmLawed keep width+height for imagesAndré
2013-03-15release 1.7.4Andrew Dolgov
2013-03-15Revert "Rewrote database support to classes, Fixed strict warning in sanitize...Andrew Dolgov
2013-03-15Revert "db: use builtin classloader, lowercase class files"Andrew Dolgov
2013-03-15release 1.7.3Andrew Dolgov
2013-03-15db: use builtin classloader, lowercase class filesAndrew Dolgov
2013-03-15Rewrote database support to classes, Fixed strict warning in sanitizedummy.phpMarkus Birth
2013-03-14rename STRIP_IMAGES to make it less confusing (bump schema)Andrew Dolgov
2013-03-12add f C hotkey to toggle combined mode (closes #549)Andrew Dolgov
2013-03-12release 1.7.2Andrew Dolgov
2013-03-11escape fetch error message before saving in the db (closes #550)Andrew Dolgov
2013-03-07remove purging of inactive feeds in daemon_common (causes duplicates)Andrew Dolgov
2013-03-05getLabelCounters: add caption to group by to fix query failing on pgsql 8.4 (...Andrew Dolgov
2013-03-05release 1.7.1Andrew Dolgov
2013-03-04when purging inactive feeds, set last_updated to NOW()Andrew Dolgov
2013-02-28only bind noscroll hotkeys in combined mode by defaultAndrew Dolgov
2013-02-28db: remove qlog stuffAndrew Dolgov
2013-02-27implement classic next/prev article movement behavior, bind to ctrl-arrowsAndrew Dolgov
2013-02-27replace getmicrotime() wrapper with microtime(true)Andrew Dolgov
2013-02-27enclosures player: hide html5 audio elementAndrew Dolgov
2013-02-27db: replace QUERY_LOG with _DEBUG_QUERY_LOGAndrew Dolgov
2013-02-27cache all db prefs on startupAndrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-27log queries is QUERY_LOG is definedAndrew Dolgov
2013-02-27ccache: disable force overriding owner_uid on real feeds (why was this needed?)Andrew Dolgov
2013-02-27getLabelCounters: optimize SQLAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is...Andrew Dolgov
2013-02-26done collecting data debug message: remove titleAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl stuff...Andrew Dolgov
2013-02-26force disable simplepie unnecessarily sanitizing dataAndrew Dolgov
2013-02-26update_daemon_common: purge inactive/not updated feedsAndrew Dolgov
2013-02-25make_lockfile: check if file was created successfullyAndrew Dolgov
2013-02-23simplepie init: hide errorsAndrew Dolgov
2013-02-23fetch_file_contents: fix typosAndrew Dolgov
2013-02-23rssfuncs: show fetch done debug message in appropriate placeAndrew Dolgov
2013-02-23rssfuncs: load pluginhost stuff properlyAndrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23fix SELF_USER_AGENT defined with blank VERSIONAndrew Dolgov
2013-02-23implement article render hooksAndrew Dolgov
2013-02-23add af_* plugin workaround for already processed articleAndrew Dolgov
2013-02-21prevent article filters from modifying article GUID; add separate plugin_data...Andrew Dolgov
2013-02-21add ttrss_user_entries.plugin_data (bump schema)Andrew Dolgov
2013-02-21bring back SELF_USER_AGENT (refs #540)Andrew Dolgov
2013-02-20store widescreen status in a cookie (refs #539)Andrew Dolgov
2013-02-20fix php warning while testing filters with regexps too complex for the databaseAndrew Dolgov
2013-02-19mute warnings caused by session_start() to deal with potential ps_files_clean...Andrew Dolgov