summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_spellchecker.php
AgeCommit message (Collapse)Author
2014-05-02Ignore words containing only <> charsAleksander Machniak
2013-11-18Fix deprecated function usageAleksander Machniak
2013-11-02Remove duplicate languages on spellchecker langs list (#1489395)Aleksander Machniak
2013-10-18Get supported spell-check languages from the configured backend; replace ↵Thomas Bruederli
suspended google spell service with our new service at spell.roundcube.net
2013-10-11Refactor spellchecker class into backend subclasses for better extensibilityThomas Bruederli
2013-07-07Added support for the enchant spell checking engineMichel Weimerskirch
2013-06-25Improve code readabilityAleksander Machniak
2013-06-25Fix improper error checkingVictor Benincasa
Currently all (HTML/TEXT) spell checking logs an error (due commit b15cc7d) and HTML spell checking doesn't work (due commit cfe2fc8). Fix: ignore error="0" value from the returned XML as it isn't an error.
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-03Check Google spell check service response for errors and report them accordinglyThomas Bruederli
2013-02-25Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)Aleksander Machniak
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak