summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Collapse)Author
2011-10-04implement sharing articles by unique urlAndrew Dolgov
2011-09-25force minimum update interval at 5 minutes to prevent request flood (refs #369)Andrew Dolgov
2011-09-21fix hiding image attachments when article contains image in unexpanded ↵Andrew Dolgov
combined mode (closes #368)
2011-09-21remove_feed: unlink feed icon (refs #369)Andrew Dolgov
2011-09-21check_feed_favicon: only guess favicon url when local icon doesn't exist ↵Andrew Dolgov
(closes #369)
2011-09-09mobile: fix headline orderingAndrew Dolgov
mobile: fix htmlpurifier cache being included from wrong directory mobile: implement ability to mark article as unread (closes #367)
2011-09-09api: add getHeadlines since_idAndrew Dolgov
2011-08-31implement automatic precaching for next normal and unread feedsAndrew Dolgov
allow opening cached next_unread_feed on f-q if available tweak getRelativeArticles() to scan forward only reenable prefetch_old server requests
2011-08-31rework caching, use html5 local storageAndrew Dolgov
allow caching of headlines code cleanup
2011-08-27update_rss_feed_real: allow overriding fetch urlAndrew Dolgov
2011-08-23Extended Actions to include Select by tag (add local modifications, fixCraig Meyer
display for tags starting with a number)
2011-08-23ldap auth: support LDAP extra attributes (closes #363)Andrew Dolgov
2011-08-23fix SQL query variable being overridden when using AUTO_CREATE_USER (closes ↵Andrew Dolgov
#362)
2011-08-21ccache_cleanup: fix sql syntax for mysqlAndrew Dolgov
2011-08-05add ccache_cleanup(), invoke on loginAndrew Dolgov
2011-08-04misc headlines speedupAndrew Dolgov
2011-08-04fix wrong even/odd position in headlines bufferAndrew Dolgov
2011-08-04misc code cleanupAndrew Dolgov
2011-08-04implement workaround for missing autoloaded headlines for adaptive & unread ↵Andrew Dolgov
modes; reduce js debugging (refs #280)
2011-08-01properly handle relative link elements for feed and articles (closes #358)Andrew Dolgov
2011-07-30functions.php: Fixed some mild errors.Craig Meyer
fetch_file_contents() using $updated when it was not defined - commented it out update_rss_feed_real() was also using $updated, undefined and had a inconsistent return, added return false; lookup_user_id($link, $user) was using $login for the SELECT not $user format_headline_subtoolbar() used $search_q before it was assigned to, re-ordered the code format_article() The 3rd arg "$feed_id" was never used in the function, it was set in the function Verified (and modified as needed) function calls in backend.php (5 Usages) and in modules/backend-rpc,php (1 usage) printTagCloud() Before ksort($tags) add a check for count($tags) == 0 return replace depreciated split() calls with explode() backend.php replace depreciated split() calls with explode() modules/backed-rpc.php replace depreciated split() calls with explode() in handle_rpc_request(), separate asort() from join(), asort() does not return an array. This fixes a problem where a new tag is added to an entry, but doesn't show up after clicking on save. User must do a screen refresh. A PHP error msg was being returned in the JSON response. .gitignore Make sure Mac OS X .DS_Store & PHPStorm project files (.idea/) are not included
2011-07-30fix 'view as rss' not working correctly for search resultsAndrew Dolgov
2011-07-30add undocumented constant _SHOW_FEED_TITLE_IN_VFEEDS which enables showing ↵Andrew Dolgov
full feed title in virtual feeds
2011-07-05remove sanity check on open_basedir, block using CURL instead while running ↵Andrew Dolgov
under it
2011-06-30fetch_file_contents: make CURL use default tt-rss user agent (closes #351)Andrew Dolgov
2011-06-06http_authenticate_user: obsolete, comment outAndrew Dolgov
2011-05-04filter to sql: fix missing bracketAndrew Dolgov
2011-05-04getAllCounters: return category counters even if ENABLE_FEED_CATS is ↵Andrew Dolgov
disabled (for the API)
2011-04-27update_rss_feed: properly handle update_insignificantAndrew Dolgov
2011-04-27do not mark post as updated when comments count changesAndrew Dolgov
2011-04-26add option to disable PUSH client support globally (closes #340Andrew Dolgov
2011-04-25html allowed: enable table,tr,tdAndrew Dolgov
2011-04-25update_rss_feed: only show PUSH debug when requestedAndrew Dolgov
2011-04-24update_rss_feed: add some PUSH debuggingAndrew Dolgov
2011-04-21filter_to_sql: properly set query limit by dateAndrew Dolgov
2011-04-21update_feedbrowser_cache: properly skip feeds with configured authenticationAndrew Dolgov
2011-04-20get_linked_feeds: properly set feedbrowser cache (fix typo)Andrew Dolgov
2011-04-20get_linked_feeds: properly set feedbrowser cacheAndrew Dolgov
2011-04-20feedbrowser_cache & linked feeds: add site url (bump schema)Andrew Dolgov
2011-04-20get_linked_feeds: fix mysql date syntaxAndrew Dolgov
2011-04-20implement feedbrowser using linked feeds; set proper fetch timeoutAndrew Dolgov
2011-04-20implement fetching and exporting of shared feedsAndrew Dolgov
2011-04-19fix searching by date; add search help promptAndrew Dolgov
2011-04-19set mouse cursor on feed link icons in headlines displayAndrew Dolgov
2011-04-19tweak headlines layout to prevent long date clippingAndrew Dolgov
2011-04-19add tooltip with all article tagsAndrew Dolgov
2011-04-19rework article notes; re-add built-in XSL template for generated feeds; ↵Andrew Dolgov
remove schema_version caching in session
2011-04-18filter_to_sql: limit results to last 30 days of articlesAndrew Dolgov
2011-04-18move buttonplayer to lib/Andrew Dolgov
2011-04-18getSearchSql -> search_to_sqlAndrew Dolgov