|
1.11.2.7 FRAMEWORK_3 (+4 -3 lines) |
05/28/2008 04:06 PM |
Michael M Slusarz slusarz |
MFH 1.17 Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1 |
|
1.17 (+3 -2 lines) |
05/28/2008 04:03 PM |
Michael M Slusarz slusarz |
Merge from IMP - 1.12 |
|
1.11.2.6 FRAMEWORK_3 (+9 -5 lines) |
05/08/2008 02:48 AM |
Michael M Slusarz slusarz |
MFH: framework/.../aspell.php - 1.16; imp/.../aspell.php - 1.11 Tags: HORDE_3_2, HORDE_3_2_RC4 |
|
1.16 (+8 -4 lines) |
05/08/2008 02:23 AM |
Michael M Slusarz slusarz |
Fix aspell problem with HTML input - don't break string into words in this
situation since aspell will handle that for us. Fixes spellcheck on HTML
messages with unknown words inside tags (either as the attribute name or the
attribute value). |
|
1.11.2.5 FRAMEWORK_3 (+7 -3 lines) |
04/21/2008 05:01 PM |
Chuck Hagenbuch chuck |
MFH:
1.15 +6 -2 framework/SpellChecker/SpellChecker/aspell.php
1.7 +4 -3 framework/SpellChecker/package.xml
1.1114 +2 -0 imp/docs/CHANGES
1.10 +7 -3 imp/lib/SpellChecker/aspell.php |
|
1.15 (+6 -2 lines) |
04/21/2008 04:59 PM |
Chuck Hagenbuch chuck |
[cjh] Work around a spellchecking issue with proc_close and --enable-sigchild
(Bug #6625). |
|
1.11.2.4 FRAMEWORK_3 (+2 -2 lines) |
04/07/2008 06:13 AM |
Jan Schneider jan |
MFH: Uniquify bad word list on PHP level. |
|
1.14 (+1 -1 lines) |
04/07/2008 06:04 AM |
Jan Schneider jan |
Uniquify bad word list on PHP level. |
|
1.11.2.3 FRAMEWORK_3 (+13 -4 lines) |
02/27/2008 04:07 PM |
Michael M Slusarz slusarz |
MFH: Spellchecker updates from IMP. Remove pspell driver. Tags: HORDE_3_2_RC3 |
|
1.13 (+13 -4 lines) |
02/27/2008 04:01 PM |
Michael M Slusarz slusarz |
Spellchecker updates from IMP. Remove pspell driver. |
|
1.11.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.12 (+2 -2 lines) |
01/02/2008 06:12 AM |
Jan Schneider jan |
Happy New Year |
|
1.11.2.1 FRAMEWORK_3 (+1 -1 lines) |
12/20/2007 08:49 AM |
Jan Schneider jan |
Merge from HEAD. |
|
1.11 (+5 -4 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.10 (+3 -3 lines) |
07/03/2007 10:34 PM |
Chuck Hagenbuch chuck |
Fix test and package dependencies Tags: HORDE_3_2_ALPHA |
|
1.9 (+5 -1 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.8 (+2 -2 lines) |
01/02/2007 07:47 AM |
Jan Schneider jan |
Happy New Year |
|
1.7 (+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.6 (+8 -6 lines) |
06/25/2006 02:47 PM |
Chuck Hagenbuch chuck |
Include a few more details in any error messages; ensure that PEAR is
loaded before calling raiseError(). |
|
1.5 (+11 -1 lines) |
05/04/2006 03:38 PM |
Michael M Slusarz slusarz |
Add copyright/author info |
|
1.4 (+5 -1 lines) |
05/04/2006 03:32 PM |
Michael M Slusarz slusarz |
Allow user to specify local dictionary. |
|
1.3 (+11 -10 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.2 (+2 -2 lines) |
11/18/2005 10:45 PM |
Chuck Hagenbuch chuck |
I guess everyone was kidding when they said you should use curly
braces for string offsets. This is, if anything, relevant to PHP6 (and
E_STRICT warnings under 5.1), but may as well just get rid of it. |
|
1.1 |
11/02/2005 11:46 AM |
Chuck Hagenbuch chuck |
New SpellChecker package. |