summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2013-03-17use saveHTML() in sanitize instead of saveXML() (refs #522)Andrew Dolgov
2013-03-17sanitize: move htmlawed rewriting to execute last so that we can keepAndrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue withAndrew Dolgov
2013-03-16include hashed SELF_URL_PATH when checking for new versionAndrew Dolgov
2013-03-15Let htmLawed keep width+height for imagesAndré
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-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-05getLabelCounters: add caption to group by to fix query failing on pgsql 8.4 (...Andrew Dolgov
2013-02-28only bind noscroll hotkeys in combined mode by defaultAndrew 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-27cache all db prefs on startupAndrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-27getLabelCounters: optimize SQLAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl stuff...Andrew 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-23fetch_file_contents: fix typosAndrew Dolgov
2013-02-23fix SELF_USER_AGENT defined with blank VERSIONAndrew Dolgov
2013-02-23implement article render hooksAndrew 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-18remove nonworking article zoom buttons (closes #535)Andrew Dolgov
2013-02-17only override al2gt() locale setting if saved session language is not autoAndrew Dolgov
2013-02-17ignore VFEED_GROUP_BY_FEED when generating syndicated feedsAndrew Dolgov
2013-02-08remove processing of ttrss_feeds.icon_urlAndrew Dolgov
2013-02-06remove hlClicked call from postheaderAndrew Dolgov
2013-02-06remove zoomToArticle() and PTITLE bitsAndrew Dolgov
2013-02-06remove tt-rss tabcontrolAndrew Dolgov
2013-02-01js: simplify counter updating, remove some unused stuffAndrew Dolgov
2013-01-24login_sequence: flush prefs_cacheAndrew Dolgov
2013-01-23remove themes/Andrew Dolgov
2013-01-23add a q shortcut; remove close_article buttonAndrew Dolgov
2013-01-23rename digest_checkboxAndrew Dolgov
2013-01-23do not show edit note prompt when article is shown in zoom modeAndrew Dolgov
2013-01-22split remove_feed_* stuff to pref/feedsAndrew Dolgov
2013-01-22move some more functions out of functions.php; fix opml.php failing due to re...Andrew Dolgov
2013-01-22split some more functions from functions.phpAndrew Dolgov
2013-01-22move api_get_* functions to classes/apiAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov