summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2014-04-23Make search mechanism pluggableRob Hoelz
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine for searching. It would be nice if other search engines (such as Xapian) could be used, or if features of the underlying SQL engine (such as MySQL's FULLTEXT indexes) could be leveraged. This commit makes searching into a plugin hook, falling back to the builtin behavior if no search plugin is active. The Sphinx search behavior has been broken out into a plugin.
2014-01-28load stylesheets/scripts using helper functions in a few more placesAndrew Dolgov
2014-01-28add previously missed zoom.cssAndrew Dolgov
remove unused scriptaculous parts
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
(bump schema)
2013-06-26floicon wrapper: fix short tagAndrew Dolgov
2013-06-26replace floIcon with jimIcon from https://github.com/jimparis/jimIconAndrew Dolgov
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
SMTP_SECURE, which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
2013-05-19add a placeholder where floicon might be added if needed, still keep itAndrew Dolgov
off trunk re: author being a shitlord
2013-05-19Revert "remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)" This reverts commit dce5037888968788518dfdb6b1c29f3863238b92.
2013-05-18remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-01remove simplepieAndrew Dolgov
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-18floIcon: add experimental SizeInBytes capAndrew Dolgov
2013-04-17Revert "floIcon: set cap on image size"Andrew Dolgov
This reverts commit cb50799560f796d95c44093a5977c212e19f2d7f.
2013-04-16floIcon: set cap on image sizeAndrew Dolgov
2013-04-16Revert "remove floIcon: bugs"Andrew Dolgov
This reverts commit 7970c0925505ba1bd3b3dd15a45bebf2e839f5cf.
2013-04-16remove floIcon: bugsAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-11block listing of several util directories; deny access to config.phpAndrew Dolgov
2013-04-04Add css optimization to dojo buildsJeremy Christian
2013-04-02remove dojo uncompressed filesAndrew Dolgov
2013-04-02modify dojo rebuild script to remove uncompressed filesAndrew Dolgov
2013-04-01fix broken header of ru_RU translation thanks to Tomáš Chvátal; rebase ↵Andrew Dolgov
translations
2013-03-23remove lib/iuiAndrew Dolgov
2013-03-20optimize loading of external libraries a bitAndrew Dolgov
fix bold text in Unread articles
2013-03-19add prototype simple remover of baaaad tags based on domdocumentAndrew Dolgov
2013-03-18replace jsmin with jshrinkAndrew Dolgov
2013-03-18dojo: add some more controls to the layerAndrew Dolgov
2013-03-18upgrade dojo to 1.8.3 (refs #570)Andrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-11-06update prototype to 1.7, apply experimental fix for DojoAndrew Dolgov
2012-11-04update simplepie to 1.3.1 (closes #471)Andrew Dolgov
2012-10-28replace htmlpurifier with htmlawedAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-09-03implement one time passwords using TOTPAndrew Dolgov
2012-08-14dojo: remove uncompressed filesAndrew Dolgov
2012-08-14update dojo to 1.7.3Andrew Dolgov
2012-06-28automatically redirect to mobile/ using Mobile_Detect classAndrew Dolgov
2012-06-26fix iui css text-align hiding row labels (closes #461)Andrew Dolgov
2012-06-05Revert "Update HTML Purifier to version 4.4.0."Andrew Dolgov
This reverts commit dd205fbad642ace6d0e33c8553f7d73404f140b4.
2012-06-05Revert "remove htmlpurifier"Andrew Dolgov
This reverts commit c21a462d52bd32737c32c29b060da03b38f1c2e6.
2012-06-01remove htmlpurifierAndrew Dolgov
2012-04-28Update HTML Purifier to version 4.4.0.Michael Kuhn
2011-12-21move jsmin.php to lib/Andrew Dolgov
2011-12-10misc typo fixesAndrew Dolgov
2011-11-10enable checking of child checkboxesAndrew Dolgov
2011-11-08upgrade Dojo to 1.6.1Andrew Dolgov
2011-10-24Update SimplePie to version 1.2.1.Michael Kuhn