summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2013-08-01Highlighting search results: Added heuristic approach for common ↵wltb
capitalizations, fixed indentions
2013-07-31term highlighting in content: use mb functionsAndrew Dolgov
2013-07-31remove plaintext url rewriting for twitter postsAndrew Dolgov
2013-07-31note the source of highlighting routineAndrew Dolgov
2013-07-31search keyword highlighting (combined mode only)Andrew Dolgov
2013-07-31lang: default to 'en'Andrew Dolgov
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
(bump schema)
2013-07-31tweak the zoomed article a little bitAndrew Dolgov
2013-07-28get_article_labels: cache converted label idsAndrew Dolgov
2013-07-26add experimental css hyphens support for english languageAndrew Dolgov
2013-07-22fix yet another typo with the 2week catchup thing (closes #737)Andrew Dolgov
2013-07-21release 1.9Andrew Dolgov
2013-07-21previous patch: fix copy-paste typoAndrew Dolgov
2013-07-20add openssl version hack to fetch_file_contents()Andrew Dolgov
2013-07-17Fix plural forms localization in js. Updated russian localegsomgsomgsom
2013-07-16add workaround for openssl 0.9 bug ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?t=2420&p=13734#p13734)
2013-07-14add a sanity check for system sphinx client which conflicts with the bundled oneAndrew Dolgov
2013-07-14Revert "do not include sphinxclient if the class already exists"Andrew Dolgov
This reverts commit 63edc5c6315ca75305d497987e2d33385d6d30d6.
2013-07-14do not include sphinxclient if the class already existsAndrew Dolgov
2013-07-14Revert "add temporary hack to store original unhashed guid into ↵Andrew Dolgov
cached_content for debugging" This reverts commit 8096e309a5138d47af0314059fdca59f17c42659.
2013-07-14Merge pull request #263 from yak1ex/messages_in_plural_form_in_jsAndrew Dolgov
Create message table entries for plural forms and lookup them in JS.
2013-07-13Change default SELF_URL_PATH for RFC 2602Frederik Holden
2013-07-13Create table entries for plural forms and lookup them.Yak!
2013-07-11zoomed article: support opening attachmentsAndrew Dolgov
2013-07-11add temporary hack to store original unhashed guid into cached_content for ↵Andrew Dolgov
debugging
2013-07-11share: indicate whether article is shared or not using the iconAndrew Dolgov
2013-07-11add plugin to show all shared articlesAndrew Dolgov
2013-07-10geturl: limit amount of redirectsAndrew Dolgov
2013-07-10remove unused cached_contentAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-07Merge branch 'master' into hookheadjustauser
Conflicts: include/functions.php changes for conflicts with master
2013-07-07Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSSjustauser
updating from github]
2013-07-07changes to add hook_query_headlinesjustauser
2013-07-07rewrite_relative_url: don't touch stuff which has sheme in it (closes #738)Andrew Dolgov
2013-07-06better error reporting in session validationAndrew Dolgov