Revisions for framework/SpellChecker/SpellChecker.php

Location: [ Horde ] / framework / SpellChecker / SpellChecker.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.12.2.4 FRAMEWORK_3 (+2 -2 lines) 07/22/2008 01:57 AM Michael M Slusarz slusarz

MFH 1.15

1.15 (+2 -2 lines) 07/22/2008 01:17 AM Michael M Slusarz slusarz

array_unique() optimizations.

1.12.2.3 FRAMEWORK_3 (+17 -8 lines) 02/27/2008 04:07 PM Michael M Slusarz slusarz

MFH:  Spellchecker updates from IMP. Remove pspell driver.

Tags: HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3

1.14 (+17 -8 lines) 02/27/2008 04:01 PM Michael M Slusarz slusarz

Spellchecker updates from IMP. Remove pspell driver.

1.12.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_2_RC2

1.13 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.12.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.12 (+6 -6 lines) 09/05/2007 09:04 AM Jan Schneider jan

Prefix class and package names.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.11 (+13 -2 lines) 07/03/2007 10:34 PM Chuck Hagenbuch chuck

Fix test and package dependencies

Tags: HORDE_3_2_ALPHA

1.10 (+2 -2 lines) 04/19/2007 03:59 PM Michael M Slusarz slusarz

fix default charset name and be sure to decode return when using aspell.

1.9 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.8 (+3 -3 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.7 (+7 -4 lines) 06/25/2006 02:49 PM Chuck Hagenbuch chuck

- only try to include driver classes if they aren't already defined
- exclude [ and ] from words; we can probably do better. (Bug #4077)

1.6 (+11 -1 lines) 05/04/2006 03:38 PM Michael M Slusarz slusarz

Add copyright/author info

1.5 (+33 -1 lines) 05/04/2006 03:32 PM Michael M Slusarz slusarz

Allow user to specify local dictionary.

1.4 (+19 -14 lines) 04/20/2006 06:34 PM Chuck Hagenbuch chuck

- no need for a singleton, just a factory
- try to be consistent about returning empty arrays or an error, nothing else
- only check unique words with the aspell backend also

1.3 (+2 -2 lines) 01/17/2006 03:07 PM Chuck Hagenbuch chuck

default $params to an array

1.2 (+3 -2 lines) 11/20/2005 01:11 AM Chuck Hagenbuch chuck

silly references. really.

1.1 11/02/2005 11:46 AM Chuck Hagenbuch chuck

New SpellChecker package.