summaryrefslogtreecommitdiff
path: root/include/functions2.php
AgeCommit message (Collapse)Author
2016-01-14get_article_tags: while getting tags from cache check if article entry ↵Andrew Dolgov
actually exists
2015-12-30tag_is_valid: check numeric tags properlyAndrew Dolgov
2015-12-17sanitize: clear out @srcset/@sizes on images leading to http sites when ↵Andrew Dolgov
running over https
2015-11-21queryFeedHeadlines: don't check first_id when sorting by oldest firstAndrew Dolgov
2015-11-19drop support for (obsolete, removed from recent php versions) php safe_mode ↵Andrew Dolgov
setting remove ugly hacks for curl + open_basedir combination breaking support for http redirects
2015-10-26iframe_whitelisted: allow player.vimeo.comAndrew Dolgov
2015-10-08queryFeedHeadlines: int_id was not included when browsing by tag which broke ↵Andrew Dolgov
several button plugins
2015-09-15queryfeedheadlines: remove disable_offsets hackAndrew Dolgov
2015-09-13recently read: limit query by last_readAndrew Dolgov
2015-08-23Fixed height/width image attributes for enclosures.JustAMacUser
2015-08-17Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-17curl: let's verify ssl peersAndrew Dolgov
2015-08-14Unset $retval after HOOK_FORMAT_ENCLOSURES.JustAMacUser
Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.
2015-08-14search_to_sql: trim() inputAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
viewfeed: remove (obsolete) method parameter add shortcut to debug viewfeed() query
2015-08-12limit recently read feed to 1 day of read headlinesAndrew Dolgov
2015-08-11use join between user_entries and entries tableAndrew Dolgov
2015-08-11update notice/error css classesAndrew Dolgov
2015-08-11use dijit form widget for attachments dropdownAndrew Dolgov
2015-08-11queryfeedheadlines: only use disable_offsets hack in expanded modeAndrew Dolgov
2015-08-10first id query: add last_read for recently read feedAndrew Dolgov
2015-08-05don't bother with topmost id if working with disabled offsetsAndrew Dolgov
2015-08-05experimental: if using adaptive/unread mode w/ auto catchup don't calculate ↵Andrew Dolgov
offsets because we're only interested in top $limit headlines anyway
2015-08-04add a very obvious speed improvement to topmost_id calculationAndrew Dolgov
2015-08-04allow selecting stemming language in search dialogAndrew Dolgov
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-04more fts stuff for simple indexAndrew Dolgov
2015-08-04add some fts stuffAndrew Dolgov
2015-08-03add one catchall function to make uniqids/keyhashes/etc used by tt-rssAndrew Dolgov
2015-07-13queryFeedHeadlines: remove filter stuffAndrew Dolgov
2015-07-13do not allow commas in tagsAndrew Dolgov
2015-07-13add workaround for fresh feed first id calculation issueAndrew Dolgov
2015-07-12first_id default value: type is importantAndrew Dolgov
2015-07-12add some more stuff to first_id query to fix virtual feedsAndrew Dolgov
2015-07-12minor first_id query fixAndrew Dolgov
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12functions: fix some phpstorm-reported warningsAndrew Dolgov
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-09Check for HTML in the first 100 bytes.Christian Weiske
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes. Thus we need to check for the HTML or doctype tags in the first 100 bytes.
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-07-06sanitize: disable <hr> for nowAndrew Dolgov
2015-07-06sanitize: allow <hr> elementsAndrew Dolgov
af_redditimgur: optionally add original content using Readability php implementation
2015-07-06fix article tags/labels not assigning properly on mysql because of the 4byte ↵Andrew Dolgov
unicode workaround
2015-06-08fix_url: support schema-less urlsAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2015-04-21add HOOK_RENDER_ENCLOSURE & af_youtube_embed pluginAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add ↵Andrew Dolgov
explanation to the error object if possible