summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-01-22sanitize: reinstate rel=noreferrer on article linksAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2014-01-11Fixed get_ssl_certificate_idGeorg Göri
Fixed in a way that it also retrieves client certificates as they are supplied by Apache
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-12-18Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-12-18release 1.11Andrew Dolgov
2013-12-18rssfuncs: fix typoAndrew Dolgov
2013-12-18when checking feeds to update, respect only default update setting stored in ↵Andrew Dolgov
default profile
2013-12-08Added Turkish translationakapar
Modified functions.php to include Turkish language
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-11-16fix catchup older than X for labels categoryAndrew Dolgov
2013-11-14search to sql: use str_getcsv instead of explode to support quoted long ↵Andrew Dolgov
string tokens
2013-11-13add workaround for languagedetect idiotic shit of some kindAndrew Dolgov
2013-11-12getFeedArticles(): Use valid query to get count of matching articles.Robert Wetzlmayr
2013-11-11pubsubhubbub: use atom rel=self link (when available) when subscribingAndrew Dolgov
to push-enabled feeds
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
force utf8 encoding if devforceupdate is on parser: try to convert non-unicode feeds with specified encoding to utf8 before trying to remove dangling utf8 characters in case of utf8-related libxml errors because doing so produces garbage content
2013-10-25daemon: cache parser object while processing a batch of feeds withsame url ↵Andrew Dolgov
on first success
2013-10-23only try to set fucking cookie jar if open_basedir restriction is not in effectAndrew Dolgov
2013-10-15Add missing translations in SINGLE_USER_MODEaedrin
In SINGLE_USER_MODE, some strings were untranslated. For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
2013-10-09Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-10-09add experimental hack to speed up ccache category calculationAndrew Dolgov
2013-10-08do not try to load user plugins on schema < 100Andrew Dolgov
2013-10-06Revert "sanitize: remove doctype properly, add experimental workaround ↵Andrew Dolgov
against unnecessary html elements in sanitized data" This reverts commit f44d59992edac23206f593e240f0e445c571b661.
2013-10-06Merge pull request #311 from fsateler/curl-cookie-jarAndrew Dolgov
Enable cookies when fetching feeds with curl
2013-10-06getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines ↵Andrew Dolgov
(closes #780)
2013-10-06sanitize: remove doctype properly, add experimental workaround against ↵Andrew Dolgov
unnecessary html elements in sanitized data
2013-10-04Enable cookies when fetching feeds with curlFelipe Sateler
If a feed requires cookies, curl needs to have them active in order to access it. This is done by setting the COOKIE_JAR option. Since we do not need the actual cookie jar, send it to /dev/null, curl will still have a valid in-memory cookie jar.
2013-09-30add (undocumented) _CURL_HTTP_PROXYAndrew Dolgov
2013-09-30use favicon in some auxiliar dialogsAndrew Dolgov
2013-09-27make language detection optional (closes #779)Andrew Dolgov
2013-09-21release 1.10Andrew Dolgov
2013-09-17add update script to convert myisam tables to innodb (bump version)Andrew Dolgov
2013-09-17optimized query for label countersRoland Angerer
2013-09-17include title when detecting article languageAndrew Dolgov
2013-09-15replace suppress debugging kludge with a more flexible function (fixesAndrew Dolgov
logging with update.php --feeds being stopped after first feed)
2013-09-02fix xgettext extraction of plural forms, replace wrong ngettext() calls with ↵Andrew Dolgov
_ngettext(), rebase translations
2013-09-02use plurals for comment/comments link in article, properly translate ↵Andrew Dolgov
comments string, add feed title to article in zoom mode
2013-09-02pass logfile to child tasks if locking is possible, lock logfile before ↵Andrew Dolgov
writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile
2013-09-02pass feed information to article filtersAndrew Dolgov
2013-08-29fix cat filters always applying if set to uncategorizedAndrew Dolgov
2013-08-29filter testing: exclude archived articles because filtering on them makes no ↵Andrew Dolgov
sense
2013-08-09do not use iconv in tag_is_valid, data should be utf8 anyway at this point; ↵Andrew Dolgov
remove sanity check for iconv because parser does not use it
2013-08-05support media:description for media: enclosuresAndrew Dolgov
2013-08-02fix entries not inserted properly when no languages are detectedAndrew Dolgov
2013-08-02rss: force language to 2 characters; run house keeping hooks properlyAndrew Dolgov
2013-08-02add hook_house_keepingAndrew Dolgov
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
sanitize
2013-08-02remove unused old-style image rewritignAndrew Dolgov
2013-08-01highlight: remove unnecessary test for DomTextAndrew Dolgov
2013-08-01experimentally simplify highlight searchingAndrew Dolgov