[commits] Horde branch master updated. 16be762da2aafc6fcbf559b654978b397ed678b9
Michael M Slusarz
slusarz at horde.org
Thu Nov 29 01:55:25 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 97276392110853a4b40390fb603c344fa96e56f7
5548eb2 [mms] Convert test suite to PHPUnit.
2bd8da5 [mms] Add Horde_SpellChecker_Exception.
329010d [mms] Deprecated Horde_SpellChecker::factory().
eabb308 [mms] Added Horde_Core_Factory_SpellChecker.
2a1b3e5 Don't do expensive spellchecker check - assume an admin would fix this
1d3a685 [mms] Minimum length configuration was not being honored in the Aspell driver.
66b50e0 Better way of building argument string
16be762 [mms] Honor the 'path' configuration parameter in Aspell driver (Bug #11778).
-----------------------------------------------------------------------
commit 5548eb26311a5ab52606cee6f7ba50b2d74b3424
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:01:42 2012 -0700
[mms] Convert test suite to PHPUnit.
framework/SpellChecker/package.xml | 20 +-
framework/SpellChecker/test/Horde/SpellChecker/AllTests.php | 3 +
framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php | 57 ++++
framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt | 84 ------
framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php | 3 +
framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml | 1 +
6 files changed, 77 insertions(+), 91 deletions(-)
create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/AllTests.php
create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php
delete mode 100644 framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt
create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php
create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml
http://git.horde.org/horde-git/-/commit/5548eb26311a5ab52606cee6f7ba50b2d74b3424
-----------------------------------------------------------------------
commit 2bd8da5e5373d9a2b5181bdb1396591e7e2aa514
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:18:05 2012 -0700
[mms] Add Horde_SpellChecker_Exception.
Clean up to H5 standards.
framework/SpellChecker/lib/Horde/SpellChecker.php | 89 +++++------
framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 66 ++++----
framework/SpellChecker/lib/Horde/SpellChecker/Exception.php | 25 +++
framework/SpellChecker/package.xml | 14 +-
4 files changed, 110 insertions(+), 84 deletions(-)
create mode 100644 framework/SpellChecker/lib/Horde/SpellChecker/Exception.php
http://git.horde.org/horde-git/-/commit/2bd8da5e5373d9a2b5181bdb1396591e7e2aa514
-----------------------------------------------------------------------
commit 329010df793ee485e9a15912498e473d9217b308
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:20:06 2012 -0700
[mms] Deprecated Horde_SpellChecker::factory().
framework/SpellChecker/lib/Horde/SpellChecker.php | 2 ++
framework/SpellChecker/package.xml | 2 ++
framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php | 2 +-
3 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/329010df793ee485e9a15912498e473d9217b308
-----------------------------------------------------------------------
commit eabb30874b9e4f3d718ab4907d30ad66da7a38a2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:38:56 2012 -0700
[mms] Added Horde_Core_Factory_SpellChecker.
framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 24 +----
framework/Core/lib/Horde/Core/Factory/SpellChecker.php | 77 +++++++++++++
framework/Core/package.xml | 18 ++-
3 files changed, 92 insertions(+), 27 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Factory/SpellChecker.php
http://git.horde.org/horde-git/-/commit/eabb30874b9e4f3d718ab4907d30ad66da7a38a2
-----------------------------------------------------------------------
commit 2a1b3e55ee5e56683c8cd8ad896b6dd92b2b8252
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:43:03 2012 -0700
Don't do expensive spellchecker check - assume an admin would fix this
imp/compose.php | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/2a1b3e55ee5e56683c8cd8ad896b6dd92b2b8252
-----------------------------------------------------------------------
commit 1d3a685d867d12ee02f8ca81b1b432bd565152e7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:46:19 2012 -0700
[mms] Minimum length configuration was not being honored in the Aspell driver.
framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 1 +
framework/SpellChecker/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/1d3a685d867d12ee02f8ca81b1b432bd565152e7
-----------------------------------------------------------------------
commit 66b50e0f11edf68866d500925ce0262351a4ed6f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:50:11 2012 -0700
Better way of building argument string
framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 16 +++++++-------
1 files changed, 8 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/66b50e0f11edf68866d500925ce0262351a4ed6f
-----------------------------------------------------------------------
commit 16be762da2aafc6fcbf559b654978b397ed678b9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 28 18:53:36 2012 -0700
[mms] Honor the 'path' configuration parameter in Aspell driver (Bug #11778).
framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 14 +++++++++++++-
framework/SpellChecker/package.xml | 2 ++
2 files changed, 15 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/16be762da2aafc6fcbf559b654978b397ed678b9
More information about the commits
mailing list